@charset "utf-8";

/*-----------------------------------
    1. body / typography 
-----------------------------------*/

body {
	font-size: 16px;
	background-color: #fff;
	color: #5d5c59;
	font-family: 'roboto', sans-serif;
	line-height: 1.6;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	color: #18150d;
	font-weight: 400;
	font-family: 'montserrat', sans-serif;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

h1,
h2 {
	font-size: 32px;
	line-height: 42px;
	font-weight: 600;
}

h3 {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}

h4 {
	font-size: 18px;
	line-height: 28px;
}

h5 {
	font-size: 16px;
	line-height: 1.6;
}

h6 {
	font-size: 14px;
}

h7 {
	font-size: 12px;
}


/*p {
	margin: 0 0 20px;
}*/

p:last-child {
	margin-bottom: 0px;
}

ul,
ol {
	margin: 0;
}

ul li,
ol li {}

a {
	color: #aa9144;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a:focus,
a:hover {
	text-decoration: none;
	color: #8e7424;
}

b,
strong {
	font-weight: 400;
}

.listnone {
	list-style: none;
	padding: 0px;
	font-size: 15px;
}

.lead {
	font-size: 21px;
	color: #3c3c3c;
	font-weight: 400;
}

.italic {
	font-style: italic;
}

.small-text {
	color: #b4b1ac;
	font-size: 12px;
}

.text-caps {
	text-transform: uppercase;
	letter-spacing: 2px;
}

::selection {
	background: #ffecb3;
	color: #333;
}

h3 small {
	font-weight: 400;
	line-height: 1;
	color: #aa9144;
	font-size: 14px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #f1f3f8;
}

blockquote {
	padding: 10px 20px;
	margin: 0px;
	font-size: 21px;
	line-height: 32px;
	color: #3c3c3c;
	font-style: italic;
	border-left: 5px solid #aa9144;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}


/*-------------- align ------------*/


/* =wordpress core
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 0px 0 30px 30px;
}

.alignleft {
	float: left;
	margin: 0px 30px 0px 0;
}

a img.alignright {
	float: right;
	margin: 0px 0 30px 30px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


/*-----------------------------------
    2. form css 
-----------------------------------*/

label {}

.control-label {
	color: #474747;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}

.form-control {
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	border: 1px solid #dcd9d3;
	background-image: none;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .075);
	box-shadow: inset 3px 3px 3px rgba(255, 255, 255, .075);
	margin-bottom: 15px;
}

.form-control:focus {
	border-color: #bab6ae;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px rgba(255, 255, 255, .6);
	box-shadow: inset 0 3px 3px rgba(255, 255, 255, .075), 0 0 8px rgba(235, 237, 238, .6);
	background-color: #fffefd;
}

.textarea.form-control {
	background-color: #f6f8f9;
	height: auto;
}

.required {}

.form-news-letter .form-control {
	float: left;
	width: 75%;
	margin-right: 10px;
}

.form-group {
	margin-bottom: 10px;
}

.get-in-touch {}

.get-in-touch .form-control {
	margin-bottom: 10px;
}


/*-----------------------------------
    3. buttons 
-----------------------------------*/

.btn {
	display: inline-block;
	padding: 10px 50px;
	margin-bottom: 0;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 1.42857143;
	text-align: center;
	border: none;
	text-transform: uppercase;
	border-radius: 100px;
	font-family: 'montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

.btn-default {
	color: #fff;
	background-color: #aa9144;
}

.btn-default:hover {
	color: #fff;
	background-color: #8e7424;
	border-color: #8e7424;
}

.btn-default.focus,
.btn-default:focus {
	color: #fff;
	background-color: #8e7424;
	border-color: #8e7424;
}

.btn-primary {
	background-color: #2d281a;
	color: #fff;
}

.btn-primary:hover {
	background-color: #18150d;
	color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {}

.btn-white {
	color: #aa9144;
	background-color: #fff;
	border: 1px solid #fff;
}

.btn-white:hover {
	background-color: #8e7424;
	border-color: #8e7424;
	color: #fff;
}

.btn-white.focus,
.btn-white:focus {
	background-color: #8e7424;
	border-color: #8e7424;
	color: #fff;
}

.btn-link {
	color: #98989c;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	border-bottom: 1px solid #98989c;
	padding-bottom: 2px;
}

.btn-link:hover {
	color: #aa9144;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #aa9144;
}

.btn-lg {
	font-size: 14px;
	padding: 20px 30px;
}

.btn-sm {
	font-size: 12px;
	padding: 5px 10px;
}

.btn-xs {
	font-size: 12px;
	padding: 5px 7px;
}


/*-----------------------------------
    4. general / elements 
-----------------------------------*/


/*----------------------- 
    4.1 section space :
-------------------------*/


/*note: section space help to create top bottom space;*/

.space-small {
	padding-top: 40px;
	padding-bottom: 40px;
}

.space-medium {
	padding: 80px 0;
}

.bg-default .col-lg-7 {
	padding-left: 0;
	padding-right: 0;
}

.bg-default .row:nth-of-type(1) {
	margin-bottom: 60px;
}

.bg-default .pro_img1,
.bg-default .pro_img2 {
	width: 41%;
	height: 458px;
	background-size: cover;
}

.bg-default .pro_img1 {
	background: url(/uploads/image/tsimages/pro_01.jpg) no-repeat top center;
}

.bg-default .pro_img2 {
	background: url(/uploads/image/tsimages/pro_02.jpg) no-repeat top center;
}

.space-large {
	padding-top: 120px;
	padding-bottom: 120px;
}

.space-ex-large {
	padding-top: 140px;
	padding-bottom: 140px;
}


/*----------------------
   4.2 margin space
-----------------------*/

.mb0 {
	margin-bottom: 0px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb {
	margin-bottom: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb100 {
	margin-bottom: 100px;
}

.mt0 {
	margin-top: 0px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt100 {
	margin-top: 100px;
}


/*----- less margin space from top --*/

.mt-20 {
	margin-top: -20px;
}

.mt-40 {
	margin-top: -40px;
}

.mt-60 {
	margin-top: -60px;
}

.mt-80 {
	margin-top: -80px;
}


/*-----------------------
   4.3 padding space
-------------------------*/

.nopadding {
	padding: 0px;
}

.nopr {
	padding-right: 0px;
}

.nopl {
	padding-left: 0px;
}

.pinside10 {
	padding: 10px;
}

.pinside20 {
	padding: 20px;
}

.pinside30 {
	padding: 30px;
}

.pinside40 {
	padding: 40px;
}

.pinside50 {
	padding: 50px;
}

.pinside60 {
	padding: 60px;
}

.pinside80 {
	padding: 80px;
}

.pinside130 {
	padding: 130px;
}

.pdt10 {
	padding-top: 10px;
}

.pdt20 {
	padding-top: 20px;
}

.pdt30 {
	padding-top: 30px;
}

.pdt40 {
	padding-top: 40px;
}

.pdt60 {
	padding-top: 60px;
}

.pdt80 {
	padding-top: 80px;
}

.pdb10 {
	padding-bottom: 10px;
}

.pdb20 {
	padding-bottom: 20px;
}

.pdb30 {
	padding-bottom: 30px;
}

.pdb40 {
	padding-bottom: 40px;
}

.pdb60 {
	padding-bottom: 60px;
}

.pdb80 {
	padding-bottom: 80px;
}

.pdl10 {
	padding-left: 10px;
}

.pdl20 {
	padding-left: 20px;
}

.pdl30 {
	padding-left: 30px;
}

.pdl40 {
	padding-left: 40px;
}

.pdl60 {
	padding-left: 60px;
}

.pdl80 {
	padding-left: 80px;
}

.pdr10 {
	padding-right: 10px;
}

.pdr20 {
	padding-right: 20px;
}

.pdr30 {
	padding-right: 30px;
}

.pdr40 {
	padding-right: 40px;
}

.pdr60 {
	padding-right: 60px;
}

.pdr80 {
	padding-right: 80px;
}


/*--------------------------------
4.4 background & block color 
----------------------------------*/

.bg-light {
	background-color: #f4f1ec;
}

.bg-primary {
	background-color: #aa9144;
}

.bg-default {
	background-color: #f4f1ec;
}

.bg-white {
	background-color: #fff;
}

.outline {
	border: 1px solid #e5e7ec;
}

.section-title {}

.title {
	color: #18150d;
	font-weight: 600;
}

.small-title {
	color: #84837f;
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 10px;
}

.text-white {
	color: #fff;
}

.primary-sidebar {}

.secondary-sidebar {}

.well-block {
	background-color: #fff;
	padding: 40px;
}

.well-block h3 {
	margin-bottom: 25px;
	text-align: left;
	font-size: 28px;
	font-weight: 600;
}

.well-block ul {
	list-style: none;
	padding-left: 0;
	margin-top: 5px;
	margin-bottom: 25px;
}

.well-block a {
	font-weight: 600;
}

.well-title {
	font-size: 18px;
	padding-bottom: 5px;
}


/*--------------------------------
4.5 features block 
----------------------------------*/

.feature {}

.feature-icon {
	margin-bottom: 20px;
}

.feature-left {}

.feature-left .feature-icon {
	float: left;
}

.feature-left .feature-content {
	padding-left: 80px;
}

.feature-center {}

.feature-center .feature-icon {}

.feature-center .feature-content {}

.feature-inner {}

.feature-outline {}

.thumbnail-block {}

.thumbnail-img {}

.thumbnail-content {}

.thumbnail-inner {}

.thumbnail-outline {}


/*----------------- video ---------------*/

.video-section {
	position: relative;
}

.video-img {
	position: relative;
}

.video-img img {
	width: 100%;
}

.video-action {
	position: absolute;
	top: 40%;
	left: 47%;
}


/*--------------------------------
4.6 bullet 
----------------------------------*/

.bullet {
	position: relative;
	padding-left: 15px;
	color: #78807e;
	line-height: 32px;
}

.bullet-double-right li:before {
	font-family: fontawesome;
	display: block;
	position: absolute;
	left: 0;
	width: 13px;
	font-size: 14px;
	color: #78807e;
	content: "\f101";
}


/*--------------------------------
4.7 call to actions 
----------------------------------*/

.cta-block {}

.cta-title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #fff;
	margin-bottom: 10px;
}

.cta-text {
	font-size: 18px;
	color: #a2fed4;
}

.cta-content {}

.cta-call,
.cta-mail {}

.cta-section {
	padding: 60px 0;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), rgba(0, 0, 0, 0.8) url(/uploads/image/tsimages/con_01.jpg) no-repeat center;
	background-size: cover;
}

.cta-section .btn {
	float: right;
	margin-top: 23px;
}

.cta-text {
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;
}


/*--------------------------------
4.8 image hover effect 
----------------------------------*/

.imghover {
	display: block;
	position: relative;
	max-width: 100%;
}

.imghover::before,
.imghover::after {
	display: block;
	position: absolute;
	content: "";
	text-align: center;
	opacity: 0;
}

.imghover::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.imghover::after {
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: -25px 0 0 -25px;
	content: "\f2a8";
	font-family: "fontawesome";
	font-size: 36px;
}

.imghover:hover::before,
.imghover:hover::after {
	opacity: 1;
}

.imghover:hover::before {
	background: rgba(212, 27, 44, .55);
}

.imghover:hover::after {
	color: #ffffff;
}

[class^='imghvr-'],
[class*=' imghvr-'] {
	background: rgba(211, 0, 80, .55);
}


/*--------------------------------
4.9 icon 
----------------------------------*/

.icon {}

.icon-1x {
	font-size: 18px;
}


/* default icon size of font*/

.icon-2x {
	font-size: 38px;
}

.icon-4x {
	font-size: 65px;
}

.icon-6x {
	font-size: 88px;
}

.icon-8x {
	font-size: 108px;
}

.icon-default {
	color: #aa9144;
}

.icon-primary {
	color: #474954;
}

.icon-secondary {
	color: #fff;
}

.icon-white {
	color: #fff;
}


/*--------------------------------
5 header / navigations 
----------------------------------*/


/*--------------------
    5.1 header regular 
   ----------------------*/

.logo {}

.header {
	background-color: #fff;
	z-index: 9999;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header .head-logo  img {
	width: 380px;
	margin-top: 6px;
}

.top-text {
	text-align: right;
}

.top-text .text-block {
	padding-left: 20px;
	color: #fff;
	line-height: 18px;
}

.call-block {}

.call-no {}

.mail-block {}

.mail-text {}

.time-block {}

.time-text {}

.call-block,
.mail-block,
.time-block {}


/*--------------------------
    5.2 navigations regular
   ----------------------------*/

.sb-slider {
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
}

.wrapper {
	background: url(/uploads/image/tsimages/banner_01.jpg) left top no-repeat;
	background-size: cover;
	height: 750px;
	position: relative;
}

.sb-slider li {
	margin: 0;
	padding: 0;
	display: none;
}

.sb-slider li>a {
	outline: none;
}

.sb-slider li>a img {
	border: none;
}

.sb-slider img {
	max-width: 100%;
	display: block;
}

.sb-description {
	width: 100%;
	margin-top: 135px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	padding: 60px 40px;
	border-radius: 4px;
}

.sb-description h1 {
	color: #fff;
}

.sb-description p {
	color: #ffffff;
	font-size: 15px;
	text-align: left;
	padding-top: 14px;
	line-height: 1.6;
}

.sb-description p:nth-of-type(1) {
	margin-top: 30px;
}

.sb-description .primary-btn {
	margin: 30px 0 10px;
	display: inline-block;
	padding: 13px 40px;
	background-color: rgba(170, 145, 68, 0.9);
	text-align: center;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
	font-size: 15px;
}

.sb-description .primary-btn span {
	margin-left: 4px;
}

.hero-caption {
	padding-top: 100px;
	padding-bottom: 100px;
}

.hero-title {
	font-size: 46px;
	color: #fff;
	line-height: 58px;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: -1px;
}

.hero-text {
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
}

.navigation {
	float: right;
}

.is-sticky .header {
	border-bottom: 1px solid #eae7e2;
}

#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#navigation:after,
#navigation>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#navigation #menu-button {
	display: none;
}

#navigation {
	font-family: 'montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#navigation>ul>li {
	float: left;
}

#navigation.align-center>ul {
	font-size: 0;
	text-align: center;
}

#navigation.align-center>ul>li {
	display: inline-block;
	float: none;
}

#navigation.align-center ul ul {
	text-align: left;
}

#navigation.align-right>ul>li {
	float: right;
}

#navigation>ul>li>a {
	padding: 20px 10px;
	font-size: 15px;
	color: #18150d;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}

#navigation>ul>li:hover>a {
	color: #ffffff;
	background-color: #aa9144;
}

#navigation>ul>li.has-sub>a {
	padding-right: 32px;
}

#navigation>ul>li.has-sub>a:before {
	position: absolute;
	right: 14px;
	font-family: fontawesome;
	content: "\f107";
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#navigation>ul>li.telephone a{
	padding: 12px 10px;
	background-color:initial;
}

#navigation>ul>li.telephone a:hover{
	padding: 12px 10px;
}

#navigation ul ul {
	position: absolute;
	left: -9999px;
}

#navigation.align-right ul ul {
	text-align: right;
}

#navigation ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#navigation li:hover>ul {
	left: auto;
}

#navigation.align-right li:hover>ul {
	left: auto;
	right: 0;
}

#navigation li:hover>ul>li {
	height: 46px;
}

#navigation ul ul ul {
	margin-left: 100%;
	top: 0;
}

#navigation.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#navigation ul ul li a {
	padding: 16px;
	width: 170px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	background: #aa9144;
	text-transform: uppercase;
	border-bottom: 1px solid #987e2e;
}

#navigation ul ul li:last-child>a,
#navigation ul ul li.last-item>a {
	border-bottom: 0;
}

#navigation ul ul li:hover>a,
#navigation ul ul li a:hover {
	color: #ffffff;
	background-color: #aa9144;
}

#navigation ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}

#navigation.align-right ul ul li.has-sub>a:after {
	right: auto;
	left: 11px;
}

#navigation ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#navigation.align-right ul ul li.has-sub>a:before {
	right: auto;
	left: 14px;
}

#navigation ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0;
}

#navigation.small-screen {
	width: 100%;
}

#navigation.small-screen ul {
	width: 100%;
	display: none;
}

#navigation.small-screen.align-center>ul {
	text-align: left;
}

#navigation.small-screen ul li {
	width: 100%;
	border-top: 1px solid #e0e0e0;
}

#navigation.small-screen ul ul li,
#navigation.small-screen li:hover>ul>li {
	height: auto;
}

#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {
	width: 100%;
	border-bottom: 0;
	padding: 20px 15px;
}

#navigation.small-screen>ul>li {
	float: none;
}

#navigation.small-screen ul ul li a {
	padding-left: 25px;
}

#navigation.small-screen ul ul ul li a {
	padding-left: 35px;
}

#navigation.small-screen ul ul li a {
	color: #474747;
	background: none;
}

#navigation.small-screen ul ul li:hover>a,
#navigation.small-screen ul ul li.active>a {
	color: #474747;
}

#navigation.small-screen ul ul,
#navigation.small-screen ul ul ul,
#navigation.small-screen.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}

#navigation.small-screen>ul>li.has-sub>a:after,
#navigation.small-screen>ul>li.has-sub>a:before,
#navigation.small-screen ul ul>li.has-sub>a:after,
#navigation.small-screen ul ul>li.has-sub>a:before {
	display: none;
}

#navigation.small-screen #menu-button {
	display: block;
	padding: 15px;
	color: #474747;
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}

#navigation.small-screen #menu-button:after {
	position: absolute;
	top: 16px;
	right: 17px;
	display: block;
	height: 20px;
	width: 30px;
	border-top: 2px solid #474747;
	border-bottom: 2px solid #474747;
	content: '';
}

#navigation.small-screen #menu-button:before {
	position: absolute;
	top: 25px;
	right: 17px;
	display: block;
	height: 2px;
	width: 30px;
	background: #474747;
	content: '';
}

#navigation.small-screen #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #474747;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#navigation.small-screen #menu-button.menu-opened:before {
	top: 23px;
	background: #474747;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#navigation.small-screen .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #474747;
	height: 53px;
	width: 53px;
	cursor: pointer;
}

#navigation.small-screen .submenu-button.submenu-opened {}

#navigation.small-screen ul ul .submenu-button {
	height: 34px;
	width: 34px;
}

#navigation.small-screen .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 20px;
	width: 8px;
	height: 2px;
	display: block;
	background: #474747;
	content: '';
}

#navigation.small-screen ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}

#navigation.small-screen .submenu-button.submenu-opened:after {
	background: #474747;
}

#navigation.small-screen .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 23px;
	display: block;
	width: 2px;
	height: 8px;
	background: #474747;
	content: '';
}

#navigation.small-screen ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}

#navigation.small-screen .submenu-button.submenu-opened:before {
	display: none;
}

#navigation.small-screen.select-list {
	padding: 5px;
}


/*----------------------------------------------
    5.4 page header
----------------------------------------------*/

.page-header {
	/*background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(/uploads/image/tsimages/page-header.jpg) no-repeat center;*/
	background-color: #1e1c18;
	margin: 0;
	border-bottom: none;
	padding-bottom: 0px;
}

.page-caption {
	padding: 5px 0px;
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: left;
}

.page-title {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: -1px;
}

.breadcrumb a {
	color: #d7af35;
}

.breadcrumb>.active {
	color: #ffffff;
}

.page-breadcrumb .breadcrumb {
	background-color: transparent;
	margin-bottom: 0px;
	font-size: 15px;
	text-transform: uppercase;
}


/*-----------------------------------
    6. slider 
-------------------------------------*/


/*-----------------------------------
7. content 
-------------------------------------*/

.content {
	padding: 60px 0;
}


/*-----------------------------------
8. footer 
-------------------------------------*/

.footer {
	background-color: #1e1c18;
	padding-top: 60px;
	padding-bottom: 60px;
}

.footer-block {
	background-color: #282725;
	padding: 30px 0;
	border-radius: 10px;
}

.footer-widget p {
	color: #747474;
}

.footer-widget .widget-title {
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.footer-widget {}

.footer-social ul li {
	display: inline-block;
	margin-left: 25px;
	color: #eeeeee;
}

.footer-widget ul li i {
	padding-right: 5px;
}

.footer-social li a {
	line-height: 34px;
}

.footer-widget li a:hover {
	color: #aa9144;
}

.footer-link {}

.footer-social {}

.footer-social ul {}

.footer-social ul li a i {
	padding-right: 10px;
	width: 30px;
}

.footer-social ul li a:hover i {
	color: #aa9144;
}

.footer .contact li {
	position: relative;
	padding-left: 40px;
	display: block;
	margin-bottom: 8px;
	padding: 0 0 8px 40px;
	color: #eeeeee;
}

.footer .contact li i {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 30px;
	font-size: 16px;
	text-align: center;
}

.widget-newsletter .form-control {
	height: 48px;
	color: #eee;
	background-color: #393836;
	border: none;
	box-shadow: none;
	font-size: 14px;
	border-radius: 30px 0px 0px 30px;
}

.widget-newsletter button {
	height: 48px;
}


/*-------------- tiny footer ------------*/

.tiny-footer {
	padding-top: 19px;
	padding-bottom: 9px;
	font-size: 12px;
	color: #56575e;
	text-align: left;
	text-transform: uppercase;
	text-align: center;
}

.copyright-content {
	padding: 12px;
	color: #747474;
}


/*-----------------------------------
9. pages 
-------------------------------------*/


/*-------------------------
 9.1 about us
---------------------------*/

.about-text {
	line-height: 40px;
}

.about-block {}

.about-img {}

.about-info {}

.about-contact {
	font-size: 18px;
	color: #8c9292;
	font-weight: 600;
	margin-left: 5px;
}

.counter_block {}

.counter_box {
	border-bottom: 1px solid #eee;
	padding: 40px 0px;
}

.counter_number {
	font-weight: 900;
	margin-bottom: 0px;
}

.counter_text {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}


/*-------------------------
 9.2  service / single / sidebar
--------------------------*/


/* service section */

.service-block {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 30px;
}

.service-img {
	margin-bottom: 30px;
}

.service-img img {
	width: 100%;
}

.service-content h3 {
	margin-bottom: 10px;
	font-weight: bold;
}

.service-caption {}

.service-title {
	font-size: 20px;
	color: #212330;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.service-icon {
	text-align: center;
}

.service-icon img {
	width: 54px;
}

.service-single-block {}

.service-single-img {}

.service-single-content {}

.price {
	font-size: 24px;
	color: #aa9144;
	font-weight: 600;
	font-family: 'montserrat', sans-serif;
}


/*-----------------------------------------
    service side-nav
   ------------------------------------------*/

.sidenav {
	background-color: #fff;
	margin-bottom: 30px;
}

.sidenav li {
	position: relative;
}

.sidenav li:last-child {
	margin-bottom: 0px;
}

.sidenav li a {
	display: block;
	line-height: 14px;
	color: #2b2d2c;
	font-weight: 500;
	font-size: 14px;
	background-color: #dfddd7;
	padding: 20px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-family: 'montserrat', sans-serif;
}

.sidenav li a:hover {
	color: #fff;
	background-color: #aa9144;
}

.sidenav li a.active,
.sidenav ul li a.active .sidenav ul li i {
	color: #fff;
	background-color: #aa9144;
}

.sidenav li a:focus {
	color: #bb0349;
}

.sidenav li.active a:before {
	color: #bb0349;
}

.arrow-circle-right li:last-child {
	border-bottom: 0px solid #6f4a52;
}

.arrow-circle-right li a:before {
	margin-right: 10px;
	font-family: fontawesome;
	position: absolute;
	left: 20px;
	width: 20px;
	font-size: 16px;
	color: #5a5a5a;
	content: "\f105";
	font-weight: normal;
}


/*--------------------------
  9.5  testimonial
---------------------------*/

.quote-left {
	position: absolute;
	font-size: 100px;
	font-family: 'libre baskerville', serif;
	font-style: normal;
	color: #aa9144;
	line-height: 0px;
	top: 52px;
}

.testimonial-block {
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.testimonial-img {}

.testimonial-img img {}

.testimonial-info {
	line-height: 1;
}

.testimonial-name {
	font-weight: 600;
	margin: 16px 0;
}

.testimonial-text {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}

.testimonial-meta {
	font-size: 13px;
	text-transform: uppercase;
	color: #aa9144;
	padding-right: 10px;
	font-weight: 400;
}


/*-------------------------
  9.8 contact us
---------------------------*/

.contact-block {}

.contact-block ul {}

.contact-block ul li {
	border: 1px solid #f1f2f4;
	padding-top: 30px;
	padding-bottom: 30px;
}

.contact-block ul li i {
	color: #aa9144;
	float: left;
	padding: 0px;
}

.contact-block .contact-text {}

.contact-info {
	background-color: #cda34d;
	color: #fff;
}

.contact-info ul {
	padding-left: 0px;
}

.contact-info li {
	position: relative;
	padding-left: 70px;
	margin-bottom: 30px;
	border-bottom: 1px solid #b69042;
	padding-bottom: 29px;
}

.contact-info li:last-child {
	border-bottom: none;
}

.contact-info li i {
	display: block;
	position: absolute;
	left: 0;
	/* font-size: 50px; */
	/* text-align: center; */
	color: #fff;
	/* bottom: 0px; */
}

.map {
	height: 400px;
}

.contact-social {
	text-align: center;
}

.contact-social {}

.contact-social a i {
	height: 32px;
	width: 32px;
	border-radius: 50px;
	background-color: #8e7424;
	text-align: center;
	padding: 7px;
	line-height: 1.2;
	font-size: 14px;
	color: #c12d17;
}

.contact-social a i:hover {
	color: #8e7424;
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}


/*------------------------
 10. blog pages
--------------------------*/

.post-block,
.article-box,
.post-quote {
	position: relative;
	background-color: #f4f1ec;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.article-box .col-md-5,
.article-box .col-md-7 {
	padding-left: 5px;
	padding-right: 10px;
}

.post-block h2,
.article-box h2 {
	height: 50px;
	overflow: hidden;
	text-align: left;
	z-index: 2;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.post-content {
	overflow: hidden;
	padding-left: 15px;
}

.post-content h3 {
	font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    max-height: 58px;
    overflow: hidden;
}

.post-content .post-txt {
	color: #787878;
	line-height: 1.6;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*-- use for thumbnail --*/

.post-holder {
	position: relative;
	margin-bottom: 30px;
}


/*-- for single post page --*/

.w {
	position: relative;
	width: 100%;
}

.post-img img,
.w img {
	position: relative;
	border-radius: 10px;
	width: 100%;
}

.post-title {}

.post-header {}


/*-------- post meta --------*/

.meta {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: 'montserrat', sans-serif;
}

.meta-date {
	line-height: 28px;
}

.meta-user {}

.meta-comment {}

.meta-author {}

.meta-cat {}

.meta-date,
.meta-author,
.meta-comment,
.meta-cat {
	display: inline-block;
	margin-right: 10px;
}

.meta-link {}

.meta-tags {}


/*-------- post type --------*/

.post-sticky {
	background: url(/uploads/image/tsimages/sticky.png) no-repeat;
	position: absolute;
	right: 35px;
	bottom: 35px;
	width: 30px;
	height: 30px;
	color: #fff;
}

.post-gallery {}

.post-video {}

.post-video .video-sign {}

.post-audio {}

.post-quote {
	background-color: #aa9144;
}

.quote-content {}

.post-quote blockquote {
	color: #fff;
	font-size: 34px;
	line-height: 42px;
}


/*-------- related post --------*/

.related-post-block {
	border-top: 1px solid #eee;
	padding-top: 29px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.related-post {
	margin-bottom: 30px;
}

.related-post-title {}

.related-post-img {
	margin-bottom: 30px;
}

.related-post-img img {
	border-radius: 10px;
}


/*----- prev next post -----*/

.post-navigation {
	margin-bottom: 30px;
}

.nav-previous,
.nav-next {
	border: 1px solid #f4f1ec;
	padding: 20px;
}

.nav-previous {}

.nav-next {}

.prev-post {}

.next-post {}

.prev-link {}

.next-link {}

.prev-link,
.next-link {
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}


/*----- author post -----*/

.author-post {
	margin-bottom: 30px;
	background: #f4f1ec;
	padding: 30px;
	border-radius: 10px;
}

.author-img {}

.author-title {}

.author-img img {
	width: 100%;
	border-radius: 10px;
}

.author-bio {}

.author-meta {}

.author-name {}

.author-header {}

.author-detail {}

.author-link {}

.author-social {}

.author-social ul {}

.author-social ul li {}

.author-social ul li a {}

.author-social ul li a:hover {}

.author-info {}


/*------------- post pagination -------------*/

.st-pagination {
	text-align: center;
}

.st-pagination .pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #3c3c3c;
	text-decoration: none;
	font-size: 12px;
	background-color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 8px 13px;
	border: 1px solid #efefef;
	border-radius: 100%;
}

.st-pagination .pagination>li>a:focus,
.st-pagination .pagination>li>a:hover,
.st-pagination .pagination>li>span:focus,
.st-pagination .pagination>li>span:hover,
.st-pagination .pagination>li>a.active {
	z-index: 2;
	color: #fff;
	background-color: #aa9144;
	border: 1px solid #f4f1ec;
}

.st-pagination .pagination>li:first-child>a,
.st-pagination .pagination>li:first-child>span {
	margin-left: 0;
	border-radius: 100%;
}

.st-pagination .pagination>li:last-child>a,
.st-pagination .pagination>li:last-child>span {
	border-radius: 100%;
}

.st-pagination .pagination>.active>a,
.st-pagination .pagination>.active>a:focus,
.st-pagination .pagination>.active>a:hover,
.st-pagination .pagination>.active>span,
.st-pagination .pagination>.active>span:focus,
.st-pagination .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #aa9144;
	border: 1px solid #aa9144;
}


/*------------------------
  12. sidebar / widgets
--------------------------*/


/*----- widget -----*/

.widget {
	margin-bottom: 10px;
	background-color: #f4f1ec;
	padding: 30px;
	border-radius: 10px;
}

.widget-title {
	font-size: 26px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 30px;
}

.widget ul {}

.widget ul li {
	margin-bottom: 16px;
	padding-bottom: 16px;
	line-height: 18px;
}

.widget ul li:last-child {
	margin-bottom: 0px;
}

.widget ul li a.active {
	color: #aa9144;
}

.widget ul li a:hover {
	color: #aa9144;
}

.widget-search {}

.widget-search .input-group-addon {
	color: #fff;
	text-align: center;
	background-color: #aa9144;
	border: 1px solid #aa9144;
	border-left: transparent;
}

.widget-categories {}

.widget-categories ul {}

.widget-categories ul li {}

.widget-categories ul li a {}

.widget-archives {}

.widget-archives ul {}

.widget-archives ul li {}

.widget-archives ul li a {}

ul.widget-recent-post {}

.widget-recent-post li {
	margin-bottom: 10px;
	border-bottom: 1px solid #cecbc7;
}

.widget-recent-post li:last-child {
	border-bottom: 1px solid transparent;
}

.widget-recent-post ul li a {
	color: #333;
	margin-bottom: 7px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.widget-recent-post .meta {
	margin-bottom: 0px;
}

.recent-post-img {
	margin-bottom: 20px;
}

.recent-post-img:last-child {
	margin-bottom: 0;
}

.recent-post-img img {
	width: 100%;
}

.widget-tags {
	margin-top: 30px;
}

.widget-tags a {
	border: 1px solid #cecbc7;
	padding: 2px 10px;
	display: inline-block;
	background-color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-right: 3px;
	border-radius: 50px;
	color: #18150d;
}

.widget-tags a:hover {
	background-color: #aa9144;
	color: #fff;
	border: 1px solid #aa9144;
}

.widget-text {}

.widget-contact {}

.widget-social {}

.social-circle a {
	height: 33px;
	width: 33px;
	background-color: #aa9144;
	color: #fff;
	border-radius: 100%;
	padding: 5px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

.social-circle a:hover {
	background-color: #8e7424;
}

.widget-call-to-action {
	background-color: #eddba5;
}

.widget-call-to-action .widget-title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 28px;
}

.widget-call-to-action p {
	font-size: 18px;
	color: #18150d;
}

.team-block {
	margin-bottom: 20px;
}

.team-img {
	margin-bottom: 20px;
}

.team-content {
	text-align: center;
}

.team-title {
	margin-bottom: 0px;
}

.team-name {}

.team-meta {
	text-transform: uppercase;
	font-size: 12px;
	color: #aa9144;
	font-weight: 500;
	letter-spacing: 1px;
}

.team-designation {}


/*----- comment post -----*/

.comments-area {}

.comments-title {
	border-bottom: 1px solid #f4f1ec;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.comment-list {
	list-style: none;
	padding: 0px;
}

.comment {}

.comment-body {
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f4f1ec;
	padding-bottom: 20px;
}

.comment-author {}

.comment-author img {
	float: left;
}

.comment-info {
	padding-left: 120px;
}

.comment-header {
	margin-bottom: 0px;
}

.user-title {
	font-size: 15px;
	color: #474747;
	margin-bottom: 10px;
	font-weight: 500;
}

.comment-meta {}

.comment-meta-date {
	color: #98989c;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.comment-content {
	color: #6f6f6f;
	margin-bottom: 20px;
}

.reply {}


/*---- thread comments --------*/

.childern {
	padding-left: 100px;
	list-style: none;
}

.childern .comment-body {
	background-color: #f4f1ec;
	padding: 20px;
	border-radius: 10px;
}

.childern .comment-info {
	padding-left: 120px;
}


/*----- leave reply -----*/

.leave-comments {
	margin-top: 30px;
	background-color: #f4f1ec;
	padding: 40px;
	border-radius: 10px;
}

.leave-comments .control-label {
	color: #474747;
	font-weight: 600;
	font-size: 13px;
}


/*--------------------------------
 extra plugin css - back to top  
---------------------------------*/

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(212, 27, 44, 100) url(/uploads/image/tsimages/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

.no-touch .cd-top:hover {
	background-color: #e70359;
	opacity: 1;
}


/*-------------styleguide-------------*/

.box-info {}

.box-default-color {
	background-color: #aa9144;
	height: 160px;
	width: 160px;
}

.box-primary-color {
	background-color: #18150d;
	height: 160px;
	width: 160px;
}

.box-heading-color {
	background-color: #18150d;
	height: 160px;
	width: 160px;
}

.box-secondary-color {
	background-color: #6f6f6f;
	height: 160px;
	width: 160px;
}

.box-bg-color {
	background-color: #eddba5;
	height: 160px;
	width: 160px;
}


/*==========  non-mobile first method  ==========*/


/* large devices, wide screens */

@media (min-width: 991px)and (max-width: 1200px) {
	.well-block h3 {
		margin-bottom: 18px;
	}
	.navigation {
		float: right;
	}
	.header img {
		width: 320px;
		margin-top: 10px;
	}
	.widget-title {
		font-size: 24px;
	}
	h4.recent-title {
		font-size: 16px;
	}
	/*banner*/
	.wrapper {
		height: 650px;
	}
	.sb-description {
		margin-top: 50px;
	}
	.hero-title {
		font-size: 25px;
		line-height: 40px;
	}
	.meta-date {
		display: block;
	}
	.comment-info {
		padding-left: 100px;
	}
	.cta-title {
		font-size: 26px;
		line-height: 40px;
	}
	.cta-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer-widget {
		margin-bottom: 20px;
	}
	.footer-widget .widget-title {
		margin-bottom: 0px;
		padding-top: 10px;
	}
	.page-title {
		font-size: 20px;
	}
	.childern .comment-info {
		padding-left: 90px;
	}
	.childern {
		padding-left: 0px;
		list-style: none;
	}
	/*other page*/
	.recent-post-img {
		width: 70px;
	}
	.recent-post-img img {
		width: 100%;
	}
	.bg-default .col-md-7 {
		padding-left: 0;
		padding-right: 0;
	}
	.bg-default .pro_img1,
	.bg-default .pro_img2 {
		width: 40%;
		height: 455px;
		background-size: cover;
	}
	.bg-default .row:nth-of-type(1) {
		margin-bottom: 30px;
	}
	.post-content {
		padding-left: 0;
	}
}


/* medium devices, desktops */

@media only screen and (max-width: 992px) {
	.navigation {
		float: none;
	}
	.space-medium {
		padding: 60px 0;
	}
	.hero-title {
		font-size: 25px;
		line-height: 40px;
	}
	.comment-info {
		padding-left: 100px;
	}
	.cta-title {
		font-size: 26px;
		line-height: 40px;
	}
	.cta-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer-widget {
		margin-bottom: 20px;
	}
	.footer-widget .widget-title {
		margin-bottom: 0px;
	}
	.page-title {
		font-size: 20px;
	}
	.childern .comment-info {
		padding-left: 90px;
	}
	.childern {
		padding-left: 0px;
		list-style: none;
	}
}


/* small devices, tablets */

@media (min-width: 490px) and (max-width: 768px) {
	.header {
		padding-bottom: 15px;
	}
	.header img {
		width: 260px;
		padding-top: 6px;
	}
	.service-icon img {
		width: 52px;
	}
	#navigation>ul>li>a {
		padding: 20px 15px;
	}
	#navigation>ul>li>a:nth-of-type(5) {
		padding-right: 0;
	}
	.sb-description {
		margin-top: 35px;
		padding: 35px 30px;
	}
	.post-block .col-md-5,
	.article-box .col-md-5,
	.post-block .col-md-7,
	.article-box .col-md-7 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.w {
		width: 100%;
	}
	.wrapper {
		height: 590px;
		background-position-x: -510px;
	}
	.bg-default .img-responsive {
		display: none;
	}
	.bg-default .row:nth-of-type(1) {
		margin-bottom: 30px;
	}
	.post-block {
		float: left;
		width: 48%;
	}
	.article-box {
		float: left;
		width: 100%;
	}
	.mr-20 {
		margin-right: 20px;
	}
	.post-content {
		padding-left: 0;
	}
	.post-block h2,
	.article-box h2 {
		margin-top: 12px;
		height: 50px;
		overflow: hidden;
		text-align: left;
		z-index: 2;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.well-block {
		padding: 30px;
	}
	.post-block .col-md-5,
	.post-block .col-md-7,
	.article-box .col-md-5,
	.article-box .col-md-7 {
		padding-left: 5px;
		padding-right: 5px;
		overflow: hidden;
	}
	.bg-default .pro_img1,
	.bg-default .pro_img2 {
		display: none;
	}
	.widget {
		padding: 30px 40px;
	}
	.widget-recent-post .col-sm-4 {
		width: 20%;
	}
	.widget-recent-post .col-sm-8 {
		width: 80%;
	}
	.footer {
		padding: 40px 0;
	}
	.well-block h3 {
		margin-bottom: 15px;
	}
	.navigation {
		float: right;
	}
	.space-medium {
		padding: 60px 0;
	}
	.hero-title {
		font-size: 25px;
		line-height: 40px;
	}
	.comment-info {
		padding-left: 100px;
	}
	.cta-title {
		font-size: 26px;
		line-height: 40px;
	}
	.cta-section {
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.cta-section .btn {
		float: none;
	}
	.footer-widget {
		margin-bottom: 20px;
	}
	.footer-widget .widget-title {
		margin-bottom: 0px;
	}
	.page-title {
		font-size: 20px;
	}
	.childern .comment-info {
		padding-left: 90px;
	}
	.childern {
		padding-left: 0px;
		list-style: none;
	}
}


/* extra small devices, phones */

@media only screen and (max-width: 480px) {
	.header {
		padding-bottom: 0;
	}
	.header img {
		width: 230px;
		margin-top: 0;
	}
	.header .head-logo {
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	.header .col-xs-8 {
		width: 100%;
	}
	
	
	
	.mb {
		margin-bottom: 25px;
	}
	.wrapper {
		background-position-x: -800px;
	}
	.sb-description {
		margin-top: 35px;
		padding: 35px 20px;
	}
	.sb-description p {
		font-size: 14px;
	}
	.sb-description h1 {
		font-size: 28px;
	}
	.sb-description p:nth-of-type(1) {
		margin-top: 0;
	}
	.sb-description .primary-btn {
		margin-top: 18px;
	}
	.bg-default .pro_img1,
	.bg-default .pro_img2 {
		display: none;
	}
	.testimonial-block {
		margin-bottom: 20px;
	}
	.article-box .col-md-4 {
		padding-left: 0;
		padding-right: 0;
	}
	.content {
		padding: 40px 0;
	}
	.widget {
		padding: 30px 20px;
	}
	.widget-recent-post .col-lg-4 {
		width: 30%;
	}
	.widget-recent-post .col-lg-8 {
		width: 70%;
		padding-left: 0;
	}
	.widget-recent-post ul li a {
		font-size: 14px;
		margin-bottom: 0;
	}
	.recent-post-content .meta-date {
		margin-top: 3px;
	}
	.w {
		width: 100%;
	}
	.bg-default .img-responsive {
		display: none;
	}
	.bg-default .row:nth-of-type(1) {
		margin-bottom: 30px;
	}
	.post-block,
	.article-box {
		float: left;
		width: 100%;
	}
	.post-img {
		width: 100%;
	}
	.mr-14 {
		margin-right: 14px;
	}
	.post-content {
		padding-left: 0;
	}
	.post-block h2,
	.article-box h2 {
		margin-top: 12px;
		height: 50px;
		overflow: hidden;
		text-align: left;
		z-index: 2;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.well-block {
		padding: 30px;
	}
	.post-block .col-md-5,
	.post-block .col-md-7,
	.article-box .col-md-5,
	.article-box .col-md-7 {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		overflow: hidden;
	}
	.bg-default .pro_img1,
	.bg-default .pro_img2 {
		display: none;
	}
	.nav-dots {
		bottom: 60px;
	}
	.navigation {
		float: none;
		padding-bottom: 10px;
   		border-bottom: 1px solid #eee;
	}
	.space-medium {
		padding: 50px 0;
	}
	.col-xs-6 {
		width: 100%;
	}
	.post-block h2,
	.article-box h2 {
		height: 50px;
		z-index: 2;
		-webkit-line-clamp: 2;
		margin: 12px 0 2px;
	}
	.service-block {
		margin-bottom: 20px;
	}
	.service-block .service-icon {
		float: left;
		text-align: left;
		width: 20%;
	}
	.service-block .service-content {
		float: left;
		width: 80%;
	}
	.service-block .service-content h3 {
		text-align: left;
	}
	.service-icon img {
		width: 45px;
	}
	.footer-social ul {
		margin-left: -25px;
	}
	.hero-title {
		font-size: 25px;
		line-height: 40px;
	}
	.comment-info {
		padding-left: 100px;
	}
	.cta-title {
		font-size: 26px;
		line-height: 40px;
	}
	.cta-section {
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center;
	}
	.cta-section .btn {
		float: none;
	}
	.footer-widget {
		margin-bottom: 20px;
	}
	.footer-widget .widget-title {
		margin-bottom: 0px;
		font-size: 18px;
	}
	.page-title {
		font-size: 20px;
	}
	.childern .comment-info {
		padding-left: 90px;
	}
	.childern {
		padding-left: 0px;
		list-style: none;
	}
	.post-content h3{
		margin-top: 10px;
	}

	#navigation.small-screen>ul>.telephone{
		display: none;
	}
}


/* custom, iphone retina */

@media only screen and (max-width: 320px) {
	.wrapper {
		height: 840px;
	}
	.header {
		padding-top: 15px;
		padding-bottom: 0;
	}
	.header .head-logo img {
		width: 230px;
		margin-top: 0;
	}
	.header .head-logo {
		text-align: center;
		width: 100%;
	}
	.header .col-xs-8 {
		width: 100%;
	}
	.mb {
		margin-bottom: 25px;
	}
	.wrapper {
		background-position-x: -1000px;
	}
	.service-icon img {
		width: 40px;
	}
	.sb-description {
		margin-top: 30px;
		padding: 20px 20px;
	}
	.sb-description p {
		font-size: 14px;
	}
	.sb-description h1 {
		font-size: 28px;
	}
	.sb-description p:nth-of-type(1) {
		margin-top: 0;
	}
	.sb-description .primary-btn {
		margin-top: 18px;
	}
	.service-block .service-content h3 {
		font-size: 22px;
	}
	.bg-default .pro_img1,
	.bg-default .pro_img2 {
		display: none;
	}
	.testimonial-block {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.post-content h3{
		margin-top: 10px;
	}
	.article-box .col-md-4 {
		padding-left: 0;
		padding-right: 0;
	}
	.content {
		padding: 30px 0;
	}
	.widget {
		padding: 30px 20px;
	}
	.widget-recent-post .col-lg-4 {
		width: 30%;
	}
	.widget-recent-post .col-lg-8 {
		width: 70%;
		padding-left: 0;
	}
	.widget-recent-post ul li a {
		font-size: 14px;
		margin-bottom: 0;
	}
	.recent-post-content .meta-date {
		margin-top: 3px;
	}
	.w {
		width: 100%;
	}
	.bg-default .img-responsive {
		display: none;
	}
	.bg-default .row:nth-of-type(1) {
		margin-bottom: 30px;
	}
	.post-block,
	.article-box {
		float: left;
		width: 100%;
	}
	.post-img {
		width: 100%;
	}
	.service-block {
		margin-bottom: 10px;
	}
	.mr-14 {
		margin-right: 14px;
	}
	.post-content {
		padding-left: 0;
	}
	.post-content .post-txt{
		font-size: 14px;
	}
	.post-block h2,
	.article-box h2 {
		margin-top: 12px;
		height: 50px;
		overflow: hidden;
		text-align: left;
		z-index: 2;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.well-block {
		padding: 30px;
	}
	.post-block .col-md-5,
	.post-block .col-md-7,
	.article-box .col-md-5,
	.article-box .col-md-7 {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		overflow: hidden;
	}
	.bg-default .pro_img1,
	.bg-default .pro_img2 {
		display: none;
	}
	.pagination{
		margin: 0 0 25px;
	}
	.listnone{
		font-size: 14px;
	}
	.st-pagination .pagination>li>a, .pagination>li>span{
		padding: 6px 11px;
	}
	.navigation {
		float: none;
	}
	.space-medium {
		padding: 45px 0;
	}
	.hero-title {
		font-size: 25px;
		line-height: 40px;
	}
	.comment-info {
		padding-left: 100px;
	}
	.cta-title {
		font-size: 26px;
		line-height: 40px;
	}
	.cta-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer-widget {
		margin-bottom: 20px;
	}
	.footer-widget .widget-title {
		margin-bottom: 0px;
	}
	.footer .contact li{
		padding: 0 0 8px 34px;
	}
	.page-title {
		font-size: 20px;
	}
	.childern .comment-info {
		padding-left: 90px;
	}
	.childern {
		padding-left: 0px;
		list-style: none;
	}
}