
:root {
	--accent-blue-color: #2587ef;
}
.body{
	font-family: 'Open Sans', sans-serif;
}
.menu {
	margin-top: 2%;
	width: 50%;
	float: right;
}
.img img{
	width: 100%;
}

div.logo {
    padding: 10px 0;
}

@media screen and (max-width: 992px) {
	div.logo {
      padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
	div.logo {
      width: 100%;
  }
}

.logo a {
  	text-decoration: none;
	font-weight: 700;
  	font-size: 28px;
  	color: #fff;
  	line-height: 1.2;
  	margin: 0;
}

.logo a img {
	width: 300px;
  	max-width: 100%;
  	height: auto;
}

.header{
	background-color:#333;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;;
  	flex-wrap: wrap;
	padding: 10px 15px;
  	margin-bottom: 30px;
}

.navbar-default {
	background-color: #333;
	border-color: #333;
	float: left;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #FFF;
	background-color: #333;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin-top: 1.5%;
}
.show-on-hover:hover > ul.dropdown-menu {
    display: block;    
}
button.btn.btn-default.dropdown-toggle {
	font-family: 'Open Sans', sans-serif;
	background: none;
	color: #fff;
	border: none;
	padding: 0px 5px;
	margin-top: 15px;
}
.btn .caret {
	margin-left: 13px;
}
.right{
	float: right;
	width: 49%;
	margin-top: 0;
}
.right ul li.a{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 600;
	padding: none;
	border:none;
	margin-top: 3px;
}
span.text-left a {
	color: #fff;
	font-size: 1.3em;
	text-decoration: none;
	padding: 0px 26px;
	position: relative;
	top: 12px;
	display: none;
	float: left;
}
.right ul li.a a{
	color: #fff;
}
.right ul li a{
	color: #fff;
}
.right ul li.a a:hover{
	color: var(--accent-blue-color);
	text-decoration:none;
}
.right ul li a:hover{
	color: #fff;
	text-decoration:none;
}
.right ul li{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	padding: 10px;
	margin-left:15px;
	border:2px solid #fff;
	border-radius:6px; 
	transition: all 0.3s ease-in-out;
}
.right ul li.a:hover{
	border:none;
	background:none;
}
.right ul li:hover{
	border:2px solid var(--accent-blue-color);
	background: var(--accent-blue-color);
}
ul.nav.navbar-nav li a:hover {
	color: #999;
}
.navbar-nav {
	margin-top: 3px;
}
li.a.text-left a img {
	margin-bottom: 6px;
}
div.col-md-12 {
	padding: 0;
}

div.col-md-12.text-left h1,
div.col-md-12.text-left h2 {
	padding: 15px 15px;
}

div.blog-head {
	margin-top: 3%;
}
/* content */
.grid p{
	font-family: 'Open Sans', sans-serif;
}
.grid h2 {
	font-family: 'Open Sans', sans-serif;
	margin-top: -4px;
	margin-bottom: 22px;
}
div.col-md-2 {
	width: 20%;
}
.grid p a {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #333;
	padding: 6px 18px;
	border: 2px solid var(--accent-blue-color);
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
}
.grid p a:hover {
	color: #fff;
	background: var(--accent-blue-color);
	text-decoration: none;
}
.content{
	padding:8% 0;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 8%;
}

/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(243, 103, 89, 0.8);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	font-family: 'Open Sans', sans-serif;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img {
	margin: 46% 0% 0 0;
	display: -webkit-inline-box;
	background: #333;
	padding: 15px;
	border-radius: 2em;
	-webkit-animation: 2em;
	-moz-border-radius: 2em;
	-o-border-radius: 2em;
	-ms-border-radius: 2em;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
/*----start-light-box---*/
.light-box-info {
	padding: 1.8em;
	box-shadow: none;
	border-radius: 0;
}
.light-box-info h3 {
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size: 2em;
	font-weight: 300;
}
.light-box-info p{
	font-family: 'Open Sans', sans-serif;
	color: #888888;
	font-size: 0.96em;
	line-height: 1.5em;
}
.modal-dialog {
	margin: 18% auto;
}
button.close {
	outline: none;
}
/*----start-footer---*/
.grid p{
	font-family: 'Open Sans', sans-serif;
	line-height: 1.9em;
}
.grid1{
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.9em;
}
.grid1 h2{
	margin: -10px 0 20px;
}
.grid2{
	width: 50%;
	
}
/*---startr-social-icons-set----?*/
.social-icons-set {
	float: left;
	width: 34%;
	margin-top: 8px;
}
.social-icons-set ul li{
	display:inline-block;
	padding: 3px;
}
.social-icons-set ul li:nth-child(3),.social-icons-set ul li:nth-child(6){
	margin-right:0px;
}
.social-icons-set ul li a {
	display: block;
	padding: 20px;
}
.social-icons-set ul li a.facebook{
	background: url(../images/image-sprit.png) no-repeat -246px 9px #4B5456;
	border-radius: 3em;
}
.social-icons-set ul li a.facebook:hover{
	background: url(../images/image-sprit.png) no-repeat -246px -22px #4B5456;
}
.social-icons-set ul li a:hover {
	zoom: 1;	
}
.social-icons-set ul li a.twitter{
	background: url(../images/image-sprit.png) no-repeat 10px 9px #4B5456;
	border-radius: 3em;
}
.social-icons-set ul li a.twitter:hover{
	background: url(../images/image-sprit.png) no-repeat 10px -22px #4B5456;
}
.social-icons-set ul li a.vimeo{
	background: url(../images/image-sprit.png) no-repeat -33px 8px #4B5456;
	border-radius: 3em;
}
.social-icons-set ul li a.vimeo:hover{
	background: url(../images/image-sprit.png) no-repeat -33px -23px #4B5456;;
}
.top{
	margin-bottom:8%;
}
.footer{
	background:#333;
	padding: 3% 0 2%;
}
.footer ul li a{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer ul li a:hover{
	color:#999;
	text-decoration:none;
}


.footer-links ul{
    list-style: none;
  	display: flex;
  	justify-content: center;
  	flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 20px;
}

.footer-links ul li{
    padding: 5px 10px;
}

.footer-links ul li a{
    color: #fff;
}

.pull-right {
	margin-top: -5px;
}
.form-control:focus {
	border-color: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.grid1.pull-left p a {
	color: #535353;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
div.grid1.pull-left p a:hover {
	color: #222;
	text-decoration: none;
}
.pull-left {
	margin-top: 1%;
}
/* about */
.grid5 img{
	width: 100%;
}
.main{
	padding:2% 0 6%;
}
div.col-md-12 p {
	margin: 2%;
}
.form-control {
	font-family: 'Open Sans', sans-serif;
	height: 46px;
	padding: 0px 16px 0px;
}
div.col-sm-10 textarea {
	font-family: 'Open Sans', sans-serif;
	padding: 14px;
	width: 100%;
	height: 200px;
	border: 1px solid #D3D3D3;
	resize: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.btn {
	font-family: 'Open Sans', sans-serif;
	padding: 12px 30px;
	font-size: 1.1em;
	background: #FFFFFF;
	color: #727272;
	border:1px solid var(--accent-blue-color);
	transition: all 0.3s ease-in-out;
}
div.col-md-12.text-center h2 {
	padding-bottom: 3%;
}

/*----start-blog----*/

/*-------------------------- top content --------------------- */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
	font-size: 36px;
    line-height: 1.4;
  	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 30px;
    }
}

.top-content h2 {
	font-size: 30px;
    line-height: 1.4;
  	margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	.top-content h2 {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
	line-height: 1.4;
}

/*------------------------- top content end ----------------- */

.blog-grid{
	border-bottom: 1px solid #EEE;
	margin-bottom: 2.5em;
}

.blog-poast-admin{
	position: absolute;
	bottom: 90px;
	left: 20px;
}

.blog-poast-head{
	position:relative;
	box-shadow: 0px 0px 1px #E0E0E0;
}

.blog-poast-admin img{
  	width: 88px;
  	height: 88px;
	border-radius: 30em;
	border: 4px solid #FFF;
}
.post-pic img{
	width:100%;
	display:block;
}

.blog-poast-info{
  	min-height: 40px;
	background: var(--accent-blue-color);
	padding: 10px 20px;
}

.blog-poast-info ul{
	padding: 0;
  	margin: 0;
}

.blog-poast-info ul li{
	display: inline-block;
	margin-right: 1em;
}

.blog-poast-info ul li span,
.blog-poast-info ul li a{
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.875em;
	transition:0.5s all;
}

.blog-poast-info ul li a:hover{
	color:#2C3E50;
	text-decoration: none;
}

.blog-poast-info ul li a span{
	font-family: 'Open Sans', sans-serif;
	width: 12px;
	height: 12px;
	display: inline-block;
	padding: 0 0.2em;
}
.admin span{
	background:url(../images/admin-icon.png) no-repeat 0px 0px;
}
.p-date span{
	background:url(../images/cal-icon1.png) no-repeat 0px 0px;
}
.p-blog span{
	background:url(../images/blog-icon.png) no-repeat 0px 0px;
}

.blog-info h3 {
  	margin: 0 0 10px 0;
}

@media screen and (min-width: 992px) {
	.blog-info h3{
        min-height: 48px;
    }
}

.blog-info h3 a{
	font-family: 'Open Sans', sans-serif;
  	font-size: 20px;
	color: #858585;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.5s all;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-info h3 a:hover{
	text-decoration: none;
	color:#333;
}

.blog-info p{
	font-family: 'Open Sans', sans-serif;
	color: #626262;
	line-height: 1.5em;
  	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  	margin: 0 0 15px 0; 
}

.blog-info{
	padding: 20px 0;
}

.blog-grid:nth-child(2),.blog-grid:nth-child(4){
	margin-right:0;
}

.pagination-list{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 30px 0;
}

.pagination-list li a{
    text-decoration: none;
  	display: inline-block;
    min-width: 50px;
  	height: 50px;
    font-weight: 700;
  	line-height: 3.2;
    text-align: center;
  	border-radius: 4px;
    border: 1px solid var(--accent-blue-color);
    background-color: transparent;
    color: var(--accent-blue-color);
    transition: all .3s ease;
  	padding: 0 10px;
    margin: 0 3px;
}

.pagination-list li.active a{
    text-decoration: none;
    border: 1px solid var(--accent-blue-color);
    background-color: var(--accent-blue-color);
    color: #fff;
}

.pagination-list li a:hover{
    text-decoration: none;
    border: 1px solid var(--accent-blue-color);
    background-color: var(--accent-blue-color);
    color: #fff;
}

/*----//End-blog----*/
/*-----start-destination----*/
.destination-head{
	padding: 0.9% 0 8%;
}
.dfind-place{
	border-top: 1px solid #EEE;
}

.dfind-place input[type="text"]{
	border: 1px solid #eee;
	transition: border-color 0.3s;
}

.dfind-place input[type="text"]:hover,.dfind-place input[type="text"]:focus{
	border:1px solid var(--accent-blue-color);
	color: var(--accent-blue-color);
}
.dfind-place input[type="submit"]{
	border: 1px solid var(--accent-blue-color);
	padding: 0.5em 1.5em;
	border-radius: 0.2em;
}
.dfind-place input[type="submit"]:hover{
	border:1px solid var(--accent-blue-color);
}
.destination-head h3{
	font-size: 1.5em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 0 1.3em 0;
}
.destination-places-head h3{
	font-size: 1.5em;
	color: #7F91A2;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 0 1.3em 0;
}
.destination-places-grid{
	width: 31.82%;
	float: left;
	margin: 0 2% 2% 0;
	border: 1px solid #E2E2E2;
}
.dest-place-opt-fea li{
	display:inline-block;
	margin-right: 1.2em;
}
.dest-place-opt-fea li span{
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 0.2em;
}
.dest-place-opt-fea{
	background: #2C3E50;
	padding: 0.5em 0.8em;
}
.dest-place-opt-fea li a{
	color: #9DAFC0;
	text-transform: uppercase;
	font-size: 0.875em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.dest-place-opt-fea li a:hover{
	color:#1DD2AF;
}
.dest-place-pic img{
	display:block;
	opacity: 0.9;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.dest-place-pic img:hover,.destination-places-grid:hover .dest-place-pic img{
	opacity: 1;
}
.destination-places-grid:hover{
	cursor:pointer;
}
.hot span{
	background:url(../images/hotel-icon.png) no-repeat 0px 0px;
}
.plain span{
	background:url(../images/plain.png) no-repeat 0px 0px;
}
.Breakfast span{
	background:url(../images/tea.png) no-repeat 0px 0px;
}
.dest-place-opt-cast{
	background: #1DD2AF;
	padding:0.8em;
}
.dest-place-opt-cast li a{
	color:#FFF;
	text-transform: uppercase;
}
.d-place{
	float:left;
}
.d-price{
	float: right;
	font-size: 0.875em;
	padding-top: 0.1em;
}
.last-d-grid{
	margin-right:0;
}
.destination-places{
	padding:2em 0;
	margin-top: -7em;
}
/*-----start-destination----*/
/*----start-find-place----*/
.find-place{

}
.p-h{
	float: left;
	width: 14%;
	background: url(../images/border.png) no-repeat 100% 50%;
	padding: 1em 0;
}
.p-h span{
	font-family: 'Open Sans', sans-serif;
	color:#788897;
	display:block;
	font-weight:400;
	margin-left: 7%;
}
.p-h label{
	color: #858585;
	font-weight: 700;
	font-size: 1.4em;
	margin-left: 7%;
}
.p-ww{
	float: right;
	width: 85%;
	padding: 1.3em 0 0 0;
}
.p-ww span{
	font-family: 'Open Sans', sans-serif;
	margin: 0 1em;
	font-size: 1.2em;
}
.dest{
	background:url(../images/02.png) no-repeat 100% 50% #FFF;
}
.p-ww input[type="text"]{
	font-family: 'Open Sans', sans-serif;
	padding: 0.5em 1em;
	border: 1px solid var(--accent-blue-color);
	outline: none;
	width: 29%;
	color: var(--accent-blue-color);
	font-weight: 400;
	font-size: 1em;
	border-radius: 0.15em;
}
.date{
	background:url(../images/cal-icon.png) no-repeat 100% 50% #FFF;
}
.p-ww{
	font-size:1em;
	color:#788897;
}
.p-ww input[type="submit"] {
	background: #fff;
	color: #757575;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	font-size: 1em;
	padding: 10px 28px;
	margin-left: 1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
}
.p-ww input[type="submit"]:hover{
	background:var(--accent-blue-color);
	color:#fff;
}
/*--offers-head--*/
.offers-head{
	text-align: center;
	padding: 3em 0;
}
.offers-head h3{
	color: #2C3E50;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 600;
}
.offers-head p{
	color: #626262;
	font-size: 0.9em;
	margin-top: 0.4em;
}
.offers{
	padding:0em 0 3em 0;
}
/*----criuse-grid-load----*/
.criuse-grid-load a{
	font-family: 'Open Sans', sans-serif;
	background:var(--accent-blue-color);
	color: #FFF;
	padding: 0.8em 2em;
	display: block;
	text-align: center;
	text-transform: uppercase;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	border-bottom: 4px solid #767777;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.criuse-grid-load a:hover{
	background: var(--accent-blue-color);
	border-bottom: 4px solid var(--accent-blue-color);
	text-decoration: none;
}
.criuse-grid-load{
	margin-top: 0%;
}
button.btn.btn-default {
	
}
.btn:hover, .btn:focus {
	color: #FFF;
	text-decoration: none;
	background: var(--accent-blue-color);
}
.copy-right
{
	padding-top: 21px;
}	
.copy-right p
{
	font-family: 'Open Sans', sans-serif;
	font-size:0.92355em;
	color:#DDDDDD;
}

.copy-right p a{
	color:#fff;
	transition: all 0.5s ease-out;
}
.copy-right p a:hover
{
	color:#6696CA;
}
/*--shop--*/
.span_2_of_3 {
	width: 100%;
}
.span_1_of_left {
	width:19.2%;
}
.rsidebar {
	display: block;
	float: left;
	margin: 1% 3.5% 0% 0;
}
.mens-toolbar {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 12px;
	overflow: hidden;
	background: #F7F7F7;
	padding: 5px;
	border: 1px solid #E6E6E6;
	width: 98.9%;
}
.mens-toolbar .sort {
	float: left;
	width: 20.5%;
}
.sort {
	padding: 3px 8px;
}
.sort-by {
	color: #555;
	font-size: 0.8125em;
}
.mens-toolbar .pager {
	padding: 5px 8px 3px 8px;
	float: right;
	width: 26.5%;
}
.pager .limiter {
	float: right;
	color: #555;
	font-size: 0.8125em;
}
.pager .limiter select {
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle;
}
ul.dc_pagination li {
	float: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
ul.dc_pagination li a {
	font-family: 'Open Sans', sans-serif;
	color: #555;
	display: block;
	padding: 2px 4px 0px 0px;
	text-decoration: none;
	font-size: 0.8125em;
}
.pager .limiter label {
	color:#555;
	font-size:0.8125em;
}
.rating1{
	overflow: hidden;
	display: block;
	background: #D5D5D5;
	padding: 2.1% 1%;
	font-size: 0.85em;
	color: #000;
	float: left;
	width: 44.5%;
}
.list2{
	float: left;
	background: #08080B;
	width: 53.5%;
	padding: 0.2% 0;
	text-align: center;
}
ul.list2 li img {
	vertical-align: middle;
	float: left;
	margin:0 0px 0 12%;
}
h3.m_s{
	color: #555;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 500;
}
.price_shop{
	color: #555;
	font-size: 1.2em;
	font-weight: 700;
}
.span_1_of_a1 {
	width: 31.2%;
}
.labout {
	display: block;
	float: left;
	margin:0 3.6% 0 0;
}
.span_2_of_a1 {
	width: 42.1%;
}
.cont1 {
	display: block;
	float: left;
}


h3.m_3 {
	font-family: 'Open Sans', sans-serif;
	color: #555;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h1.single-main-title{
	font-family: 'Open Sans', sans-serif;
  	font-weight: 600;
	color: #555;
	font-size: 26px;
	text-transform: uppercase;
  	padding: 15px 0;
	margin: 0 0 10px 0;
}

.single-main-image img{
	width: 100%;
}

.single-meta{
	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	flex-wrap: wrap;
  	padding: 10px 0;
}

.single-meta span,
.single-meta .post-author{
	font-weight: 700;
    color: #727272;
}

div.price_single {
	font-family: 'Open Sans', sans-serif;
}
ul.options li{
	float:left;
	margin: 0 3% 0 0;
}
ul.options li a{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:0.8125em;
	background:#555;
	padding: 5px 10px;
}
ul.options li a:hover{
	background:#6796fd;
}
h4.m_9{
	font-family: 'Open Sans', sans-serif;
	color:#555;
	font-size:0.85em;
	text-transform:uppercase;
	margin-bottom:2%;
}
.btn_form {
	padding: 4% 0;
}

.btn_form form input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	font-size:0.85em;
	padding: 10px 34px;
	background:#555;
	border-bottom: 4px solid #1D1C1C;
	color: #FFF;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.btn_form form input[type="submit"]:hover{
	background: #6796fd;
	border-bottom: 4px solid #467ED1;
}
ul.add-to-links{
	margin-bottom:2%;
}
ul.add-to-links img{
	vertical-align:middle;
}
ul.add-to-links a{
	font-family: 'Open Sans', sans-serif;
	color:#000;
}
ul.add-to-links a:hover{
	text-decoration:underline;
}
.col_1_of_single{
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
.span_1_of_single{
	width: 11.9%;
}
.col_1_of_single:first-child {
	margin-left: 0;
}
.prod_desc{
	text-align:center;
}
.prod_desc h4{
	margin-bottom:2%;
}
.prod_desc h4 a{
	color:#000;
	font-size:0.8115em;
}
.prod_desc h4 a:hover{
	color:#555;
}
.prod_desc p{
	font-size:1em;
}
p.m_desc{
	font-family: 'Open Sans', sans-serif;
	color:#999;	
	line-height:1.8em;
	margin-bottom:10px;
}

.view {
   overflow: hidden;
   position: relative;
}

.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 130px;
   left: 130px;
}

.view-fifth img {
   transition: all 0.3s ease-in-out;
}

.view-fifth .mask {
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   transition: all 0.3s ease-in-out;
}

.view-fifth:hover .mask {
   transform: translateX(0px);
}

.view1{
   overflow: hidden;
   position: relative;
}
.view1 .mask1,.view1 .content {
   position: absolute;
   overflow: hidden;
   top:130px;
   left:90px;
}
.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
  	font-size:0.9em;
}
.info:hover {
   background:#FFAF02;
}
.view-fifth1 img {
   transition: all 0.3s ease-in-out;
}
.view-fifth1 .mask1 {
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   transition: all 0.3s ease-in-out;
}

.view-fifth1:hover .mask1 {
   transform: translateX(0px);
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	/*--width:80%;--*/
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	/*--padding-right:50px;--*/
}
.nbs-flexisel-item > img {
	/*--width:60%;--*/
	cursor: pointer;
	positon: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:150px;
	max-height:500px;
}
.grid-flex{
	margin:10px 0 20px 0;
}
.nbs-flexisel-item a {
	color: #999;
	font-family: 'Open Sans', sans-serif;
}
.nbs-flexisel-item a:hover{
	color:#555;
}
.nbs-flexisel-item p {
	color: #000;
	padding-top: 25px;
	font-family: 'Open Sans', sans-serif;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:30px;
	height:30px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/img-sprite.png) no-repeat -166px -315px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/img-sprite.png) no-repeat -193px -315px;
}
.toogle {
	margin-top: 4%;
}
p.m_text {
	color: #999;
	font-family: 'Open Sans', sans-serif;
	line-height:1.8em;
}

.single{
	padding: 40px 0 40px 0;
}
/*--checkout--*/
p.cart {
	color:#999;
	font-size:0.8125em;
	line-height:1.8em;
}
p.cart a {
	text-decoration: underline;
	color: #000;
}
p.cart a:hover {
	text-decoration: none;
}

.sky-form h4,
section.sky-form h4 {
	background: #CECECE;
	padding: 10px;
}

.sky-form ul{
	list-style: none;
  	padding-left: 0;
  	margin-bottom: 30px;
}

.sky-form ul li{
	padding: 6px 0;
}

.sky-form ul li a{
  	font-weight: 700;
	color: #727272;
}

.sky-form .tagcloud a{
  	display: inline-block;
  	font-size: 16px;
  	color: #727272;
    padding: 6px 10px;
    background: #FFFFFF;
  	border-radius: 4px;
    border: 1px solid var(--accent-blue-color);
  	margin: 3px 3px 0 0;
  	transition: all .3s ease;
}

.sky-form .tagcloud a:hover{
  	text-decoration: none;
  	color: #fff;
    background: var(--accent-blue-color);
    border: 1px solid var(--accent-blue-color);
}

label.checkbox {
	color: #727272;
}
span.actual {	
	font-size: 1.5em;
	color: #428bca;
	margin: 0 10px;
}
span.reducedfrom {
	font-size: 1.2em;
	text-decoration: line-through;
}
div.price_single a {
	color: #333;
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #ff0000;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

/*---------------------- post-tags ----------------------*/

.post-tags-wrap {
	display: flex;
  	flex-wrap: wrap;
  	column-gap: 5px;
    padding: 10px 0;
  	margin-bottom: 30px;
}

.post-tags-wrap .post-tags-title {
	display: block;
    font-weight: 700;
  	font-size: 18px;
  	line-height: 1.4;
    margin: 0;
}

.post-tags-wrap .post-tags-item {
  	display: inline-block;
	text-decoration: none;
  	font-size: 14px;
  	color: #fff;
    line-height: 1.2;
  	border-radius: 3px;
  	border: 1px solid var(--accent-blue-color);
  	background-color: var(--accent-blue-color);
  	padding: 3px 10px;
  	margin-bottom: 5px;
  	transition: all .3s ease;
}

.post-tags-wrap .post-tags-item:hover {
	color: var(--accent-blue-color);
  	border: 1px solid var(--accent-blue-color);
  	background-color: #fff;
}

/*-------------------- post-tags end --------------------*/

/*---------------------------- Coments block ------------------------- */

.comments-block-wrap {
    margin-top: 10px;
    padding: 10px 0;
}

@media screen and (max-width: 1025px) {
    .comments-block-wrap {
        padding-bottom: 30px;
    }
}
  
.comments-block .comments-title,
.comment-form-wrap .comments-title {
    font-size: 24px;
    font-weight: 700;
    color: #2b2e3f;
    line-height: 1.2;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 30px;
    text-align: left;
    text-transform: none;
}

.comments-block .comments-title::before,
.comment-form-wrap .comments-title::before,
.comments-block .comments-title::after,
.comment-form-wrap .comments-title::after {
    content: "";
    display: none;
    width: 0;
    height: 0;
}
   
.comments-block .comment-list {
    list-style: none;
  	border: none;
    padding: 0;
    margin: 0;
}
  
.comment-list__item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
  
.comment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
  
.comment-info__author {
    display: flex;
    align-items: center;
}
  
@media screen and (max-width: 1200px) {
    .comment-info__author {
        margin-bottom: 15px;
    }
}
  
.comment-author-image {
    min-width: 70px;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}
  
.comment-info__author .comment-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.comment-author-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
  
.comment-date {
    font-weight: 500;
    color: #999999;
    font-size: 14px;
}
  
.comment-content {
    color: #2b2e3f;
    font-size: 14px;
}
  
.comment-form-wrap {
    padding-top: 20px;
}
  
.comment-form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
  
.comment-form .comment-form-top .comment-form-input {
    width: 49%;
    font-size: 14px;
    color: #777777;
  	border-radius: 4px;
    border: 1px solid #999;
    padding: 13px 20px;
    margin-bottom: 15px;
}
  
@media screen and (max-width: 520px) {
    .comment-form .comment-form-top .comment-form-input {
        width: 100%;
    }
}

.comment-form .comment-form-top .comment-form-textarea {
    width: 100%;
    min-height: 190px;
    resize: none;
    font-size: 14px;
    color: #777777;
  	border-radius: 4px;
    border: 1px solid #999;
    padding: 13px 20px;
    margin: 0 0 15px;
}
  
.comment-form-bottom {
    display: flex;
    align-items: center;
}
  
.button-submit {
    color: #fff;
  	border-radius: 4px;
    border: 1px solid var(--accent-blue-color);
    background-color: var(--accent-blue-color);
    letter-spacing: 0.48px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 13px 30px;
}

/*------------------------- Coments block  ------------------------ */

@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
	.right ul li.a {
		font-size: 1.4em;
	}
	.right ul li {
		font-size: 1em;
		padding: 6px;
	}
  
	.right {
		width: 42%;
	}

	.nav > li > a {
		padding: 10px 10px;
	}
	button.btn.btn-default.dropdown-toggle {
		margin-top: 9px;
	}
	.list-unstyled {
		margin-top: 6px;
	}

	.grid h2,.grid1 h2 {
		font-size: 1.5em;
	}
	div.blog-info h3 {
		font-size: 1.5em;
	}
	.btn {
		padding: 9px 15px;
	}
	.p-ww input[type="submit"] {
		padding: 8px 18px;
	}
	.form-control {
		height: 39px;
	}
	.p-h label {
		font-size: 1.2em;
	}
	.etalage_zoom_area div {
	    width:350px !important;
		height:350px !important;
	}
}
@media only screen and (max-width: 768px) {
	.wrap{
		width:95%;
	}	
	div.col-md-2 {
		width: 33%;
		float: left;
	}
	div.col-md-12.text-center h2 {
		font-size: 1.5em;
	}
	.grid p {
		margin-bottom: 3%;
	}
	.pull-right {
		margin-top: 2px;
	}
	.list-inline {
		text-align: center;
		width: 100%;
	}
	.navbar-form {
		width: 100%;
		text-align: center;
	}
	.grid h2 {
		margin: 20px 0 10px;
	}
	div.col-md-4.pull-left {
		width: 100%;
	}
	div.col-md-12 p {
		margin-left: 4%;
		width: 92%;
	}
	.p-h label {
		font-size: 1em;
		margin-left: 16%;
	}
	.p-h span {
		margin-left: 16%;
	}
	.p-ww input[type="text"] {
		width: 26%;
	}
	div.grid h2 {
		font-size: 1.2em;
	}
	div.grid1 h2 {
		font-size: 1.2em;
	}
	div.blog-info h3 {
		font-size: 1.2em;
	}
	.copy-right {
		padding-top: 2px;
	}
	div.col-sm-10 textarea {
		height: 150px;
	}
	.navbar-form {
		display: none;
	}
	.span_2_of_a1 {
		width: 100%;
	}
	.labout {
		margin: 0 3.6% 0 0%;
	}
	.span_1_of_left {
		width: 100%;
	}
  
  	.navbar-default {
		width: 100%;
		background:#3C3C3C;
		margin-top: 2%;
	}
  
}
@media only screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}	
	.list-unstyled {
		display: none;
	}

	.navbar-default .navbar-toggle {
		border-color: #3C3C3C;
	}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
		text-align: center;
		border-color: #4D4D4D;
	}
	div.col-md-12.text-left h2 {
		margin: 0 0 2% 2.4%;
	}
	.blog-grid {
		margin-right: 0%;
	}
	.p-h {
		width: 15%;
	}
	.p-ww input[type="text"] {
		width: 22%;
	}
	div.col-md-2 {
		width: 32%;
	}
	div.col-md-12 h2 {
		font-size: 1.3em;
	}
	.etalage_zoom_area div {
	    width:250px !important;
		height:250px !important;
	}
	span.text-left a {
		color: #fff;
		font-size: 1.3em;
		text-decoration: none;
		padding: 0px 26px;
		position: relative;
		top: 12px;
		display: block;
		float: left;
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}	
	div.col-md-2 {
		width: 50%;
	}
	div.col-md-12 p {
		margin-left: 6%;
		width: 89%;
	}
	.p-h {
		display: none;
	}
	div.col-md-12.text-left h2 {
		margin: 0 0 2% 3.4%;
	}
	.p-ww {
		display: none;
	}
	div.col-sm-10 textarea {
		height: 120px;
	}
	.etalage_zoom_area div {
	    width:100px !important;
		height:100px !important;
	}
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}	
	div.col-md-2 {
		width: 100%;
	}
	div.portfolio.app.mix_all {
		width: 100%;
		text-align: center;
	}
	.grid h2 {
		margin: 2px 0 15px;
	}
	ul.list-inline.pull-left {
		display: none;
	}
	div.col-md-12 p {
		margin-left: 9%;
		width: 84%;
	}
}
