

/*
Fontawesome
=========================== */
@import url('font-awesome.css');

body {
	background-color: white;
	padding-top: 100px;
	font-size: 14px;
}

body.modern {
	padding-top: 0;
}

/*
Typography
=========================== */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:link{
	transition-property:color .3s linear 0s;
	-moz-transition:color .3s linear 0s;
	-webkit-transition:color .3s linear 0s;
	-o-transition:color .3s linear 0s;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	font-family: 'Oswald';
	line-height: 24px;
	color: inherit;
	text-rendering: optimizelegibility;
	letter-spacing: -1px;
	font-weight: 300;
}

h1 {
  font-size: 100px;
  line-height:110px;
}

h2 {
  font-size: 86px;
  line-height:90px;
}

h3 {
  font-size: 60px;
  line-height:64px;
}

h4 {
  font-size: 30px;
  line-height:32px;
}

h5 {
  font-size: 24px;
  line-height: 28px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
}

address {
	font-family: arial;
	font-size:15px;
	color: black;
}


.handwriting h4 {
	font-family: 'Handlee' !important;
	font-size: 32px !important;
}

.handwriting p {
	font-family: 'Handlee' !important;
	font-size: 16px !important;
	margin-bottom: 10px !important;
}

/*
General layout
=========================== */
body{
	background:#fff;
	color:#454545;
	font-size:14px;
	font-family: 'open_sanslight';
	line-height:22px;

}

.page-section{
	position:relative;
	overflow:hidden;
	width:100%;
	background:#fff url(../img/page-section-bg.png) no-repeat 40px 0;
	margin:0;
	padding:63px 0 60px 0;
}

.page-contain{
	padding: 60px 0 40px 0;	
	background:#fff url(../img/page-section-bg.png) no-repeat 10% 0;
	margin:0;
}

.bottom{
	position:relative;
	background:#fbfbfb;
	color:#a6a6a6;
	width:100%;
	margin:0;
	padding:60px 0 40px 0;
}

.page-spacer{
	position:relative;
	z-index:40;
	color:#fff;
	width:100%;
	margin:0;
	padding:0;
	text-shadow:1px 1px 1px #000000;
}

.page-spacer h3, .page-spacer h4, .page-spacer h5{
	font-family: 'open_sanssemibold';
}

.page-spacer h3{
	line-height:82px;
	color: #1876c2;
}

.page-section h4 {
	color: #1876c2;
}

.page-head{
	background-color: #1876c2;
	position:relative;
	overflow:hidden;
	line-height:44px;
	margin: 0;
	padding: 40px 0 40px 0;	
}

.page-head p {
	font-size:16px;
	line-height:22px;
	color: white;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.contain-head{
	padding-top:60px;
}

.page-head h3{
	margin-bottom:30px;
	color: white;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.page-head .head-text{
	position:relative;
	z-index:10;
}

.page-head .icon{
	position:relative;
	overflow:hidden;
	font-size:300px;
	position:absolute;
	color:#e5e5e5;
	bottom:-80px;
	margin-right:0;
}

.gray-bg{
	background:#f1f1f1;
	padding:60px 0 40px 0;
}




/*
Logo
=========================== */
.logo{
	display: inline-block;
	margin: 0 !important;
	padding:0 !important;
	width: 200px;
	height: 100px;
	background: url(/img/logo.png) no-repeat left center;
	background-size: auto 90%;
}

.modern .logo {
	position: fixed;
	top: 20px; left: 20px;
	width: 240px;
	height: 140px;
	background: url(/img/logo.jpg) no-repeat center center;
	background-size: auto 80%;
	background-color: white;
	padding: 20px;
	border: 3px double silver;
	border-radius: 4px;
}

@media (max-width: 768px) {

	.logo {
	}
}


@media (max-width: 420px) {

	.logo {
		width: 220px;
		height: 100px;
		background-size: auto 45%;
	}
}

/*
Navigation
=========================== */
.navbar-top {
	width:100%;
	height: 100px !important;
	margin:0 !important;
	padding:0 !important;
	background-color: rgba(255,255,255,0.9);
	border-bottom: 1px solid silver;
}

.modern .navbar-top {
	top: 40px !important;
	border-top: 1px solid silver;
}

.navbar-fixed-top .container {
	height: 100px;
	position: relative;
}

.btn-navbar {
	float: right;
	background-color: rgba(10,90,142,.9) !important;
	color: silver !important;
	border-radius: 4px;
	margin-top: 40px !important;
}

.navbar-top ul {
	float: right;
	list-style: none;
}

.navbar-top ul li {
	margin: 0 5px;
	padding: 0;
	list-style: none;
	float: left;
}

.navbar-top ul li a{
	color: black;
	font-family: 'Oswald';
	font-size: 18px;
	padding: 0 10px !important;
	font-weight: 300;
	line-height: 100px;
}

.navbar-top ul li a:hover,
.navbar-top ul li a.selected {
	color: #ff9000 !important;
}

@media (max-width: 768px) {

	h1 {
	  font-size: 100px;
	  line-height:110px;
	}

	h2 {
	  font-size: 80px;
	  line-height:90px;
	}

	h3 {
	  font-size: 40px;
	  line-height:50px;
	}

	h4 {
	  font-size: 24px;
	  line-height:28px;
	}

	h5 {
	  font-size: 18px;
	  line-height: 24px;
	}

	h6 {
	  font-size: 16px;
	}

	p {
	  margin: 0 0 20px;
	  font-size: 14px;
	  line-height: 24px;
	}

	.page-head p {
		font-size:18px;
		line-height:24px;
	}

}

@media (max-width: 420px) {

	.modern .logo {
		left: 50%;
		margin-left:-126px !important;
	}

	.btn-navbar {
		position: fixed !important;
		float: none;
		top: 0px;
		right: 20px;
	}

	.modern .btn-navbar {
		top: 36px;
		right: 10px;
	}

	.page-head p {
		color: #fffddd !important;
	}

	.page-section{
		background-position: 0 0;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {

	.navbar-top ul li a {
		margin: 0 !important;
		padding: 0 6px !important;
		font-weight: 300;
		line-height: 100px;
	}

	.navbar-top ul li:last-child a {
		padding-right: 0 !important;
	}
}

@media (max-width: 979px) {

	body {
		margin: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
		padding: 0 !important;
	}

	.nav-collapse {
		position: fixed !important;
		top: 101px; right: 0;
		width: 100%;
	}
	
	.navbar-top ul {
		display: block !important;
		margin: 0;
		background-color: rgba(10,90,142,.9);
		border-radius: 4px;
	}

	.modern .navbar-top ul {
		margin-top: 41px;
	}

	.navbar-top ul li {
		display: block !important;
		margin:0;
		padding: 0;
		display: block;
		border-style: solid;
		border-width: 1px 0;
		border-color: #297bb2 transparent black;
		float: none !important;
	}

	.navbar-top ul li a {
		display: block !important;
		color: white !important;
		font-family: arial !important;
		font-size: 14px;
		margin: 0;
		padding: 10px !important;
		font-weight: 300;
		line-height: 24px;
	}

	.navbar-top ul li a:hover {
		background: none !important;
		color: #fff333 !important;
	}

	.handwriting h4 {
		margin-top: 40px;
	}

	.row .handwriting:first-child h4 {
		margin-top: 0;
	}
}

@media (max-width: 1200px) {

	.container {
		padding: 0 20px;
	}

	  .navbar-static-top .container,
	  .navbar-fixed-top .container,
	  .navbar-fixed-bottom .container {
	    width: auto !important;
	    margin: 0 !important;
	    padding: 10px 20px !important;
	  }

	  .navbar-fixed-top .container {
			 padding: 0 20px !important;
		}
}


/*
Contact
=========================== */
#contact{
	position:relative;
	padding-bottom:40px;
}

#contact p strong{
	font-size:16px;
}

.contact-form-wrapper{
	position:relative;
	z-index:60;
	color:#fff;
	background:url(../img/slipt.png) no-repeat bottom left;
	padding-bottom:46px;
	margin:0;
}

.contact-form{
	background:#26343f;
	padding:26px 20px 20px 20px;
	margin:0;
	list-style:none;
}

.contact-form .contact-input{
	background:#3a4a56;
	border:5px solid #54636f;
	padding:20px;
}

.contact-form label{
	font-size:16px;
}

.contact-form input, .contact-form textarea{
	color:#fff;
}

ul.listForm{
	width:100%;
	padding:0;
	margin:0;	
	list-style:none;
}

ul.listForm li {
	margin-bottom: 15px;
}

.validation {
	display:none;
	margin-top: 5px;
}

#sendmessage{
	font-size:12px;
	margin:2px 0 15px;
	padding:10px 10px 10px 50px;
	border:1px solid #cdf3d8;
	border-left:5px solid #cdf3d8;
	color:#16783c;
	display:none;
}

#sendmessage.show,.show  {
	display:block;
}

.map {
	display: block;
	width:100%;
	height: 400px;
	border:none;
	padding:0;
	margin:0 0 40px 0;
}

@media (max-width: 768px) {

	.map {
		margin-top: 40px;
	}

}





/** scrollup button *******************************************************************************/

.scrollup {
    width: 32px;
    height: 32px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    text-align: center;
    color: #fafafa;
    font-size: 24px;
    background-color: rgba(10,90,180, 0.75);
    z-index: 9999;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
}

.scrollup i {
    line-height: 34px;
}

a.scrollup:hover i,a.scrollup:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: none;
}



/*HIGHLIGHTS*/


.highlights-container {
	width: 100%;
	margin: 40px 0 0;
}

.highlights{
    margin-bottom: 45px;
}
.highlights-content {
    background: none repeat scroll 0 0 #f2f2f2;
    margin-top: -60px;
    padding: 50px 20px 20px;
    text-align: center;
    border-radius: 4px;
    height: 140px;
    overflow: hidden;
}
.highlights div:hover .highlights-content{
    background: #E84807;
    color:#FEFEFE;
}
.highlights>div:hover a[class^='hl']{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.highlights-content h5 {
    font-weight: 600;
    margin-top: 20px;
}
.hl-circle {
    background: url("/img/circle.png") no-repeat scroll center center transparent;
    display: table;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 120px;
    margin-top: 5px;
}
a[class^='hl-icon']{
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.hl-icon1{background: url("/img/icon1.png") no-repeat center center;
    display: block;
    height: 120px;
    text-indent: -9999px;
    width: 120px;}
.hl-icon2{background: url("/img/icon2.png") no-repeat center center;
    display: block;
    height: 120px;
    text-indent: -9999px;
    width: 120px;
}
.hl-icon3{background: url("/img/icon3.png") no-repeat center center;
    display: block;
    height: 120px;
    text-indent: -9999px;
    width: 120px;}
.hl-icon4{background: url("/img/icon4.png") no-repeat center center;
    display: block;
    height: 120px;
    text-indent: -9999px;
    width: 120px;
}


.subjectbox {
	background: #eee;
	border: 1px solid #DDD;
	background: -moz-linear-gradient(top, #EEE, #FFF);    
	background: -webkit-linear-gradient(top, #eee, #fff);
	background: -ms-linear-gradient(top, #eee, #fff);
	background: -o-linear-gradient(top, #eee, #fff);
	box-shadow: 1px 2px 4px rgba(0,0,0, .2);
	border-radius: 100%;
	display: inline-block;
	padding: 10px;
	text-align: center;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 10px;
}

