@import url(//fonts.googleapis.com/css?family=Changa+One);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #b3815a;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #ffffff;
}
a {
	text-decoration: none;
	color:inherit;
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
a:hover {
	text-decoration: none;
	color:#4288d5;
}
a:focus {
	text-decoration: none;
	background: none;
	color:inherit;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 20px;
}
p span {
	color: #f1ccae;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10;
	color:#63b711;
}
h1.navbar-brand_ span {
	margin: 0 0 18px 0;
	font: 100px/1em 'Six Caps';
	color: #ffffff;
	display: block;
	letter-spacing: 40px;
	text-transform: uppercase;
}
h1.navbar-brand_ strong {
	margin: 0 0 52px 0;
	font: 60px/1em 'Six Caps';
	color: #ffffff;
	letter-spacing: 12px;
	display: block;
}
h1.navbar-brand_ a {
	display: block;
}
h2 {
	font: 36px/1em 'Changa One';
	text-transform: uppercase;
	margin: 0 0 39px 0;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	position: relative;
}
h2 img {
	margin-bottom: 9px;
}
h2 span {
	position: relative;
	z-index: 1;
	background: #e2b692;
	padding: 0 30px;
	display: inline-block;
}
h2:after {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 1px;
	background: #ffffff;
	top: 50%;
	left: 0;
	padding: 0;
	margin: 31px 0 0 0;
	content: '';
}
h2.indent:after {
	margin: 0;
}
h3 {
	font: 18px/20px 'Changa One';
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 11px 0;
	letter-spacing: 1px;
}
h4 {
	font: bold 24px/22px 'Arial';
	text-transform: uppercase;
	color: #f29216;
	margin: 0 0 18px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 25px 0 0 0;
	background: #e2b692;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header#header {
	position: relative;
	margin: 0;
	padding: 50px 0 0 0;
	text-align: center;
	z-index: 11;
	max-height: 433px;
	overflow: hidden;
	background: #ffffff url(images/FonHeader.png) center 0 no-repeat;
}
#header.indent {
	padding: 56px 0 0 0;
	max-height: 750px;
	overflow: visible;
	margin: 0 0 146px 0;
}
header#header figure {
	margin-top: -160px;
}
header#header figure img {
	/*margin-left: 65px;*/
}
.follow_icon {
	padding: 0;
	margin: 13px 0 0 25px;
	list-style: none;
	overflow: hidden;
	float: right;
}
.follow_icon li {
	float: left;
	margin: 0 0 0 6px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li:first-child a {
	background: #4465c6;
}
.follow_icon li a {
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	color: #ffffff;
	background: #23c3f7;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #ffffff;
	background: #b40705;
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 20;
	border: none;
	padding: 0;
	margin: 0 0 18px;
	float: none;
	min-height: 0;
	background: none;
}
nav.tm_navbar .sf-menu li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px 0;
	display: block;
}
nav.tm_navbar .sf-menu li a {
	position: relative;
	padding: 0;
	margin: 0;
	font: 17px 'Changa One';
	color: #63b711;
	text-transform: uppercase;
	background: none;
	letter-spacing: 2px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu li a:after {
	position: absolute;
	width: 57px;
	height: 1px;
	background: #c59269;
	top: 50%;
	left: 0;
	padding: 0;
	margin-left: -67px;
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu li a:before {
	position: absolute;
	width: 57px;
	height: 1px;
	background: #c59269;
	top: 50%;
	right: 0;
	padding: 0;
	margin-right: -67px;
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu li.current-menu-item > a {
	color: #c59269;
	background: none;
}
nav.tm_navbar .sf-menu li.current-menu-item > a:after, nav.tm_navbar .sf-menu li.current-menu-item > a:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu li a:hover {
	color: #c59269;
	background: none;
}
nav.tm_navbar .sf-menu li a:hover:after, nav.tm_navbar .sf-menu li a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu .sfHover > a {
	color: #c59269;
	background: none;
}
nav.tm_navbar .sf-menu .sfHover > a:after, nav.tm_navbar .sf-menu .sfHover > a:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu li span {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 4px;
	background: url(images/marker.png) center bottom no-repeat;
	left: 0;
	bottom: -2px;
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu ul span {
	display:none;
}
/* subMenu1
========================================================*/
nav.tm_navbar li > ul {
	position: absolute;
	display: none;
	width: 200px;
	left: 50%;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: none;
	border-radius: 0;
	padding: 0;
	margin: 0 0 0 158px;
	text-align: left;
}
nav.tm_navbar li > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 5px 0 !important;
	padding: 0;
	display: block;
}
nav.tm_navbar li > ul li::after {
 display: none;
}
nav.tm_navbar li > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 18px 'Changa One';
	color: #4288d5;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li > ul li span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 6px;
	left: auto;
	width: auto !important;
	color: #ffffff;
	font-size: 14px;
	background: none;
}
nav.tm_navbar li > ul li a:hover {
	text-decoration: none;
	color: #c59269 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li > ul li.sfHover > a {
	text-decoration: none;
	color: #c59269 !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar li ul ul {
	position: absolute;
	display: none;
	width: 200px;
	left: 220px;
	top: 0;
	border-radius: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar li ul ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 18px 'Changa One';
	color: #4288d5;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li > ul li > ul li a:hover {
	text-decoration: none;
	color: #c59269 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: none;
	z-index: 20;
	text-indent: -9999px;
	background: url(images/top.png) 0 top no-repeat;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	overflow: hidden;
	background: #e2b692;
}
.who-box h2 span {
	background: #e2b692;
}
.who-box .col-lg-4 {
	margin-bottom: 20px;
}
.thumb-box1 {
	overflow: hidden;
	padding: 66px 0 0 0;
	background: #e2b692;
	background: -moz-linear-gradient(top, #ffffff 2%, #e2b692 100%);
	/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #ffffff), color-stop(100%, #e2b692));
	/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 2%, #e2b692 100%);
	/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 2%, #e2b692 100%);
	/* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 2%, #e2b692 100%);
	/* IE10+ */
  background: linear-gradient(to bottom, #ffffff 2%, #e2b692 100%);/* W3C */
}
.thumb-box2 {
	overflow: hidden;
	padding: 0 0 52px 0;
	background: #e2b692;
}
.thumb-box3 {
	overflow: hidden;
	padding: 49px 0 52px 0;
	background: #d4a57f;
}
.thumb-box3 h2 span {
	background: #d4a57f;
}
.thumb-box4 {
	overflow: hidden;
	padding: 49px 0 42px 0;
	background: #c99973;
}
.thumb-box4 h2 span {
	background: #c99973;
}
.thumb-box4 h2:after {
	margin: 15px 0 0 0;
}
.thumb-box4 .box {
	padding: 18px 0 0 0;
}
.thumb-box4 .title {
	color: #ffffff;
	text-transform: uppercase;
	font: 300 22px 'Roboto';
	letter-spacing: 1px;
	margin: 7px 0 0 0;
}
.thumb-box4 .description {
	color: #ffffff;
	text-transform: uppercase;
	font: 14px/20px 'Roboto';
	margin-bottom: 0;
	letter-spacing: 1px;
}
.thumb-box5 {
	overflow: hidden;
	background: #ba8a64;
}
.thumb-box5 figure {
	text-align: center;
	position: relative;
}
.thumb-box5 figure img {
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box5 figure a {
	padding: 46px 0 0 0;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box5 figure a span {
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	font: 300 48px/1em 'Roboto';
	letter-spacing: 1px;
	margin-bottom: 0;
}
.thumb-box5 figure a strong {
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	font: 300 24px/30px 'Roboto';
	letter-spacing: 1px;
	margin-bottom: 0;
}
.thumb-box5 figure a em {
	display: inline-block;
	width: 29px;
	height: 15px;
	background: url(images/more3.png) no-repeat;
	margin: 14px 0 0 0;
}
.thumb-box5 figure:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}
.thumb-box5 figure:hover a {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box6 {
	background: #d4a57f;
	overflow: hidden;
	padding: 105px 0 8px 0;
}
.thumb-box6 h2 span {
	background: #d4a57f;
}
.thumb-box6 h2:after {
	margin: 0;
}
.thumb-box7 {
	background: #c99973;
	overflow: hidden;
	padding: 105px 0 0 0;
}
.thumb-box7 h2 span {
	background: #c99973;
}
.thumb-box7 h2:after {
	margin: 0;
}
.thumb-box7 .col-lg-4 {
	margin-bottom: 28px;
}
.thumb-box8 {
	overflow: hidden;
	padding: 0 0 31px 0;
}
.thumb-box8 h2 span {
	background: #e2b692;
}
.thumb-box8 h2:after {
	margin: 0;
}
.thumb-box9 {
	padding: 105px 0 0 0;
	overflow: hidden;
	background: #d4a57f;
}
.thumb-box9 h2 span {
	background: #d4a57f;
}
.thumb-box9 h2:after {
	margin: 0;
}
.thumb-box9 .col-lg-6 {
	margin-bottom: 10px;
}
.thumb-box10 {
	padding: 105px 0 42px 0;
	overflow: hidden;
	background: #c99973;
}
.thumb-box10 h2 span {
	background: #c99973;
}
.thumb-box10 h2:after {
	margin: 0;
}
.thumb-box10 .col-lg-6 {
	margin-bottom: 10px;
}
.thumb-box11 {
	overflow: hidden;
	padding: 0 0 31px 0;
}
.thumb-box11 h2 span {
	background: #e2b692;
}
.thumb-box11 h2:after {
	margin: 0;
}
.thumb-box12 {
	overflow: hidden;
	padding: 105px 0 51px 0;
	background: #d4a57f;
}
.thumb-box12 h2 span {
	background: #d4a57f;
}
.thumb-box12 h2:after {
	margin: 0;
}
.thumb-box13 {
	overflow: hidden;
	padding: 114px 0 0 0;
	background: #e2b692;
}
.thumb-box13 h2 span {
	background: #e2b692;
}
.thumb-box13 h2:after {
	margin: 0;
}
#error404 .col-lg-7, #error404 .col-lg-5 {
	margin-bottom: 52px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0 0 21px 0;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 .thumbnail figure {
	float: left;
	width: 56px;
	margin-right: 14px;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption strong {
	font: bold 24px/1em 'Exo';
	color: #3d3d3c;
	text-transform: uppercase;
}
.thumb-pad2 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2-1 {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	background: #20acb8;
	text-align: center;
}
.thumb-pad2-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2-1 .thumbnail .caption {
	padding: 0 45px;
}
.thumb-pad2-1 .thumbnail .caption .title {
	font: 300 30px/1em 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}
.thumb-pad2-1 .thumbnail .caption p {
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
}
.thumb-pad2-1 .thumbnail .caption a {
	display: inline-block;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad2-1 figure {
	margin: 0 0 31px 0;
}
.thumb-pad2-1 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.thumb-pad3:hover strong {
	background: #b40705 !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail strong {
	display: inline-block;
	width: 52px;
	height: 52px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	line-height: 52px;
	background: #132f4d;
	border-radius: 100%;
	float: left;
	margin-right: 16px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption {
	padding: 16px 0 0 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption .description {
	font: 600 14px 'Exo';
	color: #b40705;
	margin-bottom: 22px;
	text-transform: uppercase;
}
.thumb-pad3-1 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad3-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3-1 .thumbnail figure {
	margin: 0 0 9px 0;
}
.thumb-pad3-1 .thumbnail figure img {
	width: 100%;
	border-radius: 100%;
}
.thumb-pad3-1 .thumbnail .caption {
	padding: 16px 0 0 0;
	overflow: hidden;
}
.thumb-pad3-1 .thumbnail .caption a {
	font: 18px/20px 'Changa One';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3-1 .thumbnail .caption a:hover {
	color: #b3815a;
}
.thumb-pad3-1 .thumbnail .caption p {
	margin: 10px 0 0 0;
}
.thumb-pad3-2 {
	margin: 0 0 27px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad3-2:hover strong {
	background: #ffffff !important;
	color: #b40705 !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3-2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3-2 .thumbnail strong {
	display: inline-block;
	width: 52px;
	height: 52px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	line-height: 52px;
	background: #b40705;
	border-radius: 100%;
	float: left;
	margin-right: 16px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3-2 .thumbnail .caption {
	padding: 16px 0 0 0;
	overflow: hidden;
}
.thumb-pad3-2 .thumbnail .caption .description {
	font: 600 18px 'Exo';
	color: #ffffff;
	margin-bottom: 19px;
	text-transform: uppercase;
}
.thumb-pad3-2 .thumbnail .caption p {
	color: #c4d9f0;
	font-weight: normal;
	margin-bottom: 0;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 25px 0;
}
.thumb-pad4 figure img {
	width: 100%;
	border-radius: 7px;
}
.thumb-pad5 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail figure {
	padding: 0;
	float: left;
	margin-right: 28px;
}
.thumb-pad5 .thumbnail figure img {
	border-radius: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	text-align: center;
}
.thumb-pad6 h3 {
	margin-bottom: 26px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 figure {
	margin-bottom: 21px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.thumb-pad6 figure img {
	width: 100%;
	border-radius: 100%;
}
.thumb-pad6 figure i {
	width: 340px;
	height: 340px;
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	padding: 60px 0 0 0;
	display: block;
	background: #ffffff;
	border-radius: 100%;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-pad6 figure:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-pad6 figure span {
	font: 24px 'Roboto';
	color: #e2b692;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
	display: block;
}
.thumb-pad6 figure b {
	font: bold 14px 'Roboto';
	color: #e2b692;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 2px;
	display: block;
}
.thumb-pad6 figure strong {
	width: 100%;
	height: 44px;
	background: url(images/more_btn.png) center 0 no-repeat;
	display: block;
	margin: 7px 0 0 0;
}
.thumb-pad6 figure a {
	font: bold 14px 'Roboto';
	color: #4288d5;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 figure a:hover {
	color: #e2b692;
}
.thumb-pad6 figure em {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4288d5;
	line-height: 20px;
	display: block;
	padding: 20px 40px 0 40px;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption a {
	font: bold 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #3e3e3e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #20acb8;
}
.thumb-pad6 .thumbnail .caption p {
	margin: 7px 0 0 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 {
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
}
.thumb-pad7 figure {
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.thumb-pad7 figure img {
	width: 100%;
	border-radius: 100%;
}
.thumb-pad7 figure i {
	width: 340px;
	height: 340px;
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	padding: 110px 0 0 0;
	display: block;
	background: #ffffff;
	border-radius: 100%;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-pad7 figure:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-pad7 figure span {
	font: 24px 'Roboto';
	color: #e2b692;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
	display: block;
}
.thumb-pad7 figure b {
	font: bold 14px 'Roboto';
	color: #e2b692;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 2px;
	display: block;
}
.thumb-pad7 figure strong {
	width: 100%;
	height: 44px;
	background: url(images/more_btn.png) center 0 no-repeat;
	display: block;
	margin: 7px 0 0 0;
}
.thumb-pad7 figure a {
	font: bold 14px 'Roboto';
	color: #4288d5;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 figure a:hover {
	color: #e2b692;
}
.thumb-pad7 figure em {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4288d5;
	line-height: 20px;
	display: block;
	padding: 20px 40px 0 40px;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption a {
	font: bold 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #3e3e3e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #20acb8;
}
.thumb-pad7 .thumbnail .caption p {
	margin: 7px 0 0 0;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px 'Roboto Condensed';
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px 'Roboto Condensed';
	color: #8b9196;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 0 49px 0 39px;
	font: bold 14px/51px 'Roboto';
	margin: 0;
	border-radius: 10px;
	color: #ffffff;
	letter-spacing: 3px;
	background: #c97c3e;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1 img {
	margin: -1px 14px 0 0;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #e6c1a2;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 0 21px 0 41px;
	font: bold 14px/51px 'Roboto';
	margin: 0;
	border-radius: 10px;
	color: #ffffff;
	letter-spacing: 3px;
	background: #79b939;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 img {
	margin: -1px 0 0 14px;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #e6c1a2;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 47px;
	font: bold 14px/51px 'Roboto';
	letter-spacing: 2px;
	margin: 0;
	border-radius: 7px;
	color: #ffffff;
	background: #c7541b;
	border: none;
	float: none;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #b3815a;
	text-decoration: none;
}

/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: -93px;
	left: 0;
	text-align: center;
	width: 100%;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 0 30px;
	display: inline-block;
}
.list1 li a {
	display: block;
	width: 170px;
	height: 170px;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.list1 li a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list1 li a img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list1 li a strong {
	font: 18px 'Changa One';
	color: #76b23b;
	text-transform: uppercase;
	position: absolute;
	letter-spacing: 1px;
	bottom: auto;
	top:113px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li:first-child {
	margin: 0;
}
.list1-1 {
	margin: 0;
	padding: 4px 0 14px 0;
	list-style: none;
}
.list1-1.indent {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 56px;
	padding-bottom: 25px;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 13px 0;
	padding-left: 13px;
	background: url(images/list_point.png) left 6px no-repeat;
}
.list1-1 li a {
	color: #e44554;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #ffffff;
}
.list2 {
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	display: inline-block;
	margin: 0 15px;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin: 0 0 19px 0;
	padding-left: 15px;
	background: url(images/list_arrow.png) left 6px no-repeat;
}
.list3 li a {
	font: 18px/20px 'Changa One';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #4288d5;
}
#sidebar ul:not([class]){
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul:not([class]) li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin: 0 0 19px 0;
	padding-left: 15px;
	background: url(images/list_arrow.png) left 6px no-repeat;
}
#sidebar ul:not([class]) li a {
	font: 18px/20px 'Changa One';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#sidebar ul:not([class]) li a:hover {
	color: #4288d5;
}
.post-holder .content{
	background:none;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 32px;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 23px 0;
	overflow: hidden;
}
.list5 li .badge {
	width: 60px;
	height: 60px;
	background: #b3815a;
	border-radius: 100%;
	text-align: center;
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
	font: 60px/70px 'Changa One';
	color: #ffffff;
}
.list5 li p {
	margin-bottom: 10px;
}
.list5 li h3 i {
	display: inline-block;
	width: 98px;
	height: 18px;
	background: url(images/star.png) no-repeat;
	float: left;
	margin: 0 12px 0 0;
}
.list5 li a {
	font: 18px/20px 'Changa One';
	text-transform: uppercase;
	color: #ffffff;
	float: left;
	margin-right: 16px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #c7541b;
}
.list5 li time {
	color: #c7541b;
	font: 13px 'Roboto';
	float: left;
}
.list6 {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 20px 0;
}
.list6 li time {
	color: #c7541b;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
}
.list7 li span {
	color: #ffffff;
	font-size: 60px;
	width: 70px;
	margin-right: 30px;
	float: left;
}
.list8 {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 32px 0;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li h3 {
	margin-bottom: 18px;
}
.archive-lists ul{
	margin-bottom:30px;
}
/*-----subscribeForm-----*/
.nsu-form {
	position: relative;
	display: block;
}
.nsu-form button {
	position: absolute;
	top: 11px;
	right: 13px;
	color: #4288d5;
	font-size: 29px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	margin: 0;
    padding: 0;
	border:none;
	background:none;
}
.nsu-form button:hover {
	color: #c99973;
}
.nsu-form input {
	background: none;
	box-shadow: none;
	border: none;
	font: 13px/16px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ba8a64;
	background: #ffffff;
	height: 51px;
	width: 100%;
	margin: 0;
	border: 1px solid #ffffff;
	border-radius: 7px;
	padding: 15px 50px 15px 15px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.nsu-form input:focus {
	outline: none;
	border: 1px solid #bebebe;
}
.nsu-form .error {
	position: absolute;
	bottom: -20px;
	right: 6px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #ffffff;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.nsu-form label {
	position: relative;
	border: none;
	display: none;
}
.nsu-form label.invalid .error {
	height: 19px;
}
.nsu-form .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	font: 13px/16px 'Open Sans';
	color: #ba8a64;
	width: 100%;
	height: 51px;
	border: 1px solid #ffffff;
	border-radius: 7px;
	padding: 15px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nsu-form p{
	margin-bottom:0;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	position: relative;
	width: auto;
	margin: 0 -15px;
	z-index: 0;
	text-align: center;
}
.list_carousel1 .owl-carousel {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 .owl-carousel .owl-item {
	padding: 0;
	float: left;
	cursor: default;
	padding: 0 15px;
	text-align: center;
}
.list_carousel1 .owl-carousel .owl-item  figure {
	margin-bottom: 21px;
	position: relative;
	overflow: hidden;
}
.list_carousel1 .owl-carousel .owl-item figure img {
	width: 100%;
	border-radius: 100%;
}
.list_carousel1 .owl-carousel .owl-item figure i {
	width: 240px;
	height: 240px;
	position: absolute;
	top: 16px;
	left: 16px;
	margin: 0;
	padding: 60px 0 0 0;
	display: block;
	background: #ffffff;
	border-radius: 100%;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.list_carousel1 .owl-carousel .owl-item figure:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.list_carousel1 .owl-carousel .owl-item p {
	color: #ffffff;
	padding: 0 17px;
}
.list_carousel1 .owl-carousel .owl-item span {
	font: 22px 'Roboto';
	color: #e2b692;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
	display: block;
}
.list_carousel1 .owl-carousel .owl-item b {
	font: bold 13px 'Roboto';
	color: #e2b692;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 2px;
	display: block;
}
.list_carousel1 .owl-carousel .owl-item strong {
	width: 100%;
	height: 44px;
	background: url(images/more_btn2.png) center 0 no-repeat;
	display: block;
	margin: 7px 0 0 0;
}
.list_carousel1 .owl-carousel .owl-item a {
	font: bold 13px 'Roboto';
	color: #76b23b;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel1 .owl-carousel .owl-item a:hover {
	color: #e2b692;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	margin-bottom: 11px !important;
}
.list_carousel1.responsive .owl-buttons .owl-prev, .list_carousel1.responsive .owl-buttons .owl-next {
	display: inline-block;
	cursor: pointer;
	margin: 0 15px;
	width: 70px;
	height: 46px;
	border-radius: 10px;
	text-align: center;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	font-size:0;
	opacity:1;
}
.list_carousel1.responsive .owl-buttons {
	text-align: center;
}
.list_carousel1.responsive .owl-buttons .owl-next {
	background: #76b23b url(images/more2.png) center center no-repeat;
}
.list_carousel1.responsive .owl-buttons .owl-next:hover {
	background: #dba78d url(images/more2.png) center center no-repeat;
}
.list_carousel1.responsive .owl-buttons .owl-prev {
	background: #76b23b url(images/more1.png) center center no-repeat;
}
.list_carousel1.responsive .owl-buttons .owl-prev:hover {
	background: #dba78d url(images/more1.png) center center no-repeat;
}
.list_carousel1.responsive .owl-controls{
	margin-top:0;
}
/* search
========================================================*/
#searchform {
	position: relative;
	margin: 19px 0 0 0;
	overflow: hidden;
}
#searchform input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-radius: 7px;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #ffffff;
	background: #ffffff;
	font: 14px/18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #c59269;
	padding: 15px 14px;
	height: 51px;
	resize: none;
	margin-bottom: 30px;
}
.error404-num img{
	vertical-align:top;
}
#search {
	padding: 0;
	margin: 15px 0 0 0;
	float: right;
	position: relative;
	width: 257px;
	padding: 5px 40px 6px 15px;
	height: 29px;
	background: none;
	border: 1px solid #4b6076;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#search a {
	display: inline-block;
	position: absolute;
	top: 2px;
	right: 10px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: none;
	border: none;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	padding: 0;
	resize: none;
}

/* Top search */
#top-search {
	float: right;
	margin-top: 67px;
	background: #fff;
	border:1px solid #e2e5e4;
	}
	#top-search .input-search {
		width:235px;
		margin-right:0;
		border:none;
		padding: 8px 0 8px 10px;
		}
	#top-search #submit {
		width:40px;
		height: 33px;
		background: url('images/search-btn.png') 0 0 no-repeat;
		text-indent: -5000px;
		cursor:pointer;
		padding:0;
		margin: 0;
		border: none;
		}
		#top-search #submit:hover{
		background: url('images/search-btn.png') 0 -33px no-repeat;

		}
		/* Comments
---------------------------------------- */
h1#comments {
 padding-top:10px;
 margin-bottom:20px;
 }
.commentlist {
 list-style-type:none;
 padding:0 80px 20px 0;
 margin:0;
 }
 li.comment {
  list-style-type:none;
  overflow:hidden;
  padding: 0;
  margin: 0;
  background:none;
  text-transform:none;
 }
  .odd {

  }
  .even {

  }
   li.comment .comment-body {
    padding:23px 30px 20px 132px;
    position:relative;
    zoom:1;
	border:1px solid #e4e4e4;
    margin-top:15px;
    }
    li.comment .comment-body p {
     min-height: 65px;
    }
  .author-comment {

  }
  .comment-author {
   position:absolute;
   left:25px;
   top:25px;
   }
   .comment-author .author {
    font-style:italic;
    text-transform:capitalize;
    width:86px;
    text-align:center;
    display: block;
    font-size:15px;
    padding-top: 6px;
   }
  .comment-text {

  }
	
	/* Comment meta */
  .comment-meta {
	float: right;
	color: #c7541b;
	font-size: 14px;
	line-height: 18px;
  } 
  .comment-meta a {
   
		}
	
	 /* Avatar */
   li.comment .avatar {
    float:none;
    margin:0;
    vertical-align:top;
    overflow:hidden;
		border:1px solid #e5e5e5;
    }
    li.comment .avatar {
     display:block;
     vertical-align:top;
     overflow:hidden;
     }

    .commentlist ul.children {
     margin:0 0 0 20px;
     overflow:hidden;
     }
     .commentlist ul.children li.comment {

      }

		/* Reply */
    .reply {
		float: right;
		margin-left: 28px; 
     }
     .reply a {
		display:inline-block;
		color: #c7541b !important;
		font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-decoration: underline;
      }
     .reply a:hover {
      	text-decoration: none;
      }


  .waiting-for-approval {

  }
 #trackbacks {

 }
  li.trackback {

  }
 p#no-comments {

 }
 #comments-form {

 }

 .allowed_tags {
  background:#eee;
  padding:15px;
  font-size:11px;
  font-family:"Courier New", Courier, monospace;
  color:#666;
  }
  .allowed_tags strong {
   font-family:Tahoma, Geneva, sans-serif;
   }
  #respond {
   padding-top:28px;
   margin-top:20px;
   padding-right: 80px;
  }
  .cancel-comment-reply a {
   color:#c7541b !important;
   text-decoration:underline;
  }
  .cancel-comment-reply a:hover {
   text-decoration:none;
  }





/* Post
---------------------------------------- */
.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}


.post-holder {
	margin-bottom:35px;
	position:relative;
	overflow:hidden;
	}
#content.right .post-holder,
#content.left .post-holder{
	padding-right: 80px;
}
/* Post header */

.post-holder.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	}

/* Featured thumbnail */
.featured-thumbnail {
	position:relative;
	float:left;
	margin:5px 20px 10px 0;
	}
	.featured-thumbnail img {
		float:left;
		}
	
	/* Small thumbnail */
	.featured-thumbnail.small img {
		}
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		overflow:hidden;
		margin-bottom:14px;
		float: none;
		}
	.featured-thumbnail.large img {
		max-width:100%;
		height:auto;
		float: none;
		width: 100%;
		}
	

/* Post content */
.post-content {
	
}
	.post-content .excerpt {
		margin-bottom:26px;
		}
	.pagination {
		
	}
		.pagination a {
			display:inline-block;
			padding:0 5px;
			background:#eee;
			}

/* Post footer */
.post-holder .post-footer {
	clear:both;
	padding:15px 0 0 0;
	}
.post-holder.single-post .post-footer {
	margin-top:20px;
	}
		

/* Meta information for post */
.post-meta {
	overflow:hidden;
	margin-bottom: 14px;
	}
.post-meta time{
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background: #c7541b;
	color: #fff;
	font-size: 18px;
	line-height: 1.2em;
	font-family: 'Tinos', serif;
	text-align: center;
	text-transform: lowercase;
	padding-top: 10px;
	margin: 7px 10px 0 0;
}
.post-meta time span{
	font-size: 36px;
	line-height: 36px;
	display: block;
}
.post-meta time em{
	display: block;
	font-style: normal;
	margin-top: -7px;
}	
.post-meta .post-info{
	color: #c7541b;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
}
	.post-navigation {
		
	}
	
p.gravatar {
	float:left;
	margin-right:20px;
	}


/* Post edit link */
.post-edit-link {
	
	}
.post-edit-link:hover {
	
	}


/* Image styling */
.alignleft {
	float:left;
	margin:0 20px 10px 0;
	}
.alignright {
	float:right;
	margin:0 0 10px 20px;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	}
.alignnone {
	margin:0 0 10px 0;
	}
article .post-content img {
	/*max-width:710px;*/
	width:100%;
	margin-bottom:15px;
	}

.frame {
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
	}
	
	
/* Related Posts */
.related-posts {
	overflow:hidden;
	padding:0 80px 40px 0;
	margin:0;
	}
	.related-posts li {
		list-style-type:none;
		padding:0;
		margin:0 0 0 3%;
		float:left;
		background:none;
		width:22.5%;
		overflow:hidden;
		}
	.related-posts li:first-child {
		margin-left:0;
		}
		.related-posts li .featured-thumbnail {
			float:none;
			margin:0 0 10px 0;
			overflow:hidden;
			}



/* Page Navigaton */	

.pagenavi {
	clear:both;
	padding:20px 0 0;
	position:relative;
	overflow: hidden;
	color: #c7541b;
    font-size: 14px;
    line-height: 18px;
}
 
.pagenavi span, .pagenavi a {
	display:block;
	float:left;
	margin: 0 10px 10px 0;
	width:auto;
	padding: 5px 10px;
	color:#fff !important;
	background:#c7541b;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}
 
.pagenavi a:hover,
.pagenavi .current{
	background:#6a6c76;
	}
	
	

/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}
	
	
	
	
/* Post Formats
---------------------------------------- */

/* Images Format Type */
.recent-posts .format-image {
	float:left;
	margin:0 20px 20px 0;
	}	
	
.image-post-format {
	float:left;
	margin:0 0 10px 0;
	padding:7px;
	background:#f6f6f6;
	position:relative;
	}

/* Quote Format Type */
.recent-posts .format-quote {
	
	}

/* Link Format Type */
.recent-posts .format-link {
	
	}

/* Link Format Type */
.recent-posts .format-link {
	
	}	

/* Audio Format Type */
.recent-posts .format-audio {
	margin-bottom:2em;
	}
	.recent-posts .format-audio .audio-wrapper {
		margin-bottom:.5em;
		}

/* Video Format Type */
.recent-posts .format-video {
	
	}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 2% 0;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


/* Gallery Post Format */
.slides_container_gallery {
	width:600px;
	margin-bottom:10px;
	height:300px;
	}
	.slides_container_gallery .g_item {
		width:600px;
		display:block;
		}
		.slides_container_gallery .g_item img {
			width:100%;
			height:auto;
			}
			


/* Author
---------------------------------------- */
#post-author {
	overflow:hidden;
	border:1px solid #dbdbdb;
	padding:20px;
	margin-bottom:2em;
	}
#author-link {
	margin-top:1.5em;
	}
	#post-author .gravatar {
		margin:0 20px 0 0;
		}
	#post-author .gravatar img {
		background:#fff;
		border:1px solid #dbdbdb;
		padding:5px;
		}
#author-description {
	
	}

/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}

/* Recent author comments */
#recent-author-comments {
	margin-top:2em;
}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
	padding-bottom:2em;
	border-bottom:1px solid #E2E5E4;
}
	.author-info .avatar {
		margin:0 20px 0 0;
		}
		.author-info .avatar img {
			float:left;
			}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}




/* 404
---------------------------------------- */
#error404 {
}
	.error404-num {
		
		}




/* Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestwork li {
		float:left;
		margin-right:20px;
		}


/* Gallery */
.header-title {
	margin-bottom:2em;
	}
	.header-title h1 {
		margin-bottom:0.1em;
		}
	.header-title .page-desc {
		font-size:.91em;
		color:#fff;
		}



/* Default layout 3 columns */
#gallery {
	
	}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
		}
		#gallery .portfolio li {
			list-style-type:none;
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:30.9%;
			margin:0 3% 50px 0;
			position:relative;
			background:none;
			padding:0;
			}
		* + html #gallery .portfolio li {
			display:inline;
			}
		#gallery .portfolio li.nomargin {
			margin-right:0 !important;
			}
			#gallery .portfolio li a.image-wrap {
				display:block;
				overflow:hidden;
				width:100%;
				height:auto;
				position:relative;
				background:#fff url(images/loading.gif) 50% 50% no-repeat;
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				}
			#gallery .portfolio li a.image-wrap:hover {
				
				}
				#gallery .portfolio li a.image-wrap img {
					float:none;
					width:100%;
					height:auto;
					}
			#gallery .portfolio li h6 a{
				color: #fc5460;
			}
			#gallery .portfolio li h6 a:hover{
				color: #303334;
			}
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:1.5em 0 0 0;
				}
			#gallery .portfolio p.excerpt {
				padding:0;
				margin-bottom: 1.5em;
				}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:0;
				top:0;
				right:0;
				bottom:0;
				cursor:pointer;
				background:rgba(240, 245, 229, .4);
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				opacity:0;
				}
			.no-rgba .zoom-icon {
				background:url(images/black-opacity-60.png);
				visibility:hidden;
				}
			.zoom-icon:before {
				content:"";
				display:block;
				position:absolute;
				left:50%;
				top:50%;
				width:101px;
				height:101px;
				margin:-51px 0 0 -51px;
				background:url(images/magnify.png) 50% 50% no-repeat;
				}
			.image-wrap:hover .zoom-icon {
				opacity:1;
				}
			.no-rgba .image-wrap:hover .zoom-icon {
				visibility:visible;
				}


/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	margin-left:0;
	}
	#gallery.one_column .portfolio li a.image-wrap {
		width:50%;
		height:auto;
		float:left;
		}
		#gallery.one_column .folio-desc {
			float:left;
			margin:0 0 0 2%;
			overflow:hidden;
			padding:0;
			width:48%;
			}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:48%;
	margin-right:3%;
	}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:100%;
		height:auto;
		}
		#gallery.two_columns .folio-desc,
		#gallery.four_columns .folio-desc {
			padding-left: 0;
		}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:22.3%;
	margin-right:3%;
	}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:100%;
		height:auto;
		}


@media (max-width:767px){
	/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	margin-left:0;
	}
	#gallery.one_column .portfolio li a.image-wrap {
		width:100%;
		height:auto;
		float:none;
		margin-bottom: 10px;
		}
		#gallery.one_column .folio-desc {
			float:none;
			margin:0 0 10px;
			overflow:hidden;
			padding:0;
			width:100%;
			}
			
			
/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:100%;
	margin-right:0;
	margin-bottom:20px;
	float:none;
	}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:100%;
		height:auto;
		}
		#gallery.two_columns .folio-desc,
		#gallery.four_columns .folio-desc {
			padding-left: 0;
		}
		
#gallery .portfolio li {
	list-style-type:none;
	display:-moz-inline-box;
	display:inline-block;
	zoom:1;
	vertical-align:top; 
	width:100%;
	float:none;
	margin:0 0 50px 0;
	position:relative;
	background:none;
	padding:0;
	}
	
/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:100%;
	margin-right:0;
	margin-bottom:20px;
	}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:100%;
		height:auto;
		}
	.stellar-section .parallax-img.parallax-bg-inner{
		background:none !important;
	}
}
#gallery .more_btn2{
	margin-top:0;
}





/* Sidebar
---------------------------------------- */
#sidebar {
}
	#widget-sidebar {
		
	}
		.widget {
			margin-bottom:30px;
		}
	

/* Calendar */
#calendar_wrap {
	padding:0;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#fff;
			color:#000;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}



/* FAQs
---------------------------------------- */
.faq_list {
	
	}
	.faq_list dt {
		color:#c7541b;
		position:relative;
		padding:0 0 5px 28px;
		font-size:15px;
		font-weight:normal;
		margin:0;
		background:none;
		}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:15px;
		color:#c7541b;
		font-weight:bold;
		}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
		color:#fff;
		}
		.faq_list dd .marker {
			top:3px;
			}



/* Custom widgets
---------------------------------------- */


/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
	}
	ul.recentcomments li {
		border-top:1px solid #E4E4E4;
		padding:25px 0 25px 0;
		margin:0;
		border-bottom:none;
		background:none;
		overflow:hidden;
		list-style-type:none;
		}
	ul.recentcomments li:first-child {
		padding-top:0;
		border-top:none;
		}
		ul.recentcomments li img {
			float:left;
			margin:0 12px 0 0;
			}
		ul.recentcomments .comment-body {
			padding:15px 0 0 0;
			}
			ul.recentcomments .comment-body a {
				text-decoration:none;
				color:#96999d;
				}
			ul.recentcomments .comment-body a:hover {
				color:#000;
				text-decoration:underline;
				}
		ul.recentcomments li h4 {
			margin-bottom:.1em;
			}
			ul.recentcomments li h4 a {
				text-decoration:none;
				}
			ul.recentcomments li h4 a:hover {
				color:#000;
				}
		ul.recentcomments li small {
			font-size:11px;
			color:#6a6a6a;
			}

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.post_list li {
		list-style-type:none;
		overflow:hidden;
		padding: 0;
		padding-bottom:1.5em;
		margin:0;
		background: none;
		}


/* Post Cycle */
.post_cycle {
	padding:0;
	margin:0;
	}
.post_cycle .cycle_item {
	display:none;
	}
.post_cycle .cycle_item:first {
	display:block;
	}

	
/*
	Load CSS before JavaScript
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width:270px;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container .item {
	width:270px;
	height:170px;
	display:block;
}

/*
	Optional:
	Reset list default style
*/
.pagination {
	list-style:none;
	margin:0;
	padding:0;
}

/*
	Optional:
	Show the current slide in the pagination
*/
.pagination {
	text-align:center;
	}
.pagination li {
	list-style-type:none;
	margin:0 0 5px;
	display:inline-block;
	padding:0 3px;
	background: none;
	}
.pagination .current a {
	color:red;
}

/* Carousel widget */
.es-carousel-wrapper{
	background: #101010;
	padding:10px 37px;
	margin:0 0 20px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
	background:#000;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
	color:#fff;
}
.es-carousel ul li .thumbnail{
	display:block;
	border-style:solid;
	border-color:#222;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:12px;
	background:transparent url(images/nav.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-carousel ul li h4 {
	margin-bottom:.5em;
	}
.es-carousel ul li .excerpt {
	margin-bottom:10px;
	}
.es-nav span.es-nav-next{
	right:12px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}			

	

/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	}
	.folio_cycle .folio_item {
		overflow:hidden;
		display:none;
		}
	.folio_cycle .folio_item:first {
		display:block;
		}
		.folio_cycle .folio_item .featured-thumbnail {
			float:none;
			margin:0 0 15px 0;
			}
			.folio_cycle .folio_item .featured-thumbnail img {
				float:none;
				}
#folio-controls {
	text-align:center;
	overflow:hidden;
	}
	#folio-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#folio-controls ul li {
			padding:0 5px 0 0;
			margin:0;
			display:inline;
			background: none;
			}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:9px;
				height:9px;
				background:#000;
				font-size:0;
				line-height:0;
				border-radius:5px;
				}
			#folio-controls ul li a:hover {
				background:#999;
				}


/* Testimonials */
.testimonials {
  padding: 0;
  margin: 0;
}
.testimonials div.testi_item {
  padding: 0;
  margin: 0 0 2em 0;
  background: none;
}
.testimonials div.testi_item blockquote {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px;
  background: #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
	}
.testimonials div.testi_item blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 65px;
  bottom: -20px;
	width:0;
	height:0;
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-top: 20px solid #dbdbdb;
}
.testimonials div.testi_item blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 41px;
  height: 38px;
  background: url(images/quotes.png) 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
  text-decoration: none;
  color: #4e4e4e;
  display: block;
  font-style: normal;
  position: relative;
}
.testimonials div.testi_item blockquote a:hover {
  color: #ffffff;
}

.testimonials div.testi_item blockquote a:hover {
  color: #ffffff;
}
.testimonials div.testi_item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:0 20px 0 10px;
	}
.name-testi {
  text-align: right;
  display: block;
}
.name-testi a {
  font-weight: normal;
}
.testimonials .thumb {
  float: left;
  margin-right: 20px;
}

/* Misc for Cycle widgets */
#testi-cycle .testi_item {
	display:none;
	}
#testi-cycle .testi_item:first {
	display:block;
	}
#testi-controls {
	text-align:center;
	overflow:hidden;
	}
	#testi-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#testi-controls ul li {
			padding:0;
			margin:0 2px 0 0;
			display:inline-block;
			}
		* + html #testi-controls ul li {
			display:inline;
			zoom:1;
			}


/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0 0 6px 0;
	}
	.latestpost li {
		padding: 0;
		background: none;
		margin:0 0 15px 0;
		list-style-type:none;
		overflow: hidden;
		}
		.latestpost li .featured-thumbnail{
			margin: 0 18px 0 0;
			}
		.latestpost li time{
			font-size: 14px;
			color: #c7541b;
			display: block;
			padding: 5px 0 0 0;
		}
		.latestpost li h5 {
			margin-bottom:0;
			}
		.latestpost li .excerpt {
			margin-bottom:15px;
			}


/* Twitter widget */
.twitter {
	position:relative;
}
.twitter_update_list {
	overflow:hidden;
	}
.twitter ul li {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0 0 0 37px;
	background:url(images/twitter-icon.png) no-repeat 0 0;
	}
	.twitter ul li .twitt-body {
		padding:0 0 5px 0;
		}
	.twitter ul li .twitt-body a {
		font-weight:bold;
		}
	.twitter ul li a.timesince {
		font-size:11px;
		}
.twitter .profileLink {
	
	}
.twitter  .preloader {
	position:absolute;
	top:40px;
	left:0;
	height: 25px;
	line-height:25px;
	padding-left: 30px;
	background-position:0 50%;
	background-repeat:no-repeat;
	background-image:url(images/loading-twitter.gif);
}



/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
}
.flickrImages a {
	float:left;
	display:block;
	width:75px;
	height:75px;
	background:#000;
	margin:0 1px 1px 0;
	}
.flickrImages a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
	opacity:.5;
}
.flickrImages a.link {
	display:inline;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	background:none;
	}

/* Banner widget */
.banners-holder {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.banners-holder li {
		list-style-type:none;
		float:left;
		margin:0 3px 3px 0;
		padding:0;
		}
		.banners-holder li img {
			vertical-align:top;
			float:left;
			}
			
/* vCard widget */			
.vcard {
	
	}


/* Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
	border:1px solid #E2E5E4;
	padding:30px 30px 30px 30px !important;
	width:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:35px;
	}
	article.testimonial .featured-thumbnail {
		/*
		position:absolute;
		left:20px;
		top:20px;
		*/
		margin:0;
		}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		color:#c7541b;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:1.2em;
		}
		article.testimonial .name-testi a {
			text-decoration:none;
			}
		article.testimonial .name-testi a:hover {
			text-decoration:underline;
			}





/* Shortcodes
---------------------------------------- */

.testi_item blockquote {
    border-left: none;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

/* Recent Posts */
.recent-posts {
	padding:0;
	overflow:hidden;
	border:none;
	margin-bottom:0;
	}
	.recent-posts li {
		list-style-type:none;
		border:none;
		background:none;
		}
		.recent-posts li img.thumb {
			float:left;
			margin:0 20px 0 0;
			}
		.recent-posts li h5 {
			margin-bottom:0;
			margin-top:0;
			}
		.recent-posts li h5 a{
				color: #c7541b;
			}
		.recent-posts li h5 a:hover{
				text-decoration: underline;
			}
		.recent-posts li .excerpt {
			margin-bottom:1.5em;
			}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#888;
			text-transform:uppercase;
			overflow:hidden;
			}
			.recent-posts li .post-date {
				float:left;
				}
			.recent-posts li .post-comments {
				float:right;
				}
/* Work */
.recent-posts.work li h5{
	padding-top: 10px;
}
.recent-posts.work li .excerpt {
	margin-bottom:0;
}
.recent-posts.work  li .featured-thumbnail {
	margin: 5px 20px 0 0;
}
/* Our team */
.recent-posts.team {
  padding: 0;
}
		.recent-posts.team li .featured-thumbnail {
			margin: 0 0 9px;
			overflow:hidden;
			float:none;
		}
		.recent-posts.team li .featured-thumbnail img{
			float:none;
			border-radius: 100%;
			width: 100%;
			display:block;
		}
	.recent-posts.team li .excerpt {
		
	}
	.recent-posts.team li .caption{
		text-align:center;
		overflow: hidden;
		padding: 16px 0 0;
	}
	.recent-posts.team li .caption .excerpt{
		margin: 10px 0 0;
	}
	.recent-posts.team li h5 a {
		color: #ffffff;
		font: 18px/20px "Changa One";
		text-transform: uppercase;
		transition: all 0.25s ease 0s;
	}
	.recent-posts.team .content_pad{
		margin: 0 0 40px;
		overflow: hidden;
		text-align: center;
	}
	.recent-posts li h5 a:hover{
		text-decoration:none !important;
		color:#b3815a;
	}
/* Our Clients */
.recent-posts.clients {
  margin: 0;
  padding: 0;
}
	.recent-posts.clients li {
		float: left;
		width: 140px;
		overflow: hidden;
		margin: 0 20px 20px 0;
	}
	.recent-posts.clients li:nth-child(3n) {
		margin-right: 0;
	}
	.recent-posts.clients li.nomargin {
		margin-right: 0;
	}
		.recent-posts.clients li .featured-thumbnail {
			margin: 0;
		}
	.recent-posts.clients li .excerpt {
		margin-bottom: 0;
	}
	.recent-posts.clients li h5 {
		
	}
	
	
.recent-posts.featured_posts h5{
	margin: 0 0 11px;
}	
.recent-posts.featured_posts h5 a{
	color: #ffffff;
    font: 18px/20px "Changa One";
    letter-spacing: 1px;
    text-transform: uppercase;
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.recent-posts.featured_posts li .post-date{
	color: #c7541b;
    font: 14px "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:none;
}
.recent-posts.featured_posts .post-comments{
	display:none;
}
.recent-posts.featured_posts li{
	font-size: 14px;
    line-height: 1.42857;
    margin: 0 0 20px;
}

.recent-posts.featured_posts li .excerpt {
    margin-bottom: 20px;
}

.pagination{
	display:none;
}

.featured-posts{
	padding:0;
	list-style:none;
}

/* Our methods */
.recent-posts.methods {
  margin: 0;
  padding: 0;
}
	.recent-posts.methods li {
		float: left;
		width: 300px;
		overflow: hidden;
		margin: 0 20px 20px 0;
	}
	.recent-posts.methods li:nth-child(3n) {
		margin-right: 0;
	}
	.recent-posts.methods li.nomargin {
		margin-right: 0;
	}
		.recent-posts.methods li .featured-thumbnail {
		}
	.recent-posts.methods li .excerpt {
		margin-bottom: 0;
	}
	.recent-posts.methods li h5 {
		padding-top: 12px;
	}
/* Services */
.recent-posts.services {
	list-style-type:none;
	padding:1.5em 0 0 0;
	margin:0 0 -30px 0;
	overflow:hidden;
	}
	.recent-posts.services li {
		float:left;
		width:300px;
		margin:0 20px 30px 0;
		background:none;
		padding:0;
		}
	.recent-posts.services li:nth-child(2n) {
		margin-right:0;
		}
	.recent-posts.services li.nomargin{
		margin-right:0;
		}
		.recent-posts.services li img.thumb {
			margin-right:3px;
			}
		.recent-posts.services li h3 {
			padding-top:8px;
			}
			.recent-posts.services li h3 a {
				color:#191919;
				}

/* Popular Posts */
.popular_posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular_posts li {
		list-style-type:none;
		padding:0 0 20px 0;
		margin:0;
		overflow:hidden;
		}



/* Tags */
.tags-cloud a,
.tagcloud a,
.post-footer a {
	display:inline-block;
	background:#e0e0e0;
	padding:2px 7px;
	border-radius:3px;
	text-decoration:none;
	color:#838383;
	margin:0 1px 4px 0;
	font-size:11px !important;
	box-shadow:1px 1px 0 rgba(0, 0, 0, .2);
	line-height:1.5em;
	vertical-align:top;
	}
.tags-cloud a:hover,
.tagcloud a:hover,
.post-footer a:hover {
	background:#c7541b;
	color:#fff;
	}


/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}
		
		

/* Misc
---------------------------------------- */
.button {
	display:inline-block;
	padding:9px 22px 10px;
	color:#545454;
	border: 1px solid #e7e7e7;
	text-decoration:none;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 0%,#e7e7e7 100%); /* W3C */
	text-transform: capitalize;
	border-radius: 5px;
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	box-shadow: inset 0 0 2px rgba(255,255,255,1);
	}
.button:hover {
	background:#c7541b;
	color: #fff;
	box-shadow: none;
	border: 1px solid #c7541b;
	}

.link{
	color: #c7541b;
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}	
/* Small Button */
.button.small {
	font-size:10px;
	text-transform:uppercase;
	padding:3px 8px;
	}
	
/* Large Button */
.button.large {
	font-size:18px;
	padding:16px 32px;
	}
.no-results {
	
}


/* Lightbox */
.lightbox {
	display:block;
	position:relative;
	}

/* Back to Top */
#back-top-wrapper {
  width:100%;
  position:absolute;
  overflow:hidden;
}
#back-top {
	position: fixed;
	bottom: 20px;
	left:50%;
	margin-left:550px;
	display:none;
}

#back-top a {
	width: 12px;
	height: 7px;
	background: url('images/back-to-top.png') 0 0 no-repeat;
	display: block;
}
#back-top a:hover {
	background: url('images/back-to-top.png') 0 -7px no-repeat;
}
/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}

.tabs .tab-wrapper {
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    margin: -1px 0 0 0;
}

.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.tabs .tab-menu a {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}

.tabs .tab-menu a:hover {
    background-color: #f2f2f2;
    color: #666666;
}

.tabs .tab-menu a.active {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));
    border-bottom: none;
    color: #666666;
    padding: 8px 20px 9px 20px;
}

.tabs .tab {
	background-color: #fafafa;
	border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    padding: 20px;
}





/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle .trigger {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666666;
	display: block;
	padding: 10px 12px 10px 40px;
	position: relative;
	text-decoration:none;
	height:1%;
	}

.toggle .trigger span {
	background: url(includes/images/toggle.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 9px;
	left: 10px;
	text-indent: -9999px;
	width: 22px;
	height: 20px;
	}

.toggle .trigger:hover,
.toggle .active {
	background:#191919;
	color:#fff;
	}
.toggle .active span {
	background-position: 0 -20px;
	}

.toggle .box {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	}



/* Dropcap */
.dropcap {
	display: block;
  float: left;
  margin: 0 22px 20px 0;
  text-transform: uppercase;
  width: 51px;
  height: 51px;
  background: #666;
	border-radius:6px;
  font-size: 36px;
  line-height: 51px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  text-transform: lowercase;
	}

.widget-area {
	
}

.hr {
	height:1px;
	background:#e2e5e4;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0;
	}
.sm_hr {
  height: 1px;
  background: #e2e5e4;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 27px 0;
}
.fwhr {
	height:1px;
	background:#e2e5e4;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:0 0 30px;
	}
.spacer {
	height:50px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	}
/* Address */
.address {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	}
.address dt {
	float:left;
	width:165px;
	margin-right:20px;
	padding:0 0 0 55px;
	background:none;
	font-size:1em;
	line-height:18px;
	background:url(images/address-icon1.png) no-repeat 0 3px;
	}
.address dd {
	float:left;
	width:217px;
	padding:0 0 0 53px;
	background:url(images/address-icon2.png) no-repeat 0 3px;
	}
	.address dd ul {
		list-style-type:none;
		padding:0;
		margin:0;
		}
		.address dd ul li {
			background:none;
			padding:0;
			}
	.address dd span {
		float:left;
		width:100px;
		}
		.address dd a {
			font-style:italic;
			color:#191919;
			text-decoration:underline;
			}
		.address dd a:hover {
			text-decoration:none;
			}

/* Google Map */
.google-map {
	margin-bottom:20px;
	}




/* VIDEO */
.video-wrap {
	margin-bottom: 10px;
	position:relative;
	zoom:1;
	}
	.video-wrap object {
		position:relative;
		z-index:2;
		}
	.video-bg {
		background-color:black;
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		}

/* AUDIO */
.audio-wrapper {
   margin-bottom:1.5em;
}
.audio-desc {
	font-size:.91em;
	color:#999;
	padding:.5em 0 0 0;
	}
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.audiojs .play { background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat; }
.audiojs .loading { background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat; }
.audiojs .error { background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat; }
.audiojs .pause { background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat; }

.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }

.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }



/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	


/* Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	border:1px solid #e2e5e4;
	outline:none;
	color: #686b6b;
}
input[type="text"], textarea {
	background:#fff;
	border:1px solid #e2e5e4;
	padding:8px;
	width: 100%;
	resize:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	height:39px;
	cursor:pointer;
	margin-right:4px;
	padding:9px 22px 10px;
	color:#545454;
	border: 1px solid #e7e7e7;
	text-decoration:none;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 0%,#e7e7e7 100%); /* W3C */
	text-transform: capitalize;
	border-radius: 5px;
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	box-shadow: inset 0 0 2px rgba(255,255,255,1);
	}
input[type="submit"]:hover, input[type="reset"]:hover {
	background:#c7541b;
	color: #fff;
	box-shadow: none;
	border: 1px solid #c7541b;
	}


/* Comment form */
#commentform {
	
	}
	#commentform p.field {
		margin-bottom:15px;
		}
		#commentform p a{
			color: #c7541b;
			text-decoration: underline;
		}
		#commentform p a:hover{
			text-decoration: none;
		}
		#commentform small {
			color:#8b8b8b;
			}
	#commentform label {
		display:block;
		margin-bottom: 10px;
		}
	#commentform input[type="text"] {
		width:45%;
		}
	#commentform textarea {
		width:90%;
		height:150px;
		overflow:auto;
		}




/* Contact form */
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
	}
.wpcf7-form p.field input {
	
	}
	.wpcf7-form p.field small {
		color:red;
		}
.wpcf7-form .input-file {
	width: 79px;
	height: 22px;
	background: url(images/btn-choose-file.gif) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
	position:relative;
	}
.wpcf7-form input[type="file"] {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	cursor: pointer;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}
.wpcf7-form textarea {
	width:100%;
	height:255px;
	overflow:auto;
	}
.wpcf7-form .submit-wrap {
	padding:0;
	margin:0;
	}
	span.wpcf7-form-control-wrap {
		display:block;
		}
	.wpcf7-not-valid-tip {
		width:100% !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		padding:7px 0 7px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	div.wpcf7-response-output {
		margin-left:0 !important;
		margin-right:0 !important;
		}





/* Sidebar search form */
#searchform {
	
	}
#searchform .searching {
		width:160px;
		margin-right:10px;
		}
	#searchform .submit {
		width:60px;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		}



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
	}


/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

		
/* map
========================================================*/
.content_map {
	position: relative;
	height: 400px;
	margin-bottom: 52px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 38px 0 0 20px;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.info {
	margin-bottom: 30px;
}
.mail {
	color: #c7541b;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #ffffff;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 55px 0;
	overflow: hidden;
	background: #b3815a;
	text-align: center;
}
footer p {
	font: 600 14px 'Open Sans';
	color: #c99973;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: -10px 0 0 0;
}
footer p a {
	color: #c99973;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #ffffff;
}
footer em {
	font-style: normal;
}

.nsu-form{
	position:relative;
}
.nsu-form .nsu-submit{
	color: #4288d5;
	font-size: 29px;
	position: absolute;
	padding:0;
	border:none;
	width: auto;
	font-size:0;
	background:url(images/mail.png) no-repeat;
	width:29px;
	height:22px;
	right: 10px;
    top: 15px;
	border:none !important;
}
.nsu-form .nsu-submit:hover{
	border:none;
	padding:0;
	opacity:0.7;
	background:url(images/mail.png) no-repeat;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .list_carousel1 #foo1 > li {
 width: 269px !important;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .list_carousel1 .carousel1 > li figure i {
 top: 22px;
 left: 22px;
}
.list_carousel1 .owl-carousel .owl-item figure i{
	height:230px;
	width:230px;
}
 .thumb-box4 {
 text-align: center;
}
 .thumb-box4 .title {
 margin-bottom: 25px;
}
 .thumb-box4 .nsu-form {
 margin-bottom: 25px;
}
 nav.tm_navbar .sub-menu > ul {
 margin: 0 0 0 120px;
 width: 120px;
}
 nav.tm_navbar .sub-menu > ul a:after,  nav.tm_navbar .sub-menu > ul a:before {
 display: none !important;
}
 nav.tm_navbar .sub-menu ul ul {
 left: 140px;
 width: 120px;
}
 nav.tm_navbar .sub-menu ul ul a:after,  nav.tm_navbar .sub-menu ul ul a:before {
 display: none !important;
}
 .thumb-box7 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad6 figure i {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
 .thumb-pad6 figure em {
 display: none;
}
 .thumb-pad7 figure i {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
 .thumb-box13 {
 text-align: center;
}
#error404 {
 text-align: center;
}
}
@media only screen and (min-width:992px) and (max-width:1199px){
	.list_carousel1 .owl-carousel .owl-item figure i {
		height: 90%;
		left: 16px;
		top: 16px;
		width: 90%;
	}
}
@media only screen and (min-width:768px) and (max-width:991px){
	.list_carousel1 .owl-carousel .owl-item figure i {
		height: 90%;
		left: 12px;
		top: 12px;
		width: 90%;
	}
	
	#content.right .post-holder,
	#content.left .post-holder,
	#respond,
	.commentlist,
	.related-posts{
		padding-right: 0;
	}
	.commentlist ul.children {
		margin: 0;
	}
	
	/* Slider
	---------------------------------------- */
	.flexslider-holder {
		height:460px;
		}

	.flex-control-nav {bottom: -41px;}	
	/* Flickr widget */
	.flickrImages a {
		width:58px;
		height:58px;
		}

	.frame.alignleft img,
	.frame.alignright img,
	.frame.alignnone img	{
		width:100% !important;
		height:auto !important;
		}

	/* SlidesJS */
	.slides_container {
		width:224px;
	}
	.slides_container .item {
		width:224px;
		height:170px;
		}
		.slides_container .item .featured-thumbnail {
			float:none;
			margin-right:0;
			overflow:hidden;
			}
			.slides_container .item .featured-thumbnail img {
				width:100%;
				height:auto;
				}
/* Post Formats
---------------------------------------- */

/* Image Post Format */
.image-post-format img {
	width:100%;
	overflow:hidden;
	}	

/* Gallery Post Format */
.slides_container_gallery {
	width:534px;
	height:270px;
	}
	.slides_container_gallery .g_item {
		width:534px;
		}
		
		/* Sidebar
---------------------------------------- */
#searchform .searching {
	width:130px;
	}	
}
@media (max-width:767px){
	.list_carousel1 .owl-carousel .owl-item figure i {
		height: 100%;
		left: 0;
		top: 0;
		width: 100%;
	}
	.list1 li a strong {
		top:auto;
		bottom:37px;
	}
	#content.right .post-holder,
	#content.left .post-holder,
	#respond,
	.commentlist,
	.related-posts{
		padding-right: 0;
	}	
	/* Top search */
	#top-search {
		margin-top: 20px;
		}
	#top-search .input-search {
		width:130px;
	}

	
/* Slider
---------------------------------------- */
.flexslider-holder {
	height:175px;
	}
#slider-wrapper{
	padding-top: 15px;
}
.flex-control-nav {bottom: 10px;}
/* Flickr widget */
.flickrImages a {
	width:49px;
	height:49px;
	}

/* Request a quote */
.top-box {
	padding-bottom: 30px;
}

/* Post */
.featured-thumbnail {
	
	}
	.featured-thumbnail img {
		
		}
.post-meta .fright {
	float:none;
	clear:left;
	}
.featured-thumbnail.large {
	width:auto;
	height:auto;
	margin:0 0 10px 0;
	}


/* Comments */
.comment-meta {
	position:static;
	padding-bottom:1em;
	}
.comment-author {
	padding-bottom:0;
	}

#commentform input[type="text"],
#commentform textarea {
	width:100%;
	}

/* Comment Form */
.commentlist ul.children {
	margin-left:0;
	}	
/* Related Posts */
.related-posts li {
	width:auto;
	float:none;
	margin:0 0 .5em 0;
	}
.related-posts li:first-child {
	margin-left:0;
	}
.related-posts li .featured-thumbnail {
	display:none;
	}
	
	/* SlidesJS */
.slides_container {
	width:300px;
}
.slides_container .item {
	width:300px;
	height:250px;
}
.slides_container .item .thumbnail img {
	width:100%;
	height:auto;
	}
/* Comments */
.commentlist ul.children {
	margin-left:0;
	}/* Carousel */
.es-carousel ul li h4 {
	display:none;
	}
.es-carousel ul li .excerpt {
	display:none;
	}
.es-carousel ul li .link {
	display:none;
	}	

.post_list .featured-thumbnail {
	float:left;
	margin:0 20px 0 0;
	}

.latestpost .featured-thumbnail {
	float:left;
	margin:0 20px 0 0;
	}


/* Post Formats
---------------------------------------- */

/* Image Post Format */
.image-post-format img {
	width:100%;
	overflow:hidden;
	}

/* Gallery Post Format */
.slides_container_gallery {
	width:300px;
	height:150px;
	}
	.slides_container_gallery .g_item {
		width:300px;
		}	

/* Audio Format Type */
.audiojs .scrubber {
	width:130px;
	}

	.entry-header {
		margin: 22px 0;
	}
	.extra-wrap {
		overflow: visible;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
		/* Slider
---------------------------------------- */
.flexslider-holder {
	height:240px;
	}
/* Flickr widget */
.flickrImages a {
	width:69px;
	height:69px;
	}

/* Post */
.post-meta .fright {
	float:right;
	clear:none;
	}

/* Images */
.frame.alignleft,
.frame.alignright,
.frame.alignnone {
	margin-right:0;
	width:404px;
	}
	
/* SlidesJS */
.slides_container {
	width:420px;
}
.slides_container .item {
	width:420px;
	height:250px;
}
.slides_container .item .thumbnail img {
	width:100%;
	height:auto;
	}

/* Comments */
.commentlist ul.children {
	margin-left:0;
	padding: 0;
	}


/* Post Formats
---------------------------------------- */

/* Image Post Format */


/* Gallery Post Format */
.slides_container_gallery {
	width:420px;
	height:200px;
	}
	.slides_container_gallery .g_item {
		width:420px;
		}

/* Audio Format Type */
.audiojs .scrubber {
	width:248px;
	}
	
		/* Sidebar
---------------------------------------- */
#searchform .searching {
	width:260px;
	}

}

@media (max-width:479px){
	.list_carousel1 .owl-carousel .owl-item strong{
		display:none;
	}
	.page-template-page-testi .testimonial .featured-thumbnail{
		display:none;
	}
	.page-template-page-testi .testimonial{
		padding: 30px !important;
	}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .list_carousel1 .carousel1 > li figure i {
 width: 194px;
 height: 194px;
 top: 8px;
 left: 8px;
}
 header#header figure {
 margin-top: -260px;
 padding: 0 50px;
}
 header#header figure img {
 margin-left: 25px;
 width: 100%;
}
 .list1 {
 bottom: 0;
}
 .thumb-box4 {
 text-align: center;
}
 .thumb-box4 {
 text-align: center;
}
 .thumb-box4 .title {
 margin-bottom: 25px;
}
 .thumb-box4 #newsletter label {
 margin-bottom: 25px;
}
 .nsu-form {
 margin-bottom: 25px;
}
 .list_carousel1 .carousel1 > li figure i {
 padding: 38px 0 0 0;
}
 nav.tm_navbar .sub-menu > ul {
 margin: 0 0 0 120px;
 width: 130px;
}
 nav.tm_navbar .sub-menu > ul a:after,  nav.tm_navbar .sub-menu > ul a:before {
 display: none !important;
}
 nav.tm_navbar .sub-menu ul ul {
 left: 130px;
 width: 122px;
}
 nav.tm_navbar .sub-menu ul ul a:after,  nav.tm_navbar .sub-menu ul ul a:before {
 display: none !important;
}
 nav.tm_navbar .sf-menu li a:after {
 width: 25px;
 margin-left: -40px;
}
 nav.tm_navbar .sf-menu li a:before {
 width: 25px;
 margin-right: -40px;
}
 .thumb-box7 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad6 figure i {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 padding: 50px 0 0 0;
}
 .thumb-pad6 figure em {
 display: none;
}
 .thumb-pad7 figure i {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 padding: 50px 0 0 0;
}
 .thumb-box13 {
 text-align: center;
}
#error404 {
 text-align: center;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 float: none;
 padding: 15px 0;
 margin: 0;
 text-align: center;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 h1.navbar-brand_ {
 padding: 0 15px;
}
 h1.navbar-brand_ a img {
 width: 100%;
}
 h2 {
 font-size: 24px;
}
 h2 span {
 padding: 0;
}
 h2:after {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0 0 15px 0;
 width: 100%;
 border: 1px solid #c99973;
 background: #c99973;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .list_carousel1 .carousel1 > li figure i {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
 header#header {
 margin: 0;
 padding-bottom: 10px;
}
 header#header figure {
 margin-top: -150px;
 padding: 0 50px;
}
 header#header figure img {
 margin-left: 25px;
 width: 100%;
}
 #header.indent {
 margin: 0 0 20px 0;
}
 .list1 {
 bottom: 20%;
}
 .list1 li {
 margin: 0 0 0 5px;
}
 .list1 li img {
 display: none;
}
 .list1 a {
 background: #ffffff;
 border-bottom: 1px solid #ffffff;
 width: 130px !important;
 height: 130px !important;
 padding: 54px 0 0 0;
}
 .list1 a strong {
 position: relative !important;
 bottom: 0 !important;
}
 .list1 a:hover {
 background: transparent;
 -webkit-transition: all 0.25s;
 -o-transition: all 0.25s;
 transition: all 0.25s;
}
 .thumb-box1 {
 padding: 30px 0 0 0;
}
 .list_carousel1 .carousel1 > li p {
 padding: 0;
}
 .thumb-box4 {
 text-align: center;
}
 .thumb-box4 .title {
 margin-bottom: 25px;
}
 .thumb-box4 #newsletter label {
 margin-bottom: 25px;
}
 .nsu-form {
 margin-bottom: 25px;
}
 .list_carousel1 .carousel1 > li figure i {
 padding: 38px 0 0 0;
}
 .thumb-box7 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad4 figure {
 margin: 0 25px 0 0;
 float: left;
}
 .thumb-pad6 figure i {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 padding: 230px 0 0 0;
}
 .thumb-pad7 figure i {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 padding: 230px 0 0 0;
}
 .thumb-box9 .col-lg-6 {
 margin-bottom: 50px;
}
 .thumb-box10 .col-lg-6 {
 margin-bottom: 50px;
}
 .thumb-box13 {
 text-align: center;
}
#error404 {
 text-align: center;
}
 .thumb-box13 img {
 width: 100%;
}
 .error404-num img {
 width: 100%;
}
 footer figure img {
 width: 100%;
}
 footer p {
 margin: 0;
}
 .content_map {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .list1 {
 position: relative;
 bottom: 0;
 padding: 30px 0;
}
 header#header figure {
 display: none;
}
 .thumb-pad4 figure {
 margin: 0 0 25px 0;
 float: none;
}
 .thumb-pad6 figure i {
 padding: 180px 0 0 0;
}
 .thumb-pad7 figure i {
 padding: 180px 0 0 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-pad6 figure i {
 padding: 120px 0 0 0;
}
 .thumb-pad7 figure i {
 padding: 120px 0 0 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .list_carousel1 .carousel1 > li strong {
 display: none;
}
 .thumb-pad5 .thumbnail figure {
 padding: 0;
 float: none;
 margin: 0 0 25px 0;
}
 .list7 li span {
 float: none;
 margin: 0 0 20px 0;
}
 .thumb-pad6 figure i {
 padding: 70px 0 0 0;
}
 .thumb-pad6 figure em {
 display: none;
}
 .thumb-pad7 figure i {
 padding: 70px 0 0 0;
}
 .thumb-pad7 figure em {
 display: none;
}
 .list5 li .badge {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad5 .thumbnail figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

div.prices {
	margin-top:15px;
	border:1px solid #fff;
}

div.prices .m-Price{
	font-weight:bold;
}

div.prices div.row{
	padding:10px;
	background-color:#b3815a;
	font-size:18px;
	
}

div.prices .btn-default.btn3{
	margin-top:30px;
}

div.prices span.glyphicon{
	padding-right:5px;
	color:#fff;
}
div.prices p{
	margin: 0 0 5px;
	color:#fff;
}