@import url(https://fonts.googleapis.com/css?family=Montserrat|PT+Sans|Raleway:800|Roboto:400,700);


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* BORDER RADIUS */
/*******************************************************************************************************************************************/
body {
  font-family: 'Roboto', sans-serif;
  color: #444444;
  line-height: 24px;
  font-size: 16px;
  background: url(images/body-bg.png);
}

h1 {
  font-size: 31px;
  color: #ae1320;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 34px;
}

h2 {
  font-size: 27px;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
  font-weight: 700;
}

h3 {
  font-size:21px;
  color: #a0a0a0;
  font-family: 'Roboto', sans-serif;
  line-height: 24px; 
  font-weight: 400;
}

h4 {
  font-size:26px;
  font-family: 'Roboto', sans-serif;
  line-height: 26px; 
  font-weight: 700;
}

h5 {
  font-size:18px;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  line-height: 18px; 
  font-weight: 800;
}

p {
  color: #444444;
  font-size: 16px;
  line-height: 24px; 
  margin-bottom: 25px;
}


h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-size: 19px;
	line-height: 28px;
	margin: 0 0 35px 0px;
    color: #585858;
   font-family: 'Roboto', sans-serif;
    font-style: italic;
    text-align: left;
    position: relative;
}

blockquote p {
	position: relative;
}

blockquote > blockquote {
	margin-left: 0;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #585858;
	font-size: 17px;
	line-height: 1.6471;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}
blockquote:before{
    content: "\201c";
    position: absolute;
    color: #d8d8d8;
    font-style: italic;
    top: 0;
    font-weight: 700;
    left: -10px;
}
blockquote:after{
    content: "\201d";
    position: absolute;
    color: #d8d8d8;
    font-style: italic;
    bottom: 0;
    font-weight: 700;
    right: auto;
}
address {
	font-style: italic;
	margin: 0 0 28px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	font-size: 17px;
	line-height: 1.2353;
	margin-bottom: 28px;
	max-width: 100%;
	overflow: auto;
	padding: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #14c3f8;
	border: 0;
	height: 3px;
	margin-bottom: 23px;
}

ul,
ol {
	margin: 0 0 28px 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 23px;
}

dl {
	margin: 0 0 28px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 28px;
}

table,
th,
td,
.mce-item-table,
.mce-item-table th,
.mce-item-table td {
	border: 1px solid #eaeaea;
}

table a {
	color: #585858;
}

table,
.mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}

table th,
.mce-item-table th,
table caption {
	border-width: 0 1px 1px 0;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

table td,
.mce-item-table td {
	border-width: 0 1px 1px 0;
	font-size: 17px;
	padding: 7px;
	vertical-align: baseline;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/**
 * 6.1 Links
 */

a {
    color: #004d4c;
	text-decoration: none;
     -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}

a:hover,
a:focus {
	color: #ae1320;
	outline:0 none;
    text-decoration: none; 
}


/**
 * 4.0 Alignment
 */

.alignleft {
	float: left;
	margin: 0 55px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 40px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: none;
	outline: none;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 1.2rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #454545;
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
    -webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
		  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  min-width: 296px;
  margin: 0px auto;
  background: #ffffff;
}

.inner-wrapper {
  width: 100%;
  max-width: 1140px;
  min-width: 296px;
  margin: 0px auto; 
}

.main-outercon {
  width: 100%;
  float: left;
  overflow: hidden; }

 /*CUSTOM STYLES*/

/*** Begin Header Section *************************************************************************************/
.header-container{
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 15px 0 30px;
    position: relative;
}
.logo{
   float: left;
}
.logo img{
    width: 100%;
    display: block;
}
.menu{
    float: right;
    padding: 33px 0 0;
}
.menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu ul li{
    float: left;
    padding: 0 24px;
}
.menu ul li:last-child{
    padding-right: 0;
}
.menu ul li a{
    color: #004d4c;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    text-decoration: none;
}
.menu ul li a:hover, .menu ul li:focus a, .menu ul li.current-menu-item > a{
    color: #ae1320;
}
/*
.menu ul li a:before {
    background: #004d4c;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}
*/
/*
.menu ul li a:hover:before,.menu ul li.current-menu-parent > a:before {
    left: 0;
    width: 100%;
}
*/

.click-toggle {
    border: medium none;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    float: left;
    height: 34px;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    right: 15px;
    top: 25px;
    width: 40px;
}
.click-toggle .icon-bar {
    background: #004f49;
    display: block;
    height: 2px;
    margin-top: 6px;
    width: 32px;
    float: right;
}
.click-toggle .icon-bar.first {
    width: 24px;
}
.click-toggle .icon-bar.third {
    width: 20px;
}
.navbar-side {
    background: #dddddd; 
    float: right; 
    width: 250px;
    padding: 0 25px;
    position: fixed;
    top: 0;
    bottom: 0;
    display: none;
    right: -250px;
    z-index: 9999;
    overflow: hidden;
}
/*** End Header Section ***************************************************************************************/

/*** Begin Content Section ************************************************************************************/
.banner-outer{
    width: 100%;
    float: left;
    position: relative;
}
.banner-outer:before{
    content: "";
    background: rgba(0,0,0,.1);
    width: 100%;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-outer img{
    width: 100%;
    display: block;
}
.contact-outer.contact-page{
    width: 80%;
    float: left;
    padding: 0 25px;
	background:none;
}
.contact-outer.contact-page h1 {
    color: #ae1320 ;
    padding: 30px 0 10px;
}
.contact-outer.contact-page .contact-block label{
	color:#004f4c ;
}
.contact-outer.contact-page .contact-block label span{
	color:#ae1320 ;
}
.section-outer.overlay-blk{
    background: #eeeeee;
    position: relative;
}
.overlay-blk:before{
    content: "";
    background: rgba(0,0,0,.1);
    width: 100%;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
}
.content-container{
	width:100%;
	float:left;
}
.section-outer{
	width:100%;
	float:left;
	background:#ffffff;
	padding: 60px 0;
}
.section-inner{
	width:100%;
	float:left;
	
}
.section-inner h1{
	color:#ae1320;
	text-align: center;
}
.section-inner h3{
	text-align: center;
	padding-bottom: 52px;
}
.common-block {
    float: left;
    width: 50%;
	padding-right:33px;
}
.common-block.right{
	float:right;
	padding:0px 0px 0px 33px;
	
}
.common-block p{		
	margin-bottom: 9px;
}

.common-block.right a{
	color:#004F4C;
	text-decoration:underline;
}
.common-block.right a:hover{
	text-decoration:none;
}
.more-link{
	width:100%;
	float:left;
	text-align:center;
	margin-top: 60px;
}
.more-link a{
	background:#004F4C;
	color:#ffffff;
	text-transform:uppercase;
    font-size: 14px;
    line-height: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	padding:10px 38px;
	float: none;
	display:inline-block;
	
	
	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.more-link a:hover{
	background:#ae1320;
	color:#ffffff;
}
.section-outer.white-bg {
    padding: 85px 0;
}
.section-outer.grey-blk{
	background:#eeeeee;
}
.section-outer.grey-blk ul{
	float: left;
    margin: 0 ;
    width: 100%;
}
.section-outer.grey-blk ul li{
	list-style:none;
	float:left;
	margin-left: 27px;
	width:auto;
	
}
.section-outer.grey-blk ul li:first-child {
    margin-left: 0;
}
.section-outer.grey-blk .section-inner{
	text-align:center;
	float:none;
	width:100%;
}
.section-outer.grey-blk .section-inner a{
	display: inline-block;
    float: none;
    margin: 50px 0 0;
	color:#999999;
	text-decoration:underline;
}
.section-outer.grey-blk .section-inner a:hover{
	color:#004F4C;
}
.left-block {
    float: left;   
    width: 50%;
	display: table-cell;
    float: none;   
    vertical-align: middle;	
    padding: 0 30px 0 0
}
.left-block h1{
	text-align:left;
    font-size: 27px;
	padding-bottom: 10px;
    text-transform: inherit;
}
.left-block h3{
	text-align:left;
    font-size: 19px;
	padding-bottom:0;
}
.right-block {
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle;
    width: 50%;
	border-left:1px solid #dddddd ;
}
.image-outer {
    float: left;
    width: 100%;
	background:#ffffff;
}
.image-outer img{    
    width: 100%;
}
.inner-content-left {
    float: left;
    width: 68.2%;
	padding:35px 80px 0 0;
	
}
.inner-content-left h1{
	text-align:left;
	padding-bottom:30px;
}

.inner-content-left h2{
	padding-bottom:20px;
	color:#ae1320;
}
.inner-content-left h3{
	text-align:left;	
	padding-bottom:10px;
	color:#ae1320;
	font-weight:700;
}
.inner-content-right {
    float: left;
    width: 31.8%;	
}
.contact-outer{
    float: left;
    width: 100%;
	background:#004f4c ;
	padding:38px 0px 55px;
    text-align: center;
}
.contact-head{
    width: 100%;
    float: left;
}
.contact-head h2{
	color:#ffffff;
	padding-bottom:10px;
    text-align: left;
}
.contact-head p{
	color:#ffffff;
	font-size:14px;
	line-height: 20px;
    text-align: left;
}
.contact-outer input, .inputbox{
	height:41px;
    background: #ffffff;
	margin-bottom: 10px;
    width: 100%;
	font-size:14px;
	padding: 10px 18px;
    font-family: 'Roboto', sans-serif;
	
	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
     appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none; 
}
.contact-outer textarea, .textarea{
	height:141px;
    background: #ffffff;
	margin-bottom: 10px;
	font-size:14px;
	padding: 10px 18px;
	resize:none;
    font-family: 'Roboto', sans-serif;
	
	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
     appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none; 
}
.contact-outer form {
    text-align: center;
}
.contact-outer .submit-btn{
	background:#ae1320 !important;
	font-family: "Raleway",sans-serif;
    font-weight: 700;
    width: auto;
     appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none; 
}
.contact-outer .submit-btn:hover{
	background:#ffffff !important;
	color:#ae1320 !important;
}
.content-outer{
	width:100%;
	float:left;
	padding:40px 0;
	background:#ffffff;
}
.post-type-archive-recent_werk h1{
	margin-bottom:25px;
}

.csColumn p {
    margin-bottom: 9px;
}

.csColumn p a{
	text-decoration:underline;
}
.csColumn p a:hover{
	text-decoration:none;
}

.single-recent_werk h1{
	color: #ae1320;
	text-transform: capitalize;
	margin-bottom:25px;
}
.single-recent_werk  ul li img{
	float:left;
	margin:0 20px 0 0;
}

.content-outer.blog-blk .more-link{
	width:auto;
	float:none;
	margin-top:0;
	font-size:16px;
}
.content-outer.blog-blk .more-link:hover{
	color:#ae1320;
}

.content-outer.blog-blk {
	background:#eeeeee;
}
.content-outer.blog-blk h1{
	text-align:left;
}

.contact-outer.contact-page .contact-block input, .contact-outer.contact-page .contact-block textarea{
	 border: 1px solid #004f4c;
}

.contact-outer.contact-page .wpcf7-form-control.wpcf7-submit.submit-btn{
	border: none;
}
.contact-outer.contact-page .wpcf7-form-control.wpcf7-submit.submit-btn:hover{
	 border: 1px solid #004f4c;
}
.sub-title{
	color:#a0a0a0 !important;
}
.page .page-head{
	padding-bottom:0;
}
.page .sub-title{
	font-weight:normal !important;
}

.section-outer.grey-blk .section-inner h3 { 
    padding-bottom: 0;
}
/*Contact*/
.contact-block {
    float: left;
    width: 100%;
}
.contact-block p {
    line-height: 24px;
    margin-bottom: 10px;
}
.contact-block label {
    width: 100%;
    color: #ffffff;
    float: left;
    font-size: 20px;
    text-align: left;
    padding-bottom: 5px;
}

div.wpcf7-response-output {
    float: left;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 30px;
    text-align: left;
	color: #ffffff;
}
.contact-outer.contact-page div.wpcf7-response-output {
    border: 2px solid #f7e700;
    color: #398f14;
}
.contact-outer.contact-page .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: #f92525;
}
span.wpcf7-not-valid-tip {
    float: left;
    font-size: 18px;
    text-align: left;
    text-transform: none;
}
.current-menu-item a{
    color: #1ef532;
}
.footer-menu .current-menu-item a{
    color: #ffffff;
}
input.search-field[type="search"]{
    border-radius: 0 !important;
    appearance: none;
   -webkit-appearance: none;
    -moz-appearance: none;
}
.inner-content-right .wpcf7 {
    background: #004f4c;
    float: left;
    width: 100%;
    padding: 0 30px;
}
span.wpcf7-not-valid-tip {
    color: #f92525;
    display: block;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    float: left;
    color: #f92525;
    margin: 0 0 25px;
    width: 100%;
}
#wpcf7-f37-o1 .contact-outer{
	padding-bottom:0 !important;
}

/*** End Content Section **************************************************************************************/

/*** Begin Footer Section *************************************************************************************/
.footer-container{
    width: 100%;
    float: left;
    background: #ffffff;
}
.footer-inner{
    width: 100%;
    border-top: 1px solid #dddddd;
    float: left;
    padding: 30px 0 40px;
    text-align: center;
}
.footer-inner ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
.footer-inner ul li{
    float: left;
    color: #444444;
    padding: 0 8px;
    font-size: 14px;
    border-right: 1px solid #444444;
    line-height: 14px;
}
.footer-inner ul li:last-child{
    border: 0;
}
.footer-inner ul li a{
    color: #444444;
    font-size: 14px;
}
.fb{
    width: 32px;
    float: right;
    background: #435698;
    height: 32px;
    border-radius: 100%;
    line-height: 33px;
}
.fb i{
    color: #ffffff;
}
.fb:hover{
    opacity: .8;
}
/*** End Footer Section ***************************************************************************************/

.popup-img{
	display:none;
	position:relative;
	border:10px solid #ffffff;
    border-radius: 5px;
}


.close {
    position: absolute;
    right: 0;
    top: 0;
}
.popup-img img {width:100%;display:block;}   