@charset "utf-8";
/* CSS Document */



/* Globaldeclaration ---------------------- */
*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	line-height:normal;
	
	
}

html {	-webkit-text-size-adjust: auto; /* Automatically adjusted for Safari on iPhone. */	-ms-text-size-adjust: auto;	}
body {background:#fff; font-family: 'open_sansregular'; font-weight: normal; font-style: normal; font-size: 14px; color: #222222; position: relative; -webkit-font-smoothing: antialiased;line-height: 1.42857; width:100%;height:100%;}
html, body{height:100%; }
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {display: block;}
fieldset, img {	border: 0;}

/* Links ---------------------- */
a { color: #888888; text-decoration: none; line-height:inherit; outline:none;
-webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;}
a:hover { color: #869f41; }
p a, p a:visited {line-height: inherit;}

/* Reset for strange margins by default on <figure> elements */
figure { margin: 0; }

/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: 14px; direction: ltr; }

/* Lists ---------------------- */
ul, ol, dl { margin:0; padding:0; list-style:none!important;}
ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; }
ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; }

/* headings */
h1, h2, h3, h4, h5, h6 {font-size:100%;	font-weight:normal;}

/* inpput */
input::-moz-focus-inner{border: 0; padding: 0; }
input{border:0 none; outline:0 none;}

strong{font-weight:bold;}


/* Misc ---------------------- */
.left { float: left !important; }
.right { float: right !important; }
.text-left { text-align: left !important;}
.text-right { text-align: right !important;}
.text-center { text-align: center !important;}
.hide { display: none !important; }
.highlight { background: #ffff99; }
.nomargin{margin:0 !important;}
.nopadding{padding:0 !important;}
.noborder{border:none !important;}
.noborder-bottom{ border-bottom:none!important;}
.none_transition{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;}
.clearfix {}
.clearfix:before, .clearfix:after {	content: "";	display: table;}
.clearfix:after {clear: both;}
.gap {height:20px; display:block;clear:both;}
.aligncenter{text-align:center !important;}
.clear{clear:both; display:block;}
.nobackground{background:none !important;}
.nomargin_top{margin-top:0 !important;}
.nomargin_bottom{margin-bottom:0 !important;}
.nomargin_right{margin-right:0 !important;}
.margin-bottom{ margin-bottom:30px; }
.margin-left{ margin-left:20px; }
.margin-top{ margin-top:20px; }
.padding-top{ padding-top:30px; }
.gap-area{ margin:20px 0;}

form {display: inline;  margin: 0;  padding: 0;}

.siteForm input[type="text"] {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d5d4d4;
    box-shadow: 2px 2px 10px -4px #ababab inset;
    box-sizing: border-box;
    color: #7a7a7a;
    font-size: 13px;
    height: 37px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
    width: 100%;
	box-shadow: inset 1px 3px 10px -6px #c2c4c4;
	-webkit-box-shadow: inset 1px 3px 10px -6px #c2c4c4;
	-moz-box-shadow: inset 1px 3px 10px -6px #c2c4c4;
	-o-box-shadow: inset 1px 3px 10px -6px #c2c4c4;

     }

/* .siteForm input[type="submit"] {
    background: none repeat scroll 0 0 #f09839;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 10px 40px ;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    vertical-align: middle;
	font-family: 'open_sanssemibold';
	margin-top:10px;
} */


.siteForm input[type="checkbox"] {
    margin-right: 10px;
	border:1px solid #d5d4d4;
	box-shadow: inset 1px 3px 10px -6px #c2c4c4;
	-webkit-box-shadow: inset 1px 3px 10px -6px #c2c4c4;
	-moz-box-shadow: inset 1px 3px 10px -6px #c2c4c4;
	-o-box-shadow: inset 1px 3px 10px -6px #c2c4c4;
	
}


/**Fonts**/
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular_0.eot');
    src: url('../fonts/opensans-regular_0.eot#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular_0.woff') format('woff'),
         url('../fonts/opensans-regular_0.ttf') format('truetype'),
         url('../fonts/opensans-regular_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/proximanova-semibold.eot');
    src: url('../fonts/proximanova-semibold.eot#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-semibold.woff') format('woff'),
         url('../fonts/proximanova-semibold.ttf') format('truetype'),
         url('../fonts/proximanova-semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular.eot');
    src: url('../fonts/proximanova-regular.eot#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular.woff') format('woff'),
         url('../fonts/proximanova-regular.ttf') format('truetype'),
         url('../fonts/proximanova-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light_0.eot');
    src: url('../fonts/proximanova-light_0.eot#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light_0.woff') format('woff'),
         url('../fonts/proximanova-light_0.ttf') format('truetype'),
         url('../fonts/proximanova-light_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold_0.eot');
    src: url('../fonts/opensans-semibold_0.eot#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold_0.woff') format('woff'),
         url('../fonts/opensans-semibold_0.ttf') format('truetype'),
         url('../fonts/opensans-semibold_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light_0.eot');
    src: url('../fonts/opensans-light_0.eot#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light_0.woff') format('woff'),
         url('../fonts/opensans-light_0.ttf') format('truetype'),
         url('../fonts/opensans-light_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg') format('svg');
}


@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proximanova-bold.eot');
    src: url('../fonts/proximanova-bold.eot#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold.woff') format('woff'),
         url('../fonts/proximanova-bold.ttf') format('truetype'),
         url('../fonts/proximanova-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'calibribold';
    src: url('../fonts/calibrib-webfont.eot');
    src: url('../fonts/calibrib-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/calibrib-webfont.woff') format('woff'),
         url('../fonts/calibrib-webfont.ttf') format('truetype'),
         url('../fonts/calibrib-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'calibriregular';
    src: url('../fonts/calibri_0-webfont.eot');
    src: url('../fonts/calibri_0-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/calibri_0-webfont.woff') format('woff'),
         url('../fonts/calibri_0-webfont.ttf') format('truetype'),
         url('../fonts/calibri_0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'calibriregular';
    src: url('../fonts/calibri-webfont.eot');
    src: url('../fonts/calibri-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/calibri-webfont.woff') format('woff'),
         url('../fonts/calibri-webfont.ttf') format('truetype'),
         url('../fonts/calibri-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'calibrilight';
    src: url('../fonts/calibril-webfont.eot');
    src: url('../fonts/calibril-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/calibril-webfont.woff') format('woff'),
         url('../fonts/calibril-webfont.ttf') format('truetype'),
         url('../fonts/calibril-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

.case_stdy_blck h4 a {
color: #ec8414;
}
/* .case_stdy_blck h4 a:hover {
color: #78a028;
} */

.call_portfolio a {
    color: white;
	height:128px;
	display:table-cell; 
	vertical-align:middle;
}

.call_portfolio a:hover {
    /*color: #869f41;*/
	color: #f69d3f; /* Update on 6 nov*/
}

/* CSS updated on 25_11_2014 */
.fivey {
    float: right;
    text-align: center;
    width: 69%;
}

/* CSS updated on 25_11_2014 */