/*--
Author: Akr Doors Solutions
Author URL: http://akrdoorsolutions.com
--*/

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;
}

@font-face {
  font-family: 'CopperplateGothic-Bold';
  src: url('CopperplateGothic-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}



input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	padding:0 0;
	margin:0 0;
	font-family: 'Cagliostro', sans-serif;
}
p{
	padding:0 0;
	margin:0 0;
}
ul{
	padding:0 0;
	margin:0 0;	
}

.navbar-collapse.in {
    overflow-y: visible !important ;
}

.header-top {
    background: #014D7F;
	 padding: .7em 0;
 }
 .navbar-brand {
    height: 70px;
    padding: 0;
    font-size: .8em;
    line-height: 50px;
    letter-spacing: 2px;
    background:url(../images/logo.png) no-repeat 0px 0px;
    text-transform: uppercase;
	 font-family: 'CopperplateGothic-Bold';
	 font-weight:bold;
}


.logo-nav-left i{
	display: block;
    font-size:18px;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: 11px;
    color: #0d59af ;
	padding: 5px  0px  0 70px
}

 
 .logo-nav-left span{
	color: #014d7f;
    font-size: 34px;
    left: 68px;
    position: relative;
    vertical-align: middle;
	 font-family: 'CopperplateGothic-Bold';
	 font-weight:bold;
}
 
.top-left {
    float: left; 
}
.top-left i {
    font-size: 1em;
    margin-left: 0.5em;
}
.top-left a{
    color: #fff;
	font-size: 1em;
	text-transform: lowercase;
 	text-decoration: none;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.top-right ul li {
    display: inline-block;
    padding: 0em 1em;
}
.top-right ul li a {
    font-size: 1em;
    text-transform: lowercase;
    color:#fff;
    text-decoration: none;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.top-right ul li.text a {
	color:#fff;
}
.top-right {
    float: right;
}
.heder-bottom {
    padding: 8px 0;
	background:#FFF;
}
.logo-nav-left{
	float:left;
}
.logo-nav-left1 {
    float: left;
    margin-left: 2em;
}




/*start search*/
/*--search--*/
.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.cd-main-header {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}
.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 72px;
    right: 22%;
}
.cd-header-buttons li {
	display: inline-block;
}
.cd-search-trigger, .cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-search-trigger::before {
	/* lens */
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
}
.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #fff;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #fff;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	-moz-opacity: 0;
	opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	-moz-opacity: 1;
	opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search {
	position: absolute;
	width: 100%;
	top: 19%;
	left: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search input {
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    padding: 0 5%;
	-webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 2em;
    padding: 1em 2em;
	color: #fff;
}
.cd-search input::-webkit-input-placeholder {
	color: #fff !important;
}
.cd-search input::-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-ms-input-placeholder {
	color: #fff !important;
}
.cd-search input:focus {
	outline: none;
}
.cd-search.is-visible {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
/*-- search-ends --*/
.header-right2{
	float:right; 
	margin-top: 1.5em;
}
.box_1 {
  float: right;
}
.box_1 h3 {
  color:#fff;
  font-size: 0.9em;
  margin: 0;
}
.total {
  display: inline-block;
  vertical-align: middle;
}
.box_1 a img {
  margin: 3px 0 0 0px;
}
.box_1 p {
	margin: 0;
    color: #fff;
    font-size: 14px;
}
a.simpleCart_empty {
	color:#fff;
    font-size: 13px;
    text-decoration: none;
    text-align: right;
    display: block;
}
/*-- //header --*/
.ban-bottom-w3l {
    padding: 5em 0;
}
.ban-bottom1 {
    float: left;
    width: 48%;
	margin-right:2%
}
.ban-bottom2 {
    float: left;
    width: 48%;
	margin-left:2%
}
.ban-img {
    margin-top: 2.1em;
}
.ban-top{
	position: relative;
    overflow: hidden;
}
.ban-top img {
	-moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%;
}
.ban-top:hover img {
	-moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.ban-text {
    position: absolute;
    top: 50%;
    left: 25%;
    background: rgba(13, 89, 175, 0.72);
    padding: 1em;
}
.ban-text1 {
    position: absolute;
    top: 40%;
    left: 25%;
    background: rgba(13, 89, 175, 0.72);
    padding: 1em;
}
.ban-text h4 {
    font-size: 2em;
    color: #fff;
}
.ban-text1 h4 {
    font-size: 2em;
    color: #fff;
}
.ban-text2 h4 {
    font-size: 1.5em;
    color: #fff;
}
.ban-text2 span{
    display:block;
	line-height:1.5em;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F19E1F;
    border-radius: 50%;
	-webkit-border-radius: 60%;
	-moz-border-radius: 60%;
	-o-border-radius: 60%;
	-ms-border-radius: 60%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before,.services-grid:hover .hvr-sweep-to-top:before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.ban-text2 {
    position: absolute;
    top: 14%;
    left: 45%;
    background: #1565C0;
    padding: 1.5em;
    border-radius: 60px;
    text-align: center;
	width: 18%;
}
h2.tittle {
    text-align: center;
    font-size: 3em;
    color: #1565C0;
}
.new-arrivals-w3agile {
    padding: 5em 0;
    background:#f9f8f8;
	text-align:center;
}


.relatedproduts-w3agile {
    background:#f9f8f8;
	text-align:center;
}


.relatedproduts-w3agile h3{
    color: #1565c0;
    font-size: 37px;
    line-height: 139px;
   text-align: center;
}


.arrivals-grids {
    margin-top: 0em;
    padding-bottom: 66px;
}


a.my-cart-b {
    text-decoration: none;
}
.my-cart-b {
    background: none;
    text-decoration: none;
    color: #1565C0;
    font-size: 1em;
    border: 2px solid #F19E1F;
    padding: 0.5em 1em;
    outline: none;
}
/* Sweep To Bottom */
.my-cart-b{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.my-cart-b:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1565C0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	border: 2px solid #1565C0;
}
.my-cart-b:hover, .my-cart-b:focus, .my-cart-b:active {
	color: white;
    background: none;
    border: 2px solid #1565C0;
    outline: none !important;
}
.my-cart-b:hover:before, .my-cart-b:focus:before, .my-cart-b:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.grid-arr {
    border: 1px solid #E2E2E2;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 0em;
}
.grid-arr .grid-arrival figure {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 20px 0;
  width: 100%;
}
.grid-arr .grid-arrival figure:hover .grid-img + .grid-img{
  right: 100%;
}
.grid-arr .grid-arrival figure > a {
  display: block;
  float: left;
  width: 100%;
  z-index: 1;
}
.grid-arr .grid-arrival figure > a .grid-img {
  width: 100%;
  line-height: 0;
  will-change: right;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.grid-arr .grid-arrival figure > a .grid-img img {
  width: 100%;
}
.grid-arr .grid-arrival figure > a .grid-img + .grid-img {
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: right 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  -o-transition: right 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  -webkit-transition: right 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  transition: right 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
}
.grid-arr .grid-arrival figure > a .grid-img + .grid-img img {
  max-width: none;
}

.grid-product {
    width: 70%;
    margin: 0 auto;
}
.women h6 {
    font-size: 1.4em;
    margin: 0.4em 0;
}
.women h6 a {
    color: #1565C0;
    text-decoration: none;
}
.women p {
    font-size: 1em;
    color: #999;
    margin: 0.9em 0;
}
em.item_price {
    font-style: normal;
    color: #000;
    font-weight: 600;
}
span.size {
    color: #000000;
    font-weight: 600;
}
/*--cart--*/


.news-grid p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
    padding-top: 1em;
    width: 90%;
    margin: 0 auto 1em;
}
.news-gr h4 {
    text-align: center;
    font-size: 1.5em;
    color: #222;
}
.new-grid h5 {
    font-size: 1.7em;
    color: #222;
}
.new-grid h6 {
    font-size: 1.2em;
    margin: 1em 0;
    font-weight: 600;
}
.new-grid span {
    font-size: 1em;
    color: #777;
    line-height: 2em;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 6px;
    border-bottom: 1px solid #FFFFFF;
}
.modal-dialog {
    width: 950px;
}
.color-quality-left{
	float:left;
}
.color-quality-right {
	float: left;
    margin-left: 8em;
}
.color-quality ul li {
    display: inline-block;
    margin-right: .5em;
}
.color-quality ul li a {
    font-size: 14px;
    color: #999;
    text-decoration: none;
}
.color-quality ul li a span {
    width: 15px;
    height: 15px;
    display: block;
    background: #ff0000;
    margin: 0 auto .5em;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
}
.color-quality ul li a.brown span {
    background: #00008c;
}
.color-quality ul li a.purple span {
    background: #840084;
}
.color-quality ul li a.gray span {
    background: #ff00ff;
}
.color-quality {
    margin: 1em 0;
}
/*-- quantity-starts --*/
 .value-minus,
.value-plus,.value-minus1,
.value-plus1{
    height: 40px;
    line-height: 24px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
	border:1px solid #b2b2b2;
	    vertical-align: bottom;
}
.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before,.quantity-select .entry.value-minus1:before,
.quantity-select .entry.value-plus1:before{
	content: ""; 
	width: 13px;
	height: 2px; 
	background: #000;
	left: 50%;
	margin-left: -7px; 
	top: 50%;
	margin-top: -0.5px;
	position: absolute;
}
.quantity-select .entry.value-plus:after,.quantity-select .entry.value-plus1:after{
	content: "";
	height: 13px;
	width: 2px; 
	background: #000;
	left: 50%; 
	margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
	position: absolute;
}
.value,.value1  {
    cursor: default;
    width: 40px;
	height:40px;
    padding: 8px 0px;
    color: #A9A9A9;
    line-height: 24px;
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    text-align: center;
    display: inline-block;
	margin-right: 3px;
}
.quantity-select .entry.value-minus:hover,
 .quantity-select .entry.value-plus:hover,.quantity-select .entry.value-minus1:hover,
 .quantity-select .entry.value-plus1:hover{
	background: #E5E5E5;
}

.quantity-select .entry.value-minus,.quantity-select .entry.value-minus1{
    margin-left: 0;
}
/*-- quantity-end --*/
/*--products--*/
.banner1 {
    background: url(../images/b1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 190px;
    padding: 6em 0 0;
    text-align: center;
}
.banner1 h3 a {
    color: #fff;
    text-decoration: none;
}
.banner1 h3 {
    font-size: 2em;
    color: #fff;
    margin: 0 0 0em;
}
.banner1 h3 span {
    color: #fff;
}
.products-agileinfo {
    padding: 5em 0;
	background: #F9F8F8;
}
.product-agileinfo-grids {
    margin-top: 4em;
}
.categories h3{
    text-align: center;
    font-size: 2.5em;
    padding: .2em;
    background: #f19e1f;
    color: #fff;
    margin-bottom: .5em;
}
/*-- treeview --*/
.categories label {
    padding: 5px;
    border-radius: 3px;
    margin: 2px;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #777;
}
.categories a{
    background: url("../images/icons1.png") no-repeat 10px 9px !important;
    padding: 7px 0 0 31px;
    border-radius: 3px;
    margin: 2px;
    font-size: 15px;
}

.categories ul,
.categories li
{
	list-style: none;
}

.categories input
{
	position: absolute;
	opacity: 0;
}

.categories
{
	font: normal 11px "Segoe UI", Arial, Sans-serif;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.categories a {
    color: #777;
    text-decoration: none;
}

.categories a:hover
{
	text-decoration: underline;
}

.categories input + label + ul
{
	margin: 0 0 0 22px;
}

.categories input + label + ul
{
	display: none;
}

.categories label,
.categories label::before
{
	cursor: pointer;
}

.categories input:disabled + label
{
	cursor: default;
	opacity: .6;
}

.categories input:checked:not(:disabled) + label + ul
{
	display: block;
}

.categories label,
.categories label::before
{
	background:url("../images/icons1.png") no-repeat 15px 9px !important;
}
.categories label,
.categories a,
.categories label::before
{
	display: inline-block;
	vertical-align: middle;
}

.categories label
{
	background-position: 18px 0;
}

.categories label::before
{
	content: "";
	width: 16px;
	margin: 0 22px 0 0;
	vertical-align: middle;
	background-position: 0 -32px;
}

.categories input:checked + label::before
{
	background-position: 0 -16px;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.categories
	{
		-webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
	}
	
	@-webkit-keyframes webkit-adjacent-element-selector-bugfix 
	{
		from 
		{ 
			padding: 0;
		} 
		to 
		{ 
			padding: 0;
		}
	}
}
/*-- //treeview --*/
.price,.cat-img,.brand-w3l {
    margin-top: 2em;
}
.price h3,.top-rates h3,.brand-w3l h3{
    text-align: center;
    font-size: 2em;
    padding: .2em;
    background: #f19e1f;
    color: #fff;
    margin-bottom: .5em;
}
/*-- Slider range --*/
ul.dropdown-menu6 ,ul.dropdown-menu5{
	margin:0;
	position:relative;
}
ul.dropdown-menu6 li {
	list-style:none;
}
ul.dropdown-menu6 li p{
	width:100%;
}
span.amount{
	color:#ffffff;
	font-size:16px;
}
.price input#amount,.price input#amount1 {
    font-size: 18px;
    outline: none;
    background: none;
    word-spacing: 1em;
    color: #000 !important;
    position: absolute;
    left: 0%;
    top: 10px;
    text-align: center;
    width: 100%;
    padding: 4px 0;
}
ul.dropdown-menu6 li a {
	text-decoration: none;
}
.range,.range-two{
	padding: 15px 0 22px 0;
	border-bottom: 1px solid #e5e3db; 
}
.top-rates {
    padding-top: 3.5em;
}
.brand-w3l ul li a {
    font-size: 1.1em;
    color: #777;
    text-decoration: none;
    margin-left: 2em;
}
 .brand-w3l ul li {
    list-style: none;
    border-bottom: 1px solid #d6d5d5;
    padding: 0.5em 0;
}
.mens-toolbar p {
    color: #000;
    font-size: 1em;
	    display: inline-block;
}
.mens-toolbar p  select {
    color: #000;
    font-size: 0.9em;
    outline: none;
    cursor: pointer;
    padding: 0.3em;
	border:none;
}
.mens-toolbar {
      padding: 2em 0;
}
.mens-toolbar p {
    color: #777;
    font-size: 1em;
    display: inline-block;
}
.showing {
    margin: 0 3em;
}
.nav1-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid #FAA43D;
    border-radius: 0;
    background: #FAA43D;
}
.product-agileinfon-grid1 {
    text-align: center;
}
.prod1 {
    margin: 3em 0;
}
.prod2 {
    margin-top: 3em;
}
.prod3 {
    margin: 3em 0;
}
.prod4 {
    margin-top: 3em;
}
/*--products--*/
/*--codes--*/
.typo-w3 {
    padding: 5em 0;
}
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #555;
	font-size: 0.85em;
	margin-bottom: 14px;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
    color:#F58703;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #555;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.nav-tabs {
	margin-bottom: 1em;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}

/*--codes--*/
/*--single--*/
.single-wl3 {
	padding-top:3%
}
.single-left {
    float: left;
    margin-left: 6%;
    width: 50%;
}
.single-right {
    float: left;
    width: 40%;
}
.single-grid h4 {
    font-size: 2em;
    color: #222;
	margin-bottom: 0.5em;
}
.description p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
	margin-bottom:20px
	
}
.description span {
    font-size: 1.2em;
    color: #f19e1f;
    font-weight: bold;
	font-family: 'Cagliostro', sans-serif;
}
p.price {
    font-size: 2em;
    margin: 0.5em 0;
    color: #AF1D0D;
    font-weight: bold;
    font-family: 'Cagliostro', sans-serif;
}
.color-quality h6 {
    font-size: 1.2em;
    margin: 1em 0;
    font-weight: 600;
}
.women span {
    font-size: 1em;
    color: #000;
    margin: 1em 0;
    display: block;
}
.single-grid1 h3 {
    font-size: 2.5em;
    text-align: center;
	color: #1565C0;
	margin-bottom: 0.3em;
}
.recent-left {
    float: left;
    width: 24%;
}
.recent-right {
    float: right;
    width: 68%;
	margin-top:1em;
}
span.price-in1 {
    font-size: 1.2em;
    color: #AF1D0D;
    font-weight: bold;
    margin-top: 0.5em;
    display: block;
}
.best2 a {
    font-size: 1.5em;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5em;
}
.nav-tabs {
    border-bottom: 1px solid #fff;
}
.left-tab > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none !important;
    border-radius: 0;
    color: #fff;
    background: #F19E1F ;
    padding: 0.5em 1em;
    font-size: 1.2em;
}

.logo-nav-left1 ul li a{
	font-size:.875em;
    color: #222;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
	font-weight: 600;
}

.multi-column-dropdown li a {
    color:#900!important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;color: #f79e20 !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none; 
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #f79e20!important; background-color: transparent; border:none; outline:none;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar-collapse {
    padding: 0;
}
ul.multi-column-dropdown h6 {
    font-size:15px;
    color:#222222;
    margin: 0 0 1em;
    padding-bottom:10px;
    border-bottom: 1px solid #E4E4E4;
    text-transform: capitalize;
}
.multi-column-dropdown li {
    list-style-type: none;
    margin: 7px 0;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #999 !important;
    white-space: normal;
	font-weight:500 !important;
}
.dropdown-menu.columns-3 {
    min-width: 642px;
    padding: 30px 30px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.navbar-nav > li > a {
    padding: 29px 18px 0;
}

.product-w3agile {
    margin-top: 2em;
}
.product-grids {
    margin-top: 2em;
}
.descr h4 {
    font-size: 2em;
    color: #222;
    margin-bottom: 0.5em;
}
p.quote {
    font-size: 1em;
    color: #777;
    line-height: 1.8em;
    padding: 1em 2em;
    background: #eee;
    margin: 2em 2em;
    border-left: 5px solid #af1d0d;
}

.descr p{
	font-size: 1em;
    color: #777;
    line-height: 1.8em;
}
.descr ul li {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.8em;
}
.video iframe {
    width: 100%;
    height: 410px;
	margin-bottom: 1em;
}
.reviews-left {
    float: left;
    width: 14%;
}
.reviews-right {
    float: right;
    width: 83%;
    border: 1px solid #eee;
	    padding: 2em;
}
.reviews-right ul li {
    display: inline-block;
}
.reviews-right ul li a {
	font-size: 1em;
    color: #FDA30E;
    text-transform: uppercase;
    text-decoration: none;
}
.reviews-right ul li:nth-child(2) {
    float: right;
}
.reviews-right ul li a i {
    left: -1em;
}
.reviews-bottom {
    margin-top: 2em;
}
.reviews-bottom p {
    padding: 1em 0;
}
.reviews-bottom input[type="text"], .reviews-bottom input[type="email"], .reviews-bottom textarea {
    outline: none;
    padding: 10px;
    border: 1px solid #D2D2D2;
    font-size: 15px;
    color: #FDA30E;
	width:100%;
}
.reviews-bottom textarea {
    width: 100% !important;
    min-height: 150px;
    margin-bottom:1em;
    resize: none;
}
.reviews-bottom form {
    margin-top: 1em;
}
.reviews-bottom input[type="submit"] {
    outline: none;
    padding: 10px 0;
    background: #AF1D0D;
    border: none;
    width: 20%;
    font-size: 1em;
    color: #fff;
    margin-top: 1em;
	    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.reviews-bottom input[type="submit"]:hover {
    background: #F19E1F;
}
/*--single--*/
/*--mail--*/
.mail-w3ls {
    padding: 5em 0;
}
.mail-grid i {
    font-size: 1.5em;
    border-radius: 60px;
    border: 2px solid #fbb005;
    padding: 1em;
    color: #fff !important;
    background: #fbb005;
	transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.mail-grid i:hover {
    background: #0d59af;
}
.mail-grids {
    margin-top: 4em;
}
.mail-grid h5 {
    font-size: 1.8em;
    color: #1565c0;
    margin-top: .5em;
}
.mail-grid p {
    font-size: 1em;
    color: #777;
	margin-top:.5em;
}
.mail-top {
    text-align: center;
}
.map-w3 iframe {
    width: 100%;
    height: 350px;
    border: 7px double #fbb005;
}
.map-w3 {
    margin: 4em 0;
}
.mail-bottom h4 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 1em;
    color: #1565c0;
}
.mail-bottom input[type="text"], .mail-bottom input[type="email"] {
     width: 32.9%;
    float: left;
}
.mail-bottom textarea {
    min-height: 200px;
    resize: none;
    width: 100%;
    margin: 1em 0;
}
.mail-bottom input[type="text"], .mail-bottom input[type="email"], .mail-bottom textarea {
    background: none;
    border: 1px solid #D9D9D9;
    color: #A3A3A3;
    padding: 13px 10px;
    font-size: 14px;
    outline: none;
}
.mail-bottom input[type="email"] {
    margin: 0 6px;
}
.mail-bottom input[type="submit"], .mail-bottom input[type="reset"] {
    outline: none;
    color: #fff;
    font-size: 1em;
    padding: 13px 0;
    width: 12%;
    background: #fbb005;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.mail-bottom input[type="submit"]:hover, .mail-bottom input[type="reset"]:hover {
    background: #1565C0;
}
/*--mail--*/


/*-- Edit css --*/


/*--about start--*/


.new-arrivals-w3agile{
	padding:50px 0px 40px 0px;
}
.new-arrivals-w3agile h3{
	color:#000;
	text-transform:uppercase;
	font-size:25px;
	letter-spacing:2px;
	font-weight:700;
	text-align:left;
	position:relative;
	margin-bottom:50px;
}

.new-arrivals-w3agile h3:before{
    content: '';
    background: #d9d9d9;
    width: 25%;
    height: 3px;
    position: absolute;
    top: 170%;
    left: 0%;
}
.new-arrivals-w3agile h3:after{
    content: '';
    background:  #FFC107;
    width: 6%;
    height: 3px;
    position: absolute;
    top: 170%;
    left: 0%;
}

.new-arrivals-w3agile h3:before{
	width:12%;
}


.product-agile h3{
	color:#000;
	text-transform:uppercase;
	font-size:25px;
	letter-spacing:2px;
	font-weight:700;
	text-align:left;
	position:relative;
	margin-bottom:50px;
}

.product-agile h3:before{
    content: '';
    background: #d9d9d9;
    width: 25%;
    height: 3px;
    position: absolute;
    top: 170%;
    left: 0%;
}
.product-agile h3:after{
    content: '';
    background:  #FFC107;
    width: 6%;
    height: 3px;
    position: absolute;
    top: 170%;
    left: 0%;
}

.product-agile h3:before{
	width:12%;
}


.product-agile h3{
	color:#000;
	text-transform:uppercase;
	font-size:25px;
	letter-spacing:2px;
	font-weight:700;
	text-align:left;
	position:relative;
	margin-bottom:50px;
}

.product-agile h3:before{
    content: '';
    background: #d9d9d9;
    width: 45%;
    height: 3px;
    position: absolute;
    top: 170%;
    left: 0%;
}
.product-agile h3:after{
    content: '';
    background:  #FFC107;
    width: 10%;
    height: 3px;
    position: absolute;
    top: 170%;
    left: 0%;
}

.product-agile h3:before{
	width:17%;
}


.product-agile h3 {
    margin-top: 30px;
}


.ab-left {
    padding-left: 0;
}
.ab-right {
    padding: 1em 1em 3em;
    text-align: left;
}
h2.tittle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.4em;
    border-left: 8px solid #f79e20;
    padding-left: 14px;
    margin-bottom: 0.5em;
}

h2.tittle {
    font-size: 2.1em;
    font-weight: bold;
    text-transform: uppercase;
	text-align:left;
}

h2.tittle span {
    color: #f79e20;
}

.col-bottom h4 {
    color: #2ad2c9;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
}

.col-bottom p {
    color: #555;
    font-size: 16px;
    line-height: 1.9em;
    margin: 1em 0 0;
}

.btm-right {
  overflow: hidden;
  position: relative;
  display: block;
}
.btm-right img{
	width:100%;
}
.btm-right .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
       bottom: -89%;
    right: 0;
    background-color: rgba(247, 158, 32, 0.54);
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btm-right:hover .captn {
  bottom: 0%;
}

.captn h4 {
    font-size: 2em;
    color: #1565c0;
    padding: 0.8em 0 0.2em;
    font-weight: 600;
}
.captn p {
    font-size:2em;
    color: #fff;
}
.btm-right:hover .captn h4 {
       margin-top: 370px;
}

/* Shutter In Horizontal */
/*-- w3layouts --*/
/*-- agileits --*/
a.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #f79e20;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
      padding: 0.7em 1em;
	  color:#fff;
	  text-decoration:none;
}
a.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#1565c0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-shutter-in-horizontal:hover, a.hvr-shutter-in-horizontal:focus, a.hvr-shutter-in-horizontal:active {
  color: white;
}
a.hvr-shutter-in-horizontal:hover:before, a.hvr-shutter-in-horizontal:focus:before, a.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/*--- about us end------*/


/*--news--*/
.news-section {
    padding: 5em 0;
    background: #f4f4f4;
}

.news{float:left; text-align:left;}

.news-right {
  padding-top: 3em;
}
.col-bottom h4{
  color: #f79e20;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight:600;
  text-align:left;
}
.col-bottom p{
  color: #555;
  font-size: 15px;
  line-height: 1.9em;
  margin: 1em 0 0 0;
  text-align:left
}


.col-bottom {
    margin: 1.2em 0 1.2em 0;
	text-align:left;
}
.col-bottom.two {
    margin: 0 0 1.2em 0;
	text-align:left;
}
.col-news-top .date-in {
	overflow: hidden;
	position: relative;
	display: block;
}
.col-bottom a {
    margin: 1em 0;
}
.col-news-top .date-in .month-in {
	position: absolute;
	height:100%;
	width: 50%;
	top: 0;
	left: 0;
	background-color: rgba(247, 158, 32, 0.54);
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.col-news-top .date-in:hover .month-in {
	width: 100%;
}
.col-news-top .date-in .month-in label {
	display: inline-block;
	font-weight: 800;
	text-transform: uppercase;
	color: #1565c0;
	top:44%;
	margin-top: -61px;
	position: absolute;
	left: 0;
	right: 0;
}
.col-news-top .date-in .month-in label .day {
  font-size: 25px;
  line-height: 102px;
  margin-bottom: -24px;
  font-weight: 400;
}
.col-news-top .date-in .month-in label .month {
	font-size: 14px;
	line-height: 14px;
}
.col-news-top .date-in .month-in label span {
	display: block;
}
span.like {
    font-size: 0.9em;
    color:#FFF;
    text-transform: capitalize;
	margin: 10px 0;
}
.news-left {
    margin-top: 2em;
}


/*--product-starts--*/
.product {
    padding: 0em 0;
}
.product-left ul{
	padding:0;
	margin-top:9%;
}
.product-left ul li {
    list-style: none;
    line-height: 2.4em;
}
.product-left ul li i{
	 padding-right:10px;
	 top:3px;
}
.product-left ul li a{
	color:#555;
	    font-size: 0.9em;
}
.product-left ul li a:hover{
	color: #2ad2c9;
}
.prdt {
    margin-top: 6%;
}
.prdt-left img{
	width:100%;
}
.prdt-left p{
    line-height: 1.9em;
    margin-top: 10px;
	color: #555;
	font-size: 0.9em;
	text-align:left;
}
.prdt-left h4 {
       color:#f79e20;
    font-size: 22px;
    margin: 17px 0 0 0;
}
.captn1 h5 {
    color: #fff;
    font-size: 22px;
    margin: 17px 0 0 0;
}
.btm-right1 {
  overflow: hidden;
  position: relative;
  display: block;
}
.btm-right1 img{
	width:100%;
}
.btm-right1 .captn1 {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -74%;
    right: 0;
    background-color: rgba(247, 158, 32, 0.54);
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btm-right1:hover .captn1 {
  bottom: 0%;
}
.captn1 p {
    font-size:2em;
    color: #fff;
}
.btm-right1:hover .captn1 h5 {
   margin-top:95px;
}

.glyphicon {
    color:#F79E20 !important;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
	right:3px;
}

/*top brand*/

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0;
	padding: 0 15px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}


#flexiselDemo1, #flexiselDemo2 {
    display: none;
}

.nbs-flexisel-nav-right {
		right: -2%;
	}
.nbs-flexisel-nav-left {
		left: -2%;
	}

.nbs-flexisel-nav-left {
	left:-2%;
	top:38% !important;
	background:url(../images/left-arrow.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
	right:-2%;
	top:38% !important;
	background:url(../images/right-arrow.png) no-repeat 0px 0px;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    cursor: pointer;
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: 100;
}

/*-- gallery --*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;	
	overflow: hidden;
	margin: 10px 0;
	height: auto;
	text-align: center;
	cursor: pointer;
	background: #000;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
    word-spacing: -0.15em;
    font-size: 1.5em;
    margin-top: 18%;
    color: #FFF;
    font-weight: 600;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/


figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	    background: rgba(30, 28, 24, 0.41);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 5px solid #ff401b;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-apollo p span{
	    color: #ffcc33;
}
figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/*-- //gallery --*/

.grid figure p {
    font-size: 68.5%;
    letter-spacing: 1px;
}

/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
    width:100%;background:white;z-index:300;transform: translateZ(0);
    transition:all 0.5s; /* Effect for switching from .fixed to static */
}

/* when class="float-panel fixed" */
.fixed {box-shadow:0 2px 6px rgba(0,0,0,0.2);animation:slide-down 0.7s; border-bottom: 3px solid #f79e20;}
.fixed .fa-gg {transform: rotate(360deg); }
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

/*-- footer --*/
.footer{
	padding:25px 0px 0px 0px;
	background:#1565c0;
}

.w3_footer_grid{
	padding-left: 0;
	text-align:left;

}

.w3_footer_grid h3{
	color:#FFF;
    font-size: 1.5em;
    margin-bottom: 2em;
    padding-bottom: .5em;
    position: relative;
    text-transform: uppercase;
}
.w3_footer_grid h3:after{
	content:'';
	background:#ff9b05;
	width:20%;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	font-size:16px;
}


/*-- footer --*/
.footer{
	padding:25px 0px 0px 0px;
	background:#1565c0;
}

.w3_footer_grid{
	padding-left: 0;
	text-align:left;

}

.w3_footer_grid h3{
	color:#FFF;
    font-size: 1.5em;
    margin-bottom: 2em;
    padding-bottom: .5em;
    position: relative;
    text-transform: uppercase;
}
.w3_footer_grid h3:after{
	content:'';
	background:#ff9b05;
	width:20%;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	font-size:16px;
}

.w3_footer_grid ul li {
    list-style-type: none;
    margin-bottom: 1em;
    color:#FFF;
    font-size: 14px;
}
.w3_footer_grid ul.address li i {
    color:#414141;
    border: 1px solid #e7f1fd;
    padding: .5em;
    margin-right: 1em;
	
}
.w3_footer_grid ul.address li span {
    display:block;
    margin-left: 3em;
}
.w3_footer_grid ul li a {
    color:#b3d5fc;
    text-decoration: none;
}
.w3_footer_grid ul li a:hover {
	color:#FFF;
}
.w3_footer_grid ul.info li a {
    padding-left: 3em;
    background: url(../images/img-sp.png) no-repeat -3px -7px;
}
.w3_footer_grid h4{
	margin:2em 0 1em;
	font-size:1.2em;
	color:#FFF;
}

.w3_footer_grid h4{
	margin:2em 0 1em;
	font-size:1.2em;
	color:#FFF;
}
/*-- social-buttons --*/
.agileits_social_button ul li{
	display:inline-block;
	margin: 0 !important;
}
.agileits_social_button ul li a.facebook{
	background: url(../images/img-sp.png) no-repeat -1px -130px #74b3fb;
    display: block;
    width: 35px;
    height: 35px;
}
.agileits_social_button ul li a.facebook:hover{
	background:url(../images/img-sp.png) no-repeat -1px -130px #f89e1f;
    display: block;
}
.agileits_social_button ul li a.twitter{
	background: url(../images/img-sp.png) no-repeat -41px -130px #74b3fb;
    display: block;
    width: 35px;
    height: 35px;
}
.agileits_social_button ul li a.twitter:hover{
	background: url(../images/img-sp.png) no-repeat -41px -130px #f89e1f;
    display: block;
}
.agileits_social_button ul li a.google{
	background: url(../images/img-sp.png) no-repeat -80px -130px #74b3fb;
    display: block;
    width: 35px;
    height: 35px;
}
.agileits_social_button ul li a.google:hover{
	background: url(../images/img-sp.png) no-repeat -80px -130px #f89e1f;
    display: block;
}
.agileits_social_button ul li a.pinterest{
	background:url(../images/img-sp.png) no-repeat -123px -130px #74b3fb;
    display: block;
    width: 35px;
    height: 35px;
}
.agileits_social_button ul li a.pinterest:hover{
	background:url(../images/img-sp.png) no-repeat -123px -130px #f89e1f;
    display: block;
}
.footer-copy1{
	position:relative;
	padding: 2em 0 0;
    border-bottom: 1px solid #F4F4F4;
}
.footer-copy-pos{
	position: absolute;
    right: 14%;
    bottom: -75%;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(254, 155, 5, 0.69);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    box-shadow: 0px 0px 15px rgba(255, 155, 5, 0.49);
}
.footer-copy p{
	text-align:center;
	color:#b3d5fc;
	line-height:1.8em;
	padding:10px;
}
.footer-copy p a{
	color:#ff9b05;
	text-decoration:none;
}
.footer-copy p a:hover{
	color:#FFF;
}


.product-agile{
	background-color:#f3f0f0;
	padding:20px;
}

#toTop {
    background:url(../images/arrow.png);
    border: medium none;
    bottom: 20px;
    display: none;
    height: 50px;
    overflow: hidden;
    position: fixed;
    right: 2%;
    text-decoration: none;
    text-indent: 100%;
    width: 50px;
    z-index: 999;
}

#toTopHover {
    display: block;
    float: right;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    width: 32px;
}


.navbar {
    border: 1px solid transparent;
    margin-bottom: -18px;
    min-height: 50px;
    position: relative;
}


/*---about us start****/

.breadcrumbs {
    background: #014d7f !important;
   
}

.breadcrumb1 li {
    color: #999;
    font-size: 1em;
}
.breadcrumb1 li a {
    color:#FFF;
    text-decoration: none;
}

.breadcrumb1 li a:hover {
    color:#f79e20;
    text-decoration: none;
}

.breadcrumb1 li span {
    color: #d8703f;
    left: 0;
    padding-right: 1em;
}

.agileits_about_left h3 {
    text-align: left;
}


.agileits_banner_bottom_grid_l h4 {
    color: #212121;
    font-size: 1.8em;
    line-height: 1.5em;
    text-transform: capitalize;
}

.agileits_banner_bottom_grid_l p {
    color: #999;
    line-height: 2em;
    margin: 1em 0 0;
}

.agileits_banner_bottom_grids{
	margin:10px 0px 0px 0px;
}
.agileits_banner_btm_grid_r{
	position:relative;
}
.agileits_banner_btm_grid_r_pos{
	position:absolute;
	top: -13%;
    right: -3%;
}

.products{ padding: 114px 0px 62px 0px; background-color:#f3f0f0 }


.w3layouts_work_grid_left{
	float:left;
	width:50%;
	position:relative;
}
.w3layouts_work_grid_left_pos{
	position: absolute;
    top: 18%;
    right: 0%;
    width: 60%;
}
.w3layouts_work_grid_right {
    float: right;
    padding: 3em 6em 3em 1em;
    text-align: left;
    width: 50%;
}
.w3layouts_work_grid_left_pos img {
      border: 10px solid #ffffff;
	  box-shadow: 0 0 15px rgba(98,98,98,0.32);
	  -webkit-box-shadow: 0 0 15px rgba(98,98,98,0.32);
}
.w3layouts_work_grid_right h4{
	font-size:1em;
       color: #00a4e4;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.w3layouts_work_grid_right h5{
	font-size:2em;
	color:#212121;
	line-height:1.4em;
	text-transform:capitalize;
}
.w3layouts_work_grid_right p{
	margin:2em 0 0;
	    color: #444;
	line-height:2.2em;
}
/*-- //work --*/
/*-- special --*/
#news {
    background: #f5f5f5;
}
.w3_content_agilleinfo_inner {
    padding: 5em 0;
}


/*--services--*/

.agile-prod {
	padding-bottom:45px;
}

.agile-prod1 h4 {
    text-transform: uppercase;
    color: #f79e20;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 28px;
    font-weight: 600;
}
.agile-prod1 p{
	font-size: 1em;
	line-height: 1.9em;
	color:#fff;
}
.agile-img {
    padding: 0;
}
.agile-img img{
   width: 100%;
}

.agile-prod1 {
    margin-top: 3em;
}
.agile-sub {
    background: #212121;
    padding: 66px;
}
.agile-sub ul {
    margin: 1em 0 0 0;
    padding: 0;
}
.agile-sub ul li {
    color: #fff;
    margin-bottom: .85em;
    display: block;
}
.agile-sub ul li a {
    color: #fff;
    font-size: 16px;
}
/*--//services--*/


/*---//New Gallery----*/

/** 
/* 08. =portfolio styles
/* =================================================================== */

#portfolio {
		border-bottom: 1px solid #15191d;
		padding-bottom:40px;
		
}

#portfolio .row.items {
	max-width: 1260px;
	margin-top: 24px;
}

.txt {
    margin-left: 3px;
	padding:10px 0px 16px 2px;
}

.txt i {
    color: #f19e1f;
	margin-bottom:6px;
}

.product-grid1 {margin-top:5em;}

/* media queries - portfolio */

@media only screen and (max-width:1300px) {
	#portfolio .row.items {
		width: 100%;
		padding: 0;
	}

	#portfolio .row.items .columns {
		padding: 0;
	}

}

/* portfolio content */
#portfolio-wrapper {
	margin-top: 36px;
}

#portfolio-wrapper:before,
#portfolio-wrapper:after {
	content: "";
	display: table;
}

#portfolio-wrapper:after {
	clear: both;
}

#portfolio-wrapper .bgrid {
	padding: 0;
}

.folio-item .item-wrap {
	overflow: hidden;
	position: relative;
	padding:5px;
}

.folio-item .item-wrap a {
	display: block;
	cursor: pointer;
	}

/* overlay */
.folio-item .item-wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.folio-item .item-wrap .link-icon {
	display: block;
	height: 30px;
	width: 30px;
	margin-left: -15px;
	margin-top: -15px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
}

.folio-item .item-wrap img {
	vertical-align: bottom;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.folio-item .portfolio-item-meta {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 20%;
	left: -100px;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.folio-item .portfolio-item-meta h5 {
	font: 14px/21px "raleway-bold", sans-serif;
	letter-spacing: 2px;
	color: white;
	margin: 0;
}

.folio-item .portfolio-item-meta p {
	font: 14px/18px "raleway-semibold", sans-serif;
	color: #8A8A8A;
	margin: 0;
}

/* on hover */
.folio-item:hover .overlay,
.folio-item:hover .link-icon,
.folio-item:hover .portfolio-item-meta {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

.folio-item:hover .portfolio-item-meta {
	left: 0;
}

.folio-item:hover .item-wrap img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* media queries - .portfolio-item-meta */

@media only screen and (max-width:500px) {
	.folio-item .portfolio-item-meta {
		top: 16%;
	}

	.folio-item .portfolio-item-meta h5 {
		font: 13px/21px "raleway-bold", sans-serif;
		letter-spacing: 1px;
	}

	.folio-item .portfolio-item-meta p {
		font: 13px/18px "raleway-semibold", sans-serif;
	}

}

@media only screen and (max-width:400px) {
	.folio-item .portfolio-item-meta {
		top: 12%;
	}

	.folio-item .portfolio-item-meta h5 {
		font: 11px/18px "raleway-bold", sans-serif;
		letter-spacing: 1px;
	}

	.folio-item .portfolio-item-meta p {
		font: 11px/16px "raleway-semibold", sans-serif;
	}

}

/* Popup Modal 
/* ------------------------------------------------------------------ */
.popup-modal {
	max-width: 550px;
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;  	
}

.popup-modal .media {
	position: relative;
}

.popup-modal img {
	vertical-align: bottom;
}

/* description */
.popup-modal .description-box {
	padding: 6px 36px 30px;
}

.popup-modal .description-box h4 {
	font: 15px/24px "raleway-heavy", sans-serif;
	color: #000000;
}

.popup-modal .description-box p {
	font: 14px/24px "merriweather-regular", serif;
	color: #A1A1A1;
	margin-bottom: 12px;
}

/* categories */
.popup-modal .categories {
	font: 11px/18px "raleway-heavy", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	text-align: left;
	color: rgba(0, 0, 0, 0.5);
}

/* link box */
.popup-modal .link-box {
	width: 100%;
	overflow: hidden;
	background: #000000;
}

.popup-modal .link-box a {
	font: 12px/60px "raleway-heavy", sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
	display: block;
	text-align: center;
	float: left;
	width: 100%;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.popup-modal .link-box a:first-child {
	border-right: 1px solid rgba(200, 200, 200, 0.1);
}

.popup-modal .link-box a:hover {
	background: #fdc501;
	color: #000000;
	border: none;
}

/* media queries - popup-modal */

@media only screen and (max-width:600px) {
	.popup-modal {
		width: auto;
		margin: 0 20px;
	}

}

/* transition effect for modal popup
/* ------------------------------------------------------------------ */

/* overlay at start */
.mfp-fade.mfp-bg {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	zoom: 1;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

 .popup-modal .description-box h4 {
    color: #000000;
    font: 15px/24px "raleway-heavy",sans-serif;
}

.popup-modal .description-box p {
    color: #a1a1a1;
    font: 14px/24px "merriweather-regular",serif;
    margin-bottom: 12px;
}


.social-icon {
    margin-top: 1.8em;
}
.social-icon a i {
    width: 32px;
    height: 32px;
    background:#F19E1F url(../images/img-sprite.png) no-repeat 0px 0px;
    display: inline-block;
	margin:0 0.2em;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	    border-radius: 16px;
}
.social-icon i.icon:hover {
  background: #AF1D0D   url(../images/img-sprite.png) no-repeat 0px 0px;
      border-radius: 0px;
	      transform: rotate(25deg);
}
.social-icon i.icon {
    background-position: 0px 0px;
}
.social-icon i.icon1 {
    background-position: -32px 0px;
}
.social-icon i.icon1:hover {
  background: #AF1D0D   url(../images/img-sprite.png) no-repeat -32px 0px;
      border-radius: 0px;
	      transform: rotate(25deg);
}
.social-icon i.icon2 {
    background-position: -64px 0px;
}
.social-icon i.icon2:hover {
  background: #AF1D0D   url(../images/img-sprite.png) no-repeat -64px 0px;
      border-radius: 0px;
	      transform: rotate(25deg);
}
.social-icon i.icon3 {
    background-position: -96px 0px;
}
.social-icon i.icon3:hover {
  background: #AF1D0D   url(../images/img-sprite.png) no-repeat -96px 0px;
      border-radius: 0px;
	      transform: rotate(25deg);
}


.categories h3 {
    background: #f19e1f none repeat scroll 0 0;
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 0.5em;
    padding: 0.2em;
    text-align: center;
}

h4.tittle {
   color: #1565c0;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.left-tab > li.active > a, .left-tab > li.active > a:hover, .left-tab > li.active > a:focus {
    background-color: #af1d0d;
    border: none !important;
    color: #fff;
}

.left-tab > li > a {
    background: #f19e1f;
    border: none !important;
    border-radius: 0;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.42857;
    margin-right: 2px;
    padding: 0.5em 1em;
}


.products-tittle{
	padding-top:px;
	
	}


h3.products-tittle {
    color: #1565c0;
    font-size: 29px;
    text-align: center;
	
}

h3.tittle1 {
    color: #1565c0;
    font-size: 3em;
    text-align: center;
}

.single-grid1 h4 {
    color: #222;
    font-size: 21px;
    margin-bottom: 0.5em;
}


.mail-grid a {
    color: #1b242f;
    text-decoration: none;
	border:none;
	outline:none;
	}

.mail-grid a:hover {
    color: #1565c0;
    text-decoration: none;
}

/**responsive**/
@media(max-width:1440px){
	
}
@media(max-width:1366px){
.accessories-w3l {
    min-height: 482px;
    padding: 7em 0;
}
.ribben1 {
    top: 12%;	
}
.main-agileits {
    width: 31%;
}
}
@media(max-width:1280px){
.ribben2 {
    top: 15%;	
}
.main-agileits {
    width: 33%;
}
.cd-search {
    top: 17%;
}
}
@media(max-width:1080px){
.ban-text2 {
    width: 20%;
}
.ban-text2 h4 {
    font-size: 1.3em;	
}
.ban-text h4,.ban-text1 h4 {
    font-size: 1.8em;
}
.dropdown-menu.columns-3 {
    left: -205%;
}
.ribben2 {
    top: 14%;
    width: 48%;
}
.ribben1:after,.ribben:after {
    right: 73%;
}
.ribben1 {
    top: 11%;
}
.ribben {
    left: -8%;
}
.women h6 {
    font-size: 1.3em;
}
.ban-text1 {
    left: 21%;
}
.accessories-w3l {
    min-height: 382px;
    padding: 6em 0;
}
.accessories-w3l span {
    font-size: 4em;
}
.latest-text2 {
    left: 73%;
    width: 21%;
}
.latest-text {
    height: 175px;
}
.ribben2:after {
    top: 85%;
}
.best2 a {
    font-size: 1.37em;
}
.description p,.descr p,.women p {
    font-size: 0.965em;
}
.single-grid1 h3 {
    font-size: 2em;
}
.main-agileits {
    width: 39%;
}
.video iframe {
    height: 345px;
}
}
@media (max-width: 1024px){
	
	.logo-nav-left1 {
    float:right ;
    margin-left: 2em;
}

.navbar-nav > li > a {
    padding: 29px 15px 0;
}
	
.dropdown-menu.columns-3 {
    left: -240%;
}
.ribben {
    left: -4%;
}
.cd-search {
    top: 23%;
}
.ban-img {
    margin-top: 1.8em;
}
.ribben1 {
    top: 10%;
}
.main-agileits {
    width: 41%;
}
.cd-header-buttons {
    right: 20%;
}

.agile-sub {
    padding: 39.6px;
}



}

@media (max-width: 980px){
	
		.products {
    background-color: #f3f0f0;
    padding: 0 0 62px;
}

.agileits_banner_bottom_grids {
    margin: 1em 0 0;
}

.agileits_banner_bottom_grid_r {
    margin-top: 6em;
}

.agileits_banner_btm_grid_r_pos img {
    width: 96%;
}
	
		.logo-nav-left h1 a span {
    letter-spacing: 0.5px;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    text-align: right;
}

.logo-nav-left1 {
    width: 58% !important;
	float: right!important;
}

.navbar-nav {
    margin: 23px 0 !important;
    text-align: center;
	float:none !important;
}


.dropdown-menu.columns-3 {
    min-width: 543px;
    padding: 16px !important;
}

.nav > li > a {
    padding: 4px !important;
}

.captn h4 {
    color: #fff;
    font-size: 21px !important;
    font-weight: 600;
    padding: 10px 0 0 5px !important;
}

.btm-right1 .captn1 {
    background-color: rgba(247, 158, 32, 0.54);
    bottom: -84%;
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.new-arrivals-w3agile {
    text-align:left;
}
.product-left ul li a {
    color: #555;
    font-size: 21px;
}

.product-left ul {
    margin-bottom: 4%;
    margin-top: 4%;
    padding: 0;
}
	
.w3_footer_grid {
    float: left;
    padding-left: 1em;
    width: 50%;
}

.w3_footer_grid ul.address li span {
    display: inline;
    margin-left: 0em;
	float: left;
    margin-left: 43px;
}

.logo-nav-left i {
    color: #0d59af;
    display: block;
    font-size: 16px;
    letter-spacing: 11px;
    line-height: 0;
    padding: 5px 0 0 70px;
    text-transform: uppercase;
}

.logo-nav-left h1 a span {
    letter-spacing: 0px !important;
}

.product-agileinfo-grid {
    float: left;
    width: 80%;
}

.logo-nav-left1 {
    float: right !important;
    width: 58% !important;
}

}



@media(max-width:991px){
	
.logo-nav-left h1 a {
    font-size: 1.1em;
}
.logo-nav-left h1 a span {
    letter-spacing: 9px;
}
.logo-nav-left1 ul li a {
    font-size: 12px;
}
.dropdown-menu.columns-3 {
    left: -355%;
}
.top-right ul li a {
    font-size: 0.95em;
}
.nav > li > a {
    padding: 10px 10px;
}
.logo-nav-left1 {
    float: left;
    margin-left: 1em;
}
.cd-header-buttons {
    top: 66px;
    right: 25%;
}
.cd-search {
    top: 18%;
}
.ban-bottom {
    float: left;
    width: 50%;	
}
.ban-bottom3 {
    float: left;
    width: 50%;
}
.ban-img {
    margin-top: 1.5em;
}
.ban-text1 {
    left: 9%;
}
.ban-text2 {
    width: 26%;
}
.ban-text h4, .ban-text1 h4 {
    font-size: 1.5em;
}
.ban-bottom-w3l,.new-arrivals-w3agile,.product-agile,.latest-w3,.footer-w3l,.products-agileinfo,.typo-w3,.mail-w3ls,.single-wl3 {
    padding: 4em 0;
}
.arrival-grid {
    float: left;
    width: 25%;
}
.ribben1 p,.ribben p,.ribben2 p {
    font-size: 0.95em;
}
.ribben2 {
    top: 14%;
    width: 60%;
}
.ribben {
    left: -5%;
}
.ribben2:after {
    top: 84%;
}
.ribben1:after {
    right: 67%;
    top: 82%;
}
.ribben:after {
    right: 65%;
    top: 82%;
}
.accessories-w3l {
    min-height: 370px;
    padding: 5em 0;
}
.accessories-w3l span {
    font-size: 3.5em;
}
h2.tittle {
    font-size: 2.8em;
}
.cap-left {
    float: left;
    width: 25%;
}
.latest-grid {
    float: left;
    width: 33.3%;
}
.latest-text2 {
    left: 68%;
    width: 29%;
}
.latest-text h4,.footer-grid h4,.descr h4,.single-grid h4 {
    font-size: 1.8em;
}
.latest-text {
    height: 136px;
}
h3.tittle1,h3.tittle {
    font-size: 25px;
}
.footer-grid {
    float: left;
    width: 25%;
	padding: 0 3px;
}
.product-agileinfo-grid {
    float: left;
    width: 35%;
}
.product-agileinfon-grid1 {
    float: left;
    width: 65%;
	    padding: 0;
}
.product-agileinfon-top-left {
    float: left;
    width: 50%;
}
.showing {
    margin: 0 1em;
}
.categories h3 {
    font-size: 2.2em;
}
.categories label {
    font-size: 1.3em;
}
.price h3, .top-rates h3, .brand-w3l h3 {
    font-size: 1.8em;
}
.product-tab-grid {
    float: left;
    width: 33.3%;
    padding: 0 9px;
}
.product-tab1-grid {
    float: left;
    width: 40%;
}
.product-tab1-grid1 {
    float: left;
    width: 60%;
}
.mail-grid {
    float: left;
    width: 33.3%;
}
.mail-bottom input[type="email"] {
    margin: 0 4px;
}
.map-w3 iframe {
    height: 300px;
}
.main-agileits {
    width: 42%;
}
.product-grid {
    float: left;
    width: 40%;
}
.product-grid1 {
    float: left;
    width: 100%;
}
.single-grid1 {
    margin-top: 2em;
}
.video iframe {
    height: 232px;
}
.new-grid1{
    float: left;
    width: 40%;
}
.new-grid {
    float: left;
    width: 60%;
}
.modal-dialog {
    width: 669px;
}
.color-quality-right {
    float: left;
    margin-left: 1.5em;
}
.new-grid span {
    font-size: 0.96em;
}
.new-grid h5 {
    font-size: 1.5em;
}
ul.multi-column-dropdown h6 {
    margin: 0 0 .5em;
}
.total-item, .cart-items {
    margin-top: 0em;
    padding: 4em 0;
}
.row-grid:nth-child(2) {
    margin-top: 1em;
}



.logo-nav-left1 {
    width: 63% !important;
	float: right;
}


.logo-nav-left {
    float: left;
    width: 26%;
}
}
@media(max-width:800px){
	
	.product-agileinfo-grid {
    float: left;
    width: 80%;
}
	
		.products {
    background-color: #f3f0f0;
    padding: 0 0 62px;
}

.agileits_banner_bottom_grids {
    margin: 1em 0 0;
}

.agileits_banner_bottom_grid_r {
    margin-top: 6em;
}

.agileits_banner_btm_grid_r_pos img {
    width: 96%;
}
	
		.logo-nav-left h1 a span {
    letter-spacing: 0.5px;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    text-align: right;
}

.logo-nav-left1 {
    width: 62% !important;
	float: right;
}


.logo-nav-left {
    float: left;
    width: 26%;
}

.navbar-nav {
    margin: 23px 0 !important;
    text-align: center;
}


.dropdown-menu.columns-3 {
    min-width: 543px;
    padding: 16px !important;
}

.nav > li > a {
    padding: 4px !important;
}

.captn h4 {
    color: #fff;
    font-size: 21px !important;
    font-weight: 600;
    padding: 10px 0 0 5px !important;
}

.btm-right1 .captn1 {
    background-color: rgba(247, 158, 32, 0.54);
    bottom: -84%;
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
}



.new-arrivals-w3agile {
    text-align:left;
}
.product-left ul li a {
    color: #555;
    font-size: 21px;
}

.product-left ul {
    margin-bottom: 4%;
    margin-top: 4%;
    padding: 0;
}
	
.w3_footer_grid {
    float: left;
    padding-left: 1em;
    width: 50%;
}

.w3_footer_grid ul.address li span {
    display: inline;
    margin-left: 0em;
	float: left;
    margin-left: 43px;
}

.logo-nav-left i {
    color: #0d59af;
    display: block;
    font-size: 16px;
    letter-spacing: 11px;
    line-height: 0;
    padding: 5px 0 0 70px;
    text-transform: uppercase;
}
	
.cd-header-buttons {
    top: 66px;
    right: 20%;
}
.accessories-w3l {
    min-height: 320px;
    padding: 4em 0;
}
.dropdown-menu.columns-3 {
    left: -343%;
}
.dropdown-menu.columns-3 {
    min-width: 610px;
    padding: 30px 30px;
}
.main-agileits {
    width: 52%;
}	
}
@media(max-width:768px){
	
	.product-agileinfo-grid {
    float: left;
    width: 80%;
}
	
	.logo-nav-left h1 a span {
    letter-spacing: 0.5px;
}

	.products {
    background-color: #f3f0f0;
    padding: 0 0 62px;
}

.agileits_banner_bottom_grids {
    margin: 1em 0 0;
}

.agileits_banner_bottom_grid_r {
    margin-top: 6em;
}

.agileits_banner_btm_grid_r_pos img {
    width: 96%;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    text-align: right;
}

.logo-nav-left1 {
     width: 61% !important;
	float: right;
}

.navbar-nav {
    margin: 25px 0 !important;
    text-align: center;
}

.dropdown-menu.columns-3 {
    min-width: 543px;
    padding: 16px !important;
}

.nav > li > a {
    padding: 4px !important;
}

.captn h4 {
    color: #fff;
    font-size: 21px !important;
    font-weight: 600;
    padding: 10px 0 0 5px !important;
}

.btm-right1 .captn1 {
    background-color: rgba(247, 158, 32, 0.54);
    bottom: -84%;
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.new-arrivals-w3agile {
    text-align:left;
}
.product-left ul li a {
    color: #555;
    font-size: 21px;
}

.product-left ul {
    margin-bottom: 4%;
    margin-top: 4%;
    padding: 0;
}
	
.w3_footer_grid {
    float: left;
    padding-left: 1em;
    width: 50%;
}

.w3_footer_grid ul.address li span {
    display: inline;
    margin-left: 0em;
	float: left;
    margin-left: 43px;
}
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
	
.cd-search {
    top: 22%;
}
.main-agileits {
    width: 54%;
}

.logo-nav-left1 {
    width: 62% !important;
	float: right;
}


.logo-nav-left {
    float: left;
    width: 26%;
}

	
}
@media(max-width:736px){
.navbar-toggle {
    margin-left: 15px;
    float: none;
}
.logo-nav-left {
    margin-top: .7em;
}
.logo-nav-left h1 a span {
    letter-spacing: 7.5px;
}
.navbar-collapse {
    max-height: 678px;
}
.navbar-nav {
    margin:5.5px 0px;
    text-align: center;
}
.navbar-nav .open .dropdown-menu {
    background: #fff;
}
.cd-search {
    top: 36%;
}
.logo-nav-left1 {
    width: 48%;
    margin-top: .8em;
    margin-left: 0;
}
.dropdown-menu.columns-3 {
    min-width: 263px;
    padding: 30px 30px;
}
.multi-gd-img {
    float: left;
    width: 50%;
}
.navbar-default {
    background: none;
    border: none;
    text-align: center;
}
.ban-text2 {
    width: 28%;
}
h2.tittle {
    font-size: 2.5em;
}
h3.tittle1, h3.tittle {
    font-size: 2.5em;
}
.accessories-w3l span {
    font-size: 3em;
}
.caption,.arrivals-grids,.latest-grids,.product-w3agile,.product-agileinfo-grids,.mail-grids,.product-grids {
    margin-top: 3em;
}
.ribben2 {
    top: 14%;
    width: 64%;
}
.latest-text {
    height: 128px;
    bottom: -60%;
}
.product-agileinfo-grid {
    float: left!important;
    width: 50%;
}
.product-agileinfon-grid1 {
    float: left;
    width: 100%;
    margin-top: 2em;
}
.ribben:after {
    right: 67%;
    top: 82%;
}
.ribben {
    left: -2%;
}
.main-agileits {
    width: 57%;
}
.login {
    padding: 4em 0;
}
.modal-dialog {
    width: 700px;
}	
}
@media(max-width:667px){
.ban-text2 {
    width: 31%;
}
.ban-text {
    top: 55%;	
}
.new-arrivals-w3agile, .product-agile, .latest-w3, .footer-w3l, .products-agileinfo, .typo-w3, .mail-w3ls, .single-wl3 {
    padding: 3em 0;
}
.arrival-grid,.cap-left {
    float: left;
    width: 50%;
}
.ribben:after {
    right: 78%;
    top: 82%;
}
.ribben1:after {
    right: 77%;
}
.ribben2 {
    top: 14%;
    width: 38%;
}
.arrival-grid:nth-child(3),.arrival-grid:nth-child(4) {
    margin-top: 2em;
}
.cap-left:nth-child(3),.cap-left:nth-child(4) {
    margin-top: 2em;
}
a.button1 {
    font-size: 0.95em;
    padding: 0.5em 1em;
}
.accessories-w3l {
    background: url(../images/ban1.jpg) no-repeat -200px 0px;
    background-size: cover;
	min-height: 295px;
}
.latest-grid {
    padding: 0 6px;
}
.latest-text2 {
    left: 63%;
    width: 30%;
}
.latest-text h4, .footer-grid h4, .descr h4, .single-grid h4 {
    font-size: 1.5em;
}
.footer-grid {
    float: left;
    width: 100%;
}
.footer-grid:nth-child(2) {
    margin: 2em 0;
}
.footer-grid:nth-child(4) {
    margin-top: 2em ;
}
.banner1 {
    min-height: 125px;
    padding: 3em 0 0;
}
.product-tab-grid {
    float: left;
    width: 50%;
}
.product-tab-grid:nth-child(3) {
    margin-top: 2em;
}
.mail-grid h5 {
    font-size: 1.5em;
}
.cd-search {
    top: 45%;
}
.main-agileits {
    width: 63%;
}
.modal-dialog {
    width: 625px;
}
.color-quality-right {
    float: left;
    margin-left: 0.5em;
}
}

@media (max-width:640px){
	
	.product-agileinfo-grid {
    float: left;
    width: 80%;
}
	
	.w3layouts_work_grid_right {
    float: right;
    padding: 3em 6em 3em 1em;
    text-align: left;
    width: 100%;
}

.w3layouts_work_grid_left {
    float: left;
    position: relative;
    width: 100%;
}	
	
	.products {
    background-color: #f3f0f0;
    padding: 0 0 62px;
}

.agileits_banner_bottom_grids {
    margin: 1em 0 0;
}

.agileits_banner_bottom_grid_r {
    margin-top: 6em;
}

.agileits_banner_btm_grid_r_pos img {
    width: 95%;
}	
	
.logo-nav-left h1 a span {
    letter-spacing: 0.5px;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    text-align: right;
}

.logo-nav-left1 {
    margin-top: -4.7em !important;
    width: 100%!important;
}

.navbar-nav {
    margin: 30px 0 !important;
    text-align: center;
}


.dropdown-menu.columns-3 {
    min-width: 263px;
    padding: 1px !important;
}

.nav > li > a {
    padding: 4px !important;
}

.captn h4 {
    color: #fff;
    font-size: 21px !important;
    font-weight: 600;
    padding: 10px 0 0 5px !important;
}

.btm-right1 .captn1 {
    background-color: rgba(247, 158, 32, 0.54);
    bottom: -84%;
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.product-left ul li i {
    padding-right:2px;
    top: 3px;
}

.product-left ul li a {
    color: #555;
    font-size: 16px;
}

.product-left ul {
    margin-bottom: 10px;
    margin-top: 9%;
    padding: 0;
}

.logo-nav-left i {
    color: #0d59af;
    display: block;
    font-size: 18px;
    letter-spacing: 10px;
    line-height: 0;
    padding: 5px 0 0 70px;
    text-transform: uppercase;
}


.w3_footer_grid {
    float: left;
    padding-left: 1em;
    width: 50%;
}

.w3_footer_grid ul.address li span {
    display: inline;
    margin-left: 0em;
	float: left;
    margin-left: 43px;
}

.new-arrivals-w3agile {
    padding: 5em 0;
    text-align:left;
}

	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
}


@media(max-width:600px){
.cd-header-buttons {
    top: 55px;
    right: 25%;
}
.logo-nav-left1 {
    width: 45%;
	margin-top: 0;
}
.logo-nav-left {
    margin-top: 0;
}
.header-right2 {
    margin-top: .5em;
}
.cd-search {
    top: 35%;
}
.ban-text2 {
    width: 35%;
}
.ban-text h4, .ban-text1 h4 {
    font-size: 1.2em;
}
.ban-img {
    margin-top: 1em;
}
.ribben2 {
    top: 14%;
    width: 57%;
}
.ribben2:after {
    right: 88%;
}
.latest-text2 {
    left: 55%;
    width: 35%;
}
.ribben1 {
    width: 36%;
}
.ribben {
    width: 37%;
}
.latest-text {
    height: 105px;
}
.copy-left {
    float: none;
    margin-top: 0.6em;
    text-align: center;
}
.copy-right {
    float: none;
    margin-top: 1em;
	 text-align: center;
}
.main-agileits {
    width: 70%;
}
p.price {
    font-size: 1.5em;
}
.modal-dialog {
    width: 565px;
}
.single-left {
    float: left;
    width: 60%;
    margin-right: 0%;
}
.single-right {
    width: 100%;
}
.product-grid {
    width: 100%;
}
.product-grid1 {
    width: 100%;
	margin-top:2em;
}
.nav-tabs {
    margin-bottom: 1em;
}
p.quote {
    margin: 1em 0em;
}
.mail-bottom input[type="email"] {
    margin: 0 3px;
}
}
@media(max-width:568px){
.logo-nav-left1 {
    width: 42%;
    margin-top: 0.3em;
}
.cd-search input{
	font-size: 1.2em;
    padding: 0.5em;	
}
.cd-search {
    top: 51%;
}
.ban-text2 {
    width: 38%;
}
.ban-text1 {
    left: 6%;
}
.latest-grid {
    float: left;
    width: 100%;
}
.latest-grid:nth-child(2) {
	margin:2em 0;
}
.latest-text {
    height: 256px;
}
.latest-text2 {
    left: 80%;
    width: 12%;
}
.banner1 {
    min-height: 107px;
    padding: 3em 0 0;
}
.accessories-w3l span {
    font-size: 2.5em;
}
.main-agileits {
    width: 74%;
}
.logo-nav-left h1 a {
    font-size: 1em;
}
.heder-bottom {
    padding: 1em 0 0.8em;	
}
.total-item, .cart-items {
    margin-top: 0em;
    padding: 3em 0;
}
.modal-dialog {
    width: 532px;
}
}
@media(max-width:480px){
	
.w3layouts_work_grid_right {
    float: right;
    padding: 3em 6em 3em 1em;
    text-align: left;
    width: 100%;
}

.w3layouts_work_grid_left {
    float: left;
    position: relative;
    width: 100%;
}	
	
	.products {
    background-color: #f3f0f0;
    padding: 0 0 62px;
}

.agileits_banner_bottom_grids {
    margin: 1em 0 0;
}

.agileits_banner_bottom_grid_r {
    margin-top: 6em;
}

.agileits_banner_btm_grid_r_pos img {
    width: 96%;
}
		
	
.logo-nav-left h1 a span {
    letter-spacing: 0.5px;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    text-align: right;
}

.logo-nav-left1 {
    margin-top: -4.7em !important;
    width: 100%!important;
}

.navbar-nav {
    margin: 30px 0 !important;
    text-align: center;
}


.dropdown-menu.columns-3 {
    min-width: 263px;
    padding: 1px !important;
}

.nav > li > a {
    padding: 4px !important;
}

.captn h4 {
    color: #fff;
    font-size: 21px !important;
    font-weight: 600;
    padding: 10px 0 0 5px !important;
}

.product-left ul li i {
    padding-right:2px;
    top: 3px;
}

.product-left ul li a {
    color: #555;
    font-size: 16px;
}

.product-left ul {
    margin-bottom: 10px;
    margin-top: 9%;
    padding: 0;
}

.logo-nav-left i {
    color: #0d59af;
    display: block;
    font-size: 18px;
    letter-spacing: 10px;
    line-height: 0;
    padding: 5px 0 0 70px;
    text-transform: uppercase;
}

.w3_footer_grid {
    float: left;
    padding-left: 1em;
    width: 100%;
}

.new-arrivals-w3agile {
    text-align:left;
}
	
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	
.logo-nav-left1 {
    width: 31%;
    margin-top: 0.3em;
}
.cd-header-buttons {
    top: 63px;
    right: 26%;
}
.ban-bottom {
    width: 100%;
}
.ban-text2 {
    width: 22%;
}
.ban-bottom3 {
    width: 100%;
	margin-top:2em;
}
.latest-text2 {
    left: 78%;
    width: 14%;
}
.latest-text {
    height: 210px;
}
.accessories-w3l {
    background: url(../images/ban1.jpg) no-repeat -200px 0px;
    background-size: cover;
    min-height: 265px;
}
.ribben2:after {
    right: 85%;
}
.ribben1:after {
    right: 76%;
}
.product-agileinfo-grid {
    float: left;
    width: 70%;
}
.ribben {
    width: 35%;
}
.ribben:after {
    right: 76%;
}
.top-right ul li {
    padding: 0em .5em;
}
.top-right ul li {
    padding: 0em .5em;
}
.cd-search {
    top: 21%;
}
.new-arrivals-w3agile, .product-agile, .latest-w3, .footer-w3l, .products-agileinfo, .typo-w3, .mail-w3ls, .single-wl3 {
    padding: 2em 0;
}
.caption,.arrivals-grids,.latest-grids,.product-w3agile,.product-agileinfo-grids,.mail-grids,.product-grids {
    margin-top: 2em;
}
h2.tittle {
    font-size: 2.3em;
}
h3.tittle1, h3.tittle {
    font-size: 2.3em;
}
.map-w3 iframe {
    height: 210px;
}
.mail-bottom input[type="text"], .mail-bottom input[type="email"] {
    width: 100%;		
}
.mail-bottom input[type="email"] {
    margin: 12px 0;
}
.mail-bottom input[type="submit"], .mail-bottom input[type="reset"] {
    width: 20%;
}
.mail-grids {
    margin-top: 2em;
}
.main-agileits {
    width: 88%;
	padding: 2em;
}
.form-w3agile h3 {
    font-size: 2em;
    margin-bottom: 1em;
}
.new-grid1 {
    width: 100%;
}
.new-grid {
    width: 100%;
	margin-top:2em;
}
.modal-dialog {
    width: 445px;
}
.mail-grid {
    float: left;
    width: 100%;
}
.mail-grid:nth-child(2) {
    margin: 2em 0;
}
.descr ul li {
    font-size: 0.9em;
}
.core-slider__carousel .core-slider_arrow__left {
    left: 19px !important;
}
.core-slider__carousel .core-slider_arrow__right {
    right: 19px !important;
}	
}


@media(max-width:414px){
	
		.w3layouts_work_grid_left {
    float: left;
    position: relative;
    width: 100%;
}
	
.w3layouts_work_grid_right {
    float: right;
    padding: 3em 6em 3em 1em;
    text-align: left;
    width: 100%;
}
	
	
		.products {
    background-color: #f3f0f0;
    padding: 0 0 62px;
}

.agileits_banner_bottom_grids {
    margin: 1em 0 0;
}

.agileits_banner_bottom_grid_r {
    margin-top: 6em;
}

.agileits_banner_btm_grid_r_pos img {
    width: 57%;
}
	

.logo-nav-left h1 a span {
    letter-spacing: 0.5px;
}

.logo-nav-left1 {
    margin-top: -4.7em !important;
    width: 100%!important;
}

.navbar-nav {
    margin: 70px 0 !important;
    text-align: center;
}

.w3_footer_grid {
    float: left;
    padding-left: 1em;
    width: 100%;
}

.dropdown-menu.columns-3 {
    min-width: 263px;
    padding: 1px !important;
}

.nav > li > a {
    padding: 4px !important;
}

.captn h4 {
    color: #fff;
    font-size: 21px !important;
    font-weight: 600;
    padding: 10px 0 0 5px !important;
}

.product-left ul li i {
    padding-right:2px;
    top: 3px;
}

.product-left ul li a {
    color: #555;
    font-size: 13px;
}

.product-left ul {
    margin-bottom: 10px;
    margin-top: 9%;
    padding: 0;
}

.logo-nav-left i {
    color: #0d59af;
    display: block;
    font-size: 18px;
    letter-spacing: 10px;
    line-height: 0;
    padding: 5px 0 0 70px;
    text-transform: uppercase;
}

.w3_footer_grid {
    text-align: left;
	padding-bottom:10px;
}
	
.top-left {
    float: none;
    text-align:left;
	 margin: 4px 0;
}

.new-arrivals-w3agile {
    text-align:left;
}

.top-left  a{
    color: #fff;
	font-size: 1em;
    text-transform: capitalize;
	text-decoration: none;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	display:inline-block
}	

.header-top {
    background: #014d7f none repeat scroll 0 0;
    padding: 2px 0;
	display:inline-block;
	
}
	
.ban-text2 {
    width: 26%;
}
.top-left {
    float: none;
    text-align:left;
}
.top-right {
    float: none;
    text-align: center;
    margin-top: 0.5em;
}
.ribben2 {
    top: 14%;
    width: 65%;
}
.logo-nav-left1 {
    width: 20%;
    margin-top: 0.3em;
}
.cd-header-buttons {
    top: 80px;
    right: 28%;
}
.ribben1 {
    width: 45%;
}
.ribben {
    width: 42%;
}
.latest-text2 {
    left: 78%;
    width: 17%;
}
.modal-dialog {
    width: 378px;
}
.main-agileits {
    width: 88%;
    padding: 1em;
}
.single-left {
    width: 100%;
}
.description p, .descr p, .women p {
    font-size: 0.95em;
}
.accessories-w3l {
    background: url(../images/ban1.jpg) no-repeat -200px 0px;
    background-size: cover;
    min-height: 205px;
    padding: 2em 0;
}
.product-tab1-grid {
    float: left;
    width: 100%;
}
.product-tab1-grid1 {
    float: left;
    width: 100%;
}
}


@media(max-width:384px){
	
		.w3layouts_work_grid_left {
    float: left;
    position: relative;
    width: 100%;
}
	
.w3layouts_work_grid_left {
    float: left;
    position: relative;
    width: 100%;
}
	
	
		.products {
    background-color: #f3f0f0;
    padding: 0 0 62px;
}

.agileits_banner_bottom_grids {
    margin: 1em 0 0;
}

.agileits_banner_bottom_grid_r {
    margin-top: 6em;
}

.agileits_banner_btm_grid_r_pos img {
    width: 57%;
}
	
	
	.navbar-header.nav_2 {
		float: right;
	}
	.navbar-toggle {
		margin-right: 0px;	
	}
	.logo-nav-left1 {
		width: 51%;
		margin-top: 0.3em;
	}
	.cd-header-buttons {
		top: 148px;
		right: 85%;
	}
	.cd-search {
		top: 33%;
	}
	.ban-bottom-w3l, .new-arrivals-w3agile, .product-agile, .latest-w3, .footer-w3l, .products-agileinfo, .typo-w3, .mail-w3ls, .single-wl3 {
		padding: 2em 0;
	}
	.ban-text2 {
		width: 28%;
	}
	.accessories-w3l span {
		font-size: 2em;
	}
	.arrival-grid, .cap-left {
		float: left;
		width: 100%;
	}
	.arrival-grid:nth-child(2) {
		margin-top: 2em;
	}
	.ribben1 {
		width: 24%;
	}
	.ribben {
		width: 23%;
	}
	.ribben2 {
		top: 14%;
		width: 40%;
	}
	.latest-text2 {
		left: 78%;
		width: 19%;
	}
	.latest-text {
		height: 177px;
	}
	h2.tittle {
		font-size: 2em;
	}
	.categories label {
		font-size: 1.2em;
	}
	.product-agileinfo-grid {
		width: 100%;
	}
	.top-rates {
		padding-top: 2.5em;
	}
	.categories h3 {
		font-size: 2em;
	}
	.price h3, .top-rates h3, .brand-w3l h3 {
		font-size: 1.7em;
	}
	.brand-w3l ul li a {
		font-size: 1em;
	}
	h3.tittle1, h3.tittle {
		font-size: 2em;
	}
	.product-agileinfon-top-left {
		width: 100%;
	}
	.product-tab-grid:nth-child(2) {
		margin-top: 2em;
	}
	.product-agileinfon-top-left:nth-child(2) {
		margin-top: 2em;
	}
	.product-tab-grid {
		width: 100%;
	}
	.ban-bottom3 {
		margin-top: 1em;
	}
	.my-cart-b {
		font-size: 0.9em;
	}
	.key input[type="text"], .key input[type="password"] {
		width: 84%;
	}
	.left-tab > li > a {
		font-size: 1em;
	}
	.modal-dialog {
		width: 347px;
	}
	.new-grid h5 {
		font-size: 1.4em;
	}
	.heder-bottom {
		padding: 0.3em 0 0.8em;
	}
	}
	@media(max-width:375px){
	.logo-nav-left1 {
		width: 50%;
		margin-top: 0.3em;
	}
	.accessories-w3l {
		background: url(../images/ban1.jpg) no-repeat -130px 0px;
		background-size: cover;
		min-height: 183px;
		padding: 2em 0;
	}
	.modal-dialog {
		width: 338px;
	}
	.new-grid h6 {
		font-size: 1em;	
	}

}
@media(max-width:375px){
	.cd-header-buttons {
		top: 132px;
		right: 85%;
	}
}

@media(max-width:320px){
	
	
	.column, .columns, .bgrid {
    float: left;
    min-height: 1px;
    position: relative;
}
	
	#portfolio .row.items {
    padding: 0;
    width: 100%;
}
	.w3layouts_work_grid_left {
    float: left;
    position: relative;
    width: 100%;
}
	
.w3layouts_work_grid_left {
    float: left;
    position: relative;
    width: 100%;
}
	
	.products {
    background-color: #f3f0f0;
    padding: 0 0 62px;
}

.agileits_banner_bottom_grids {
    margin: 1em 0 0;
}

.agileits_banner_bottom_grid_r {
    margin-top: 6em;
}

.agileits_banner_btm_grid_r_pos img {
    width: 57%;
}
	
.logo-nav-left h1 a span {
    letter-spacing: 0.5px;
}

.logo-nav-left1 {
    margin-top: -4.7em !important;
    width: 92%!important;
}

.navbar-nav {
    margin: 19.5px 0 !important;
    text-align: center;
}

.dropdown-menu.columns-3 {
    min-width: 263px;
    padding: 1px !important;
}

.nav > li > a {
    padding: 4px !important;
}

.captn h4 {
    color: #fff;
    font-size: 21px !important;
    font-weight: 600;
    padding: 10px 0 0 5px !important;
}

.product-left ul li i {
    padding-right:0!important ;
    top: 3px;
}

.product-left ul {
    margin-bottom: 15px;
    margin-top: 9%;
    padding: 0;
}

.w3_footer_grid {
    float: left;
    padding-left: 1em;
    width: 98%;
}	
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}

	
.logo-nav-left1 {
    float: left;
    margin-left: 2em;
}

.top-left  a{
    color: #fff;
	font-size: 1em;
    text-transform: capitalize;
	text-decoration: none;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	display:inline-block
}

.header-top {
    background: #014d7f none repeat scroll 0 0;
    padding: 4px 0;
}


.navbar-brand {
    font-size: 0.8em;
    letter-spacing: 2px;
    line-height: 30px;
    text-transform: uppercase;
}

.logo-nav-left span {
    color: #014d7f;
    display: inline-block;
    font-size: 27px;
    padding: 0 70px;
    vertical-align: middle;
	margin-top:10px;
}

.logo-nav-left i {
    color: #0d59af;
    display: block;
    font-size: 10px;
    letter-spacing: 11px;
    line-height: 0;
    padding: 5px 0 0 70px;
    text-transform: uppercase;
	font-weight:600;
}

	
.ban-bottom,.ban-bottom3,.latest-grid,.single-grid1,.new-grid {
    padding: 0;
}
.ban-text2 {
    width: 31%;
}
.ribben1 {
    width: 28%;
}
.ribben {
    width: 29%;
}
.ribben2 {
    top: 14%;
    width: 45%;
}
.accessories-w3l span {
    font-size: 1.8em;
}
.logo-nav-left1 {
    width: 39%;
    margin-top: 0.3em;
}
.price h3, .top-rates h3, .brand-w3l h3 {
    font-size: 1.5em;
}
.ui-widget-content {
    margin: 2em auto 2em !important;
}
.main-agileits {
    width: 97%;
    padding: 1em;
}
.modal-dialog {
    width: 284px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    margin-top: 4em;
}
.cd-search {
    top: 37%;
}
.cd-header-buttons {
    top: 132px;
    right: 85%;
}

.relatedproduts-w3agile h3 {
    color: #1565c0;
    font-size: 26px;
    line-height: 0;
    padding-top: 28px;
    text-align: center;
}

.logo-nav-left span {
    color: #014d7f;
    display: inline-block;
    font-size: 27px;
    margin-top: 10px;
    padding: 0;
    vertical-align: middle;
}
}