
/* ==========================================================================
   Global styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif!important;
}
.navbar-nav a{font-family: 'Roboto', sans-serif; font-weight:400; text-transform:uppercase; }
body {font-family: 'Roboto', sans-serif;}
p, .lead {
font-family: 'Roboto', sans-serif;
}

input[type="submit"],
a,
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}
h1 {
  font-size: 60px;

  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}

.signin {padding:20px}
.lead {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p {
  font-size: 14px;
  line-height: 18px;
  color: #696969;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #efefef;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.textleft {float:left; margin-right:10px;}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#d67228;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #8be2e5;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-top: 0 !important;
}
.margin-10 {
    margin-top: 10px !important;
}
.margin-15 {
    margin-top: 15px !important;
}
.margin-20 {
    margin-top: 20px !important;
}
.margin-30 {
    margin-top: 30px !important;
}
.margin-40 {
    margin-top: 40px !important;
}
.margin-50 {
    margin-top: 50px !important;
}
.margin-60 {
    margin-top: 60px !important;
}
.margin-70 {
    margin-top: 70px !important;
}
.margin-80 {
    margin-top: 80px !important;
}
.margin-90 {
    margin-top: 90px !important;
}
.margin-100 {
    margin-top: 100px !important;
}


/*-----------------Colors------------------*/

.black {color: #231f20;}
.organe {color: #d67228!important;}
.white {color: #656565; font-size:15px;}
.black-bg {background: #1b1b1b!important; border-top:4px solid #231f20;}
.bg-orange { background: #d67228!important}
.bg-grey {background:url(../images/banners.jpg) 0 100%!important}
.white-bg {background: #1a1a1a;}

/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar-fixed-top {padding:20px}
.navbar {
    border-top: 3px solid #d67228;
    background: #242424;
    margin: auto;
    min-height: 50px;
       padding: 10px 20px;
    position: fixed;
    top: -80px;
    transition: top 0.4s ease 0s;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0px!important;
}
.navbar-collapse {webkit-overflow-scrolling: touch;
border-top: 0px solid transparent;
-webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1);}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.logo img {
	margin-top: 6px;
}

.top {z-index:9999}

/* ==========================================================================
   Main styles
   ========================================================================== */
header {
overflow:hidden;width: 100%;}

.pad-none {padding: 0!important;}
.pad-xl {padding: 200px 0px;}
.pad-lg {padding: 160px 0px;}
.pad-sm {padding: 50px;}
.pad-xs {padding: 30px 0px;}


.fa-envelope-o {
  color: #4ec3cd;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #4ec3cd;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}


footer {
  background: #ffffff;
  padding: 40px 0px;
}

.social li a:hover {
  opacity: 0.5;
}


/* ==========================================================================
   Form styles
   ========================================================================== */
   
#honeypot {display:none}
label {margin: 5px 0;
    color: #ddd;
    font-weight: 400;
    font-size: 13px!important;
}

input {
    width: 80%;
    padding: 5px 10px;
	background:#262626;
	border:0px;
	color:#fff;
}

textarea {
    width: 80%;
    padding: 5px 10px;
	background:#262626;
	border:0px;
	color:#fff;
}

button, html input[type=button], input[type=reset], input[type=submit] {
   background:#d67228;
   font-size:12px;
   text-transform:uppercase;
   letter-spacing:1px;
   color:#fff;
   border:none!important;
   padding:5px 8px;
   margin-top:10px
}

/*-- banner-top --*/

.banner-top {
	background: url(../images/banners.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height:600px;
}

.banner-top1 {
	background: url(../images/banners.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height:600px;
}

.banner-top2 {
	background: url(../images/banners.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height:600px;
}

.banner-top3 {
	background: url(../images/banners.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height:600px;
}

.banner-info-wthree   {
    text-align: center;
    padding: 17em 0em 0 0em;
}
.banner-info-wthree   h3 {
	font-size:80px;
	color: #fff;
	font-weight:700;
	letter-spacing: 1px;
	line-height:1em

}

.banner-info-wthree    p {
    font-size: 1.2em;
    color: #fff;
    margin: 0em 0;
    letter-spacing: 6px;
    font-weight: 600;
    text-transform: uppercase;
}
/*-- //banner-top --*/

.slider {

}
/*--slider--*/

#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
}

.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	left: 40px;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url(../images/left.png) no-repeat 0px 0px;
}

.callbacks_nav.next {
	left: auto;
	background: url(../images/right.png) no-repeat 0px 0px;
	right: 20px;
}

.callbacks_nav.prev {
	left: auto;
	background: url(../images/left.png) no-repeat 0px 0px;
	left: 20px;
}

#slider3-pager a {
	display: inline-block;
}

#slider3-pager span {
	float: left;
}

#slider3-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider3-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider3-pager a {
	padding: 0;
}

#slider3-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li {
	position: relative;
	display:inline-block;
	float: left;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 10%;
    left: 44%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}

.slider-top span {
	font-weight: 600;
}

.callbacks_tabs li {
	display:inline-block;
	margin:0px 3px;
}


/*----*/

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
/*content: "\f111";*/
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border:2px solid #fff;
}

.callbacks_here a:after {
	background: #d67228;
}
/*-- //slider --*/



/*--/ grids_bottom --*/

.style-grid {
	padding: 0;
	position: relative;

}

.style-grid-1 img {
	height: 792px;
}

.style-grid-1-text, .style-grid-2-text {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 5em;
}

.style-grid-1-text h3, .style-grid-2-text h3 {
	 font-size: 48px;
    text-align: left;
    font-weight: 700!important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    width: 45%;
    /* font-family: 'Roboto', sans-serif!important; */
    position: absolute;
    right: 150px;
    bottom: 40%;
    text-transform: uppercase;
    line-height: 48px;
}

.style-grid-1-text p {
	color: #FFF;
	line-height: 30px;
}

.style-image-1 {
	position: relative;
}

.style-image-2 {
	position: relative;
}

.style-grid-2-text p {
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	padding-right: 100px;
}

.style-grid.style-grid-1 {
    float: left;
    width: 50%;
}
.style-grid.style-grid-2 {
    float: right;
    width: 50%;
}
.style-grid.style-grid-1 img,.style-grid.style-grid-2 img  {
    width: 100%;
}
.style-image-1_info {
	margin-top: -9px;
   padding: 4em 4em;
    background: #1b1b1b;
	text-align:center
}


.style-grid-2-text_info h3 {
    font-size: 30px;
    color: #303030;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.41);
}
.style-grid-2-text_info p {
    color: #656565;
	margin:1em auto;
	font-size:1.2em;
	line-height:1.4em;
	width:70%

}

.style-grid-3-text_info p {
    color: #fff;
	width:90%


}

.about-button a {
    color: #fff;
    padding: 0.6em 1em;
    font-size: 0.8em;
    letter-spacing: 1px;
	text-transform:uppercase;
	margin:0 auto;
	background:#232222;
	
}
.about-button a:hover,.about-button.two a:hover {
    background: #fff;
    color: #000;
}
/*-- //grids_bottom --*/
/*-- /grids_bottom_sec --*/
.grids_sec_2_left {
    padding: 0;
    float: left;
    width: 50%;
}
.grids_sec_2_right {
    padding: 0;
    float: right;
}
.grids_sec_2_right img,.grids_sec_2_left img{
	width:100%;
}
.style-grids_main {
    width: 100%;

}
/*-- //grids_bottom_sec --*/

.grid_sec_info {
    padding: 5em 5em 4.5em 5em;
    background: #d67228;
}
.grid_sec_info.last {
    background: #0a0a0a;
	-webkit-box-shadow: inset 10px 10px 33px 0px rgba(0,0,0,1);
-moz-box-shadow: inset 10px 10px 33px 0px rgba(0,0,0,1);
box-shadow: inset 10px 10px 33px 0px rgba(0,0,0,1);

}
.about-button.two a {
    background: #d67228;
}
button.top_shoe_cart {
    font-size: 1.2em;
    color: #fff;
    border: none;
    text-align: center;
    background: none;
    width: 36px;
    height: 36px;
    background: rgba(27, 25, 25, 0.27);
    border: 1px solid rgba(27, 25, 25, 0.27);
}
.shop_inner_inf {
    width: 90%;
 
}

/*-item_slider-*/

.carousel {
	margin-bottom: 0;
	padding: 0px;
}


/* The controlsy */

.carousel-control {
	left: -40px;
	height: 40px;
	width: 40px;
	background: none;
	border: 2px solid #000;
	margin-top:84px;
	color: #d67228;
	box-shadow: none;
	background-image: none!important;
	background:#000;
	opacity: 0.9;
	line-height: 34px;
}

.carousel-control.right {
    left: -40px;
    top: 38px;
}

/* The indicators */

.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}

.thumbnail img {
	width: 100%;
}
.mid_slider_info {
    margin: 0 auto;
    padding: 0;
}
.slidering {
    padding: 0;
}
.thumbnail {
    display: block;
    padding: 0;
    margin-bottom:0px;
    line-height: 1.42857143;
    background: none;
    border: none;
    border-radius: 0;

}

.name {position:absolute; color:#fff; z-index:99; margin-top:-28px; right:0px; background:#000; padding:6px; font-size:12px; font-weight:900}

.name2 {    position: absolute;
    color: #fff;
    z-index: 99;
    margin-top: -54px;
    right: 0px;
    background: #d67228;
    padding: 10px;
    font-size: 12px;
    font-weight: 900;
    width: 100%;}
	
.name3 {  
position: absolute;
    color: #fff;
    z-index: 99;
    margin-top: -200px;
    right: 0px;
    padding: 10px;
    font-size: 12px;
    font-weight: 900;
    width: 100%;}
	
	
.quote {color:#d67228; font-size:15px}
	
.mid_slider_w3lsagile{
    background: #d67228;
	border-top:2px solid #242424;
	  border-bottom: 1px solid #242424;
}
.mid_slider_text h5 {
    font-size: 23px;
    margin-top: 121px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: left;
}
.mid_slider_text {
    padding: 0em 3em;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    display: none;
}
/*-//item_slider-*/

/*--/newsletter--*/
.donation {

	    background:url(../images/banners.jpg);
		border-bottom:solid 2px #181818;
		color:#ddd;
		padding:30px 0 20px 0;
		text-align: center;
		font-size:15px;
}

.donation h2 {font-size:20px!important; margin-bottom:-0px!important}

/*-- footer --*/
.footer_info{
    padding: 2em 0;
    background: #000;
}
.footer_inner_info_w3ls_agileits{
    width:70%;
    margin: 0 auto;
	text-align:center
}
ul.social-nav.model-3d-0.footer-social.social.two {
    float: none;
}
.footer-left p{
    color: #737070;
    line-height: 2em;
    font-size: 14px;
    margin-top: 22px;
}


ul.social-nav.model-3d-0.footer-social.social.two {
    margin-top: 2em;
}
.social-nav li {
    display: inline-block;
    margin: 0 6px;
}
.social-nav a {
    display: inline-block;
    float: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    background: #000;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


.social .front i{
	color: #303030;
    font-size: 22px;
}
.social .back i{
	color: #000;
    font-size: 18px;
}
/*--social icons--*/
.address-grid:nth-child(2){
    margin: 0.2em 0;
}
.flickr-post ul li{
	display:inline-block;
	margin:5px 5px;
}
.flickr-post ul li {
    display: inline-block;
    margin: 1% 1%;
    width: 28%;
}
p.copy-right-w3ls-agileits {
    color: #848484;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #0e0e0e;
    padding: 2em 0;
}
p.copy-right-w3ls-agileits a{
    color: #ffffff;
	text-decoration:none;
}
p.copy-right-w3ls-agileits a:hover{
color: #2fdab8;	
}
.footer-left h2 a {
    font-size: 0.9em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
}
.footer_info a {
    font-size: 12px;
    color: #464648;
    font-weight: 900!important;
    text-transform: uppercase;
}

.footer_info a:hover {
    font-size: 12px;
    color: #ddd;
    font-weight: 900!important;
    text-transform: uppercase;
}

.footer-left h2 a span {
    padding: 6px 10px;
    background: #444242;
    font-weight: 700;
}

/*-- //footer --*/
.banner_top.innerpage {
   
      
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
            min-height: 425px;
    margin-top: -90px;

}
.ads-grid_shop {
    padding: 6em 0;
}
ul.short {
    text-align: left;
    padding:12em 0em 0 8em;
}
ul.short li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.8em;
    font-weight:600;
    letter-spacing: 1px;
}
.services-breadcrumb_w3ls_agileinfo ul li i {
    padding: 0 1.5em;
}
ul.short li a {
    color: #d67228;
    text-decoration: none;
}
.inner_section_w3ls {
    margin-top: 14em;
}
h3.head {
    text-align: center;
    color: #d67228;
    font-size: 3em;
    letter-spacing: 1px;
    font-weight: 900;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
p.head_para {
    color: #303030;
    text-align: center;
    font-size: 1.1em;
    margin: 30px 0;

}

    #toTop {
    display: none!important;

}
    /*--responsive--*/
@media(max-width:1680px){
.style-grid-1-text h3, .style-grid-2-text h3 {
	 font-size: 24px;
    text-align: left;
    font-weight: 700!important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    width: 55%;
    /* font-family: 'Roboto', sans-serif!important; */
    position: absolute;
    right: 30px;
    bottom: 40%;
    text-transform: uppercase;
    line-height: 24px;
}

    .cd-header-buttons {
        top: 47px;
        right: 173px;
    }
}
@media(max-width:1600px){
   
    .cd-header-buttons {
        top: 47px;
        right: 171px;

    }
    .top_nav_right {
        right: 0%;
    } 
    .top_nav_right {
        right: -1%;
    }
    .mid_services_img {
        min-height: 400px;
    }
}
@media(max-width:1599px){
    .cd-header-buttons {
        top: 47px;
        right: 172px;
    }
    .top_nav_right {
        right: -1%;
    }
}
@media(max-width:1440px){
	.ads-grid_shop {
        padding: 4em 0;
    }
    .inner_section_w3ls {
        margin-top: 12em;
    }
  
    .banner-info-wthree    h3 {
      font-size: 80px;
    }
    .banner-top,.banner-top1,.banner-top2,.banner-top3{
        min-height:450px;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 43.5%;
    }
    .top_nav_right {
        right: 1%;
    }
}
@media(max-width:1366px){
	.top_nav_right {
        right: 1%;
        margin-top: 48px;
    }
    .cd-header-buttons {
        top: 47px;
        right: 158px;
    }
    .banner-info-wthree    p {
       font-size: 1.1em;
    }
    .footer {
       padding: 3em 0;
    }
   
    .error_page form {
        margin: 0 auto;
        width: 40%;
    }
	

}
@media(max-width:1280px){

.style-grid-1 img { height: 653px;}
 
.mid_slider_text h5 {
        font-size: 19px;
        margin-top: 117px;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 633px;
    }
    .banner-info-wthree    h3 {
        font-size: 40px;
    }
}
@media(max-width:1080px){
	
	.style-grid-2-text_info p {width:80%}
	
	.cd-header-buttons {
        top: 47px;
        right: 129px;
    }
    .top_nav_right {
        right: 2.5%;
        margin-top: 48px;
    }
    .style-grid-1 img {
        height: 603px;
    }

}
@media(max-width:1050px){

    .grid_sec_info {
        padding: 4em 3em;
    }
    .mid_slider_text h5 {
        font-size: 17px;
        margin-top: 78px;
    }
    .mid_slider_text {
        padding: 0em 1em;
    }
    .style-grid-1 img {
        height: 596px;
    }
    .carousel-control {
        border-radius: 50%;
        margin-top: 51px;
    }
    .search-hotel input[type="search"] {
        width: 75%;
    }
}
@media(max-width:1024px){
	
 ul.short {
        padding: 10em 0em 0 5em;
    }
    .footer-left h2 a {
        font-size: 0.8em;
        font-weight: 300;
        letter-spacing: 1px;
    }
    .footer_inner_info {
        width: 95%;
        margin: 0 auto;
    }
    .top_nav_right {
        right: 3.5%;
        margin-top: 48px;
    }
}
@media(max-width:991px){
body {background:#000!important}
.navbar {top:0px}
.text-right {text-align:center}
.shop_inner_inf {width:100%}
	.signin {display:none}
	.left-ads-display{
        padding: 0;
        margin-top: 2em;
    }
    .product-shoe-info {
        padding: 15px;
        width: 48%;
        margin: 0.5em;
        float: left;
    }
    .sign-gd {
        margin: 2em 0px;
    }
    .sign-gd.flickr-post {
        margin: 2em 0 0 0;
    }
    .sign-gd-two {
        margin-bottom: 2em;
    }
    .mid_slider_text {
        padding: 2em 1em;
    }
    .mid_slider_text h5 {
        font-size: 20px;
        margin-top: 4px;
    }
    .carousel-control {
        margin-top: 80px;
        left: 16px;
    }
    .top_nav_right {
        right:4.3%;
        margin-top: 48px;
    }
    .style-grid-1 img {
        height: 525px;
    }
   
    .style-grid-2-text_info h3 {
        font-size: 23px;
    }
    .cd-header-buttons {
        top: 47px;
        right: 124px;
    }
    .banner-info-wthree    h3 {
        font-size: 40px;
    }
    .banner-info-wthree    p {
        font-size: 1em;
    }
    .style-grid-1-text, .style-grid-2-text {
        padding: 9em 2em;
    }
    .carousel-control.right {
        left: 14px;
        top: 66px;
    }
    ul.short {
        padding: 10em 0em 0 5em;
    }
	
    .callbacks_tabs {
        bottom: 16%;
        left: 43%;
    }

}
@media(max-width:900px){
    .top_nav_right {
        right:4.5%;
        margin-top: 48px;
    }
    .cd-header-buttons {
        top: 47px;
        right: 112px;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 564px;
    }
    .callbacks_tabs a:after {
        height: 15px;
        width: 15px;
    }
    .banner-info-wthree    {
        padding: 15em 0em 2em 0em;
    }
    .banner-info-wthree    p {
        font-size: 0.9em;
    }
    .style-grid-1 img {
        height: 503px;
    }
    .style-grids_main {
        width: 100%;
    }

    .banner_top.innerpage {
      
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
            min-height: 425px;
    margin-top: -90px;
    }
    .error_page form {
        margin: 0 auto;
        width: 70%;
    }
}
@media(max-width:800px){
	.style-grid-1 img {
        height:auto;
    }
    .style-grid.style-grid-1 {
        float: left;
        width: 100%;
    }
    .style-grid.style-grid-2 {
        float: right;
        width: 100%;
    }
    .top_nav_right {
        right: 7.5%;
        margin-top: 48px;
    }
 
}
@media(min-width:769px){
	.style-grids_main {
        display: flex;
    }
    .grids_sec_2_left {
        padding: 0;
        float: left;
        width: 100%;
    }
    
}
@media(max-width:768px){
	.col-md-2{width:100%}
	.top_nav_right {
        right: 8%;
        margin-top: 48px;
    }
    .cd-header-buttons {
        top: 47px;
        right: 106px;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 515px;
    }
    .callbacks_tabs li {
        display: inline-block;
        margin: 0px 1px;
    }
    ul.top_icons {
        left: 43%;
        margin-top: 3em;
        bottom: 29%;
    }
  
}
@media(max-width:767px){
	.single-right-left h3 {
        font-size: 19px;
    }
}
@media(max-width:736px){
	ul.short {
        padding: 10em 0em 0 3em;
    }
    h3.head {
      font-size: 2.5em;
    }
}
@media(max-width:667px){
	.carousel-control {
        margin-top: 30px;
    }
    .logo {
        left: 3%;
        top: 4.5%;
    }
    .mobile-nav-button {
        margin: 24px 0 0 0;
        right: 3%;
    }
    .cd-header-buttons {
        top: 24px;
        right: 61px;
    }
    .top_nav_right {
        right: 5.5%;
        margin-top: 25px;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 42%;
    }
    .grids_sec_2_left {
        padding: 0;
        float: left;
        width:100%;
    }
    .error_page form {
        margin: 0 auto;
        width: 76%;
    }
    .logo.inner_page_log {
        left: 3%;
        margin-top: 24px;
    }
    ul.short {
        padding: 8em 0em 0 2em;
    }
    .banner_top.innerpage {
        min-height: 185px;
    }
  
}
@media(max-width:640px){
	.banner-info-wthree    h3 {
        font-size: 5em;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 461px;
    }
    .banner-info-wthree    {
        padding: 12em 0em 0 0em;
    }
    .banner-info-wthree    p {
        font-size: 0.8em;
        letter-spacing: 3px;
    }
    ul.top_icons {
        left: 42%;
        margin-top: 2em;
        bottom: 33%;
    }
    .callbacks_tabs a:after {
        height: 10px;
        width: 10px;
    }
    ul.top_icons li {
        margin-right: 13px;
    }
}
@media(max-width:600px){
	.top_nav_right {
        right: 7.5%;
        margin-top: 25px;
    }
    p.copy-right-w3ls-agileits {

        margin-top: 25px;
        font-size: 13px;
        padding-top: 2em;
        line-height:1.8em;
    }
  
}
@media(max-width:568px){
	.top_nav_right {
        right: 8.5%;
        margin-top: 25px;
    }
    .cd-header-buttons {
        top: 24px;
        right: 57px;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 410px;
    }
    .banner-info-wthree    {
        padding: 10em 0em 0 0em;
    }
    .banner-info-wthree    h3 {
        font-size: 4em;
    }
  
    .style-grid-2-text_info p {
        font-size: 0.9em;
    }
	.name {display:none}
}
@media(max-width:480px){
	.top_nav_right {
        right: 12.5%;
        margin-top: 25px;
    }
    .style-grid-1-text h3, .style-grid-2-text h3 {
        font-size: 25px;
    }
    .style-grid-2-text_info h3 {
        font-size: 21px;
    }
  
    .sign-gd {
        margin: 2em 0px;
        padding: 0;
    }
    .carousel-control.right {
        left: 341px;
        top: 1px;
    }
    .sign-gd-two {
        padding: 0;
    }
    h3.head {
        font-size: 2.2em;
    }
    .ads-grid_shop {
        padding: 2em 0;
    }
    .inner_section_w3ls {
        margin-top: 2em;
    }
    ul.top_icons {
        left: 37%;
        margin-top: 2em;
        bottom: 33%;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 37%;
    }
}
@media(max-width:414px){
	
    .navbar-brand {
        font-size: 0.55em;
        height: 42px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
    }
    .navbar-brand span {
        padding: 0.526em .5em;
    }
    .top_nav_right {
        right: 17.5%;
        margin-top: 19px;
    }
    .cd-header-buttons {
        top: 18px;
        right: 57px;
    }
    .mobile-nav-button {
        margin: 18px 0 0 0;
        right: 3%;
    }
    ul.top_icons {
        left: 38%;
        margin-top: 2em;
        bottom: 34%;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 40%;
    }
    .footer-left p {
        font-size: 13px;
        margin-top: 22px;
    }
    .according_inner_grids {
        padding: 3.07em 2em;
    }
    h3.heading.two {
       font-size: 1.6em;
    }
   
}
@media(max-width:384px){
	.cd-header-buttons {
        top: 18px;
        right: 51px;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 370px;
    }
    .banner-info-wthree    h3 {
        font-size: 4em;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 36%;
    }
    ul.top_icons {
        left: 35%;
        margin-top: 2em;
        bottom: 33%;
    }
    .grid_sec_info {
        padding: 3em 2em;
    }
    .carousel-control.right {
        left: 312px;
        top: 1px;
    }

   
    .banner_top.innerpage {
        min-height: 162px;
    }
    .social-nav li {
        margin: 0px 1px;
    }
}
@media(max-width:375px){
	.top_nav_right {
        right: 18.5%;
        margin-top: 19px;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 325px;
    }
    .banner-info-wthree    {
        padding: 8em 0em 0 0em;
    }
    .single-right-left {
        width: 96%;
    }
    .single-right-left h3 {
        font-size: 16px;
        line-height: 1.7em;
    }
    .style-image-1_info {
        padding: 3em 2em;
      
    }
 
    ul.short {
        padding: 6.5em 0em 0 1em;
    }
    h3.head {
        font-size: 1.6em;
    }
    .news-right h4 {
        font-size: 1.2em;
        line-height: 1.6em;
    }
 
    .footer-left h2 a {
        font-size: 0.7em;
        font-weight: 300;
        letter-spacing: 1px;
    }
}
@media(max-width:320px){
	.navbar-brand {
        font-size: 0.45em;
        height: 38px;
    }
    .top_nav_right {
        right: 23%;
        margin-top: 19px;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 289px;
    }
    .banner-info-wthree    h3 {
        font-size: 3em;
    }
    ul.top_icons {
        left: 33%;
        margin-top: 2em;
        bottom: 29%;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 33%;
    }
 
    .cd-header-buttons {
        top: 18px;
        right: 47px;
    }
  
  
}
/*--//responsive--*/


.grey img  {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .5s ease-in-out;  
    }

.grey    img:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
    }
	
.gal {
	
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;
}	
.gal img{ width: 100%; padding: 7px 0;}

@media (max-width: 500px) {
		
.gal {
-webkit-column-count: 1; /* Chrome, Safari, Opera */
-moz-column-count: 1; /* Firefox */
column-count: 1;
}
}
