.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls .owl-buttons div {
    position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 36%
}
.owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 36%
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(grabbing.html) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel {
    margin: 0 0 20px;
    direction: ltr!important;
    z-index: 1;
}
.owl-carousel .owl-buttons div {
	opacity: 1;
	float: left;
	font-size: 0;
	height: 40px;
	width: 40px;
}

.owl-carousel .owl-buttons div::after{
	content: "";
	background: rgba(0, 0, 0, 0) url(../images/icons-btn.png) no-repeat scroll 0 0;
	background-position-x: 0px;
	background-position-y: 0;
	height: 40px;
	width: 40px;
	float: left;
	display: block;	
}
.owl-carousel .owl-buttons div.owl-prev::after{
	background-position-x: 0px;
	background-position-y: -31px;
}
.owl-carousel .owl-buttons div.owl-next::after{
	background-position-x: -59px;
	background-position-y: -31px;
}

.owl-carousel .owl-buttons .owl-prev {
    left: -48px;
}
.owl-carousel .owl-buttons .owl-next {
    right: -48px;
}
.owl-carousel .owl-buttons div i {
    font-size: 40px;
    margin: -20px 0 0;
}
.owl-pagination {
    text-align: center;
    top: 40px;
	height:36px;
    position: relative;
}
.owl-controls .owl-page {
    display: inline-block;
    margin: 0 5px;
	width:22px;
}
.owl-controls .owl-page span {
    display: inline-block;
	float:none;
	vertical-align:middle;
    width: 6px;
    height: 6px;
	position:relative;
    background: none;
	transition: all 0.4s;	
	border:none;
    border-radius: 20px;
}
.owl-controls .owl-page span:hover::before {
	background:#ffd40c;
}
.owl-controls .owl-page.active span::before{
	background:	#ffd40c;
}

.owl-controls .owl-page.active span{
	border: 1px solid #ffd40c;
	width: 22px;
    height: 22px;
}
.owl-controls .owl-page span::before{
	content:"";
	background:#ffffff;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 0;
	left:0;
	bottom:0;
	right: 0;
	margin: auto;
}


.hb-animate-element {
    opacity: 0;
}
.hb-animate-element.hb-in-viewport.right-to-left {
    animation: 1s ease 0s normal none 1 fadeInRight;
    -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
    -moz-animation: 1s ease 0s normal none 1 fadeInRight;
    -o-animation: 1s ease 0s normal none 1 fadeInRight;
    opacity: 1;
}
.hb-animate-element.hb-in-viewport.left-to-right {
    animation: 1s ease 0s normal none 1 fadeInLeft;
    -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
    -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
    -o-animation: 1s ease 0s normal none 1 fadeInLeft;
    opacity: 1;
}
.hb-animate-element.hb-in-viewport.bottom-to-top {
    animation: 1s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
    -moz-animation: 1s ease 0s normal none 1 fadeInUp;
    -o-animation: 1s ease 0s normal none 1 fadeInUp;
    opacity: 1;
}
.hb-animate-element.hb-in-viewport.top-to-bottom {
    animation: 1s ease 0s normal none 1 fadeInDown;
    -webkit-animation: 1s ease 0s normal none 1 fadeInDown;
    -moz-animation: 1s ease 0s normal none 1 fadeInDown;
    -o-animation: 1s ease 0s normal none 1 fadeInDown;
    opacity: 1;
}
@-webkit-keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}@keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
body {
    background: #fff;
    font: 400 14px/18px "Open sans", sans-serif;
    margin: 0;
    float: left;
	letter-spacing:0.6px;
    width: 100%;
}
	
a{
	outline:none;
}
#theme-collection.main-collection-page .container {
    max-width: 1370px;
}
.container {
    padding: 0 25px;
	width:1350px;
    margin: auto;
}
@media (max-width:1760px) {
	.container {
		width:1350px;
	}
}
@media (min-width:1501px) and (max-width:1600px) {
	.container {
		width:1370px;	
	}
}
@media (min-width:1301px) and (max-width:1500px) {
	.container {
		width:1280px;
	}
}

@media (min-width:1201px) and (max-width:1300px) {
	.container {
		width:1180px;
	}
}
@media (min-width:992px) and (max-width:1200px) {
	.container {
		width:960px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.container {
		width:740px;
	}
}
@media (min-width:545px) and (max-width:767px) {
	.container {
		width:510px;
	}
}
@media (min-width:320px) and (max-width:544px) {
	.container {
		width:100%;
	}
}
@media (max-width:319px) {
	.container {
		width:100%;
	}
}

.row {
    margin: 0 -30px;
}
* {
    box-sizing: border-box;
}
*::-moz-selection {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}
*::after, *::before {
    box-sizing: border-box;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%}
.col-xs-2 {
    width: 16.66667%}
.col-xs-3 {
    width: 25%}
.col-xs-4 {
    width: 33.33333%}
.col-xs-5 {
    width: 41.66667%}
.col-xs-6 {
    width: 50%}
.col-xs-7 {
    width: 58.33333%}
.col-xs-8 {
    width: 66.66667%}
.col-xs-9 {
    width: 75%}
.col-xs-10 {
    width: 83.33333%}
.col-xs-11 {
    width: 91.66667%}
.col-xs-12 {
    width: 100%}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-1 {
    width: 8.33333%}
.col-sm-2 {
    width: 16.66667%}
.col-sm-3 {
    width: 25%}
.col-sm-4 {
    width: 33.33333%}
.col-sm-5 {
    width: 41.66667%}
.col-sm-6 {
    width: 50%}
.col-sm-7 {
    width: 58.33333%}
.col-sm-8 {
    width: 66.66667%}
.col-sm-9 {
    width: 75%}
.col-sm-10 {
    width: 83.33333%}
.col-sm-11 {
    width: 91.66667%}
.col-sm-12 {
    width: 100%}
.col-sm-push-1 {
    left: 8.33333%}
.col-sm-push-2 {
    left: 16.66667%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-4 {
    left: 33.33333%}
.col-sm-push-5 {
    left: 41.66667%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-7 {
    left: 58.33333%}
.col-sm-push-8 {
    left: 66.66667%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-10 {
    left: 83.33333%}
.col-sm-push-11 {
    left: 91.66667%}
.col-sm-pull-1 {
    right: 8.33333%}
.col-sm-pull-2 {
    right: 16.66667%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-4 {
    right: 33.33333%}
.col-sm-pull-5 {
    right: 41.66667%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-7 {
    right: 58.33333%}
.col-sm-pull-8 {
    right: 66.66667%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-10 {
    right: 83.33333%}
.col-sm-pull-11 {
    right: 91.66667%}
.col-sm-offset-1 {
    margin-left: 8.33333%}
.col-sm-offset-2 {
    margin-left: 16.66667%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-4 {
    margin-left: 33.33333%}
.col-sm-offset-5 {
    margin-left: 41.66667%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-7 {
    margin-left: 58.33333%}
.col-sm-offset-8 {
    margin-left: 66.66667%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-10 {
    margin-left: 83.33333%}
.col-sm-offset-11 {
    margin-left: 91.66667%}
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-sm-12 {
    float: left;
}
.col-md-1 {
    width: 8.33333%}
.col-md-2 {
    width: 16.66667%}
.col-md-3 {
    width: 25%}
.col-md-4 {
    width: 33.33333%}
.col-md-5 {
    width: 41.66667%}
.col-md-6 {
    width: 50%}
.col-md-7 {
    width: 58.33333%}
.col-md-8 {
    width: 66.66667%}
.col-md-9 {
    width: 75%}
.col-md-10 {
    width: 83.33333%}
.col-md-11 {
    width: 91.66667%}
.col-md-12 {
    width: 100%}
.col-md-push-0 {
    left: auto;
}
.col-md-push-1 {
    left: 8.33333%}
.col-md-push-2 {
    left: 16.66667%}
.col-md-push-3 {
    left: 25%}
.col-md-push-4 {
    left: 33.33333%}
.col-md-push-5 {
    left: 41.66667%}
.col-md-push-6 {
    left: 50%}
.col-md-push-7 {
    left: 58.33333%}
.col-md-push-8 {
    left: 66.66667%}
.col-md-push-9 {
    left: 75%}

.col-md-push-10 {
    left: 83.33333%}
.col-md-push-11 {
    left: 91.66667%}
.col-md-pull-0 {
    right: auto;
}
.col-md-pull-1 {
    right: 8.33333%}
.col-md-pull-2 {
    right: 16.66667%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-4 {
    right: 33.33333%}
.col-md-pull-5 {
    right: 41.66667%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-7 {
    right: 58.33333%}
.col-md-pull-8 {
    right: 66.66667%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-10 {
    right: 83.33333%}
.col-md-pull-11 {
    right: 91.66667%}
.col-md-offset-0 {
    margin-left: 0;
}
.col-md-offset-1 {
    margin-left: 8.33333%}
.col-md-offset-2 {
    margin-left: 16.66667%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-4 {
    margin-left: 33.33333%}
.col-md-offset-5 {
    margin-left: 41.66667%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-7 {
    margin-left: 58.33333%}
.col-md-offset-8 {
    margin-left: 66.66667%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-10 {
    margin-left: 83.33333%}
.col-md-offset-11 {
    margin-left: 91.66667%}
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-sm-12 {
    float: left;
}
.col-lg-1 {
    width: 8.33333%}
.col-lg-2 {
    width: 16.66667%}
.col-lg-3 {
    width: 25%}
.col-lg-4 {
    width: 33.33333%}
.col-lg-5 {
    width: 41.66667%}
.col-lg-6 {
    width: 50%}
.col-lg-7 {
    width: 58.33333%}
.col-lg-8 {
    width: 66.66667%}
.col-lg-9 {
    width: 75%}
.col-lg-10 {
    width: 83.33333%}
.col-lg-11 {
    width: 91.66667%}
.col-lg-12 {
    width: 100%}
.col-lg-push-0 {
    left: auto;
}
.col-lg-push-1 {
    left: 8.33333%}
.col-lg-push-2 {
    left: 16.66667%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-4 {
    left: 33.33333%}
.col-lg-push-5 {
    left: 41.66667%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-7 {
    left: 58.33333%}
.col-lg-push-8 {
    left: 66.66667%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-10 {
    left: 83.33333%}
.col-lg-push-11 {
    left: 91.66667%}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-pull-1 {
    right: 8.33333%}
.col-lg-pull-2 {
    right: 16.66667%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-4 {
    right: 33.33333%}
.col-lg-pull-5 {
    right: 41.66667%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-7 {
    right: 58.33333%}
.col-lg-pull-8 {
    right: 66.66667%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-10 {
    right: 83.33333%}
.col-lg-pull-11 {
    right: 91.66667%}
.col-lg-offset-0 {
    margin-left: 0;
}
.col-lg-offset-1 {
    margin-left: 8.33333%}
.col-lg-offset-2 {
    margin-left: 16.66667%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-4 {
    margin-left: 33.33333%}
.col-lg-offset-5 {
    margin-left: 41.66667%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-7 {
    margin-left: 58.33333%}
.col-lg-offset-8 {
    margin-left: 66.66667%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-10 {
    margin-left: 83.33333%}
.col-lg-offset-11 {
    margin-left: 91.66667%}

.blog-style.cell-bg>img {
    max-width: 100%}
note
    .banner-left {
    float: left;
    width: 50%;
    position: relative;
}
.banner-middle {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 50%}
.banner-right {
    float: right;
    width: 50%;
    position: relative;
}
.banner-right .img {
    float: right;
    width: 40%
}
.banner-left .img {
    float: left;
    width: 40%
}
.goToTop {
    background: #000;
    display: none;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    bottom: 20px;
    cursor: pointer;
    height: 38px;
    padding: 6px 2px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 38px;
    z-index: 9999;
    text-decoration: none;
    outline: none;
}
.goToTop:hover {
    border: 2px solid #ffd405;
    background: #333;
}
.goToTop::before {
    background: transparent url(../images/top.png) no-repeat scroll center center;
    content: "";
    float: left;
    height: 100%;
    width: 100%}
.page {
    float: left;
    overflow: hidden;
    width: 100%}
header {
    float: left;
	z-index:9;
    position: relative;
    width: 100%}
.container-bg {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}
.header-content .header-image img {
    max-width: 100%
}
.header-block {
	float: left;
    width: 100%;
}
header .header-content {
	background: url(../images/main-bg.jpg) fixed no-repeat center 0;
	float: left;
	width: 100%;
	color: #111;
	text-align: center;
	position: relative;
	width: 100%;
	background-color: #f6f6f6;
}
.badge.badge-02 {
    margin: 0 35px 0 25px;
}
.badges > .badge {
    display: inline-block;
	float: none;
    vertical-align: middle;
}
header .header-content h1 {
    float: left;
    width: 100%;
	color:#111111;
	font-size:26px;
    line-height: 34px;
	margin: 30px 0 35px;
	font-weight:600;
}

.header-logo2{
	float:left;
	width:100%;	
	margin:80px 0 15px 0;
}
@media (min-width:1201px) and (max-width:1500px) {
	.header-logo2{
		margin:20px 0 10px 0;
	}
}
@media (max-width:767px) {
	.header-logo2{
		margin: 0;
	}
}
.header-logo2 img{
	max-width:100%;
	height:auto;	
}
@media (max-width:767px){
	.header-logo2 img{
		max-width:30%;
		height:auto;	
	}	
}
.header-content .logo-desc {
	float: none;
	text-align: left;
	padding: 0 0 0 60px;
	width: 34%;
	z-index: 1;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 7%;
}
@media (min-width:1301px) and (max-width:1500px) {
	.header-content .logo-desc{
		width:25%;	
	}
	.logo-desc .header-description a.btn, #choose-demo a.btn, .themestyle-detail a.btn{
		font:400 14px/18px "Open sans", sans-serif;	
		padding: 12px 20px;
	}
	.header-logo2 img{
		max-width: 70%;	
	}
}

@media (min-width:768px) and (max-width:991px) {
	.header-content .logo-desc{
		width: 35%;
		padding: 0 0 0 30px;
	}
	.header-logo2{
		margin:0;
	}
	.header-logo2 img{
		max-width: 50%;	
	}
}

@media (max-width:767px){
	.header-content .logo-desc{
		width: 100%;
		padding: 0 0 0 20px;
		text-align: center;
	}
}
.header-content .logo-desc .header-logo h2.title {
    color: #333;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    margin: 0;
}
.header-content .logo-desc .header-logo {
    float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 30px;
}
@media (max-width:1200px) {
	.header-content .logo-desc .header-logo {
		margin: 0 0 15px;
	}
}
.header-logo {
    float: left;
	padding:0;
}
.header-logo>img {
    max-width: 100%;
    margin: 35px 0;
}
.logo-desc .header-description {
    float: left;
    width: 100%
}
.purchase-button .btn {
    background: #e02b40;
	font-weight: 600;
    color: #fff;
    padding: 12px 20px;
    font-size: 13px;
	text-transform:uppercase;
	float:right;
    line-height: 15px;
}
.purchase-button .btn:hover {
    background: #000000;
    color: #ffffff;
}
.purchase-button{
    margin: 25px 0px;
	padding:0;
}
.logo-desc .header-description h1 {
    color: #ffffff;
    font: 600 28px/42px "Open sans", sans-serif;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0;
}
@media (min-width:1301px) and (max-width:1500px) {
	.logo-desc .header-description h1{
		font:600 16px/26px "Open sans", sans-serif;	
	}
}

@media (min-width:992px) and (max-width:1300px) {
	.logo-desc .header-description h1{
		font:600 16px/26px "Open sans", sans-serif;	
	}
}
@media (min-width:545px) and (max-width:991px) {
	.logo-desc .header-description h1{
		font:400 14px/24px "Open sans", sans-serif;	
	}
}
.logo-desc .header-description h3 {
    color: #000;
    font: 400 16px/28px "Open sans", sans-serif;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}
.logo-desc .header-description a.btn, #choose-demo a.btn, .themestyle-detail a.btn {
	background: #ffd405;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font: 400 16px/18px "Open sans", sans-serif;
	letter-spacing: 1px;
	position: relative;
	padding: 12px 20px;
	color: #111111;
	margin: 25px 0 10px;
	z-index: 1;
	border: none;
}
@media (min-width:992px) and (max-width:1300px) {
	.logo-desc .header-description a.btn, #choose-demo a.btn, .themestyle-detail a.btn {
		padding: 12px 20px;
		font-size:14px;
	}
}	

@media (min-width:545px) and (max-width:991px) {
	.logo-desc .header-description a.btn, #choose-demo a.btn, .themestyle-detail a.btn{
		margin:5px 0 20px;
	}
}
.inner-images.attachment-full.size-full1 {
	position: absolute;
	display: block;
	visibility: visible;
	left: 16%;
	top: 50%;
	width:15%;
	z-index: 8;
	right: auto;
}
@media (min-width:992px) and (max-width:1200px) {
	.inner-images.attachment-full.size-full1{
		left: 16%;
		top: 51%;	
	}	
}
.inner-images.attachment-full.size-full2 {
	position: absolute;
	display: block;
	visibility: visible;
	right: -15%;
	top: 30px;
	z-index: 8;
	left: auto;
	width: 24%;
}
.inner-images.attachment-full.size-full2 img, .inner-images.attachment-full.size-full4 img, .inner-images.attachment-full.size-full5 img, .inner-images.attachment-full.size-full6 img{
	border:5px solid #ffffff;	
	max-width:100%;
	height:auto;
	border-radius: 8px;
}
.inner-images.attachment-full.size-tag{
	position: absolute;
	display: block;
	visibility: visible;
	right: auto;
	left: 30%;
	top: 4%;
	margin: 0 auto;
	width: 15%;
	z-index: 9;
}
@media (min-width:992px) and (max-width:1200px) {
	.inner-images.attachment-full.size-tag{
		left: 37%;
		top: -1%;
	}	
}
.inner-images.attachment-full.size-tag img, .inner-images.attachment-full.size-full3 img, .main-images .inner-images.attachment-full.size-full1 img{
	max-width:100%;
	height:auto;
}
.laptopview-slier {
    position: absolute;
    top: 22px;
    bottom: 0;
    margin: 0 auto;
    left: 67px;
    right: 67px;
}
.inner-images.attachment-full.size-full3 {
    position: absolute;
    display: block;
    visibility: visible;
    left: 0;
    z-index: 8;
    right: 0;
    top: auto;
    margin: 0 auto;
    width: 36%;
    bottom: 30px;
    overflow: hidden;
}
@media (min-width:992px) and (max-width:1200px) {
	.inner-images.attachment-full.size-full3 {
		right: 5%;
		top: 15%;
		width: 70%;
	}
}
@media (min-width:545px) and (max-width:991px) {
	.inner-images.attachment-full.size-full3 {
		right: 4%;
		top: 14%;
		width: 72%;
	}
}
.inner-images.attachment-full.size-full4 {
	position: absolute;
	display: block;
	visibility: visible;
	left: 18%;
	top: 85%;
	z-index: 7;
	right: 0;
	bottom: auto;
	margin: auto;
	width: 28%;
}
.inner-images.attachment-full.size-full5 {
	position: absolute;
	display: block;
	visibility: visible;
	right: -11%;
	top: auto;
	z-index: 7;
	left: auto;
	bottom: -9%;
	width: 24%;
}

.inner-images.attachment-full.size-full6 {
	position: absolute;
	display: block;
	visibility: visible;
	right: auto;
	top: auto;
	z-index: 7;
	width:24%;
	left: -10%;
	bottom: -8%;
}
.main-images .inner-images img {
	display: block;
}
.main-images .inner-images.attachment-full.size-full3 img {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: inline-block;
}
.main-images .inner-images.attachment-full.size-full1 img{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.layout-image .layout-thumb span:hover::before, .footer-get-theme a:hover::before {
    height: 100%;
}
.layout-image .layout-thumb span:hover::after {
    transform: translateY(-190%);
    opacity: 1;
}
.highlight-top .highlight-inner .blog-style.cell-bg {
    border: medium none;
}
.footer-get-theme a:hover::after {
    transform: translateY(-115%);
    opacity: 1;
}
.footer_link {
    display: inline-block;
    float: none;
    width: auto;
    position: relative;
}
.main-menu.container-outer {
	background: #fff none repeat scroll 0 0;
	position: relative;
	float: left;
	width: 100%;
	height: 1080px;
}
.main-menu > .bg {
	float: left;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	margin: 0 auto;
	background: url(../images/main-bg.html) no-repeat center;
	z-index: 0;
	height: 1080px;
}
.wrap-right .blog {
    float: left;
    width: 100%}
.layout-image .layout-thumb span p, .footer-get-theme .btn span {
    display: block;
    position: relative;
    margin: 0;
}
.header-content .banner {
    float: left;
    width: 100%;
    position: relative;
}
.header-content .banner>img {
    max-width: 100%;
    height: auto;
}
.header-block .header-image {
    position: relative;
    text-align: center;
    padding: 50px 0 0;
    float: left;
    width: 100%}
header .header-content .header-content-inner {
    bottom: 30%;
    height: 250px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.header-block .main-header {
	float: left;
	width: 100%;
	height:950px;
	padding: 0 100px;
	position: relative;
}
@media (min-width:1301px) and (max-width:1500px) {
	.header-block .main-header {
		padding: 0 80px;
	}
}
@media (min-width:1201px) and (max-width:1300px) {
	.header-block .main-header {
		padding: 0 50px;
	}
}
@media (min-width:992px) and (max-width:1200px) {
	.header-block .main-header {
        padding: 0 40px;
        height:450px;
	}
}

.header-content .header-nav ul {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.main-header .header-nav ul.main-menu li {
    display: inline-block;
    list-style: outside none none;
    padding: 11px 16px;
    margin: 27px 0;
    position: relative;
    z-index: 1;
}
.header-nav .main-menu .menu-item > a {
    color: #111111;
    font: 600 13px/17px "Open sans", sans-serif;
    text-decoration: none;
    outline: none;
    text-transform: capitalize;
    transition: all 0.4s;
}
.header-nav .main-menu .menu-item::before {
    content: "";
    -webkit-transform: scale(.5, 1);
    -moz-transform: scale(.5, 1);
    -ms-transform: scale(.5, 1);
    -o-transform: scale(.5, 1);
    transform: scale(.5, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
	border-radius: 25px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1;
}
.header-nav .main-menu .menu-item:hover::before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.header-nav .main-menu .menu-item:hover > a {
    color: #111111;
}
.main-header .header-nav {
    float: left;
}
.menu-main .menu-list > li {
    display: inline-block;
}
.header-block .main-header .header-link {
    float: right;
    margin: 25px 0;
}
#megamenu {
    position: relative;
    float: left;
    width: 100%;
    display: inline-block;
    height: 1080px;
}
.highlight-top .wrap-right .megamenu {
	position: absolute;
	display: block;
	visibility: visible;
	left: 0;
	top: 0;
	z-index: 8;
	right: auto;
}

.offer-text {
    background: #222222;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 50px 0px;
    letter-spacing: 1px;
    text-transform: capitalize;
    width: 100%;
    float: left;
    color: #ffffff;
    line-height: 40px;
}
.lang{
 margin:0 10px;
}
.lang > span {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.languages .lang-name {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.animation-text {
	display: inline-block;
	text-indent: 0;
	animation: marquee 15s linear infinite;
	font-size: 30px;
	line-height: 32px;
}


@-moz-keyframes marquee{
 0% {
  -moz-transform:translateX(100%)
 }
 100% {
  -moz-transform:translateX(-100%)
 }
}
@-webkit-keyframes marquee{
 0% {
  -webkit-transform:translateX(100%)
 }
 100% {
  -webkit-transform:translateX(-100%)
 }
}
@keyframes marquee {
 0% {
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%);
  transform:translateX(100%)
 }
 100% {
  -moz-transform:translateX(-100%);
  -webkit-transform:translateX(-100%);
  transform:translateX(-100%)
 }
}
.animation-text:hover {
    animation-play-state: paused
}

#menu {
	position: absolute;
	display: block;
	visibility: visible;
	left: 0;
	top: 5%;
	z-index: 8;
	right: auto;
	margin: 0 auto;
	bottom: 0;
	height: 320px;
}
#menu1 {
    position: absolute;
    display: block;
    visibility: visible;
    left: 0;
    z-index: 8;
    right: 0;
    margin: 0 auto;
    top: 22%;
    bottom: 0;
}
#menu2 {
    position: absolute;
	display: block;
	visibility: visible;
	right: -45%;
	top: auto;
	z-index: 8;
	left: auto;
	bottom: 4%;
}
#menu2 img {
	max-width: 90%;
}
#menu3 {
    position: absolute;
    display: block;
    visibility: visible;
    left: 12%;
    top: auto;
    z-index: 8;
    right: auto;
    bottom: 10%;
}
.footer_link a {
    background: #ffd405;
	border-radius: 8px;
    border: none;
    color: #000;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    letter-spacing: .025em;
    line-height: 42px;
    min-width: 180px;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    z-index: 1;
    transition: all 0.4s;
}
.footer_link a::before {
    content: "";
    transform: scale(.5, 1);
    transition: all 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}
.footer_link a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
}
.footer_link a:hover {
    color: #000;
}
.footer_link a:hover::before {
    background: #ffffff;
}
.header-link a {
    background: #222;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: .025em;
    line-height: 37px;
    min-width: 150px;
    padding: 2px 0;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 1;
}
.header-link>a:hover {
    color: #fff;
}
.header-link a::before {
    content: "";
    -webkit-transform: scale(.5, 1);
    -moz-transform: scale(.5, 1);
    -ms-transform: scale(.5, 1);
    -o-transform: scale(.5, 1);
    transform: scale(.5, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1;
}
.header-link a:hover::before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.header-link a:hover::before {
    background: #000;
}
.header-link a img {
    padding-left: 10px;
    vertical-align: top;
}
#page-collection .owl-controls .owl-buttons {
    display: none;
}

@media (max-width:1199px) {
    .header-content .logo-desc .header-logo h2.title {
    font-size: 36px;
    line-height: 40px;
}
.container-bg {
    padding: 0;
}
}
@media (max-width:991px) {
    .main-header .header-nav ul.main-menu li {
    margin: 12px 0;
}
.header-link a, .footer_link a {
    font-size: 14px;
    min-width: 140px;
}
.main-header .header-nav {
    margin: 0;
    padding: 10px 0;
}
header {
    padding: 0;
}
.main-header .header-link {
    margin: 15px 0;
}
}
@media (max-width:767px) {
    .header-image .image2, .header-image .image1 {
		display: none;
	}
	.main-header .header-nav {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: top;
	}
	.header-block .main-header .header-link {
		float: left;
		margin: 0 0 20px;
		width: 100%}
	.main-header .header-nav ul.main-menu li {
		margin: 15px 0;
	}
	.header-nav .main-menu .menu-item>a {
		text-transform: capitalize;
	}
	.header-image .layout-screen {
		margin: 0;
	}
	.header-logo {
		width: 100%
	}
}
@media (max-width:480px) {
    .header-block .main-header {
		padding: 0;
	}
.header-nav .main-menu .menu-item>a {
    font-size: 14px;
    letter-spacing: .4px;
}
.main-header .header-nav ul.main-menu li {
    float: none;
    padding: 5px 6px;
}
.main-header .header-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.main-header .header-link {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 10px 0;
}
.header-content .logo-desc {
    text-align: center;
}
.header-block .header-image {
    padding: 70px 0 0;
}
.logo-desc .header-description a.btn {
    padding: 8px 20px;
}
.logo-desc .header-description a.btn:hover::after {
    transform: translateY(-150%);
}
.header-link a, .footer_link a {
    font-size: 15px;
    height: 40px;
    line-height: 36px;
    min-width: 150px;
    padding: 0 6px;
}
.header-image .layout-image {
    left: 0;
    width: 60px;
    top: 0;
    right: 0;
    margin: 0 auto;
}
}
@media (max-width:480px) and (min-width:320px) {
    header .header-content .header-content-inner {
    height: 410px;
}
}
header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}
header .header-content .header-content-inner h1 {
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 8px;
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
@media (max-width:480px) and (min-width:320px) {
    header .header-content .header-content-inner h1 {
    font-size: 56px;
}
}header .header-content .header-content-inner h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
h2 {
    font-size: 38px;
    line-height: 40px;
	color:#000000;
    font-weight: 700;
    text-transform: capitalize;
}
.btn {
    border: medium none;
    font-family: "Open sans", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}
.btn-default {
    background: #e02b40;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
}
.btn-default:hover {
    background: #111111;
}
.btn {
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857;
    text-decoration: none;
    margin-bottom: 0;
    padding: 12px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-xl {
    padding: 12px 26px;
    background: #333;
}
.btn-xl:hover {
    background: #e02b40;
}
header .top-main {
    border-bottom: 1px solid #DDD;
    float: left;
    padding: 150px 0;
    position: relative;
    text-align: center;
    width: 100%}
header .top-main .macbook.col-sm-10 {
    float: none;
}
header .top-main .macbook.col-sm-10 img {
    max-width: 100%}
#about-modern.bg-primary {
    margin: 0 0 80px;
}
.wrap-left .megamenu {
    border: 1px solid #e5e5e5;
}
.bg-primary {
    float: left;
    padding: 0 0 20px;
    text-align: center;
    color: #000;
    width: 100%
}
.layout-image .demo-name {
    color: #111;
	padding: 20px 0 0;
	font-weight: 600;
	margin: 0 ;
	text-align:left;
	font-size: 16px;
}
#about-interior {
    border-bottom: 4px double #ddd;
    margin: 0 0 40px;
}
#about-interior .section-heading span{
	color:#ffd100;	
}
.section-content {
    color: #aaaaaa;
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 24px;
}
#portfolio {
    float: left;
    width: 100%
}
@media (max-width:1300px) {
	.main-content {
		padding: 50px 0;
	}
}
#about-interior .section-heading , .theme-layout .section-heading{
	font: 700 36px/40px "Open sans", sans-serif;
	letter-spacing: 0;
	position: relative;
	text-transform: capitalize;
	color:#001211;
	padding: 0;
	margin: 0 0 25px;
	padding: 0;
}
#about-interior .section-desc {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
@media (max-width:544px){
	#about-interior .section-heading , .theme-layout .section-heading{
		font:600 28px/36px "Open sans", sans-serif;	
		margin:30px 0 35px;
	}
}
.layout-content .layout-name a {
    font-family: "Open sans", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: capitalize;
    text-decoration: none;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.layout-content .layout-name .layout-detail {
    color: #888;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    float: left;
}
.layout-content .layout-name .layout-subtitle {
    width: 100%;
    color: #777;
    float: none;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    margin: 5px 0;
    font-size: 16px;
    display: none;
}
.layout-content .layout-name .layout-description {
    width: 100%;
    color: #777;
    float: none;
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
}
.theme-layout .item {
	float: none;
	display: inline-block;
	vertical-align: top;
}
@media (max-width:480px) and (min-width:320px) {
    .theme-layout .item {
    padding: 30px 2%}
}
.theme-layout .item.coming .theme-preview-btn {
    display: none!important;
}
.theme-layout .item.coming .layout-image a.btn-preview::before {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.theme-layout .item.coming .layout-image::before {
    bottom: 0;
    color: #fff;
    content: "Coming Soon";
    font-family: "raleway";
    font-size: 28px;
    font-weight: 600;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}
.tt-carousel .owl-prev, .tt-carousel .owl-next {
    font-size: 0;
}
.tt-carousel .owl-buttons div::after {
    content: "";
    background: rgba(0, 0, 0, 0) url(../images/icons-btn.png) no-repeat scroll 0 0;
    height: 40px;
    width: 40px;
    float: left;
}
.item.box-odd.box-odd-2 .btn-preview.btn-preview-cover {
    min-height: auto;
    width: 90%;
    height: auto;
}
.fixed-div{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display:none;
	z-index:999;
	background: rgba(0,0,0,0.7);
	transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}

.fixed-div.visible{
	display:block;	
}

.other-style{
	float: left;
	width: 100%;
	left: 0;
	z-index: 99;	
	transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
	padding: 0;
}
.layout-style-01:hover, .layout-style-02:hover{
	z-index: 99;		
}

.layout-image-01:hover .other-style, .layout-image-02:hover .other-style, .layout-image-03:hover .other-style{
	opacity:1;	
}
.layout-image-01:hover, .layout-image-02:hover, .layout-image-03:hover{
	z-index: 999;	
}


.layout-image-01:hover .other-style-02{
	left: 100%;
}
.layout-image-01:hover .other-style-01{
	left: 200%;
}

.layout-image-02:hover .other-style-02{
	left: 100%;
}
.layout-image-02:hover .other-style-01{
	left: -100%;
}

.layout-image-03:hover .other-style-02{
	left: -200%;
}
.layout-image-03:hover .other-style-01{
	left: -100%;
}


.item.box-odd .layout-image .btn-preview.btn-preview-phone {
    height: auto;
    width: 30%;
    left: auto;
    right: 20%;
    top: -22%;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    z-index: 9;
}
.item.box-odd .layout-image .btn-preview.btn-preview-tablet {
    bottom: -2%;
    height: auto;
    width: 42%;
    left: auto;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    right: 50px;
    top: auto;
    z-index: 9;
}
.item.box-even .layout-image .btn-preview.btn-preview-phone {
    height: auto;
    width: 30%;
    right: auto;
    left: 20%;
    top: -22%;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    z-index: 9;
}
.item.box-even .layout-image .btn-preview.btn-preview-tablet {
    bottom: -2%;
    height: auto;
    width: 42%;
    right: auto;
    left: 50px;
    top: auto;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    z-index: 9;
}
.layout-content .layout-name .layout-title {
    font: 600 20px/24px "Open sans", sans-serif;
    color: #111;
    text-align: center;
    letter-spacing: 0;
    text-transform: capitalize;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.layout-content .layout-name .layout-title:hover {
    color: #fb8553;
}
@media (max-width:480px) and (min-width:300px) {
    .layout-content .layout-name .layout-title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1px;
}
}.theme-layout .item>.col-xs-12 {
    float: left;
    padding: 0px;
}
.theme-layout .item:nth-child(2n) {
    padding-bottom: 0;
    padding-top: 0;
}
.item.box-odd.box-odd-2 .layout-image {
    min-height: 1237px;
}
.item.box-odd .layout-image {
    float: left;
    position: relative;
    text-align: center;
}
.layout-image > .layout-thumb-wrap {
    float: left;
    width: 100%;
    position: relative;
}
.main-content-blog .section-heading {
    color: #fff;
}
@media (min-width:1201px) and (max-width:1300px) {
	.layout-image .layout-thumb {
		 height: 430px;
	}
}
.layout-image .layout-thumb img{
	float:left;
	width:100%;
	height:auto;	
}

.layout-image .layout-thumb {
    background-clip: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 100%;
    position: relative;
    transition: all 3s ease-in-out 0s;
    -webkit-transition: all 3s ease-in-out 0s;
    -moz-transition: all 3s ease-in-out 0s;
    -o-transition: all 3s ease-in-out 0s;
    -ms-transition: all 3s ease-in-out 0s;
    height: 405px
}

.layout-image:hover .layout-thumb {
    background-position: center bottom
}

.layout-image .layout-thumb.demo1 {
    background-image: url(../images/cover/01.png)
}

.layout-image .layout-thumb.demo2 {
    background-image: url(../images/cover/02.png)
}

.layout-image .layout-thumb.demo3 {
    background-image: url(../images/cover/03.png)
}

.layout-image .layout-thumb.demo4 {
    background-image: url(../images/cover/04.png)
}

.layout-image .layout-thumb.demo5 {
    background-image: url(../images/cover/05.png)
}
.layout-image .layout-thumb.demo6 {
    background-image: url(../images/cover/06.png)
}
.layout-image .layout-thumb.demo7 {
    background-image: url(../images/cover/07.png)
}
.layout-image .layout-thumb.demo8 {
    background-image: url(../images/cover/08.png)
}
.layout-image .layout-thumb.demo9 {
    background-image: url(../images/cover/09.png)
}
.layout-image .layout-thumb.demo10 {
    background-image: url(../images/cover/10.png)
}
.layout-image .layout-thumb.demo11 {
    background-image: url(../images/cover/11.png)
}
.layout-image .layout-thumb.demo12 {
    background-image: url(../images/cover/12.png)
}
.layout-image .layout-thumb.demo13 {
    background-image: url(../images/cover/13.png)
}

.layout-image .layout-thumb.demo14 {
    background-image: url(../images/cover/14.png)
}




@media (max-width:1199px) {
    .layout-content .layout-name .layout-title {
    font: 500 24px/32px "Open sans", sans-serif;
}
.layout-image .layout-thumb {
    padding-bottom: 300px;
    height: 200px;
}
}
@media (max-width:1199px) and (min-width:992px) {
    .features .features-block {
    margin: 0 0 30px;
}
}
@media (max-width:991px) {
.header-content .logo-desc .header-logo h2.title {
    font-size: 28px;
    line-height: 30px;
}
.layout-image .layout-thumb {
    padding-bottom: 0px;
}
}
@media (max-width:571px) and (min-width:481px) {
    .item.box-odd .layout-content .layout-name .layout-counter {
    margin: 0;
    font-size: 120px;
}
}@media (max-width:480px) and (min-width:370px) {
    .btn-xl {
    padding: 10px 16px;
}
.item.box-odd .layout-content .layout-name .layout-counter {
    margin: 0;
    font-size: 100px;
}
}@media (max-width:369px) and (min-width:320px) {
    .btn-xl {
    padding: 10px 16px;
}
.item.box-odd .layout-content .layout-name .layout-counter {
    margin: 0;
    font-size: 100px;
}
} 
.item.box-odd .layout-content {
    float: right;
}
@media (max-width:991px) and (min-width:768px) {
    .item.box-even .layout-image {
    width: 100%}
.item.box-even .layout-content {
    width: 100%}
.item.box-odd .btn-preview.btn-preview-cover {
    width: 100%}
}@media (max-width:767px) {
    h2 {
    font-size: 28px;
    line-height: 34px;
}
.section-content {
    font-size: 14px;
}
.logo-desc .header-description h3 {
    font-size: 14px;

    line-height: 20px;
}
.main-content {
    margin: 0;
}
#about-interior .section-heading {
    font-size: 30px;
    margin: 30px 0 0;
}
.theme-layout .item.box-odd.box-odd-2 .col-xs-6 {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto;
}
.item.box-even .col-xs-4 {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto;
}
.layout-content .layout-name .layout-subtitle {
    font-size: 13px;
    line-height: 15px;
}
.item.box-odd .col-xs-4 {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto;
}
.layout-image .layout-thumb {
    padding-bottom: 450px;
}
}@media (max-width:480px) {
	.theme-layout .item.box-odd.box-odd-2 .col-xs-6, .item.box-even .col-xs-4, .item.box-odd .col-xs-4 {
		width: 100%;
		float:left;
		padding:0;
		margin:0 0 20px;
	}
.layout-image .layout-thumb {
    padding-bottom: 300px;
}
.logo-desc .header-description h1 {
    text-transform: capitalize;
}
.logo-desc .header-description h3 {
    font-size: 13px;
    padding: 0 15px;
}
#about-interior .section-heading {
    font-size: 26px;
    margin: 0;
}
.bg-primary {
    padding: 15px 0 0;
}
.highlight-top {
    padding-top: 0;
}
.layout-content .layout-name .layout-title {
    font: 500 18px/32px "Open sans", sans-serif;
}
}.layout-image.new-label::after {
    background: url(../images/new-label.html) no-repeat scroll 0 0;
    content: "";
    height: 86px;
    position: absolute;
    right: -20px;
    top: -25px;
    width: 86px;
    z-index: 9999;
}
.layout-image .theme-preview-btn {
    display: none;
}
.layout-image:hover .theme-preview-btn {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-weight: 700;
    left: 0;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 12px 24px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 45%;
    display: block;
    width: 120px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    z-index: 9;
}
.layout-image:hover .theme-preview-btn:hover {
    letter-spacing: 2px;
}
.layout-content {
    text-align: center;
    float: right;
    margin: 10% 0;
    padding: 0 0 20px;
}
.hb-animate-element.bottom-to-top.hb-in-viewport .features-block, .hb-animate-element.bottom-to-top.hb-in-viewport .cells {
    animation: zoomIn 500ms ease;
}
.main-content .more-coming-soon {
    background: #333;
    color: #fff;
    float: left;
    font: 400 16px/18px "Open sans", sans-serif;
    letter-spacing: .4px;
    margin: 0;
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 100%}
.main-content2 .more-coming-soon {
    background: #f5f5f5;
    color: #000;
    float: left;
    font: 400 16px/18px "Open sans", sans-serif;
    letter-spacing: .4px;
    margin: 0;
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 100%}
#portfolio {
    float: left;
    width: 100%;
    color: #333;
    position: relative;
    text-align: center;
    width: 100%}
.main-content2 {
    background: #fff;
    padding: 30px 0 0;
    text-align: center;
	}
.main-content2 .choose-service {
	color: #444;
	float: left;
	border-bottom: 4px double #eee;
	width: 100%;
	margin: 0 0 60px;
	padding: 0 25% 20px;
}
.section-heading.service-heading.text-uppercase {
	font: 600 38px/40px "Open sans", sans-serif;
	letter-spacing: 1px;
	position: relative;
	text-transform: capitalize;
	padding: 0;
	color: #1f1f1f;
	margin: 0 0 35px;
	padding: 0;
}
.owl-carousel .owl-wrapper-outer {
    direction: ltr!important;
}
.features .features-block {
    float: left;
    width: 100%}
#feature-list {
    float: left;
    position: relative;
    width: 100%;
	margin:70px 0 !important;
    z-index: 0;
}

@media (max-width:991px) {
    #feature-list {
        margin: 40px 0 !important;
    }
}
#feature-list .main-content2{
	background:none;
	padding:0;
}

.hb-animate-element.bottom-to-top.hb-in-viewport .features-block, .hb-animate-element.bottom-to-top.hb-in-viewport .cells {
	animation: zoomIn 500ms ease;
}
.features .features-block:hover {
	box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
}
.features-block:hover .feature-img .img-responsive {
	transform: translateY(-10px);
}
.feature-img>div {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    min-height: 205px;
    box-shadow: 0 5px 8px 1px rgba(0, 0, 0, .15);
    transition: all 0.3s ease 0s;
}
.feature-img:hover>div {
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .2);
    transform: translateY(-10px);
}
.features-block .feature-img .service1 {
    background-image: url(../images/services/service-01.html);
}
.features-block .feature-img .service2 {
    background-image: url(../images/services/service-04.html);
}
.features-block .feature-img .service3 {
    background-image: url(../images/services/service-07.html);
}
.features-block .feature-img .service4 {
    background-image: url(../images/services/service-10.html);
}
.features-block .feature-img .service5 {
    background-image: url(../images/services/service-13.html);
}
.features-block .feature-img .service6 {
    background-image: url(../images/services/service-16.html);
}
.features-block .feature-img .service7 {
    background-image: url(../images/services/service-02.html);
}
.features-block .feature-img .service8 {
    background-image: url(../images/services/service-05.html);
}
.features-block .feature-img .service9 {
    background-image: url(../images/services/service-08.html);
}
.features-block .feature-img .service10 {
    background-image: url(../images/services/service-18.html);
}
.features-block .feature-img .service11 {
    background-image: url(../images/services/service-17.html);
}
.features-block .feature-img .service12 {
    background-image: url(../images/services/service-03.html);
}
.features-block .feature-img .service13 {
    background-image: url(../images/services/service-06.html);
}
.features-block .feature-img .service14 {
    background-image: url(../images/services/service-09.html);
}
.features-block .feature-img .service15 {
    background-image: url(../images/services/service-12.html);
}
.features-block .feature-img .service16 {
    background-image: url(../images/services/service-15.html);
}
.feature-content {
    color: #000;
    text-align: left;
}
.feature-content .feature-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.feature-content .feature-desc {
    color: #888;
    line-height: 22px;
}
.main-content3 {
    float: left;
	background-color: #ffba00;
    width: 100%;
	}
.main-content3>div {
    padding: 90px 0;
}
.footer-get-theme .support-title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #e02b40;
    padding: 0 0 20px;
}
.footer-get-theme .support-desc {
    font-size: 14px;
    line-height: 20px;
    color: #111;
    font-style: italic;
}
.footer-get-theme .support-desc span {
    color: #e02b40;
}
.footer-get-theme{
    text-align: center;
}
.wd-review .star {
    display: inline-block;
}
.wd-review .star span {
    font-size: 60px;
    color: #e02b40;
}
.wd-review {
    float: left;
    width: 100%;
}
.wd-review .star {
    float: left;
}
.star.star2, .star.star4 {
    padding: 10px 0 0;
}
.star.star3 {
    padding: 20px 0 0;
}
.wd-review .star:last-child{
    margin:0;
}
.wd-rating {
    font-size: 24px;
	line-height: 38px;
	color: #111;
	padding: 0 40px;
	float: left;
	width: 100%;
	font-weight: 600;
}
.wd-rating .rate {
    background: #e02b40;
    padding: 3px 12px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}
.wd-review .star_content {
    margin:40px 0 30px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.footer-get-theme .wd-support-main {
    width: 53%;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.footer-get-theme .wd-support-main  .wd-support{
    padding: 40px 60px;
    background: #fff;
    border-radius: 10px;
}
.footer-get-theme .wd-support-main .support-inner {
    position: relative;
    padding: 0 0 0 60px;
    text-align: left;
}
.footer-get-theme .wd-support-main .support-inner .error {
    color: #e02b40;
    font-size: 50px;
    position: absolute;
    left: 0;
}
@media (min-width:1201px) and (max-width:1300px) {
	.main-content3>div {
		 padding:50px 0;
	}
}

@media (max-width:991px) {
	.main-content3>div {
		 padding:35px 0;
	}
}
.main-content3 .title {
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 0 0 30px;
    letter-spacing: .6px;
    text-transform: capitalize;
    width: 100%;
    line-height: 26px;
    font-weight: 500;
}
.footer-get-theme>h3 {
    color: #fff;
    font: 600 38px/40px "Open sans", sans-serif;
    margin: 0 0 30px;
}
.footer-get-theme .btn:hover span {
    color: #000000;
}
.main-content4 {
    background: #000 none repeat scroll 0 0;
    float: left;
    height: 100px;
    color: #777;
    text-align: center;
    padding: 40px 0;
    width: 100%}
.main-content4 .footer-privacy a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
}
.main-content4 .footer-privacy a:hover {
    text-decoration: underline;
}
@media (max-width:1800px) {
    .feature-img>div {
    min-height: 175px;
}
}@media (max-width:1500px) {
    .feature-img>div {
    min-height: 145px;
}
}@media (max-width:1400px) {
    .feature-img>div {
    min-height: 120px;
}
}@media (max-width:1300px) {
    .feature-img>div {
    min-height: 110px;
}
}@media (min-width:768px) and (max-width:991px) {
    .feature-img, .feature-content {
    margin: 0 0 20px;
    text-align: center;
    width: 100%}
.feature-content .feature-title {
    font-size: 16px;
}
}@media (max-width:991px) {
    .footer-get-theme>h3 {
    font-size: 32px;
}
.feature-img>div {
    min-height: 230px;
}
}@media (max-width:767px) {
    .theme-layout .item {
    float: left;
    padding: 0;
}
.main-content3>div {
    padding: 30px 20px;
}
.layout-content {
    margin: 30px 0;
}
.main-content2 .choose-service {
    margin: 0 auto 30px;
}
}@media (max-width:480px) {
    .theme-layout .item {
    width: 100%}
.feature-content .feature-title {
    font-size: 16px;
}
.feature-img, .feature-content {
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
}
.feature-img .img-responsive {
    margin: 0 auto;
    float: none;
}
.main-content2 {
    padding: 0;
}
.main-content3>div {
    padding: 30px 0;
}
.footer-get-theme>h3 {
    font-size: 18px;
    line-height: 24px;
}
.main-content3 .title {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 30px;
}
.feature-img>div {
    width: 230px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
}.gr__tooltip {
    display: none!important;
}
#portfolio>div {
    float: left;
    width: 100%;
}
.heading h2 {
    font-size: 44px;
    line-height: 52px;
    margin: 0 0 30px;
    font-weight: 600;
}
.heading {
    clear: both;
    text-align: center;
}
.theme-collection {
    float: left;
    width: 100%;
    padding: 60px 0;
}
.theme-collection.collection-page {
    padding: 70px 0;
}
#theme-collection, #theme-collection-product {
    float: left;
    width: 100%}
#theme-collection-product {
    padding: 50px 0 20px;
}
#theme-collection.main-collection-page {
    float: left;
    width: 100%;
}
#theme-collection.main-collection-page .parallex {
	float: left;
	width: 100%;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	padding: 40px 0 50px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
@media (min-width:1201px) and (max-width:1300px) {
	#theme-collection.main-collection-page .parallex {
		padding: 20px 0;
	}
}
@media (max-width:991px) {
	#theme-collection.main-collection-page .parallex {
		padding: 40px 0 20px;
	}
}
#theme-collection {
    background: none;
}
#theme-collection .layout-image .layout-thumb, #theme-collection-product .layout-image .layout-thumb {
    padding-bottom: 95%}
.theme-collection .item .layout-image {
    box-shadow: 0 6px 25px 5px rgba(0, 0, 0, .06);
    background: #fff;
    overflow: hidden;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    padding: 0;
    border: 5px solid #fff!important;
}
.theme-collection .item .layout-image span {
    background-color: #fff;
    color: #000;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 45px;
    width: 140px;
    z-index: 1;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    opacity: 0;
}
.theme-collection .item .layout-image span:hover {
    color: #fff;
    cursor: pointer;
}
.theme-collection .item .layout-image span::before {
    content: "";
    -webkit-transform: scale(.5, 1);
    -moz-transform: scale(.5, 1);
    -ms-transform: scale(.5, 1);
    -o-transform: scale(.5, 1);
    transform: scale(.5, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1;
}
.theme-collection .item .layout-image span:hover::before {
    -webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.theme-collection .item .layout-image span:hover::before {
    background-color: #fb8553;
}

.choose-demo{
	float:none;
	display:inline-block;
    vertical-align:top;	
    padding:0;
}
@media (min-width:992px) and (max-width:1200px) {
	#choose-demo{
		width:88%;	
	}
}
@media (max-width:991px) {
	#choose-demo{
		width:100%;	
	}	
}
.logo-desc .header-description a.btn::before, #choose-demo a.btn::before, .themestyle-detail a.btn:before {
    content: "";
    -webkit-transform: scale(.5, 1);
    -moz-transform: scale(.5, 1);
    -ms-transform: scale(.5, 1);
    -o-transform: scale(.5, 1);
    transform: scale(.5, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.logo-desc .header-description a.btn:hover::before, #choose-demo a.btn:hover::before, .themestyle-detail a.btn:hover::before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.logo-desc .header-description a.btn:hover::before, #choose-demo a.btn:hover::before, .themestyle-detail a.btn:hover::before {
    background-color: #ffffff;
	
}
#popimg-left{
    position: absolute;
    z-index: 2;
    top: -70px;
    right: auto;
    left: -40px;
}
#popimg-right {
    position: absolute;
    z-index: 2;
    top: -50px;
    right: -95px;
    left: auto;
}
#popimg-bottom {
	position: absolute;
	z-index: 2;
	top: auto;
	right: 30%;
	left: auto;
	bottom: -25%;
}
.main-content2 .features.one {
	float: left;
}
.main-content2 .main-content2-content {
	padding: 0;
}
.main-content2 {
	background: #fff;
	padding: 70px 0;
	text-align: center;
}
.section-heading1.text-uppercase {
	font-family: "Open sans", sans-serif;
	font-size: 22px;
	font-weight: 600;
	float: left;
	width: 30%;
	line-height: 30px;
	left: 0;
	right: 0;
	top: 48%;
	bottom: 0;
	margin: 0 auto;
	vertical-align: top;
	position: absolute;
	display: block;
	z-index: 9;
	text-transform: uppercase;
	height: 8%;
	color: #3f2923;
}
.badges {
    margin: 0 0 30px;
	float: left;
	width: 100%;
}
.header-block .header-bg {
    float: left;
    width: 100%;
	padding: 6% 0 2%;
    background: #222222;
}
.features .features-block {
	float: left;
	width: 100%;
	background: #fff;
	min-height: 175px;
	padding: 20px 15px 0;
	margin: 0 0 50px;
	border: 1px solid #e5e5e5;
	transition: 400ms ease-in-out;
	cursor: pointer;
}
.feature-img {
	float: left;
	width: 100%;
}
.feature-img .img-responsive {
	border: medium none;
	display: block;
	height: auto;
	margin: auto;
	transition: all 0.6s ease 0s;
	max-width: 100%;
}
.features .features-block .feature-title {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 22px;
	text-transform: capitalize;
	text-align: center;
	padding: 18px 0 0 0;
	float: left;
	width: 100%;
	color: #444444;
}
.main-part {
	width: 100%;
	float: left;
}
.main-images {
	float: left;
	width: 100%;
}
.main-images .innercontent {
	text-align: center;
}
.theme-collection .item .layout-image:hover span {
    opacity: 1;
}
.theme-collection .item .layout-image:hover .page:after {
    content: "";
    background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
#theme-collection-product .theme-collection .item .layout-image>div {
    min-height: 650px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
#page-collection .page-collection {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 10px 0 0;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.theme-collection .item .layout-image:hover {
    box-shadow: 0 18px 45px 0 rgba(0, 0, 0, .15);
}
.theme-collection .item .layout-image .btn-preview {
    position: static;
}
.theme-collection .item .layout-content .layout-name .layout-title {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
}
.theme-collection .theme-layout .item .layout-content {
    margin: 25px 0;
}
.product-page {
    float: left;
    padding: 70px 0 30px;
    width: 100%}
.highlight-top .description .number, .blog_description .heading {
    color: #000;
    display: inline-block;
    float: none;
    font: 600 40px/50px "Open sans", sans-serif;
    height: 115px;
    padding: 34px 0;
    vertical-align: top;
    width: 115px;
    box-shadow: 0 8px 18px 2px rgba(0, 0, 0, .1);
    border-radius: 50%;
    background: #fff;
}
.blog_description .heading {
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    padding: 55px 0;
    margin: 0 0 60px;
    position: relative;
    width: 150px;
    height: 150px;
}
.blog_description .heading::after {
    content: "";
    border: 2px dashed #e5e5e5;
    height: 145px;
    width: 2px;
    position: absolute;
    transform: rotate(32deg);
    top: 95%;
    bottom: auto;
    left: 10px;
}
.blog .cells {
    padding: 0 0 25px;
}
.blog .cells .blog-style .blog1 {
    background-image: url(../images/blog/blog_style3.html);
}
.blog .cells .blog-style .blog2 {
    background-image: url(../images/blog/blog_style2.html);
}
.blog .cells .blog-style .blog3 {
    background-image: url(../images/blog/blog_list.html);
}
.blog .cells .blog-style .blog4 {
    background-image: url(../images/blog/blog_style1.html);
}
.blog .cells .blog-style {
    margin: 0;
    box-shadow: 0 2px 21px 5px rgba(0, 0, 0, .04);
    display: block;
}
.blog .cells .blog-style>div {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    min-height: 215px;
}
.blog .cells .blog-style>div.blog3, .blog .cells .blog-style>div.blog1 {
    min-height: 280px;
}
.blog .cells .blog-style > div.blog6 {
    min-height: 240px;
}
.blog .cells .blog-style > div.blog5 {
    min-height: 340px;
}
.cell-2 .blog_description .heading {
    margin: 18% 0 0;
}
.cell-2 .blog_description .heading::after {
    bottom: 95%;
    top: auto;
    transform: rotate(148deg);
    height: 140px;
}
.blog .cell-1 .blog-style {
    margin: 70px 0 0;
}
.cell-3 .blog_description .heading {
    float: right;
    margin: 120px 120px 0 0;
}
.cell-3 .blog_description .heading::after {
    right: -45%;
    left: auto;
    transform: rotate(65deg);
    top: -50px;
}
.blog .cell-3.cells {
    float: right;
}
@media (max-width:1700px) {
	.features .features-block {
		padding: 20px;
	}
}
.content-bottom {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    background-color: #252525;
}
.showcase-content {
    float: left;
    width: 100%;
    padding:70px 0 100px;
}
#showcase {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    min-height: 410px;
    margin: 0;
    background-image: url(../images/showcase/main.html);
}
#showcase .layout-image .layout-thumb-wrap .layout-name a.layout-title {
    color: #fff;
}
.showcase-detail {
    float: left;
	border-bottom: 4px double #333;
	margin: 0 0 60px;
    width:100%;
}
.showcase-detail .title {
    font-size: 36px;
    line-height: 46px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 20px;
}
.showcase-detail .subtitle {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 30px;
    color: #fff;
    text-transform: capitalize;
    width: 63%;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.showcase-detail .button .btn {
    background: #c10a28;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    border: none;
}
.showcase-detail .button .btn::before {
    content: "";
    transform: scale(.5, 1);
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}
.showcase-detail .button .btn:hover::before {
    transform: scale(1, 1);
    opacity: 1;
}
.showcase-detail .button .btn:hover {
    color: #000;
}
.showcase-detail .button .btn:hover::before {
    background: #fff;
}
.showcase-list {
    float: left;
    width: 100%;
}
#showcase .collection {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 25px;
}
#showcase .collection .image > a img{
	float:left;
	width:100%;
	border:2px solid #fff;
	padding:20px;
	border-radius: 5px;
}

img {
    max-width: 100%;
	height:auto;
}
#showcase .collection .image .product1 {
    background-image: url(../images/showcase/01.html);
}
#showcase .collection .image .product2 {
    background-image: url(../images/showcase/02.html);
}
#showcase .collection .image .product3 {
    background-image: url(../images/showcase/03.html);
}
#showcase .collection .image .product4 {
    background-image: url(../images/showcase/04.html);
}
#showcase .collection .image .product5 {
    background-image: url(../images/showcase/05.html);
}
#showcase .collection .image .product6 {
    background-image: url(../images/showcase/06.html);
}
#showcase .collection .image .product7 {
    background-image: url(../images/showcase/07.html);
}
#showcase .collection .image .product8 {
    background-image: url(../images/showcase/08.html);
}
#showcase .collection .image .product9 {
    background-image: url(../images/showcase/09.html);
}
#showcase .collection .image .product10 {
    background-image: url(../images/showcase/10.html);
}
#showcase .collection .image .product11 {
    background-image: url(../images/showcase/11.html);
}
#showcase .collection .image .product12 {
    background-image: url(../images/showcase/12.html);
}
#showcase .collection .image .product13 {
    background-image: url(../images/showcase/13.html);
}
#showcase .collection .image .product14 {
    background-image: url(../images/showcase/14.html);
}
#showcase .collection .image .product15 {
    background-image: url(../images/showcase/15.html);
}
#showcase .collection .image .product16 {
    background-image: url(../images/showcase/16.html);
}
#showcase .collection .image .product17 {
    background-image: url(../images/showcase/17.html);
}
#showcase .collection .image .product18 {
    background-image: url(../images/showcase/18.html);
}
#showcase .collection .image .product19 {
    background-image: url(../images/showcase/19.html);
}
#showcase .collection .image .product20 {
    background-image: url(../images/showcase/20.html);
}
#showcase .collection .image .product21 {
    background-image: url(../images/showcase/21.html);
}
#showcase .owl-buttons>div {
    font-size: 0;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #d0d0d0;
    top: 43%;
    opacity: 0;
    transition: all 0.4s;
}
#showcase:hover .owl-buttons>div {
    opacity: 1;
}
#showcase .owl-buttons>div.owl-next {
    right: -25px;
}
#showcase .owl-buttons>div.owl-prev {
    left: -25px;
}
#showcase .owl-buttons>div.owl-prev::after {
    content: "\f104";
    background: none;
    height: 32px;
    width: 32px;
    float: left;

    font-family: fontawesome;
    color: #666;
    font-size: 20px;
    line-height: 32px;
}
#showcase .owl-buttons>div.owl-next::after {
    content: "\f105";
    background: none;
    height: 32px;
    width: 32px;
    float: right;
    font-family: fontawesome;
    color: #666;
    font-size: 20px;
    line-height: 32px;
}
@media (min-width:1501px) and (max-width:1599px) {
    #theme-collection-product .theme-collection .item .layout-image>div {
    min-height: 340px;
}
.blog .cells .blog-style>div {
    min-height: 210px;
}
.blog .cells .blog-style>div.blog3, .blog .cells .blog-style>div.blog5, .blog .cells .blog-style>div.blog1 {
    min-height: 290px;
}
}@media (min-width:1400px) and (max-width:1500px) {
    #theme-collection-product .theme-collection .item .layout-image>div {
    min-height: 330px;
}
.blog .cells .blog-style>div {
    min-height: 210px;
}
.blog .cells .blog-style>div.blog3, .blog .cells .blog-style>div.blog5, .blog .cells .blog-style>div.blog1 {
    min-height: 290px;
}
}@media (min-width:1200px) and (max-width:1399px) {
    .theme-collection .item .layout-image.img1>div {
    min-height: 480px;
}
#theme-collection-product .theme-collection .item .layout-image>div {
    min-height: 280px;
}
.blog .cells .blog-style>div {
    min-height: 190px;
}
.blog .cells .blog-style>div.blog3, .blog .cells .blog-style>div.blog5, .blog .cells .blog-style>div.blog1 {
    min-height: 245px;
}
}@media (min-width:992px) and (max-width:1199px) {
    #theme-collection-product .theme-collection .item .layout-image>div {
    min-height: 220px;
}
.theme-collection .item .layout-image.img1>div {
    min-height: 380px;
}
.blog .cells .blog-style>div {
    min-height: 150px;
}
.blog .cells .blog-style>div.blog3, .blog .cells .blog-style>div.blog5, .blog .cells .blog-style>div.blog1 {
    min-height: 200px;
}
}@media (min-width:544px) and (max-width:991px) {
    theme-collection .item .layout-image.img1>div {
    min-height: 285px;
}
#theme-collection-product .theme-collection .item .layout-image>div {
    min-height: 255px;
}
.blog .cells .blog-style>div {
    min-height: 110px;
}
.blog .cells .blog-style>div.blog3, .blog .cells .blog-style>div.blog5, .blog .cells .blog-style>div.blog1 {
    min-height: 155px;
}
}@media (max-width:1400px) {
    .showcase-detail .title {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 20px;
}
#showcase {
    min-height: 350px;
    margin: 0;
}
.showcase-content {
    padding: 50px 0;
}
}
@media (max-width:1300px) {
    #showcase {
    min-height: 300px;
}
}@media (max-width:1199px) {
.showcase-detail .title {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 20px;
}
.showcase-detail .subtitle {
    margin: 0 0 20px;
    width:75%;
}
#showcase {
    min-height: 230px;
}
}@media (max-width:991px) {
    .showcase-list {
    width: 100%;
    float: left;
    padding: 0;
}
.showcase-detail {
    margin: 0 0 30px;
    width: 100%;
    text-align: center;
}
#showcase {
    min-height: 325px;
}

}@media (max-width:767px) {
    .theme-collection {
    padding: 40px 0 0;
}
.blog .cell-1 .blog-style {
    margin: 30px 0 0;
}
.heading h2 {
    font-size: 34px;
}
#theme-collection .layout-image .layout-thumb, #theme-collection-product .layout-image .layout-thumb {
    padding-bottom: 60%}
#theme-collection .theme-layout .img-responsive, #theme-collection-product .theme-layout .img-responsive {
    width: 100%}
.tt-carousel .cell-1.cells {
    padding: 30px 10px 0;
}
.highlight-top .wrap-left {
    float: left;
    width: 100%}
.blog .cells.cell-3 .blog-style {
    float: left;
    width: 100%}
.blog .cell-3.cells {
    width: 100%}
#theme-collection-product {
    padding: 20px 0 0;
}
}@media (max-width:700px) {
    #showcase {
    min-height: 290px;
}
}@media (max-width:600px) {
    #showcase {
    min-height: 190px;
}
}
@media (max-width:480px) {
    #showcase .owl-buttons>div {
    opacity: 1;
    position: static;
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.content-bottom .owl-buttons {
    margin: 20px 0 0;
}
.heading h2 {
    font-size: 28px;
    line-height: 30px;
}
.product-page {
    padding: 50px 0 0;
}
#theme-collection-product .theme-collection .item .layout-image>div {
    min-height: 220px;
}
.blog .cells .blog-style>div {
    min-height: 120px;
}
.blog .cells .blog-style>div.blog3, .blog .cells .blog-style>div.blog5, .blog .cells .blog-style>div.blog1 {
    min-height: 144px;
}
}@media (max-width:360px) {
#showcase .collection {
    margin: 0 0 0 3px;
}
}.banner .img img {
    max-width: 100%}
.highlight-wrap {
    float: left;
	
    width: 100%
}
.highlight-top {
    position: relative;
    float: left;
    width: 100%}
.container-outer {
	clear: both;
	display: inline-block;
	background:#f7f7f7;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	width: 100%;
}
	
@media (min-width:992px) and (max-width:1200px) {
	.container-outer {
		padding: 50px 0;
	}
}
@media (max-width:991px) {
	.container-outer {
		padding: 40px 0;
	}
}
.container-outer.blog-design {
    margin: 0 0 50px;
}
.highlight-top .wrap-left {
    float: left;
}
.highlight-top .wrap-right {
    float: right;
}
.highlight-inner {
    float: left;
    width: 100%}
.highlight-top .wrap-right .megamenu, .header, .footer, .blog-style, .product-style {
    box-shadow: 0 2px 20px 3px rgba(0, 0, 0, .05);
	background:#ffffff;
    margin:25px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}
.tt-carousel .col-sm-12 {
    padding: 0;
}
.wrap-right .highlight-inner.description, .wrap-left .description {
    float: right;
    padding: 20% 0;
    text-align: center;
}
.wrap-left .highlight-inner {
    float: left;
}
#page-collection .layout-content {
    padding: 0;
}
.highlight-top .highlight-inner .shop-1 {
    float: left;
    height: 700px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 8px 1px rgba(0, 0, 0, .15);
    width: 100%}
.highlight-top .highlight-inner .shop-1:hover {
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .2);
    transform: translateY(-10px);
}
.highlight-top .wrap-left.blog_design .description {
    padding: 0 0 80px;
}
ul.slider-nav {
    padding: 0;
}
.theme-collection .heading {
    margin: 0 0 60px;
    padding: 0 15px;
}
.theme-collection.collection-page .theme-layout .heading {
    text-align: left;
    color: #fff;
    margin: 70px 0;
    padding: 0;
}
.theme-collection.collection-page .theme-layout .heading li.collection-item {
	list-style: none;
	font-size: 16px;
	margin: 0 0 5px;
	line-height: 26px;
	display: flex;
	align-items: center;
	cursor: pointer;
	outline: 0;
	color: rgba(255, 255, 255, .6);
	font-weight: 600;
}
.theme-collection.collection-page .theme-layout .heading li.collection-item:before {
    content: '';
    display: inline-block;
    height: 1px;
    background: #fff;
    width: 35px;
    margin-right: 0;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all .25s cubic-bezier(.37, .31, .2, .85);
}
.theme-collection.collection-page .theme-layout .heading li.collection-item.slick-current:before {
    margin-right: 15px;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.theme-collection.collection-page .theme-layout ul.collection-nav {
    padding: 0;
}
.theme-collection.collection-page .theme-layout .heading li.collection-item a.collection-button {
    font-size: 14px;
    line-height: 36px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 16px;
    height: 36px;
    margin-left: 20px;
    display: inline-block;
    opacity: 0;
    transition: all 400ms ease-in-out;
    position: relative;
    z-index: 1;
}
.theme-collection.collection-page .theme-layout .heading li.collection-item.slick-current a.collection-button {
    opacity: 1;
}
.theme-collection.collection-page .theme-layout .heading li.collection-item.slick-current {
    color: #fff;
}
.theme-collection.collection-page .theme-layout .heading li.collection-item a.collection-button:hover {
    color: #000;
}
.theme-collection.collection-page .theme-layout .heading li.collection-item a.collection-button::before {
    content: "";
    -webkit-transform: scale(.5, 1);
    -moz-transform: scale(.5, 1);
    -ms-transform: scale(.5, 1);
    -o-transform: scale(.5, 1);
    transform: scale(.5, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1;
}
.theme-collection.collection-page .theme-layout .heading li.collection-item a.collection-button:hover::before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.theme-collection.collection-page .theme-layout .heading li.collection-item a.collection-button:hover::before {
    background: #fff;
}
.theme-collection.collection-page .theme-layout .heading p {
    margin: 0 0 30px;
    line-height: 21px;
    font-size: 14px;
}
.highlight-top .highlight-inner .cell-bg {
    border: 1px solid #e5e5e5;
}
.highlight-inner img {
    max-width: 100%;
    vertical-align: top;
	height:auto;
}
.block-content.style1 {
    text-align: left;
}
.block-content.style1 h4::before {
    background: #e02b40;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 80px;
}
.highlight-inner h4 {
    font-family: "Open sans", sans-serif;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: .4px;
    margin: 0 0 30px;
    padding: 15px 0;
    position: relative;
    text-transform: capitalize;
}
.block-content.style1 p {
    color: #999;
    margin-bottom: 0;
}
.theme-collection .item .layout-image img {
    max-width: 100%}
@media (max-width:1500px) {
    .highlight-top .highlight-inner .shop-1 {
    height: 500px;
}
.wrap-right .highlight-inner.description, .wrap-left .description {
    padding: 10% 0;
}
.highlight-inner h4 {
    font-size: 30px;
}
}@media (max-width:1300px) {
    .blog_description .heading: :after {
    height: 130px;
}
.cell-2 .blog_description .heading::after {
    height: 110px;
}
.blog_description .heading {
    font-size: 16px;
    height: 120px;
    line-height: 22px;
    padding: 40px 0;
    width: 120px;
}
.cell-3 .blog_description .heading {
    margin: 110px 110px 0 0;
}
}@media (max-width:1200px) {
    .highlight-inner h4 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 10px;
}
}@media (max-width:1199px) {
    .highlight-top .highlight-inner .shop-1 {
    height: 370px;
}
.wrap-right .highlight-inner.description, .wrap-left .description {
    padding: 0;
}
.highlight-top .wrap-right {
    padding: 0;
}
.highlight-top .description .number {
    margin: 20px 0;
}
}@media (max-width:991px) {
    .blog_description .heading {
    margin: 0 0 40px;
}
.blog_description .heading::after {
    height: 80px;
}
.blog_description .heading {
    font-size: 14px;
    height: 85px;
    letter-spacing: 0;
    line-height: 18px;
    padding: 30px 0;
    width: 85px;
}
.cell-2 .blog_description .heading::after {
    height: 70px;
}
.cell-3 .blog_description .heading {
    margin: 110px 70px 0 0;
}
.cell-3 .blog_description .heading::after {
    right: -52%;
    top: -32px;
}
.highlight-top .wrap-left.blog_design .description {
    padding: 50px 0 0;
}
.layout-content .layout-name .layout-title {
    font: 500 16px/20px "Open sans", sans-serif;
}
.layout-content {
    padding: 0 0 10px;
}
.theme-collection .item .layout-content .layout-name .layout-title {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 0;
}
.header-block .main-header {
    padding: 0 15px;
    height: 400px;
}
.heading h2 {
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 20px;
}
.collection-image, .collection-detail {
    width: 100%}
.theme-collection.collection-page {
    padding: 0 0 40px;
}
}@media (max-width:767px) {
    .highlight-top {
    margin-top: -20px;
}
.highlight-inner {
    padding: 0;
}
.highlight-top .highlight-inner .cells {
    float: left;
    margin: 0 0 10px;
    width: 100%}
.cell-2 .blog_description .heading {
    margin: 60px 0 0;
}
.theme-collection .heading {
    margin: 0 0 30px;
}
.cell-3 .blog_description .heading {
    margin: 0 70px 60px 0;
}
.cell-3 .blog_description .heading::after {
    left: -11%;
    top: 70px;
    transform: rotate(39deg);
}
.container-outer.blog-design {
    margin: 0 0 20px;
}
#theme-collection-product .heading {
    padding: 0 15px;
}
.features .features-block {
    float: left;
    width: 100%;
}
.main-content2-content .features {
    float: left;
    width: 100%;
    padding: 0;
}
.theme-collection.collection-page .theme-layout .heading li.collection-item a.collection-button {
    padding: 0 10px;
    margin-left: 12px;
}
.theme-collection.collection-page .theme-layout .heading li.collection-item.slick-current::before {
    margin-right: 5px;
}
.theme-collection.collection-page .theme-layout .heading li.collection-item::before {
    width: 25px;
}
}
@media (max-width:480px) {
    .highlight-top .wrap-left.blog_design .description {
    padding: 10px 0 0;
}
.heading h2 {
    font-size: 24px;
    line-height: 26px;
}
.collection-image, .collection-detail {
    padding: 0;
}
}

@media (min-width:1301px) and (max-width:1500px) {
	.main-inner{
		height: 740px;	
	}
}
@media (max-width:1200px) {
	.feature-img {
		float: none;
		width: 35%;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 10px;
	}
	.features .features-block .feature-title {
		text-align: center;
		display: inline-block;
		vertical-align: top;
		font-size: 15px;
		line-height: 22px;
		padding: 0;
		float: none;
		width: auto;
	}
	.features .features-block {
		display: block;
		text-align: center;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	#theme-collection.main-collection-page .parallex {
		height: 510px;
		padding:10px 40px 20px;
	}
}
@media (max-width:1199px) {
	#popimg-left .img-responsive, #popimg-right .img-responsive {
		width: 60%;
	}
	#popimg-right {
		right: -14%;
		top: -3%;
	}
	.inner-images.attachment-full.size-full3 img, .inner-images.attachment-full.size-full4 img, .inner-images.attachment-full.size-full2 img, .inner-images.attachment-full.size-full4 img, .inner-images.attachment-full.size-full5 img {
		max-width: 85%;
	}
	#popimg-bottom {
		bottom: 9%;
	}
	.highlight-inner img {
		max-width: 80%;
		vertical-align: top;
	}
	#menu2 img {
		max-width: 60%;
	}
	#menu2 {
		right: -52%;
		bottom: 19%;
	}
	.section-heading1.text-uppercase {
		width: 40%;
	}
	#menu3 {
		bottom: 18%;
	}
	#megamenu, .main-menu > .bg, .main-menu.container-outer{
		height: 900px;
	}
}
@media (max-width:991px) {
	.inner-images.attachment-full.size-full1 img{
		max-width: 70%;
	}
	#popimg-left .img-responsive, #popimg-right .img-responsive {
		width: 50%;
	}
	#popimg-right {
		right: -25%;
	}
	.logo-desc .header-description h3 {
		display: none;
	}
	.logo-desc .header-description h1 {
		padding: 0 0 10px;
	}
	
	#popimg-bottom {
		bottom: 32%;
		right: 30%;
		width: 25%;
	}
	#popimg-bottom .img-responsive {
		max-width: 80%;
	}
	#about-interior .section-heading {
		font-size: 34px;
		line-height: 36px;
		margin:0;
		padding: 0;
	}
	.section-content {
		font-size: 14px;
	}
	#menu2 {
		width: 90%;
		right: -40%;
	}
	#menu3 {
		bottom: 10%;
		left: -5%;
	}
	.highlight-inner img {
		max-width: 65%;
	}
	#megamenu, .main-menu > .bg, .main-menu.container-outer {
		height: 810px;
	}
	#menu {
		left: -14%;
	}
	.section-heading1.text-uppercase {
		width: 50%;
	}
	.main-content2 .main-content2-content {
		padding: 0;
	}
	.section-heading.service-heading.text-uppercase {
	    font-size: 32px;
		line-height: 38px;
		margin: 0 0 25px;
		padding: 0 0 20px;
	}
	.theme-collection.collection-page .theme-layout .heading {
		margin: 70px 0 0;
	}
}
@media (max-width:767px) {
	.main-content2 .features.one {
		width: 50%;
		padding: 0 15px;
	}
	.highlight-top .wrap-right {
		width: 100%;
	}
	#megamenu, .main-menu > .bg, .main-menu.container-outer {
		height: 760px;
	}
	#popimg-right {
		right: -35%;
	}
	.feature-img {
		width: 100%;
	}
}
@media (max-width:544px) {
	.inner-images.attachment-full.size-full1 img {
		max-width: 35%;
	}
	.logo-desc .header-description a.btn {
		font: 500 12px/18px "Open sans", sans-serif;
		padding: 11px 10px;
		margin: 0;
	}
	.logo-desc .header-description h1 {
		font-size: 20px;
		margin: 5px 0 0;
	}
	.header-content .logo-desc {
		top: 1%;
	}
	.inner-images.attachment-full.size-full3 {
		top: 18%;
		width: 68%;
	}
	#popimg-left .img-responsive, #popimg-right .img-responsive {
		width: 40%;
	}
	#popimg-right {
		right: -45%;
	}
	.inner-images.attachment-full.size-full2 {
		right: -26%;
		top: 14%;
		width: 55%;
	}
	.inner-images.attachment-full.size-full4 {
		bottom: 60%;
	}
	.inner-images.attachment-full.size-full5 {
		bottom: 62%;
	}
	#popimg-bottom {
		display: none;
	}
	.section-heading1.text-uppercase {
		width: 60%;
		font-size: 16px;
	}
	.footer-get-theme > h3 {
		font-size: 22px;
		margin: 0 0 10px;
	}
	.main-content3 .title {
		font-size: 16px;
	}
	.main-content3 .title {
		margin: 0 0 20px;
	}
}
@media (max-width:480px) {
	.main-content3 .title {
		font-size: 14px;
	}
	.footer-get-theme > h3 {
		font-size: 18px;
	}
	#popimg-right {
		right: -85%;
	}
	.inner-images.attachment-full.size-full1 img {
		max-width: 30%;
	}
	#about-interior .section-heading {
		font-size: 24px;
		line-height: 26px;
		margin: 0 0 10px;
		padding: 0 0 20px;
	}
	.section-content {
		font-size: 13px;
	}
	.inner-images.attachment-full.size-full1 img {
		max-width: 24%;
	}
	.inner-images.attachment-full.size-full2{
	    right: -16%;
		top: 74%;
		width: 35%;
	}
	.bg-primary {
		padding: 25px 0 10px;
	}
	.logo-desc .header-description h1 {
		font-size: 18px;
	}
	.logo-desc .header-description a.btn {
		padding: 8px 10px;
	}
	.theme-layout .item .col-xs-6 {
		width: 100%;
	}
	#theme-collection.main-collection-page .parallex {
		padding: 0px 5px 10px;
	}
	#menu2 {
		width: 90%;
		right: -40%;
	}
	#menu {
		left: -42%;
	}
	#ttfeature-carousel2{
		padding:0;	
	}
	.tt-carousel .cell-1.cells{
		padding:0;	
	}
	#megamenu, .main-menu > .bg, .main-menu.container-outer {
		height: 420px;
	}
	#menu1 img {
		max-width: 60%;
	}
	.section-heading1.text-uppercase {
		width: 90%;
		font-size: 13px;
		line-height: 22px;
		height: 15%;
		top: 42%;
	}
	#menu3 {
		bottom: 10%;
		left: -25%;
	}
	.main-content2 {
		padding: 0;
	}
	.feature-img {
		margin: 0 0 10px;
		width: 100%;
		text-align: center;
	}
}
.header-block .main-header.fixed {
    background: #c10a28;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 0 100px;
}
@-webkit-keyframes fixedmenu {
    0% {
    top: -100%}
100% {
    top: 0;
}
}@-moz-keyframes fixedmenu {
    0% {
    top: -100%}
100% {
    top: 0;
}
}@keyframes fixedmenu {
    0% {
    top: -100%}
100% {
    top: 0;
}
}.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: ''}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.style-02,.style-03{
	float:left;
	width:100%;
	position:relative;
}

.ttdesign-carousel .pages{
	padding:10px 25px;
	float:left;
	width:100%;
}

.ttdesign-carousel .pages img{
	float:left;
	width:100%;
	height:auto;	
}

.shopelement{
	text-align:center;
}
@media (min-width:1201px) and (max-width:1300px) {
	.shopelement{
		padding: 50px 0;
	}
}

.shopelement-title{
	float:left;
	width:100%;
	text-align:center;	
}
.shopelement .section-content{
	max-width:45%;
	float:none;
	display:inline-block;
	vertical-align:top;	
	margin:0 0 50px;
	color:#666666;
}
@media (min-width:992px) and (max-width:1200px) {
	.shopelement .section-content{
		max-width:75%;
	}
}
@media (max-width:991px) {
	.shopelement .section-content{
		max-width:100%;
		margin:0 ;
	}
}
.shopelement-inner {
    max-width: 100%;
    height: auto;
}
@media (min-width:1201px) and (max-width:1300px) {
	.shopelement-inner {
		margin: 60px 0 0 0;
	}
}
@media (min-width:992px) and (max-width:1200px) {
	.shopelement-inner {
		margin: 100px 0 0 0;
	}
}

@media (max-width:991px) {
	.shopelement-inner {
		width:100%;
	}
}
.shopelement-inner img{
	max-width:100%;
	height:auto;	
}
.shopelement-text .title {
    font: 600 20px/24px "Open sans", sans-serif;
    color: #111111;
	margin: 0 0 15px;
}
.shopelement-text .description{
	font: 400 14px/24px "Open sans", sans-serif;
    color: #666666;
}

.inner-left{
	text-align:right;
}

.inner-right{
	text-align:left;
}

@media (max-width:991px) {
	.inner-left, .inner-right{
		text-align:center;
		width:100%;
	}
	.innerleft-01::after, .innerleft-02::after, .innerright-03::after, .innerright-04::after{
		display:none;
	}
}
.innerleft-01, .innerleft-02 {
    min-height: 260px;
	padding:60px 0 10px 0;
	position:relative;
}
.innerleft-01::after{
	content:"";
	background-image: url(../images/arrow/01.png);
	position: absolute;
	width: 264px;
	height: 97px;
	top:30px;
	z-index: 99;
	right:-212px;
}
@media (max-width:1200px) {
	.innerleft-01::after{
		
	}
}
.innerleft-02::after {
	content:"";
	background-image: url(../images/arrow/02.png);
	position: absolute;
	width: 201px;
	height: 68px;
	z-index: 99;
	top: -20px;
	right: -145px;
}
@media (max-width:1200px) {
	.innerleft-02::after{
		width: 100%;
	}
}
.innerright-03::after{
	content:"";
	background-image: url(../images/arrow/03.png);
	position: absolute;
	width: 268px;
	height: 96px;
	z-index: 99;
	top: 14px;
	left: -213px;
}
@media (max-width:1200px) {
	.innerright-03::after{
		width: 100%;
		top:64px;
	}
}

.innerright-04::after {
	content:"";
	background-image: url(../images/arrow/04.png);
	position: absolute;
	width: 200px;
	height: 40px;
	z-index: 99;
	top: 5px;
	left: -150px;
}

@media (max-width:1200px) {
	.innerright-04::after{
		width: 100%;
	}
}
.innerright-03, .innerright-04 {
    min-height: 260px;
	position:relative;
	padding:60px 0 10px 0;
}

@media (max-width:1200px) {
	.innerright-03, .innerright-04, .innerleft-01, .innerleft-02 { 
		 min-height: 220px;
		 padding:40px 0 10px 0;
	}
}

@media (max-width:991px) {
	.innerright-03, .innerright-04, .innerleft-01, .innerleft-02 { 
		 min-height: auto;
		 padding:40px 0 10px 0;
	}
}
.themestyle-detail{
	background:#ffffff;	
	padding:70px 0;
}
.themestyle-detail .themestyle-title{
	text-align:left;
	padding:9% 0 0 0;
	color: #666666;
}

.themestyle-detail .themestyle-title .section-content{
	color: #666666;
}

.themestyle-inner{
	margin-right:70px;	
	float:right;
}
.themestyle-inner img{
	max-width:100%;
	height:auto;
}



.demo-tab {
    float: left;
    width: 100%;
    background: #f5f5f5;
	padding:40px 0;
}

.demo-tab .top-demo-tab {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 60px 0 12px;
    position: relative
}
@media (min-width:992px) and (max-width:1200px) {
	.demo-tab .top-demo-tab {
		padding: 50px 0 15px;
		margin:0 0 30px;
	}
}

@media (max-width:991px) {
	.demo-tab .top-demo-tab {
		padding: 40px 0 15px;
		margin:0 0 30px;
	}
}
.demo-tab .top-demo-tab::after {
    content: "";
	position: absolute;
	left: 0;
	right: 0;
	background: #e9e5f5;
	bottom: 28%;
	height: 2px;
	width: 80%;
	top: auto;
	margin: 0 auto;
}

.demo-tab .top-demo-tab > ul {
    margin: 0;
	padding: 2px;
	float: none;
	display: inline-block;
	position:relative;
	z-index:9;
	vertical-align: top;
	width: auto;
	background: #e02b40;
	border-radius: 30px;
}

.demo-tab .top-demo-tab li {
    float: left;
    list-style: outside none none;
    margin: 0;
}
@media (max-width:544px){
	.demo-content .top-demo-tab li {
		float: left;
		margin: 6px 0;
		width: 100%;
	}	
}

.demo-tab .top-demo-tab li a {
    font: 600 18px/24px "Open Sans", sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    color: #ffffff;
    position: relative;
	padding:15px 30px;
	border-radius: 30px;
	float:left;
}

.demo-tab .top-demo-tab li a.active {
    background:#ffd405;
	color:#111111;
	
}

.demo-tab .tab-pane {
    display: none
}

.demo-tab .tab-pane.active {
    display: block
}

.main-content .demo-content {
    float: left;
    width: 100%;
    background: #f7f8fa
}

.demo-content .view-demo {
    float: left;
    width: 100%;
    margin: 0 0 50px;
    padding: 70px 0 12px;
    position: relative
}
@media (min-width:992px) and (max-width:1200px) {
	.demo-content .view-demo {
		padding: 50px 0 15px;
		margin:0 0 30px;
	}
}

@media (max-width:991px) {
	.demo-content .view-demo {
		padding: 40px 0 15px;
		margin:0 0 30px;
	}
}
.demo-content .view-demo::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #d9d9d9;
    bottom: 0;
    height: 1px;
    width: 80%;
    top: auto;
    margin: 0 auto
}

.demo-content .view-demo > ul {
    margin: 0;
    padding: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto
}

.demo-content .view-demo li {
    float: left;
    list-style: outside none none;
    margin: 0 22px
}
@media (max-width:544px){
	.demo-content .view-demo li {
		float: left;
		margin: 6px 0;
		width: 100%;
	}	
}

.demo-content .view-demo li a {
    font: 600 18px/24px "Open Sans", sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
    position: relative
}

.demo-content .view-demo li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #e02b40;
    bottom: -15px;
    transition: all .4s ease-in-out;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1
}
@media (max-width:544px){
	.demo-content .view-demo li a::before {
		bottom:-3px;
	}	
}

.demo-content .view-demo li a.active::before {
    width: 100%
}

.demo-content .tab-pane {
    display: none
}

.demo-content .tab-pane.active {
    display: block
}

#ttfeature-carousel {
    padding: 0 0 50px;
}

.item.box-odd .layout-image {
    float: left;
    position: relative;
    text-align: center
}

.layout-image  > .layout-thumb-wrap {
    float: left;
    width: 100%;
}
.layout-image .layout-inner{
    float: left;
    width: 100%;
	position:relative;
	box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.10);
}

.layout-image .layout-inner img.new-label{
	position: absolute;
	right: -6px;
	top: -20px;
	z-index: 9;
}
/*
.layout-image:hover .layout-thumb {
    background-position: center bottom
}
*/


.layout-image .comingsoon .layout-thumb{
	position:relative;
}
.layout-image .layout-thumb-wrap.comingsoon{
	background:#222;	
}

.layout-image .comingsoon .layout-thumb span{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	background: none;
	color: #ffffff;
	font-size: 30px;
	line-height: 31px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	width: 100%;
}

.layout-image .comingsoon .layout-thumb::after{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	content:"";
	margin:auto;
	background:rgba(0,0,0,0.6);	
}	
.layout-image .layout-thumb-wrap .layout-name {
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 0;
    margin: auto;
    z-index: 1;
    text-decoration: none;
    float: left;
    width: 100%;
}
.ttdesign-carousel .pages .title {
    font: 600 16px/26px 'Open sans',Helvetica,sans-serif;
    text-transform: capitalize;
    color: #222;
    padding: 15px 0;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.layout-image .layout-thumb-wrap .layout-name a.layout-title {
    color: #111111;
    font: 600 14px/22px 'Open sans',Helvetica,sans-serif;
    float: left;
    text-decoration: none;
	float:left;
	width:100%;
	text-align:center;
    padding: 12px 0;
}
.layout-image .layout-thumb-wrap .layout-name a.layout-link {
    font-size: 16px;
    color: #fff;
    float: right;
    background: #e02b40;
    height: 50px;
    width: 50px;
    text-align: center;
    opacity: 0;
    transition: all 400ms ease-in-out;
}
.layout-image:hover .layout-thumb-wrap .layout-name .layout-link {
    opacity: 1;
}
.layout-image .layout-thumb-wrap .layout-name:hover a.layout-title{
    color: #e02b40;
}
.layout-image .layout-thumb-wrap .layout-name:hover a.layout-link{
    background: #111111;
    color:#ffffff;
}
.layout-image .layout-thumb-wrap .layout-name a.layout-link i {
    line-height: 50px;
	font-size: 24px;
}
.style-01.btn-preview.btn-preview-cover {
    text-decoration: none;
}
.layout-image .layout-thumb-btn span:hover {
    color: #fff;
	background:#e02b40;
    cursor: pointer
}

.layout-image:hover .layout-thumb span {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1
}

.layout-image .product1 {
    background-image: url(../images/product/product_single_style1.html)
}

.layout-image .product2 {
    background-image: url(../images/product/product_single_style2.html)
}

.layout-image .product3 {
    background-image: url(../images/product/product_single_style3.html)
}

.layout-image .product4 {
    background-image: url(../images/product/product_single_style4.html)
}

.layout-image .product5 {
    background-image: url(../images/product/product_single_style5.html)
}

@media (max-width:1199px) {
    .layout-content .layout-name .layout-title {
        font: 500 24px/32px Roboto, sans-serif
    }
    .layout-image .layout-thumb {
        padding-bottom: 300px;
        height: 200px
    }
    .main-content {
        padding: 0
    }
}


@media (max-width:1199px) and (min-width:992px) {
    .features .features-block {
        margin: 0 0 30px
    }
    .features {
        padding: 0
    }
}

@media (max-width:991px) {
    .logo-desc .header-description h1 {
        font-size: 16px;
        line-height: 18px
    }
    .header-content .logo-desc .header-logo h2.title {
        font-size: 28px;
        line-height: 30px
    }
}

@media (max-width:571px) and (min-width:481px) {
    .item.box-odd .layout-content .layout-name .layout-counter {
        margin: 0;
        font-size: 120px
    }
}

@media (max-width:480px) and (min-width:370px) {
    .btn-xl {
        padding: 10px 16px
    }
    .item.box-odd .layout-content .layout-name .layout-counter {
        margin: 0;
        font-size: 100px
    }
}

@media (max-width:369px) and (min-width:320px) {
    .btn-xl {
        padding: 10px 16px
    }
    .item.box-odd .layout-content .layout-name .layout-counter {
        margin: 0;
        font-size: 100px
    }
}

.item.box-odd:hover .btn-preview.btn-preview-cover {
    left: 0
}

.item.box-odd:hover .btn-preview.btn-preview-phone {
    right: 14%
}

.item.box-odd:hover .btn-preview.btn-preview-tablet {
    right: 2%
}

.item.box-even:hover .btn-preview.btn-preview-phone {
    left: 14%
}

.item.box-even:hover .btn-preview.btn-preview-tablet {
    left: 2%
}

.item.box-odd .layout-content {
    float: right
}

@media (max-width:991px) and (min-width:768px) {
    .item.box-even .layout-image {
        width: 100%
    }
    .item.box-even .layout-content {
        width: 100%
    }
    .item.box-odd .btn-preview.btn-preview-cover {
        width: 100%
    }
}

.theme-structure-odd {
	background: #fff;
	padding:80px 0 60px;
}
.main-content7.content .responsive_img img{
	max-width:100%;
	height:auto;
}
.main-content7.content .responsive_img{
	padding:0;
}
.modulelist2 {
	padding-left:40px !important;	
}
.main-content8.content {
	background: #f7f7f7;
}
.main-content7.content .service-heading.text-uppercase {
	color: #111;
	margin: 30px 0 10px;
	padding:0 10px;
}
.main-content7.content .desc {
	color: #666666;
	font-weight: 400;
	font-size: 14px;
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
}
.main-content7.content .modulelist-wrapper .list {
	color: #444444;
	list-style: none;
	text-align: left;
	position: relative;
	margin: 0 0 15px;
	cursor: pointer;
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
}
.main-content7.content .modulelist-wrapper .list .module-label {
	position: absolute;
	top: -10px;
	bottom: auto;
	padding: 0 5px 0;
}
.main-content7.content .modulelist-wrapper .list:hover img {
	 -webkit-animation-play-state:paused;
	  -moz-animation-play-state:paused;
	  -o-animation-play-state:paused;
	  animation-play-state:paused;
}
.main-content7.content .modulelist-wrapper .list img {
	max-width: 100%;
}
.feature-content a {
	color: #000;
	text-decoration: none;
}	
.main-content7.content .modulelist-wrapper .list::before {
	color: #666666;
	content: "\E5CC";
	float: left;
	font-family: "Material Icons";
	font-size: 14px;
}

li {
	list-style: none;
}
.main-content7.content .decription_part span {
	color: #e02b40;
}
.main-content7.content .decription_part {
	margin: 0 0 70px;
	float: left;
	width: 100%;
}
.main-content7.content .modulelist-wrapper .list:hover,
.main-content7.content .modulelist-wrapper .list:hover::before{
	color: #e02b40;
}
.main-content8.content #ttfeature-carousel {
	padding: 0;
}
.main-content8.content .feature-img {
	float: left;
	width: 100%;
	padding: 0 15px;
}
.main-content7.content .modulelist-wrapper .list .module-label {
	position: absolute;
	bottom: auto;
	padding: 0;
	top: -10px;
}
.main-content7.content .module-label {
	mask-image: url("../images/module-tag.html");
	-webkit-mask-image: url("../images/module-tag.html");
	background: #bbb;
	width: 36px;
	height: 35px;
	margin: 0 0 0 5px;
	transition: all .4s ease-in-out;
}
.main-content7.content .modulelist-wrapper .list:hover .module-label {
	background-image: url("../images/module-tag.html");
}

.modulelist{
	padding:0;
}

.blogstyle img{
	max-width:100%;
	height:auto;
}


.video-section {
	float: left;
	width: 100%;
	background: #222222;
	padding: 110px 0 0;
}
.video-section .service-heading.text-uppercase {
	color: #ffffff;
	margin: 10px 0 25px;
	padding: 0;
	background: rgba(0, 0, 0, 0) url(../images/separator.html) no-repeat scroll bottom center;
    font: 600 30px/38px "Open sans", sans-serif;
}
.video-section iframe {
	border: 6px solid #ffffff;
	margin: 0 0 -15px;
	border-radius: 10px;
	box-shadow: 0 15px 22px 0 rgba(0,0,0,.15);
}
.video-section .video-content {
	float: left;
	overflow:hidden;
}
.video-section .video-text {
    text-align: left;
	padding: 0 15% 0 0;	
	color: #fff;
	line-height: 22px;
}
.video-section .video-text .live-video{
	float:left;
	margin:10px 0 0 0;
}

.video-section .video-text .live-video a{
	float:left;
	width:100%;
	padding: 10px 20px;
	background:#ffffff;
	color:#111111;
}

.video-section .video-text .live-video a:hover{
	background:#e02b40;
	color:#ffffff;
}

.theme-style {
    background: #f5f5f5;
}

.product-layout-design .pages img{
	box-shadow: 0 2px 20px 3px rgba(0, 0, 0, .05);
	background:#ffffff;
    padding: 10px;
}
.color-section{
	background: #f5f5f5;
	padding: 90px 0 80px;
}
.main-content-blog{
    background: #222222;
    padding: 70px 0;
}

.color-desc{
    text-align: left;
}
.color-desc .icon {
    margin: 0 0 20px;
}
.color-desc {
    text-align: left;
}
.color-desc .title {
    font:700 36px/40px "Open sans", sans-serif;
    color: #111111;
    padding: 0 0 60px;
}

.color-desc .color-title {
    font: 600 18px/24px 'open sans', sans-serif;
    color: #111111;
	margin:0 0 8px;
}
.color-desc .color-desc {
    font-size: 14px;
    color: #666666;
   line-height: 22px;
}
.color-service{
	float:left;
	width:100%;
	margin: 0 0 30px;
}
.color-service img{
	float:left;
	margin:0 20px 0 0;
}
.color-gif{
	float:left;
	width:100%;
	background: #ffffff;
	padding:60px 0;
}
.service-content{
	float:left;
	width:75%;
}

.categories-style{
	float:left;	
	width:100%;
	padding:80px 0;
}

.categories-style .section-heading.service-heading.text-uppercase{
	margin-bottom:20px;	
}
.categories-style .blogstyle, .product-style .productstyle{
	float:none;
	display:inline-block;
	vertical-align:top;	
	width:100%;
}
.categories-style .blogstyle img, .product-style .productstyle img{
	float:left;	
	width:100%;
}
.theme-structure{
    padding: 80px 0 30px;
    background: #f5f5f5;
    float: left;
    width: 100%;
}
.theme-style{
	padding:9.5% 0;	
}

.theme-style .desc-section{
	text-align:left;	
	margin: 6% 0 0 0;
	float: left;
}
.theme-style .desc-section .desc{
	color: #666666;
	font-weight: 400;
	font-size: 16px;
	width: 82%;
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
}

.theme-style .imge-section{
	position:relative;	
	padding:0 0 0 9%;
}
.theme-style .imge-section .style-setting{
	position: absolute;
	top: -20%;
	left: 4%;
}


@media (min-width:1601px) and (max-width:1690px) {
	.animation-text {
		font-size: 28px;	
	}
	.inner-images.attachment-full.size-full4{
		width: 32%;
		top: 75%;	
	}
	.header-content .logo-desc{
		width:32%;
	}
}

@media (min-width:1501px) and (max-width:1600px) {
	.animation-text {
		font-size: 26px;	
	}
	.layout-image .layout-thumb{
		height: 420px;	
	}
	.inner-images.attachment-full.size-full4{
		width: 35%;	
		top: 78%;
	}
	.logo-desc .header-description h1{
		font-size: 18px;
		line-height:32px;	
	}
	.theme-style .desc-section{
		margin: 5% 0 0 0;	
	}
	.header-logo2{
		margin: 20px 0 0 0;	
	}
	.header-content .logo-desc{
		padding: 0 0 0 50px;
		width: 23%;
		top: 6%;	
	}
	.theme-style .desc-section .desc{
		width:100%;	
	}
	h2, .section-heading.service-heading.text-uppercase, .video-section .service-heading.text-uppercase{
		font-size: 30px;
		line-height: 30px;	
	}
	
	.features .features-block{
		padding:15px 10px 10px;
		min-height: 170px;	
	}
}

@media (min-width:1400px) and (max-width:1500px) {
	.animation-text{
		font-size: 24px;	
	}
	#choose-demo{
		width:100%;	
	}
	.layout-image .layout-thumb{
		height: 390px;	
	}
	.main-content7.content{
		padding: 40px 0;		
	}
	.shopelement{
		padding: 70px 0 30px;	
	}
	.theme-style .desc-section .desc{
		width:100%;	
	}
	.features .features-block{
		padding: 10px;
		min-height: 160px;	
	}
	.main-content2 .main-content2-content{
		padding: 0 35px;
	}
	.inner-images.attachment-full.size-full4{
		top: 79%;
		width: 34%;	
	}
	h2, .section-heading.service-heading.text-uppercase{
		font-size: 30px;
		line-height: 30px;	
	}
}
@media (min-width:1200px) and (max-width:1399px) {
	.inner-images.attachment-full.size-full4{
		top: 83%;
		width: 31%;	
	}	
	.animation-text{
		font-size: 20px;
		line-height: 28px;	
	}
	h2, .section-heading.service-heading.text-uppercase, .video-section .service-heading.text-uppercase{
		font-size: 28px;
		line-height: 30px;	
	}
	.layout-image .layout-thumb{
		height: 350px;	
	}
	.main-content{
		padding: 50px 0 20px;	
	}
	.main-content7.content{
		padding: 30px 0;	
	}
	.demo-tab{
		padding:0;	
	}
	.theme-style .imge-section img{
		max-width:80%;
	}
	.theme-style .imge-section .style-setting img{
		max-width:75%;
	}
	.theme-style{
		padding: 9.5% 0 11%;	
	}
	.shopelement .section-content{
		margin: 0 0 20px;	
	}
	.theme-style .desc-section{
		margin: 3% 0 0 0;	
	}
	.shopelement{
		padding: 50px 0 20px;	
	}
	.categories-style{
		padding: 50px 0;	
	}
	.features .features-block{
		margin: 0 0 20px;
		min-height: 170px;
		padding: 15px;	
	}
	.main-content2 .features.one{
		padding: 10px;	
	}
	.main-content2 .main-content2-content{
		padding: 0 35px;	
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.inner-images.attachment-full.size-full4{
		left: 24%;
		top: 78%;	
		width: 40%;
	}
	.animation-text{
		font-size: 16px;
		line-height: 22px;	
	}
	.main-content {
		padding: 50px 0 10px;
	}
	.main-content7.content{
		padding: 20px 0;	
	}
	.main-content7.content .decription_part{
		margin: 0 0 40px;	
	}
	.main-content7.content .desc{
		width:100%;	
	}
	.main-content7.content .responsive_img {
		width: 30%;
		margin: 10% 0 0 0;
	}
	.modulelist{
		width: 35%;	
	}
	.demo-tab{
		padding:0;	
	}
	h2, .section-heading.service-heading.text-uppercase, .video-section .service-heading.text-uppercase, #about-interior .section-heading, .theme-layout .section-heading{
		font-size: 26px;
		line-height: 30px;	
		margin:0 0 15px;
	}
	.video-section .service-heading.text-uppercase{
		padding:0 0 10px;	
	}
	.layout-image .layout-thumb{
		padding-bottom: 270px;
		height: 270px;	
	}
	.tt-carousel .cell-1.cells{
		padding: 0 0 20px 0;	
	}
	.demo-tab .top-demo-tab{
		margin:0;	
	}
	.video-section iframe{
		width:100%;
	}
	.theme-style .imge-section img{
		max-width:100%;
	}
	.theme-style .imge-section .style-setting img{
		max-width:68%;
	}
	.theme-style .desc-section .desc{
		font-size: 14px;	
	}
	#theme-collection.main-collection-page .parallex{
		height:440px;	
	}
	.theme-style .desc-section{
		margin: 2% 0 0 0;
		padding: 0;	
	}
	.categories-style{
		padding:40px 0;	
	}
	.features .features-block .feature-title{
		float:left;
		font-size: 14px;
		width:100%;	
	}
	.feature-img{
		width:40%;	
	}
	.main-content3 > div{
		padding:30px 0;	
	}
	.features .features-block{
		min-height: 140px;	
		margin:0 0 20px;
		padding:20px 10px;
	}
	.features, .main-content2 .main-content2-content{
		padding:10px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.inner-images.attachment-full.size-full4{
		left: 23%;
		top: 79%;
		width: 40%;	
	}
	.animation-text{
		width: 130%;
		font-size: 16px;
		line-height: 22px;	
	}
	.layout-image .layout-thumb{
		padding-bottom: 220px;
		height: 220px;	
	}
	.layout-image .layout-thumb span{
		padding: 8px 10px;
		width: 120px;
		height: 34px;
	}
	.layout-image .comingsoon .layout-thumb span{
		font-size: 16px;
		line-height: 18px;
		font-weight: normal;	
	}
	.main-content7.content{
		padding: 20px 0;	
	}
	h2, .section-heading.service-heading.text-uppercase, .video-section .service-heading.text-uppercase, #about-interior .section-heading, .theme-layout .section-heading{
		font-size: 24px;
		line-height: 28px;	
		margin:0 0 10px;
	}
	.main-content7.content .desc{
		font-size: 14px;
		width: 100%;
	}
	.main-content2 .features.one{
		width:50%;
		padding: 0 15px;	
	}
	.features .features-block{
		min-height: 158px;
		margin: 0 0 30px;	
	}
}

@media (max-width:991px) {
	.main-content7.content .modulelist-wrapper .list::before{
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	 .header-block .header-bg {
        height: 280px
    }
	.animation-text{
		width: 190%;
		font-size: 16px;
		line-height: 22px;	
	}
	.demo-tab{
		padding: 40px 0 0;	
	}
	.demo-tab .top-demo-tab{
		padding:0;	
		margin:0 0 10px;
	}
	.video-section{
		padding:40px 0 0;	
	}
	.features .features-block .feature-title{
		float:left;
		width:100%;	
	}
	.video-section iframe{
		max-width: 88%;
		max-height: 370px;	
	}
	.demo-tab .top-demo-tab li a{
		padding: 12px 20px;
		font-size:14px;
		line-height:18px;
	}
	.demo-tab .top-demo-tab::after{
		bottom: 50%;	
	}
	.main-content7.content .responsive_img{
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 60%;	
	}
	.main-content7.content .modulelist-wrapper .list{
		text-align:center;	
	}
	.main-content7.content .decription_part{
		margin: 0 0 10px;	
	}
	.modulelist{
		width:100%;	
	}
	.theme-style .imge-section img{
		max-width:100%;
	}
	.theme-style .imge-section .style-setting img{
		max-width:54%;
	}
	.theme-style .desc-section{
		padding: 0;	
	}
	.theme-style .imge-section .style-setting{
		left:0;	
	}
	.theme-collection.collection-page{
		padding: 40px 0;	
	}
	.categories-style{
		padding:40px 0;	
	}
	.theme-style .desc-section .desc{
		font-size: 13px;	
	}
	.theme-style{
		padding: 11% 0;	
	}
	.footer-get-theme > h3{
		font-size: 28px;
		line-height: 34px;	
	}
	.main-content3 .title{
		margin:0 0 20px;
	}
	.footer_link a{
		height: 42px;
		line-height: 34px;	
	}
	.main-content7.content .desc, .theme-style .imge-section, .theme-style .desc-section{
		width:100%;	
	}
	.theme-style .desc-section{
		text-align:center;	
	}
}

@media (min-width:544px) and (max-width:767px) {
	h2, .section-heading.service-heading.text-uppercase, .video-section .service-heading.text-uppercase, #about-interior .section-heading, .theme-layout .section-heading{
		font-size: 20px;
		line-height: 24px;	
		padding:0 0 20px;
		margin:0;
	}
	.item.box-odd .layout-image{
		margin-bottom: 20px;	
        padding:0 10px;
        width:50%;
	}
	.header-block .header-bg {
        height: 120px
    }
	.layout-image .layout-thumb{
		padding-bottom: 140px;
		height: 140px;	
	}
	.features .features-block{
		min-height: 164px;
		margin: 0 0 30px;
	}
	.layout-image .layout-thumb span{
		padding: 8px 10px;
		width: 120px;
		height: 34px;
	}
	.footer-get-theme > h3{
		font-size: 20px;
		line-height: 24px;	
		margin:0 0 20px;
	}
	.main-content3 .title{
		font-size:13px;
		margin:0;	
	}
	.layout-image .comingsoon .layout-thumb span{
		font-size: 11px;
		line-height: 15px;	
	}
	.layout-image .layout-thumb span{
		width: 100px;	
	}
	.main-content7.content{
		padding: 20px 0;	
	}
	.main-content7.content .desc{
		font-size:14px;	
	}
	.main-content7.content .responsive_img{
		width:90%;	
	}
	.demo-tab .top-demo-tab li a{
		padding:8px 10px;	
	}
	.tt-carousel .cell-1.cells{
		padding-top:0;	
	}
	.video-section iframe{
		max-height: 260px;	
	}
	.theme-style {
		padding: 15% 0 4%;
	}
}

@media (max-width:543px) {
	.header-content .logo-desc{
		padding:20px;	
	}
	.header-logo2{
		margin: 10px 0 0 0;	
	}
	.offer-text{
		padding:20px 0;	
	}
	.animation-text{
		font-size: 13px;
		line-height: 24px;
		font-weight: normal;
		width:100%;
		animation: none;	
	}
	.inner-images.attachment-full.size-full4{
		left: 17%;
		top: 77%;
		width: 38%;	
	}
	.item.box-odd .layout-image{
		width:100%;
		margin-bottom:20px;	
	}
	.theme-layout .item{
		padding:0;	
	}
	.bg-primary{
		padding:0;	
	}
	.layout-image .layout-thumb{
		padding-bottom: 405px;
		height: 405px;	
	}
	.header-block .header-bg {
        height: 130px
    }
	h2, .section-heading.service-heading.text-uppercase, .video-section .service-heading.text-uppercase, #about-interior .section-heading, .theme-layout .section-heading{
		font-size: 18px;
		line-height: 24px;	
		padding:0 0 10px;
		margin:0;		
	}
	#ttfeature-carousel{
		padding:0 0 10px;	
	}
	.main-content7.content .desc{
		font-size:13px;	
	}
	.demo-tab .top-demo-tab li{
		margin: 5px;	
	}
	.main-content7.content .responsive_img{
		width:100%;
	}
	#myTabContent{
		padding:0;	
	}
	.modulelist2{
		padding:0 !important;	
	}
	.layout-image .comingsoon .layout-thumb span{
		font-size: 16px;
		line-height: 24px;	
		width:70%;
	}
	.demo-tab .top-demo-tab > ul{
		background:none;	
		text-align:center;
	}
	.demo-tab .top-demo-tab > ul li{
		float:none;
		display:inline-block;
		vertical-align:top;	
		width:70%;	
		max-width:100%;
	}
	.demo-tab .top-demo-tab li {
		margin: 0;
	}
	.highlight-top .wrap-right .megamenu, .header, .footer, .blog-style, .product-style{
		margin:0;
	}
	.demo-tab .top-demo-tab::after{
		display:none;	
	}
	.demo-tab .top-demo-tab > ul li a{
		width:100%;
		float:none;
		display:inline-block;
		color:#000000;
		vertical-align:top;	
	}
	.video-section iframe {
		max-width: 78%;
		max-height: 211px;
	}
	.theme-style .imge-section img{
		max-width:100%;
	}
	.theme-style .imge-section .style-setting img{
		max-width:54%;
	}
	.theme-style .imge-section .style-setting{
		left: -20%;
		top: 20px;
	}
	.theme-style .imge-section .style-setting img{
		max-width: 35%;	
	}
	.theme-style .imge-section{
		padding:14% 9% 0 7%;	
	}
	.theme-style .desc-section{
		padding:30px 0 0 0;	
	}
	.theme-collection.collection-page{
		padding: 30px 0 30px;	
	}
	.main-content2 .choose-service{
        margin:0 0 20px;	
        padding: 0 15px 10px;
	}
	.features .features-block{
		margin: 0 0 20px;
		min-height: 144px;
	}
	.footer-get-theme > h3{
		font-size: 20px;
		line-height: 24px;	
		margin:0 0 20px;
	}
	.main-content3 .title{
		font-size:13px;
		margin:0;	
	}
	.footer_link a{
		height: 36px;	
	}
}
.coming-title:hover {
    background: none !important;
}

.laptop-slider{
	position:absolute;
	left:0;
	right:0;
	bottom:0;	
}
.laptop-view {
    width: 675px;
    height: 410px;
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.theme-pages {
    text-align: center;
    position: relative;
    padding: 100px 0;
    margin: 0 0 80px;
    z-index: 1
}

.laptop-view .laptop-content {
    position: absolute;
    width: 504px;
    top: 17px;
    left: 84px;
    height: 335px;
    overflow: hidden;
    border-radius: 3px;
}
#top-featured{
	float:left;
	width:100%;
	margin:0;
}
#top-featured .service-desc{
	float:left;
	width:100%;
	border-bottom:4px double #ddd;
	margin:0 0 60px;
	padding:0 25% 30px;
}

.featured-content .featured{
	float:none;
	display:inline-block;
	width:33%;
	margin: 0 0 80px;
	vertical-align:top;
}
.featured-content .topfeature-title{
	font: 700 18px/24px "Open sans", sans-serif;
	letter-spacing: 0;
	color:#111111;
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0 20px;
}
.featured-content .topfeature-desc{
	font: 400 14px/24px "Open sans", sans-serif;
}
.theme-layout .design-title{
	display:inline-block;
}
.design-section{
	float:left;
	color:#666666;
	border-bottom:4px double #eee;
	width:100%;
	margin:0 0 50px;
	padding:0 25% 30px;
}
@media (min-width:1201px) and (max-width:1300px) {
	.header-content .logo-desc{
		width:25%;	
	}
	.header-logo2 img{
        max-width: 70%;	
        width:20%;
    }
    header .header-content h1{
        margin:15px 0;
    }
    .badges .badge {
        width: 15%;
    }
    .theme-view {
        margin: -23% 0 0;
    }
    header .header-content{
        height:900px;
    }
}
@media (min-width:768px) and (max-width:1200px) {
	.header-content .logo-desc{
		width:35%;	
		padding:0 0 0 40px;
	}
	.header-logo > img{
        margin:40px 0;
	}
	.header-logo2{
		margin:0;
	}
	.header-logo2 img{
		max-width: 20%;	
    }
    .main-header .header-nav{
        padding: 0 10px;
    }
    .main-header .header-nav ul.main-menu li{
        padding:11px 8px;
    }
    header .header-content h1{
        margin:15px 0;
    }
    .badges > .badge{
        width:15%;
    }
    .offer-text {
        font-size: 24px;
        line-height: 30px;
    }
    .owl-carousel .owl-buttons .owl-next {
        right: -18px;
    }
    .owl-carousel .owl-buttons .owl-prev {
        left: -18px;
    }
    .footer-get-theme .wd-support-main{
        width:75%;
    }
}
@media (max-width:991px){
    .container{
        padding:0 15px;
    }
    .row{
        margin: 0 -15px;
    }
    .header-block .main-header .container {
        padding: 0;
    }
    .header-logo {
        width: 100%;
    }
    .header-logo > img {
        margin: 10px 0;
    }
    .main-header .header-nav ul.main-menu li {
        padding: 11px 6px;
        float: left;
    }
    .main-header .header-nav {
        padding: 0 10px;
        width: 80%;
    }
	.color-gif{
		padding:50px;
	}
	.coloreditor-content, .color-desc{
		width:100%;
	}
    .purchase-button {
        margin: 17px 0px;
        width: 20%;
    }
    .purchase-button .btn{
        padding:8px 10px;
    }
    .header-logo2{
        display: none;
    }
    .theme-structure{
        padding:40px 0;
    }
    .video-desc {
        padding: 20px 30px 0 0;
    }
    .design-section,
    #top-featured .service-desc{
        padding: 0 5% 30px;
        margin:0 0 30px;
    }
    .featured-content .featured {
        width: 32%;
        margin: 0 0 40px;
        padding: 0 15px;
    }
    .item.box-odd .layout-image{
        padding:0 15px;
    }
    .main-content2 .features.one {
        width: 49.5%;
        padding: 0 15px;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .footer-get-theme .wd-support-main {
        width: 96%;
    }

}
@media (max-width:767px){

    .main-header .header-nav {
        width: 100%;
        padding: 0;
    }
    .main-header .header-nav ul.main-menu li {
        padding: 9px 5px;
    }
    .purchase-button{
        width:100%;
    }
    .purchase-button .btn {
        padding: 8px 10px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .badges > .badge{
        width:25%;
    }
    .offer-text{
        font-size:14px;line-height: 20px;
    }
    .video-desc{
        width:100%;
        padding:0 15px;
    }
    .video-section .video-content {
        margin: 30px 0 0;
    }
    .featured-content .featured {
        width: 49.5%;
    }
    .footer-get-theme .support-title {
        font-size: 20px;
        line-height: 25px;
    }
    .footer-get-theme .wd-support-main .wd-support {
        padding: 20px 40px;
    }
    .video-section .video-content {
        margin: 30px 0 0;
        width: 100%;
        padding: 0 15px;
    }
    .theme-structure-odd{
        padding:40px 0;
    }
    .header-block .main-header{
        height:460px;
    }
}
@media (max-width:544px){
.header-logo > img{
	margin: 50px 0 20px;
}
.languages .lang-name{
	font-size:14px;
}
.choose-demo{
	padding: 0 0 30px;
}

.service-content{
	width:66%;
}
.color-desc .color-desc{
	font-size: 13px;
	line-height: 20px;
}
.lang-icon img {
    max-width: 70%;
}
.main-header .header-nav ul.main-menu li {
    padding: 9px 9px;
    margin: 0;
}
.header-block .main-header {
    height:520px;
}
header .header-content h1 {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
}
.badges > .badge {
    width: 38%;
}
.lang {
    margin: 0 10px 5px;
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 42.5%;
}
.video-section iframe {
    max-width: 100%;
    max-height: 200px;

}
.featured-content .featured {
    width: 100%;
}
.main-content2 .features.one {
    width: 100%;
}
.main-content7.content .service-heading.text-uppercase{
    margin:0 0 10px;
}
.showcase-detail{
    padding:0;
    width:100%;
}
.showcase-detail .subtitle{
    width:100%;
}
.footer-get-theme .wd-support-main .wd-support {
    padding: 15px;
}
.footer-get-theme .wd-support-main .support-inner .error {
    font-size: 30px;
}
.footer-get-theme .support-title {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 10px;
}
.footer-get-theme .support-desc {
    font-size: 12px;
    line-height: 14px;
}
.wd-review .star span {
    font-size: 30px;
}
.wd-review .star_content {
    margin: 15px 0;
}
.wd-rating {
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
}
.footer-get-theme .wd-support-main .support-inner {
    padding: 0 0 0 40px;
}
.layout-image .layout-thumb-wrap .layout-name a.layout-link{
    opacity:1;
}
}

.layout-image{
	margin: 0 0 35px;
}