
@media all and (min-width: 320px) and (max-width: 1240px) {

	#menu > ul > li > a , #header.header_wrapper.opaque #menu > ul > li > a{
	    font-size: 18px;
	    padding: 0 6px;
	}

	#menu, #left_menu {
	    right: 10px;
	}

}

@media all and (min-width: 320px) and (max-width: 1200px) {
	.screenwrapper , .pagewraper , #footer_wrap > div {
		/*width:100vw;*/
	}
}

@media all and (min-width: 320px) and (max-width: 1172px) {
	#welcome_1 .w_box:nth-child(4n) , #welcome_1 .w_box:nth-child(4n+1) {
	    width: calc(100% - 382px);
	}

	#welcome_2 .left.news {
	    width: calc(100% - 386px);
	}

	#welcome_2 .news_box{
	    width: 100% ;
	}
	#welcome_2 .news_box > .left {
	    width: calc(100% - 212px);
	}

	#welcome_2 .news_box .text {
	    height: 65px;
	    overflow: hidden;
	}
	#welcome_2 .news_box > .left .title h3 {
			font-size: 19px;
	}
}


@media all and (min-width: 320px) and (max-width: 1028px) {
	#logo {
	    left: 6px;
	}
}

@media all and (min-width: 320px) and (max-width: 1004px) {
	#left_menu {
	    right: -112px;
	    top: 12px;
	}
	#left_col table {
	    width: 100% !important;
	}	
}
@media all and (min-width: 320px) and (max-width: 880px) {

	#header.header_wrapper.opaque #menu, #menu {
	    right: 10px;
	   /* top: 21px; */
	}     top:unset;

	#header.header_wrapper.opaque #left_menu, #left_menu {
	    right: 4px;
	    top: 65px;
			position: absolute;
	}
	#logo {
	    display: none;
	}
  #logo_small {
	    display: block;
			left:10px;
	}
	#logo_small img {
	   width: 95%;
	}
}
@media all and (min-width: 320px) and (max-width: 835px) {
	#menu > ul > li > a, #header.header_wrapper.opaque #menu > ul > li > a {
	    font-size: 16px;
	    padding: 0 5px;
	}
}

@media all and (min-width: 640px) and (max-width: 767px) {

	#welcome_1 .w_box {
	    margin: 4px 0.5vw !important;
	    width: 49vw !important;
	}
	.projects {

	    width: 48%;

	    float: right;

	    margin: 0 1%;

	}
}

@media all and (min-width: 480px) and (max-width: 640px) {

	#welcome_1 .w_box {
	    margin: 4px 0.5vw !important;
	    width: 99vw !important;
	}

	#welcome_1 .w_box:nth-child(4n+2), #welcome_1 .w_box:nth-child(4n+3) {
	    margin: 4px 0.5vw !important;
	    width: 49vw !important;
	}

}

@media all and (min-width: 320px) and (max-width: 480px) {

			#welcome_1 .w_box:nth-child(4n),
			#welcome_1 .w_box:nth-child(4n+1),
			#welcome_1 .w_box:nth-child(4n+2),
			#welcome_1 .w_box:nth-child(4n+3) {
			    margin: 4px 0.5vw !important;
			    width: 99vw !important;
			}

}

@media all and (min-width: 320px) and (max-width: 640px) {

	.projects, .newsletter_lid {
			margin: auto;
			width: 320px;
	}

}

@media all and (min-width: 320px) and (max-width: 767px) {
	.mobile{display:block;}
	.desktop{display:none;}

	* img{margin-bottom:5px;height:auto;width:auto;max-width:100%;}
	html {
		background: #fff ;
		}
	body {
		font-size: 14px;
		line-height:20px;
		direction: rtl;
		text-align:right;
		padding-top: 60px !important;
	}
	body > iframe {
	    display: none;
	}
	body *{
		max-width: 100%;
	}
	* img {
		max-width: 100%;
	    height: auto !important;
	}


	::-moz-selection {
		background: #b3d4fc;
		text-shadow: none;
	}

	::selection {
		background: #b3d4fc;
		text-shadow: none;
	}
	hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #ccc;
		margin: 1em 0;
		padding: 0;
	}
	img {
		vertical-align: middle;
	}
	fieldset {
		border: 0;
		margin: 0;
		padding: 0;
	}
	table {
		margin: 0 !important;
		max-width: 100%;
	}
	textarea {
		resize: none;
	}

	.wide {
		width:100%;
	}
	.wide_margin{
		width:92%;
		margin:auto;
	}
	.border {
		background:url("../images/bottom_line.png") repeat-x scroll center center;
		height: 4px;
		margin-bottom:4px;
	}

	/* ==========================================================================
	   Header
	   ========================================================================== */
	#header.mobile{
		width: 100%;
		height:60px;
		position: fixed;
		z-index: 200000;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		transition: all 300ms ease;
		top: 0;
		left: 0;
		background:#fff none repeat scroll 0 0;
	   box-shadow: 0 0 3px #000;
	}


	#header .logo {
	    bottom: 0;
	    display: block;
	    height: 100%;
	    left: 0;
	    margin: auto;
	    max-width: 205px;
	    position: absolute;
	    right: 0;
	    text-align: center;
	    top: 0;
	}

	.logo > img {
	    max-height: 108%;
	    max-width: 100%;
	}

	#header.mobile > a.button {
	    color: #B41D8E;
	    display: block;
	    line-height: 40px;
	    position: absolute;
	    width: 60px;
	    text-align: center;
	    cursor: pointer;
	}
	#header.mobile > a.button i {
	    font-size: 40px;
	    line-height: 60px;
	}
	.call_me_phone.button {
	    left: 4px;
	}
	.open_side_menu.button {
	    right: 4px;
	}
	/* ==========================================================================
	   Author's custom styles
	   ========================================================================== */

	#scotch-panel {
	  display: none;
	}
	#site-wrapper {
	  padding-top: 50px;
	}
	.wrapper .scotch-panel-canvas {
	  z-index: 10000;
	}
	#fixed-nav {
		background: #fff none repeat scroll 0 0;
		box-shadow: 0 0 3px;
		height: 100%;
		overflow: scroll;
		position: fixed;
		right: -100%;
		top: 0;
		transition: all 500ms ease 0s;
		width: 80%;
		z-index: 999999999;
	}
	#fixed-nav > ul {
	    float: right;
	    width: 100%;
	}
	#fixed-nav   ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: right;

	}
	#fixed-nav .selected{
		color:#B41D8E;
	}
	#fixed-nav   ul > li{
		min-height:42px;
		overflow:hidden;
		position: relative;
	}
	#fixed-nav    ul > li > a {
		display: block;
		width: 100%;
		min-height:42px;
		overflow:hidden;
		line-height: 42px;
		background: transparent;
		color: #000;
		text-decoration: none;
		padding-right:10%;
		border-bottom:1px solid #b7b7b7;
		border-top:1px solid #fff;
		font-size:16px;
		font-weight:normal;
		position: relative;
		z-index: 100;
	}
	#fixed-nav   ul > li a:hover{
		background:#EAEAEA;
	}
	#fixed-nav   ul > li a:hover{
		color:#B41D8E;
	}

	#fixed-nav ul > li span {
	    cursor: pointer;
	    font-size: 20px;
	    height: 51px;
	    left: 0;
	    line-height: 50px;
	    position: absolute;
	    text-align: center;
	    top: -5px;
	    transform: rotate(90deg);
	    width: 31px;
	    z-index: 101;
	}

	#fixed-nav    ul > li:first-child > a{
		border-top:none;
	}
	#fixed-nav    ul > li:last-child > a{
		border-bottom:none;
	}


	#fixed-nav ul > li > ul{
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: right;
		display:none;
		background-image:inherit;
		background-size:100% auto;

	}
	#fixed-nav   ul > .open_side > a {

	}




	#fixed-nav ul > .open_side{

		background-size:100% auto;
	}

	#fixed-nav ul > .open_side2 {
		height:auto !important;
		max-height: auto !important;
	}
	#fixed-nav   ul > .open_side ul{
		display:block;
		max-height: none;
	}
	#fixed-nav   ul  .open_side2 ul{
		display:block;
		max-height: none;
	}

	#fixed-nav >  ul > li > ul > li{
		overflow:hidden;
		background-size:100% auto;
	}

	#fixed-nav >  ul > li > ul > li:last-child{
		border-bottom:none;
	}

	#fixed-nav >  ul > li > ul > li > a{

		display: block;
		width: 100%;
		overflow:hidden;
		background: transparent;
		color: #555555;
		text-decoration: none;
		 border-bottom:1px solid #b7b7b7;
		 font-size:14px;
		font-weight:bold;
		border-top:1px solid #fff;
	}



	#fixed-nav ul > li li {
	    height: 36px !important;
	    min-height: 36px !important;
	}
	#fixed-nav ul > li li > a {
	    font-size: 14px;
	    height: 36px !important;
	    line-height: 36px;
	    min-height: 36px;
	    padding-right: 28px;
	}
	#fixed-nav ul > li li > a:last-child {
	    border-bottom: 1px solid #d7d7d7;
	}

	#fixed-nav ul > li li li > a {
	    padding-right: 36px;
	}
	#fixed-nav ul > li li span {
	    height: 36px;
	    line-height: 36px;
	}

	#fixed-nav a:hover{

	}



	.topmenu {
	    border-bottom: 1px solid #999;
	    height: 40px;
	    line-height: 40px;
	    list-style: outside none none;
	    width: 100%;
	}

	.langmenu {
	    float: left;
	    text-align: center;
	    width: 100%;
	}
	.langmenu > ul {
	    display: table;
	    float: right;
	    width: 100%;
	}
	#fixed-nav .langmenu ul > li {
	    display: table-cell;
	    min-height: 0;
	}
	#fixed-nav .langmenu ul > li > a {
	  	border-bottom: 0 none;
	  	text-align: center;
	}






	#main_banner.top_banner.screenwrapper {
	    height: 30vh;
	    display: none;
	}

	.inBanner > .banner_text {
	  font-size: 28px;
	  line-height: 30px;
	}




	#welcome_2 .right.video, #welcome_2 .right.newsletter ,  #welcome_2 .left.news {
	    height: auto;
	    margin: 0 1% 20px;
	    width: 98%;
	}

	#welcome_2 .video > h2,  #welcome_2 .right.newsletter_lid > h2 ,  #welcome_2 .left.news > h2{
	    border-bottom: 1px solid #d6d6d6;
	    color: #115eab;
	    font-size: 24px;
	    font-weight: 700;
	    line-height: 36px;
	    margin-bottom: 22px;
	    padding: 10px 0;
	    display: block;
	    width: 100%;
	    text-align: center;
	}



	#right_col {
	    background: #fff none repeat scroll 0 0;
	    float: right;
	    margin: 0 1%;
	    min-height: 0 !important;
	    padding: 0;
	    width: 98%;
	}
	#left_col {
	    float: right;
	    min-height: 20px !important;
	    padding: 5px;
	    width: 100%;
	}

	#left_col .text {
	    padding: 39px 10px;
		min-height: 20px !important;
	}


	.left_menu{
	    margin-right: 2%;
	    width: 96%;
	}

	.form_title {
	    text-align: center;
	}
	.print_send > div {
	    width: 35%;
	}

	.print_send {
	    height: 140px;
	}
	.print_send > div:nth-child(1) {
	    width: 100%;
	}
	.print_send > div:nth-child(2) {
	    margin-top: 10px;
	    margin-bottom: 14px;
			margin-left: 5%;
	    width: 25%;
	}
 .print_send > div:nth-child(3) {
	    margin-top: 10px;
	    margin-bottom: 14px;
	    margin-left: 5%;
	    width: 25%;
	}
	.print_send > div:nth-child(4){
	    margin-top: 10px;
	    margin-bottom: 14px;
	    width: 40%;
	}

	.cg_box:nth-child(2n) > div:first-child {
	    background: rgba(180, 180, 5, 0.1) none repeat scroll 0 0;
	    position: absolute;
	    width: 100%;
	    z-index: 10;
	}

	#left_col .text .cg_box a span:first-child {
	    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	    color: #b41d8e;
	}

	.g_box {
	    height: 18vw;
	    margin: 0.4vw !important;
	    padding: 4px;
	    width: 12vw;
	}
	#left_col .text .g_box .txt i {
	    height: 8vw;
	    width: 100%;
	}

	#order_form {
	    background: rgba(0, 0, 0, 0) url("../images/white_opacity.png") repeat scroll 0 0;
	    bottom: -294px;
	    box-shadow: 0 0 3px #000;
	    left: 0;
	    margin: auto;
	    overflow: hidden;
	    right: 0;
	    top: auto;
	    transform: none !important;
	    width: 225px;
	    z-index: 9999;
	    display: none;
	}

	#order_form > div#txt_top {
	    font-size: 20px;
	    padding: 0;
	    text-align: center;
	    margin-bottom: 0px;
	}

	.toggleForm {
	    display: none;
	}
	.mtoggleForm.mobile {
	    color: #B41D8E;
	    cursor: pointer;
	    font-size: 25px;
	    height: 63px;
	    padding: 4px;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 244px;
	}
	.mtoggleForm > i {
	    width: 24px;

	}
	.mtoggleForm.open > i {
		-ms-transform: rotate(180deg); /* IE 9 */
	    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	    transform: rotate(180deg);
	}

	#order_form .input_wrap > div , #order_form .input_wrap.submit_wrap{
	    margin: 4px calc((100% - 165px) / 2);
	    width: 165px;
	}


	/* ==========================================================================
	   Inner Banner
	   ========================================================================== */


		.inBanner > .banner_text {
		    bottom: 0;
		    height: auto;
		    padding: 0 10px;
		    position: absolute;
		    right: 0;
		    text-align: center;
		    top: auto;
		    width: 100%;
		    z-index: 10;
		}
		.banner_text > div > div.txt strong {
		    font-size: 24px;
		}

		.banner_text > div > div.txt * {
		    font-size: 22px;
		    font-weight: 600;
		    line-height: 24px;
		}
		.banner_control{
			display: none;
		}


		.page_wrap.screenwrapper {
		    margin: 0;
		}

		#main {
		    margin-top: 0;
		}

		.content.content_page {
		    padding: 5px;
		}



		#welcome_2 .right {
		    margin: 0 1%;
		    width: 98%;
		}

		#welcome_2 .rotateBanner.projects .right {
		    margin: 0;
		    overflow: hidden;
		    width: 50%;
		}
		#welcome_2 .rotateBanner.projects .right img {
		    max-width: 100%;
		    height: auto;
		}
		#welcome_2 .rotateBanner.projects .left {
		    height: 100%;
		    width: 50%;
		}




		#welcome_2 .newsletter_lid > div {
		    height: auto;
		}
		#welcome_2 .newsletter_lid .input_wrap.half {
		    width: 100%;
		    margin: 4px 0 !important;
		}

		#welcome_2 .left.news {
		    width: 100%;
		}
		#welcome_2 .news_box {
		    height: auto;
		    margin: 0 1% 20px;
		    width: 98%;
		}
		#welcome_2 .news_box .right.thumb {
		    width: 30%;
		    height: auto;
		}

		#welcome_2 .news_box > .left {
		    width: 68%;
		}

		#welcome_3{
			display: none;
		}



	.form_page .text > div#txt_top {
	    float: left;
	    width: 100%;
	}

	.form_page .text > div#fields_wrap {
	    float: right;
	    width: 100%;
	}


	#left_col.form_page .form_wraps {
	    float: left;
	    width: 100%;
	}
	.form_page .form_wraps .title {
	  margin: 0;
	  width: 40%;
	}

	.form_page .form_wraps .input_wrap {
	    float: left;
	    width: 60%;
	}


		.content_page .wide {
		    padding: 0 !important;
		}

		.content_page .half.right {
		    margin: 5px 1vw;
		    width: 98vw;
		}


	.social_btn:first-child , .social_btn:last-child {
	    width: 50%;
	    padding: 0 20px;
	}

	#welcome_1 .w_box h2 {
		height:auto;
	}

	#footer_wrap {
	    margin-bottom: 0;
	    overflow: hidden;
	}

	#seo_links {
	  display: none;
	}


	#footer_wrap .site_address {
	    width: 100%;
	}

	.pagewraper.footer_3 {
	    height: auto;
	    overflow: hidden;
	}
	#credit {
	    height: auto;
	}

	#alert_wrap > div {
		width: 90%;
	}

	#alert_wrap > div .close {
		left: 0;
	}

	iframe{
		width:100% !important;
	}


}






@media all and (min-width: 320px) and (max-width: 480px) {
	.g_box {
	    height: 45vw;
	    margin: 1vw 0.5vw !important;
	    width: 45vw;
	}
	#welcome_2 .left.news {
	    display: none;
	}
	.form_wraps {
	    min-height: auto;
	    margin: 4px 0;
	    width: 100%;
	    overflow: hidden;
	}
	.content_box {
	    box-shadow: 0 0 4px -4px #333;
	    float: right;
	    height: auto;
	    margin: 8px 2% auto !important;
	    width: 96%;
	    cursor: pointer;
	}

	.content_box .txt {
	    height: auto;
	}
}

@media all and (min-width: 480px) and (max-width: 1170px) {

/*	.g_box {
	    height: calc((100vw - 349px) / 3);
	    width: calc((100vw - 349px) / 3);
	}*/
}


@media all and (min-width: 320px) and (max-width: 1240px) {


	.inBanner .banner_text {
	    bottom: 20px;
	    top: auto;
	}
}

@media all and (min-width: 320px) and (max-width: 359px) {
		.inBanner , .rotateBanner , .inBanner img{
		    height: 178px;
		}
}
@media all and (min-width: 360px) and (max-width: 383px) {
		.inBanner , .rotateBanner , .inBanner img{
		    height: 209px;
		}
}
@media all and (min-width: 384px) and (max-width: 413px) {
		.inBanner , .rotateBanner , .inBanner img{
		    height: 229px;
		}
}
@media all and (min-width: 414px) and (max-width: 435px) {
		.inBanner , .rotateBanner , .inBanner img{
		    height: 241px;
		}
}
@media all and (max-height: 360px) {
	.inBanner, .rotateBanner, .inBanner img {
	    height: calc(100vh - 60px);
	}
}

