
body {
	background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #888;
    text-align: center;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #15989e;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 42px;
    font-weight: 700;
    color: #444;
    line-height: 54px;
    text-transform: uppercase;
}
h2 { text-align: left; }

h3 {
	font-size: 26px;
    font-weight: 700;
    color: #888;
    line-height: 30px;
    text-transform: uppercase;
	text-align: center;
}

img { max-width: 100%; }

::-moz-selection { background: #15989e; color: #fff; text-shadow: none; }
::selection { background: #15989e; color: #fff; text-shadow: none; }


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 60px;
}

.section-container-gray { background: #f8f8f8; }

.section-container-full-bg, 
.section-container-full-bg h1, 
.section-container-full-bg h2, 
.section-container-full-bg h3, 
.section-container-full-bg h4 { color: #fff; }

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 30px;
    font-size: 22px;
    line-height: 36px;
    text-align: left;
}

.section-bottom-link {
	padding-top: 15px;
	padding-bottom: 20px;
}

.big-link-1 {
	display: inline-block;
	margin: 0 5px;
	padding: 15px 20px;
	background: #2ba560;
	border: 0;
	font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}
.big-link-1:hover, .big-link-1:focus, .big-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.big-link-2 {
	display: inline-block;
	margin: 0 5px;
	padding: 14px 19px;
	background: none;
	border: 1px solid #fff;
	font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}
.big-link-2:hover, .big-link-2:focus, .big-link-2:active, .big-link-2:active:focus { outline: 0; opacity: 0.6; background: none; color: #fff; }

.green-text { color: #15989e; }


/***** Dividers *****/

.divider-1 {
	text-align: center;
}

.divider-1 span {
	display: inline-block;
	width: 750px;
	height: 1px;
	background: #ddd;
}

.divider-1-bottom {
	padding-top: 10px;
	padding-bottom: 5px;
}


/***** Small sliders *****/

.slider-1-box { text-align: center; }

.slider-1-box img { display: none; }
.slider-1-box img.slider-1-img-active { display: inline; }

.slider-1-nav { margin-top: 30px; }

.slider-1-nav span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 7px;
	background: #ddd;
	-moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px;
	cursor: pointer;
    vertical-align: middle;
}
.slider-1-nav span.slider-1-nav-item-active { background: #15989e; }


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: #333;
	background: rgba(51, 51, 51, 0.8);
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}

ul.navbar-nav {
	font-size: 16px;
	color: #888;
	text-transform: uppercase;
}

ul.navbar-nav li a { padding-top: 23px; padding-bottom: 23px; color: #fff; }
ul.navbar-nav li a:hover { background: none; color: #15989e; }
ul.navbar-nav li a:focus { background: none; color: #15989e; outline: 0; }

.navbar>.container .navbar-brand { margin-left: 0; }

.navbar-brand {
	width: 90px;
	height: 66px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
}


/***** Page title *****/

.page-title {
	padding: 420px 0;
}

.page-title-text {
	width: 700px;
	margin: 0 auto;	
	color: #fff;
}

.page-title-text h1 {
	color: #fff;
	text-shadow: 0 1px 6px rgba(51, 51, 51, 0.2);
}

.page-title-text p {
	margin-top: 20px;
    font-size: 22px;
    line-height: 36px;
    text-shadow: 0 1px 5px rgba(51, 51, 51, 0.4);
}

.page-title-bottom-link {
	padding-top: 25px;
	padding-bottom: 7px;
}






/***** Portfolio *****/

.portfolio-container {
    padding-bottom: 50px;	
}

.portfolio p {
	margin-bottom: 20px;
}

.portfolio-filters {
	padding: 25px 0 20px 0;
	font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
	
}

.portfolio-filters a { color: #888; }
.portfolio-filters a:hover, .portfolio-filters a.active { color: #2ba560; }
.portfolio-filters a.active { font-weight: 700; }

.justify-2-content-center{
	margin-left: 200px;
}

.justify-4-content-center{
	margin-left: 230px;
}
.justify-5-content-center{
	margin-left: 100px;
}
.justify-6-content-center{
	margin-left: 140px;
}


.portfolio-box-theme {
	margin:10px 0 30px 0;
}

.portfolio-box-title{
	clear:both;
	font-size:18px;
	text-align: left;
	padding-left: 20px;
}


.portfolio-box {
	width: 140px;
	max-height: 210px;
	margin: 40px 13px 0 13px;
	overflow: hidden;
	
}


.portfolio-box img { -o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s; }

.portfolio-box:hover img {
	opacity: 0.6;
	-o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
}

.portfolio-box-text-container {
	position: absolute;
	bottom: -200px;
	left: 0;
	right: 0;
	width: 140px;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.portfolio-box-text {
	background: #333;
	background: rgba(51, 51, 51, 0.8);
	color: #fff;
}
.portfolio-box:hover .portfolio-box-text-container { bottom: 0; }

.portfolio-box-text p {
	margin: 0;
	padding: 15px 0;
	font-size: 16px;
    line-height: 25px;
    cursor: pointer;
}


/***** Contact us *****/

.contact-container {
	padding-top: 0;
	background: #15989e;
	color: #fff;
}

.contact-container h2 { color: #fff; }

.contact-container .divider-1 span { background: #69bcbc; }

.contact-form h3, .contact-address h3 { padding: 0; color: #fff; }

.contact-form h4{color: #004949; font-size: 20px; padding-bottom:5px;}
.contact-form h5{color: #b13d0d; font-size: 20px; padding-bottom:5px;}

.contact-form p { padding:0 0 0 60px; text-align: left;}

.contact-form form { margin: 0 0 0 0; }


.contact-form form textarea { height: 162px; }

.contact-form form .contact-error { border-color: #2ba560; }

.contact-address p { margin:0 0 5px 40px; text-align: left;}

.contact-address p a { color: #fff; border: 0; }
.contact-address p a:hover, .contact-address p a:focus { color: #fff; border-bottom: 1px dotted #fff; }

.contact-address p i, .contact-address p span {
	width: 40px;
	font-size: 24px;
	color: #666;
	vertical-align: middle;
}

.contact-address p span { display: inline-block; color: #4daaaa;}

.contact-container .container {
	position: relative;
	overflow: hidden;
}

.contact-icon-container {
	position: absolute;
	top: 280px;
	right: 100px;
	font-size: 280px;
	color: #4daaaa;
	line-height: 250px;
	-ms-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

.block-2-left{
	background:url(../../../assets/img/readboy.png) 40% bottom no-repeat;
	padding:20px 0 0 150px;
}


/***** Footer *****/

footer {
	padding: 25px 0 20px 0;
	background: #404040;
	text-align: left;
}

footer .scroll-to-top {
	font-size: 36px;
	text-align: center;
}
footer .scroll-to-top a { color: #666; }
footer .scroll-to-top a:hover, footer .scroll-to-top a:focus, footer .scroll-to-top a:active { outline: 0; opacity: 0.6; color: #666; }

.footer-copyright {
	margin: 11px 0 0 0;
	font-size: 16px;
	color: #fff;
    line-height: 32px;
    text-align: center;
}
.footer-copyright a { color: #fff; border: 0; }
.footer-copyright a:hover, .footer-copyright a:focus { color: #fff; border-bottom: 1px dotted #fff; }

.footer-social a { margin: 0 8px; font-size: 39px; color: #666; }
.footer-social a:hover, .footer-social a:focus { color: #666; opacity: 0.6; }

.store{
	color:#ccc;
	font-size: 16px;
	font-weight: 600;
	margin: 5px 0 15px 0;
}

.footer-text{
	line-height: 0.8em;
}

