@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic%7cOpen+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Roboto:400,300,700,900|Raleway:400,600,800|Yellowtail);
* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #fff;
  color: #23232d;
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: 300;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #414141;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
  margin: 0px 0px 10px 0px;
  text-transform:capitalize;
}
h1 { font-size: 70px;}
h2 { font-size: 30px;}
h3 { font-size: 24px;}
h4 { font-size: 16px;}
h5 { font-size: 14px;}
h6 { font-size: 12px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: #23232d; }
p a { color: #0c1a47; }
p a:hover {
  color: #0c1a47;
  text-decoration:underline;
}
p {
  letter-spacing: normal;
  line-height: 20px;
  margin-bottom: 10px;
}
a {
  color: #0c1a47;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #0c1a47;
}
ul { margin-bottom: 0px; }
figure {
  margin-bottom: 6px;
  position: relative;
}
img {
  height: auto;
  max-width: 100%;
}
strong { color: #414141; }
iframe {
  border: none;
  float: left;
  width: 100%;
}
.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {}
.wp-caption.alignleft,
.wp-caption.alignnone { width: 100%; }
select {
  border: 1px solid #d2d2d2;
  color: #666;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  padding: 8px 12px;
  width: 100%;
}
label {
  color: #414141;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
.form-group label{font-size:13px;margin-bottom:5px;}
button { border: none;outline:none; }
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  color: #414141;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  height: 35px;
  line-height: 20px;
  outline: none;
  padding: 4px 6px;
  vertical-align: middle;
  background:#f5f5f5;
}
input:focus{box-shadow:none !important;}
form p {
  float: left;
  position: relative;
  width: 100%;
}
form p span i {
  color: #474747;
  left: 16px;
  position: absolute;
  top: 13px;
}
option { padding: 5px 15px; }
li {
  line-height: 28px;
  list-style: disc inside none;
}
ul ul { margin-left: 20px; }
ol {
  float: none;
  list-style: decimal;
  padding-left: 15px;
}
ol ol { margin-left: 20px; }
ol li {
  list-style: decimal;
  width: 100%;
}
table {
  background-color: transparent;
  max-width: 100%;
}
th { text-align: left; }
table {
  margin-bottom: 15px;
  width: 100%;
}
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: 1px solid #d2d2d2;
  border: 1px solid #d2d2d2;
  line-height: 2.5;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
}
table thead tr th {
  border-top: 1px solid #d2d2d2;
  text-align: center;
  text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td { border-top: 1px solid #d2d2d2; }
table > thead > tr > th {
  border-bottom: 2px solid #d2d2d2;
  vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td { border-bottom: 0; }
table > tbody + tbody { border-top: 2px solid #d2d2d2; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td { padding: 6px 10px; }
p ins { color: #999; }
dl dd { margin-left: 20px; }
address { font-style: italic; }
/* =============================================
                        Global Elements
============================================= */
.haslayout{
  width:100%;
  float:left;
}
.cart{ position:relative;}
.cart .dropdown-menu{
  display:block;
  visibility:hidden;
  opacity:0;
  top:300%;
  border:0;

  margin:0;
  padding:0;
  border-radius:0;
}
.open.cart > .dropdown-menu{
  visibility:visible;
  opacity:1;
  top:100%;
}
.dropdown-menu.cart-item{
  width:280px;
  background:#fff;
  border:1px solid #D3D3D3;
  padding:15px;
  border-radius: 3px;
  box-shadow: none;
}
.dropdown-menu.cart-item p{ margin:0;}
.dropdown-menu.cart-item strong.title{
  display:block;
  font-size:20px;
  line-height:24px;
  padding:0 0 0;
  font-weight: 300;
}
.dropdown-menu.cart-item .cart-list{
  list-style:none;
  overflow:hidden;
  margin-top: 15px;
}
.dropdown-menu.cart-item .cart-list li{
  overflow:hidden;
  padding:15px 0;
  border-bottom:1px solid;
}
.dropdown-menu.cart-item .cart-list li:first-child {
  padding-top:0;
}
.dropdown-menu.cart-item .cart-list li .product-img {
  float: left;
  height: auto;
  padding: 0 10px 0 0;
  width: 50px;
}
.dropdown-menu.cart-item .cart-list li .product-img img{
  display:block;
  width:100%;
  height:auto;
}
.dropdown-menu.cart-item .cart-list li .detail{
  float:left;
  font-size:15px;
  line-height:18px;
  font-weight:500;
  width:155px;
}
.dropdown-menu.cart-item .cart-list li .detail span{
  display: block;
  padding: 0 0 5px;
  color: #23232d;
}
.dropdown-menu.cart-item .cart-list li .detail span.quantity{font-size:14px;}
.dropdown-menu.cart-item .cart-list li .btn-delete-item{ float:right;}
.dropdown-menu.cart-item .btn-area{
  padding:15px 0 0;
  overflow:hidden;
}
.dropdown-menu.cart-item .btn-area .btn-theme{ float:right;}
.dropdown-menu.cart-item .btn-area .btn-theme:first-child{
  float:left;
  width:140px;
}
.dropdown-menu.cart-item .btn-area .btn-checkout{ float:right;}
.cart .theme-btn.btn-checkout,
.cart .theme-btn.btn-viewall{
  padding:1px 30px 0;
  width:auto;
  float:left;
  border:0;
  line-height:34px;
  height:34px;
  font-size:12px;
}
.modal-dialog.newsletter,
.modal-dialog.newsletter.size-table{
  width:750px;
  height:450px;
  position:relative;
  border-radius:0;
  box-shadow:none;
  margin:-225px auto 0;
  top:50%;
}
.modal-dialog.newsletter.size-table .modal-content,
.modal-dialog.newsletter.size-table{ height:auto;}
.modal-dialog.newsletter.product{
  width:230px;
  height:auto;
  padding:0;
  border:0;
  margin:-20% auto 0;
}
.newsletter .modal-content{
  height:450px;
  border-radius:0;
}
.modal-dialog.newsletter.product .modal-content{height:auto;}
.modal-dialog.newsletter img{
  position:absolute;
  left:-60px;
  top:0;
  float:left;
  z-index:1;
}
.newsletter .content-box{
  overflow:hidden;
  width:100%;
  position:relative;
  z-index:2;
  padding:35px 30px 0 250px;
}
.modal-dialog.newsletter.product .content-box{ padding:0;}
button.close:hover,
button.close:focus,
button.close{
  width:20px;
  height:20px;
  position:absolute;
  top:-24px;
  right:0;
  opacity:1;
  background:none;
  border-radius:0;
  text-shadow:none;
}
button.close span{
  font-size:9px;
  line-height:10px;
  display:block;
  text-align:center;
}
.modal-dialog.size-table .content-box{ padding:30px;}
.modal-dialog.size-table .content-box h2{
  margin:0 0 30px;
  font-weight:normal;
  text-align:center;
}
.table-responsive{ margin:0 -30px;}
.table-responsive .table{margin:0;}
.table-responsive .table thead{text-transform:uppercase;}
.table-responsive .table > caption + thead > tr:first-child > th,
.table-responsive .table > colgroup + thead > tr:first-child > th,
.table-responsive .table > thead:first-child > tr:first-child > th,
.table-responsive .table > caption + thead > tr:first-child > td,
.table-responsive .table > colgroup + thead > tr:first-child > td,
.table-responsive .table > thead:first-child > tr:first-child > td,
.table-responsive .table thead tr th,
.table-responsive .table thead tr{border:0;}
.table-responsive .table tbody tr td,
.table-responsive .table tbody tr{ border:0;}
.table-responsive .table tbody tr td:first-child{
  text-align:left;
  padding:6px 10px 6px 30px;
}
.my-account ul li{
  line-height:normal;
  overflow:hidden;
  padding:20px 0 0;
  list-style-type:none;
}
.my-account ul li:first-child{ padding:0;}
.my-account strong.title{
  display:block;
  padding:0 0 20px;
}
.my-account p{margin:0 0 20px;}
.theme-btn{
  width:168px;
  display:block;
  border:1px solid;
  text-align:center;
  border-radius:4px;
  margin:0 auto;
  text-transform:uppercase;
  font-weight:600;
  height: 40px;
  line-height: 38px;
  outline: none;
}
.small-theme-btn{
  width:130px;
  display:block;
  text-align:center;
  border-radius:4px;
  border:1px solid;
  margin:0 auto;
  text-transform:uppercase;
  font:800 12px/40px 'Raleway', Arial, Helvetica, sans-serif;
}
.social-icon{ text-align:center;}
.social-icon li{
  display:inline-block;
  vertical-align:top;
  padding:0 0 0 6px;
}
.social-icon li a{
  width:18px;
  height:18px;
  line-height:18px;
  overflow:hidden;
  border-radius:3px;
  display:block;
  text-align:center;
  transition: all ease .3s;
}
.social-icon li a i{
  display:block;
  text-align:center;
  font-size:12px;
  line-height:18px;
  color:#fff;
}
.social-icon li a:hover {
  background: #f5f5f5 !important;
}
.img-hover{
  left:0;
  top:1px;
  z-index:2;
  opacity:0;
  width:100%;
  height:100%;
  position:absolute;
  visibility:hidden;
  background:rgba(206, 46, 133, 0.75);
}
.img-hover .holder{
  position:relative;
  width:100%;
  height:100%;
  display:table;
}
.icon.glyph-icon{
  display:block;
  color:#fff;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}
.arrow-bottom-right,
.arrow-bottom-left,
.arrow-top-right,
.arrow-top-left,
.arrow-bottom,
.arrow-right,
.arrow-left,
.arrow-top{position:relative}
.arrow-bottom-right:after,
.arrow-bottom-left:after,
.arrow-top-right:after,
.arrow-top-left:after,
.arrow-top:after,
.arrow-right:after,
.arrow-bottom:after,
.arrow-left:after{
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  z-index:2;
}
.arrow-bottom:after,
.arrow-top:after{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.arrow-right:after,
.arrow-left:after{
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
.arrow-top:after{border-bottom: 20px solid #414141;}
.arrow-bottom:after{border-top: 20px solid #414141;}
.arrow-right:after{	border-left: 20px solid #414141;}
.arrow-left:after{border-right: 20px solid #414141;}
.arrow-top-right:after,
.arrow-top-left:after{border-top: 20px solid;}
.arrow-bottom-left:after,
.arrow-bottom-right:after{border-bottom: 20px solid;}
.arrow-bottom-right:after,
.arrow-top-left:after{border-right: 20px solid transparent;}
.arrow-bottom-left:after,
.arrow-top-right:after{border-left: 20px solid transparent;}
.nav-tag-holder{
  position:absolute;
  display:block;
  top:1px;
  left:15px;
}
.nav-tag {
  color: #fff;
  z-index: 2;
  font-size: 9px;
  line-height: 12px;
  padding: 2px 5px 2px;
  position: relative;
  background:#3d3d3d;
  text-transform:capitalize;
}
.nav-tag-holder .nav-tag{
  position:relative;
  display:block;
}
.nav-tag-holder .nav-tag:before {
  content:'';
  width: 0;
  height: 0;
  top:100%;
  left:0;
  position:absolute;
  border-top: 7px solid #3d3d3d;
  border-right: 6px solid transparent;
}
.btn-dropdown em,
.btn-dropdown span{
  display:inline-block;
  vertical-align:middle;
}
.btn-dropdown span{
  font-size:13px;
  padding:0 5px;
}
.dropdown ul.dropdown-menu{
  margin:0;
  padding:0;
  list-style:none;
  border:0;
  border-radius:0;
  top:80px;
  left:0;
  display:block;
  visibility:hidden;
  opacity:0;
  width: 175px;
}
.dropdown.open ul.dropdown-menu{
  top:31px;
  visibility:visible;
  opacity:1;
}
.dropdown-menu li{list-style-type:none;}
.dropdown ul.dropdown-menu.languages{min-width:100px;}
.btn-languages span{width:37px;}
.btn-languages.account span{width:auto;}
.btn-languages#account span{max-width: 85px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height:15px;}
.btn-languages em.fa{position: relative;}
.email, .phone{display:inline-block;vertical-align:middle;margin: -3px 20px 0 0;line-height: 10px;}
.email i, .email em, .phone i, .phone em{display:inline-block;vertical-align:middle;font-style:normal;margin:0 5px 0 0;position:relative; transition: all ease .3s; }
.phone em a:hover, .email em a:hover { color: #555555 !important; }
.phone i, .btn-languages em.fa {top:0px;}
.dropdown-menu.languages > li >a{padding:5px 20px 7px;font-size: 13px;}
.dropdown-menu.languages > li:first-child > a{padding-top: 3px;}

.btn-badge{
  background:none;
  font-weight:700;
  color:#23232d;
  font-size:15px;
  line-height:18px;
  position:relative;
}
.btn-badge i{
  font-size:25px;
  line-height:25px;
  display:inline-block;
  vertical-align:middle;
}
.btn-badge em{
  display:inline-block;
  vertical-align:middle;
  font-style:normal;
  padding:0 0 0 10px;
}
.badge{
  position:absolute;
  top:-6px;
  left:10px;
  background:#e5493a;
  color:#fff;
  font-size:11px;
  line-height:17px;
  width:17px;
  display:block;
  padding:0;
  text-align:center;
}
.border-left,
.border-center{
  overflow:hidden;
  position:relative;
  padding:0 0 30px;
  margin:0 0 30px;
}
.border-left{
  margin:0 0 10px;
  padding:0 0 10px;
}
.border-left h2,
.border-left h3{
  text-transform:uppercase;
  line-height:24px;
  margin:0;
  font-size:24px;
}
.border-left:after,
.border-center:after{
  position:absolute;
  content:'';
  max-width:170px;
  width:100%;
  left:50%;
  margin:0 0 0 -85px;
  bottom:0;
  height:2px;
}
.border-left:after{
  left:0;
  max-width:70px;
  width:100%;
  margin:0
}
.description{
  overflow:hidden;
  padding:0 0 10px;
}
.description a {
  text-decoration: underline;
  font-weight: 600;
}
.section-heading{
  overflow:hidden;
  position:relative;
  text-align:center;
  margin:0 0 30px
}
.section-heading:after{
  content:'';
  position:absolute;
  width:100%;
  top:18px;
  left:0;
  height:2px;
  z-index:1;
}
.section-heading:before{
  content:'';
  position:absolute;
  width:100%;
  bottom:19px;
  left:0;
  height:1px;
  z-index:1;
}
.heading{
  width:44%;
  margin:0 auto;
  position:relative;
  z-index:2;
  text-transform:uppercase;
}
.section-heading h1{
  text-transform:uppercase;
  margin:0;
  line-height:30px;
  margin-bottom: 5px;
  font-size: 30px;
}
.section-heading .subheading{
  display:block;
  font-size:13px;
  line-height:13px;
}
.frame-img{
  margin:0;
  padding:7px;
  position:relative;
  z-index:2;
}
.frame-img:before,
.frame-img:after{
  position:absolute;
  content:'';
  border:1px solid;
  z-index:1;
  width:95%;
  height:93%;
}
.frame-img:after{
  left:0;
  top:0;
}
.frame-img:before{
  right:0;
  bottom:0;
}
.frame-img img{
  display:block;
  width:100%;
  height:auto;
  border:1px solid;
  position:relative;
  z-index:2;
}
/*.padding-section{ padding:80px 0;}*/
.padding-section{ padding:30px 0;}
.small-padding-section{ padding:50px 0;}
.cart-badge{
  position:absolute;
  bottom:0;
  right:0;
  width:70px;
  z-index:4;
}
.corner{
  position:relative;
  display:block;
}
.cart-badge .corner:after{
  content:'';
  position:absolute;
  border-bottom: 70px solid #fff;
  border-left: 70px solid transparent;
  bottom:0;
  right:0;
}
.cart-badge .corner:before{
  font-family:'FontAwesome';
  content:'\f07a';
  font-size:25px;
  position:absolute;
  right:8px;
  bottom:8px;
  z-index:5
}
.stars {
  overflow:hidden;
  text-align:center;
  padding:5px 0;
}
.stars form{
  overflow:hidden;
  padding:0 87px;
}
.stars label{ margin:0;}
input.star { display: none; }
label.star {
  float:right;
  color: #e1e1e1;
  padding:0 3px;
}
input.star:checked ~ label.star:before {
  content: '\f005';
  color: #f7941d;
}
label.star:hover { color:#f7941d;}
label.star:before {
  content: '\f005';
  font-family: FontAwesome;
}
/*.contact-form .form-group{
    margin-bottom:0;
    overflow:hidden;
}*/
.contact-form .form-group .col-sm-6{ margin:0 0 18px;}
textarea,
.shop-form .jcf-select,
.cart-total .jcf-select,
.form-control,
input[type="password"].form-control,
input[type="email"].form-control,
input[type="text"].form-control{
  box-shadow:none;
  border-radius:4px;
  background:none;
  height:48px;
  padding:8px 15px;
  width:100%;
  box-shadow: none !important;
  font-size:13px;
}
select.form-control,
textarea.form-control{
  border-color: #e5e5e5;
}
.form-control:focus{border-color: #ADADAD;}

.shop-form .jcf-select,
.cart-total .jcf-focus, .cart-total .jcf-focus *{border-color:#e5e5e5 !important;}
textarea{
  resize:none;
  height:150px;
  margin:0 0 18px;
}
/*#comment-form .form-control{ margin:0 0 18px;}*/
.theme-btn.btn-small {
  border: 0 none;
  font-size: 12px;
  height: 38px;
  line-height: 39px;
  margin: 0;
}







.table.cart-table{ margin-bottom:50px;}
table.cart-table thead{
  border:0;
  font-size:14px;
  line-height:18px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
table.cart-table thead tr th{
  font-weight:normal;
  padding:12px 4px 12px 160px;
  border:0;
  text-align:left;
}
table.cart-table thead tr th + th{
  text-align:center;
  padding:12px 4px;
}
table.cart-table tbody td{
  width:50%;
  border:0;
  padding:10px 4px 10px 0;
  text-align:left;
  display:table-cell;
  vertical-align:middle;
}
table.cart-table tbody td span,
table.cart-table tbody td img{
  display:inline-block;
  vertical-align:middle;
}
table.cart-table tbody td img{
  margin-right:20px;
}
table.cart-table tbody td + td{
  width:15%;
  text-align:center;
}
table.cart-table tbody td:last-child{
  width:10%;
  padding:20px 0 20px 4px;
  text-align:right;
}
table.cart-table tbody td .btn-delete-item{ float:right}
.order-total,
table.cart-table tbody tr {border-bottom: 1px solid #f0f0f0;}
table.cart-table tbody td span, table.cart-table tbody td img {
  display: inline-block;
  vertical-align: middle;
}
table.cart-table tbody td span.input-group-btn{
  display: table-cell;
}
form fieldset em,
form fieldset input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-style:normal;
}
table.cart-table tbody td .btn-delete-item {float: right;}
.btn-delete-item {
  text-align: center;
}
.btn-delete-item a {
  color: #0c1a47;
  border: 1px solid #0c1a47;
  display: block;
  padding: 3px 5px;
}
/* =============================================
                        Theme Style
============================================= */
#wrapper{overflow:hidden;}
/* =============================================
                        Header Style
============================================= */
.top-bar{
  background:#ffffff;
  /*margin:14px 0 0;*/
  padding:14px 0;
  font-size:13px;
  line-height:16px
}
.top-bar .col-md-6.col-sm-3.col-xs-6.pull-right{ text-align:right;}
.top-bar .dropdown.languages,
.top-bar .social-icon{
  display:inline-block;
  vertical-align:middle;
}
.top-bar .dropdown.languages{ padding-right:15px;line-height:10px;}
.mid-bar{ background:#0c1a47;}
.logo{
  width:167px;
  height:182px;
  margin:-62px auto -122px;
  display:block;
  position:relative;
  z-index:1;
}
.logo a,
.logo a img{display:block;}
.logo:after,
.logo:before{
  content:'';
  position:absolute;
  z-index:2;
  top:1px;
  border-bottom: 14px solid #6e572c;
}
.logo:after{
  right:-12px;
  border-right: 13px solid transparent;
}
.logo:before{
  border-left: 13px solid transparent;
  left:-12px;
}
.logo:after, .logo:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 1px;
  border-bottom: 14px solid #6e572c;
}
.form-search{
  /*overflow:hidden;*/
  margin:50px 0;
  position:relative;
  border-radius:20px;
  border:1px solid #d3d3d3;
}
.form-search.focused {border-radius: 20px 20px 0 0;}
.form-search fieldset{ overflow:hidden;}
.form-search fieldset input[type="text"]{
  width:270px;
  height:38px;
  line-height:38px;
  padding:0 40px 0 20px;
  background:none;
  border:0;
  box-shadow:none;
  color:#aaa;
}
.form-search fieldset input[type="text"]:focus{width:400px;}
.form-search fieldset i{
  position:absolute;
  top:0;
  right:15px;
  font-size:18px;
  line-height:38px;
  color:#aaa;
}
.cart.pull-right{ margin:57px 0;}
#nav{
  margin:0;
  background:#0c1a47;
  border-top:1px solid #f3f3f3;
  text-transform:uppercase;
  border-radius: 0;
}
#nav.affix {
  position: fixed;
  top: 0;
  z-index: 14;
  border-top: 0;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
  transition: all .6s ease-in-out;
}
#nav ul{
  margin:0;
  padding:0;
  list-style:none;
  /*text-align:center;*/
}
#nav ul li{
  display:inline-block;
  vertical-align:middle;
  padding:11px 20px;
  position:relative;
}
#nav ul li ul li:before,
#nav ul li:after{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:0;
  height:2px;
}
#nav ul li ul li{ position:relative;}
#nav ul li ul li:before{
  top:auto;
  bottom:0;
}
/* #nav ul li.active ul li:before,*/
#nav ul li ul li:hover:before,
#nav ul li.active:after,
#nav ul li:hover:after{ width:100%;}
#nav ul li a{display:block;color:#dcdadb;font-weight:500;font-size: 13px;}
#nav ul li a:hover { color: #fff; }
#nav ul li.dropdown:hover > .dropdown-menu{top:51px;visibility:visible;opacity:1;text-align:left;}
#nav ul li.dropdown > .dropdown-menu li{padding:0;width:100%;}
#nav ul li.dropdown > .dropdown-menu li a{padding:10px;display:block;width:100%;color:#555555;}
#nav ul li.dropdown > .dropdown-menu li a:hover{background:none;color:#23232d;}
#nav ul li.dropdown > .dropdown-menu li.dropdown > .dropdown-menu.sub-menu {left: 100%;position: absolute;top: 40px;box-shadow: none;visibility: hidden;opacity: 0;}
#nav ul li.dropdown > .dropdown-menu li.dropdown:hover > .dropdown-menu.sub-menu {top:5px;visibility: visible;opacity: 1;}
/* =============================================
                        Home Slider
============================================= */
.banner{position:relative;}
#home-slider .item img{
  display: block;
  width: 100%;
  height: auto;
}
#bar{
  width: 100%;
  height: 4px;
  background: #0c1a47;
}
#progressBar{
  top:0;
  left:0;
  z-index:3;
  width: 100%;
  position:absolute;
  background: #d3d3d5;
}
.slider-caption{
  top:0;
  z-index:3;
  right:15%;
  width:580px;
  color:#fff;
  height:100%;
  display:block;
  position:absolute;
  background:url(../images/bg-pattran.png);
}
.slider-caption .box{
  display:table;
  width:100%;
  height:100%;
}
.slider-caption .box .holder{
  display:table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}
.slider-caption .box .holder .frame{
  clear:both;
  position:relative;
  padding:0 20px;
  width:100%;
  float:left;
  text-align:center;
}
.slider-caption .title{
  display:block;
  color:#0c1a47;
  font:40px/43px 'Yellowtail', 'Comic Sans MS', cursive;
}
.slider-caption .border-center .title {
  color: #dcdadb; 
}
.slider-caption h1{
  color:#fff;
  text-transform:uppercase;
  line-height:80px;
  text-shadow: 1px 1px 3px #474747;
}
.slider-caption h1 span{display:block;}
.slider-caption .description{
  padding:0 60px 30px;
  font-size:16px;
}
.slider-caption .description p{ margin:0;}
/* =============================================
                        About Us Section
============================================= */
.aboutus{}
.aboutus .section-heading h1{
  text-transform:uppercase;
  margin:0 0 5px;
  font-size: 30px;
}
.aboutus .description{
  font-size:14px;
  line-height:20px;
  font-weight:300;
  padding:0;
}
.aboutus .description p{ margin:0 0 20px;}
.aboutus .social-icon{
  margin:0;
  text-align:left;
}
.aboutus .social-icon li:first-child{padding-left:0;}
.aboutus .social-icon li a i,
.aboutus .social-icon li a{ color:#fff;}
/* =============================================
                        Products Section
============================================= */
.products,
.products .section-heading .heading{ background:#fff;}
#product-slider .item {
  float:left;
  width:100%;
  padding:0 8px;
}
#product-slider.product-slider-busy{height: 484px;overflow: hidden;}
#product-slider .item.mxw{width:25%;}
@media only screen and (max-width:1216px) {
  #product-slider .item.mxw{width:33.33333333333333%;}
}
@media only screen and (max-width:768px) {
  #product-slider .item.mxw{width:50%;}
}
@media only screen and (max-width:479px) {
  #product-slider .item.mxw{width:100%;}
}

.product:hover .img-hover{
  visibility:visible;
  opacity:1;
  top:0;
}
.product .product-img{
  overflow:hidden;
  position:relative;
}
.product .product-img img{
  display:block;
  width:100%;
  height:auto;
  position:relative;
  z-index:1;
}
.product .detail{
  padding:30px 0 0;
  overflow:hidden;
  text-align:center;
}
.product .detail span{ display:block;}
.product .detail .title{ font-weight:600;}
.product .detail .price{
  font-size:16px;
  line-height:19px;
  font-weight:700;
  color:#0c1a47;
}
#product-slider .owl-controls .owl-buttons .owl-prev,
#product-slider .owl-controls .owl-buttons .owl-next {
  top:35%;
  margin:0;
  border-radius:50%;
  text-align:center
}
#product-slider .owl-controls .owl-buttons .owl-prev{ left:-13px;}
#product-slider .owl-controls .owl-buttons .owl-next{right:-13px;}
.owl-pagination{
  right: 24%;
  width: auto;
}
#style-slider .owl-controls .owl-buttons .owl-prev, #style-slider .owl-controls .owl-buttons .owl-next {border-radius: 50%;}
#style-slider .owl-controls .owl-buttons .owl-prev i, #style-slider .owl-controls .owl-buttons .owl-next i {top: -2px;position: relative;}
#style-slider .owl-controls .owl-buttons .owl-prev i {left: -1px;}
#style-slider .owl-controls .owl-buttons .owl-next i {right: -1px;}
/* =============================================
                        Top 10 Products Section
============================================= */
.banner-topten{
  overflow:hidden;
  position:relative;
  color:#fff;
}
.banner-topten h2{
  font-size:35px;
  line-height:35px;
  text-align:center;
  text-transform:uppercase;
}
.banner-topten .border-center:after{
  width:30px;
  height:1px;
  margin:0 0 0 -15px
}
.banner-topten h2 span{
  display:block;
  font-size:25px;
  line-height:25px;
  padding:0 0 6px;
}
.banner-topten .box{
  display:table;
  width:100%;
  height:100%;
}
.banner-topten .box .frame{
  display:table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}
.banner-topten:hover .img-hover{
  visibility:visible;
  opacity:1;
  top:0;
}
.topten-products .frame-img:before{height:95%}
.topten-products .frame-img:after{height:96%}
.topten-product{
  overflow:hidden;
  position:relative;
  margin:15px 0;
  box-shadow: 0px 0px 15px 1px rgba(0,0,0,.2);
}
.topten-product img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:auto;
}
.topten-product .img-hover{
  top:0;
  left:0;
  background:none;
  visibility:visible;
  opacity:1;
  z-index:2;
  border:solid rgba(255,255,255,.85);
  border-width:20px;
}
.topten-product .img-hover .holder{
  background:rgba(255,255,255,0.85);
  padding:30px 20px;
}
.topten-product:hover .img-hover{ border-color: #fff;}
.topten-product:hover .img-hover  .holder{background:#fff;}
.topten-product h2{font-size:30px; line-height:30px; margin:0 0 8px; text-transform:uppercase;}
.topten-product .description p{ margin:0;}
.topten-product a{ float:left;}
.topten-product a.theme-btn {padding: 8px 15px; height: 30px; line-height: 11px; font-size: 11px; float: none; display: inline;}
/* =============================================
                        Top 10 Products Section
============================================= */
.company-info{ background:#f7f7f7;}
.col.service figure{
  padding:0 0 20px;
  margin:0;
}
.col.service .description{ padding:0 0 20px}
.col.service .description p{ margin:0;}
.col.formation ul{
  overflow:hidden;
  list-style:none;
  padding:0 0 0 20px
}
.col.formation ul li{
  list-style-type:none;
  line-height:20px;
  padding:0 0 0 20px;
  position:relative;
  margin:25px 0 0 ;
}
.col.formation ul li:first-child{ margin:0;}
.col.formation ul li:after{
  content:'\f105';
  font-family:'FontAwesome';
  font-size:14px;
  position:absolute;
  top:0;
  left:-10px;
  display:block;
  width:20px;
  padding:0 7px;
  border-radius:50%;
  border:1px solid;
  text-align:center;
}
.theme-btn.btn-sendmessage{
  border:0;
  float:left;
}
.address-info{
  line-height:none;
  overflow:hidden;
}
.address-info li{
  list-style-type:none;
  font-size:14px;
  line-height:1.7;
  padding:10px 0;
  border-bottom:1px solid #ebebeb;
}
/*.address-info li:first-child{padding:15px 0 25px 0;}*/
.address-info li address,
.address-info li em,
.address-info li i{
  display:inline-block;
  vertical-align:middle;
  margin:0;
  font-style:normal;
}
.address-info li:first-child em,
.address-info li:first-child i{
  display:inline-block;
  vertical-align:top;
}
/*.address-info li i{ padding:4px 0 0;}*/
.address-info li i{
  width:40px;
  font-size:18px;
  padding: 4px 20px 0 0;
}
.address-info li i.fa-paper-plane{ font-size:13px}
.address-info li address,
.address-info li em{
  width:80%;
  font-size:14px;
  line-height: 1.7;
}
.col.info .social-icon{
  text-align:left;
  float:none;
  padding:15px 0 0;
}
.col.info .social-icon li{
  display:inline-block;
  vertical-align:middle;
  float:none;
  padding:0 7px 0 0;
  line-height:normal;
}
.col.info .social-icon li a{
  width:18px;
  height:18px;
  line-height:18px;
  overflow:hidden;
  border-radius:3px;
  display:block;
  color:#fff;
  text-align:center;
  background:#23232d;
}
.col.info .social-icon li a i{
  display:block;
  text-align:center;
  font-size:12px;
  line-height:18px;
  color:#fff;
  width:100%;
}
.address-info li em a:hover{ text-decoration:underline;}
/* =============================================
                        Footer
============================================= */
.brand{border-bottom:1px solid #fff;}
.brands{border-top: 1px solid #F3F3F3;}
#brand-slider.loading-brand .item{float: left; width: 20%;}
#brand-slider .item img{margin:0 auto;text-align:center;display:block;}
#brand-slider .owl-controls .owl-buttons .owl-prev,
#brand-slider .owl-controls .owl-buttons .owl-next{width:32px;line-height:32px;height:auto;font-size:18px;border-radius:3px;margin:-16px 0 0;}

.getstarted .theme-btn{float:right;}
.getstarted h3{
  float:left;
  color:#fff;
  margin:5px 0;
  font-size:36px;
  line-height:36px;
  text-transform:uppercase;
}
.footer-description{
  margin:0;
  padding:15px 0 25px;
  text-align:center;
}
.footer-description .copyright{
  display:block;
  font-size:13px;
  line-height:20px;
  font-weight:normal;
}
.footer-description .copyright a:hover{ text-decoration:underline;}
.footer-description .logo{
  width:134px;
  height:145px;
  display:block;
  margin:-10px auto 30px;
}
.footer-description .logo:before,
.footer-description .logo:after{
  border-bottom:10px solid #6e572c;
  top:0;
}
.footer-description .logo:after{
  border-right:10px solid transparent;
  right:-9px;
}
.footer-description .logo:before{
  border-left:10px solid transparent;
  left:-9px;
}
.payment{ padding:15px 0 10px;}
.payment ul{
  overflow:hidden;
  text-align:center
}
.payment ul li{
  display:inline-block;
  vertical-align:middle;
  padding:0 5px
}
.payment ul li i{
  font-size:30px;
  color: #dcdadb !important;
  cursor:pointer;
}
.payment ul li i:hover{color:#0c1a47;}
/* =============================================
                        404 Page
============================================= */
#main{background:#fff;}
.box-center{
  clear:both;
  display:table;
  width:100%;
  height:250px;
}
.box-center .holder{
  display:table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}
.banner-inner h1{
  font-size:35px;
  line-height:35px;
  color:#fff;
  font-weight:600;
  position:relative;
  margin:0;
  float:left;
  padding:0 15px;
}
.banner-inner h1:after{
  content:'';
  display:block;
  position:absolute;
  left:100%;
  top:7px;
  background:url(../images/bg-heading.png) repeat-x;
  width:10000%;
  height:25px;
}
.banner-inner h1:before{
  content:'';
  display:block;
  position:absolute;
  right:100%;
  top:7px;
  background:url(../images/bg-heading.png) repeat-x;
  width:10000%;
  height:25px;
}
.breadcrumbs{padding:11px 0;}
.page-title{
  float:left;
  padding:7px 0;
  color:#fff;
  font-size:14px;
  line-height:14px;
  font-weight:normal;
}
ol.breadcrumb{
  overflow:hidden;
  text-align:left;
  padding:0;
  border-radius:0;
  background:none;
  color:#fff;
  margin:0;
  font-size:12px;
}
ol.breadcrumb li{
  display:inline-block;
  vertical-align:middle;
  width:auto;
}
.breadcrumb > li + li:before,
ol.breadcrumb li.active,
ol.breadcrumb li a{color:#fff;}
.error{
  font-size:126px;
  line-height:normal;
  background:#f7f7f7;
  padding:0 30px;
  color:#23232d;
  font-weight:bold;
  margin:0 30px 0 0;
  float:left;
}
.message{
  overflow:hidden;
  padding:0 240px 0 30px;
  border-left:1px solid #23232d;
}
.backtomain{
  float:left;
  color:#363636;
  text-decoration:underline;
}
/* =============================================
                        Contact Us Page
============================================= */
.storeslocation img{
  display:block;
  width:100%;
  height:auto;
}
#contacus-map{ height:400px;}
.contact-form fieldset .form-group:last-child{ margin:0;}
.address .address-info li{ overflow:hidden;}
.address .address-info li address,
.address .address-info li em,
.social-area .social-icon,
.address .address-info li i{
  float:left;
  width:77%;
}
.social-area i,
.address .address-info li i{
  width:23%;
  font-size:14px;
  line-height:14px;
  font-weight:300;
}
.social-area{ overflow:hidden;}
.social-area i{
  display:block;
  float:left;
  font-style:normal;
}
.col.info .social-area{ padding:15px 0 0;}
.col.info .social-area .social-icon{
  padding:0;
  width:77%;
  text-align:left;
  overflow:hidden;
}
/* =============================================
                        About Us Page
============================================= */
.padding-bottom-zero{ padding-bottom:0;}
.margin-top-minus{ margin-top:-80px}
.margin-bottom-minus{ margin-bottom:-80px}
.about-area{ background:#f7f7f7;}
.about-area .social-icon{
  float:left;
  padding:0 0  30px;
}
.about-area .social-icon li{padding:0 0 0 7px;}
.about-area .social-icon li:first-child{ padding:0;}
.about-area .social-icon li a{}

.experts .heading{ background:#fff;}
.experts .item{ position:relative;}
.experts .item img{display:block;width:100%;height:auto;}
.experts .item:hover .img-hover{opacity:1;top:0;visibility:visible;}
.experts .item .img-hover blockquote{position:absolute;top:40%;border:0;color:#fff;font-weight:bold;font-size:22px;line-height:25px;font-style:italic;padding:0 50px;left:0;}
.expert-name{position:absolute;bottom:30px;color:#fff;font-size:20px;line-height:23px;padding:0 50px;left:0;font-weight:normal;}
.experts .owl-item{ padding:0 15px}
.expert-slider{max-height: 360px; overflow: hidden;}
.expert-slider.owl-carousel{max-height: inherit;}
.expert-slider > .item{max-width: 390px;float: left;padding: 0 15px;}
.expert-slider > .item:hover .img-hover{left: 15px;width: 92.5%;}

.spacer{
  background:#f7f7f7;
  height:260px;
  margin:-180px 0 -80px;
}
.faqandskill{ padding-bottom:0;}
.theme-accordion{overflow:hidden;}
.accordion-pannel{
  overflow:hidden;
  margin:0 0 5px;
  box-shadow:none;
  border:0;
}
.accordion-heading{
  overflow:hidden;
  background:#f7f7f7;
  border-radius:5px;
}
.accordion-heading h4{
  overflow:hidden;
  margin:0;
  font-weight:normal;
  font-size:14px;
  line-height:36px;
  font-family:'Roboto', Arial, Helvetica, sans-serif;
}
.accordion-heading h4 a{
  display:block;
  color:#333;
  padding:0 20px;
  clear:both;
}
.accordion-heading h4 a i,
.accordion-heading h4 a em{
  font-style:normal;
  margin:0;
}
.accordion-heading h4 a i{ line-height:36px;}
.theme-accordion .panel-body{ padding:15px 15px 0;}
.theme-accordion .panel-body p{ margin:0 0 20px}
.skill-group{
  float:left;
  width:100%;
}
.skill{
  padding:0 0 20px;
  float:left;
  width:100%;
}
.skill-name{
  color:#000;
  display:block;
  font-size:14px;
  line-height:14px;
  font-weight:400;
  padding:0 0 8px;
  font-family:'Raleway', Arial, Helvetica, sans-serif;
}
.skill-holder{
  padding:4px;
  float:left;
  width:100%;
  background:#f7f7f7;
  border-radius:3px;
}
.skill-bar{
  height:8px;
  float:left;
  background:#0c1a47;
  border-radius:4px;
  position:relative;
}
.photoshop{width:96%;}
.wordpress{width:36%;}
.ecommerce{width:72%;}
.photography{width:50%;}
.skill-bar span{
  position:relative;
  top:-30px;
  border:1px solid #c5c5c5;
  font-size:12px;
  line-height:16px;
  padding:0 6px;
  background:#fff;
  float:right;
}
.skill-bar span:after {
  content:'';
  bottom:-6px;
  position:absolute;
  right:0;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
}
.skill-bar span:before {
  content:'';
  bottom:-8px;
  position:absolute;
  right:-1px;
  width: 0;
  height: 0;
  border-top: 8px solid #c5c5c5;
  border-left: 8px solid transparent;
}
/* =============================================
                        Blog Page
============================================= */
.post{
  overflow:hidden;
  background:#fff;
  margin:0 0 30px;
}
.post:hover{ background:#fcfcfc;}
.post figure{
  overflow:hidden;
  margin:0;
}
figure a{ display:block;}
figure a img{
  display:block;
  width:100%;
  height:auto;
}
.post-area{
  overflow:hidden;
  border:1px solid #ebebeb;
  padding:15px;
  margin-top: 1px;
}
.post-meta{
  font-size:10px;
  line-height:13px;
  margin:0;
  padding:0 0 20px;
  list-style:none;
  overflow:hidden;
  color:#363636;
  text-transform:uppercase;
  font-weight:normal;
}
.post-meta .meta,
.post-meta li{
  float:left;
  padding:0 8px 0 12px;
  list-style-type:none;
  position:relative;
  line-height:13px;
}
.post-meta > span.meta +span.meta:after,
.post-meta > li + li:after{
  content:'/';
  position:absolute;
  top:0;
  left:0
}
.post-meta > span.meta:first-child,
.post-meta > li:first-child{ padding:0 8px 0 0;}
.post h3{
  font-size:20px;
  line-height:20px;
}
.post h3 a{ display:block;}
.post h3:hover a{ text-decoration:none;}
.post .description{ padding:0;}
.post:hover .border-left:after{max-width:140px;}
.them-pagination ul.pagination li a{
  background:none;
  border:0;
  border-bottom:3px solid #fff;
}
.them-pagination ul.pagination li.active a,
.them-pagination ul.pagination li a:hover{background:none;}
.them-pagination ul.pagination li.btn-prev a,
.them-pagination ul.pagination li.btn-next a{ border:0;}
.them-pagination ul.pagination li a i,
.them-pagination ul.pagination li a em{
  display:inline-block;
  vertical-align:middle;
  font-style:normal;
  text-transform:uppercase;
}
.them-pagination ul.pagination li a em{
  font-size:11px;
  font-weight:bold;
  font-family:'Raleway', Arial, Helvetica, sans-serif;
}
.them-pagination ul.pagination li a i{font-size:20px;}
.them-pagination ul.pagination li.btn-prev a i{padding:0 5px 0 0;}
.them-pagination ul.pagination li.btn-next a i{padding:0 0 0 5px;}
.them-pagination ul.pagination li>a, .them-pagination ul.pagination li>span{margin-left:5px;}
.them-pagination ul.pagination li.disabled a{opacity: .5;cursor: default;background: #363636 !important;}
.grid .post .description p{ margin:0 0 15px;}
.btn-readmore{
  float:left;
  font-size:14px;
  line-height:14px;
  color:#363636;
  margin:0 0 21px;
  font-weight:normal;
  text-transform:capitalize;
  text-decoration:underline;
}
.post-img img{
  display:block;
  width:100%;
  height:auto;
}
#content .post{
  overflow:visible;
  background:none;
  margin:0 0 10px;
}
#content .post h3{
  font-size:20px;
  line-height:25px;
  margin:0 0 20px;
  text-transform:uppercase;
}
.author-pic{
  float:left;
  border-radius:50%;
  width:53px;
  height:53px;
  overflow:hidden;
  margin:0 20px 0 0;
}
.author-pic a{ display:block;}
.author-pic a img{
  display:block;
  width:100%;
  height:auto;
}
.author-detail{
  width:195px;
  float:left;
  padding:9px 0 ;
}
.author-detail.second{width:130px;}
.author-name{
  display:block;
  color:#363636;
  font-size:16px;
  line-height:16px;
  padding:0 0 5px;
  font-weight:bold;
  font-family:'Raleway', Arial, Helvetica, sans-serif;
}
#content .post .post-meta{ padding:0;}
#content .post .post-meta li{ line-height:normal;}
#content .post .post-meta li:last-child { padding-right: 0;}
.btns-post{
  overflow:hidden;
  clear:both;
  text-align:right;
  padding:0 0 50px;
}
.btns-post .btn-prevpost,
.btns-post .btn-nextpost{font-size:25px;}
.btns-post .btn-prevpost{ margin:0 15px 0 0;}
.btns-post .btn-nextpost{ margin:0 0 0 15px;}
.category{ display:block;clear: both;}
.category i,
.category em{
  display:block;
  vertical-align:middle;
  font-style:normal;
  color:#838383;
}
.category i{font-size:15px;float:left;}
.category em{
  font-size:10px;
  line-height:13px;
  font-weight:300;
  text-transform:uppercase;
  padding:0 0 0 20px;
}
#content .post .description p{ margin:0 0 15px;}
#content .post .description blockquote{
  margin:0 0 30px;
  border:0;
  font-size:24px;
  line-height:28px;
  font-weight:600;
  color:#363636;
  text-align:center;
  padding:0 50px;
  font-family:'Roboto', Arial, Helvetica, sans-serif;
}
.about-author{ margin:0 0 40px;}
.about-author .col-sm-4{
  background:#363636;
  padding:20px;
}
.about-author h3{
  color:#fff;
  font-size:20px;
  line-height:20px;
}
.about-author .author-detail .post-meta{
  padding:0;
  color:#838383;
}
.about-author .author-detail .post-meta li{ line-height:normal;}
.author-des{
  background:#f6f6f6;
  font-size:16px;
  line-height:24px;
  color:#363636;
  padding:26px 26px 27px;
}
.author-des p{ margin:0;}
.comment-heading{
  display:block;
  font-size:20px;
  line-height:20px;
  font-family:'Raleway', Arial, Helvetica, sans-serif;
  border-bottom:2px solid ;
  padding:0 0 10px;
  margin:0 0 30px;
  font-weight:bold;
}
.comment-heading h3{
  margin:0;
  font-size:20px;
  line-height:20px;
  text-transform:uppercase;
  font-weight:bold;
}
#comments ul li ul.post-meta{ padding:0;}
#comments ul li ul.post-meta li{ line-height:normal;}
#comments ul{
  clear:both;
  list-style:none;
  padding:0 0 15px;
}
#comments ul li{list-style:none;}
#comments ul li ul li,
#comments > ul > li + li{
  border-top:1px solid #ebebeb;
  padding:15px 0 0;
}
#comments ul li ul{
  padding:0 0 0 90px;
  margin:0;
}
.comment-area{ overflow:hidden;}
.comment-area .add-comment{
  width:136px;
  line-height:38px;
  color:#1a1a1a;
  font-size:14px;
  border:1px solid #ccc;
  text-align:center;
  margin:0 auto;
  display:block;
  text-transform:capitalize;
  font-weight:400;
  background:#f6f6f6;
  cursor:pointer;
}
.writer-detail{ overflow:hidden;}
.writer-detail .description{
  clear:both;
  width:100%;
}
.writer-detail .description p{ margin:0;}
.date-reply{
  text-align:right;
  overflow:hidden;
}
.date-reply span i,
.date-reply span em,
.date-reply span{
  display:inline-block;
  vertical-align:middle;
  font-style:normal;
}
.date-reply span em{ padding:0 0 0 5px;}
.date-reply span{
  padding:0 0 0 20px;
  font-size:10px;
  line-height:13px;
  text-transform:uppercase;
}
#comments ul li .author-pic{
  width:69px;
  height:69px;
}
#comment-form h3{
  margin:0 0 30px;
  text-transform:uppercase;
  font-weight:bold;
}
.theme-btn.btn-submit{
  margin:0;
  float:left;
  border:0;
}
#sidebar{ float:left;}
#sidebar .widget{
  overflow:hidden;
  background: #f7f7f7;
  padding: 15px;
  width: 100%;
  margin-bottom: 40px;
}
#sidebar .wiget-full:last-child .widget{
  margin-bottom: 0;
}
.widget h3{
  font-size:18px;
  line-height:18px;
  margin:0 0 20px;
  text-transform:uppercase;
}
.widget a {
  color: #555;
  text-decoration: none;
}
.widget.category ul{
  margin:0;
  padding:0;
  list-style:none;
  overflow:hidden;
  font-size:14px;
  line-height:17px;
}
.category ul, .recent-post ul, .widget .tagcloud { max-height: 250px; }
.widget ul li{
  overflow:hidden;
  list-style:none;
  line-height:inherit;
  border-top:1px solid #eaeaea;
  padding:15px 0;
  transition: all ease .3s;
}
.widget ul li:hover { background-color: #eee; }
.widget ul li:first-child{ border:0;}
.widget ul.product-categories li ul li:first-child{ border-top:1px solid #e1e1e2;}
.widget.category ul li{ padding:0;}
.widget.category ul li a:after{
  font-family:'FontAwesome';
  content:'\f0da';
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  line-height:37px;
  color:#737272;
}
.widget.category ul li a{
  color:#363636;
  display:block;
  padding:10px 15px;
  position:relative;
  font-weight: 600;
}
.widget ul li .post-thumb {
  float: left;
  margin:0 15px 0 0;
}
.widget ul li .post-data{
  overflow:hidden;
  font-size:14px;
  line-height:17px;
  font-weight:300;
  color:#363636;
}
.widget ul li .post-data p{margin:0;}
.widget ul li .post-title{
  display:block;
  font-size:14px;
  line-height:14px;
  font-weight:normal;
  padding:0 0 8px;
  font-family:'Raleway', Arial, Helvetica, sans-serifl;
}
.widget ul li .post-title a{
  color:#363636;
  display:block;
  font-weight: 600;
}
.widget.twitter ul li .post-title{
  font-size:16px;
  line-height:16px;
}
.widget .search-form{ position:relative;}
.widget .search-form input[type="text"]{
  width:100%;
  height:36px;
  line-height:36px;
  border:1px solid #bdbdc0;
  border-radius:6px;
  background:#fff;
  padding:0 60px 0 15px;
  font-size:14px;
  color:rgba(35, 35, 45, 0.60);
  border-radius: 36px;
}
.widget .search-form i.fa{
  position:absolute;
  top:0;
  right:0;
  font-size:16px;
  margin:10px 0;
  border-left:1px solid #bdbdc0;
  padding:0 14px;
  color:#0c1a47;
  cursor:pointer;
}
.tg_media iframe {border: none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 3;}
.blog-slider .owl-pagination {right: auto;left: 0;width: 100%;}
/* =============================================
                        Products Listing
============================================= */
.price-tag{
  position:absolute;
  top:15px;
  left:15px;
  height:26px;
  z-index:5;
}
.price-tag .price-holder {
  position:relative;
  padding:0 10px;
  font-size:12px;
  line-height:26px;
  font-weight:normal;
  color:#fff;
  background:#0c1a47;
  text-align:center;
  position:relative;
  border-radius:4px 0 0 4px;
}
.price-tag .price-holder:after{
  content:'';
  position:absolute;
  top:0;
  left:100%;
  border-left: 12px solid #0c1a47;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
.price-tag .price-holder > span.amount {
  font-weight: 600;
}
.banner-productpage{
  overflow:hidden;
  position:relative;
}
.banner-productpage figure{
  position:relative;
  z-index:1;
  margin:0;
}
.banner-productpage figure img{
  display:block;
  width:100%;
  height:auto;
}
.banner-productpage .img-hover{
  background:none;
  width:400px;
  top:0;
  opacity:1;
  visibility:visible;
  padding:0 0 0 70px;
}
.banner-productpage.banner-women .img-hover{
  padding:0 0 0 40px;
  width:430px;
  height:92%;
}
.banner-productpage.banner-women .img-hover em{ padding:0 170px 0 0;}
.banner-productpage .box-center{ height:100%;}
.banner-productpage ul{
  overflow:hidden;
  list-style:none;
  padding:50px 0 0;
}
.banner-productpage ul li{
  float:left;
  list-style-type:none;
  border:1px solid #ccc;
}
.banner-productpage ul li + li{margin:0 0 0 20px;}
.banner-productpage ul li img{
  display:block;
  width:100%;
  height:auto;
}
#content .products{ padding:40px 0 0;}
.products-listing .product .detail{padding:15px 10px 15px;}
.products-listing .product .detail span.title{ text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.products-listing .product .detail .stars{
  float:right;
  padding:0;
}
.products-listing .stars form{ padding:0;}
.products-listing .product .description{
  clear:both;
  padding:10px 0 0;
  text-align:left;
  color:#959595;
  height: 55px;
  overflow: hidden;
}
.theme-btn.addtocart-btn{
  height:36px;
  line-height:36px;
  border:0;
  color:#a1a2a7;
  font-size:12px;
  font-weight:bold;
  background:#f2f5f8;
  text-transform:uppercase;
  width:100%;
}
.banner-productpage h1{
  font-size:40px;
  line-height:40px;
  color:#0c1a47;
  font-weight:600;
  margin:0 0 30px;
  text-transform:uppercase;
}
.offer-price{
  display:block;
  font-size:20px;
  line-height:24px;
  font-weight:bold;
  color:#000;
}
.offer-price strong{
  font-size:70px;
  line-height:70px;
  color:#000;
}
.banner-productpage em{
  display:block;
  font-style:normal;
  font-size:30px;
  line-height:30px;
  color:#0c1a47;
  font-weight:bold;
  text-align:right;
  padding:0 110px 0 0;
}
.banner-productpage .theme-btn{
  float:left;
  margin:30px 0 0 ;
  border:0;
}
.products-listing #sidebar .widget{
  margin:0 0 40px;
  background:#f7f7f7;
  padding:0;
}
.products-listing #sidebar .widget h3{
  color:#393635;
  font-size:18px;
  line-height:18px;
  text-transform:uppercase;
  padding:18px 18px 0;
  margin:0;
}
.sidebar-accordion{ margin:0;}
.sidebar-accordion .panel + .panel{
  margin:0;
  border-top:2px solid #e9ebec;
}
.sidebar-accordion .accordion-pannel{
  margin:0;
  border-radius:0;
}
.sidebar-accordion .accordion-heading{ border-radius:0}
.sidebar-accordion .accordion-heading h4 a{padding:10px 20px;}
.sidebar-accordion .panel-body{ background:#e9ebec;}
.sidebar-accordion .panel-body label{margin:0 0 15px 6px;}
.sidebar-accordion .panel-body label em{
  padding:0 0 0 6px;
  line-height:12px;
}
.sidebar-accordion .panel-body label span,
.sidebar-accordion .panel-body label em{font-style:normal;}
.sidebar-accordion .panel-body label a{
  font-size:12px;
  line-height:12px;
}
.widget.selection .colors .jcf-focus, .jcf-focus * {border-color: #fff !important;}
.widget.selection .colors .jcf-checkbox{
  border:0;
  border-radius:4px;
  background:#24aa98;
}
.widget.selection .colors label.blue .jcf-checkbox{background:#65abd0;}
.widget.selection .colors label.orange .jcf-checkbox{background:#d9c26c;}
.widget.selection .colors label.red .jcf-checkbox{background:#db7560;}
.widget.selection .colors label.ginger .jcf-checkbox{background:#f8a66c;}
.widget.selection .colors label.dark-grey .jcf-checkbox{background:#383737;}
.widget.selection .colors label.light-grey .jcf-checkbox{background:#c6ccd2;}
.widget.selection .colors .jcf-checkbox.jcf-checked{ color:#fff;}
:root .jcf-checkbox span{ margin:-3px 0 0 -4px;}
.widget.selection .colors .jcf-checkbox span{ border-color:#fff}
.widget.selection .jcf-focus, .widget.selection .jcf-focus *,
.widget.selection .jcf-checkbox{
  background:none;
  border-color:#0c1a47 !important;
}
.widget.selection .colors .jcf-checkbox.jcf-checked.jcf-focus span,
.widget.selection .colors .jcf-checkbox.jcf-checked span{
  background:none !important;
  border-color:#fff !important;
}
.widget.selection .jcf-checkbox.jcf-checked span,
.widget.selection .jcf-checkbox.jcf-checked.jcf-focus span{ border-color:#0c1a47 !important;}
.theme-btn.btn-showall{
  border:0;
  width:226px;
  line-height:38px;
  height:38px;
  font-size:12px;
  margin:0 auto 20px
}
.products-listing #sidebar .widget ul{}
.products-listing #sidebar .widget ul li{padding:18px;}
.products-listing #sidebar .widget ul li +li{border-top:1px solid #e1e1e2;}

.products-listing #sidebar .widget ul.product-categories{padding: 0 18px;}
.products-listing #sidebar .widget ul.product-categories li a {font-size: 13px; font-weight: 400;}
.products-listing #sidebar .widget ul.product-categories li{padding: 15px 0;}
.products-listing #sidebar .widget ul.product-categories li ul li{padding:15px 0;}
.products-listing #sidebar .widget ul.product-categories li ul li:last-child{padding-bottom:0;}
#sidebar .stars{
  display:block;
  text-align:left;
}
#sidebar .stars i{ color:#d9c26c;}
.products-listing #sidebar title{}
.widget .owl-controls .owl-buttons .owl-prev,
.widget .owl-controls .owl-buttons .owl-next{
  top:-15px;
  left:auto;
  right:18px;
  margin:0;
  border-radius:0;
  width:auto;
  height:auto;
  border:1px solid #b7b7ba;
  color:#b7b7ba;
  background:none;
  font-size:14px;
  line-height:14px;
  padding:0 4px;
}
.widget .owl-controls .owl-buttons .owl-prev{ right:40px;}
.widget .owl-controls .owl-buttons .owl-prev:hover,
.widget .owl-controls .owl-buttons .owl-next:hover{
  color:#23232d;
  border-color:#23232d;
}
.widget .owl-controls.clickable .owl-buttons div:hover{ background:none;}
.products-listing #sidebar .widget.recently-viewed ul{
  padding:0 9px 18px;
  overflow:hidden;
}
.products-listing #sidebar .widget.recently-viewed ul li{
  padding:18px 9px 0;
  float:left;
  width:50%;
  border:0;
}
#sidebar .widget.recently-viewed ul li a{ display:block;}
#sidebar .widget.recently-viewed ul li a img{
  display:block;
  width:100%;
  height:auto;
}
/* =============================================
                        Product Detail
============================================= */
#main.product-page{ padding-bottom:0;}
.product-page .products{ padding:80px 0 0;}
.product-detail h3{
  font-size:20px;
  line-height:20px;
  color:#484848;
}
.product-detail ul{ list-style:none;}
.product-detail ul.features li{ list-style-type:none;}
product-slider{ position:relative;}
.icon-view-large{
  position:absolute;
  bottom:122px;
  right:17px;
  font-size:30px;
  line-height:50px;
  width:50px;
  height:50px;
  display:block;
  text-align:center;
  z-index:6;
}
#sync1{
  margin:0 0 20px;
  border:1px solid;
  max-height: 378px;
  overflow: hidden;
}
#sync1 .item a{display:block;}
#sync1 img{
  display:block;
  width:100%;
  height:auto;
}
#sync2 .item{margin:0 10px 0 0;}
#sync2 .item:hover{ cursor:pointer;}
#sync2 .item img{
  display:block;
  width:100%;
  height:auto;
  border:1px solid;
}
.product-description h2{
  font-size:35px;
  line-height:38px;
  margin:0 0 15px;
}
.product-description .description{
  width:100%;
  float:left;
  font-size:15px;
  line-height:26px;
  padding:0;
  font-weight: 400;
  color: #969696;
}
.product-description .description p{margin:0 0 10px;}
.product-description .description p span{
  padding:0 0 0 20px;
  font-weight:bold;
}
.product-description .description div > span.amount {
  color: #0c1a47;
}
.product-description .description p span:first-child{padding:0;}
.product-description .description p span,
.product-description .description p em,
.product-description .description p i{
  display:inline-block;
  vertical-align:middle;
  font-style:normal;
}
.product-color,
.product-size{
  float:left;
  width:100%;
  padding:0 0 30px;
}
.product-description .description p .review,
.product-description .description p .product-reference{
  font-size:14px;
  line-height:20px;
  font-weight:500;
}
.product-description .description p .review:focus,
.product-description .description p .review:hover{
  text-decoration:none;
  color:#555;
}
.product-color strong.label,
.product-size strong.label{
  float:left;
  font-size:15px;
  line-height:18px;
  font-weight:normal;
  text-transform:capitalize;
  padding:3px 13px 3px 0;
  border-radius:0;
  width:50px;
  text-align:left;
}
.product-color ul,
.product-size ul{
  float:left;
  padding:0 20px 0 0;
  text-align:center;
  text-transform:uppercase;
  font:normal 10px/25px 'Roboto', Arial, Helvetica, sans-serif;
}
.product-color ul li,
.product-size ul li{
  line-height:inherit;
  float:left;
  margin:0 0 0 7px;
}
.product-color ul li a,
.product-size ul li a{
  width:25px;
  height:25px;
  display:block;
  line-height:20px;
}
.size-guide{
  float:left;
  line-height:normal;
}
.size-guide:hover{ color:#555;}
.size-guide i,
.size-guide em{
  display:inline-block;
  vertical-align:middle;
  font-style:normal;
  font-size:14px;
  line-height:14px;
}
.product-color ul li a{
  width:25px;
  height:25px;
  border:0;
}
.products-btns{
  width:100%;
  float:left;
}
.shipping-discount{
  width:100%;
  float:left;
  font-weight:500;
  padding: 0 0 30px;
}
.shipping-discount span{
  float:left;
  padding:0 30px 0 0;
}
.shipping-discount span i,
.shipping-discount span em{
  display:inline-block;
  vertical-align:middle;
  font-style:normal;
  font-size:14px;
  line-height:14px;
}
.shipping-discount span i{
  width:25px;
  height:25px;
  line-height:25px;
  margin:0 6px 0 0;
  border-radius:50%;
  text-align:center;
}
.product-features{
  font-size:14px;
  line-height:17px;
  float:left;
  width:100%;
  padding:10px 0 0;
}
.product-features ul{overflow:hidden;}
.product-features ul{padding:0 0 30px;}
.care ul li,
.product-features ul li{
  width:50%;
  float:left;
  padding:0 0 0 20px;
  background:url(../images/seprator.png) no-repeat 0 11px;
}
.product-features ul.features li{
  width: 100%;
}
/*.product-features ul li:nth-child(3),
.product-features ul li:nth-child(6){ width:40%;}*/
.instructions-icons{float:left;}
.instructions-icons i{
  float:left;
  width:48px;
  height:48px;
  font-size:46px;
  line-height:48px;
  text-align:center;
  margin:0 0 0 13px;
}
.benefits ul li:nth-child(3),
.benefits ul li:nth-child(6){ width:100%;}
.theme-btn.btn-buynow{
  line-height:38px;
  height:38px;
  border:0;
  font-size:12px;
  font-weight:bold;
  margin:0;
}
.care ul {
  float: left;
  padding: 0;
  width: 300px;
}
.care ul li {
  float: none;
  width: auto;
}
#product-review-slider{ padding:18px 0 0;}
#product-review-slider figure{
  margin:0;
  position:relative;
  z-index:1;
}
#product-review-slider figure img{
  display:block;
  width:100%;
  height:auto;
}
#product-review-slider figcaption{
  position:relative;
  float:left;
  width:100%;
  z-index:2;
  color:#363636;
  font-size:12px;
  line-height:15px;
  font-weight:300;
  text-align:center;
}
/* .reviewer-icon{
    width:64px;
    height:64px;
    display:block;
    position:relative;
    margin:-32px auto 20px;
    border-radius:50%;
    border:6px solid rgba(67,67,67,0.15);
}
.reviewer-icon em{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:50%;
    background:#0c1a47 url(../images/icon-reviewer.png) no-repeat 50% 50%;
}*/
#product-review-slider figcaption .reviewer-naem{
  display:block;
  text-transform:uppercase;
}
#product-review-slider figcaption blockquote{
  font-size:12px;
  line-height:15px;
  font-weight:300;
  font-style:italic;
  border:0;
  color:#363636;
  margin:0;
  padding:10px 20px 20px
}
/* =============================================
Top Rated Design Online Shirt
============================================= */
.product-paging .owl-controls .owl-buttons .owl-prev, .product-paging .owl-controls .owl-buttons .owl-next{top:-26px;left:auto;right:20px;width:auto;padding:0;height:auto;line-height:15px;background:none;border-radius:0;}
.product-paging .owl-controls .owl-buttons .owl-prev{ right:42px;}


.product-making{overflow:hidden;margin:0 -15px 0 0;background:#fcfcfc;border:solid #d7d7d7;border-width:1px 0 1px 1px;}
.product-making .head{padding:8px 70px 8px 8px;overflow:hidden;background:#23232d;border-bottom:1px solid #d7d7d7;}
.product-tabs{ overflow:hidden;}
.product-tabs.loading{height: 50px;}
.product-tabs .item{ border-right:1px solid;}
.product-tabs #product-tab-data .item{ border:0;}
.product-tabs.loading .item {width: 196px; float: left;}
.product-tabs .item a{
  display:block;
  text-align:center;
  font-size:15px;
  line-height:50px;
  text-transform:capitalize;
  color:#fff;
}
.product-tab-data{
  float:left;
  width:100%;
}
.product-tab-data .product{
  margin:15px 0;
  cursor:pointer;
}
.product-tab-data .product .cart-badge{ width:44px;}
.product-tab-data .product .cart-badge .corner:after {
  border-bottom: 44px solid #fff;
  border-left: 44px solid transparent;
}
.product-tab-data .product .cart-badge .corner:before {
  font-size: 14px;
  bottom:-11px;
  right:5px;
}
.tab-nav{
  list-style:none;
  float:left;
  width:100%;
}
.tab-nav li{list-style-type:none;}
.product-tab-data .toprated-product{ padding:15px 30px;}

.customization-accordion{ margin:0;}
.customization-accordion .accordion-heading{
  border-radius:0;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f6f4f5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f4f5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f4f5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f6f4f5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f6f4f5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f6f4f5 100%); /* W3C */
}
.customization-accordion .panel + .panel{
  margin:0;
  border-top:1px solid #d7d7d7;
  border-radius:0;
}
/*.customization-accordion .panel .panel-collapse{border-top:1px solid #d7d7d7;}*/
.customization-accordion .panel .panel-collapse .panel-body{
  height:657px;
  overflow-y:auto;
  overflow-x:hidden
}
.customization-accordion#custom-accordion .panel .panel-collapse .panel-body {
  height: 325px;
}
.customization-accordion#custom-form .panel .panel-collapse .panel-body {
  height: 555px;
}
.customization-accordion .panel-body {padding:15px;}
.customization-accordion .panel a {
  color:#b9b9ba;
  float:left;
  width:100%;
  line-height:36px
}
.customization-accordion .panel .panel-heading a i{line-height:36px;}
.customization-accordion .panel a i{ float:right;}
.customization-accordion .panel a em{float:left;}
.customization-accordion .panel a, .customization-accordion .panel a:hover{ color:#23232d;}
.customization-accordion .panel a.collapsed{color:#b9b9ba;}
.customization-form{
  overflow:hidden;
  list-style:none;
}
.customization-form ul li{
  list-style:none;
  text-align:center;
  padding-left: 0;
  padding-top: 0;
}
.customization-form .pattran-half label{
  padding:5px;
  margin:0;
  background:#ebebeb;
  position:relative;
}
.customization-form label:hover{ cursor:pointer;}
.customization-form label i,
.customization-form label em{
  display:block;
  font-style:normal;
  text-transform:capitalize;
}
.customization-form label img{
  width:100%;
  height:auto;
  display:block;
}
.bg-checkbox{
  width:22px;
  height:22px;
  background:#ebebeb;
  display:block;
  position:absolute;
  bottom:5px;
  left:5px;
  cursor: pointer;
}
.customization-form label .jcf-radio.jcf-focus.jcf-unchecked,
.customization-form label .jcf-radio{
  background:#fcfcfc;
  border-radius:0;
  width:21px;
  height:21px;
  margin:0;
  border:2px solid #d7d7d7 !important;
  float:left;
}
.customization-form label .jcf-radio.jcf-focus.jcf-checked{
  background:#fcfcfc;
  border:2px solid #d7d7d7 !important;
}
.customization-form .active label .jcf-radio.jcf-checked span,
.customization-form .active label .jcf-radio.jcf-focus.jcf-checked span{ border-color:#23232d !important;}
.customization-form .active label.label-active .bg-checkbox,
.customization-form .active label.label-active{
  background:#23232d;
  color:#fff;
}
.size-input + .size-input{ margin:8px 0 0;}
.customization-form .jcf-select,
.size-input input[type="text"]{
  height:32px;
  line-height:32px;
  color:#939396;
}
.customization-form .jcf-select.jcf-focus,
.customization-form .jcf-select{
  width:100%;
  margin:0;
  text-align:left;
  border-radius: 4px;
  border-color: #bdbdc0 !important;
}
.jcf-select .jcf-select-opener{
  background:none;
  color:#939396;
}
.jcf-select .jcf-select-opener:after{
  content:'\f0d7';
  position:absolute;
  top:0;
  right:10px;
  font-family:'FontAwesome';
  color:#939396;
}
.customization-form .jcf-file .jcf-fake-input{ display:none;}
.customization-form .jcf-file{ width:100%;}
.customization-form .jcf-file .jcf-upload-button {
  border: 0;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 0;
  overflow: hidden;
  padding: 0 10px;
  background:#0c1a47;
  width:100%;
  color:#fff;
  border-radius:4px;
  font-weight:bold;
  text-transform:uppercase;
}
.customization-form label em{height:25px;line-height:21px;}
.input-radio {vertical-align: middle;display: inline-block;position: relative;overflow: hidden;cursor: default;background: #fff;border: 1px solid #777;border-radius: 9px;margin: 0 3px 0 0;height: 16px;width: 16px; cursor: pointer;}
.customization-form label .input-radio {background: #fcfcfc;border-radius: 1px;width: 18px;height: 18px;margin: 0;border: 1px solid #d7d7d7 !important;position: absolute;left: 0;top: 4px;}
.input-radio span {display: none;position: absolute;top: 3px;left: 3px;right: 3px;bottom: 3px;background: #0c1a47;border-radius: 100%;}
.input-radio.checked span {display: block;}
.input-radio input[type="radio"] {position: absolute; opacity: 0; display: none;}

.size-input .extra-option{
  display:block;
  text-align:left;
  line-height:32px;
}
.size-input .or{
  text-align:center;
  display:block;
  font-size:12px;
  line-height:32px;
  color:#838383;
  position:relative;
}
.size-input .or:before,
.size-input .or:after{
  content:'';
  position:absolute;
  display:block;
  width:30%;
  top:50%;
  height:1px;
  background:#bababd;
}
.size-input .or:before{ left:55%;}
.size-input .or:after{right:55%;}
.theme-btn.checkout-btn{
  width:100%;
  height:32px;
  line-height:32px;
  font-size:12px;
  border:0;
}
.size-input .title{
  font-size:14px;
  line-height:32px;
  color:#23232d;
  display:block;
  text-align:left;
  font-weight:600;
  font-family:'Raleway', Arial, Helvetica, sans-serif;
}
.order-detail strong,
.order-detail span{
  display:block;
  font-size:13px;
  line-height:20px;
  font-weight:300;
  color:#23232d;
  padding:0;
  text-align:left;
}
.order-detail strong{ font-weight:bold;}
.order-detail span i,
.order-detail span em{
  display:inline-block;
  vertical-align:middle;
  font-style:normal;
}
.order-detail span i{
  color:#fff;
  background:#555;
  border-radius:3px;
  width:16px;
  font-size:10px;
  line-height:16px;
  text-align:center;
}
.order-detail span:hover i{ background:#0c1a47;}
.foot{
  overflow:hidden;
  padding:20px;
  border-top:1px solid #d7d7d7;
  font-size:12px;
  line-height:16px;
  font-weight:300;
}
.foot p{
  margin:0;
  line-height:inherit;
}
.foot strong{
  display:block;
  font-size:14px;
  line-height:14px;
  font-family:'Raleway', Arial, Helvetica, sans-serif;
  font-weight:600;
  color:#23232d;
  padding:0 0 5px;
  text-transform:capitalize;
}
.foot span{display:block}
.foot span a{
  display:inline-block;
  vertical-align:middle;
}
.howitwork{
  width:50%;
  float:left;
  padding:0 20px 0 0;
}
.howitwork .video-box,
.howitwork .content-box{float:left;}
/*.howitwork .content-box{
    width:62%;
    padding:0 0 0 15px;
}*/
.howitwork .video-box{ width:38%;}
.howitwork .video-box img{
  display:block;
  width:100%;
  height:auto;
}
.needhelp{
  width:35%;
  float:left;
  padding:0 20px;
  border:solid #8f8f94;
  border-width:0 1px;
}
.likeus{
  width:15%;
  float:left;
  padding:0 0 0 20px;
}
.likeus .social-icon{
  text-align:left;
  overflow:hidden;
}
.likeus .social-icon li{
  padding:0;
  margin:0 6px 6px 0;
  float:left;
}
.likeus .social-icon li a{
  background:#555;
  color:#fff;
}
.likeus .social-icon li a i{ color:#fff;}
.product-display .product-btns{
  width:85px;
  background:#23232d;
  height:565px;
  float:right;
  border:1px solid #d7d7d7;
  border-left:0;
  margin:20px 0;
  position:relative;
}
.product-btns ul{
  overflow:hidden;
  list-style:none;
  font-size:14px;
  line-height:18px;
  text-transform:capitalize;
  font-weight:400;
}
.product-btns ul li{
  float:left;
  width:33.33%;
  list-style-type:none;
}
.product-btns ul li + li{ border-left:1px solid rgba(255,255,255,0.5);}
.product-btns ul li a{
  color:rgba(255,255,255,0.5);
  text-align:center;
  display:block;
}
.product-btns ul li a i,
.product-btns ul li a em{
  font-style:normal;
  display:inline-block;
  vertical-align:middle;
}
.product-btns ul li a i{ display:none;}
.date-rotate{
  width:563px;
  position:absolute;
  font-weight:normal;
  z-index:10;
  top:0;
  -moz-transform: rotate(-90deg) translateX(-268px) translateY(-240px);
  -webkit-transform: rotate(-90deg) translateX(-268px) translateY(-240px);
  -o-transform: rotate(-90deg) translateX(-268px) translateY(-240px);
  -ms-transform: rotate(-90deg) translateX(-268px) translateY(-240px);
  transform: rotate(-90deg) translateX(-268px) translateY(-240px);
}
.product-display{
  overflow:hidden;
  margin:0 0 0 -15px;
}
.product-display .tab-content{
  overflow:hidden;
  border:1px solid #d7d7d7;
  position:relative;
  z-index:2;
}
.product-display .tab-content img{
  display:block;
  width:100%;
  height:auto;
  position:relative;
  z-index:2;
}
.product-display .tab-content .tab-pane{overflow:hidden;}
.tab-pane .product-img{position:relative;}
.tab-pane .product-img .img-hover{
  padding:140px 40px 0;
  text-align:center;
  color:#fff;
}
.tab-pane .product-img:hover .img-hover{
  top:0;
  visibility:visible;
  opacity:1;
}
.tab-pane .product-img .img-hover .border-center{
  padding: 0 0 15px;
  margin:0 0 15px;
}
.tab-pane .product-img .img-hover .border-center:after{
  max-width:80px;
  margin:0 0 0 -40px;
}
.tab-pane .product-img .img-hover h3{
  display:block;
  font-size:26px;
  line-height:30px;
  color:#fff;
  text-transform:uppercase;
}
.tab-pane .product-img .img-hover h3 strong{
  display:block;
  color:#0c1a47;
  font-size:50px;
  line-height:50px;
}
.tab-pane .product-img .img-hover .rate{
  display:block;
  font-size:40px;
  line-height:44px;
  text-align:center;
  color:#fff;
  font-family:'Roboto', Arial, Helvetica, sans-serif;
  font-weight:900;
}
.product-img .product-loader {width: 100%;height: 100%;background: #fff;position: absolute;display: none;}
.product-img .product-loader .loader-inner{top: 50%;position: absolute;left: 50%;height: 40px;}
.product-img.product-img-loading .product-loader{display:block;}
.button-box{
  width:140px;
  /*position:absolute;
  bottom:35px;
  left:50%;
  margin:0 0 0 -70px;*/
  margin: 0 auto;
  list-style:none;
}
.button-box li{
  /*width:50%;
  float:left;*/
  list-style-type:none;
}
.button-box li a,
.button-box li span{
  display:block;
  text-align:center;
  font-size:14px;
  line-height:14px;
  color:#fff;
  font-weight:400;
  text-transform:capitalize;
  margin:0 6px;
  cursor:pointer;
}
.button-box li + li{border-left:2px solid #fff;}
.button-box li a em,
.button-box li a i,
.button-box span em,
.button-box span i{
  display:block;
  font-style:normal;
}
.button-box li a i,
.button-box span i{font-size:20px;}
.button-box li a em,
.button-box span em{ padding:8px 0 0;}
.product-display .tab-content img.displaynone{ display:none;}
/********************************
                Checkout Page CSS
********************************/
.fields-area{ padding:0 25% 0 0;}
.shop-form fieldset .form-group{
  margin-bottom:20px;
  float:left;
}
.shop-form fieldset .cart-total .form-group{ width:100%;}
.shop-form fieldset label{
  display:block;
  padding:0 0 5px;
}
.shop-form fieldset textarea{
  line-height:normal;
  height:80px;
  resize:none;
  padding:10px 15px;
  margin:0 0 50px;
}
.shop-form fieldset select{ line-height:normal;}
.shop-form fieldset .address input{ margin:0 0 10px;}
.shop-form fieldset .address{ margin:0 0 10px;}
.shop-form fieldset .form-group.shipment{ width:100%;}
.shop-form fieldset .shipping-address{
  padding-top:30px;
  padding-bottom:20px;
  display:block;
}
.shop-form fieldset em,
.shop-form fieldset input[type="checkbox"]{
  display:inline-block;
  vertical-align:middle;
  font-style:normal;
  margin:0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
}
.shop-form fieldset select:focus,
.shop-form fieldset textarea:focus,
.shop-form fieldset input[type="text"]:focus,
.shop-form fieldset input[type="email"]:focus{ border-color:#fdb62d;}
form .shop-form p {float: none;}
form fieldset button[type="submit"]{float:left;}
.table.cart-table{ margin-bottom:50px;}
table.cart-table thead{border:0;}
table.cart-table thead tr th{
  font-weight:normal;
  padding:12px 4px 12px 160px;
  border:0;
  text-align:left;
}
table.cart-table thead tr th + th{
  text-align:center;
  padding:12px 4px;
}
table.cart-table tbody td{
  width:50%;
  border:0;
  padding:10px 4px 10px 0;
  text-align:left;
  display:table-cell;
  vertical-align:middle;
}
table.cart-table tbody td span,
table.cart-table tbody td img{
  display:inline-block;
  vertical-align:middle;
}
table.cart-table tbody td img{
  margin-right:10px;
  float: left;
}
table.cart-table tbody td + td{
  width:15%;
  text-align:center;
}
table.cart-table tbody td:last-child{
  width:10%;
  padding:20px 0 20px 4px;
  text-align:right;
}
table.cart-table tbody td .btn-delete-item{ float:right}
.shop-form fieldset table.cart-table tbody td .quantity-sapn{
  position:relative;
  padding:0;
}
.shop-form fieldset table.cart-table tbody td .quantity-sapn input{border:0;}
.shop-form fieldset table.cart-table tbody td .quantity-sapn em{
  width:10px;
  display:block;
  position:absolute;
  right:10px;
  cursor:pointer;
}
.shop-form fieldset table.cart-table tbody td .quantity-sapn em.fa-caret-up{top:0;}
.shop-form fieldset table.cart-table tbody td .quantity-sapn em.fa-caret-down{ bottom:0;}
table.cart-table tfoot tr td{ width:50%;}
.shop-form fieldset .cart-foot .coupon{
  float:left;
  padding-bottom:25px;
}
.shop-form fieldset .cart-foot .coupon input{
  width:200px;
  float:left;
  border-width:1px;
  line-height:38px;
  height:38px;
  background:none;
  border:1px solid #e5e5e5;
  margin:0 -4px 0 0;
}
.shop-form fieldset .cart-foot .btn-theme{
  float:left;
  margin:0 0 0 -15px;
}
.shop-form fieldset .cart-foot .cart-total .cart-btns{
  float:left;
  width:100%;
  padding:0 0 25px;
}
.shop-form fieldset .cart-foot .cart-total .cart-btns button{
  float:right;
  margin:0 0 0 20px;
}
.cart-subtotal{
  float:left;
  width:100%;
}
.shop-form fieldset .order-total strong,
.shop-form fieldset .cart-subtotal span{
  width:50%;
  float:left;
  padding:5px 0;
}
.shop-form fieldset .order-total strong:nth-child(even),
.cart-subtotal span:nth-child(even){text-align:right;}
.shop-form fieldset .order-total strong:nth-child(odd),
.cart-subtotal span:nth-child(odd){text-align:left;}
.order-total{
  float:left;
  width:100%;
  padding:0;
  margin:0 0 30px;
}
.shop-form fieldset .cart-foot .btn-updatetool{
  float:left;
  margin:0;
}
.payment-method{
  float:left;
  width:100%;
  list-style:none;
  padding:100px 0 50px;
}
.payment-method ul{overflow:hidden;}
.payment-method ul li{
  line-height:normal;
  overflow:hidden;
  padding:10px 0;
  list-style:none;
}
.payment-method ul li:first-child{ border:0;}
.payment-method ul li label{
  font-weight:500;
  font-size:14px;
}
.payment-method ul li label em{ padding:0 0 0 15px;}
.payment-method ul li label em.paypal{
  padding:13px 75px 13px 15px;
  background:url(../images/paypal.png) no-repeat 100% 0;
}
.payment-method ul li p{
  font-weight:normal;
  padding:0 0 0 32px;
}
.content form fieldset .btn-placeorder{margin:0;}
.shop-form fieldset .cart-foot .cart-total .cart-btns {
  float: left;
  padding: 0;
  width: 100%;
}
.shop-form fieldset .cart-foot .cart-total .cart-btns a{
  float: right;
  margin: 0 0 0 20px;
}
.shop-form .jcf-radio{ border-color:#0c1a47;}
.shop-form .jcf-radio span{ background:#0c1a47;}
.shop-form .jcf-select .jcf-select-opener{ margin:12px 0 0;}
.shop-form .jcf-focus, .shop-form .jcf-focus *,
.login-form .jcf-focus, .login-form .jcf-focus *{ border-color:#0c1a47 !important;}
.login-form .jcf-checkbox,
.shop-form .jcf-checkbox{
  border-radius:0;
  background:none;
  border:1px solid #0c1a47;
}
.login-form .dateofbirth.dd {padding: 0 10px 0 0;}
.login-form .dateofbirth {
  float: left;
  width: 25%;
  padding:0 10px
}
.login-form .dateofbirth:last-child {
  width: 50%;
  padding: 0 0 0 10px;
}

/**** CUSTOM ****/
.logo-container {width:170px; margin: 15px auto;}
.logo-container img {max-width: 110px;}
.home-slider{position: relative;}
.home-slider.loading, .slider-busy{height:502px;background: #FBFBFB; position: relative;width: 100%;z-index: 9; overflow: hidden;}
.slider-busy .loader-inner {position: absolute; top: 50%; left: 50%;}

.relative{position:relative !important;}
.top-1{top:-1px !important;}
.ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.w80p{width:80% !important;}
.bg-white{background:#fff !important;}
.bg-grey{background:#f7f7f7 !important;}

.h34{height:34px !important;}
button{outline:0 !important;}

.border-bottom-0{border-bottom:0 !important;}
.border-bottom-grey{border-bottom: 1px solid #D7D7D7 !important;}

.float-none{float:none !important;}

.pad-5{padding:5px !important;}
.pad-15{padding:15px !important;}

.pad-top-0{padding-top: 0px !important;}
.pad-top-10{padding-top: 10px !important;}
.pad-top-15{padding-top: 15px !important;}
.pad-top-25{padding-top: 25px !important;}
.pad-top-40{padding-top: 40px !important;}

.pad-bottom-5{padding-bottom: 5px !important;}
.pad-bottom-10{padding-bottom: 10px !important;}
.pad-bottom-15{padding-bottom: 15px !important;}
.pad-bottom-30{padding-bottom: 30px !important;}
.pad-bottom-40{padding-bottom: 40px !important;}

.pad-left-5{padding-left: 5px !important;}

.mar-auto{margin:auto !important;}

.mar-top-0{margin-top: 0 !important;}
.mar-top-10{margin-top: 10px !important;}
.mar-top-15{margin-top: 15px !important;}
.mar-top-20{margin-top: 20px !important;}

.mar-right-0{margin-right:0 !important;}
.mar-right-10{margin-right:10px !important;}

.mar-bottom-0{margin-bottom:0px !important;}
.mar-bottom-5{margin-bottom:5px !important;}
.mar-bottom-8{margin-bottom:8px !important;}
.mar-bottom-10{margin-bottom:10px !important;}
.mar-bottom-14{margin-bottom:14px !important;}
.mar-bottom-15{margin-bottom:15px !important;}
.mar-bottom-30{margin-bottom:30px !important;}
.mar-bottom-40{margin-bottom:40px !important;}

.width330{width: 330px !important;}
.minheightauto{min-height: auto !important;}
.maxheight200{max-height: 200px;}
.maxheight400{max-height: 400px;}

.asterisk{color:#F00;}

.text-midgrey{color:#6D6D6D !important;}

.size11{font-size:11px !important;}
.size12{font-size:12px !important;}
.size13{font-size:13px !important;}
.size14{font-size:14px !important;}
.size17{font-size:17px !important;}

.fw500{font-weight:500 !important;}
.fw600{font-weight:600 !important;}

.inline-b {display:inline-block !important;}

.theme-btn:focus{background:#0c1a47;color:#fff;}

.expert-slider .owl-controls .owl-buttons .owl-prev {left: 15px;}
.expert-slider .owl-controls .owl-buttons .owl-next {right: 15px;}

/* LOADER */

/* TESIMONIALS */
.testimonial-area {background: #FBFBFB;}
.testimonial {border: 1px solid #EEE;margin-bottom: 20px;border-radius: 0px 4px 4px 0;background:#fff;}
.testimonial:last-child{margin-bottom:0;}
.testimonial blockquote{ font-size:15px; margin-bottom: 0;}
.testimonial blockquote h5{margin-top: 5px;margin-bottom: 0;}

/* TRIPS PAGE */
.nav-tabs {border-bottom: 1px solid #EFEFEF;margin-bottom: 15px;}
.tab-control-right .nav-tabs>li {float: right;}
.nav>li>a {position: relative;padding: 15px 18px;}
.nav-tabs>li>a {margin-right: 2px;line-height: 1.7;border:0;border-radius: 4px 4px 0 0;background: #EFEFEF;font-weight: 500;color: #555;font-size: 15px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {color: #fff;background-color: #0c1a47;cursor: default;margin: 0;border:0;}
.nav-tabs>li.active>a {background: #0c1a47;color: #fff;}
.tabs .post-tabs .post-tab-title {display: inline-block;margin-bottom: 0;position: absolute;top: 10px;}
.tabs .post-tabs .post-tab-title .text-primary {color: #0c1a47;}

.trip {padding: 0 0 3em 130px;background: #fff;position: relative;}
.trip-item .trip-item-content {display: table-cell;width: 90%;background: 0 0;}
.trip-item .trip-item-content .trip-item-title {font-size: 14px;font-smoothing: antialiased;letter-spacing: .5px;}
.trip-item .item-featured {overflow: hidden;float: left;width: 10%;min-width: 70px;display: table-cell;}
.trip-item .item-featured img {width: 50px;height: 50px;background-color: #fff;overflow: hidden;border-radius: 50%;}
.trip-item .trip-item-content .content-meta {display: inline-table;font-style: italic;color: #717171;margin-bottom:3px;}
.trip-item .trip-item-content .content-meta:last-child{margin-bottom:0;}
.content-meta>span {padding-right: 15px;font-weight: 500;font-size: 13px;}
.content-meta>span.trip-location i {position: relative;top: -1px;}
.content-meta>span.trip-email i{margin-right:3px;}
.content-meta>span.trip-phone i {margin-right:5px;}
.content-meta>span.trip-date i {margin-right: 8px;}

.post-tabs .trip.trip-content {padding: 2.142857142857143em;width: 100%;display: table;clear: both;}
.post-tabs .trip.trip-content:nth-child(2n+1) {background: #f9f9f9;}
.post-tabs .trip-item-title {margin-top: 0;font-size: 14px;margin-bottom: .5rem;text-transform: uppercase;}
.post-tabs .trip-item .trip-item-content {width: 60%;float: left;}
.post-tabs .book-now {float: right;}
.post-tabs .book-now a.theme-btn { background: #0c1a47; transition: all ease .3s; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ie-transition: all ease .3s; -o-transition: all ease .3s; }
.post-tabs .book-now a.theme-btn:hover {box-shadow: 0 0 10px #f5f5f5;}
.post-tabs .trip:hover.trip-content{background: #23232d;}
.post-tabs .trip:hover.trip-content .book-now a.theme-btn { border: 1px solid #f5f5f5;}
.post-tabs .trip:hover .trip-item-title, .post-tabs .trip:hover .content-meta, .post-tabs .trip:hover .content-meta strong{color: #fff;}
.post-tabs .trip:hover .book-now a.theme-btn:hover{opacity: .9;}

.social a{padding:0 5px;color:#414141; font-size: 12px;}
.social a:hover{color:#0c1a47;}

/* GALLERY */
.gallery-box{width: 100%;min-height: 492px;position: relative;background-color: #fff;display: block;border-radius: 2px;}
.gallery-box .col-md-3{background: #0c1a47;border: 1px solid #0c1a47;}
.gallery-box .col-md-9{border: 1px solid #0c1a47;border-left: 0;}
.image-container {margin: 15px 0;position: relative;min-height: 460px;position: relative;}
.image-container ul li{list-style:none;}
.image-container ul li {display: none; position: absolute;top: 0;bottom: 0;left: 0;right: 0;text-align: center;}
.image-container ul li a:before{content: ' ';display: inline-block;vertical-align: middle;height: 100%;}
.image-container ul li img {text-align: center;max-height: 460px;}
.image-container ul li.selected {display: block;}
.image-container:hover ~ .image-meta{opacity:0;}
.image-meta {text-align: left;position: absolute;bottom: -15px;background-color: rgba(0,0,0,.7);width: 100%;color: #fff;padding: 10px 0;font-size: 12px;transition: opacity .2s ease-in-out;opacity: 1;}
.image-meta {padding: 10px 20px;bottom: 0;left: 0;}

.gallery-box .control .pagi-arrow-left, .gallery-box .control .pagi-arrow-right {position: absolute;top: 0;min-width: 45px;max-width: 125px;width: 15%;height: 100%;border: 0;z-index: 45;opacity: 0;background: 0;cursor: pointer;transition: opacity .2s ease-in-out;}
.gallery-box .control .pagi-arrow-left {left: -12px;}
.gallery-box .control .pagi-arrow-right {right: -12px;}
.gallery-box .control .pagi-arrow-left:before, .gallery-box .control .pagi-arrow-right:before {content: "";position: absolute;text-indent: -999999;font-family: 'FontAwesome';font-size: 70px;color: #0c1a47;top: 38%;}
.gallery-box .control .pagi-arrow-left:before {content: "\f104";left: 45px;}
.gallery-box .control .pagi-arrow-right:before {content: "\f105";right: 45px;}
.gallery-box .col-md-9:hover .control .pagi-arrow-left, .gallery-box .col-md-9:hover .control .pagi-arrow-right {opacity: .5;}

.thumbnail-list {padding: 15px 0;float: left;}
.thumbnail-list ul {min-height: 460px;max-height: 460px;overflow: hidden;}
.thumbnail-list ul li {float: left;margin: 0 5px 5px 0;position: relative;width: 59px;height: 59px;overflow: hidden;}
.thumbnail-list ul li:nth-child(4n) {margin-right:0;}
.thumbnail-list ul li a {display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.thumbnail-list ul li a img {max-width: inherit !important;}
.thumbnail-list ul li a .thumb-border {position: absolute;top: 0;left: 0;width: 59px;height: 59px;cursor: pointer;border: 2px solid #B19158;}
.thumbnail-list ul li a .thumb-border:hover {border-color: #252525;}
.thumbnail-list ul li.selected a .thumb-border {border-color: #fff;}

.fabric-img{border-radius: 3px;border: 1px solid #CECECE;}

/** PRICE SLIDER **/
.price-label {width: 100%;float: left;text-align: center;padding:15px;}
.price-slider-wrapper{padding:18px;}
#price-range.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {background: #ccc none repeat scroll 0 0;padding: 0;position: relative;margin: 0 8px 0 0;}
.ui-slider-range.ui-widget-header.ui-corner-all {bottom: 0;height: 2px;left: 0;position: relative;right: 0;top: 0;}
.ui-slider-range.ui-widget-header.ui-corner-all {background: #0c1a47;}
.ui-slider-handle {height: 20px;position: absolute;}
span.ui-slider-handle.ui-state-default {height: 8px;width: 8px;}
.ui-slider-handle.ui-state-default.ui-corner-all {position: absolute;top: -3px;width: 8px;outline: none;}
.ui-slider-handle.ui-state-default.ui-corner-all, .ui-slider-handle {background: #0c1a47;}

/************ 9.CHECKBOX-RADIO BUTTON ************/
.checkbox {padding-left: 20px;margin-bottom: 0;}
.checkbox:first-child{margin-top:0;}
.checkbox label, .radio label {display: inline-block;position: relative;padding-left: 5px;font-size: 13px;color: #676767;}
.checkbox label::before {content: "";display: inline-block;position: absolute;width: 17px;height: 17px;left: 0;margin-left: -20px;border: 1px solid #cccccc;border-radius: 2px;background-color: #fff;transition:  0.3s ease-in-out;}
.checkbox label::after {display: inline-block;position: absolute;width: 16px;height: 16px;left: 1px;top: 0;margin-left: -20px;padding-left: 3px;padding-top: 1px;font-size: 10px;color: #555555;}
.checkbox input[type="checkbox"] {opacity: 0;z-index: 1;cursor: pointer;}
.checkbox input[type="checkbox"]:focus + label::before {outline: thin dotted;outline: none;outline-offset: -2px;}
.checkbox input[type="checkbox"]:checked + label::after {font-family: 'FontAwesome';content: "\f00c";}
.checkbox input[type="checkbox"]:disabled + label {opacity: 0.65;}
.checkbox input[type="checkbox"]:disabled + label::before {background-color: #eeeeee;cursor: not-allowed;}
.checkbox.checkbox-circle label::before {border-radius: 50%;}
.checkbox.checkbox-inline {margin-top: 0;}

.radio {padding-left: 20px;}
.radio label::before {content: "";display: inline-block;position: absolute;width: 17px;height: 17px;left: 0;outline: none !important;margin-left: -20px;border: 1px solid #cccccc;border-radius: 50%;background-color: #fff;transition: border 0.5s ease-in-out;}
.radio label::after {display: inline-block;position: absolute;content: " ";width: 11px;height: 11px;left: 3px;top: 3px;margin-left: -20px;border-radius: 50%;background-color: #555555;transform: scale(0, 0);transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);}
.radio input[type="radio"] {opacity: 0;z-index: 1;cursor: pointer;}
.radio input[type="radio"]:focus + label::before {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
.radio input[type="radio"]:checked + label::after {transform: scale(1, 1);}
.radio input[type="radio"]:disabled + label {opacity: 0.65;}
.radio input[type="radio"]:disabled + label::before {cursor: not-allowed;}
.radio.radio-inline {margin-top: 0;}
.radio.radio-single label {height: 17px;}
.radio-success input[type="radio"]:checked + label::before {border-color: #33b86c;}
.radio-success input[type="radio"]:checked + label::after {background-color: #33b86c;}

/***** CUSTOMIZATION BOX *****/
.item-overlay{left: 0;position: absolute;text-align: center;bottom: 45%;margin-bottom: -25px;width: 100%;z-index: 3;}
.item-overlay button{background: #0c1a47;color: #fff;display: inline-block;height: 40px;line-height: 40px;margin: 0 3px;opacity: 0;width: 40px;transition: transform 0.3s;transform: translate3d(0, 25px, 0);border-radius: 1px;}
.item-overlay button i{float:none !important;}
.customization-form ul li:hover .item-overlay button{opacity: 1;transform: translate3d(0, 0, 0);}

.customization-box{padding:25px;}
.customization-box div {width: 346px;height: 575px;display: block;margin: 0 auto;}
.customization-accordion .panel {overflow: hidden;margin: 0;box-shadow: none;border: 0;}
.customization-accordion .panel-heading {overflow: hidden;border-radius: 0;background: #ffffff;background: -moz-linear-gradient(top, #ffffff 0%, #f6f4f5 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f4f5));background: -webkit-linear-gradient(top, #ffffff 0%,#f6f4f5 100%);background: -o-linear-gradient(top, #ffffff 0%,#f6f4f5 100%);background: -ms-linear-gradient(top, #ffffff 0%,#f6f4f5 100%);background: linear-gradient(to bottom, #ffffff 0%,#f6f4f5 100%);padding: 0 15px;}
.customization-accordion .panel-heading .panel-title {overflow: hidden;margin: 0;font-weight: normal;font-size: 14px;line-height: 36px;font-family: 'Roboto', Arial, Helvetica, sans-serif;}
.customization-accordion .panel-heading .panel-title a {color: #0c1a47;float: left;width: 100%;line-height: 35px;text-align: left;font-size: 14px;font-weight: 500;}
.customization-accordion .panel-heading .panel-title a.collapsed {color:#969696;}

.product-display .table{margin-bottom: 0;}
.product-display .table th, .product-display .table td {border-left:0 !important; border-right:0 !important;font-size: 13px;}
.product-display .table th{background: #0c1a47;color: #fff;font-weight: 600;text-transform: uppercase;}
.product-display .table td:first-child{border-right:1px solid #ddd !important;background: #F9F9F9;font-weight: 500;color: #676767;}
.product-display .table tr:last-child td{border-bottom: 0 !important;}

.td-loading{background: #fff url('../images/loader.svg') no-repeat center 50%;width: 50%;height: 100%;text-indent: -99999px;}
.img-border{border-radius: 2px;border: 1px solid #E5E5E5;padding: 1px;background-color: #FFF;}

/**** Loader *****/
.body-loader{position: fixed; background: rgba(0,0,0,.5); width: 100%; height: 100%; left: 0; top: 0; z-index: 9999999999; text-align: center; display: none;}
.body-loader .loader-inner{z-index: 100000;position: fixed;top: 50%;width: 40px;height:40px;left: 50%;background-color: rgba(35, 35, 45, .8);padding: 4px;border-radius: 2px;}
.apsley-loading {position: relative;transform: translateY(-30px); }
.apsley-loading > div:nth-child(2) {animation-delay: -0.4s; }
.apsley-loading > div:nth-child(3) {animation-delay: -0.2s; }
.apsley-loading > div {background-color: #fff;border-radius: 100%;margin: 2px;animation-fill-mode: both;position: absolute; top: 14%; left: 13%;opacity: 0;margin: 0;width: 30px;height: 30px;animation: apsley-loading 1s 0s linear infinite; }
.apsley-loading.black > div{background-color:#23232d;}
@-webkit-keyframes apsley-loading {
  0% {-webkit-transform: scale(0);transform: scale(0);opacity: 0; }
  5% {opacity: 1; }
  100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0; }
}
@keyframes apsley-loading {
  0% {-webkit-transform: scale(0);transform: scale(0);opacity: 0; }
  5% {opacity: 1; }
  100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0; }
}

/***** Modal *****/
.modal-content{border-radius:1px;border:0;}
.modal-header, .modal-footer{background: #f6f7f8;}
.modal button.close{position: inherit;color: inherit;font-size: inherit;border: 0 !important;width: auto;height: inherit;}
.modal button.close span{font-size: 19px;color: #B9B9B9;}
.modal-header .close{margin-top:5px;}
/*.modal.in .modal-dialog{transform: scaleX(1) scaleY(1);transform-origin: 50% 50% 0px;}*/
.modal .images-view .col-md-4 {padding: 0 0 15px 15px;}


.form-group{position:relative;}
label.haserror{position: absolute;right: 0;bottom: -37px;max-width: 200px;padding: 5px 10px;border-radius: 5px;background: #FBE4E4;z-index: 9999;font-size: 11px;color: #D22E2E;display:none !important;}
label.haserror:after {bottom: 100%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;left: 10px;}
label.haserror:after {border-color: rgba(136, 183, 213, 0);border-bottom-color: #FBE4E4;border-width: 5px;}
.form-control.haserror:hover ~ label.haserror, .form-control.haserror:focus ~ label.haserror{display:inline-block !important;};

/* UPLOAD FILES */
ul.ufiles {list-style : none;padding : 0;margin: 0;display: inline-block;}
ul.ufiles li {margin: 20px;width: 95.5px;display: inline-block;margin-right: 0;margin-bottom:0;outline: 1px solid #E5E5E5;padding: 15px;position: relative;height: 95.5px;float: left;background: #fff;}
ul.ufiles li a { display: block; background: #fff; }
ul.ufiles li.active, ul.ufiles li:hover { border-color: #3A72CC; }
ul.ufiles li span.delete {cursor: pointer;position: absolute;top: -5px;right: -5px;background: #FF9191;color: #fff;border-radius: 50%;width: 18px; height: 18px;}
ul.ufiles li span.delete:before { content: "\f00d"; position: absolute; display: block; font-family: 'FontAwesome'; width: 18px; height: 18px; text-align: center; line-height: 18px; font-size: 9px;; }
/*ul.ufiles li div.qq-upload-size.progress { position: absolute; width: 82%; left: 10%; top: 48%; }*/
ul.ufiles li div.qq-upload-size.progress { position: absolute; left: 25%;top: 25%;margin-bottom: 0; }
ul.ufiles li a.qq-upload-cancel { position: absolute; bottom: 0; padding: 0; text-align: center; width: 100%; color: #B7B7B7; cursor: pointer; height: 100%; display: none; vertical-align: middle; font-size: 12px; padding-top: 40px; background: #EFEFEF; transition: all .1s ease; text-decoration: none;left:0; }
ul.ufiles li:hover a.qq-upload-cancel { display: block;  }
.qq-upload-drop-area {display: none !important;}
.qq-upload-size.progress {border-radius : 0;box-shadow : 0 0 5px rgba(0, 0, 0, 0.1);height : 50px; width:50px;line-height : 50px;margin-bottom : 10px;border-radius : 50%;background: #0c1a47;text-align: center;color:#fff;font-weight: 600;font-size: 11px;}
.qq-upload-size .progress-bar {float : left;width : 0;height : 100%;font-size : 12px;color : #fff;text-align : center;box-shadow : none;background-color : #4278CF;border-radius : 2px;transition : width 0.6s ease;}

ul.files.ufiles li{margin-left:0;margin-right:20px;}

/* NO FILES */
.no-files{display:none;text-align: center;padding: 15px;height: 200px;vertical-align: 25px;font-size: 25px;color: #E5E5E5;}
.no-files i{font-size: 110px;display: block;padding-top: 30px;}
.no-files.show ~ ul.ufiles{display:none;}

/* DROP FILE */
.qq-all.qq-uploader{position: relative;display: block;padding: 40px 0;text-align: center;border: 1px dashed #bbb;border: 1px dashed #DCDEE4;border-radius: 3px;background: #fff;}
.uploader-busy{min-height:124px;background: #fff url('../images/loader.svg') no-repeat center center;}
.qq-all.qq-uploader .qq-upload-drop-area, .qq-all.qq-uploader .qq-upload-button{display: inline-block !important;}
.qq-all.qq-uploader .qq-upload-button{opacity: .8;position: initial !important;overflow: inherit !important;}
.qq-all.qq-uploader .qq-upload-button input{font-size:0 !important;}
.qq-all.qq-uploader .qq-upload-drop-area{font-size: 11px;text-transform: uppercase;color: #444;font-weight: bold;font-style: normal;}
.qq-all.qq-uploader .qq-upload-drop-area em {font-weight: normal;text-transform: none;color: #aaa;font-size: 12px;position: relative;display: inline-block;margin: 0 8px;}
.qq-all.qq-uploader:hover{box-shadow: inset 0px 0px 0px 6px rgba(220, 222, 228,.2);}

#meaimages ~ ul.ufiles li {margin-left: 0;margin-right: 20px;}

#mini-cart ul.cart-list{max-height: 200px;overflow: hidden;}
#mini-cart ul.cart-list.scrollable {padding-right: 15px; margin-right: -5px;}
.btn-dropdown span.cart-count{border-radius: 10px;width: auto;top: -11px;font-size: 11px;font-weight: 400;padding: 0px 6px 1px 5px;}

/***** SOCIAL BUTTON *****/
.socialbtn {float: left;background: #d05165;height: 45px;color: #fff;opacity: .8;margin-bottom: 15px;min-width: 240px;border-radius: 6px;display: block;max-width: 240px;line-height: 45px;margin-right: 15px;}
.socialbtn:last-child{maring-right: 0; margin-bottom: 0;}
.socialbtn:hover {text-decoration: none;color: #fff;opacity: 1;}
.socialbtn span.icon {width: 45px;height: 45px;display: inline-block;font-size: 20px;text-align: center;border-right: 1px solid #d05165;margin-right: 15px;color: #fff;}
.socialbtn span.text {padding-right: 15px;position: relative;top: -3px;color: #fff;font-size: 15px;}
.socialbtn.fb {background: #2f4b93;}
.socialbtn.fb span.icon {border-color: #273F7C;}
.socialbtn.gp {background: #df4a32;}
.socialbtn.gp span.icon {border-color: #c2371f;}

/***** CHECKOUT *****/
.box-border {background-color: rgba(247, 247, 247, 0.3);border: 1px solid rgba(45, 45, 45, 0.1);margin-bottom: 30px;padding: 20px;}
.checkout {margin: -20px;margin-bottom: 20px;}
.checkout ul li a {font-size: 14px;background: #252525;color: #fff;padding-bottom: 20px;}
.checkout ul.nav li a i {display: block;line-height: 40px;font-size: 20px;}
.checkout ul.nav li.active a, .checkout ul.nav li.active a:hover, .checkout ul.nav li.active a:focus {background: none;color: #252525;}
.checkout ul.nav li a:hover, .checkout ul.nav li a:focus {background: #252525;color: #fff;}
.alert-default{color: #252525;background-color: #ECECEC;border-color: #D2D2D2;}

/***** PAYMENT PAGE *****/
.payment-loader{width: 30px; margin: 15px auto;}
.pay-method{border: 1px solid #D2D2D2; border-radius: 4px;margin-bottom:10px;}
.pay-method > div{padding: 10px; border-radius: 4px;}
.pay-method > div.active{background: #F5F5F5;}

/***** TABLE *****/
.cart-table.theme-table thead tr th{text-align: center;}
.cart-table.theme-table thead tr th, .cart-table.theme-table tbody tr td{vertical-align: middle;padding: 10px;}
.cart-table.theme-table tbody tr td {width:inherit;text-align: center;border: 1px solid #E4E4E4;}
.cart-table.theme-table a.view{font-size: 11px;height: 25px;line-height: 25px;width: 95px;}
@media only screen and (min-width: 768px) {
  .cart-table.theme-table tbody tr td.w10{width:100px;}
}

/***** PRODUCT DESCRIPTION *****/
.desc-accordion{border-bottom: 1px dotted #cacaca; padding: 20px 0; margin: 10px 0; border-top: 1px dotted #cacaca;font-size: 12px;font-weight: 400;color: #969696;}
.desc-accordion h4 a {padding: 0; text-transform: uppercase; font-weight: bold;}
.desc-accordion .panel-body {background: #F7F7F7; max-height: 150px; overflow: auto;}
.desc-accordion ul {margin-bottom:10px;}
.desc-accordion ul li {line-height:22px;}
.desc-accordion p {margin-bottom:5px;}

/***** TAGS *****/
a.tag{background: #0c1a47; border: 1px solid #0c1a47; padding: 3px 7px 4px; color: #fff; border-radius: 3px; margin-right: 5px; transition: all ease .3s;}
/*box-shadow: inset 0 4px 5px #0c1a47;*/
a.tag:hover { background: #f7f7f7; color: #0c1a47;  }

/***** SITEMAP *****/
.sitemap h2 {color: #111; font-size: 20px; border-bottom: 1px solid #e9e9e9; padding-bottom: 5px;}
.sitemap ul li {list-style: none;}
.sitemap ul li i {margin-right: 5px; color: #0c1a47;}

/***** NEWS BAR *****/
.col-md-12.left-top-bar, .col-md-12.right-top-bar { width: 310px; }
.col-md-12.right-top-bar { width: 100px; }
.mobile-topbar { display: none; }
.top-news-bar{width:100%; padding: 0 310px;}
.news-slider { display: block; padding: 0; margin: 0; list-style: none; line-height: 1; position: relative; overflow: hidden; height: 20px; }
.news-slider .marquee a { color: #0c1a47; font-weight: 500; display: inline-block; padding-right: 20px; }

/***** NEWSELTTER *****/
#newsletter-modal .modal-content {width: 600px; margin: 100px auto; min-height: 280px;}
#newsletter-modal .modal-content button.close { background: #0c1a47; position: absolute; top: -10px; right: -10px; width: 25px; height: 25px; border-radius: 25px; text-align: center; z-index: 99; }
#newsletter-modal .modal-content button.close span { color: #fff; line-height: 25px; font-size: 15px; }
#newsletter-modal .modal-body div h2 {text-transform: uppercase;display: inline-block;border-bottom: 3px solid #414141;} 
#newsletter-modal .modal-body div h2 span { color: #0c1a47; }
#newsletter-modal .modal-body p { font-size: 21px; color: #565656; line-height: 28px; }
#newsletter-modal .modal-body img.newsletter-img { position: absolute; top: 0; right: 0; }
#newsletter-modal .modal-body input {background: #fff;}
#newsletter-modal .modal-body button {height: 48px; padding: 8px 15px; line-height: 24px; border: 0; font-size: 12px;}
#newsletter-modal .modal-body div.success { text-align: center; font-size: 15px; font-weight: 400; padding: 35px 0; margin-bottom: 0; color: #68B555; }
#newsletter-modal .modal-body div.sub-error{ color: #D22E2E; font-size: 13px; margin-bottom: 5px; }
#newsletter-modal label.haserror {bottom: auto; top: -32px; left: 0; right: auto;}
#newsletter-modal label.haserror:after{border-top-color: #FBE4E4; top: 100%; border-bottom-color: transparent; bottom: auto; }

.home.parallax-window {background:#EFEFEF;}

/** Websites **/
.websites { background: #16275d; padding: 30px 0; }
.websites .website-link div a { display: block; padding: 15px; position: relative; background: #fff; border-radius: 1px; transition: all .3s ease; font-size: 15px; font-weight: 800; color: #424242; }
.websites .website-link div a:hover { background: rgba(255,255,255,.8); }

/** Home Tours **/
.h-tours { margin-bottom: 35px; }
.h-tours ul { list-style: none; margin-bottom: 0; width: 100%; }
.h-tours ul li {  list-style: none; }
.h-tours ul li tr td:first-child { vertical-align: top; } 
.h-tours ul li table { margin-bottom: 0; }
.h-tours td { border: 0; text-align: left; }
.h-tours td[align="right"] { text-align: right; }
.h-tours td h2 { font-size: 14px; padding-bottom: 0; margin-bottom: 5px; font-weight: 800; text-transform: uppercase; }

.mobile-sidebar { display: none; }