/*
	green:		#37ab49
	red:		#c90c0f
	yellow:		#fbba00
	brown: 		#603813 (96, 56, 19)
*/
body {
	font-family: "PT-Sans", sans-serif;	
	background: url('../img/back.jpg');
}
img, iframe {
	max-width: 100%;
}

/* main header and menu */
header .header-main {
    width: 100%;
    height: 60px;
    background-color: transparent;
    position: relative;
    z-index: 10000;
}
header .logo img {
	margin-top: 4px;
	max-height: 58px;
	width: auto !important;
}
header .nav-links li .main-menu {
    line-height: 60px;
    padding: 0 16px;
    margin: 0 4px;
    color: #603813;    
}
header .header-main .in .nav-links li .main-menu {
	background-color: rgba(96, 56, 19, 0.7);
	color: #fff;
}
header .header-main .nav-links li.active .main-menu,
header .header-main .nav-links li.current-menu-parent .main-menu,
header .header-main .nav-links li:hover .main-menu {
	background-color: #603813;
	color: #fff;
	font-weight: bold;
} 
header .header-main .nav-links li:nth-of-type(2).active .main-menu,
header .header-main .nav-links li:nth-of-type(2).current-menu-parent .main-menu,
header .header-main .nav-links li:nth-of-type(2):hover .main-menu {
	background-color: #fbba00;
} 
header .header-main .nav-links li:nth-of-type(3).active .main-menu,
header .header-main .nav-links li:nth-of-type(3).current-menu-parent .main-menu,
header .header-main .nav-links li:nth-of-type(3):hover .main-menu {
	background-color: #c90c0f;
} 
header .header-main .nav-links li:nth-of-type(4).active .main-menu,
header .header-main .nav-links li:nth-of-type(4).current-menu-parent .main-menu,
header .header-main .nav-links li:nth-of-type(4):hover .main-menu {
	background-color: #37ab49;
} 
div.navbar-addon ul {
	margin-top: 15px;
    list-style-type: none;
}
div.navbar-addon ul li {
	display: inline-block;
}
.navbar-toggle {
	font-size: 1.5em;
}

/* slider and header image styling */
.sec-main-slider {
	all 0.3s ease-in-out 0s;	
}
.header-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    width: 100%;
    height: 460px;
    color: #603813;
    text-align: center;
}
.header-image .container {
    height: 100%;
    display: table;
}
.header-image .page-title-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.header-image h1 {
    font-size: 40px;
    font-weight: 900;
    margin-left: 30%;
    font-family: "Relation-Two", serif;
}
.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 45%;
}
.owl-carousel .owl-prev {
	float: left;
	margin-left: 20px;
	font-size: 40px !important;
	background-color: transparent !important;	
}
.owl-carousel .owl-next {
	float: right;	
	margin-right: 20px;
	font-size: 40px !important;
	background-color: transparent !important;	
	text-align: right;
}
.owl-carousel .owl-dots {
    display: none;
}
/* common box stylings */
header, main, section  {
	display: block;
}
header:after,
section:after,
main:after {
    content: "";
    display: table;
    clear: both; 	
}
main {
	margin-bottom: 30px;
}
/* content styles */
.sec-main-content {
    padding-top: 50px
}
.sec-main-content p {
    line-height: 24px
}
.sec-main-content ol {
	padding: 15px;
}
/*
.sec-main-content img {
    width: 100%;
    height: auto;
} */
img.alignleft {
	float: left;
	margin-right: 15px;
}
img.alignright {
	float: right;
	margin-left: 15px;
}
img.aligncenter {
	display: block;
	margin: 0px auto;
}
.sec-main-content h1.left-title {
    font-family: "Relation-Two", serif;
    font-size: 45px;
	text-transform: none;
}
.sec-main-content h1, 
.sec-main-content h2, 
.sec-main-content h3 {
	color: #603813;
	text-transform: uppercase;
	margin-top: 0;
}
.sec-main-content h1, 
.sec-main-content h2 {
	font-size: 25px;
}
.sec-main-content h3 {
	font-size: 20px;
}
.sec-main-content .content-keywords {
	display: table;
	vertical-align: middle;
	text-align: center;
	border: solid 2px;
	margin: 50px auto;
	padding: 50px;
	font-weight: bold;
	border-radius: 50%;
	box-shadow: 0px 0px 20px 10px;
	width: 100%;
	max-width: 100%;	
}
.sec-main-content .row.area-green h1, 
.sec-main-content .row.area-green h2, 
.sec-main-content .row.area-green h3,
.sec-main-content .row.area-green .content-keywords {
	color: #37ab49;	
	border-color: #37ab49;	
	box-shadow-color: #37ab49;	
}
.sec-main-content .row.area-red h1, 
.sec-main-content .row.area-red h2, 
.sec-main-content .row.area-red h3,
.sec-main-content .row.area-red .content-keywords {
	color: #c90c0f;	
	border-color: #c90c0f;	
	box-shadow-color: #c90c0f;	
}
.sec-main-content .row.area-yellow h1, 
.sec-main-content .row.area-yellow h2, 
.sec-main-content .row.area-yellow h3,
.sec-main-content .row.area-yellow .content-keywords {
	color: #fbba00;	
	border-color: #fbba00;	
	box-shadow-color: #fbba00;	
}
.sec-main-content .content-keywords.small-font .content-keywords-content p {
	font-size: 1em;
	line-height: 1em;
}
.sec-main-content .content-keywords-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
}
.sec-main-content .content-keywords-content p {
	font-size: 1.2em;	
	line-height: 1.2em;	
}

/* footer */
footer {
    width: 100%;
    background-color: rgba(251, 186, 0, 0.3);
    color: #000;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer li.menu-item a {
	line-height: 30px;
	color: #000;
	display: block;
}
footer .copyright {
	line-height: 30px;
	color: #000;
}

/* top button */
#back-top a {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 2px solid #603813;
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    z-index: 100;
    color: #603813;
    transition: all .5s ease-in-out;
}

#back-top a:hover {
    background-color: #603813;
    color: #fff;
}

/* special classes */
.two-columned {
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	column-count: 2;
	column-gap: 15px;	
}

/* responsive */
@media screen and (max-width: 450px) {
	.header-image {
		height: 100px;
	}
	.header-image h1 {
		font-size: 20px;
	}
	.sec-main-content .content-keywords {
		padding: 20px;
	}
	.owl-carousel .owl-nav {
	    bottom: 25%;
	}
}
@media screen and (max-width: 767px) {
	.header-image {
		height: 300px;
	}
	.header-image h1 {
		font-size: 30px;
	}
	.owl-carousel .owl-nav {
	    bottom: 40%;
	}
	.owl-carousel .owl-prev {
		margin-left: 10px;
		font-size: 20px !important;
	}
	.owl-carousel .owl-next {
		margin-right: 10px;
		font-size: 20px !important;
	}	
    .two-columned {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		column-gap: 0;
    }    
}
@media screen and (max-width: 992px) {
	.sec-main-content .content-keywords {
		max-width: 70%;
	}	
}
