/*-------------------------------------------------*/
/* =  Fonts
/*-------------------------------------------------*/

/* Headers */
/* H1-6 */		@font-face {font-family: Aldo; src: url('fonts/Aldo.ttf');}
/* Caption */	@font-face {font-family: Verbena; src: url('fonts/Verbena.otf');}

/* Content */
@font-face {font-family: PoppinsLight; src: url('fonts/Poppins-Light.ttf');}
@font-face {font-family: Poppins; src: url('fonts/Poppins-Regular.ttf');}
@font-face {font-family: PoppinsBold; src: url('fonts/Poppins-SemiBold.ttf');}

/* Menu & Buttons */
@font-face {font-family: OpenSansL; src: url('fonts/OpenSans-Light.ttf');}
@font-face {font-family: OpenSans; src: url('fonts/OpenSans-Regular.ttf');}
@font-face {font-family: OpenSansX; src: url('fonts/OpenSans-Bold.ttf');}
@font-face {font-family: OpenSansXS; src: url('fonts/OpenSans-ExtraBold.ttf');}

/*-------------------------------------------------*/
/* =  Banners
/*-------------------------------------------------*/
.tp-banner-container, 
.tp-banner, 
.tp-banner-fullscreen-container {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/

body, .home .contentL, .home .contentR, .home .contentA {
	background: #FFF url('../../images/net-business-consulting-solutions-web-design-background.jpg') fixed center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin: 0;
	padding: 0;
}

.general-container {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;	
}

h1,h2,h3,h4,h5,h6 {font-family: Aldo, sans-serif;}

p, ul, ol {
	font-family: Poppins, sans-serif;
	color: #222;
}

.Left {text-align: left;}
.Right {text-align: right;}
.Justify {text-align: justify;}
.Center {text-align: center;}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {background-color: #033D7F;}

.navbar-default .container {
	width: 98%;
	margin: 0 1%;
	padding: 0;
	border: none;
}

.top-branding {
	margin: 0;
	padding: 20px 0;
	background-color: #0455B3;
}

.top-branding .container {
	width: 96%;
	margin: 10px 2%;
	padding: 0;
	border: none;
}

.top-branding img {
	width: 100%;
	height: 100%;
}

.header-content .container .home-video-area h2 {
	font-size: 40px;
	line-height: 50px;
	color: rgba(255,255,255,0.9);
	letter-spacing:0.02em;
}

.header-content .container .home-video-area h2 span {
	font-size: 80px;
	line-height: 90px;
	font-weight: bold;
	color: #FFF;
	letter-spacing:0.04em;
	text-shadow: 2px 2px 4px #222;
}

.header-content .container .home-video-area h3 {
	font-size: 30px;
	color: rgba(255,255,255,0.8);
}

.header-content .container .home-video-area .link {margin: 40px 0 0 0;}

.header-content .container .home-video-area a {
	font: 20px OpenSans, serif;
	color: #FFF;
	background-color: rgba(0,55,100,0.9);
	padding: 20px 40px;
	text-decoration: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;

}

.header-content .container .home-video-area a:hover {background-color: rgba(90,143,23,0.9);}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
	font-family: Open, sans-serif;
	background-color: #222;
}

footer .container {
	width: 98%;
	margin: 0 1%;
	padding: 0;
}	

footer .upper {padding: 30px 0}

footer .upper h4 {
	font-family: OpenSansX, sans-serif;
	font-size: 22px;
	line-height: 40px;
	color: #045BBF;
	text-transform: uppercase;
}

footer .upper h5 {
	font-family: OpenSans, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #057AFF;
}

footer .upper p, footer .upper ul, footer .upper a {
	font-size: 16px;
	line-height: 26px;
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}

footer .upper p span {
	font-weight: bold;
	color: rgba(255,255,255,0.8);
}

footer .upper a:hover {color: #FFF;}

footer .upper ul {
  margin: 0;
  padding: 0 0 0 25px;
}

footer .upper img {margin: 0 2px; 0 0;}

footer .upper img.logo {
	width: 60%;
	height: 60%;
	margin-top: 15px; 
}

footer .bottom {
	padding: 15px 40px 0 40px;
	background-color: #111;
}

footer .bottom p,
footer .bottom a {
	font-size: 14px;
	line-height: 22px;
	color: #D0D0D0;
	text-decoration: none;
}

footer .bottom a:hover {color: #FFF;}

/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/

/*--- ALL PAGES ---*/
.home .content-section,
.home .contentL,
.home .contentR,
.home .contentA,
.home .content-blog,
.home .events-section,
.general .content-section {
	position: relative;
	margin: 0;
	padding: 0;
}

.home .contentL {background-image: url('../../images/net-business-consulting-solutions-web-design-background-1.jpg')}
.home .contentR {background-image: url('../../images/net-business-consulting-solutions-web-design-background-2.jpg')}
.home .contentA {background-image: url('../../images/net-business-consulting-solutions-web-design-background-3.jpg')}

/* Code for Containers */
.home .content-section .container {
	width: 100%;
	margin: 0;
	padding: 5% 15%;
	background-color: rgba(255,255,255,0.9);
}

.home .contentL .container {
	width: 50%;
	margin: 0;
	padding: 3% 4%;
	background-color: rgba(3,61,127,0.95);
}

.home .contentR .container {
	width: 50%;
	margin: 0 0 0 50%;
	padding: 3% 4%;
	background-color: rgba(16,16,16,0.8);
}

.home .contentA .container {
	width: 100%;
	margin: 0;
	padding: 4% 2%;
	background-color: rgba(16,16,16,0.7);
}

.home .content-blog .container,
.home .events-section .container {
	width: 100%;
	margin: 0;
	padding: 5%;
	background-color: rgba(255,255,255,0.9);
}

.general .content-section .container,
.general .content-section .container-blog {
	width: 90%;
	margin: 0 5%;
	padding: 5%;
	background-color: rgba(255,255,255,0.9);
}

.general .content-section .container-blog {
	padding: 5% 0;
	background-color: rgba(255,255,255,0.9);
}

/* Code for H1 */
.home .content-section .container h1,
.general .content-section .container h1,
.general .content-section .container-blog h1 {
	font-size: 70px;
	line-height: 80px;
	font-weight: 700;
	color: #033D7F;
	letter-spacing:0.02em;
	text-shadow: 2px 2px 2px rgba(64,64,64,0.4);
}

/* Code for H2 */
.home .content-section .container h2,
.home .content-blog .container h2,
.home .events-section .container h2,
.general .content-section .container h2 {
	font-size: 50px;
	line-height: 60px;
	color: #033D7F;
	padding-top: 30px;
	text-transform: lowercase;
}

.home .contentL .container h2,
.home .contentR .container h2,
.home .contentA .container h2,
.home .events-section .container h2 {
	font-size: 70px;
	line-height: 80px;
	color: #FDAE0C/*057AFF*/;
	text-transform: lowercase;
	text-shadow: 3px 3px 3px rgba(16,16,16,0.5);
}

/* Code for H3 */
.home .contentA .container h3 {
	font-size: 40px;
	line-height: 50px;
	color: #AAD11E;
}

.home .events-section .container h3,
.home .content-blog .container h3,
.general .content-section .container h3 {
	font-size: 40px;
	line-height: 50px;
	color: #0455B3;
	padding-top: 10px;
}

/* Code for P */
.home .content-section .container p {
	font-size: 36px;
	line-height: 46px;
	margin: 0;
	padding-bottom: 30px;
}

.general .content-section .container p,
.general .content-section .container ol,
.general .content-section .container ul {
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	padding-bottom: 24px;
}

.home .contentL .container p,
.home .contentR .container p,
.home .contentA .container p {
	font-size: 32px;
	line-height: 42px;
	margin: 0;
	padding-bottom: 28px;
	color: rgba(255,255,255,0.9);
}

.general .content-section .container p.Medium {
	font-size: 20px;
	line-height: 28px;
}

.general .content-section .container p.Small {
	font-size: 14px;
	line-height: 22px;
}

.home .content-section .container p.caption,
.general .content-section .container-blog p.caption,
.general .content-section .container p.caption {
	font-family: Verbena, cursive;
	font-size: 50px;
	line-height: 60px;
	color: #444;
}

.home .contentL .container p.caption {
	font-family: Allura, cursive;
	font-size: 40px;
	line-height: 50px;
	color: #FFF;
}

/* Code for SPAN */
.home .contentA .container p span {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}

.general .content-section .container p span {
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
}

/* Code for LI */
.home .contentL .container li {
	font-size: 28px;
	line-height: 36px;
	margin: 0;
	padding-bottom: 18px;
	color: rgba(255,255,255,0.9);
}

/* Code for A */
.home .contentA .container p a {
	color: #FF8201;
	text-decoration: none;
}

.home .contentA .container p a:hover {text-decoration: underline;}

/*--- ---*/

.full-size {width: 100%; height: 100%;}
.size90 {width: 90%; height: 90%;}
.size80 {width: 80%; height: 80%;}
.size70 {width: 70%; height: 70%;}
.size60 {width: 60%; height: 60%;}
.size50 {width: 50%; height: 50%;}
.size40 {width: 40%; height: 40%;}
.size30 {width: 30%; height: 30%;}
.size20 {width: 20%; height: 20%;}

.shadow {
	box-shadow: 2px 10px 10px -10px #000;
	-moz-box-shadow: 2px 10px 10px -10px #000;
	-webkit-box-shadow: 2px 10px 10px -10px #000;
}

.frame {
	padding: 15px;
	background-color: #FFF;
}

.frameT {
	margin: 20px 0;
	padding: 0 25px 25px 25px;
	background-color: rgba(255,255,255,0.6);
	border: 1px solid #DDD;
}

.side-image {
	position: relative;
	margin: 0;
	padding: 0;
}

.side-image .image-L {
	float: left;
	margin: 0 20px 20px 0;
}

.side-image .image-R {
	float: right;
	margin: 0 0 20px 20px;
}

.side-image .image-L p.description,
.side-image .image-R p.description {
	font: 18px/24px OpenSansL, sans-serif ;
	color: #292929;
	text-align: center;
	padding-top: 15px;
}

.m20 {margin: 20px}
.m40 {margin: 40px}
.m60 {margin: 60px}
.m80 {margin: 80px}
.m100 {margin: 100px}
.m120 {margin: 120px}

.mt20 {margin-top: 20px}
.mt40 {margin-top: 40px}
.mt60 {margin-top: 60px}
.mt80 {margin-top: 80px}
.mt100 {margin-top: 100px}
.mt120 {margin-top: 120px}

.mb20 {margin-bottom: 20px}
.mb40 {margin-bottom: 40px}
.mb60 {margin-bottom: 60px}
.mb80 {margin-bottom: 80px}
.mb100 {margin-bottom: 100px}
.mb120 {margin-bottom: 120px}

.mtb20 {margin: 20px 0}
.mtb40 {margin: 40px 0}
.mtb60 {margin: 60px 0}
.mtb80 {margin: 80px 0}
.mtb100 {margin: 100px 0}
.mtb120 {margin: 120px 0}

.mlr20 {margin: 0 20px}
.mlr40 {margin: 0 40px}
.mlr60 {margin: 0 60px}
.mlr80 {margin: 0 80px}
.mlr100 {margin: 0 100px}
.mlr120 {margin: 0 120px}

.p20 {padding: 20px}
.p40 {padding: 40px}
.p60 {padding: 60px}
.p80 {padding: 80px}
.p100 {padding: 100px}
.p120 {padding: 120px}

.pt20 {padding-top: 20px}
.pt40 {padding-top: 40px}
.pt60 {padding-top: 60px}
.pt80 {padding-top: 80px}
.pt100 {padding-top: 100px}
.pt120 {padding-top: 120px}

.pb20 {padding-bottom: 20px;}
.pb40 {padding-bottom: 40px;}
.pb60 {padding-bottom: 60px;}
.pb80 {padding-bottom: 80px;}
.pb100 {padding-bottom: 100px;}
.pb120 {padding-bottom: 120px;}

.ptb20 {padding: 20px 0;}
.ptb40 {padding: 40px 0;}
.ptb60 {padding: 60px 0;}
.ptb80 {padding: 80px 0;}
.ptb100 {padding: 100px 0;}
.ptb120 {padding: 120px 0;}

.plr20 {padding: 0 20px;}
.plr40 {padding: 0 40px;}
.plr60 {padding: 0 60px;}
.plr80 {padding: 0 80px;}
.plr100 {padding: 0 100px;}
.plr120 {padding: 0 120px;}

.bg-white {background-color: #FFF;}
.bg-color1 {background-color: #E00;}
.bg-color2 {background-color: #495F0A;}
.bg-color3 {background-color: #35460A;}
.bg-color4 {background-color: #2E3C09;}

.f-white {color: #FFF;}
.f-color1 {color: #6F9215;}
.f-color2 {color: #495F0A;}
.f-color3 {color: #35460A;}
.f-color4 {color: #2E3C09;}

.borderL {
	border-left: 1px solid rgba(64,64,64,0.1);
	padding-left: 40px;
}

.borderR {
	border-right: 1px solid rgba(64,64,64,0.1);
	padding-right: 40px;
}

.divider {clear: both;}

.image-w-text {
	width: 98%;
	display: table;
	margin: 2% 1%;
	padding: 0;
	border: 1px solid rgba(32,32,32,0.2);
}

.image-w-text img {
	width: 100%;
	height: 100%;
}

.image-w-text .text {
	background-color: #FAFAFA;
	padding: 5px 15px 15px;
	text-align: center;
}

.image-w-text .text h3.iwt {
	font: 24px/32px OpenSansX, sans-serif;
	color: #033D7F;
	text-transform: none;
	padding: 10px 0;
	margin: 0;
}

.image-w-text .text p.iwt {
	font: 16px/22px OpenSans, sans-serif;
	color: #292929;
	margin: 0;
	padding: 0;
}

.image-w-text .text a {
	display: inline-block;
	font: 14px/36px OpenSans, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	margin-top: 15px;
	padding: 0 15px;
	background-color: #033D7F;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.image-w-text .text a:hover {
	background-color: #B32215;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

a.call-to-action {
	font: 600 30px OpenSans, sans-serif;
	color: #FFF;
	background-color: #B32215;
	padding: 20px 30px;
	margin: 0 5px 5px 0;
	line-height: 50px;
	outline: none;
	border: none;
	text-decoration: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 3px 10px -5px #000;
	-moz-box-shadow: 1px 3px 10px -5px #000;
	-webkit-box-shadow: 1px 3px 10px -5px #000;
}

a.call-to-action:hover {
	background-color: #111/*033D7F*/;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.box {
	width: 98%;
	margin: 2% 1%;
	padding: 20px 40px;
	border: 1px solid #E3E3E3;
	background-color: #FFF;
	display: table;
}

.link-section {
	position: relative;
	margin-top: 40px;
}

.link-section hr {
	border-color: rgba(64,64,64,0.3);
	width: 85%;
	text-align: center;
}

.link-section p {
	font-family: OpenSans, sans-serif;
	margin: 0;
}

.link-section p.level1 {
	font-size: 16px;
	font-weight: 600;
}

.link-section p.level2 {
	font-size: 14px;
	font-weight: 400;
}

.link-section p a {
	color: #495F0A;
	text-decoration: none;
}

.link-section p a:hover {color: #A00;}


/*      BLOG: Page      */
.blog-section {
	margin: 0;
	padding: 0;
}

.blog-section .list {
	display: table;
	background-color: #FFF;
	padding: 0 15px 30px;
	border: 1px solid rgba(16,16,16,0.2);
}

.blog-section .list h2 {
	font-size: 36px;
	line-height: 46px;
	color: #1A5784;
	margin-bottom: 20px;
	text-transform: none;
}

.blog-section .list h3 {
	font-size: 28px;
	line-height: 40px;
	color: #292929;
	margin: 0;
}

.blog-section .list p {
	font-size: 22px;
	line-height: 28px;
}

.blog-section .list p.small {
	font-size: 16px;
	line-height: 26px;
	color: #999;
}

.blog-section .list p.small span {
	font-size: 16px;
	line-height: 26px;
	color: #555;
}

.blog-section .list a.read-more {
	font: 14px OpenSans, sans-serif;
	padding: 10px 15px;
	color: #FFF;
	background-color: #1A5784;
	text-decoration: none;
}

.blog-section .list a.read-more:hover {
	background-color: #FF8201;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.blog-section .index {
	width: 100%;
	display: table;
	background-color: #FFF;
	margin: 0 0 25px 0;
	padding: 0 15px 30px;
	border: 1px solid rgba(16,16,16,0.2);
}

.blog-section .index h4 {
	font-size: 20px;
	line-height: 50px;
	color: #FF8201;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(64,64,64,0.2);
}

.blog-section .index ul { 
    display: block;
    list-style-type: disc;
    margin: 0;
    padding-left: 25px;
}

.blog-section .index a,
.blog-section .index li {
	font: 18px/28px OpenSans, sans-serif;
	color: #555;
	text-decoration: none;
} 

.blog-section .index a:hover {color:#E21937;}

.blog-section .index a.link {
	font: 18px/40px OpenSans, sans-serif;
	padding: 10px 15px;
	color: #FFF;
	background-color: #666;
	text-decoration: none;
	text-transform: uppercase;
}

.blog-section .index a.link:hover {background-color:#E21937}

.blog-section .detail {
	margin: 0;
	padding: 0;
}

.blog-section .detail h2 {
	font-size: 40px;
	line-height: 50px;
	color: #1A5784;	
}

.blog-section .detail h3 {
	font-size: 34px;
	line-height: 44px;
	color: #FF8201;	
}

.blog-section .detail p,
.blog-section .detail ul,
.blog-section .detail ol {
	font-size: 26px;
	line-height: 36px;
	color: #393939;
}

.blog-section .detail .side {
	margin: 0 0 30px 0;
	padding: 10px 20px;
	background-color: #FFF;
	border: 1px solid #E0E0E0;	
}

.blog-section .detail .side h4 {
	font-size: 20px;
	line-height: 50px;
	color: #FF8201;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(64,64,64,0.2);
}

.blog-section .detail .side h4.navigation {
	line-height: 30px;
	color: #1A5784;
	text-transform: none;
	border-bottom: none;
}

.blog-section .detail .side p {
	font-family: OpenSans, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #555;
}

.blog-section .detail .side p span {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #444;
}

.blog-section .detail .side a.navigation {
	font: 14px/34px OpenSans, sans-serif;
	padding: 5px 20px;
	color: #FFF;
	background-color: #FF8201;
	text-decoration: none;
}

.blog-section .detail .side a.navigation:hover {
	color: #FFF;
	background-color: #AAD11E;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}


/*      TESTIMONIAL      */
.testimonial-section {
	position: relative;
	margin: 0;
	padding: 0;
}

.testimonial-section .text {
	background-color: rgba(240,240,240,0.7);
	border: 1px solid rgba(16,16,16,0.2);
	margin: 20px 0;
	padding: 40px;
}

.testimonial-section .text .testimonial p {
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 18px;
	color: #292929;
}

.testimonial-section .text .testimonial p span {
	font-size: 28px;
	line-height: 34px;
	color: #191919;
}

/*      TESTIMONIAL SIDE      */
.testimonial-side-section {
	position: relative;
	margin: 30px 0;
	padding: 0;
}

.testimonial-side-section .area {
	background-color: #FFF;
	border: 1px solid rgba(64,64,64,0.2);
	margin: 20px 0;
	padding: 10px 25px;
}

.testimonial-side-section .area h3 {
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	vertical-align: top;
}

.testimonial-side-section .area p {
	font-family: Roboto Condensed, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #696969;
}

.testimonial-side-section .area p span {
	font-size: 24px;
	font-weight: 700;
}

/*-------------------------------------------------*/
/* =  tables page
/*-------------------------------------------------*/
.tables-section {margin-bottom: 40px;}

.tables-section h2 {
	font-size: 30px;
	line-height: 40px;
	color: #393939;
	padding: 0 0 10px 0;
}

.tables-section p {margin-bottom: 20px;}

.tables-section table {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.2);
}

.tables-section table thead tr th {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	background-color: #1A5784;
	padding: 15px 0;
	letter-spacing: 0.1em;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
}

.tables-section table tbody tr.odd {background-color: #FFF;}
.tables-section table tbody tr.even {background-color: #F3F3F3;}

.tables-section table tbody tr td {
	font-size: 20px;
	color: #111;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
}

/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/

.form-section {
	margin: 0;
	padding: 0;
	font-family: OpenSans, sans-serif;
}

.form-section .form {
	margin-bottom: 20px;
	padding: 10px 30px 20px;
	background-color: rgba(230,230,230,0.7);
	border: 1px solid #D0D0D0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.form-section fieldset {
	border: 1px solid #5F5F16;
	margin: 20px 0 0 0;
	padding: 20px;
	border-radius: 0 8px 8px 8px;
	-moz-border-radius: 0 8px 8px 8px;
	-webkit-border-radius: 0 8px 8px 8px;
}

.form-section fieldset legend {
	text-transform: uppercase;
	font-size: 14px;
	background-color: #5F5F16;
	color: #FFF;
	margin: 0;
	padding: 3px 10px;
	letter-spacing:0.08em;
}

.form-section h3.title {
	font-size: 36px;
	line-height: 56px;
	color: #033D7F;
	padding-bottom: 20px;
	text-align: center;
}

.form-section .instructions p.content {
	font: 22px/30px OpenSans, sans-serif;
	color: #292929;
}

.form-section input[type="text"],
.form-section textarea,
.form-section select {
	width: 100%;
	font: 18px OpenSans, sans-serif;
	color: #292929;
	padding: 10px 15px;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #F9F9F9;
	margin-bottom: 10px;
}

.form-section input[type="text"]:focus,
.form-section textarea:focus,
.form-section select:focus {
	color: #000;
	background-color: #F6F6F6;
	border: 1px solid rgba(0,0,0,0.4);
}

.form-section textarea {height: 150px;}

.form-section input[type="submit"],
.form-section input[type="button"],
button,
a.default {
	font: 18px OpenSans, sans-serif;
	color: #FFF;
	background-color: #033D7F;
	padding: 0 30px;
	margin: 0 5px 5px 0;
	line-height: 48px;
	outline: none;
	border: none;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 3px 10px -5px #000;
	-moz-box-shadow: 1px 3px 10px -5px #000;
	-webkit-box-shadow: 1px 3px 10px -5px #000;
}

a.default {padding: 12px 30px;}

.form-section input[type="submit"]:hover,
.form-section input[type="button"]:hover,
button:hover,
a.default:hover {
	background-color: #B32215;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.form-section button.add {
	font: bold 18px OpenSans, sans-serif;
	color: #FFF;
	background-color: #1A5784;
	padding: 4px 8px;
	margin: 0 10px 10px 0;
	outline: none;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.form-section button.add:hover {
	color: #FFF;
	background-color: #900;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.form-section button.exit {
	font: 14px OpenSans, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #D00;
	padding: 4px 8px;
	margin: 10px;
	outline: none;
	text-decoration: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.form-section button.exit:hover {
	background-color: #800;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.form-section .bottom-form p.txt {
	font-family: OpenSansL, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 12px 0;
	color: #393939;
	text-align: left;
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1500px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

	body {
		background-image: none;
		background-color: #F0F0F0;
	}

	.top-branding {padding: 5px 0;}

	.header-content .container .home-video-area h2 {
		font-size: 30px;
		line-height: 50px;
	}

	.header-content .container .home-video-area h2 span {
		font-size: 40px;
		line-height: 50px;
		letter-spacing:0.02em;
	}

	.header-content .container .home-video-area h3 {font-size: 22px;}

	.header-content .container .home-video-area a {
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
	}

	.container {
		width: 100%;
		margin: 0;
	}

	.content-section .container {
		background-color: rgba(255,255,255,0.85);
		width: 100%;
		margin: 0;
		padding: 10px 20px 40px 20px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
	}

	.content-section h1 {
		font-size: 32px;
		line-height: 42px;
		letter-spacing:0.01em;
		margin-bottom: 12px;	
	}

	.content-section h2 {
		font-size: 24px;
		line-height: 34px;
		padding-top: 10px;
	}

	.content-section h3 {
		font-size: 24px;
		line-height: 36px;
		padding-top: 8px;
	}

	.content-section p,
	.content-section ul,
	.content-section ol {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 14px 0;
	}

	.content-section p.Medium,
	.content-section ul.Medium {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 12px 0;
	}

	.content-section p.Small {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 8px 0;
	}

	footer {text-align: center;}
	footer .bottom p.copyright {text-align: center;}

	footer .upper ul {
		list-style-type: none;
		padding:0;
	}
	
	.home-blog-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #495F0A;
	}

	.home-blog-section h2 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}

	.home-blog-section h4 {
		font-size: 24px;
		line-height: 30px;
	}

	.home-blog-section .blog-area {
		margin: 30px;
		padding: 15px;
	}

	.home-blog-section .blog-area p {
		font-size: 16px;
		line-height: 24px;
	}

	.home-projects-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #AAA;
	}

	.home-projects-section h2 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}

	.home-projects-section .project-area {margin: 30px;}
	.home-projects-section .project-text {padding: 15px;}

	.home-projects-section h4 {
		font-size: 24px;
		line-height: 34px;
		text-align: center;
		color: #000;
	}

	.home-projects-section .project-area img {
		width: 100%;
		height: 100%;
	}

	.home-projects-section .project-text h4 {
		font-size: 24px;
		line-height: 34px;
	}

	.home-projects-section .project-text p {
		font: 18px/26px OpenSans, sans-serif;
		margin: 0 0 16px 0;
		text-align: center;
	}

	.full-size {
		width: 90%;
		height: 90%;
		margin: 5%;
	}
	
}

@media (max-width: 767px) {

	body {
		background-image: none;
		background-color: #FFF;
	}

	.top-branding {padding: 5px 0;}

	.header-content .container .home-video-area h2 {
		font-size: 30px;
		line-height: 50px;
	}

	.header-content .container .home-video-area h2 span {
		font-size: 40px;
		line-height: 50px;
		letter-spacing:0.02em;
	}

	.header-content .container .home-video-area h3 {font-size: 22px;}

	.header-content .container .home-video-area a {
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
	}

	.container {
		width: 100%;
		margin: 0;
	}

	.content-section .container {
		background-color: rgba(255,255,255,0.85);
		width: 100%;
		margin: 0;
		padding: 10px 20px 40px 20px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
	}

	.content-section h1 {
		font-size: 26px;
		line-height: 36px;
		letter-spacing:0.015em;
		margin-bottom: 10px;	
	}

	.content-section h2 {
		font-size: 22px;
		line-height: 32px;
		padding-top: 8px;
	}

	.content-section h3 {
		font-size: 20px;
		line-height: 30px;
		padding-top: 6px;
	}

	.content-section p,
	.content-section ul,
	.content-section ol {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 14px 0;
	}

	.content-section p.Medium,
	.content-section ul.Medium {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 12px 0;
	}

	.content-section p.Small {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 8px 0;
	}

	footer {text-align: center;}
	footer .bottom p.copyright {text-align: center;}

	footer .upper ul {
		list-style-type: none;
		padding:0;
	}
	
	.home-blog-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #495F0A;
	}

	.home-blog-section h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}

	.home-blog-section h4 {
		font-size: 24px;
		line-height: 30px;
	}

	.home-blog-section .blog-area {
		margin: 25px 10px;
		padding: 15px;
	}

	.home-blog-section .blog-area p {
		font-size: 16px;
		line-height: 24px;
	}

	.home-projects-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #AAA;
	}

	.home-projects-section h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}

	.home-projects-section .project-area {margin: 25px 10px;}
	.home-projects-section .project-text {padding: 15px;}

	.home-projects-section .project-area img {
		width: 100%;
		height: 100%;
	}

	.home-projects-section .project-text h4 {
		font-size: 24px;
		line-height: 34px;
	}

	.home-projects-section .project-text p {
		font: 18px/26px OpenSans, sans-serif;
		margin: 0 0 16px 0;
		text-align: center;
	}
	
}

@media (max-width: 500px) {

	body {background-image: none;}

	.general-container {
		width: 400px;
		margin: 0;
		padding: 0;
		border: none;
	}
	
	p, ul, ol {
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 18px 0;
	}

	p.Medium {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 14px 0;
	}

	p.Small {
		font-size: 12px;
		line-height: 22px;
		margin: 0 0 10px 0;
	}
	
	.Left, .Right {text-align: center;}
	.navbar-default {background-color: #69A6D1}
	.top-branding {padding: 0;}
	
	.navbar-default {background-color: #CCC;}

	.top-branding img {
		width: 60%;
		height: 60%;
	}

	footer {text-align: center;}

	footer .upper ul {
		list-style-type: none;
		padding:0;
	}

	footer .upper h4 {
		font-size: 24px;
		line-height: 32px;
		font-weight: 600;
		padding-top: 30px;
	}

	footer .upper h5 {
		font-size: 20px;
		line-height: 28px;
	}
		
	footer .upper img.logo {
		margin-top: 15px;
		width: 50%;
		height: 50%;
	}

	.home .content-section-1 {background: rgba(0,0,0,0.6) none;}
	.home .content-section-2 {background: rgba(0,0,0,0.6) none;}
	.home .content-section-3 {background: #800 none;}

	.home .content-section .container,
	.general .content-section .container {
		padding: 0 10px;
	}
	
	.home .content-section .container h1,
	.general .content-section .container h1 {
		font-size: 34px;
		line-height: 44px;
		margin: 0;
		padding: 0;
		letter-spacing:0.01em;
	}

	.home .content-section .container h2,
	.home .events-section .container h2,
	.home .content-section-1 .container h2,
	.home .content-section-2 .container h2,
	.home .content-blog .container h2,
	.general .content-section .container h2 {
		font-size: 32px;
		line-height: 42px;
		padding-top: 10px;
	}

	.home .events-section .container h3,
	.general .events-section .container h3 {
		font-size: 28px;
		line-height: 38px;
		padding-top: 5px;
	}

	.home .content-section .container p.caption,
	.general .content-section .container p.caption {
		font-size: 28px;
		line-height: 38px;
	}
	
	.home .content-section-1 {
		background-position: top center;
		background-attachment: fixed;
	}

	.home .content-section-2 {
		background-position: top center;
		background-attachment: fixed;			
	}
	
	.home .content-section-1 .container,
	.home .content-section-2 .container,
	.home .events-section .container {
		width: 100%;
		margin: 0;
		padding: 10px 15px;
	}

	.home .content-section .container h1 {padding: 40px 0;}

	.home .content-section .container h2,
	.home .events-section .container h2 {text-transform: uppercase;}

	.home .events-section .container h2 {color: #AAD11E}

	.home .content-section-1 .container h2,
	.home .content-section-2 .container h2 {
		text-transform: uppercase;
		color: #AAD11E;
	}

	.home .events-section .container h3,
	.home .content-blog .container h3,
	.general .content-section .container h3 {
		font-size: 24px;
		line-height: 32px;
	}
	
	.home .content-section .container p {
		font-size: 22px;
		line-height: 32px;
	}

	.home .content-section-1 .container p,
	.home .content-section-2 .container p {
		font-size: 24px;
		line-height: 34px;
	}

	.home .content-section-1 .container p.caption {
		font-family: Allura, cursive;
		font-size: 40px;
		line-height: 50px;
		color: #FFF;
	}

	.home .content-section-3 .container h3 {
		font-size: 28px;
		line-height: 38px;
	}

	.home .content-section-3 .container p {
		font-size: 20px;
		line-height: 30px;
	}

	.home .content-section-3 .container p span {
		font-size: 24px;
		line-height: 34px;
	}
	
	

	.full-size, .size90, .size80, .size70, .size60, .size50, .size40, .size30, .size20 {
		width: 98%; 
		height: 98%;
		margin: 0 1%;
	}

	.mt20, .mt40, .mt60, .mt80, .mt100, .mt120 {margin-top: 20px}
	.mb20, .mb40, .mb60, .mb80, .mb100, .mb120 {margin-bottom: 20px}
	.mtb20, .mtb40, .mtb60, .mtb80, .mtb100, .mtb120 {margin: 20px 0}
	.mlr20, .mlr40, .mlr60, .mlr80, .mlr100, .mlr120 {margin: 0 20px}
	.m20, .m40, .m60, .m80, .m100, .m120 {margin: 20px}

	.pt20, .pt40, .pt60, .pt80, .pt100, .pt120 {padding-top: 20px}
	.pb20, .pb40, .pb60, .pb80, .pb100, .pb120 {padding-bottom: 20px}
	.ptb20, .ptb40, .ptb60, .ptb80, .ptb100, .ptb120 {padding: 20px 0}
	.plr20, .plr40, .plr60, .plr80, .plr100, .plr120 {padding-top: 0 20px}
	.p20, .p40, .p60, .p80, .p100, .p120 {padding: 20px}
	
	.box {padding: 5px 20px 10px;}	

	a.call-to-action {
		font-size: 24px;
		padding: 10px 20px;
		line-height: 36px;
	}

	.frame {padding: 10px;}	
	
	.image-w-text {
		width: 94%;
		margin: 10px 3% 40px;
	}
	
	.image-w-text .text {padding: 5px 20px 20px;}
	
	.image-w-text .text h2 {
		font-size: 24px;
		line-height: 32px;
		letter-spacing:0.005em;
	}

	.image-w-text .text p {line-height: 24px;}
	.image-w-text .text a {margin: 15px 0;}
	
	.image-w-text .text .icons a {
		background-color: transparent;
		padding: 0;
		margin: 0;
	}

	.image-w-text .text .icons img {
		width: 36px;
		height: 36px;
	}
	
	.home-blog-section {
		padding: 40px 10px;
		background-image: none;
		background-color: #DDD;
	}

	.home-blog-section h2.title {
		font-size: 46px;
		line-height: 56px;
		letter-spacing: 0.03em;
	}

	.home-blog-section h3 {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 20px;
	}
		
	.blog-section .list {
		margin: 25px 0;
		padding: 0 10px 20px;
	}
	
	.blog-section .list h2 {
		font-size: 26px;
		line-height: 34px;
		border-bottom: none;
		margin-bottom: 20px;
		letter-spacing:0.005em;
	}

	.blog-section .list h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.blog-section .list img {margin-bottom: 20px;}

	.blog-section .list p {
		font-size: 20px;
		line-height: 28px;
	}
	
	.blog-section .detail h1 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 10px;	
	}

	.testimonial-section {margin: 0 1%;}

	.testimonial-section .text {padding: 20px;}

	.testimonial-section .text p {
		font-size: 18px;
		line-height: 28px;
	}

	.testimonial-section .text p span {font-size: 20px;}

}
