
/*@import url(http://fonts.googleapis.com/css?family=Ubuntu:700);*/
/*@font-face {*/
/*  font-family: 'Eurostile Bold Extended';*/
/*  src: url('fonts/Eurostile Bold Extended.eot?v=4.2.0');*/
/*  src: url('fonts/Eurostile Bold Extended.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/Eurostile Bold Extended.woff?v=4.2.0') format('woff'), url('fonts/Eurostile Bold Extended.ttf?v=4.2.0') format('truetype'), url('fonts/Eurostile Bold Extended.svg?v=4.2.0#fontawesomeregular') format('svg');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/


h1, h2, h3, h4, h5, h6 {
    
    font-family: 'Lalezar' !important;
}



p {
    font-family: 'Questrial' !important;
}




h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
   font-family: 'Questrial' !important;
   font-size: 100%;
   background:url(../images/bg-head.jpg);
   background-size: cover;
   font-family: 'Questrial' !important;
   
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.header{
	
	padding:0;
	margin-left: 16em;
}
.header-left{
	float: left;
	width:66%;
	padding: 9px 0;
}
.search-box {
	float: left;
}
.logo{
	float:left;
	margin-right:11%;
}
.menu{
	 float:left;
	 margin: 13px 0 0;
}
.menu li{
	display:inline-block;
}
.menu li:first-child{
   	margin-left:0;
}
.menu li a{
  	display: block;
	font-size: 0.85em;
	text-transform: uppercase;
	padding: 5px 15px;
	color:#96a6a7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight:500;
}
.menu li a:hover ,.menu li.active a{
	 background:#fff;
	 color:#e94e38;
} 
#nav .current a {
	 color:red;
}
.toggleMenu {
    display:  none;
  	padding:4px 5px 0px 5px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
@media screen and (max-width:800px) {
	.active {
        display: block;
    }
    .menu li a{
    	text-align:left;
    	border-radius:0;
    	-webkit-border-radius:0;
    	-moz-border-radius:0;
    	-o-border-radius:0;
    }
    .nav {
	    list-style: none;
		width: 95%;
		position: absolute;
		right: 20px;
		background: #222;
		top: 72px;
		z-index: 111;
    }
    .nav:after {
		content: '';
		position: absolute;
		right:18px;
		top: -9px;
		border-left:10px solid rgba(0, 0, 0, 0);
		border-right:10px solid rgba(0, 0, 0, 0);
		border-bottom:10px solid #333;
	}
    .menu li a span.messages{
    	text-align:center;
    	top:15px;
    }
    .nav li ul{
    	width:100%;   	
    }
    .menu ul{
    	margin:0;
    }
    .nav > li.hover > ul {
        width:100%;
    }
    .nav > li {
        float: none;
        display:block;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .nav li a{
    	border-top:1px solid #333;
    }
     .nav li:first-child a{
     	border-top:none;
     }
 }
.header_right{
	float:right;
	width:34%;
	
}
.sb-search {
	position: absolute;
	
	right:451px;
	width: 0%;
	min-width:70px;
	height:71px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	left: 0px;
	border: none;
	outline: none;
	background:#e94e38;
	width: 100%;
	height:71px;
	margin: 0;
	z-index: 10;
	padding: 5px 20px;
	font-size: 13px;
	color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width:70px;
	height:71px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height:71px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #333 url('../images/h_search.png') no-repeat 21px 22px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
   	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
	color: #FFF;
	background:#e2dee0 url('../images/h_search.png') no-repeat 21px 22px;
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:40%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/********** Login *************/
#loginContainer {
    position:relative;
    background:#e94e38;
    padding:1.5em 2em;
}
#loginContainer a span{
   padding:0px 0px 0 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.85em;
}
/* Login Button */
#loginButton { 
    display:inline-block;  
    position:relative;
    z-index:30;
    cursor:pointer;
}
/* Login Box */
#loginBox {
    position:absolute;
	top:81px;
	left:0;
    display:none;
    z-index:29;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 25px;
	top: -10px;
	border-left:10px solid rgba(0, 0, 0, 0);
	border-right:10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #f0f0f0;
}
/* Login Form */
#loginForm {
	width: 451px;
	background: #fff;
	border: none;
}
#loginForm fieldset {
    margin:0 0 15px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    padding:15px 15px;
    margin:0;
}
#loginForm #checkbox {
    width:auto;
    margin:3px 6px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label {
    color:#000;
    margin:10px 0 0 0;
    display:block;
    float:left;
    font-size:0.85em;
    font-weight: 400;
}
#loginForm #body fieldset label{
    display:block;
    float:none;
    margin:0 0 6px 0;
}
#body label i{
	color:#000;
	font-size:1em;
	font-style:normal;
}
/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #DADADA;
	color: #222;
	background:#FFF;
    padding:6px;
	font-size: 0.8125em;
    -webkit-apperance:none;
}
/* Sign In Button */
#loginForm #login {
	width: auto;
	float: left;
	background: #e94e38;
	color:#fff;
	font-size: 0.8725em;
	padding: 8px 20px;
	border: none;
	margin: 0 12px 0 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
#loginForm #login:hover {
	background:#1db05e;
}
/* Forgot your password */
#loginForm span{
    display:block;
    padding:0px 0px 15px 15px;
}
#loginForm span a{
	color:#000;
	font-size:0.85em;
    font-weight:500;
    background: none;
	border: none;
	box-shadow: none;
}
#loginForm span a:hover{
	text-decoration:underline;
}
input:focus {
    outline:none;
}
a#loginButton img {
	vertical-align: bottom;
}
.banner{
	/*background: url(../images/banner.jpg) no-repeat center top;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	min-height:410px;*/
	text-align:center;
	/*padding-top:3em;*/
}
.container_wrap{
	margin:0 auto;
	width:70%;
}
.dropdown-buttons{
	margin-bottom: 1em;
}
.banner h1{
	color: #fff;
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 1em;
}
.banner input[type="text"] {
	background: rgba(111, 111, 111, 0.17);
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
	border: 1px solid #5b5953;
	outline: none;
	font-size: 1.1em;
	padding: 17px;
	color: #fff;
	width: 47%;
	text-transform: lowercase;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	font-weight: 300;
	margin-bottom: 2em;
}

/**** Drop Down *********/
/* PREFIXED CSS */
.flat,
.flat div,
.flat li,
.flat div::after,
.flat .carat,
.flat .carat:after,
.flat .selected::after,
.flat:after{
	/*---webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;--*/
}
.flat .selected::after,
.flat.scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}
/* WRAPPER */
.dropdown-button:first-child{
	margin-left:0;
}
.dropdown-button{
	margin-left:25px;
	width:22%;
}
.dropdown-button{
	display:inline-block;
}
.flat{
	position: relative;	
	cursor: pointer;
	font-weight:600;
	background:rgba(111, 111, 111, 0.17);
	color:#898989;
	border-radius:100px;	
	-webkit-border-radius:100px;	
	-moz-border-radius:100px;	
	-o-border-radius:100px;	
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border:1px solid #5b5953;
}
.flat.open{
	z-index: 2;
}
.flat:hover,
.flat.focus{
	color:#666;
}
/* OLD SELECT (HIDDEN) */
.flat .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.flat select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.flat.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
.flat .selected {
    color:#fff;
}
.flat .selected,
.flat li{
	display: block;
	font-size: 1.1em;
	padding:14px 0px 14px 25px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	font-weight: 300;
}
.flat .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding:20px 20px;
	background:url(../images/img-sprite.png) no-repeat -7px 18px;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
}
.flat:hover .selected::after,
.flat.focus .selected::after{
	background:url(../images/img-sprite.png) no-repeat -44px 19px;
}
/* DROP DOWN WRAPPER */
.flat div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top:1px;
	background:#e94e38;
	overflow: hidden;
	opacity: 0;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
/* Height is adjusted by JS on open */
.flat.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.flat.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.flat.scrollable.bottom div::after{
	opacity: 0;
}
/* DROP DOWN LIST */
.flat ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding:0;
	list-style: none;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.flat.scrollable.open ul{
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.flat li{
	list-style: none;
	padding: 6px 10px;
	font-size: 1em;
	font-weight: 400;
}
.flat li:last-child {
    border-bottom: 0;
}
/* .focus class is also added on hover */
.flat li:hover{
	background-color:#DD3E27;
}
.flat li.focus{
	background:#DD3E27;
	position: relative;
	z-index: 3;
	color:#FFF;
}
.flat li.active{
    background-color:#DD3E27;
	color: #fff;
}
.quote_button a{
    display:inline-block;
    color:#FFF;
    font-size:1.2em;
    font-weight:400;
    background:#7accc8;
    padding:20px 60px;
    border-bottom:4px solid #45A39E;
    border-radius:3px;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   -o-border-radius:3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.banner input[type="submit"], .footer input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-transform: uppercase;
}
.btn-2g {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
}
.btn-2 {
	background: #cb4e4e;
	color: #fff;
	box-shadow: 0 3px #c1412e;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.btn1 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding:15px 30px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #e94e38;
	color: #fff;
	font-size: 1.1em;
	text-shadow: -1px 0px 1px rgba(214, 214, 214, 0.59);
	-webkit-text-shadow: -1px 0px 1px rgba(214, 214, 214, 0.59);
	-moz-text-shadow: -1px 0px 1px rgba(214, 214, 214, 0.59);
	-o-text-shadow: -1px 0px 1px rgba(214, 214, 214, 0.59);
}
.btn-2g:hover {
	top: 2px;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/*--content--*/
.content_top{
    color: #444;
    padding: 50px 0 30px;
    /* border-bottom: 1px solid #E6E5E5; */
    background: rgba(255, 255, 255, 0.92);
}
.content_menu ul{
	margin-top:1px;
	padding:0;
	list-style:none;
}
.content_menu ul li {
	display: inline-block;
}
.content_menu ul li a {
	color: #96a6a7;
	display: block;
	margin: 10px;
	text-transform:uppercase;
	font-size:0.8125em;
	font-weight:500;
}
.content_menu ul li a:hover, .content_menu ul li.active a {
	color:#e94e38;
}
.metro{
	position: relative;	
	cursor: pointer;
	font-weight:600;
	background:#fff;
	color:#898989;
	border-radius:100px;	
	-webkit-border-radius:100px;	
	-moz-border-radius:100px;	
	-o-border-radius:100px;	
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border:1px solid #b2bebe;
}
.metro.open{
	z-index: 2;
}
.metro:hover,
.metro.focus{
	color:#666;
}
/* OLD SELECT (HIDDEN) */
.metro .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.metro select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.metro.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
.metro .selected {
    color: #96a6a7;
}
.metro .selected:hover{
	color:#e94e38;
}
.metro .selected,
.metro li{
	display: block;
	font-size:0.8125em;
	padding:8px 0px 8px 15px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	font-weight:500;
	text-transform:uppercase;
}
.metro .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding:18px;
	background:url(../images/img-sprite.png) no-repeat -85px 8px;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
}
.metro:hover .selected::after,
.metro.focus .selected::after{
	/*-background:url(../images/img-sprite.png) no-repeat -44px 19px;--*/
}
/* DROP DOWN WRAPPER */
.metro div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top:1px;
	background:#e94e38;
	overflow: hidden;
	opacity: 0;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
/* Height is adjusted by JS on open */
.metro.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.metro.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.metro.scrollable.bottom div::after{
	opacity: 0;
}
/* DROP DOWN LIST */
.metro ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding:0;
	list-style: none;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.metro.scrollable.open ul{
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.metro li{
	list-style: none;
	padding: 6px 10px;
	font-size:0.85em;
	font-weight: 400;
	text-transform: lowercase;
}
.metro li:last-child {
    border-bottom: 0;
}
/* .focus class is also added on hover */
.metro li:hover{
	background-color:#DD3E27;
}
.metro li.focus{
	background:#DD3E27;
	position: relative;
	z-index: 3;
	color:#FFF;
}
.metro li.active{
    background-color:#DD3E27;
	color: #fff;
}
.content_dropdown:first-child {
	margin-left: 0;
}
.content_dropdown {
	display: inline-block;
}
.content_dropdown {
	margin-left:15px;
	width:38%;
}
ul.filter {
	padding: 0;
	list-style: none;
	margin-top: -5px;
}
ul.filter h3{
	font-size:0.8125em;
	color:red;
	text-transform:uppercase;
}
ul.filter li.fil{
	float: left;
	margin: 15px 10px 0 0;
	font-size: 0.8125em;
	text-transform: uppercase;
	font-weight:500;
	color: #96a6a7;
}
ul.filter li {
	display: inline-block;
}
ul.filter li:first-child {
	margin-left: 0;
}
ul.filter li a i {
	width: 45px;
	height: 45px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat;
}
ul.filter li a i:hover{
	opacity:0.8;
}
ul.filter li a i.icon1{
	background-position:-7px -39px;
}
ul.filter li a i.icon2{
	background-position:-56px -39px;
}
ul.filter li a i.icon3{
	background-position:-106px -39px;
}
ul.filter li a i.icon4{
	background-position:-156px -39px;
}
ul.filter li a i.icon5{
	background-position:-207px -39px;
}
.grid1{
	position:relative;
	box-shadow: 0px 12px 66px -29px #848484;
	-webkit-box-shadow: 0px 12px 66px -29px #848484;
	-moz-box-shadow: 0px 12px 66px -29px #848484;
	-o-box-shadow: 0px 12px 66px -29px #848484;
	margin-bottom: 65px;
}
.sale {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background-color: #1baf5d;
	line-height: 23px;
	padding: 3px 14px;
	position: absolute;
	top: 7px;
	right: 20px;
	text-transform: uppercase;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
}
.view:hover .sale{
	display:none;
}
i.home{
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -7px -93px;
	display: block;
	position: absolute;
	bottom:100px;
	right:93px;
}
i.home1{
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -91px -93px;
	display: block;
	position: absolute;
	bottom:100px;
	right:93px;
}
i.home2{
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -170px -94px;
	display: block;
	position: absolute;
	bottom:100px;
	right:93px;
}
i.b_home {
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -7px -93px;
	display: block;
	position: absolute;
	bottom: 110px;
	right: 93px;
}
i.b_home1{
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -91px -93px;
	display: block;
	position: absolute;
	bottom:110px;
	right: 93px;
}
.index_img img{
	border-bottom:3px solid #14295f;
}
.index_img1 img{
	border-bottom:3px solid #14295f;
}
.index_img2 img{
	border-bottom:3px solid #14295f;
}
.content_middle{
/*	background:url(../images/back-scratch-1.jpg);*/
	background-size:cover;
background: #f7f7f7;	
padding-bottom:0;
	
}
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   border-top-left-radius: 3px;
   -webkit-border-top-left-radius: 3px;
   -moz-border-top-left-radius: 3px;
   -o-border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   -webkit-border-top-right-radius: 3px;
   -moz-border-top-right-radius: 3px;
   -o-border-top-right-radius: 3px;
}
i.search{
	width:20px;
	height:20px;
	background:url(../images/search.png)no-repeat;
	float:left;
}
.view .mask,.view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
ul.mask_img {
	list-style: none;
	padding: 0 3em;
	margin-top: 1em;
}
ul.mask_img li.star{
	float:left;
	margin-right:2em;
}
ul.mask_img li.set{
	float:left;
}
.info {
    display: inline-block;
	text-decoration: none;
	padding: 8px 20px 5px;
	background: none;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	font-size: 0.8125em;
	margin: 2em 0 1em;
	font-weight:100;
	font-family: 'Ubuntu', sans-serif;
}
h3.m_4{
	text-align:center;
	padding:5% 0;
}
h3.m_4 a{
	color:#555;
	text-transform:uppercase;
	font-size:1em;
}
h3.m_4 a:hover{
	color:#FFA540;
}
p.m_5{
	text-align:center;
	color:#999;
	font-size:0.85em;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(63, 106, 163, 0.68);

   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   border-bottom:3px solid #13275e;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first ul.mask_img {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover ul.mask_img,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover ul.mask_img {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.inner_wrap, .inner_wrap2{
	background:#fff;
	padding:1em 1em 1em;
	text-align:center;
	border-bottom-left-radius: 3px;
   -webkit-border-bottom-left-radius: 3px;
   -moz-border-bottom-left-radius: 3px;
   -o-border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
   -webkit-border-bottom-right-radius: 3px;
   -moz-border-bottom-right-radius: 3px;
   -o-border-bottom-right-radius: 3px;
}

.inner_wrap h3, .inner_wrap2 h3{
	color: #566375;
	font-size: 0.85em;
	font-weight: 100;
	line-height: 1.3em;
	margin-bottom: 1em;
}
.inner_wrap p, .inner_wrap2 p
{
font-size:13px;
margin:6px 0;
}
ul.star1{
	padding:0;
	list-style:none;
}
ul.star1 li a{
	font-size:0.8125em;
	color:#96a6a7;
}
ul.star1 li a img {
	padding-right: 5px;
}
h4.green, h4.yellow, h4.blue{
	color:#1baf5d;
	text-transform:uppercase;
	font-size:0.8125em;
	margin-bottom: 0;
}
h4.yellow{
	color:#f19e1f;
}
h4.blue{
	color:#9055a3;
}
i.m_home {
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -7px -93px;
	display: block;
	position: absolute;
	bottom:135px;
	left: 12px;
}
i.m_home1 {
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -7px -169px;
	display: block;
	position: absolute;
	bottom:135px;
	left: 12px;
}
ul.vision{
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 188px;
	left: 100px;
}
ul.vision li{
	display: inline-block;
	color: #fff;
	font-size: 1em;
	font-weight:100;
	text-transform: uppercase;
}
ul.vision li.desc{
	font-size:0.8125em;
}
ul.vision li.desc img, ul.star1 li img{
	vertical-align:sub;
}
ul.vision li.desc a{
	color:#fff;
}
.inner_wrap1 {
	background: #fff;
	padding:2em 1em 1em;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-o-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-o-border-bottom-right-radius: 3px;
}
ul.item_module{
	padding:0;
	list-style:none;
}
ul.item_module li.module_left{
	float: left;
	margin-right: 1em;
	padding: 15px 0 0 0;
}
ul.item_module li.module_right{
	overflow:hidden;
}
ul.item_module li.module_left img{
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	border:3px solid #e2dee0;
	width:82%;
}
ul.item_module li.module_right h5{
	color: #495564;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0.8em 0 0.2em;
	font-weight: 600;
}
ul.item_module li.module_right p{
	color: #788291;
	font-size: 0.8125em;
	line-height: 1.8em;
	display: inline;
	font-weight: normal;
}
.content_btn {
	display: inline-block;
	color: #495564;
	font-size:0.95em;
	line-height: 18px;
	font-weight:100;
	text-align: left;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}
.middle_grid{
	padding:2em 0;
}
.bottom_grid{
	padding-top:2em;
}
.inner_wrap2{
	padding:1.8em 1em;
}
.content_middle_box{
	
	padding:3em 0 0;
}
.offering{
	text-align:center;
	padding:5em 0;
}
.offering h2{
	color: #566375;
	font-size: 1.5em;
	font-weight: 100;
}
.offering h3{
	color: #96a6a7;
	font-size: 1em;
	font-weight: 400;
}
ul.icons{
	padding:0;
	list-style:none;
	position:relative;
	margin-top: 4em;
}
ul.icons li{
	width:15%;
	display:inline-block;
}
ul.icons li i.icon1{
	width: 110px;
	height: 110px;
	background: url(../images/icons.png) no-repeat -14px -134px;
	display: inline-block;
}
ul.icons li i.icon1:hover{
	background: url(../images/icons.png) no-repeat -14px -12px;
}
ul.icons li i.icon2{
	width: 110px;
	height: 110px;
	background: url(../images/icons.png) no-repeat -145px -134px;
	display: inline-block;
}
ul.icons li i.icon2:hover{
	background: url(../images/icons.png) no-repeat -145px -12px;
}
ul.icons li i.icon3{
	width: 110px;
	height: 110px;
	background: url(../images/icons.png) no-repeat -278px -134px;
	display: inline-block;
}
ul.icons li i.icon3:hover{
	background: url(../images/icons.png) no-repeat -278px -12px;
}
ul.icons li i.icon4{
	width: 110px;
	height: 110px;
	background: url(../images/icons.png) no-repeat -409px -134px;
	display: inline-block;
}
ul.icons li i.icon4:hover{
	background: url(../images/icons.png) no-repeat -409px -12px;
}
ul.icons li i.icon5{
	width: 110px;
	height: 110px;
	background: url(../images/icons.png) no-repeat -546px -134px;
	display: inline-block;
}
ul.icons li i.icon5:hover{
	background: url(../images/icons.png) no-repeat -535px -12px;
}
ul.icons li i.icon2{
	background-position:
}
span.one{
	height:2px;
	width: 50px;
	display: block;
	background:#DFDFDF;
	position: absolute;
	left: 282px;
	top: 45%;
}
span.two{
	height:2px;
	width: 50px;
	display: block;
	background:#DFDFDF;
	position: absolute;
	left:456px;
	top: 45%;
}
span.three{
	height:2px;
	width: 50px;
	display: block;
	background:#DFDFDF;
	position: absolute;
	left:632px;
	top: 45%;
}
span.four{
	height:2px;
	width: 50px;
	display: block;
	background:#DFDFDF;
	position: absolute;
	left:808px;
	top: 45%;
}
.real{
	margin:0 auto;
	width:75%;
}
.real h4{
	color:#1db05e;
	font-size:1.5em;
	font-weight:600;
	margin:1.5em 0;
}
ul.service_grid{
	padding:0;
	list-style:none;
}
i.s1{
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -96px -169px;
	display: block;
	float: left;
	margin-right: 1em;
}
i.s2{
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite.png)no-repeat -185px -169px;
	display: block;
	float: left;
	margin-right: 1em;
}
ul.service_grid li.desc1 {
	overflow: hidden;
	text-align:left;
}
ul.service_grid li.desc1 p{
	color: #96a6a7;
	font-size: 0.85em;
	font-weight: 100;
	line-height: 1.8em;
}
.offering h3 {
	color: #96a6a7;
	font-size: 1em;
	font-weight:100;
}
.real:hover i.s1, .real:hover i.s2{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
/*--footer--*/
.footer{
	
	
    background: #111;	
	text-align: center;
	
}
.footer h3{
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom:2em;
}
.footer span {
	background: rgba(111, 111, 111, 0.17);
	border: 1px solid #5b5953;
	padding: 3px 0px 3px 30px;
	margin: 25px 25px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	display: block;
	outline: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	text-align: left;
	width: 45%;
	margin: 0 auto;
}
.footer input[type="text"]{
	padding: 10px;
	color: #FFF;
	font-size: 1em;
	background: none;
	outline: none;
	border: none;
	margin: 0px auto;
	width: 68%;
	-webkit-apperance: none;
	vertical-align: middle;
}
label.btn1.btn2.btn-2.btn-2g {
	padding: 13px 14px;
	font-size: 0.85em;
}
.footer_grids {
	text-align: center;
	padding-bottom:1em;
}
@media (min-width:768px){
.footer_grids {
	text-align: left;
	padding-bottom:1em;
}
}
.footer-grid {
	float: left;
	width: 17.7%;
	margin-right: 23%;
}
.last_grid {
	margin-right: 0;
}
ul.list1{
	padding:0;
	list-style:none;
}
ul.list1 li a{
	color: #ADADAD;
	font-size: 0.85em;
	font-weight: 100;
	line-height: 1.8em;
}
.footer_top{
	border-bottom: 1px solid #5b5953;
	margin-bottom:4em;
	padding-bottom:4em;
}
.footer-grid h4 {
	color: #fff;
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 1em;
	border-bottom: 1px solid #5b5953;
	width: 50%;
}
ul.footer_social{
	padding:0;
	list-style:none;
}
ul.footer_social li {
	display: inline-block;
	margin-right:10px;
}
ul.footer_social li a i {
	width:30px;
	height: 35px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat;
}
ul.footer_social li a i:hover{
	opacity:0.8;
}
ul.footer_social li a i.fb {
	background-position:-17px -252px;
}
ul.footer_social li a i.tw {
	background-position:-59px -253px;
}
ul.footer_social li a i.google {
	background-position:-109px -253px;
}
ul.footer_social li a i.u_tube {
	background-position:-162px -253px;
}
.copy{
	margin-top:3em;
}
.copy p {
	font-size: 0.8125em;
	color: #fff;
}
.copy p a{
	color:#5287CD;
}
/*--living--*/
.living_middle{
	padding:5em 0;
	background: #f3f1f2;
}
.living_box {
	position: relative;
	padding: 10px;
	background: #fff;
}
.living_box:hover span.sale-label{
	background:#1db05e;
}
.sale-label {
	font-size: 0.8125em;
	color: #FFF;
	background:#e94e38;
	text-transform: uppercase;
	padding: 9px;
	text-align: center;
	display: block;
	min-width: 70px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.sale-box {
	position: absolute;
	top: 16px;
	overflow: hidden;
	height: 38px;
	min-width:110px;
	text-align: left;
	z-index: 0;
}
.new-box {
	right: 10px;
}
.living_desc h3 {
	margin: 20px 0 5px;
}
.living_desc h3 a {
	color:#566375;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
.living_desc h3 a:hover{
	color:#e94e38;
}
.living_desc p {
	color:#96a6a7;
	font-size: 0.8125em;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.btn3 {
	float: left;
	font-size: 13px;
	background-color:#1db05e;
	color: white;
	padding:5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	display: inline-block;
}
.btn3:hover{
	background:#e94e38;
	text-decoration:none;
	color:#fff;
}
p.price {
	float: right;
	color:#566375;
	font-size:18px;
}
.propertyDetails {
	background-color: #f8f8f8;
	margin-top: 0px;
	border: 1px solid #cacaca;
	width: 100%;
	text-align: center;
}
.propertyDetails td {
	font-size: 12px;
	width: 33.6%;
	height: 45px;
	border-color: #cacaca;
	color: #ababab;
}
.living_bottom{
	background:#fff;
	padding:5em 0;
}
.post_left p{
	color: #96a6a7;
	font-size: 0.85em;
	line-height: 1.8em;
	margin: 1em 0;
}
.post_left p a{
	color:#e94e38;
	text-decoration:underline;
}
.post_left p a:hover{
	text-decoration:none;
}
.divider{
	height:2px;
	background:#E6E6E6;
	width:200px;
}
p.field-content{
	color: #5A5A5A;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: 700;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
.mask1{
	text-decoration: none;
	overflow: hidden;
	display: block;
}
h2.title.block-title{
	text-align: center;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	margin-bottom:2em;
}
/*--education--*/
ul.feature{
	padding:0;
	list-style:none;
	margin-bottom: 2em;
}
ul.last_grid{
	margin-bottom:0;
}
ul.feature li.feature_right{
	overflow:hidden;
}
ul.feature li.feature_right h4{
	color:#566375;
	text-transform:uppercase;
	font-size:1em;
}
ul.feature li.feature_right p{
	color:#9AA3B0;
	font-size: 0.8125em;
	line-height: 1.8em;
	font-weight:100;
}
i.icon-trophy{
	width:32px;
	height:32px;
	background:url(../images/img-sprite.png)-215px -260px;
	float:left;
	margin-right:1em;
}
i.icon-tick{
	width:32px;
	height:32px;
	background:url(../images/img-sprite.png)-187px -2px;
	float:left;
	margin-right:1em;
}
i.icon-audio{
	width:32px;
	height:37px;
	background:url(../images/img-sprite.png)-257px -256px; 
	float:left;
	margin-right:1em;
}
i.icon-video{
	width:32px;
	height:37px;
	background:url(../images/img-sprite.png)-240px -1px;
	float:left;
	margin-right:1em;
}
ul.list-Education{
	padding:0;
	list-style:none;
}
p.pr_box{
	margin-bottom:0px !important;
}
p.educate {
	float: left;
	margin-bottom:0px !important;
}
.educate_grid {
	margin-bottom: 2em;
}
/*--entertain--*/
.grid_box2{
	background:#fff;
	padding:1em;
}
.grid_box2 h4{
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:500;
	margin-bottom:5px;
}
.grid_box2 h4 a{
	color:#000;
}
.grid_box:hover .grid_box2 h4 a{
	color:#e94e38;
	text-decoration:none;
}
.grid_box2 p{
	text-transform:uppercase;
	font-size:0.8125em;
	color:#e94e38;
	font-weight:500;
}
.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	background: rgba(64, 72, 109, 0.61);
	display: block;
	left: 0;
	top: -152px;
	width: 290px;
	height: 219px;
	background: url(../images/zoom.png) center center no-repeat;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.grid_box .zoom-icon {
	top: -50px;
	width:100%;
	height: 182px;	
}
.grid_box a:hover .zoom-icon {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=99); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.entertain_box{
	margin-bottom:3em;
}
/*--404--*/
.page-not-found{
	border-top:1px solid #f0f0f0;
	padding:5em 0;
}
.page-not-found h1 {
	font-size: 10em;
	color:#96a6a7;
	text-align: center;
	font-weight: 100;
	margin-bottom:0;
}
/*--contact--*/
.contact{
	padding:5em 0;
	border-top:1px solid #f0f0f0;
}
.contact h1{
	text-align: center;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	margin-bottom: 2em;
}
.map iframe {
	min-height:300px;
	width: 100%;
	border: none;
}
.address p {
	color: #000;
	font-size:0.8125em;
	line-height:1.8em;
	margin: 0 0 16px;
	font-style: normal;
}
.address dd {
	color:#96a6a7;
	font-size:0.8125em;
	line-height:1.8em;
}
.to {
	margin-bottom: 2em;
}
.to input[type="text"] {
	padding: 10px 0;
	width: 32.111%;
	font-size: 0.85em;
	margin: 10px 0;
	border: none;
	color:#96a6a7;
	background: none;
	float: left;
	outline: none;
	border-bottom: 2px solid #96a6a7;
	text-transform: uppercase;
	font-weight: 600;
}
.text input[type="text"], .text textarea {
	width:100%;
	font-size: 0.85em;
	margin: 10px 0;
	border: none;
	border-bottom: 2px solid #96a6a7;
	color:#96a6a7;
	background: none;
	outline: none;
	text-transform: uppercase;
	font-weight: 600;
	height: 54px;
	padding: 10px 0;
	resize: none;
}
.form-submit1{
	text-align:center;
	margin-top:2em;
}
.form-submit1 input[type="submit"] {
	color: #FFF;
	text-align:center;
	font-size: 0.95em;
	font-weight: normal;
	padding: 15px 30px;
	text-transform: uppercase;
	background:#e94e38;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight:500;
	border: none;
	cursor: pointer;
}
.form-submit1 input[type="submit"]:hover {
	background:#7B7C7C;
}
.living_middle h2 {
	text-align: center;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	margin-bottom: 2em;
}
.flex-box
{
    display:flex;
}
.span-grups 
{
        background: #f7f7f7;
        padding:70px 0;
}
.group-box
{
    margin-bottom:70px;
}
.group-img-box img
{
    padding: 3px;
    box-shadow: 0px 12px 66px -29px #848484;
}
.group-box .img-logo-box img
{
        margin-bottom: 20px;
        width:250px;
}
.group-box-cnt p
{
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Tajawal', sans-serif;
}
/*--responsive design--*/
@media (max-width:1366px){
.header {
	margin-left: 8em;
}
.sb-search {
	right:374px;
}
#loginContainer {
	width:90%;
	float: right;
}
#loginForm {
	width:374px;
}
.logo {
	margin-right: 8%;
}
}
@media (max-width:1280px){
.header {
	margin-left:5em;
}
#loginContainer {
	width:85%;
	float: right;
}
.sb-search {
	right: 337px;
}
.logo {
	margin-right: 7%;
}
#loginForm {
	width: 337px;
}
}
@media (max-width:1024px){
.header {
	margin-left:3em;
}
.sb-search {
	right:228px;
}
#loginForm {
	width:228px;
}
.logo {
	margin-right: 2%;
}
#loginContainer {
	width:70%;
	float: right;
}
.menu li a {
	padding: 5px 6px;
}
.container_wrap {
	margin: 0 auto;
	width: 80%;
}
.content_menu ul li a {
	margin:10px 2px;
	font-size:12px;
}
.content_dropdown1, .bottom_nav, .filter_grid{
	padding: 0px !important;
	
}
.bottom_nav
{
 text-align:center;
 width:100%;
}
.content_dropdown {
	margin-left: 5px;
	width: 45%;
}
i.home, i.home1, i.home2{
	right:70px;
}
.info {
	padding: 5px 10px 2px;
	font-size: 12px;
}
ul.mask_img li.star {
	margin-right: 1em;
}
.view .mask, .view .content {
	width: 100%;
	height: 100%;
}
ul.mask_img {
	padding: 0 2em;
	margin-top:0.5em;
}
i.m_home, i.m_home1{
	bottom: 160px;
}
ul.vision {
	bottom: 200px;
}
.inner_wrap2 {
	padding: 2.8em 1em;
}
i.b_home, i.b_home1{
	bottom: 140px;
	right: 70px;
}
span.one {
	width: 30px;
	left: 236px;
}
span.two {
	width: 30px;
	left: 382px;
}
span.three {
	width: 30px;
	left: 528px;
}
span.four {
	width:30px;
	left: 672px;
}
.footer span {
	width:53%;
}
.footer input[type="text"] {
	width: 67%;
}
.footer-grid {
	float: left;
	width: 20.7%;
	margin-right:12%;
}
.footer-grid h4 {
	width: 52%;
}
.grid_box .zoom-icon {
	height: 160px;
}
}
@media (max-width:800px){
#loginContainer {
	width: 94%;
}
.sale-box {
	left: 2em;
}
.header {
	margin-left: 2em;
}
.logo {
	margin-right: 42%;
}
.menu li a {
	padding: 10px 10px;
}
.banner h1 {
	font-size: 1.5em;
}
.flat .selected, .flat li {
	font-size: 0.85em;
}
.container_wrap {
	width: 100%;
}
.flat .selected::after {
	background: url(../images/img-sprite.png) no-repeat -7px 14px;
}
.banner input[type="text"] {
	font-size: 0.85em;
}
.btn1 {
	padding: 14px 20px;
	font-size: 0.95em;
}
.banner {
	min-height: 350px;
}
.flat:hover .selected::after, .flat.focus .selected::after {
	background: url(../images/img-sprite.png) no-repeat -44px 15px;
}
.bottom_nav {
	text-align: center;
	margin-bottom: 1em;
}
.content_dropdown1, .bottom_nav, .filter_grid {
	padding: 0 15px;
}
.content_dropdown1 {
	margin-bottom: 1em;
}
.view .mask, .view .content {
	width: 100%;
	height: 100%;
}
i.m_home, i.m_home1 {
	bottom: 115px;
}
ul.vision {
	bottom: 155px;
}
span.one, span.two, span.three, span.four{
	display:none;
}
ul.icons li {
	width: 17%;
}
.real {
	width: 85%;
}
ul.service_grid li.desc1 p {
	font-size: 0.8125em;
}
.footer input[type="text"] {
	width:59%;
}
label.btn1.btn2.btn-2.btn-2g {
	padding: 12px 8px;
	font-size: 0.85em;
}
.footer-grid {
	float: left;
	width: 26.7%;
	margin-right: 6%;
}
.footer-grid h4 {
	width: 55%;
}
ul.last_grid {
	margin-bottom:2em;
}
.living_box {
	margin-bottom: 2em;
	text-align:center;
}
.living_box img{
	display:inline-block;
}
.living_middle {
	padding:3em 0 2em;
}
.map {
	margin-bottom: 2em;
}
.to input[type="text"] {
	width: 31.111%;
}
.contact {
	padding: 3em 0 2em;
}
.contact h1, .living_middle h2{
	margin-bottom:1em;
}
}
@media (max-width:640px){
.sb-search {
	right: 189px;
}
#loginForm {
	width: 189px;
}
.logo {
	margin-right: 30%;
}
.banner {
	min-height:320px;
	padding-top:2em;
}
ul.icons li {
	width: 18%;
}
.real {
	width: 95%;
}
.footer span {
	width: 64%;
}
.footer_top {
	margin-bottom: 2em;
	padding-bottom: 2em;
}
.footer-grid h4 {
	width: 66%;
}
.footer h3 {
	margin-bottom: 1em;
}
i.m_home, i.m_home1 {
	bottom: 135px;
}
ul.vision {
	bottom: 180px;
}
.footer-grid {
	width: 29.7%;
	margin-right: 3%;
}
h2.title.block-title {
	font-size: 1.2em;
	margin-bottom: 1em;
}
.living_bottom {
	padding: 2em 0;
}
.to input[type="text"] {
	width: 30.9%;
}
}
@media (max-width:480px){
.header {
	margin-left: 1em;
}
.flex-box
{
    flex-direction:column;
}
.flex-box .order1
{
    order:1;
}
.flex-box .order2
{
    order:2;
}
.group-box .img-logo-box img {
    margin-top: 20px;
    
}
#loginBox {
	left: -9em;
}
#loginForm {
	width: 237px;
}
#loginContainer {
	width:70%;
}
#loginContainer {
	padding: 1.5em 1em;
}
.sb-search {
	right: 106px;
}
.logo {
	margin-right: 21%;
}
ul.icons li {
	width: 29%;
}
.footer span {
	width: 86%;
}
.to input[type="text"] {
	width: 100%;
	float: none;
	margin-left:0px !important;
}
i.m_home, i.m_home1 {
	bottom: 160px;
}
ul.vision {
	bottom: 204px;
}
.page-not-found h1 {
	font-size: 6em;
}
.page-not-found {
	padding: 2em 0;
}
}
@media (max-width:320px){
.header-left {
	float: none;
	width: 100%;
}
.search-box {
	display: none;
}
#loginContainer {
	display: none;
}
.nav {
	right: 7px;
}
.banner h1 {
	font-size: 1.2em;
}
.dropdown-button {
	margin-left: 5px;
	width: 45%;
}
.banner input[type="text"] {
	width:90%;
}
i.m_home, i.m_home1 {
	bottom: 296px;
}
ul.vision {
	bottom: 335px;
}
ul.item_module li.module_right p {
	font-size: 12px;
}
.offering {
	text-align: center;
	padding: 2em 0;
}
.offering h2 {
	font-size: 1em;
}
.offering h3 {
	font-size: 0.8125em;
}
ul.icons {
	margin-top: 2em;
}
ul.icons li {
	width: 42%;
}
.real {
	width: 100%;
}
.footer{
	padding-top:2em;
}
.footer h3 {
	font-size: 1em;
}
.banner {
	min-height:150px;
	padding-top: 1em;
}
.flat .selected, .flat li {
	font-size:0.8125em;
	padding: 8px 0px 8px 10px;
}
.flat .selected::after {
	background: url(../images/img-sprite.png) no-repeat 5px 8px;
}
.flat:hover .selected::after, .flat.focus .selected::after {
	background: url(../images/img-sprite.png) no-repeat 5px 8px;
}
.dropdown-button {
	width: 41%;
}
.banner input[type="text"] {
	padding:8px;
	margin-bottom:1em;
}
.btn1 {
	padding: 10px 12px;
	font-size: 0.8125em;
}
.metro .selected, .metro li {
	font-size: 12px;
	padding: 10px 0px 8px 10px;
}
i.home, i.home1, i.home2 {
	right: 88px;
}
i.m_home, i.m_home1 {
	bottom: 265px;
}
ul.vision {
	bottom: 300px;
}
i.b_home, i.b_home1 {
	right: 89px;
}
label.btn1.btn2.btn-2.btn-2g {
	padding: 8px 4px;
	font-size: 12px;
}
.footer input[type="text"] {
	width:45%;
	font-size: 0.8125em;
	padding:5px;
}
.footer span {
	padding: 1px 0px 1px 10px;
}
.footer-grid {
	width: 100%;
	margin-right: 0;
	float: none;
	margin-bottom:1.5em;
}
.footer-grid h4 {
	width: 38%;
	margin-bottom:10px;
}
.copy {
	margin-top: 1em;
}
.footer_grids {
	padding-bottom:0;
}
.page-not-found h1 {
	font-size:5em;
}
.map iframe {
	min-height: 200px;
}
}
.videoWrap
{
position: relative;
padding-bottom: 50.25%;
padding-top: 0px;
height: 0;
box-shadow: 2px 2px 17px #444;
}
.videoWrap iframe
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.main_head
{
margin-bottom:0;
font-family: 'lalezar';
}
.main_head h2
{
text-align: center;
    color: #13285d;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 60px;
    font-family: 'lalezar';
}

.line
{
    margin: 20px auto 30px;
    background: #13285d;
    height: 2px;
    width: 70px;
    display: block;
}

.copy
{
 text-align:center;
 margin-top:1em;
 font-family:'Arial';
}
@media (min-width:768px){
.copy
{
 text-align:right;
 /*margin-top:2em;*/
}
}
h4
{
color:#fff;
}
.txt
{
margin:20px 0;

}
.txt p
{
    text-align: center;
    font-family: 'Questrial;
    font-size: 17px;
    line-height: 1.9;
    color: #333;
    font-weight: 300;
	margin-bottom:15px;
}
.last_grid h4
{
color:#fff;
}
.main_head p
{
    text-align: justify;
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Questrail';
}
.inner_wrap p
{
    font-family: Questrial;
    font-size: 17px;
    line-height: 1.8;
    font-family: 'Questrial';
    color: #222;
    /* font-weight: 500; */
}
.header1
{
padding:15px 0 15px;
}
.top_grid h4
{
    text-transform: uppercase;
    /* text-shadow: 2px 2px 1px #191919; */
    text-align: center;
    color: #232388;
    font-size: 24px;
    margin-bottom: 20px;

text-align: center;
}
.grid1 h4
{
 text-shadow:none;
 color: #031F96;
 font-family: 'lalezar';
 font-size:22px;
}

/*------------------------New header-------------------*/
.navbar-wrapper {
  position:relative;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 20;
}

.main-header1 {
    background: transparent;
}

.navbar-wrapper .navbar .container {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
}

/*----------------------------------------------menu----------------------------------------------*/
.logo-icon
{
    position: absolute;
    left: 9px;
    top: 6px;
}
.btn-bar
{
background:transparent;
border:none;
padding-top: 30px;
outline:none;
    float: right;
	padding-right:20px;
    padding-left: 0;
}
.logo
{
float:right;
margin-top: 30px;
}
.header_heading
{
display:inline-block;
text-transform:uppercase;
color:#f1592a;
font-size:20px;
}
.header_heading h3
{
 margin-top: 25px;
    font-size: 19px;
    margin-left: 6px;
        font-family: 'lalezar';
    line-height: 214%;
    letter-spacing: 0.15em;
}

.logo-main
{
float:left;
}

/*----------------------------------------------end menu----------------------------------------------*/

.hashtag
{
    background: #000000;
    position:relative;
    padding: 200px 0;
    border-top: 1px solid #1a2433;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #000000), color-stop(100%, #142961));
    background-image: -webkit-linear-gradient(left, #000000,#142961);
    background-image: -moz-linear-gradient(left, #000000,#142961);
    background-image: -o-linear-gradient(left, #000000,#142961);
    background-image: linear-gradient(left, #000000,#142961);
}

#google_translate_element
{
    float: right;
    position: absolute;
    top: 0;
    right: 3%;
}

.text-center p
{
text-align:center;
}

.content_top2
{
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #000000), color-stop(100%, #142961));
    background-image: -webkit-linear-gradient(left, #000000,#142961);
    background-image: -moz-linear-gradient(left, #000000,#142961);
    background-image: -o-linear-gradient(left, #000000,#142961);
    background-image: linear-gradient(left, #000000,#142961);
}

.content_top2 .txt p
{
color:#fff;
}

.content_top2 .main_head h2
{
color:#fff;
}

.content_top2 .line
{
background:#fff;
}

/*============= Popup Form================*/

.modal
{
font-family: 'lalezar';
}

.modal-header
{
background: #13285d;
    color: #fff;
    padding: 10px 15px;

}

.modal-content
{
    border: none;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}
.modal-title {
    font-size: 24px;
}	

.input .icon-append {
    position: absolute;
    top: 28px;
    width: 38px;
    height: 35px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    /* right: 23px; */
    padding-left: 0px;
    background: #13285d;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #D6D2D2;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    color: #FFF;
    left: 15px;
}

.cont {
display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 35px;
    padding: 6px 10px 8px 44px;
    outline: none;
    border-style: solid;
    background: #fff;
    font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
    font-weight: 400;
    appearance: normal;
    border: 1px solid #d3d3d3;
    box-shadow: none;
    border-radius: 0;
}

.cont:focus {
    border-color: #017BC3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(1,123,195,0.1),0 0 8px rgba(1,123,195,0.10);
    box-shadow: inset 0 1px 1px rgba(1,123,195,0.1),0 0 8px rgba(1,123,195,0.10);
}

.modal-footer
{
display:none;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
    margin: 0;
    font-size: 30px;
}

.btn2
{
background: transparent;
    /* border: none; */
    color: #13285d;
    padding: 8px 25px;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
    border: 2px solid #13285d;
    border-radius: 45px;
    font-weight: 600;
}

.btn2:hover
{
  color: #fff;
  text-decoration:none;
  background:#13285d;
}

@media(max-width:1100px)
{
.overlay ul li a
{
    font-size: 25px;
}
}

@media(max-width:767px)
{
.overlay ul li a
{
    font-size: 17px;
}
}

@media(max-width:550px)
{
.logo-main img
{
width:300px;
}

.logo-icon img
{
width:300px;
}

.hashtag
{
padding:100px 0;
}
.main_head h2
{
    font-size: 22px;
    line-height: 1.5;
    padding-top: 15px;    
}
.btn-bar {
    padding-top: 24px;
    padding-right: 10px;
}
.btn-bar img
{
    width: 25px;
}
.overlay ul li
{
height:auto;
min-height:auto;
padding-top:15px;
}

.overlay .overlay-close
{
    top: 20px;
	    right: 25px;
}
}

@media(max-width:460px)
{
.logo-main img
{
width:240px;
}
.logo-icon img
{
width:240px;
}
}
.foot-22 {
    text-align: center;
}

