body{
	margin:0;
	background: #fff;  
	font-family: 'Roboto', sans-serif;
}
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;
	text-decoration:none;
	outline:none;
	color:#396afc;
}
body a:hover{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	outline:none;
	color:#3caafb;
}
h1,h2,h3,h4,h5,h6{
	margin:0;

}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
body a:focus {
    outline: none;
    border: none;
    text-decoration: none;
}
textarea.form-control {
   resize: none;
}
.container img{
	max-width:100%;
	height:auto !important;
}
.alert{
	margin-bottom:0px !important;
	text-align: center !important;
}
.moradas{
	
}
.moradas ul{
	
}
.moradas ul li{
	
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #2b4dfe;
}
.banner{ 
    background-position: center bottom; 
	-webkit-background-size:cover; 
	-moz-background-size:cover;  
	background-size:cover; 
	float: left;
    width: 100%;
} 
.w3-links-top {
    float: left;
    width: 5%;
}
.w3-banner-top {
    background-color:#212121;
}
.w3-logo-top h1  {
    color: #fff;
	font-size: 4em;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
.w3-social-icon ul {
    padding-top: 32em;
	text-align: center;
}
.w3-social-icon ul li a {
    font-size:1.5em;
    color:#fff;
}
.w3-social-icon ul li a:hover {
    color: #00afff;
}
.banner-info {
    background: rgba(0, 0, 0, 0.44);
}
/*-- top-header --*/
.agileheader{
    padding-top: 1.5em;
}
/*-- header --*/   
.w3-logo-top h1 a {
    color: #fff;
}
.agileits-w3layouts-icons {
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 1em;
}  
.agileheader p {
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 2px;
}
.agileheader p i.fa {
    font-size: 1.2em;
    margin-right: 2px;
    vertical-align: middle;
}

/*-- //top-header --*/
/*-- banner-text --*/ 
.banner-text {
    padding: 100px 0;
}
.banner-text2 {
    padding: 174px 0;
}
.w3-banner-text {
    padding: 0 10em 0 10em;
    text-align: center;
}
.banner-w3lstext h5 {
    font-size:3.5em;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.banner-w3lstext h1 {
    font-size: 7em;
    color: #fff;
    font-weight: 100; 
    text-transform: uppercase;
    border: 1px solid #fff;
    display: inline-block;
    padding: .1em .5em;
    margin: 0.3em 0;
}
.banner-w3lstext p {
    font-size: 1.2em;
    color: #fff;
    line-height: 2em;
    font-weight: 700;
    width: 85%;
    margin: 2em auto;
    /* font-weight: 300; */
    letter-spacing: 4px;
}
.w3-links-top a span {
   color: #00bcd4;
    font-weight: 400;
}

/*--search--*/
.search-box{
	float:right;
}
.sb-search {
	position: absolute;
	right:0px;
	width: 0%;
	min-width:42px;
	margin-top:14px;
	height:40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	z-index: 999;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 3px;
	border: none;
	outline: none;
	background:#0fcabf;
	width: 68%;
	height:40px;
	margin: 0;
	z-index: 10;
	padding: 5px 15px;
	font-size: 15px;
	color: #ffffff;
	border-radius:50px;
}
.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:30px;
	height:40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0%;
	padding: 0;
	margin: 0;
	line-height:71px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: url('../images/search.png') no-repeat -6px 10px;
	-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 {
    background:#0fcabf url('../images/search.png') no-repeat 3px 10px;
	z-index: 90;
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
.sb-search {
    margin-right: 6em;
    margin-top: -17px;  
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:72%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background:  url('../images/search.png') no-repeat 3px 10px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*--//search--*/
/*-- //banner --*/ 
/*-- top-navigation --*/
.agile-logo { 
    background:#000000;
    width: 20%;
	height: 75px
}
.w3lsnav-right{
    margin: 0;
    width: 80%;
} 
.agile-logo h2{
	font-size:4em;
    font-family: 'Roboto', sans-serif;	
}
.agile-logo h2 a {
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    height: 89px;
    line-height: 1.5em;
	letter-spacing:1px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
	transition: .5s all;
}
.w3lsnav-right nav {
    background: #396afc; 
	background: -webkit-linear-gradient(to bottom, #396afc, #2948ff); 
	background: linear-gradient(to bottom, #396afc, #2948ff); 
    overflow: hidden;
    font-size: 1.2em;
    color: #fff;
    line-height: 50px;
}
.w3lsnav-right nav ul {
	height: 75px;
	overflow: hidden;
}  
.w3lsnav-right nav ul li {
    width: 16.666666666666%;
    float: left;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #333;
}
.w3lsnav-right .item-container {
	top: 0;
	position: relative;
	height: 89px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
} 
.item-container a {
    color: #fff;
	display: block;
}
.w3lsnav-right .item-top,
.w3lsnav-right .item-top {
	color: #797979;
} 
.w3lsnav-right ,.w3lsnav-right .item-top.active{ 
	color: #fff;
	background: #191919;
}
.w3lsnav-right.navbar-left .item-container a:hover {
    color: #333;
}
.w3lsnav-right i.fa {
    display: block; 
	padding: 0.5em 0 0; 
	color: #fff;
}
.w3lsnav-right i.fa.fa-caret-down {
    display: inline-block;
    padding: 0 0 0 0.5em;
    vertical-align: middle;
} 
/*-- //top-navigation --*/  
/*-- navigation dropdown --*/ 
/*-- /about --*/
.testimonials,.gallery,.w3-blog,.contact,.footer-w3l{
    padding: 2em 0em;
}

 .w3_agile_team_grid_right h3,.w3-gallery-head h3,.w3_agile_blog_head h3,.w3_agile_contact_head h3{
	font-size:3.5em;
    color: #396afc;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
	margin-bottom:30px;
}
.about {
    padding: 6em 0em 13em 0;
	background-color: #ededed;
}
.wthree-ab-left img {
    width: 100%;
     padding:0;
}
.wthree-ab-right {
    padding: 2em 2em;
    padding: 7em 2em 7em 25em;
    background: #00afff;
    float: right;
    width: 74%;
}
.wthree-ab-right a {
    color: #fff;
}
.wthree-ab-left {
  padding: 0;
    position: absolute;
    z-index: 9999;
    top: 27%;
}
.wthree-ab-right h2 {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.7em;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}
.wthree-ab-right p {
    font-size: 0.9em;
    color: #555;
    line-height: 1.9em;
}
.wthree-ab-right p {
    font-size: 1em;
    color:#fbfbfb;
    line-height: 1.9em;
    margin-bottom: 1em;
	letter-spacing: 2px;
}
.wthree-about{
   position: relative;
	
}
/*-- //about --*/ 
/*-- properties-page --*/
/*-- gallery --*/

.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
}

/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #1d1b1b;
    cursor: pointer;
    display: inline-block;
    padding: 0px 23px 9px;
    font-size: 18px;
    margin: 0 0.4em;
	font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.simplefilter li.active {
    color: #396afc;
    border-bottom: 2px solid #396afc;
}
.simplefilter li:hover {
    color: #396afc;
    border-bottom: 2px solid #396afc;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
/*
.filtr-item img{
	width:100%;
}
*/
/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}
ul.simplefilter {
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.item-info {
    padding-top: 70px;
}			
.item-type-double .item-hover {	
	z-index:5;	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
	opacity:0;
	cursor:pointer;			
	display:block;
	text-decoration:none;
	text-align:center;							
}
.item-type-double .item-info {
    z-index: 10;
    color: #ffffff;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    text-align: center;
    width: 100%;				 					
}
.item-type-double .item-info .headline {
	font-size:15px;			
	width:90%;
	margin:0 auto;		
}
.item-type-double .item-info .line {
	height:2px;
	width:0%;
	margin:15px auto;
	background-color:#ffffff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;					 
}				
.filtr-item {
    padding-top: 30px;
}
.jm-item {
	padding: 15px;
	display: inline-block;
	text-align: left;
}

.jm-item-wrapper {
	position: relative;
    padding: 7px;
    background: #FFFFFF;
    border: 1px solid #eee;
}

.jm-item-image {
	position: relative;
	overflow: hidden;
}

.jm-item-image img {
	display: block;
	/*width:100%;*/
	max-height:250px !important;
}

.jm-item-title {
	text-align:center;
    background:#396afc;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
}

.jm-item-overlay {
	background: #000;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}

.jm-item-wrapper:hover .jm-item-overlay {
	opacity: 0.3;
}

.jm-item-button {
    text-align: center;
    position: absolute;
    left: 34%;
    margin-left: -25px;
}

.jm-item-button a {
    background:#396afc;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 10px 15px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
}

.jm-item-button a:hover {
    background: rgba(0, 0, 0, 0.61);
	color:#396afc;
}
a.agile-its-property-title {
    font-size: 15px;
    display: block;
    margin: 4px 0 0 0;
    color:#396afc;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
	font-family: 'Montserrat', sans-serif;
}
p.w3ls-p-text {
    text-align: center;
    line-height: 23px;
    font-size: 13px;
    width: 85%;
    margin: 0px auto;
}
/** first **/

.first .jm-item-button {
	-webkit-transition: all 0.2s ease-in 0.2s;
	-moz-transition: all 0.2s ease-in 0.2s;
	-o-transition: all 0.2s ease-in 0.2s;
	transition: all 0.2s ease-in 0.2s;
	top: -50px;	
}

.first .jm-item-wrapper:hover .jm-item-button {
	top: 45%;	
}
/*-- //gallery --*/
/*-- model --*/  
.modal-dialog {
    width:80em;
    margin: 91px auto;
}
.ins-details {
    background-color: #fff;
    padding: 14px 5px 0px 14px;
}
.ins-details .atributo{
	font-weight: 500;
	padding-left: 5px;
}
.ins-details table {
	width:100%;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}
.ins-details table tr{
	height: 36px;
    border-bottom: 1px solid #000;
}
.ins-details table tr:hover{
	
}
.ins-details table tr td{
	
}
.w3ls-property-images {
    background: url(../images/carros/g1.jpg) no-repeat 0px 0px;
    min-height:548px;
    background-size: cover;
}
.w3-pop1-img2{
    background: url(../images/carros/g2.jpg) no-repeat 0px 0px;
	background-size: cover;
}
.w3-pop1-img3{
  background: url(../images/carros/g3.jpg) no-repeat 0px 0px;
	background-size: cover;
}
.w3-pop1-img4{
  background: url(../images/carros/g4.jpg) no-repeat 0px 0px;
	background-size: cover;
}
.w3-pop1-img5{
  background: url(../images/carros/g5.jpg) no-repeat 0px 0px;
	background-size: cover;
}
.w3-pop1-img6{
  background: url(../images/carros/g6.jpg) no-repeat 0px 0px;
	background-size: cover;
}
.w3-pop1-img7{
  background: url(../images/carros/g1.jpg) no-repeat 0px 0px;
	background-size: cover;
}
.w3-pop1-img8{
  background: url(../images/carros/g2.jpg) no-repeat 0px 0px;
	background-size: cover;
}
.w3-pop1-img9{
  background: url(../images/carros/g3.jpg) no-repeat 0px 0px;
	background-size: cover;
}

h4.modal-title {
    font-size: 35px;
    color: #000;
    text-align: center;
}
.modal.in .modal-dialog {
    background-color: #fff;
	padding: 5px;
}
/*-- //model --*/ 
/*-- /blog model --*/ 
.modal-md {
    margin: 3em auto 0;
    width: 600px;
}
/*-- //blog model --*/  
/*-- //properties-page --*/
/*-- property-details --*/
.agileits-property-details {
	padding: 60px 0;
}
.instrument {
    padding: 70px 0;
}
.ins-name {
	margin:0px 0 10px 0;
}
.ins-name h3 {
    font-size: 25px;
    color:#396afc;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.ins-name h6 {
    font-size: 25px;
    font-weight: 400;
    margin-top: 10px;
}
.ins-name p {
    font-size: 14.5px;
    line-height: 19px;
    color: #A2A1A2;
    font-weight: 300;
    margin: 6px 0 10px;
}
p.left {
    float: left;
    font-size: 14px;
    color:#00afff;
    letter-spacing: 3px;
    margin-right: 5%;
    width: 55%;
    font-weight: 600;
  
}
p.right {
    font-size: 14px;
    float: left;
    color:#337ab7;
    letter-spacing: 2px;
   
}
.span1 {
    margin: 18px 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.span4 {
    border-bottom: 1px solid #Eee;
    padding-bottom: 18px;
}
.ins-image {
    margin-top: 30px;
}
.ins-image img {
    width: 100%;
    border: 1px solid #eee;
    padding: 6px;
}
/*-- //property-details --*/
/*-- testimonials --*/
/*-- team --*/
.team {
	padding:2em 0;
}
.agile_team_left{
	background:#00afff;
    padding: 7em 0 0;
    min-height: 264px;
}
.agile_team_left h3{
	font-size:3.5em;
	color:#fff;
	text-align:center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.agile_team_grid{
	padding:0;
}
/*-- image-effect --*/
.hovereffect1 {
    overflow: hidden;
    position: relative;
    text-align: center;
	padding:0;
}

.hovereffect1 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect1:hover .overlay {
  background-color:rgba(23, 24, 24, 0.49);
}

.hovereffect1 img {
  display: block;
  position: relative;
}

.hovereffect1 h4 {
	text-transform: capitalize;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.3em;
    padding: 10px 0;
    width: 55%;
    margin: 0 auto;
    font-weight: 600;
    background:#396afc;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect1:hover h4 {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -moz-transform:translateY(80px);
  -o-transform: translateY(80px);
}

.hovereffect1 .social_agileinfo{
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    font-weight: normal;
    margin: 0;
    padding:7em 2em 0em;
}

.hovereffect1:hover .social_agileinfo{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.social_agileinfo li{
	display:inline-block;
	float: none !important;
}
.social_agileinfo li a{
	width:40px;
	height:40px;
	display:block;
	border:1px solid #fff;
	text-align:center;
	color:#fff;
}
.social_agileinfo li a i{
	font-size:1em;
	line-height:2.8em;
}
.w3_facebook:hover{
	border:1px solid #3b5998;
	background:#3b5998;
}
.w3_twitter:hover{
	border:1px solid #1da1f2;
	background:#1da1f2;
}
.w3_instagram:hover{
	border:1px solid #833ab4;
	background:#833ab4;
}
.w3_google:hover{
	border:1px solid #dd4b39;
	background:#dd4b39;
}
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	padding:0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 33px;
    height: 33px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background:none;
    top: -5% !important;
    border-radius: 5px;
	display:none;
}
.nbs-flexisel-nav-left {
	left:94%;
}
.nbs-flexisel-nav-right {
	right: 0%;
    background:none;
}
/*--//flexisel--*/
/*-- //team --*/
.w3ls_testimonials_grids{
	width:100%;

}
.w3l_testimonial_grid{
	padding: 4em 2em 2em;
    background:#212121;
    text-align: center;
    position: relative;
    margin: 5em 1.2em 0;
}
.w3l_testimonial_grid:focus,.agileits_testimonial_grid:focus{
	outline:none;
}
.w3l_testimonial_grid_pos{
	position:absolute;
	width:100%;
	text-align:center;
	top:-25%;
	left:0%;
}
.w3l_testimonial_grid_pos img{
	margin:0 auto;
}
.w3l_testimonial_grid p{
	color:#ffffff;
	line-height:2em;
	position:relative;
	padding-left:2em;
	letter-spacing: 2px;
}
.w3l_testimonial_grid p:before{
	content:"\f10d";
	font-size:2em;
	color:#396afc;
	font-family:FontAwesome;
	position:absolute;
	top:0%;
	left:0%;
}
.agileits_testimonial_grid h4{
	font-size:1.1em;
	color:#fff;
	margin:1em 0 0.5em;
}
.agileits_testimonial_grid h5{
	font-size:.8em;
	color:#396afc;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    line-height: 0;
    position: absolute;
    top: 60%;
    display: block;
    width: 50px;
    height: 40px;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 1em;
    outline: none;
    background: #0accff;
    z-index: 9;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before
{
    content:"\f177";
}
[dir='rtl'] .slick-prev:before
{
    content: "\f177";
}

.slick-next,[dir='rtl'] .slick-prev
{
    right:-6.5%;
}
[dir='rtl'] .slick-next,.slick-prev
{
    right: auto;
    left:-6.5%;
}
.slick-next:before
{
    content: "\f178";
}
[dir='rtl'] .slick-next:before
{
    content: "\f178";
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: #212121;
    border: 0;
    outline: none;
    background:transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: .25;
    color: #808080;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*-- //testimonials --*/
/*-- blog --*/
.w3-blog{
   background-color:#00bcd4;
}
.w3-blog-head {
    text-align: center;
    margin-top: 9em;
}
.w3-blog-head h3 {
    color:#fff;
    font-size: 2.5em;
    font-family: 'Montserrat', sans-serif;
	outline: none;
}
.w3_agile_blog_head h3 {
    color: #fff;
}
.w3-blog-grid1{
      background:url(../images/blog3333.jpg)no-repeat 0px 0px;
      background-size:cover; 
      min-height:403px;
}
.w3-blog-grid1 .date-grid {
    margin-left: 13em;
}
.w3-blog-grid2,.w3-blog-grid8 {
    text-align: center;
    padding: 4.7em 2em 9.5em 2em;
    border: 1px solid #f2dede;
	background-color: #fff;
}
.w3-blog-grid2 h3, .w3-blog-grid8 h3 {
    font-size: 2.5em;
    color:rgba(0,175,255,0.9);
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
}
.w3-blog-grid1 h3 {
    color:#fff;
}
.w3-blog-grid2 p,.w3-blog-grid8 p {
   line-height: 1.9em;
    letter-spacing: 1px;
}
.w3-blog-grid3 {
    background: url(../images/blog1234.jpg)no-repeat 0px 0px;
    background-size: cover;
    min-height: 403px;
}
.w3-blog-grid9 {
    background: url(../images/blog2.jpg)no-repeat 0px 0px;
    background-size: cover;
    min-height:403px;
}
.w3-blog-grid4 h3 {
    font-size: 2.5em;
    color:rgba(0,175,255,0.9);
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
}
.w3-blog-grid4 p {
   line-height: 1.9em;
    letter-spacing: 1px;
}
.w3-blog-grid4{
    text-align: center;
   padding: 4.7em 2em 9.5em 2em;
    border: 1px solid #f2dede;
	background-color: #fff;
   
}
.w3-blog-grid5 {
    background: url(../images/blog32.jpg)no-repeat 0px 0px;
    background-size: cover;
    min-height: 403px;
}
.w3-blog-grid6 {
    background: url(../images/blog123.jpg)no-repeat 0px 0px;
    background-size: cover;
    min-height: 403px;
}
.w3-blog-grid6 .date-grid {
    margin-left: 13em;
}
.w3-blog-grid7{
      background:url(../images/blog2222.jpg)no-repeat 0px 0px;
      background-size:cover; 
      min-height:403px;
}
.w3-blog-grid7 .date-grid {
    margin-left: 11em;
}
.date-grid {
    margin: .5em 0;
}
.admin {
    float: left;
}
.admin a {
    color: rgba(0,175,255,0.9);
    font-size: .875em;
    margin: 0;
    text-decoration: none;
}
.time {
    float: left;
    margin-left: 5em;
}
.time p {
    color:rgba(0,175,255,0.9);
    font-size: .875em;
    margin: 0;
}
/*-- model --*/  
.modal-dialog {
    width:74em;
    margin: 91px auto;
}
.modal-header h4{
	color:#00afff;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}
.modal-header h5 {
    color:#337ab7;
    font-size: 1.3em;
    letter-spacing: 1px;
    text-align: center;
    margin: 0.3em 0 1em;
}
.modal-header span {
    font-size: 1.1em;
    letter-spacing: 1px;
    padding-bottom: 16px;
	display:inline-block;
	margin-top:1em;
	color: #999999;
    font-size: .9em;
   margin: 2em 0;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif;
}
.modal-header img{
    float: left;
    width: 100%;
}
/*-- //model --*/  

/*-- //blog --*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    line-height: 0;
    position: absolute;
    top: 60%;
    display: block;
    width: 50px;
    height: 40px;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 1em;
    outline: none;
    background: #396afc;
    z-index: 9;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before
{
    content:"\f177";
}
[dir='rtl'] .slick-prev:before
{
    content: "\f177";
}

.slick-next,[dir='rtl'] .slick-prev
{
    right:-6.5%;
}
[dir='rtl'] .slick-next,.slick-prev
{
    right: auto;
    left:-6.5%;
}
.slick-next:before
{
    content: "\f178";
}
[dir='rtl'] .slick-next:before
{
    content: "\f178";
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: #212121;
    border: 0;
    outline: none;
    background:transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: .25;
    color: #808080;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*-- footer-starts-here --*/
.footer-w3l {
   
    background:#111;
}
.footer-grid h4 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1em;
    text-transform: capitalize;
    text-align: left;
}
.footer-grid input[type="email"] {
    border: 1px solid transparent;
    background: none;
    border-bottom: 1px solid #1F1F1F;
    width: 100%;
    padding: 0.9em 0em;
    margin-bottom: 3em;
    font-size: 1em;
    color: #fff;
    outline: none;
}
.footer-grid input[type="submit"] {
    border: none;
    background: #396afc; 
	background: -webkit-linear-gradient(to bottom, #396afc, #2948ff); 
	background: linear-gradient(to bottom, #396afc, #2948ff); 
    width: 100%;
    color: #fff;
    font-size: 1.2em;
    padding: 10px 0;
    outline: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer-grid p {
    font-size: 1em;
    color: #eee;
    line-height: 1.9em;
    letter-spacing: 1px;
}
.footer-grid ul li a {
    color: #eee;
    text-decoration: none;
}
.footer-grid input[type="submit"]:hover {
    background: #052fff;
    background: -webkit-linear-gradient(to bottom, #1852ff, #0025ff);
    background: linear-gradient(to bottom, #1852ff, #0025ff);
    color: #fff;
}

.footer-grid ul li {
    list-style: none;
    color: #fff;
    font-size: 1em;
    line-height: 1.9em;
}
/*-- //footer-ends-here --*/
.copy-section {
    padding: 2em 0;
    text-align: center;
	background: #396afc; 
	background: -webkit-linear-gradient(to bottom, #396afc, #2948ff); 
	background: linear-gradient(to bottom, #396afc, #2948ff); 
    
}
.copy-section p {
    font-size: 1em;
    color: #fff;
    letter-spacing: 2px;
}
.copy-section a {
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
.copy-section a:hover {
    color: #2ebaef;
}
/* Icons */
.icons-w3l ul li {
	display:inline-block;
	margin:0 0.2em;
	padding-left:0;
	background:#000;
}
.icons-w3l ul li a{
	width:30px;
	height:30px;
	display:inline-block;
	position: relative;
}
.icons-w3l ul li a i {
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    width: 30px;
    padding-top: 6px;
    height: 30px;
    text-align: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icons-w3l ul li a i:hover{
	background:#333;
    border: 1px solid #fff;
	transition:0.5s all;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icons-w3l ul li a span {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 6px 5px;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 2px;
    background: #000;
    visibility: hidden;
    opacity: 0;
	text-align: center;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icons-w3l ul li a span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    bottom: -5px;
    left: 34px;
}
.icons-w3l ul li a:hover span {
    bottom: 41px;
    visibility: visible;
    opacity: 1;
}
.icons-w3l {
    margin: 26px 0 24px 28px;
}
/*--Icons--*/


/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
    height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/top.png) no-repeat 0px 0px;
}
#toTopHover {
	width:40px;
	height:40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- /responsive design --*/
@media(max-width:1440px){
	.w3-links-top {
    float: left;
    width: 6%;
    }
	.banner {
    width: 100%;
   }
   .agile_team_left {
    background: #00afff;
    padding: 7em 0 0;
    min-height: 240px;
   }
}
@media(max-width:1366px){
	.agile_team_left {
    min-height: 228px;
    }
}
@media(max-width:1280px){
	.agile_team_left {
    min-height: 214px;
    }
	[dir='rtl'] .slick-next, .slick-prev {
    right: auto;
    left: -5%;
    }
	.slick-next, [dir='rtl'] .slick-prev {
    right: -5%;
    }
	
}
@media(max-width:1080px){
	.banner {
    width: 100%;
     }
	 .agile-logo h2 {
    font-size: 3em;
	 }
	 .w3-links-top {
    width: 7%;
    }
	.wthree-ab-right {
    width: 81%;
   }
   .wthree-ab-left {
    top: 54%;
   }
   .hovereffect1 img {
    display: block;
    position: relative;
    min-height: 214px;
   }
   .hovereffect1 h4 {
    text-transform: capitalize;
    letter-spacing: 1px;
   }
   
	.w3-blog-grid2, .w3-blog-grid8 {
    padding: 4.7em 2em 6.1em 2em;  
    }
	.w3-blog-grid4 {
    text-align: center;
    padding: 4.7em 2em 6.1em 2em;
	}
	.w3-blog-grid1 {
    min-height:400px;
    }
	.w3-blog-grid3 {
    min-height:400px;
    }
	.w3-blog-grid5 {
    min-height:400px;
    }
	.w3-blog-grid6 {
    min-height:400px;
    }
	.w3-blog-grid7 {
    min-height: 400px;
     }
	 .w3-blog-grid9 {
    min-height: 400px;
    }
	.time {
    float: left;
    margin-left: 3em;
    }
	.w3l_footer_nav li {
    margin-right: 3em;
    }
	.w3layouts_footer_grid h2:after {
    left: 51%;  
    }
	.flex-direction-nav .flex-next {
    right: 15px;
     }
	 .w3-links-top {
    width: 8%;
     }
	 .banner {
    width: 100%;
     }
	 .modal-dialog {
    width: 63em;
    margin: 82px auto;
     }
	 .ins-name h3 {
    font-size: 20px;
    }
	 .w3-blog-grid1 .date-grid {
    margin-left: 10em;
    }
	.w3-blog-grid6 .date-grid {
    margin-left: 10em;
    }
	.w3-blog-grid7 .date-grid {
    margin-left: 10em;
     }
	 [dir='rtl'] .slick-next, .slick-prev {
    right: auto;
    left: -5.8%;
    }
	.slick-next, [dir='rtl'] .slick-prev {
    right: -5.8%;
    }
	.w3-banner-text {
    padding: 0 7em;
    }
	.footer-grid h4 {
    font-size: 1.6em;
	}
}
@media(max-width:1024px){
	.hovereffect1 h4 {
    padding: 9px 0;
    width: 61%;
	}	
    .w3ls_testimonials_grids {
    width: 100%;
    padding: 0px 4em 0 4em;
    }
  .banner-w3lstext h5 {
    font-size: 3.4em;
   }
   [dir='rtl'] .slick-next, .slick-prev {
    right: auto;
    left:-8.8%;
    }
	.slick-next, [dir='rtl'] .slick-prev {
    right: -8.8%
    }
	.w3-blog-grid1 {
    min-height: 407px;
    }
	.w3-blog-grid3 {
    min-height: 407px;
    }
	.w3-blog-grid5 {
    min-height: 407px;
    }
	.w3-blog-grid6 {
    min-height: 407px;
    }
	.w3-blog-grid7 {
    min-height: 407px;
    }
	.w3-blog-grid9 {
    min-height: 407px;
    }
	.agile-logo h2 a {
    line-height: 2em;
	}
	.jm-item-button {
    left: 31%;
    }
}
@media(max-width:991px){
	.banner-w3lstext h5 {
    font-size: 3.2em;
	}
	.banner-text {
    padding: 3em 0;
    }
	.wthree-ab-right {
    width: 100%;
    }
	.wthree-ab-right h2 {
    font-size: 1.8em;
	}
	.wthree-ab-left img {
    width: 48%;
	}
     .w3layouts_footer_grid {
    width: 50%;
    float: left;
    }
	.jm-item {
    float: left;
    width: 50%;
	}
	.w3-blog-grid2 {
    width: 33%;
    float: left;
     }
	.w3-blog-grid3 {
    width: 33%;
    float: left;
	min-height: 401px
    }
	.w3-blog-grid1 {
    width: 33%;
    float: left;
	min-height: 401px
    }
	.w3-blog-grid4 {
    width: 33%;
    float: left;
     }
	 .w3-blog-grid5 {
    width: 33%;
    float: left;
	min-height: 401px
     }
	 .w3-blog-grid6 {
    width: 33%;
    float: left;
	min-height: 401px
     }
	 .w3-blog-grid9 {
    min-height: 400px;
    width: 33%;
    float: left;
    }
	.w3-blog-grid8 {
    width: 33%;
    float: left;
    }
	.w3-blog-grid7 {
    min-height: 400px;
    width: 33%;
    float: left;
    }
	.ins-details {
    width: 50%;
    float: left;
   }
   .w3ls-property-images {
    width: 50%;
    float: left;
    }
	 .w3-blog-grid1 .date-grid {
    margin-left:3em;
    }
	.w3-blog-grid6 .date-grid {
    margin-left: 3em;
    }
	.w3-blog-grid7 .date-grid {
    margin-left:3em;
     }
	 .w3-banner-text {
    padding: 0 7em;
    text-align: center;
    }
	.w3-social-icon ul {
    padding-top: 29em;
	}
		.w3-blog-grid1 {
    min-height: 408px;
    }
	.w3-blog-grid3 {
    min-height: 408px;
    }
	.w3-blog-grid5 {
    min-height: 408px;
    }
	.w3-blog-grid6 {
    min-height: 408px;
    }
	.w3-blog-grid7 {
    min-height: 408px;
    }
	.w3-blog-grid9 {
    min-height: 408px;
    }
	.footer-grid {
    width: 53%;
    margin: 3em auto;
	}
	.footer-w3l {
    padding: 2em 0;
	}
	.footer-grid ul li {
  
    padding-left: 1em;
}
.w3l_testimonial_grid {
    padding: 4em 1em 2em;

	}
	.w3_agile_team_grid_right h3, .w3-gallery-head h3, .w3_agile_blog_head h3, .w3_agile_contact_head h3 {
    font-size: 3em;
	}
	.agile_team_left h3 {
    font-size: 3em;
	}
}
@media(max-width:800px){
	.agile-logo h2 a {
    line-height: 1em;
	}
	.agile-logo h2 {
    font-size: 2.9em;
     }
	.w3lsnav-right {
    margin: 0;
    width: 70%;
    }
	.w3-links-top {
    width: 10%;
    }
	.banner {
    width: 100%;
    }
	.agile-logo {
    width: 30%;
    } 
	.agile-logo h2 a {
    line-height: 2em;
    }
	.w3ls-property-images {
    min-height: 662px;
   }
   .modal-dialog {
    width: 44em;
    margin: 123px auto;
    }
	.w3layouts_footer_grid form {
    padding: 1em;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 97%;
    }
	.w3-social-icon ul {
    padding-top: 23em;
    }
	.banner-text {
    padding: 3em 0;
     }
	.banner-w3lstext h5 {
    font-size: 3.0em;
     }
	 .banner-w3lstext p {
    letter-spacing: 2px;
    }
	 [dir='rtl'] .slick-next, .slick-prev {
    right: auto;
    left: -11.8%;
    }
	.slick-next, [dir='rtl'] .slick-prev {
    right: -11.8%;
    }
	.w3-banner-text {
    padding: 0 3em;
	}
	.w3ls_testimonials_grids {
    width: 100%;
   
    }
	
	 .w3-blog-grid2, .w3-blog-grid8 {
    padding: 4.7em 2em 6.2em 2em;
    }
	.w3-blog-grid4 {
    padding: 4.7em 2em 6.2em 2em;
     }
	 .ins-details {
    width: 100%;
    float: none;
     }
	 .w3ls-property-images {
    min-height: 300px;
    width: 92%;
    float: none;
    margin: 0 auto;
    }
	
}
@media(max-width:768px){
	.banner-w3lstext h5 {
    font-size:2.9em;
    }
	.w3-links-top {
    width: 10%;
    }
	.banner {
    width: 100%;
    }
	.banner-text {
    padding: 2em 0;
    }
	.banner-w3lstext p {
    letter-spacing: 2px;
    }
	.w3-blog-grid1 .date-grid {
    margin-left: 2em;
    }
	.w3-blog-grid6 .date-grid {
    margin-left: 2em;
    }
	.w3-blog-grid7 .date-grid {
    margin-left: 2em;
    } 
	.w3lsnav-right {
    margin: 0;
    width: 68%;
    } 
	.agile-logo {
    width: 32%;
    }
	.modal-dialog1 {
    width: 29em;
    margin: 105px auto;
    }
	.w3ls_testimonials_grids {
    width: 100%;
  
     }
	.modal-dialog1 {
    width: 29em;
    margin: 65px auto;
    }
	.modal-dialog {
    width: 44em;
    margin: 36px auto;
    }
	
	 	.w3-blog-grid1 {
    min-height: 409px;
    }
	.w3-blog-grid3 {
    min-height: 409px;
    }
	.w3-blog-grid5 {
    min-height: 409px;
    }
	.w3-blog-grid6 {
    min-height: 409px;
    }
	.w3-blog-grid7 {
    min-height: 409px;
    }
	.w3-blog-grid9 {
    min-height: 409px;
    }
	.w3_agile_team_grid_right h3, .w3-gallery-head h3, .w3_agile_blog_head h3, .w3_agile_contact_head h3 {
    font-size: 3em;
	}
	
	.about {
    padding: 5em 0em 13em 0;
	}
}
@media(max-width:736px){
   .agile-logo {
    width: 100%;
   }
   .w3lsnav-right {
    margin: 0;
    width: 100%;
  }
  .wthree-ab-right h2 {
    font-size: 1.6em;
   }
   .w3l_footer_nav li {
    margin-right: 2em;
   }
   .w3-social-icon ul {
    padding-top: 21em;
   }
   	.w3-blog-grid1 {
    min-height: 409px;
    }
	.w3-blog-grid3 {
    min-height: 409px;
    }
	.w3-blog-grid5 {
    min-height: 409px;
    }
	.w3-blog-grid6 {
    min-height: 409px;
    }
	.w3-blog-grid7 {
    min-height: 409px;
    }
	.w3-blog-grid9 {
    min-height: 409px;
    }
	.w3-blog-grid4 {
    padding: 4.7em 2em 6.25em 2em;
    }
	.w3-blog-grid2, .w3-blog-grid8 {
    padding: 4.7em 2em 6.25em 2em;
    }
	[dir='rtl'] .slick-next, .slick-prev {
    right: auto;
    left: -51px;
	}
	.slick-next, [dir='rtl'] .slick-prev {
    right: -51px;
	}
	.w3ls-property-images {
    min-height: 300px;
    width:95%;
    float: none;
	}
	.ins-details {
    width: 100%;
    float: none;
	}
}
@media(max-width:667px){
	.w3-links-top {
    width: 12%;
    }
	.banner {
    width: 100%;
    }
	.banner-w3lstext h5 {
     font-size: 2.3em;
     }
	 .banner-w3lstext p {
    font-size: 1.0em;
	 }
	 .w3-blog-grid2, .w3-blog-grid8 {
    padding: 4.7em 2em 4.4em 2em;
     }
	 .w3-blog-grid4 {
    text-align: center;
    padding: 4.7em 2em 4.4em 2em;
    }
	.wthree-ab-left {
    top: 68%;
	}
	.wthree-ab-left img {
    width: 53%;
    }
	.time {
    float: left;
    margin-left: 1em;
    }
	.w3-banner-text {
    padding: 0 1em;
    }
	.wthree-ab-left {
    position: static;
	}
	.wthree-ab-right {
    padding: 2em;
    background: #00afff;
    float: none;
    margin: 4em 0 0 0;
	}
	.about {
    padding: 5em 0em 5em 0;
	}
	.wthree-ab-left img {
    width: 100%;
	}
	.wthree-ab-left {
    width: 80%;
    margin: 0 auto;
	}
	.jm-item-button {
    left: 31%;
    }

}
@media(max-width:640px){
	.banner-w3lstext h5 {
    font-size: 2.1em;
   }
   .w3-blog-grid2, .w3-blog-grid8 {
    padding: 4.7em 2em 2.4em 2em;
    }
	 .w3-blog-grid4 {
    text-align: center;
    padding: 4.7em 2em 2.4em 2em;
    }
	.modal-dialog {
    width: 37em;
    margin: 20px auto;
    }
	.w3-blog-grid5 {
    min-height: 401px;
     }
	 .w3-blog-grid6 {
    min-height: 401px;
    }
	.w3l_footer_nav li {
    margin-right: 1em;
    }
	
	.wthree-ab-left img {
    width: 100%;
    }
	
	
	 .w3-blog-grid1 {
    width: 100%;
     }
	 .w3-blog-grid2, .w3-blog-grid8 {
    padding:2em 2em 2.4em 2em;
    width: 100%;
	 }
	 .w3-blog-grid3 {
    width: 100%;
     }
	 .w3-blog-grid4 {
    width: 100%;
     }
	 .w3-blog-grid5 {
    width: 100%;
    }
	.w3-blog-grid6 {
    width: 100%;
   }
   .w3-blog-grid7 {
    width: 100%;
}
  .w3-blog-grid8 {
    width: 100%;
   }
  .w3-blog-grid9 {
    width: 100%;
  }
  .w3-blog-grid1 .date-grid {
    margin-left: 14em;
  }
   .w3-blog-grid6 .date-grid {
    margin-left: 14em;
  }
   .w3-blog-grid7 .date-grid {
    margin-left: 14em;
  }
  .w3-blog-grid2 .date-grid {
    margin-left: 13em;
    }
	.w3-blog-grid4 .date-grid {
    margin-left: 13em;
    }
	.w3-blog-grid8 .date-grid {
    margin-left: 13em;
    }
	.hovereffect1 h4 {
    padding: 9px 0;
    width: 78%;
	}
	.social_agileinfo li a{
	width:35px;
	height:35px;
	}
	a.agile-its-property-title {
    font-size: 19px;
	}
	.modal-md {
    margin: 3em auto 0;
    width: 490px;
   }
  }
@media(max-width:600px){
	.banner-w3lstext h5 {
    font-size: 1.8em;
   }
	.w3-links-top {
    width: 100%;
    float: none;
    }
	.w3-logo-top {
    width: 20%;
    float: left;
    }
	.w3-social-icon {
    width: 80%;
    float: left;
    }
	.w3-social-icon ul li {
    display: inline-block;
    margin: 0 .3em;
    }
	.w3-social-icon ul {
    padding-top: 0.3em;
	text-align: right;
    }
	.banner {
    width: 100%;
    float: none;
    }
	.w3layouts_footer_grid {
    width: 100%;
    text-align: center;
    }
	.w3layouts_footer_grid h2:after {
    left: 40%;
    top: 118%;
    }
	.w3layouts_footer_grid {
    width: 100%;
    text-align: center;
    margin: 1em 0;
    }
	.w3l_testimonial_grid {
    padding: 4em 1em 1em;
    }
	.banner-text {
    padding: 1.5em 0;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
    padding: 0px 20px 9px;
	}
	a.agile-its-property-title {
    font-size: 19px;
	}
	.jm-item-button {
    left: 28%;
    }
}
@media(max-width:568px){
	.modal-dialog {
    width: 30em;
    margin: 20px auto;
    }
	.w3l_testimonial_grid {
    padding: 4em 0em 1em;
    }
	.form {
    width: 328px;
    height: 328px;
	}
	.map iframe {
    width: 100%;
    height: 576px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
    padding: 0px 18px 9px;
	}
	.ins-name h3 {
    font-size: 18px;
	}
	
	.w3l_testimonial_grid p:before {
    font-size: 1.5em;
    color: #00afff;
    font-family: FontAwesome;
    position: absolute;
    top: 0%;
    left: 5%;
	}
	.w3_agile_team_grid_right h3, .w3-gallery-head h3, .w3_agile_blog_head h3, .w3_agile_contact_head h3 {
    font-size: 2.5em;
	}
	.footer-grid {
    width: 60%;
    margin: 3em auto;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
    padding: 0px 13px 9px;
    }
	.modal-md {
    margin: 3em auto 0;
    width: 400px;
    }
}
@media(max-width:480px){
	.banner-text {
    padding: 1em 0;
     }
	 .wthree-ab-right h2 {
    font-size: 1.5em;
     }
	 .jm-item {
    width: 100%;
	 }
	 .w3ls-property-images {
    min-height: 768px;
     }
	 .w3-banner-text {
    padding: 0 1em;
	 }
	 .w3-logo-top h1 {
    font-size: 3em;
	 }
	
	
	 .w3_agile_team_grid_right h3, .w3-gallery-head h3, .w3_agile_blog_head h3, .w3_agile_contact_head h3 {
    font-size: 3.0em;
	 }
	 .testimonials, .gallery, .w3-blog {
    padding: 2em 0em;
    }
	.w3-blog-grid1 .date-grid {
    margin-left: 9em;
     }
	 .w3-blog-grid6 .date-grid {
    margin-left: 9em;
     }
	 .w3-blog-grid7 .date-grid {
    margin-left: 9em;
     }
	 .map iframe {
    height: 461px;
    }
	.form{
    top: 14em;
   }
   .w3-blog-grid2 .date-grid {
    margin-left: 9em;
    }
	.w3-blog-grid4 .date-grid {
    margin-left: 9em;
    }
	.w3-blog-grid8 .date-grid {
    margin-left: 9em;
    }
	.simplefilter li, .multifilter li, .sortandshuffle li {
    padding: 0px 7px 9px;
	}
	.footer-grid {
    width: 69%;
    margin: 3em auto;
	}
	.w3_agile_team_grid_right h3, .w3-gallery-head h3, .w3_agile_blog_head h3, .w3_agile_contact_head h3 {
    font-size: 2.5em;
	}
	.about {
    padding: 3em 0em 5em 0;
	}
	.testimonials, .gallery, .w3-blog {
    padding: 4em 0em;
	}
	.testimonials, .gallery, .w3-blog {
    padding: 4em 0em;
	}
	.hovereffect1 h4 {
    width:95%;
	}
	.w3l_testimonial_grid {
    margin: 5em 0.2em 0;
	}
	.footer-grid h4 {
    font-size: 1.5em;
	}
	.jm-item-button {
    left: 37%;
    }
	
}
@media(max-width:414px){
	.banner-w3lstext p {
    font-size: 1.2em;
    width: 100%;
	}
	.wthree-ab-left img {
    width: 100%;
    margin: 2em 0;
     }
	 .modal-dialog {
    width: 20em;
    margin: 20px auto;
    }
	 [dir='rtl'] .slick-next, .slick-prev {
    right: auto;
    left: -16.8%;
    }
	.slick-next, [dir='rtl'] .slick-prev {
    right: -16.8%;
    }
	.about {
    padding: 6em 0em 30em 0;
    }
	.w3-blog-grid2 .date-grid {
    margin-left: 6em;
    }
	.w3-blog-grid4 .date-grid {
    margin-left: 6em;
    }
	.w3-blog-grid8 .date-grid {
    margin-left: 6em;
    }
	.footer-grid {
    width: 82%;
    margin: 3em auto;
	}
	.about {
    padding: 2em 0em 3em 0;
	}
	.wthree-ab-right {
    margin: 1em 0 0 0;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
    font-size: 15px;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
    padding: 0px 6px 9px;
	}
	.modal-dialog {
    width: 23em;
	}
	.ins-name h3 {
    font-size: 15px;
    letter-spacing: 1px;
	}
	.footer-grid h4 {
    font-size: 1.4em;
	}
	.w3_agile_team_grid_right h3, .w3-gallery-head h3, .w3_agile_blog_head h3, .w3_agile_contact_head h3 {
    font-size: 2em;
	}
	.agile_team_left h3 {
    font-size: 2em;
	}
	[dir='rtl'] .slick-next, .slick-prev {
    right: auto;
    left: -23.8%;
	}
	.slick-next, [dir='rtl'] .slick-prev {
    right: -23.8%;
	}
	.modal-md {
    margin: 3em auto 0;
    width: 366px;
    }
}
@media(max-width:384px){
	.w3lsnav-right nav {
    font-size: 1.0em;
    }
	.wthree-ab-left img {
    margin: 3em 0;
    }
	.modal-dialog {
    width: 18em;
     }
	 .simplefilter li, .multifilter li, .sortandshuffle li {
    padding: 0px 2px 9px;
	}
	.footer-grid {
    width: 100%;
    margin: 3em auto;
	}
	.footer-grid h4 {
    font-size: 1.3em;
	}
	.w3_agile_team_grid_right h3, .w3-gallery-head h3, .w3_agile_blog_head h3, .w3_agile_contact_head h3 {
    font-size: 1.7em;
	letter-spacing:2px;
	
	}
	.agile_team_left h3 {
    font-size: 1.7em;
	letter-spacing:2px;
	}
	[dir='rtl'] .slick-next, .slick-prev {
    right: auto;
    left: -23.8%;
	}
	.slick-next, [dir='rtl'] .slick-prev {
    right: -23.8%;
	}
	.modal-md {
    margin: 3em auto 0;
    width: 310px;
   }
}
@media(max-width:375px){
	.w3lsnav-right nav {
    font-size: 1em;
   }
  	.wthree-ab-left img {
    width: 100%;
   
    }
	[dir='rtl'] .slick-next, .slick-prev {
    right: auto;
    left: -18.8%;
    }
	.slick-next, [dir='rtl'] .slick-prev {
    right: -18.8%;
     }
	 .modal-dialog {
    width: 20em;
    }
	.simplefilter li, .multifilter li, .sortandshuffle li {
    padding: 0px 2px 16px;
    margin-bottom: 1em;
	}
	[dir='rtl'] .slick-next, .slick-prev {
    right: auto;
    left: -23.8%;
	}
	.slick-next, [dir='rtl'] .slick-prev {
    right: -23.8%;
	}
}
@media(max-width:320px){
	.w3lsnav-right nav {
    font-size: 0.9em;
    }
	.wthree-ab-right h2 {
    font-size: 1.2em;
    }
	.wthree-ab-left {
    padding: 1em 0;
    }
	.wthree-ab-left img {
    margin: 21em 0 0 0;
     }
	 .simplefilter li, .multifilter li, .sortandshuffle li {
    font-size: 14px;
	 }
	.modal-dialog {
    width: 19em;
    }
	.form {
    width: 295px;
    height: 321px;
    }
	.about {
    padding: 6em 0em 25em 0;
   }
   #toTop {
    right:2em;
  }
  .wthree-ab-left img {
    margin: 0;
	}
	.about {
    padding: 4em 0em 4em 0;
	}
	[dir='rtl'] .slick-next, .slick-prev {
    right: auto;
    left: -33.8%;
	}
	.slick-next, [dir='rtl'] .slick-prev {
    right: -33.8%;
	}
	.agile-logo h2 {
    font-size: 2em;
	}
	.agile-logo h2 a {
    line-height: 3em;
	}
	.w3l_testimonial_grid p {
    letter-spacing: 1px;
	}
	.about {
    padding: 2em 0em 4em 0;
	}
	.testimonials, .gallery, .w3-blog {
    padding: 3em 0em;
	}
	.w3_agile_team_grid_right h3, .w3-gallery-head h3, .w3_agile_blog_head h3, .w3_agile_contact_head h3 {
    font-size: 1.7em;
	letter-spacing:2px;
	
	}
	.agile_team_left h3 {
    font-size: 1.7em;
	letter-spacing:2px;
	}
	.w3l_testimonial_grid {
       margin: 5em 0.2em 0;
	}
	[dir='rtl'] .slick-next, .slick-prev {
    right: auto;
    left: -23.8%;
	}
	.slick-next, [dir='rtl'] .slick-prev {
    right: -23.8%;
	}
	.wthree-ab-right h2 {
    font-size: 1.1em;
	}
	p.left {
    letter-spacing: 0.5px;
 }
 .modal-md {
    width: 276px;
   }
}
/*-- //responsive design--*/

#carousel-example-generic {
    margin: 20px auto;
    width: 400px;
}

#carousel-custom {
    width: 100%;
	margin-top: 15px;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}

/************************/
.men{
	padding: 5em 0 2em;
}
.men_banner {
	background:url(../images/images/banner.png) no-repeat 0px 82px #43353D;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height:200px;
	text-align: center;
	padding-top: 3em;
}
.sidebar_men {
	margin-right: 1em;
	width: 31.333333%;
}
.sidebar_men h3{
	margin: 0 0 20px;
	font-size:1.1em;
	line-height: 1.25;
	font-weight: 400;
	text-transform: uppercase;
}
ul.product-categories{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.product-categories li {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	text-transform: uppercase;
}
ul.product-categories li a:hover{
	text-decoration:none;
	color:#396afc;
}
.product-categories li span.count {
	float: right;
	margin-left: 6px;
	color: #aaa;
	font-size:0.8125em;
}
ul.product-categories li  a {
	-webkit-transition: background 350ms ease-in-out,border-color 350ms ease-in-out,color 150ms ease-in-out;
	-moz-transition: background 350ms ease-in-out,border-color 350ms ease-in-out,color 150ms ease-in-out;
	-ms-transition: background 350ms ease-in-out,border-color 350ms ease-in-out,color 150ms ease-in-out;
	-o-transition: background 350ms ease-in-out,border-color 350ms ease-in-out,color 150ms ease-in-out;
	transition: background 350ms ease-in-out,border-color 350ms ease-in-out,color 150ms ease-in-out;
	font-size: 12px;
	color: #999;
}
ul.color{
	margin-bottom:3em;
}
.inner_content {
	background: #fff;
	position: relative;
}
.dreamcrub{
	margin:0 0 2em;
}
ul.previous {
	padding: 0;
	list-style: none;
	float: right;
}
ul.previous li a {
	color: #999;
	font-size: 0.8125em;
}
ul.previous li a:hover{
	text-decoration:none;
	color:#396afc;
}
ul.breadcrumbs {
	padding: 0;
	list-style: none;
	float: left;
}
ul.breadcrumbs li {
	display: inline-block;
	font-size: 0.8125em;
	color: #999;
}
.mens-toolbar {
	margin-bottom: 2em;
}
.mens-toolbar .sort {
	float: left;
	width:21.5%;
}
.sort-by {
	color:#000;
	font-size: 0.8125em;
	text-transform: uppercase;
}
.sort-by label{
	font-weight:normal;
	font-size: 0.95em;
	font-weight:400;
}
.mens-toolbar .pages {
	float: right;
	margin: 0;
}
ul.women_pagenation.dc_paginationA.dc_paginationA06 {
	float:right;
	padding:0;
	list-style:none;
}
.pages{
	float:right;
}
.pages .limiter {
	color: #000;
	font-size: 0.8125em;
	text-transform: uppercase;
}
.pages .limiter label{
	font-size:0.95em;
}
.pages .limiter select {
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}
ul.women_pagenation li {
	float: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	list-style:none;
}
ul.women_pagenation li a {
	color:#000;
	display: block;
	padding:4px 8px;
	text-decoration: none;
	font-size: 0.8125em;
	text-transform:uppercase;
}
ul.women_pagenation li.active a{
	background:#2e53fd;
	color:#fff;
}
ul.women_pagenation li a:hover{
	background:#5774f9;
	color:#fff;
}
.product_container {
	text-align: left;
	padding: 1em 1em 0;
}
.product_container h4{
	text-transform: uppercase;
	font-size: 0.85em;
	color: #000;
	margin-bottom: 3px;
	cursor: pointer;
	text-decoration: none;
}
.product_container p{
	text-transform:uppercase;
	font-size:0.8125em;
	color:#999;
	cursor: pointer;
}
.price{
	font-weight: 100;
	font-size: 0.95em;
	margin-top: 10px;
	color:#396afc;
	cursor: pointer;
}
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
} 
.view .info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 65px;
    background:#396afc;
    color: #fff;
    text-transform: uppercase;
    margin-top: 8em;
    font-size: 0.7em;
	width: 210px;
}
.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;
  -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;
}
.mask1 {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
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;
}
.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 p,
.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 a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

/*--single--*/
.labout {
	display: block;
	float: left;
	margin: -10px 0px 0px 0px;
}
.span_1_of_a1 {
	/*width: 48%;*/
}
.span_2_of_a1 {
	/*width: 48%;*/
}
.cont1 {
	display: block;
	float: left;
}
.span_2_of_a1 h1 {
	display: inline-block;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    color: #3C3C3A;
    line-height: 35px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
}
.price_single {
	font-size: 24px;
    margin: 15px 0px;
}
span.reducedfrom {
	text-decoration: line-through;
	margin-right: 3%;
	color: #555;
}
.price_single a {
	color: #999;
	font-size: 13px;
}
h2.quick {
	color: #555;
	font-size: 0.85em;
	text-transform: uppercase;
}
p.quick_desc {
	color: #999;
	font-size: 17px;
	line-height: 1.8em;
	font-weight: 100;
	margin-bottom: 2em;
}
span.actual {
	color:#396afc;
	font-size: 1em;
	margin-right: 5%;
}
ul.size {
	padding: 0;
	list-style: none;
	margin-top: 2em;
}
ul.size h3 {
	color: #555;
	font-size: 0.85em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
ul.size li {
	display: inline-block;
	margin: 0 10px 0 0;
}
ul.size li a {
	color: #555;
	font-size: 0.8125em;
	background:#f0f0f0;
	padding: 5px 10px;
}
ul.size li a:hover{
	background:#396afc; 
	color:#fff;
	text-decoration:none;
}
ul.product-qty {
	padding: 0;
	list-style: none;
	float: left;
}
.product-qty span {
	color: #555;
	font-size: 0.85em;
	padding-bottom: 0.5em;
	display: block;
	text-transform: uppercase;
}
.product-qty select {
	border: 1px solid #eee;
	padding: 0.5em;
	font-size: 1em;
	outline: none;
}
.product-qty option {
	border: 1px solid #EEE;
}
.wish-list {
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
.wish-list ul{
	padding:0;
	list-style:none;
}
.wish-list li {
	display: inline-block;
	margin-right: 45px;
}
.wish-list li.wish {
	background: url(../images/wishlist.png) no-repeat 0;
}
.wish-list li a {
	color:#396afc;
	font-size: 0.8125em;
	padding-left: 22px;
	text-decoration: underline;
}
.wish-list li a:hover{
	text-decoration:none;
}
.wish-list li.compare {
	background: url(../images/compare.png) no-repeat 0;
	margin-right: 0;
}
p.availability{
	color:#999;
	font-size:0.8125em;
	font-weight:normal;
}
span.color{
	color:#396afc;
}
.quantity_box {
	margin: 2em 0;
}
.single_social{
	padding:0;
	list-style:none;
}
.tags {
    margin: 0.9em 0em 0em 0em;
}
.tags h5 {
    font-size: 0.9em;
    color: #000;
    line-height: 1.8em;
}
.tags h4 {
    font-size: 0.9em;
    color: #000;
}
ul.single_social li:first-child {
	margin-left: 0;
}
ul.single_social li {
	display: inline-block;
	margin-right: 5px;
}
ul.single_social li a i {
	width: 35px;
	height: 35px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat;
}
ul.single_social li a i:hover{
	opacity:0.8;
}
ul.single_social li a i.fb1 {
	background-position:-138px -7px;
}
ul.single_social li a i.tw1 {
	background-position:-184px -7px;
}
ul.single_social li a i.g1 {
	background-position:-231px -7px;
}
ul.single_social li a i.linked {
	background-position:-8px -52px;
}
.btn.btn-primary {
	font-size: 1.1em;
	font-weight: 300;
	font-style: normal;
	text-shadow: none;
	text-transform: uppercase;
	color: #FFF;
	padding: 10px 30px;
	position: relative;
	letter-spacing: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	border: none;
	outline: none;
	border-radius: 0;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
}
.btn-primary {
	color: #fff;
}
.btn.btn-primary:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 0;
	background:#000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn.btn-primary:hover:before {
	width: 100%;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.btn-primary:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background:#396afc;
	z-index: -2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/******** SAP ************/
.sap_tabs{
	padding: 1em 0 4em;
	margin-top: 3em;
}
.sap_tabs {
	margin-top: 3em;
}
.facts {
	border: 1px solid #E6E6E6;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	color: #777;
	font-size: 0.8125em;
	cursor: pointer;
	padding: 12px 10px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	outline: none;
	-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;
	text-transform: uppercase;
}
.resp-tab-item:hover {
	text-shadow: none;
	color:#000;
}
.resp-tab-active{
	background:#396afc;
	text-shadow: none;
	color:#fff;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
	font-size:1em;
	margin: 0px;
	padding: 10px 15px;
	background:#396afc;
	margin:10px 0;
	color:#fff;
}
h2.resp-accordion:hover{
	background:#000;
	text-shadow: none;
	color: #FFF;
}
@media only screen and (max-width:480px) {
.sap_tabs{
	padding-top:0;
}
.resp-tabs-container{
	padding:10px;
}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
ul.tab_list{
	list-style: none;
	padding:1em;
}
ul.tab_list li {
	margin-bottom: 10px;
}
ul.tab_list li a {
	color:#999;
	font-size: 0.8125em;
	line-height: 1.8em;
	vertical-align: top;
	text-decoration: none;
}
ul.tab_list li a:hover {
	color:#333;
}
ul.product{
	padding:0;
	list-style:none;
	margin-bottom:1em;
}
ul.product li.product_img{
	float: left;
	width: 40%;
	margin-right: 5%;
}
ul.product li.product_desc{
	overflow:hidden;
}
ul.product li.product_desc h4{
	margin-bottom:5px;
}
ul.product li.product_desc h4 a{
	color:#000;
	font-size:0.95em;
}
ul.product li.product_desc h4 a:hover{
	text-decoration:none;
	color:#396afc;
}
a.link-cart {
	font-size:12px;
	color: #396afc;
	display: block;
}
p.single_price{
	font-size:0.8125em;
	margin-bottom:1em;
}
h3.m_1 {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 2em;
	color: #000;
}
.page-heading.product-listing {
	border-bottom: none;
	margin-bottom: 0;
}
.page-heading {
	background: none repeat scroll 0 0 #fff;
	clear: both;
	color: #382925;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px !important;
	margin-top: 0;
	position: relative;
	text-transform: none;
	transition: all 1s ease 0s;
	width: 100%;
	text-transform: uppercase;
}
.page-heading > span.heading-counter {
	float: right;
	font-size: 12px;
	margin-top: 6px;
}
.product-count {
	padding: 10px 0;
	font-size: 0.85em;
	color: #000;
}
.brand_box {
	margin-top: 2em;
}
.left-side{
	padding:0;
}
.left-side img{
	border:1px solid #CFCFCF;
}
.middle-side h4 a{
	font-size:1em;
	text-transform:uppercase;
	color:#000;
}
.middle-side p{
	font-size:0.8125em;
	color:#999;
	line-height:1.8em;
}
a.btn.btn1.btn-primary.btn-normal.btn-inline {
	font-size: 0.8125em;
	padding: 10px 20px;
}
.right-side{
	border-left: 1px solid #eee;
	padding: 35px 0 50px 66px;
}
.right-side p{
	font-size:0.85em;
	margin-bottom:0.5em;
}
.grid_1{
	text-align:center;
	margin-bottom: 2em;
}
.grid_1 h1{
	font-size:2em;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:1em;
}
.grid_1 p{
	font-size:0.8125em;
	color:#999;
	line-height:1.8em;
}
ul.iphone{
	padding:0;
	list-style:none;
	margin-bottom: 1em;
}
i.phone {
	width: 35px;
	height: 38px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -53px -49px;
	float: left;
	margin-right: 1em;
}
i.flag {
	width: 35px;
	height: 35px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -94px -52px;
	float: left;
	margin-right: 1em;
}
i.msg{
	width: 35px;
	height: 35px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -142px -54px;
	float: left;
	margin-right: 1em;
}
i.home{
	width: 35px;
	height: 35px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -187px -53px;
	float: left;
	margin-right: 1em;
}
.preffix_1 {
	margin-left:20%;
	float: left;
	width:33%;
}
.grid_3 {
	float: left;
	width: 38%;
}
ul.iphone li.phone_desc{
	font-size:1em;
	color:#000;
	padding-top: 5px;
}
.to input[type="text"] {
	padding: 12px;
	width: 95%;
	font-size: 0.85em;
	margin: 10px 0;
	border: 1px solid #bababa;
	color: #999;
	background:none;
	float: left;
	outline: none;
}
.text input[type="text"], .text textarea {
	width: 95%;
	font-size: 0.85em;
	margin: 10px 0;
	border: 1px solid #bababa;
	color: #999;
	outline: none;
	background:none;
	height:178px;
	padding: 12px;
	resize: none;
}
.contact_form h2{
	font-size: 2em;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1em;
	text-align:center;
	margin:2em 0 1em 0;
}
.but__center {
	text-align: center;
	margin:2em 0;
}
.but__center input[type="submit"] {
	background:none;
	display: inline-block;
	color:#396afc;
	text-transform: uppercase;
	font-size: 1.2em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border: none;
	cursor: pointer;
	outline: none;
	font-weight:600;
}
.but__center input[type="submit"]:hover{
	color:#000;
}
.map iframe {
	min-height:400px;
	width: 100%;
	border: none;
}
ul.single_social li:first-child {
	margin-left: 0;
}
ul.single_social li {
	display: inline-block;
	margin-right: 5px;
}
ul.single_social li a i {
	width: 35px;
	height: 35px;
	display: block;
	background: url(../images/images/img-sprite.png)no-repeat;
}
ul.single_social li a i:hover{
	opacity:0.8;
}
ul.single_social li a i.fb1 {
	background-position:-138px -7px;
}
ul.single_social li a i.tw1 {
	background-position:-184px -7px;
}
ul.single_social li a i.g1 {
	background-position:-231px -7px;
}
ul.single_social li a i.linked {
	background-position:-8px -52px;
}


.detalhes{
	float: left;
}
.detalhes .div_cont{
    float: left;
    margin: 16px 0px;
}
.detalhes .contentor{
	
}
.detalhes .contentor .detalhe_ind_tit{
	height:25px;
}
.detalhes .contentor .detalhe_ind_tit h4{
	color: #2e54fd;
	border-bottom: 1px solid;
}
.detalhes .contentor .detalhe_ind{
	min-height:25px;
}
.detalhes .contentor .detalhe_ind i{
	color: #2b4dfe;
}
.nopadd{
	padding:0px;
}
.nopadding{
	padding:0px;
	margin-bottom: 10px;
}

.span_2_of_a1 .spects .nopadding img {
    display: inline-block;
    float: left;
    padding-top: 5px;
    padding-right: 20px;
}
.span_2_of_a1 .spects .nopadding ul {
    float: left;
    display: inline-block;
    padding-left: 0;
	list-style: none;
}
.span_2_of_a1 .spects .nopadding ul li {
    margin: 0;
    padding: 0;
    line-height: 18px;
    padding-top: 2px;
}
.lista-caracteristicas-viatura {
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    color: #3C3C3C;
    padding-left: 0;
    padding-right: 0;
    width: 100%; 
    overflow: hidden;
}
.lista-nome-caracteristicas-viatura {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    color: #3C3C3C;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
/**************MODAL******************/
.botoes_modal{
	margin-bottom:15px;
	margin-top: 20px;
}

.botoes_modal .btn.btn-primary {
	font-size: 1.1em;
	font-weight: 300;
	font-style: normal;
	text-shadow: none;
	text-transform: uppercase;
	color: #FFF;
	padding: 4px 8px;
	position: relative;
	letter-spacing: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	border: none;
	outline: none;
	border-radius: 0;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.botoes_modal .btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
}
.botoes_modal .btn-primary {
	color: #fff;
}
.botoes_modal .btn.btn-primary:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 0;
	background:#000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.botoes_modal .btn.btn-primary:hover:before {
	width: 100%;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.botoes_modal .btn.btn-primary:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background:#396afc;
	z-index: -2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.spects .nopadding img {
    display: inline-block;
    float: left;
    padding-top: 0px;
    padding-right: 10px;
}
.spects .nopadding ul {
    float: left;
    display: inline-block;
    padding-left: 0; 
	list-style: none;
}
.spects .nopadding ul li {
    margin: 0;
    padding: 0;
    line-height: 13px;
}

.spects .nopadding .lista-caracteristicas-viatura {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #3C3C3C;
    padding-left: 0;
    padding-right: 0;
    width: 100%; 
    overflow: hidden;
}
.spects .nopadding .lista-nome-caracteristicas-viatura {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #3C3C3C;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
/********************************/
.quantity_box2 {
    margin: 55px 10px 10px 30px;
}

.container-head{
	text-align: center;
    padding: 45px 0px;
}
.container-head h3{
	font-size: 30px;
}
.container-body{
	margin-bottom: 50px;
}

.container-body p{
	font-size: 18px;
}







/****** CONTACT PAGE **************/



.header-title {
     text-align: center;
     color:#396afc;
}
 #tip {
     display:none;
}
 .fadeIn {
     animation-duration: 3s;
}
 .form-control {
     border-radius:0px;
     border:1px solid #EDEDED;
}
 .form-control:focus {
     border:1px solid #396afc;
}
 .textarea-contact {
     resize:none;
}
 .btn-send {
     border-radius: 0px;
     border:1px solid #396afc;
     background:#396afc;
     color:#fff;
}
 .btn-send:hover {
     border:1px solid #396afc;
     background:#fff;
     color:#396afc;
     transition:background 0.5s;
}
 .second-portion {
     margin-top:50px;
}
 @import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
 @import "http://fonts.googleapis.com/css?family=Roboto:400,500";
 .box > .icon {
     text-align: center;
     position: relative;
}
 .box > .icon > .image {
     position: relative;
     z-index: 2;
     margin: auto;
     width: 88px;
     height: 88px;
     border: 8px solid white;
     line-height: 88px;
     border-radius: 50%;
     background: #396afc;
     vertical-align: middle;
}
 .box > .icon:hover > .image {
     background: #333;
}
 .box > .icon > .image > i {
     font-size: 36px !important;
     color: #fff !important;
}
 .box > .icon:hover > .image > i {
     color: white !important;
}
 .box > .icon > .info {
     margin-top: -24px;
     background: rgba(0, 0, 0, 0.04);
     border: 1px solid #e0e0e0;
     padding: 15px 0 10px 0;
     min-height:163px;
}
 .box > .icon > .info i {
    color:#396afc;
}
 .box > .icon:hover > .info {
     background: rgba(0, 0, 0, 0.04);
     border-color: #e0e0e0;
     color: white;
}
 .box > .icon > .info > h3.title {
     font-family: "Robot",sans-serif !important;
     font-size: 16px;
     color: #222;
     font-weight: 700;
	 margin-top: 15px;
}
 .box > .icon > .info > p {
     font-family: "Robot",sans-serif !important;
     font-size: 13px;
     color: #666;
     line-height: 1.5em;
     margin: 20px;
}
 .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
     color: #222;
}
 .box > .icon > .info > .more a {
     font-family: "Robot",sans-serif !important;
     font-size: 12px;
     color: #222;
     line-height: 12px;
     text-transform: uppercase;
     text-decoration: none;
}
 .box > .icon:hover > .info > .more > a {
     color: #fff;
     padding: 6px 8px;
     background-color: #63B76C;
}
 .box .space {
     height: 30px;
}
 @media only screen and (max-width: 768px) {
     .contact-form {
         margin-top:25px;
    }
     .btn-send {
         width: 100%;
         padding:10px;
    }
     .second-portion {
         margin-top:25px;
    }
}


.modal-dialog-contact{
    position: relative;
    display: table; /* This is important */ 
    overflow-y: auto;    
    overflow-x: auto;
    width: 450px;
    min-width: 300px;   
}

.btn-info {
    color: #fff;
    background-color: #396afc;
    border-color: #396afc;
	border-radius: 0px;
}
.btn-info {
    color: #fff;
    background-color: #396afc;
    border-color: #396afc;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn-info:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


.detalhes_viatura{
	margin-bottom: 8px;
}
.detalhes_viatura h3{
	margin-bottom: 5px;
    border-bottom: 1px solid #396afc4d;
    font-size: 20px;
}
.detalhes_viatura .equipamentos_categoria{
	
}

.left_bar{
	margin-top:13px;
}

.goog-te-gadget .goog-te-combo {
    width: 100%;
}

.socialw {
    text-align:center;
	
}
.socialw i{
    font-size: 50px;	
	padding: 5px;
}
.socialw i:hover{
    color:#052fff;	
	
}

.galeria_1{
	min-height:430px;
}

/*
.demo {
    width:100%;
}
.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;

}
.demo li {
    display: block;
    float: left;
    margin-right: 6px; 
    cursor:pointer;
}
.demo img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery{
	width:100% !important;
}
.lSSlideOuter .lSPager.lSGallery li{
	width:16% !important;
	margin-right: 11px !important;
	margin-left: 11px !important; 
}


*/
.img-rounded {
    border-radius: 100px;
}
.testem{
	
}
.testem .cont_top{
	/*width:100%;*/
	position:relative;
	left:0%;
	top:20px;
}
.testem .cont_top img{
	height: 80px !important;
	width:auto;
	margin:0 auto;
}
.testem .cont_body{
	background-color:#212121;
	color: #fff;
	padding: 30px 20px 40px 30px; 
	margin: 10px 10px 10px 10px; 
	min-height:550px;
}
.testem .cont_body p{
	text-align:left;
	color:#fff;
	line-height:2em;
	position:relative;
	letter-spacing:2px;
	padding-left: 36px;
    padding-top: 10px;
}

.testem .cont_body p:before{
	content:"\f10d";
	font-size:2em;
	color:#396afc;
	font-family:FontAwesome;
	position:absolute;
	top:0%;
	left:0%;
}
.testem .cont_body h4{
	text-align:center;
    margin-bottom: 10px;
    margin-top: 24px;
}
.testem .cont_body h5{
	text-align:center;
	font-size: .8em;
    color: #396afc;
}

.caracteristica{
	height:35px;
}

.banner_info{
	margin-top:50px;
	margin-bottom:50px;
}
.banner_info .bann{
	
}

.vendido{
	position: absolute;
	z-index: 1;
}
.marca{
	position: absolute;
    z-index: 1;
    width: 90px;
    bottom: 10px;
	left:10px;
}

.marca1{
	position: absolute;
    z-index: 1;
    width: 90px;
    bottom: 45px;
	left:10px;
}

/**********************RESPONSIVE************************************************/

@media only screen and (max-width: 360px) and (min-width: 150px)  {
	.no_display{display:none;}
	.w3l_testimonial_grid_pos{
		display:none;
	}
	.slick-next, [dir='rtl'] .slick-prev {
		display:none !important;
	}
	[dir='rtl'] .slick-next, .slick-prev {
		display:none !important;
	}
	.w3ls_testimonials_grids {
		width: 100%;
		padding: 0px 10px 0px 10px;
	}
	.w3_agile_team_grid_right h3, .w3-gallery-head h3, .w3_agile_blog_head h3, .w3_agile_contact_head h3 {
		margin-bottom: 0px !important; 
	}
	.agile-logo {
		padding: 5px;
	}
	
	.cbp-vm-view-grid ul li {
		min-height: 190px !important;
	}
	.span_1_of_a1 {
		width: 100%;
		
	}
	.span_2_of_a1{
		height: 400px;
		float: left;
		padding:0px;
		margin-top: 10px;
	}
	.span_2_of_a1 .spects .nopadding img {
		display: inline-block;
		float: left;
		padding-top: 5px;
		padding-right: 9px;
	}
	.span_2_of_a1 h1 {
		font-size: 22px;
	}
	.quantity_box2 {
		margin: 0px !important;
	}
	.btn.btn-primary {
		padding: 7px 20px;
	}
	.banner-text2 {
		padding: 50px 0;
	}
	.galeria_1{
		min-height:310px;
	}
	
	.spects .nopadding .lista-caracteristicas-viatura {
		font-size: 12px;
	}
	.spects .nopadding .lista-nome-caracteristicas-viatura {
		font-size: 13px;
	}
	.footer-grid ul li {
		padding-left: 0em;
	}
	.men {
		padding: 2em 0 2em;
	}
	.container-head {
		text-align: center;
		padding: 20px 0px;
	}
	.view .info {
		display: inline-block;
		text-decoration: none;
		padding: 7px 23px;
		background: #396afc;
		color: #fff;
		text-transform: uppercase;
		margin-top: 9em;
		font-size: 0.7em;
		width: 119px;
	}
	.modal.in .modal-dialog {
		background-color: #fff;
		padding: 5px;
		width: 97%;
	}
	.share_contact{
		height: 160px;
		float: left;
	}
	
	.lSSlideOuter .lSPager.lSGallery li {
		width: 16% !important;
		margin-right: 7px !important;
		margin-left: 6px !important;
	}
	
	.banner_info{
		margin-top:50px;
		margin-bottom:50px;
	}
	.banner_info .bann{
		margin-top:15px;	
	}
}

@media only screen and (max-width: 415px) and (min-width: 351px)  {
	.no_display{display:none;}
	.w3l_testimonial_grid_pos{
		display:none;
	}
	.slick-next, [dir='rtl'] .slick-prev {
		display:none !important;
	}
	[dir='rtl'] .slick-next, .slick-prev {
		display:none !important;
	}
	.w3ls_testimonials_grids {
		width: 100%;
		padding: 0px 10px 0px 10px;
	}
	.w3_agile_team_grid_right h3, .w3-gallery-head h3, .w3_agile_blog_head h3, .w3_agile_contact_head h3 {
		margin-bottom: 0px !important; 
	}
	.agile-logo {
		
	}
	.agile-logo img{
		margin:0 auto;
	}
	
	.cbp-vm-view-grid ul li {
		min-height: 190px !important;
	}
	.span_1_of_a1 {
		width: 100%;
		
	}
	.span_2_of_a1{
		height: 400px;
		float: left;
		padding:0px;
		margin-top: 10px;
	}
	.span_2_of_a1 .spects .nopadding img {
		display: inline-block;
		float: left;
		padding-top: 5px;
		padding-right: 9px;
	}
	.span_2_of_a1 h1 {
		font-size: 22px;
	}
	.quantity_box2 {
		margin: 0px !important;
	}
	.btn.btn-primary {
		padding: 7px 20px;
	}
	.banner-text2 {
		padding: 50px 0;
	}
	.galeria_1{
		min-height:310px;
	}
	
	.spects .nopadding .lista-caracteristicas-viatura {
		font-size: 12px;
	}
	.spects .nopadding .lista-nome-caracteristicas-viatura {
		font-size: 13px;
	}
	.footer-grid ul li {
		padding-left: 0em;
	}
	.men {
		padding: 2em 0 2em;
	}
	.container-head {
		text-align: center;
		padding: 20px 0px;
	}
	.view .info {
		display: inline-block;
		text-decoration: none;
		padding: 7px 38px;
		background: #396afc;
		color: #fff;
		text-transform: uppercase;
		margin-top: 9em;
		font-size: 0.7em;
		width: 119px;
	}
	.modal.in .modal-dialog {
		background-color: #fff;
		padding: 5px;
		width: 97%;
	}
	.share_contact{
		height: 160px;
		float: left;
	}
	.lSSlideOuter .lSPager.lSGallery li {
		width: 16% !important;
		margin-right: 7px !important;
		margin-left: 6px !important;
	}
	.banner_info .bann{
		margin-top:15px;	
	}
}


@media only screen and (max-width: 736px) and (min-width: 415px)  {
	.no_display{display:none;}

	.agile-logo {
		
	}
	.agile-logo img{
		margin:0 auto;
	}
	.lSSlideOuter .lSPager.lSGallery li {
		width: 16% !important;
		margin-right: 10px !important;
		margin-left: 9px !important;
	}
	.banner_info .bann{
		margin-top:15px;	
	}
}
@media only screen and (max-width: 767px) and (min-width: 736px)  {

	.agile-logo {
		width:100%;
	}
	.agile-logo img{
		margin:0 auto;
	}
	
	.w3lsnav-right {
		margin: 0;
		width: 100%;
	}
	.banner_info .bann{
		margin-top:15px;	
	}
}

@media only screen and (max-width: 768px) and (min-width: 416px)  {
	.no_display{display:none;}
	.w3_agile_team_grid_right h3, .w3-gallery-head h3, .w3_agile_blog_head h3, .w3_agile_contact_head h3 {
		margin-bottom: 0px !important; 
	}
	.agile-logo {
		
	}
	
	.cbp-vm-view-grid ul li {
		min-height: 190px !important;
	}
	.span_1_of_a1 {
		width: 100%;
		
	}
	.span_2_of_a1{
		height: 400px;
		float: left;
		padding:0px;
		margin-top: 10px;
	}
	.span_2_of_a1 .spects .nopadding img {
		display: inline-block;
		float: left;
		padding-top: 5px;
		padding-right: 9px;
	}
	.span_2_of_a1 h1 {
		font-size: 22px;
	}
	.quantity_box2 {
		margin: 0px !important;
	}
	.btn.btn-primary {
		padding: 7px 20px;
	}
	.banner-text2 {
		padding: 50px 0;
	}
	.galeria_1{
		min-height:310px;
	}
	
	.spects .nopadding .lista-caracteristicas-viatura {
		font-size: 17px;
		line-height: 24px;
	}
	.spects .nopadding .lista-nome-caracteristicas-viatura {
		font-size: 17px;
	}
	.footer-grid ul li {
		padding-left: 0em;
	}
	.men {
		padding: 2em 0 2em;
	}
	.container-head {
		text-align: center;
		padding: 20px 0px;
	}
	.view .info {
		display: inline-block;
		text-decoration: none;
		padding: 7px 38px;
		background: #396afc;
		color: #fff;
		text-transform: uppercase;
		margin-top: 9em;
		font-size: 0.7em;
		width: 119px;
	}
	.modal.in .modal-dialog {
		background-color: #fff;
		padding: 5px;
		width: 97%;
	}
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		line-height: 1;
		width: 100%;
	}
	.detalhes_viatura {
		float: left;
		width: 100%;
	}
	.botoes_single{
		padding-top:57px;
	}
	.banner_info .bann{
		margin-top:15px;	
	}
}

@media only screen and (max-width: 1000px) and (min-width: 769px)  {

	.agile-logo {
		padding-top: 19px;
	}
}
@media only screen and (max-width: 991px) and (min-width: 769px)  {

	.lSSlideOuter .lSPager.lSGallery li {
		width: 16% !important;
		margin-right: 7px !important;
		margin-left: 6px !important;
	}
	.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager{
		width:100% !important;
	}
	.span_2_of_a1 {
		float: left;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1001px)  {

	.agile-logo {
		padding-top: 7px;
	}
	.view .info {
		display: inline-block;
		text-decoration: none;
		padding: 7px 65px;
		background: #396afc;
		color: #fff;
		text-transform: uppercase;
		margin-top: 8em;
		font-size: 0.7em;
		width: 100%;
	}
	
	.view-first .mask {
		width: 100%;
	}
}

.floating_div{
	position: fixed;
    right: 0px;
    top: 25%;
    z-index: 99;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#testemunho{
	
}

#testemunho .modal-dialog {
    width: 42em;
    margin: 91px auto;
}























