:root {
	--color1: #018066;
	--color2: #015746;
	--color3: #01A483;
	--color4: #02FAC8;
	--color5: #02D1A8;

	--alert-color: #FFF;
	--alert-bg: #A3121F;
	--alert-bg-hover: #015746;

	--color1fc: #FFF;
	--color2fc: #FFF;
	--color3fc: #FFF;
	--color4fc: #FFF;
	--color5fc: #FFF;

	--page-bg: rgba(255,255,255,0.8);
	--page-bg-negative: rgba(1,164,131,0.9);
	--page-title: #FFF;
	--page-title-caption: rgba(255,255,255,0.9);

	--form-bg: rgba(1,164,131,0.1);
	--form-border: rgba(1,87,70,0.4);
	--form-field-border: rgba(1,87,70,0.2);
	--form-field-border-focus: rgba(1,87,70,0.6);
	--form-field-bg: rgba(255,255,255,0.8);
	--form-field-bg-focus: #FFF;
	--form-field-color: #292929;

	--fc-default : #292929;
	--fc-boxes : rgba(255,255,255,0.9);

	--page-link-title: #015746;
	--page-link-fc: rgba(1,164,131,0.2);
	--page-link-a: rgba(1,164,131,0.5);
	--page-link-ah: #015746;
}

/*-------------------------------------------------*/
/* =  Fonts
/*-------------------------------------------------*/

/* Headers */
/* H1	*/			@font-face {font-family: fHeader; src: url('fonts/Montserrat-VariableFont_wght.ttf');}
/* H2-6 */		@font-face {font-family: fHeaderL; src: url('fonts/Montserrat-VariableFont_wght.ttf');}
/* Caption */	@font-face {font-family: fHeaderC; src: url('fonts/Montserrat-VariableFont_wght.ttf');}

/* Content */
@font-face {font-family: fBody; src: url('fonts/Karla-VariableFont_wght.ttf');}
/*	@font-face {font-family: fBodyL; src: url('fonts/RobotoCondensed-Light.ttf');}	*/
/*	@font-face {font-family: fBodyB; src: url('fonts/RobotoCondensed-Bold.ttf');}		*/

/* Menu & Buttons */
@font-face {font-family: fDefault; src: url('fonts/OpenSans-Regular.ttf');}
@font-face {font-family: fDefaultL; src: url('fonts/OpenSans-Light.ttf');}
@font-face {font-family: fDefaultB; src: url('fonts/OpenSans-Bold.ttf');}
@font-face {font-family: fDefaultXB; 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 {
	margin: 0;
	padding: 0;
	background-image: url('../../images/chempiric-consulting-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.general-container {
	position: relative;
	width: 94%;
	margin: 2% 3%;
	padding: 0;
	border: none;	
}

h1 {
	font-family: fHeader, sans-serif;
	font-weight: 700;
}

h2,h3 {
	font-family: fHeader, sans-serif;
	font-weight: 600;
}

h4,h5,h6 {
	font-family: fHeader, sans-serif;
	font-weight: 500;
}

p, ul, ol {
	font-family: fBody, sans-serif;
	font-weight: 400;
	color: var(--fc-default);
}

a {color: #01A483}
a:hover {color: #015746}

.Left {text-align: left;}
.Right {text-align: right;}
.Justify {text-align: justify;}
.Center {text-align: center;}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {background-color: #01A483;}

.navbar-default .container {
	width: 98%;
	margin: 0 1%;
	padding: 0;
	border: none;
}

.top-branding {
	margin: 0;
	padding: 0 0 20px 0;
}

.top-branding .container {
	width: 96%;
	margin: 0 2%;
	padding: 0;
	border: none;
}

.top-branding .container img {
	width: 100%;
	height: 100%;
}

.top-branding .container .line1,
.top-branding .container .line3 {
	font: 20px/30px fDefault, sans-serif;
	color: #2152A5;
}

.top-branding .container .line2 {
	font: 50px fDefaultXB, sans-serif;
	color: #143266;		
}

.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 fDefault, 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 {background-color: rgba(1,164,131,0.9);}

footer .container {
	width: 98%;
	margin: 0 1%;
	padding: 0;
}	

footer .upper {padding: 30px 0}

footer .upper h4 {
	font-size: 26px;
	line-height: 40px;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(32,32,32,0.6);
}

footer .upper h5 {
	font-size: 22px;
	line-height: 32px;
	color: rgba(255,255,255,0.9);
}

footer .upper p, 
footer .upper ul, 
footer .upper a {
	font: 18px/26px fDefault, sans-serif;
	color: rgba(255,255,255,0.9);
	text-decoration: none;
}

footer .upper p span {font-weight: bold;}

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 20px 0 20px;
	background-color: #015746;
}

footer .bottom p,
footer .bottom a {
	font: 14px/22px fDefault, sans-serif;
	color: #D0D0D0;
	text-decoration: none;
}

footer .bottom a:hover {color: #FFF;}

/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/

/*--- ALL PAGES ---*/
.home .content-section,
.home .content-nopad,
.general .content-section {
	position: relative;
	margin: 0;
	padding: 0;
}

/* Containers */
.home .content-section .container,
.home .content-nopad .container,
.general .content-section .container {
	width: 100%;
	margin: 0;
	padding: 0;
	border-left: 1px solid var(--form-border);
	border-right: 1px solid var(--form-border);
	background-color: var(--page-bg);
}

.home .content-nopad .container .negative {background-color: var(--page-bg-negative);}

/* Code for Content Sections */
.home .content-section .container .title,
.general .content-section .container .title {
	margin: 0;
	padding: 30px 0;
	background-color: var(--color1);
	text-align: center;
}

.home .content-section .container .body,
.general .content-section .container .body {
	padding: 3% 6%;
}

/* Code for H1 */
.home .content-section .container .title h1,
.general .content-section .container .title h1 {
	font-size: 60px;
	line-height: 60px;
	color: var(--page-title);
	text-shadow: 3px 3px 3px rgba(32,32,32,0.4);
	margin: 0;
	padding: ;
	vertical-align: text-bottom;
}

/* Code for H2 */
.home .content-section .container .body h2,
.general .content-section .container .body h2 {
	font-size: 48px;
	line-height: 58px;
	color:  var(--color2);
	margin: 0;
	padding: 0 0 24px 0;
}

.home .content-nopad .container h2,
.home .content-nopad .container .negative h2 {
	font-size: 50px;
	line-height: 70px;
	color: var(--color1);
	margin: 0;
	padding: 0 0 25px 0;
	text-shadow: 2px 2px 2px rgba(32,32,32,0.2);
}

.home .content-nopad .container .negative h2 {color: #FFF}

/* Code for H3 */
.general .content-section .container .body h3 {
	font-size: 36px;
	line-height: 46px;
	color: var(--color1);
	margin: 0;
	padding: 15px 0 0 0; 
}
 
/* Code for P */
.home .content-section .container .body p,
.home .content-section .container .body ol,
.home .content-section .container .body ul {
	font-size: 38px;
	line-height: 48px;
	margin: 0;
	padding-bottom: 19px;
}

.home .content-nopad .container p,
.home .content-nopad .container .negative p {
	font-size: 40px;
	line-height: 50px;
	margin: 0;
	padding-bottom: 20px;
	color: var(--fc-default);
}

.home .content-nopad .container .negative p {color: #FFF;}

.general .content-section .container .body p,
.general .content-section .container .body ol,
.general .content-section .container .body ul {
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	padding-bottom: 15px;
}

.home .content-nopad .container ol,
.home .content-nopad .container ul,
.home .content-nopad .container .negative ol,
.home .content-nopad .container .negative ul {
	font-size: 32px;
	line-height: 42px;
	margin: 0;
	padding-bottom: 16px;
	color: var(--fc-default);
}

.home .content-nopad .container .negative ol,
.home .content-nopad .container .negative ul {color: rgba(255,255,255,0.8)}

.general .content-section .container .body p.Medium {
	font-size: 20px;
	line-height: 28px;
}

.general .content-section .container .body p.Small {
	font-size: 14px;
	line-height: 22px;
}

.home .content-section .container .title p,
.general .content-section .container .title p {
	font: 26px/46px fHeaderC, cursive;
	font-weight: 300;
	color: var(--page-title-caption);
	margin: 0;
	padding: 0;
}

/* 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 */

/* 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 fDefaultL, 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;}

.container .body .image-w-text {
	width: 98%;
	display: table;
	margin: 2% 1%;
	padding: 0;
	border: 1px solid rgba(32,32,32,0.1);
}

.container .body .image-w-text img {
	width: 100%;
	height: 100%;
}

.container .body .image-w-text .text {
	background-color: #FFF;
	padding: 20px 10px;
	text-align: center;
}

.container .body .image-w-text .text h3 {
	font: 24px/32px fDefaultB, sans-serif;
	color: var(--color2);
	text-transform: none;
	padding: 10px 0;
	margin: 0;
}

.container .body .image-w-text .text p {
	font: 18px/24px fDefault, sans-serif;
	margin: 0;
	padding: 0;
}

.container .body .image-w-text .text a {
	display: inline-block;
	font: 14px/36px fDefault, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	margin-top: 15px;
	padding: 0 15px;
	background-color: var(--alert-bg);
}

.container .body .image-w-text .text a:hover {
	background-color: var(--alert-bg-hover);
	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: 30px fDefaultB, sans-serif;
	color: #FFF;
	background-color: #DA1A54;
	padding: 20px 30px;
	margin: 0 5px 5px 0;
	line-height: 50px;
	outline: none;
	border: none;
	text-decoration: none;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	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: #41305C;
	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;
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);	
}

.box {
	display: table;
	width: 98%;
	margin: 2% 1%;
	padding: 20px;
	border: 1px solid rgba(32,32,32,0.1);
	background-color: #FFF;
}

.box .image {
	margin-bottom: 40px;
	text-align: center;
}

.box .content {
	position: relative;
	width: 100%;
	margin: 0;
	padding-bottom: 50px;
	text-align: center;
}

.box .content h4 {
	font-size: 36px;
	color: var(--color2);
}

.box .content p.boxed {
	font-size: 26px;
	line-height: 34px;
}

.link-section {
	position: relative;
	margin-top: 40px;
	text-align: center;
}

.link-section hr {
	border-color: rgba(64,64,64,0.3);
	width: 70%;
}

.link-section .Title {
	font: 18px/30px fDefaultB, sans-serif;
	color: var(--page-link-title);
}

.link-section .Links {
	font: 16px/24px fDefault, sans-serif;
	color: var(--page-link-fc);
}

.link-section .Links a {
	color: var(--page-link-a);
	text-decoration: none;
}

.link-section .Links a:hover {color: var(--page-link-ah);}

.service-home-section {
	position: relative;
	margin: 0;
	padding: 0;
}

.service-home-section img {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	filter: none;
	-webkit-filter: none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.service-home-section img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);	
	opacity: 0.85;
}

.service-home-section .text {
	position: absolute;
	width: 94%;
	top: 80%;
	left: 50%;
	font-size: 40px;
	color: white;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(32,32,32,0.5);
	padding: 5px 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.service-home-section .text:hover {background-color: #DA1A54;}

.service-home-section .text a {color: #FFF;}
.service-home-section .text a:hover {text-decoration: none;}

.service-home-section .overlay {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 1;
	opacity: 1;
	transition: .5s ease;
	background-color: #000;
}

.service-home-section .overlay:hover {opacity: 0.5;}

.copywriter {
	position: absolute;
	margin: 40px 0;
	padding: 0;
	display: table;
}

.copywriter .tRow {
	display: table-row;
	height: 60px;
}

.copywriter .tColumn {
	display: table-cell;
	font: 14px/22px fDefault, sans-serif;
	color: #292929;
	padding: 0 0 10px 10px;
	vertical-align: middle;
}

.copywriter .tColumn img {
	width: 70px;
	height: 70px;
}

/*      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 fDefault, 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 fDefault, sans-serif;
	color: #555;
	text-decoration: none;
} 

.blog-section .index a:hover {color:#E21937;}

.blog-section .index a.link {
	font: 18px/40px fDefault, 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: fDefault, 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 fDefault, 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: fBody, 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 15px 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);
}

/*-------------------------------------------------*/
/* =  Forms
/*-------------------------------------------------*/

.form-section {
	position: relative;
	margin: 0;
	padding: 0;
}

.form-section .form {
	margin-bottom: 20px;
	padding: 20px 30px;
	border: 1px solid var(--form-border);
	background-color: var(--form-bg);
}

.content-section .container .body .form-section .form h3 {
	font-size: 30px;
	line-height: 40px;
	color: var(--color2);
	margin: 0;
	padding: 20px 0;
	background-color: none;
	text-align: center;
	vertical-align: middle;
}

.form-section .form p.description {
	font-family: fDefault, sans-serif;
	font-size: 20px;
	line-height: 30px;
	padding: 0 0 10px 0;
	color: var(--fc-default);
}

.form-section .form form fieldset {
	margin: 20px 0;
	padding: 15px;
	border: 1px solid var(--form-border);
	border-radius: 0 8px;
	-moz-border-radius: 0 8px;
	-webkit-border-radius: 0 8px;
}

.form-section .form form fieldset legend {
	margin: 0;
	padding: 5px 8px;
	font-size: 14px;
	color: var(--color3fc);
	background-color: var(--color2);
	text-transform: uppercase;
	letter-spacing:0.08em;
}

.form-section .form form span.field-title {
	font: 14px/16px fDefault, sans-serif;
	color: var(--color2);
	margin-bottom: 5px;
	padding: 0;
}

.form-section .form form span.field-title span {
	font: bold 18px/20px fDefault, sans-serif;
	color: var(--alert-bg);
	padding-left: 3px;
}

.form-section .form form input[type="text"],
.form-section .form form textarea,
.form-section .form form select {
	width: 100%;
	font: 18px/20px fDefault, sans-serif;
	color: var(--form-field-color);
	margin-bottom: 10px;
	padding: 10px 15px;
	border: 1px solid var(--form-field-border);
	background-color: var(--form-field-bg);
}

.form-section .form form input[type="text"]:focus,
.form-section .form form textarea:focus,
.form-section .form form select:focus {
	color: #000;
	background-color: var(--form-field-bg-focus);
	border: 1px solid var(--form-field-border-focus);
	outline: 0;
}

.form-section .form form select:focus option {
	color: var(--color2);
	border: 1px solid var(--form-field-border);
	background-color: var(--form-field-bg);
}

/*
.form-section options:focus li:hover {
	color: #080;
	background-color: #F00;
}

.form-section option li:focus {
	color: #800;
}

.form-section selecta:focus {
	font: 28px fDefault, sans-serif;
	color: #0FF;
	background-color: #AA141F;
}
*/

.form-section .form form input[type="checkbox"] {
	width: 25px;
	height: 25px;
	font-size: 10px;
	border: 1px solid var(--form-field-border);
	background-color: var(--form-field-bg); 
/*	-webkit-appearance: none;*/
	padding: 1px;
	outline: 0;
}
/*
.form-section input[type="checkbox"]:checked {
	background-color: #015746; 
}
*/

.form-section .form form textarea {height: 150px;}

.form-section .form form input[type="submit"],
.form-section .form form input[type="button"],
button,
a.default {
	font: 18px fDefault, sans-serif;
	color: var(--alert-color);
	background-color: var(--alert-bg);
	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 .form form input[type="submit"]:hover,
.form-section .form form input[type="button"]:hover,
button:hover,
a.default:hover {
	background-color: var(--alert-bg-hover);
	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 .form form .bottom-form {
	position: relative;
	width: 100%;
	margin: 20px 0;
	padding: 0 2%;
}

.form-section .form form .bottom-form p {
	font: 14px/20px fDefault, sans-serif;
	margin: 0 0 7px 0;
}

.form-section button.add {
	font: 18px fDefaultB, 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 fDefault, 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;
}

/*-------------------------------------------------*/
/* =  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 {padding: 20px 0;}

	.top-branding .container img {
		width: 90%;
		height: 90%;
	}

	.top-branding .container .line1,
	.top-branding .container .line3 {font: 16px/24px fDefault, sans-serif;}

	.top-branding .container .line2 {font: 40px fDefaultXB, sans-serif;}
	
	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: 0;
		width: 70%;
		height: 70%;
	}

	.home .content-section .container,
	.home .content-blog .container,
	.home .events-section .container,
	.general .content-section .container,
	.general .content-section .container-blog {padding: 10px 20px;}
		
	.home .content-section .container h1,
	.general .content-section .container h1,
	.general .content-section .container-blog h1 {
		font-size: 34px;
		line-height: 42px;
	}

	.home .content-section .container h2,
	.home .content-blog .container h2,
	.home .events-section .container h2,
	.general .content-section .container h2,
	.home .contentL .container h2,
	.home .contentR .container h2,
	.home .contentA .container h2,
	.home .events-section .container h2 {
		font-size: 30px;
		line-height: 38px;
		padding: 0 0 15px 0;
	}

	.home .events-section .container h3,
	.home .content-blog .container h3,
	.general .content-section .container h3,
	.home .contentA .container h3 {
		font-size: 26px;
		line-height: 32px;
		padding: 0 0 13px 0;
	}

	.home .content-section .container p,
	.general .content-section .container p,
	.general .content-section .container ol,
	.general .content-section .container ul {
		font-size: 22px;
		line-height: 30px;
		margin: 0;
		padding-bottom: 11px;
	}

	.home .contentL .container p,
	.home .contentR .container p,
	.home .contentA .container p {
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 11px;
	}

	.general .content-section .container p.Medium {
		font-size: 18px;
		line-height: 26px;
		padding-bottom: 9px;
	}

	.general .content-section .container p.Small {
		font-size: 14px;
		line-height: 22px;
		padding-bottom: 7px;
	}

	.home .content-section .container p.caption,
	.general .content-section .container-blog p.caption,
	.general .content-section .container p.caption {
		font-size: 18px;
		line-height: 26px;
	}

	.home .contentA .container p span {
		font-size: 30px;
		line-height: 40px;
	}

	.general .content-section .container p span {
		font-size: 30px;
		line-height: 38px;
	}

	.home .contentL .container li {
		font-size: 28px;
		line-height: 36px;
		margin: 0;
		padding-bottom: 18px;
		color: rgba(255,255,255,0.9);
	}

	.home .contentA .container p a {
		color: #FF8201;
		text-decoration: none;
	}

	


	.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;}

}
