@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
}

body {
	background: #f4f4f4;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	overflow-x: hidden;
	background: url(../images/bg.jpg);
}

.lineheight {line-height: 12px;}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

p {
	color:#676767;
	font-size:16px;
	font-weight: 300;
	line-height: 30px;
}

.main ul li {
	color:#676767;
	padding-bottom: 5px;
}

h1 {
	font-family: 'Calligraffitti', cursive;
	font-size: 35px;
	color: #5c707c;
	font-weight: 400;
	margin: 0px;
	text-align: center;
	margin-bottom: 30px;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #5c707c;
	text-transform: uppercase;
	margin: 0px;
}

h3 {
	color:#231f20;
	font-weight: 800;
	font-size: 40px;
	padding-bottom: 5px;
	line-height: 0px;
}

h4 {
	color: #b9977c;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.main h3 {
	line-height: 30px;
	font-size: 30px;
}

h5 {
	font-family: 'Calligraffitti', cursive;
	font-size: 25px;
	color: #5c707c;
	font-weight: 400;
	margin: 0px;
}

a {
	color:inherit;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.clearfix:after {
    content: '';
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.title {
	background-color: #5c707c;
	height: 93px;
	position: relative;
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 100%;
}

nav {
	position: relative;
	z-index: 2;
	top: 10px;
	margin-bottom: 80px;
}

nav ul {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	padding-left: 360px;
}

nav ul li {
	float: left;
	list-style: none;
	font-weight: 500;
	color: #3d3d3d;
}

nav ul li:nth-child(6):hover {
	background-color: #3b5998;
	color: #fff;
	font-weight: 700;
}

nav ul li a {
	display: block;
	padding: 10px 30px;
}

nav ul li:hover, .on {
	background-color: #d9c7b5;
}

nav ul li a:hover {
	text-decoration: none;
}

i.fa-bars {
	color: #5c707c;
	font-size: 18px;
	cursor: pointer;
}

.slogan {
	position: absolute;
	top: 0px;
	right: 0px;
}

.holder {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}

header {
	margin-bottom: 30px;
}

header img {
	display: block;
	max-width: 100%;
}

.threecols {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}

.threecols article {
	width: 33.3%;
	float: left;
	padding: 15px;
	min-height: 300px;
}

.threecols article p {
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	color: #231f20;
	font-weight: 400;
	text-align: center;
}

.threecols article p:first-child {
	margin-top: 0px;
}

.threecols article p strong {
	font-weight: 700;
}

.threecols article:nth-child(2) {
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}

.threecols article:nth-child(1) p, .threecols article:nth-child(1) img {
	text-align: left;
	margin-left: 0px;
}

.threecols article:nth-child(3) p, .threecols article:nth-child(3) img {
	text-align: right;
	margin-right: 0px;
}

.threecols article div p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #333333;
}

.threecols article img {
	max-width: 80%;
	margin: 0 auto;
	display: block;
	background-color: #d5dde2;
	padding: 10px;
	border-radius: 20px;
	border-top-left-radius: 0px;
}

.main {
	float: left;
	width: 60%;
	padding-bottom: 50px;
}

.main p {
	text-align: justify;
}

.sidebar {
	float: right;
	width: 35%;
	border-left: solid 1px #c6c6c6;
	padding-left: 30px;
	padding-bottom: 50px;
}

.sidebar h4 {
}

.sidebar iframe {
	width: 100%;
	min-height: 300px;
}

.sidebar ul {
	margin: 0px;
	padding: 0px;
}

.sidebar ul li {
	display: block;
	padding: 10px;
	background-color: #5c707c;
	color: #fff;
	margin-bottom: 5px;
}

.contactbox {

}

.sidebar i.fa-youtube-play {
	text-align: center;
	color: #d22122;
	font-size: 120px;
	margin: 0 auto;
	display: block;
}

.sidebar i.fa-youtube-play:hover {
	color: #5c707c;
}

a:hover {
	text-decoration: none;
}

footer {
	padding: 20px;
	background: url(../images/footbg.jpg) no-repeat right center #5c707c;
}

footer p {
	font-size: 11px;
	margin: 0px;
	color: #f4f4f4;
	line-height: 20px;
}

.qbox {
	width: 25%;
	float: left;
	display: block;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}

.qbox h3 {
	width: 100%;
	line-height: 20px;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	position: absolute;
	z-index: 2;
	bottom: -200px;
	-webkit-transition: all .88s ease;
	   -moz-transition: all .88s ease;
	    -ms-transition: all .88s ease;
	     -o-transition: all .88s ease;
	        transition: all .88s ease;
}

.qbox:hover h3 {
	bottom: 0px;
}

.qbox img {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
	z-index: 1;
	-webkit-transition: all .88s ease;
	   -moz-transition: all .88s ease;
	    -ms-transition: all .88s ease;
	     -o-transition: all .88s ease;
	        transition: all .88s ease;
}

.qbox:hover img {
	-webkit-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
	opacity: 0.2;
}

.qbox:last-child:hover img {
	opacity: 1;
}

.qbox:last-child {
	background-color: #000;
}

.qbox:last-child h3 {
	color: #fff;
}

.sidebar img {
	max-width: 100%;
}

.boxes {
	overflow: hidden;
}

.test {
	background-color: #d5dde2;
	border-radius: 20px;
	border-top-left-radius: 0px;
	padding: 20px;
	margin-bottom: 10px;
}

.test p {
	font-size: 14px;
}

form input, form textarea {
	width: 100%;
	max-width: 100% !important;
	padding: 10px;
	border: none;
	margin-top: 10px;
	color: #505050;
}

form input[type="submit"] {
	background-color: #5c707c;
	color: #fff;
	cursor: pointer;
}

form input[type="submit"]:hover {
	background-color: #d7c5b3;
	color: #000;
}

form span {
	font-size: 12px;
	cursor: pointer;
	color: #5c707c;
}

.sample {
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	margin: 10px;
}

.sample p {
	font-size: 10px;
	margin: 0px;
	text-align: center;
}

.sample img {
	background-color: #d5dde2;
	padding: 5px;
	border-radius: 20px;
	border-top-left-radius: 0px;
}

span.call {
	width: 90%;
	display: block;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	background-color: #5c707c;
	margin-bottom: 20px;
	display: none;
}

span.call h3, span.call p {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-top: 0px;
}

span.call h3 {
	font-size: 30px;
}

span.call p {
	font-size: 18px;
}

























/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 1340px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

nav {
	margin-top: 100px;
}
nav ul {
	padding-left: 10px;
}
.qbox h3 {
	font-size: 16px;
}
.contactbox h3 {
	font-size: 3vw;
}
}












/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 1115px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

.qbox {
	width: 50%;
}
.qbox h3 {
	display: block;
	text-align: center;
	width: 100%;
}
.qbox:hover h3 {
	bottom: 30px;
}
}

















/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 990px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

nav {
	display: none;
	margin-top: 0px;
}
.holder {
	width: 90%;
}
i.fa-bars {
	font-size: 35px;
	position: absolute;
	top: 110px;
	left: 400px;
}
nav {
	margin-top: 0px;
	position: absolute;
	top: 0px;
	width: 35%;
	z-index: 10;
	height: 100%;
	right: 0px;
	background-color: rgba(92,112,124,0.95);
}
nav ul {
	padding-left: 0px;
	margin-left: 0px;
	padding: 10px;
	padding-top: 80px;
}
nav ul li {
	display: block;
	width: 100%;
	color: #f1f1f1;
	font-weight: 400;
	text-align: center;
}
nav ul li:hover, .on {
	color: #231f20;
}
.holder {
	padding-top: 120px;
}
.sidebar iframe {
	min-height: 0px;
	width: 100%;
}
.slogan {
	display: none;
}
span.call {
	display: block;
}
}





















/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 715px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

.threecols article {
	width: 100%;
	float: none;
	display: block;
	min-height: 0px;
}
.threecols article img {
	display: none;
}
.main {
	float: none;
	width: 100%;
}
.sidebar {
	float: none;
	width: 100%;
	padding-left: 0px;
	border-left: none;
}
footer {
	background-image: none;
}
nav {
	z-index: 99;
	width: 70%;
}
nav ul {
}
i.fa-bars {
	right: 20px;
	top: 25px;
	left: auto;
	background-color: #f1f1f1;
	z-index: 100;
}
.sidebar iframe {
	min-height: 300px;
}
.contactbox h3 {
	font-size: 8vw;
}
.logo {
	max-width: 80%;
}
h1 {
	font-size: 20px;
}
.holder {
	padding-top: 100px;
}
nav {
}
}




















/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 445px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

.holder {
	padding-top: 70px;
}
nav {
	width: 90%;
}
}