/*
Theme Name: Event Lab
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: First Scribe
Author URI: http://www.firstscribe.com
Description: Custom responsive theme for Event Lab
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black
Text Domain: twentyfourteen
*/



/**************************************************************************************************************/
/*******************************************../fonts**************************************************************/
/**************************************************************************************************************/
@font-face {
    font-family: 'museo_sans500';
    src: url('../fonts/MuseoSans_500-webfont.eot');
    src: url('../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans_500-webfont.woff2') format('woff2'),
         url('../fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans500_italic';
    src: url('../fonts/MuseoSans_500_Italic-webfont.eot');
    src: url('../fonts/MuseoSans_500_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans_500_Italic-webfont.woff2') format('woff2'),
         url('../fonts/MuseoSans_500_Italic-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_500_Italic-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_500_Italic-webfont.svg#museo_sans500_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latothin';
    src: url('../fonts/lato-thin-webfont.eot');
    src: url('../fonts/lato-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-thin-webfont.woff2') format('woff2'),
         url('../fonts/lato-thin-webfont.woff') format('woff'),
         url('../fonts/lato-thin-webfont.ttf') format('truetype'),
         url('../fonts/lato-thin-webfont.svg#latothin') format('svg');
    font-weight: normal;
    font-style: normal;
}



/**************************************************************************************************************/
/*******************************************Reset**************************************************************/
/**************************************************************************************************************/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: Lato;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}
body,
button,
input,
select,
textarea {	
    color: #3b3b3b;
    font-family: Lato;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
}
body { 
    background-color:#fff;
}
html.ie8,
html.ie8 body {
    min-width: 1700px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 35px 0 35px 0;
    font-family: Lato;
    font-weight: bold;
}
h1 {
	color: #007dc2;
    font-family: Lato;
    font-size: 48px;
    font-size: 3rem;
    margin: 50px 0 20px 0;
}
h2 {
    font-size: 32px;
    font-size: 2rem;
	color:#df8a47;
}
h3 {
    font-size: 28px;
    font-size: 1.75rem;
}
h4 {
    font-size: 24px;
    font-size: 1.5rem;
}
h5 {
    font-size: 20px;
    font-size: 1.25rem;
}
h6 {
    font-size: 16px;
    font-size: 1rem;
}
a {
    color: #007dc2;
    text-decoration: none;
}
a:hover,
a:active {
	color: #3b3b3b;
    text-decoration: none;
}
p {
    margin-bottom: 24px;
    font-weight: 100;
}

address {
    font-style: italic;
    margin-bottom: 24px;
}
abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}
b,
strong {
    font-weight: bold;
}
cite,
dfn,
em,
i {
    font-style: italic;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
p {
     font-size:18px;
    margin-bottom: 24px;
	color:#666;
	font-weight:normal;
}
code,
kbd,
tt,
var,
samp,
pre {
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    line-height: 1.6;
}
pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
blockquote {
    color: #767676;
    font-size: 19px;
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.2631578947;
    margin-bottom: 24px;
}
blockquote cite,
blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}
blockquote strong,
blockquote b {
    font-weight: bold;
}
small {
    font-size: smaller;
}
big {
    font-size: 125%;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
dl {
    margin-bottom: 24px;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 24px;
}
ul,
ol {
    list-style: none;
    margin: 0px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin: 0 0 0 20px;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}
legend {
    white-space: normal;
}
button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border: none;
    font-weight: bold;
}
td {
    border: none;
    background-color: #ececec;
    padding: 3px;
}
table thead td {
    background-color: #b1b1b1;
    font-weight: bold;
}
del {
    color: #767676;
}
hr {
    background-color: #007dc3;
    border: 0;
    height: 1px;
    margin: 20px 0;
}
::selection {
    background: #007dc3;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #007dc3;
    color: #fff;
    text-shadow: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:  border-box;
}

/*****************************************************************************************************************************/
/**************************************************Repeatable Patterns********************************************************/
/*****************************************************************************************************************************/
/***********wysiwyg styles***************/
.large-blue {
    color: #007dc3;
    font-size: 55px;
    font-size: 2.4375rem;
    font-weight: bold;
}


input,
textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: #666;
    padding: 5px;
    font-family: Lato;
    font-size: 14px;
    font-size: 0.875rem;
}
textarea {
    width: 100%;
}
input:focus,
textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0;
}
.button {
    color: white;
    background-color: #002f6d;
    display: inline-block;
    text-align: center;
    padding: 10px 25px;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
}
.button:hover {
    
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    
}
.search-field {
    width: auto;
}
::-webkit-input-placeholder {
    color: #939393;
}
:-moz-placeholder {
    color: #939393;
}
::-moz-placeholder {
    color: #939393;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #939393;
}
.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
    max-width: 100%;
}
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
    height: auto;
}
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
    height: auto;
    max-width: 100%;
}
embed,
iframe,
object,
video {
    margin-bottom: 24px;
    max-width: 100%;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
    margin-bottom: 0;
}

/***OOCSS***/
.column-wrapper, .columns-wrapper { overflow: hidden;  /*margin-right:-15px;*/ }
.alignleft, .left { float: left; }
.alignright, .right { float: right;width: 15%;}
.two-column, .two-columns { width: 50%; }
.three-column, .three-columns { width: 33.3%; }
.four-column, .four-columns { width: 25%; }
.five-column, .five-columns { width: 20%; }
.six-column, .six-columns { width: 16.6%; }
.ten { width: 10%; }
.twenty { width: 20%; }
.thirty { width: 30%; }
.fourty, .forty { width: 40%; }
.fifty { width: 50%; }
.sixty { width: 60%; }
.seventy { width: 70%; }
.eighty { width: 80%; }
.ninety { width: 90%; }
.hundred { width: 100%; }
.table { display: table; table-layout: fixed; width: 100%; height: 100%;  }
.pull-contents.absolute {
    width: 16.66%;
    float: left;
}
.pull-contents-1.absolute {
    width: 20%;
    float: left;
}
.table-1 { display: table; table-layout: fixed; width: 100%; height:100%;  background-color:#d42f7c;  margin:0; padding:30px; float:left; text-align:center; }
.table-2 { display: table; table-layout: fixed; width: 100%; height:100%;  background-color:#6b2f77; margin:0; padding:30px; float:left; text-align:center;}
.table-3 { display: table; table-layout: fixed; width: 100%; height:100%;  background-color:#2f4785;  margin:0; padding:30px; float:left; text-align:center;}
.table-4 { display: table; table-layout: fixed; width: 100%; height:100%;  background-color:#2f969a;  margin:0; padding:30px; float:left; text-align:center;}
.table-5 { display: table; table-layout: fixed; width: 100%; height:100%; height:100%; background-color:#fb8a2f;  margin:0; padding:30px; float:left; text-align:center;}
.table-6 { display: table; table-layout: fixed; width: 100%; height:100%;  background-color:#666;  margin:0; padding:30px; float:left; text-align:center;}
.table-cell { display: table-cell; }
.relative { position: relative; }
.absolute {  }
.vertical-mid { vertical-align: middle; }
.block { display: block; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.pointer:hover { cursor: pointer; }
.blue { color: #007dc2; }
.underline { text-decoration: underline; }
.parallax { background-size: cover; background-attachment: fixed; background-repeat: no-repeat; }

.css-two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.textcenter {
    text-align: center;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}
.entry-content1 {
    color: #fff;
    padding: 70px 0;
}
.entry-content1 .left.sixty > p {
    color: #fff;
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%;
}
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
    margin-bottom: 17px;
}
.wp-caption {
    margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption {
    color: #767676;
}
.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
}
div.wp-caption .wp-caption-text {
    padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
    padding-right: 0;
}
.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
}
.hide {
    display: none;
}
.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
    content: "";
    display: table;
}
.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
    clear: both;
}
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}
.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
    content: "\0020\007c\0020";
}







/*******************************************************************************************************************/
/*******************************************Basic Structure*********************************************************/
/*******************************************************************************************************************/
.site-width {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}







/*******************************************************************************************************************/
/***********************************************Header**************************************************************/
/*******************************************************************************************************************/
.site-title {
	margin: 0;
	float: left;
	border-right: 1px solid #e1e1e1;
	height: 100px;
	padding: 11px 0px 0px 10px;
	background-color:#333;
}
.site-title a {
	display: block;
	width: 165px;
	height: 67px;
	font-size: 0px;
	text-decoration: none;
	text-indent: -99999px;
	background: url(images/oriant-logo.png) no-repeat;
}
.site-header {
	height: 100px;
	border-bottom: 1px solid #e1e1e1;
	position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
	
}
body.admin-bar .site-header {
    top: 32px;
}
html.ie8 .site-header {
    position: static;
}
.site-main {
    margin-top: 68px;
}
html.ie8 .site-main {
    margin-top: 0;
}
.mobile-menu-btn {
    float: left;
    display: none;
    background-color: white;
    height: 59px;
    line-height: 60px;
    padding: 0 30px;
}
.mobile-menu-btn-inner {
    font-family: Lato;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    text-transform: uppercase;
    color: #007dc2;
    background: url(images/mobile-menu-btn.png) no-repeat;
    background-position: right 0px;
    display: inline-block;
    padding-right: 30px;
    height: 20px;
    line-height: 25px;
}
.mobile-menu-btn.open .mobile-menu-btn-inner {
    background-position: right -20px;
    color: black;
}
.mobile-menu-btn:hover {
    cursor: pointer;
}









/*******************************************************************************************************************/
/*******************************************Main Navigation*********************************************************/
/*******************************************************************************************************************/
.primary-navigation {
	float: left;
}
.primary-navigation ul,
.primary-navigation ul li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	/*margin-top: 10px;*/
}
/*First Level*/
.nav-menu>li {
	float: left;
	border-right: 1px solid #e1e1e1;
}
.nav-menu > li .link-wrapper a {
	display: block;
	font-family: Lato;
	font-size: 12px;
	font-size: 0.9em;
	text-align: center;
	text-transform: uppercase;
	color: #545454;
	padding: 0 20px;
	line-height: 100px;
	max-width: 250px;
    transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
	font-weight:600;
}
.nav-menu>li.two-lines .link-wrapper a {
	line-height: 17px;
	padding: 25px 30px;
}
html.ie9 .nav-menu>li.two-lines .link-wrapper a {
    width: 250px;
}
.nav-menu>li:hover .link-wrapper a {
	background-color: #e4e4e4;
}
.nav-menu>li.menu-item-has-children>div>a>span:after,
.nav-menu>li.menu-item-has-children>.ui-effects-wrapper a span:after {
    content: ' »';
    display: none;
}
.nav-menu li.back>.link-wrapper>a>span:before {
    content: '« ';
}
.nav-menu li.mobile {
    display: none;
}
/*Second Level*/
.nav-menu>li>ul {
	position: absolute;
	top: 85px;
	left: 0;
	right: 0;
	width: 100%;
	height: 85px;
    background-color: #e4e4e4;
	visibility: hidden;
	-webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
	transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: perspective(1200px) rotateX(-90deg);
	transform: perspective(1200px) rotateX(-90deg);
}
html.ie8 .nav-menu>li>ul {
    display: none;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    -webkit-transform-origin: none;
    -ms-transform-origin: none;
    transform-origin: none;
    -webkit-transform: none;
    transform: none;
    z-index: 200;
}
body.not-mobile.safari.windows .nav-menu>li>ul {
    -webkit-transform: none;
    -webkit-transform-origin: none;
    -webkit-transition: none;
    display: none;
}
body.not-mobile.safari.windows .nav-menu>li:hover>ul {
    visibility: visible;
    display: block;
}
.nav-menu>li:hover>ul {
	visibility: visible;
	-webkit-transform: perspective(1200px) rotateX(0deg);
	transform: perspective(1200px) rotateX(0deg);
}
html.ie8 .nav-menu>li:hover>ul {
    display: block;
}
.nav-menu>li>ul>li {
	float: left;
	border-left: 1px solid #e1e1e1;
}
.nav-menu>li>ul>li:first-child {
	border-left: none;
}
.nav-menu>li>ul>li>.link-wrapper>a {
	display: block;
	font-family: Lato;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	text-transform: uppercase;
	color: #545454;
    line-height: 16px;
	background-color: #e4e4e4;
	padding: 30px 30px 0 30px;
	height: 85px;
    max-width: 100%;
}
.nav-menu>li>ul>li:hover>.link-wrapper>a {
	background-color: #007dc3;
	color: white;
}

/********Top Right Menu*********/
.top-right-menu-wrapper {
	float: right;
	height: 85px;
	width:86%;
}
.top-right-menu,
.top-right-menu li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.top-right-menu {
	background-color: #e4e4e4;
}
.top-right-menu>li {
	float: left;
}
.top-right-menu>li>a {
	display: block;
	font-family: Lato;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	text-transform: uppercase;
	color: #545454;
    background-color: #e4e4e4;
	padding: 0 30px;
	line-height: 85px;
    transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
}
.top-right-menu>li.menu-item-56 { display: none; }
.top-right-menu>li.menu-item-56>a {
    background-color: #007dc2;
    color: white;
}
.top-right-menu>li.menu-item-59>a {
    background-color: black;
    color: white;
}
.top-right-menu>li:hover>a {
    background-color: #e4e4e4;
    color: black;
}

.top-right-menu-wrapper #menu-social-links {
    margin: 26% 10% 0 0;
	display:none;
}








/*******************************************************************************************************************/
/*******************************************Home Slideshow**********************************************************/
/*******************************************************************************************************************/
.slideshow {
    position: relative;
}
.slideshow .slides {
    height: 100%;
}
.slideshow .slide-wrapper {
    right: 0;
    display: none;
    background-size: cover;
    height: 100%;
}
.ie8 .slideshow .slide-wrapper {
    -ms-behavior: url(../js/backgroundsize.min.htc);
}
.slideshow img {
    width: 100%;
    height: auto;
}
.slideshow .slide-title {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    width: 100%;
    max-width: 980px;
    margin: auto;
    text-align: center;
    z-index: 150;
}
.slideshow .slide-title .one {
    color: white;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 20px;
    font-weight: bold;
}
.slideshow .slide-title .two {
    color: white;
    font-size: 200px;
    font-size: 12.5rem;
    line-height: 200px;
    font-weight: bold;
}
.slideshow .cycle-controls {
    position: absolute;
    right: 15px;
    top: 35%;
    text-align: right;
    z-index: 200;
    color: white;
}
@media(max-height: 415px) {
    .slideshow .cycle-controls {
        top: 25%;
    }
}
.slideshow .cycle-controls div {
    text-align: center;
    font-family: Lato;
    font-style: italic;
    font-size: 16px;
    font-size: 1rem;
}
.slideshow .cycle-controls .cycle-prev {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0px;
    text-decoration: none;
    text-indent: -99999px;
    background: url(images/cycle-prev.png) no-repeat;
    background-position: 0 0;
    margin-bottom: 15px;
}
.slideshow .cycle-controls .cycle-next {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0px;
    text-decoration: none;
    text-indent: -99999px;
    background: url(images/cycle-next.png) no-repeat;
    background-position: 0 0;
    margin-top: 15px;
}
.slideshow .cycle-controls .cycle-prev:hover,
.slideshow .cycle-controls .cycle-next:hover {
    cursor: pointer;
    background-position: 0 -40px;
}
.cycle-controls .play-pause {
    width: 26px;
    height: 26px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid white;
    margin: 10px auto 0 auto;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-image: url(images/cycle-pause.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ie8 .cycle-controls .play-pause {
    behavior: url('../js/PIE/PIE.htc');
}
.cycle-controls .play-pause.paused {
    background-image: url(images/cycle-play.png);
}
.cycle-controls .play-pause:hover {
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}
.scroll-arrow {
    z-index: 160;
    bottom: 0px;
    left: 0;
    right: 0;
}
.scroll-arrow .inner {
    width: 60px;
    height: 49px;
    margin: auto;
    background: url(images/scroll-arrow.png) no-repeat center;
    opacity: 1;
}
.scroll-arrow .inner:hover {
    opacity: 0.8;
}








/*******************************************************************************************************************/
/*********************************************Home Pulls************************************************************/
/*******************************************************************************************************************/
.home-pulls .pull .pull-contents {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.home-pulls .pull .pull-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}
.home-pulls{
    height: 300px;
    background-size: cover;
}
.home-pulls .pull .pull-icon img {
    width: auto;
    max-width: 100%;
}
.home-pulls .pull:hover .pull-overlay {
    background-color: rgba(0, 0, 0, 0.7) !important;
}
html.ie8 .home-pulls .pull:hover .pull-overlay {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ) !important;
}
 .pull-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-size: 1.1rem;
    letter-spacing: 3px;
    padding: 30px 5px 0px 17px;
    line-height: 24px;
	font-weight:bold;
}
.home-tagline {
    line-height: 55px;
    text-align: center;
    padding: 70px 0;
}
.home-tagline h1 {
    margin: 20px 0;
}










/*******************************************************************************************************************/
/***********************************************Content*************************************************************/
/*******************************************************************************************************************/
body.home .site-content {
    background: url(images/home-content-background.jpg) no-repeat;
    background-size: cover;
}
body.home .entry-content {
    color: white;
   /* padding: 70px 0;*/
}

body.home .left.sixty {
    padding-left: 20px;
}
body.home .left.fourty img {
    margin-top: 30px;
}
   
.entry-content .intro {
   
    font-size: 1.2em;
    line-height: 35px;
    margin-bottom: 5px;
	color:#666;
	font-weight:normal;
}
.entry-content {
   /* padding-bottom: 70px;*/
    font-weight: 100;
}
.entry-title {
    margin: 50px 0 10px 0;
}







/*******************************************************************************************************************/
/********************************************Services Page**********************************************************/
/*******************************************************************************************************************/
.entry-content .service-content {
    padding-right: 20px;
}
.service-category-selectors .icon {
    width: 70px;
    height: 70px;
    background-position: center;
    margin: auto;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin-bottom: 20px;
    behavior: url('../js/PIE/PIE.htc');
}
.service-category-selectors .title {
    font-size: 16px;
    font-size: 1rem;
    color: #3b3b3b;
    line-height: 20px;
    font-weight: 100;
	text-align:center;
}
.overlay.absolut-service.gradient {
    position: absolute;
}
.service-category-selectors .service-category-selector {
    width: 14.2%;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 70px;
    min-height: 140px;
}
.service-category-selectors .service-category-selector:hover .icon {
    opacity: 0.7;
}
.service-categories-wrapper .service-category {
    padding: 90px 0;
    background-size: cover;
}
.ie8 .service-categories-wrapper .service-category {
    -ms-behavior: url(../js/backgroundsize.min.htc);
}
.service-categories-wrapper .service-category .overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.service-categories-wrapper .service-category .contents {
    position: relative;
    z-index: 2;
}
.service-categories-wrapper .service-category .service-category-title {
    color: white;
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 70px;
}
.service-categories-wrapper .service-category .service-category-body {
    color: white;
    padding-right: 50px;
}
.service-categories-wrapper .service-category .accordion {
    border-top: 1px solid #e1e1e1;
}
.service-categories-wrapper .service-category .accordion.closed {
    
}
.service-categories-wrapper .service-category .accordion .title {
    padding: 15px 90px 15px 30px;
    position: relative;
}
.service-categories-wrapper .service-category .accordion .title:hover {
    cursor: pointer;
}
.service-categories-wrapper .service-category .accordion.open .title {
    color: white !important;
}
.service-categories-wrapper .service-category .accordion.closed .title {
    background-color: white !important;
}
.service-categories-wrapper .service-category .accordion .body {
    background-color: white;
    padding: 30px;
    display: none;
}
.service-categories-wrapper .service-category .accordion .accordion-arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    font-family: Lato;
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    line-height: 57px;
}
.service-categories-wrapper .service-category .accordion.open .accordion-arrow {
    color: white !important;
}
.service-categories-wrapper .service-category .accordion.closed .accordion-arrow {
    background-color: transparent !important;
}
.service-categories-wrapper .service-category .accordion .gallery-container a {
    display: none;
}
.service-categories-wrapper .service-category .accordion .gallery-container a.first,
.service-categories-wrapper .service-category .accordion a.in-touch {
    display: block;
    font-weight: 100;
}
.service-categories-wrapper .service-category a.in-touch {
    color: #016dc3;
}
.service-categories-wrapper .service-category a.in-touch span {
    background-color: #017dc3;
    display: inline-block;
    width: 17px;
    height: 17px;
    color: white;
    text-align: center;
    line-height: 17px;
    margin-left: 10px;
    font-size: 13px;
}
.service-categories-wrapper .service-category .accordion .gallery-container a span {
    display: inline-block;
    width: 17px;
    height: 17px;
    color: white;
    text-align: center;
    line-height: 17px;
    margin-left: 10px;
    font-size: 13px;
}
.services-p {
    width: 16.5%;
    float: left;
}
/*Magnific Lightbox Overrides*/
.mfp-image-holder .mfp-content {
    max-width: 70% !important;
}
.mfp-close {
    right: -21px !important;
    top: 20px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 0px !important;
    text-indent: -99999px !important;
    background: url(images/gallery-close.png) no-repeat !important;
}
img.mfp-img {
    /*max-height: 80% !important;*/
}
.mfp-arrow-right {
    font-size: 0px !important;
    text-indent: -99999px !important;
    background: url(images/gallery-next.png) no-repeat center !important;
    opacity: 1 !important;
    right: 30px !important;
}
.mfp-arrow-left {
    font-size: 0px !important;
    text-indent: -99999px !important;
    background: url(images/gallery-prev.png) no-repeat center !important;
    opacity: 1 !important;
    left: 30px !important;
}
.mfp-arrow-right:after,
.mfp-arrow-right:before,
.mfp-arrow-left:after,
.mfp-arrow-left:before {
    display: none !important;
}
.mfp-figure:after {
    background: none !important;
}
.mfp-bottom-bar {
    position: static !important;
}
.mfp-bottom-bar .title {
    margin: 25px 0;
    font-family: Lato;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: white;
}
.mfp-bottom-bar .description {
    font-size: 18px;
    font-size: 1.125rem;
    color: white;
}
.additional-services-wrapper {
    padding-bottom: 70px;
    padding-top: 30px;
}
.additional-services-wrapper .title{
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 30px;
	color:#007dc2;
}
.additional-services-wrapper .service .inner {
    position: relative;
    display: block;
    margin: 0 5px;
    border-bottom: 1px solid #007dc3;
    color: #666;
    padding: 5px 10px 5px 20px;
    font-weight: normal;
}
.additional-services-wrapper .service .inner:hover {
    color: #007dc3;
    cursor: pointer;
}
.additional-services-wrapper .service .inner:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 11px;
    width: 8px;
    height: 14px;
    background: url(images/additional-service-arrow.png) no-repeat center;
}
.pull-contents-1.absolute {
    height: 250px;
}



/*******************************************************************************************************************/
/***********************************Pages w/children or services template*******************************************/
/*******************************************************************************************************************/
.header-slider {
    position: relative;
}
.header-slider .slides {
    height: 100%;
}
.header-slider .slide-wrapper {
    right: 0;
    display: none;
}
.header-slider img {
    width: 100%;
    height: auto;
}
.header-slider .slide-wrapper .slide-contents {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 60px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: right;
    z-index: 150;
}
.header-slider .slide-wrapper .slide-contents .slide-contents-inner {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px;
    display: inline-block;
    text-align: left;
}
html.ie8 .header-slider .slide-wrapper .slide-contents .slide-contents-inner {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-8 */
}
.header-slider .slide-wrapper .slide-contents .title {
    font-size: 18px;
    font-size: 1.125rem;
    color: white;
}
.header-slider .slide-wrapper .slide-contents .title:hover {
    color: #007dc2;
}
.header-slider .slide-wrapper .slide-contents .gallery-container {
    color: white;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 27px;
    padding-bottom: 10px;
}
.header-slider .slide-wrapper .slide-contents .gallery-container a {
    color: white;
    display: none;
}
.header-slider .slide-wrapper .slide-contents .gallery-container a.first {
    display: block;
}
.header-slider .slide-wrapper .slide-contents .gallery-container a:hover {
    color: #007dc2;
}
.header-slider .cycle-controls {
    position: absolute;
    right: 15px;
    top: 35%;
    text-align: right;
    z-index: 200;
    color: white;
}
.header-slider .cycle-controls div {
    text-align: center;
    font-family: Lato;
    font-style: italic;
    font-size: 16px;
    font-size: 1rem;
}
.header-slider .cycle-controls .cycle-prev {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0px;
    text-decoration: none;
    text-indent: -99999px;
    background: url(images/cycle-prev.png) no-repeat;
    background-position: 0 0;
    margin-bottom: 15px;
}
.header-slider .cycle-controls .cycle-next {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0px;
    text-decoration: none;
    text-indent: -99999px;
    background: url(images/cycle-next.png) no-repeat;
    background-position: 0 0;
    margin-top: 15px;
}
.header-slider .cycle-controls .cycle-prev:hover,
.header-slider .cycle-controls .cycle-next:hover {
    cursor: pointer;
    background-position: 0 -40px;
}

.child-pages-wrapper {
    background-color: #EBEBEB;
}
.child-pages-wrapper .child-page {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.ie8 .child-pages-wrapper .child-page {
    -ms-behavior: url(../js/backgroundsize.min.htc);
}
.child-pages-wrapper .child-page .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    transition: background-color 0.3s;
}
.child-pages-wrapper .child-page:hover .overlay {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
html.ie8 .child-pages-wrapper .child-page:hover .overlay {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ) !important;
}
.child-pages-wrapper .child-page .title {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding: 0 15px;

    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 1px;
    line-height: 27px;
}
.cta {
    background-image: url(images/cta-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    text-align: center;
}
.cta .link {
    text-transform: uppercase;
    display: inline-block;
    background-color: #007dc2;
    color: white;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Lato;
    padding: 15px 100px 15px 40px;
    position: relative;
	font-weight:normal;
}
.cta .link:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background-color: white;
    text-align: center;
    background-image: url(images/additional-service-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}







/*******************************************************************************************************************/
/********************************************Our Work Page**********************************************************/
/*******************************************************************************************************************/
.category-menu {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}
.category-menu ul,
.category-menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;   
}
/*First Level*/
.category-menu .parent-terms {
    display: inline-block;
    border-bottom: 2px solid #e1e1e1;
}
.category-menu .parent-terms>li {
    display: inline-block;
    height: 80px;
    line-height: 80px;
	color: #333;
}
.category-menu .parent-terms>li>span {
    display: block;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
}
.category-menu .parent-terms>li:hover>span {
    color: #007dc3;
}
.category-menu .parent-terms>li>.accordion-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 40px;
    padding: 0;
    text-align: center;
    background-color: #007dc2;
    color: white;
    font-family: Lato;
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
    display: none;
}
.category-menu li.active>span {
    color: #007dc3;
}
.category-menu li:hover {
    cursor: pointer;
}
/*Second Level*/
.category-menu .child-terms {
    display: none;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
}
.category-menu .parent-terms>li.active>.child-terms {
    display: block;
}
.category-menu .child-terms>li {
    display: inline-block;
}
.category-menu .child-terms>li>span {
    display: block;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
}
.category-menu .child-terms>li:hover>span {
    color: #007dc3;
}

.our-work-wrapper {
    width: 100%;
    max-width: 2000px;
    margin: auto;
    margin-bottom: 30px;
}
.our-work-wrapper .project {
    padding: 5px;
}
.our-work-wrapper .project p {
    margin-bottom: 0;
}
.our-work-wrapper .project .project-inner>img {
    width: 100%;
    height: auto;
}
.our-work-wrapper .project .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
}
html.ie8 .our-work-wrapper .project .overlay {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 );
}
.our-work-wrapper .project:hover .overlay,
.our-work-wrapper .project.hover .overlay {
    background-color: rgba(0, 125, 195, 0.7);
}
html.ie8 .our-work-wrapper .project:hover .overlay {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3007dc3', endColorstr='#b3007dc3',GradientType=0 );
}
.our-work-wrapper .project .contents {
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    text-align: center;
    padding: 10px;
}
.our-work-wrapper .project .contents .title {
    text-transform: uppercase;
    color: white;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 27px;
}
.our-work-wrapper .project .contents .body,
.our-work-wrapper .project .contents .links {
    display: none;
}
.our-work-wrapper .project:hover .contents .body,
.our-work-wrapper .project:hover .contents .links,
.our-work-wrapper .project.hover .contents .body,
.our-work-wrapper .project.hover .contents .links {
    display: block;
}
.our-work-wrapper .project:hover .contents .see-more a {
    display: none;
}
.our-work-wrapper .project:hover .contents .see-more a.first {
    display: block;
    color: white;
    height: 40px;
}
.our-work-wrapper .project .contents .see-more a.first .see-more-arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(images/see-more-arrow.png) no-repeat;
    background-position: 0 0;
    margin-left: 10px;
}
.our-work-wrapper .project:hover .contents .case-study {
    color: white;
    height: 40px;
}
.our-work-wrapper .project:hover .contents .case-study .case-study-arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(images/case-study-arrow.png) no-repeat;
    background-position: 0 0;
    margin-left: 10px;
}
.our-work-wrapper .project .contents .see-more a.first:hover .see-more-arrow,
.our-work-wrapper .project:hover .contents .case-study:hover .case-study-arrow {
    background-position: 0 -40px;
}
.our-work-wrapper .project:hover .contents .links .link {
    position: relative;
    top: -10px;
    font-weight: 100;
}
.our-work-wrapper .absolute {
    position: absolute;
}
.our-work-wrapper .project .title a {
    color: #fff;
	font-weight: normal;
}




/*******************************************************************************************************************/
/********************************************Case Study Page********************************************************/
/*******************************************************************************************************************/
.masonry-container {
    width: 100%;
    max-width: 2000px;
    margin: auto;
    margin-bottom: 30px;
}
.masonry-container .grid-sizer {
    width: 25%;
}
.masonry-container .gutter-sizer {
    width: 5px;
}
.masonry-container .item {
    width: 50%;
}
.masonry-container .item .item-inner {
    margin: 5px;
}
.masonry-container .item.small {
    width: 25%;
}
.masonry-container .item img {
    width: 100%;
    height: auto;
}
.masonry-container .item.case-study .item-inner {
    padding: 20px;
}






/*******************************************************************************************************************/
/*********************************************Awards Page***********************************************************/
/*******************************************************************************************************************/
.awards-wrapper .year-title {
    font-size: 18px;
    font-size: 1.125rem;
    color: #3b3b3b;
    padding-bottom: 10px;
    border-bottom: 1px solid #007dc3;
    margin-bottom: 20px;
}
.awards-wrapper .awards {
    margin-bottom: 20px;
}
.awards-wrapper .award {
    min-height: 70px;
    padding-right: 20px;
}
.awards-wrapper .award-title {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
}
.awards-wrapper .award-subtitle {
    font-size: 12px;
    font-size: 0.75rem;
}




/*******************************************************************************************************************/
/*********************************************Contact Page**********************************************************/
/*******************************************************************************************************************/
/*body.page-id-24 .entry-content {
    padding-bottom: 00px;
}
body.page-id-24 .accordion h2 {
    margin: 0;
    display: inline-block;
}*/
.contact-page .entry-content .telephone a {
    display: inline-block;
    padding-left: 30px;
    line-height: 30px;
    height: 30px;
    background: url(images/phone-icon.png) no-repeat left center;
    color: #3b3b3b;
}
.contact-page .entry-content .telephone {
    margin-bottom: 5px;
}
.contact-page .entry-content .fax {
    display: inline-block;
    padding-left: 30px;
    line-height: 30px;
    height: 30px;
    background: url(images/fax-icon.png) no-repeat left center;
    color: #3b3b3b;
}

.contact-page .contact-ribbon {
    background-color: #ebebeb;
}
.contact-page .contact-ribbon .contacts {
    padding: 50px 30px 50px 75px;
}
.contact-page .contact-ribbon .contacts .title {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 25px;
}
.contact-page .contact-ribbon .contacts .contact {
    padding-bottom: 15px;
}
.contact-page .contact-ribbon .form {
    background-color: #202020;
    color: white;
    padding: 50px 25px;
}
.wpcf7-form > p {
    border-bottom: 10px none;
}
.contact-page .contact-ribbon .form hr {
    background-color: #454647;
}
.contact-page .contact-ribbon .form .form-description {
    font-size: 18px;
    font-size: 1.125rem;
}
.contact-page .contact-ribbon span.wpcf7-list-item {
    display: block;
}
.contact-page .contact-ribbon .wpcf7 .two-column.first {
    padding-left: 0;
}
.contact-page .contact-ribbon .wpcf7 .two-column.last {
    padding-right: 0;
}
.contact-page .contact-ribbon .wpcf7 input[type="submit"] {
    font-weight: normal;
}

.map-wrapper {
    margin: 0 0 30px 0;
}
.contact-page .map-wrapper {
    margin-bottom: 0px;
}
#map_canvas {
    height: 460px;
    width: 100%;
}
.gm-style-iw h3 {
    margin: 0;
}


.wpcf7 .two-column {
    padding: 0 10px;
}
.wpcf7 .three-column {
    padding: 0 10px;
}
.wpcf7 .three-column.first,
.wpcf7 .two-column.first {
    padding-left: 0;
}
.wpcf7 .three-column.last,
.wpcf7 .two-column.last {
    padding-right: 0;
}
.wpcf7 .captcha {
    padding: 0 10px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    width: 100%;
    padding: 10px;
}
.wpcf7 h2 {
    font-family: Lato;
    font-weight: 100;
}
.wpcf7 .gray {
    padding: 20px;
    background-color: #ebebeb;
}
.wpcf7 .gray p {
    margin-bottom: 15px;
}
.wpcf7 .wpcf7-checkbox {
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.wpcf7 .activities .wpcf7-list-item {
    float: left;
    width: 33.3%;
    margin-bottom: 5px;
    margin-left: 0;
    min-height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 20px;
}
.wpcf7 .contacted .wpcf7-list-item {
    float: left;
    width: 25%;
    margin-bottom: 5px;
    margin-left: 0;
    min-height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 20px;
}
.wpcf7 p.submit {
    margin: 20px 0;
    text-align: center;
}
input[type="submit"] {
    background-color: #007dc2;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 100;
    padding: 10px 35px;
    border: none;
}
.vc_row.wpb_row.vc_row-fluid.contact {
    width: 90%;
    margin: 0 auto;
}
h3.contact-header {
    color: #df8a47;
	margin-left:16px;
}
h4.contact-head {
    color: #df8a47;
	margin-left:18px;
}

.vc_col-sm-8.contact-left.wpb_column.vc_column_container {
    width: 63%;
    margin-left: 10px;
    margin-right: 23px;
}
p.cont-inform {
   
    margin-left: 20px;
    font-family: Lato;
}
/*******************************************************************************************************************/
/**********************************************Blog Page************************************************************/
/*******************************************************************************************************************/
body.blog .column-wrapper.site-width,
body.category .column-wrapper.site-width,
body.single .column-wrapper.site-width {
    margin-bottom: 30px;
}
body.blog .entry-content,
body.category .entry-content,
body.single .entry-content {
    padding-right: 30px;
    border-right: 1px solid #e1e1e1;
}
.blog-sidebar-wrapper .widget-title {
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #007dc3;
    border-bottom: 1px solid #007dc3;
    font-family:Lato;
    font-size: 18px;
    font-size: 1.125rem;
}
.blog-sidebar-wrapper a {
    font-size: 12px;
    font-size: 0.75rem;
}
.blog-sidebar-wrapper a,
body.blog .post .post-title,
body.category .post .post-title {
    color: #3b3b3b;
}
body.blog .post .post-title,
body.category .post .post-title {
    font-family: Lato;
    font-weight: 100;
    display: inline-block;
}
.blog-sidebar-wrapper a:hover,
body.blog .post .post-title:hover,
body.category .post .post-title:hover {
    color: #007dc2;
}
body.blog .post,
body.category .post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #007dc3;
}
body.blog .post .wp-post-image,
body.category .wp-post-image,
body.single .wp-post-image {
    margin-bottom: 20px;
}
.blog-sidebar-wrapper {
    padding-left: 30px;
}
.blog-sidebar ul,
.blog-sidebar ul li {
    list-style-type: none;
    list-style: none;
}
/*******************************************************************************************************************/
/************************************************The process section css*************************************************************/
/*******************************************************************************************************************/

.container {
    width: 980px;
    margin: 0 auto;
}
.grid {
    
    list-style: none;
    margin-bottom: 0;
}
.process-item-title > span {
    font-weight: normal;
}
.process-item-wrap h2 {
    color: #0a3542;
    font-family: Lato;
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 20px;
}
.process-title {
    font-size: 46px;
    padding-top: 20px;
}
.process-item-wrap {
    font-family: Lato;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 60px;
}
.grid__item {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border: none;
    font-style: italic;
}
.process-item-title {
    color: #df8a47;
    font-family: Lato;
    font-size: 25px;
    font-weight: 300;
    line-height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
	font-weight:normal;
}

.text-center {
    text-align: center;
}
.process-item-title > span {
    font-weight: bold;
}
.caps {
    text-transform: uppercase;
}
.process-title > h2 {
	    color: #0a3542;
    font-family: Lato;
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 20px;
}

.process-item-wrap.grid__item.span4.text-center {
        width: 32.3%;

}

#mission {
    padding-top: 20px;
}

.grid__item.span5 {
    width: 40%;
	margin-bottom:60px;
}
.grid__item.span7 {
    width: 56%;
	margin-left: 15px;
}
.brand-color {
    color: #df8a47;
    font-size: 30px;
    font-family: Lato;
	margin-bottom: 8px;
    margin-top: -9px;
}
.nav {
    list-style: none;
    margin-left: 0;
}

.about--nav-social > li {
    margin-right: 15px;
    margin-top: 15px;
}
.nav > li, .nav > li > a {
    display: inline-block;
    zoom: 1;
}
.about--nav-social > .linkedin > a {
    background-image: url('images/icon-social-linkedin.png');
    width: 19px;
    height: 21px;
}
.about--nav-social > .facebook > a {
    background-image: url('images/icon-social-facebook.png');
    width: 12px;
    height: 21px;
}
.about--nav-social > .twitter > a {
    background-image: url('images/icon-social-twitter.png');
    width: 16px;
    height: 21px;
}
.about--nav-social > .instagram > a {
    background-image: url('images/instagram.png');
    width: 16px;
    height: 21px;
}
.about--nav-social > .google-plus > a {
    background-image: url('images/google-plus.jpg');
    width: 16px;
    height: 21px;
}
.about--nav-social > li > a {
    background-position: 0 bottom;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: no-wrap;
    overflow: hidden;
}
.cs-services {
    float: left;
    position: relative;
    width: 100%;
}
.cs-services.has-caption figure {
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}
.cs-services figure {
    display: inline-block;
    float: none;
    width: 100%;
}
.cs-services figure {
    margin-bottom: 10px;
    position: relative;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
.cs-services .text {
    float: left;
    margin-bottom: 8px;
    width: 100%;
}
.top-left {
    text-align: left;
}
h3.title-name {
    color: #df8a47;
    margin: 0 auto;
}
.images-block p {
    color: #666;
}
.images-block p {
    margin-bottom: 0;
}
.vc_row.wpb_row.vc_row-fluid.images-block {
    margin: 0 auto 30px;
    width: 95%;
}
.images-block img {
    border: 1px solid #eee;
    padding: 5px;
}
.images-block {
    text-align: center;
}
.vc_row.wpb_row.vc_row-fluid.header-area {
    margin-top: 30px;
}
p.box-para {
    /*font-size: 15px;*/
}
a.links {
    color: #fff;
}
ul.event-page {
    color: #666;
    font-size: 17px;
    font-weight: normal;
    list-style-position: inside;
    list-style-type: circle;
    margin-bottom: 10px;
    margin-left: 18px;
    margin-top: -9px;
}
/*******************************************************************************************************************/
/************************************************clientele page*************************************************************/
/*******************************************************************************************************************/

.clients img {
    padding: 20px;
    width: 95%;
}


/*******************************************************************************************************************/
/************************************************Footer*************************************************************/
/*******************************************************************************************************************/
.subscrbr-sign-up-form label {
    display: none;
}
.site-footer {
    border-top: 1px solid #e1e1e1;
}
.footer-main {
    padding: 20px 0;
}
.footer-menu ul,
.footer-menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
.footer-menu {
    text-align: center;
    margin-bottom: 10px;
}
.footer-menu ul li {
    display: inline-block;
    border: none;
    height: 30px;
    line-height: 30px;
}
.ie8 .footer-menu ul li.home {
    position: relative;
    top: -15px;
}
.footer-menu ul li a {
    display: block;
    font-family: Lato;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #3b3b3b;
    padding: 0 7px;
    position: relative;
}
.footer-menu ul li a:hover {
    color: #999;
}
.footer-menu ul li a:before {
    content: '';
    /*background-color: #3b3b3b;*/
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 7px;
}
.footer-menu ul li.home a:before,
.footer-menu ul li.menu-item-105 a:before {
    display: none;
}
.footer-main li.home a {
    display: block;
    font-size: 0px;
    text-decoration: none;
    text-indent: -99999px;
    width: 71px;
    height: 28px;
    margin-right: 10px;
    background: url(images/oriant-logo-1.png) no-repeat;
}
.footer-main .menu-main-menu-container {
    float: left;
}

.social-menu,
.social-menu li {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}
.social-menu {
    text-align: center;
    margin-bottom: 20px;
}
.social-menu li {
    display: inline-block;
    line-height: 36px;
    margin: 0 2px;
}
.social-menu li a {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #3b3b3b;
}
.social-menu li.facebook,
.social-menu li.twitter,
.social-menu li.pinterest {
    margin: 0 3px;
}
.ie8 .social-menu li.facebook,
.ie8 .social-menu li.twitter,
.ie8 .social-menu li.pinterest {
    position: relative;
    top: -15px;
}
.social-menu li.facebook a {
    font-size: 0px;
    text-decoration: none;
    text-indent: -99999px;
    width: 23px;
    height: 22px;
    background: url(images/facebook.png) no-repeat;
    background-position: 0 0;
}
.social-menu li.twitter a {
    font-size: 0px;
    text-decoration: none;
    text-indent: -99999px;
    width: 23px;
    height: 22px;
    background: url(images/twitter.png) no-repeat;
    background-position: 0 0;
}
.social-menu li.instagram a {
    font-size: 0px;
    text-decoration: none;
    text-indent: -99999px;
    width: 23px;
    height: 22px;
    background: url(images/instagram.png) no-repeat;
    background-position: 0 0;
}
.social-menu li.google-plus a {
    font-size: 0px;
    text-decoration: none;
    text-indent: -99999px;
    width: 23px;
    height: 22px;
    background: url(images/google-plus.jpg) no-repeat;
    background-position: 0 0;
}
.social-menu li.facebook:hover a,
.social-menu li.twitter:hover a,
.social-menu li.instagram:hover a,
.social-menu li.google-plus:hover a {
    background-position: 0 -22px;
}
.social-menu li.pinterest a {
    font-size: 0px;
    text-decoration: none;
    text-indent: -99999px;
    width: 23px;
    height: 23px;
    background: url(images/pinterest.png) no-repeat;
    background-position: 0 0;
}
.social-menu li.pinterest:hover a {
    background-position: 0 -23px;
}

.newsletter {
    background-color: #ebebeb;
    padding: 40px 20px;
}
.newsletter .inner {
    max-width: 650px;
    margin: auto;
}
.newsletter .title {
    color: #007dc3;
    font-size: 24px;
    padding-bottom: 15px;
    font-family: Lato;
    font-weight: 100;
}
.newsletter .subtitle { font-size: 14px; }
.newsletter input[type="submit"] {
    width: 100%;
    padding: 10px;
    font-family: Lato;
    /*font-weight: 100;*/
    font-weight: normal;
}
.newsletter .left {
    padding: 0 5px;
}
.newsletter input[type="text"] {
    height: 41px;
    width: 100%;
    line-height: 41px;
}
.ie8 .newsletter input[type="text"] {
    line-height: 32px;
}

.copyright {
    font-size: 10px;
    font-size: 0.625rem;
    text-align: center;
}
.to-top-btn {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 400;
    bottom: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    background: url(images/to-top.png) no-repeat;
    background-position: 0 0;
    transition: opacity 0.5s, visibility 0.5s;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
}
.to-top-btn:hover {
    background-position: 0 -65px;
    cursor: pointer;
}
.to-top-btn.active {
    visibility: visible;
    opacity: 1;
}
.cta-purple {
    text-align: center;
    font-size: 1.2em;
    margin: 40px 0;
    background: #6B2F78;
    color: #ffffff;
    padding: 10px 90px;
    border: #A6A6A6 1px solid;
    display: inline-block;
}
.cta-purple a {background: #6B2F78; color:#ffffff;padding:10px 90px; border:#A6A6A6 1px solid;}
.cta-purple a:hover {color:#E5E5E5;}

