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 {
    border: 0 none;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: baseline;
    cursor: default;
	font-family: 'Lato', Verdana;
}

#logo
{
	width: 360px;
	height: 246px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	background-image:url(/images/edge.png);
	background-repeat: no-repeat;
	background-position: top right;
}

a, a:visited
{
	cursor: pointer;
	text-decoration: none;
}

#logo img
{
	margin: 25px 0 0 26px;
}

#header
{
	position: fixed;
	top: 0;
	height: 50px;
	z-index: 15;
	background-color: #ebebeb;
	box-shadow: 0 0 11px 4px #b3b7ba;
}

#navigation
{
	width: 1225px;
	margin: 0px auto;
}

#header .tel
{
	position: absolute;
	left: 442px;
	font-family: 'Open Sans', Verdana;
	font-weight: lighter;
	font-size: 10px;
	color: #252525;
	top: 18px;
}

#menu
{
	float: right;
	margin-top: 13px;
}

#menu ul
{
	float: right;
}

#menu ul li
{
	list-style-type: none;
	display: inline;
	width: 143px;
	float: left;
	background-image:url(/images/menu.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#menu ul li a
{
	color: #252525;
    display: block;
    font-family: "Lato",Verdana;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 0 18px;
    padding: 6px 0 12px;
    text-align: center;
    text-transform: uppercase;
}

#menu ul li.active a, #menu ul li a:hover
{
	border-bottom: 4px solid #055986;
}

#home
{
	margin-top: -4px;
	position: relative;
	background-size: cover;
	min-width: 1225px;
}

.section
{
	width: 100%;
	float: left;
}

.inside
{
	width: 1225px;
	margin: 0px auto;
}

.tl_bg
{
	width: 784px;
	height: 584px;
	position: absolute;
	top: 0px;
	left: 0;
	background-image:url(/images/tl_bg.png);
	background-repeat: no-repeat;
}

.br_bg
{
	width: 573px;
	height: 394px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image:url(/images/br_bg.png);
	background-repeat: no-repeat;
}

.gradient
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image:url(/images/gradient.png);
	background-repeat: repeat;
}

.text
{
	margin: 40px 0 0 0;
}

.text_full
{
	width: 1225px;
	float: left;
}

.text_left
{
	width: 700px;
	float: left;
}

.text_right
{
	width: 525px;
	float: left;
	text-align: right;
}

.text_right img
{
	margin-top: 40px;
}

h2
{
	
	font-weight: lighter;
	font-size: 30px;
	color: #252525;
	margin-bottom: 25px;
	width: 100%;
	float: left;
}

h2 span
{
	font-weight: normal;
	color: #055986;
}

p
{
	color: #111111;
}

.text_left p
{
	font-size: 16px;
}

.quote
{
	background-color: #008eab;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 29px;
    margin: 25px 105px 0 0;
    padding: 0 9px;
    text-transform: uppercase;
}

.quote:hover
{
	border: 1px solid #008eab;
	background-color: #FFF;
	color: #008eab;
}

.amounts
{
	float: right;
}

.amounts .last
{
	border-right: none;
}

.expertise
{
	margin-top: 100px;
}

.expertise h2
{
	float: left;
}

.exp
{
	width: 270px;
	float: left;
	margin-right: 48px;
	margin-bottom: 48px;
	position: relative;
}

.exp img
{
	width: 270px;
	height: 270px;
	float: left;
	cursor: pointer;
	position: relative;
}

.exp:after
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 1;
	background-color: #000;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.exp:hover:after
{
	opacity: 0.2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.exp p
{
	border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    left: 18px;
    line-height: 23px;
    padding-bottom: 1px;
    position: absolute;
    right: 18px;
    text-transform: uppercase;
    top: 29px;
	cursor: pointer;
	z-index: 2;
}

.exp p span
{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.expertise_boxes
{
	margin-top: 45px;
}

.expertise_boxes .last
{
	margin-right: 0;
}

.expertise_pages
{
	margin-top: 35px;
}

.page
{
	width: 589px;
	float: left;
}

.pr
{
	float: right;
}

.page h3
{
	padding-left: 25px;
	background-image:url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	font-weight: lighter;
	font-size: 20px;
	color: #252525;
	margin: 0 0 20px;
}

.page p
{
	font-size: 14px;
	margin: 0 0 50px;
}

.page .readmore
{
	padding-right: 25px;
	background-image:url(/images/readmore.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 12px;
	color: #363636;
	float: right;
	text-transform: uppercase;
}

.page .readmore:hover
{
	text-decoration: underline;
}

.background
{
	background-image: url("/images/background.png");
    background-position: right top;
    background-repeat: no-repeat;
    padding-bottom: 70px;
	min-width: 1225px;
}

.portfolio
{
	height: 276px;
	position: relative;
	z-index: 10;
}

#portfolio
{
	background-image:url(/images/portfolio.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-width: 1225px;
	position: relative;
}

.amount
{
	width: 193px;
	float: left;
	padding: 0 0 0 47px;
	border-right: 1px solid #c0c0c0;
}

.amount .number
{
	font-size: 46px;
	font-weight: bold;
	color: #bdbdbd;
	float: left;
	line-height: 41px;
}

.amount p
{
	color: #cacaca;
    float: left;
    font-size: 14px;
    font-weight: lighter;
    margin-left: 14px;
    margin-top: 5px;
    text-transform: uppercase;
}

.amount p span
{
	font-weight: bold;
	clear: both;
}

.blue
{
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	height: 68px;
	background-image:url(/images/blue_noshadow.jpg);
	background-repeat: repeat-x;
	z-index: 5;
}

.portfolio .title
{
	width: 1145px;
	float: left;
}

.portfolio .nav
{
	width: 80px;
	float: left;
}

.portfolio .nav a
{
	opacity: 0.5;
}

.portfolio .nav a:hover
{
	opacity: 1;
}

.portfolio .nav .prev
{
	width: 12px;
	height: 19px;
	background-image:url(/images/left.png);
	background-repeat: no-repeat;
	float: left;
	text-indent: -99999px;
	margin: 22px 0 0 33px;
}

.portfolio .nav .next
{
	width: 12px;
	height: 19px;
	background-image:url(/images/right.png);
	background-repeat: no-repeat;
	float: left;
	text-indent: -99999px;
	margin: 22px 0 0 23px;
}

.portfolio .title .blue_edge
{
	width: 81px;
	height: 68px;
	float: left;
	margin-left: 28px;
	background-image:url(/images/blue_edge_noshadow.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.portfolio .title .portfolio_title
{
	width: 1036px;
	height: 58px;
	line-height: 58px;
	float: right;
	font-weight: lighter;
	font-size: 30px;
	background-image:url(/images/blue_noshadow.jpg);
	background-repeat: repeat-x;
	text-align: right;.blue
}

.portfolio .title .portfolio_title span
{
	font-weight: normal;
	color: #FFFFFF;
}

#dividers
{
	background-image: url("/images/dividers.png");
    background-repeat: no-repeat;
    height: 68px;
    left: 139px;
    position: absolute;
    right: 50px;
    top: 125px;
    width: 897px;
    z-index: 10;
}

.owl-item img
{
	/* for Webkit browsere, Chrome 19+, Safari 6+ ... */
	-webkit-filter: grayscale(1);

	/* this is for Firefox 3.5+, Firefox mobile */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs");

	/* for IE6+ */
	filter: gray;
	cursor: pointer;
}

.owl-item img:hover
{
	-webkit-filter: grayscale(0);
	filter: none;
}

#contact
{
	background-image: url("/images/background.png");
    background-position: right top;
    background-repeat: no-repeat;
	min-width: 1225px;
}

.contact
{
	width: 100%;
	float: left;
	margin: 100px 0 120px 0;
}

.contact .col_1
{
	width: 390px;
	float: left;
	margin-right: 52px;
}

.contact .col_2
{
	width: 390px;
	float: left;
	margin-right: 100px;
}

.contact .col_3
{
	width: 293px;
	float: left;
}

.contact .col_3 p
{
	font-family: 'Lato', Verdana;
	font-size: 14px;
	color: #363636;
	margin-top: 90px;
}

.contact .col_3 .submit
{
	width: 132px;
	height: 29px;
	background-color: #008eab;
	color: #FFFFFF;
	border-radius: 2px;
	font-size: 11px;
	font-weight: bold;
	line-height: 29px;
	text-transform: uppercase;
	border: 1px solid #008eab;
	cursor: pointer;
	margin-top: 61px;
}

.contact .col_3 .submit:hover
{
	border: 1px solid #008eab;
	color: #008eab;
	background-color: #FFFFFF;
}

.contact .field
{
	width: 100%;
	float: left;
	margin-bottom: 14px;
}

.contact .field label
{
	clear: right;
    color: #252525;
    float: left;
    font-family: "Lato",Verdana;
    font-size: 20px;
    font-weight: lighter;
    margin: 0 0 7px;
}

.contact .field input
{
	width: 374px;
	height: 33px;
	line-height: 33px;
	float: left;
	border: 1px solid #acacac;
	border-radius: 2px;
	padding: 0 7px;
	font-size: 13px;
}

.contact .field textarea
{
	width: 374px;
	height: 100px;
	line-height: 18px;
	float: left;
	border: 1px solid #acacac;
	border-radius: 2px;
	padding: 7px;
	resize: none;
	font-family: 'Lato', Verdana;
	font-size: 13px;
}

.contact form
{
	width: 100%;
	float: left;
	margin: 0 0 44px;
}

.errors p
{
	color: red;
	margin: 0 0 20px 0;
}

.contact .address, .contact .tel, .contact .email
{
	float: left;
	font-weight: lighter;
	font-size: 20px;
	color: #464646;
}

.contact .tel, .contact .email
{
	margin-left: 24px;
}

.contact .email a
{
	font-weight: lighter;
	font-size: 20px;
	color: #464646;
}

.contact .email a:hover
{
	color: #055986;
}

#map
{
	width: 100%;
	float: left;
}

#map iframe
{
	width: 100%;
}

#footer
{
	height: 85px;
	line-height: 85px;
	background-color: #333333;
	color: #ebebeb;
	font-weight: lighter;
	font-size: 14px;
	text-align: right;
	min-width: 1225px;
}

.footer-menu
{
	float: left;
	text-align: left;
}

.footer-menu li
{
	list-style-type: none;
	display: inline;
	margin-right: 10px;
}

.footer-menu li a
{
	color: #FFF;
}

#modal
{
	background-color: #ffffff;
    box-shadow: 1px 0 4px 2px #cdcdcd;
    height: 650px;
    left: 50%;
    margin-left: -613px;
    margin-top: -325px;
    position: fixed;
    top: 50%;
    width: 1225px;
	z-index: 35;
}

#modal .close
{
	position: absolute;
	top: 40px;
	right: 35px;
}

#modal .close img
{
	cursor: pointer;
	opacity: 0.5;
}

#modal .close img:hover
{
	opacity: 1;
}

#modal_window
{
	height: 598px;
    margin: 32px 35px 20px;
    width: 1155px;
}

#contact_success
{
	margin-bottom: 40px;
}

.slide_text
{
	width: 890px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	z-index: 12;
}

.slide_text h1
{
	color: #FFF;	
	font-size: 64px;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom: 10px;
}

.slide_text p
{
	color: #fff;
    font-size: 15px;
    font-weight: lighter;
    margin: 0 auto;
    width: 84%;
	background-image:url(/images/border.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 22px;
}

#banner, #banner .owl-wrapper-outer, #banner .owl-wrapper, #banner .owl-wrapper>div
{
	height: 100%;
}

#banner
{
	margin-left: 0!important;
}

#home iframe
{
	min-width: 1225px;
	width: 100%;
}

.banner_prev, .banner_next
{
	background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 45px;
    opacity: 0.6;
    position: absolute;
    text-indent: -99999px;
    width: 45px;
}

.banner_prev:hover, .banner_next:hover
{
	opacity: 1;
}

.banner_prev
{
	background-image:url(/images/banner_left.png);
	left: 80px;
}

.banner_next
{
	background-image:url(/images/banner_right.png);
	right: 80px;
}

.banner_nav
{
	height: 45px;
    left: 50%;
    margin: 0 auto 0 -612px;
    position: absolute;
    top: 50%;
    width: 1225px;
    z-index: 21;
}

.scroll_down
{
	background-image: url("/images/scroll.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: 63px;
    color: #ffffff;
    font-size: 10px;
    left: 50%;
    letter-spacing: 1.5px;
    margin-left: -50px;
    padding-bottom: 25px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}