@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic,700italic);

@font-face{ 
	font-family: 'WebSymbolsLigaRegular';
		src: url('../fonts/websymbolsligaregular.eot');
		src: url('../fonts/websymbolsligaregular.eot?#iefix') format('embedded-opentype'),
			url('../fonts/websymbolsligaregular.woff') format('woff'),
			url('../fonts/websymbolsligaregular.ttf') format('truetype'),
			url('../fonts/websymbolsligaregular.svg#WebSymbolsRegular') format('svg');
}

html {
    overflow-y: scroll;
}

html, body {
	margin: 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) top center repeat-y #FFFFFF;
	color: #31353e;
	font-size: 16px;
}

a {
	color: #31353e;
}

.tyellow {
	color: #d9ab3c;
}

.tblue {
	color: #3499d3;
}

.tbold {
	font-weight: bold;
}

.tcenter {
	text-align: center;
}

.tintro {
	/*color: #3499d3;*/
	font-weight: bold;
	/*font-style: italic;*/
}

.symbol {
	font-family: "WebSymbolsLigaRegular", sans-serif;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
    clear: both;
}

.page h1 {
	padding: 30px 0 0;
	margin: 0 0 -10px 0;
	color: #d9ab3c;
}

h2, h3, h4, h5, h6 {
	color: #3499d3;
}

.page > h2, h3, h4, h5, h6 {
    margin-bottom: -15px;
    color: #d9ab3c;
}

.inactive {
    opacity: 0.5;
}

.nopc {
    display: none;
}

.hline {
    font-size: 0px;
    color: #FFFFFF;
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #bebebe;
    margin: 30px 0;
    clear: both;
}

.toprightbox {
    float: right;
    font-size: 24px;
    color: #3499d3;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}

.toprightbox img {
    vertical-align: middle;
}

/* --- BUTTONS --- */

.ghostmed {
	display: inline-block;
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
	font-size: 18px;
	font-weight: 300;
	color: #2a77a4;
	border: 1px solid #2a77a4;
	text-decoration: none;
	font-style: normal;
}

.ghostbig {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 13px;
	font-weight: 300;
	color: #2a77a4;
	border: 1px solid #2a77a4;
	text-decoration: none;
	font-style: normal;
	font-size: 24px;
}

.ghostmed:hover, .ghostbig:hover {
	color: #FFFFFF;
	background: #2a77a4;
    transition: 0.3s;
}

/* --- HEADER --- */

#head {
	width: 100%;
	height: 120px;
	background: #FFFFFF;
}

#head.addmargin {
	margin: 0 0 50px 0;
}

#head .wrapper {
	width: 960px;
	margin: 0 auto;
}

#head #logo {
	width: 301px;
	padding: 26px 0 0 0;
	float: left;
}

#head #logo img {
	width: 300px;
}

#head #contacthead {
	width: 659px;
	padding: 26px 0 0 0;
	float: left;
	text-align: right;
}

#head #contacthead .top {
	font-size: 18px;
	font-weight: bold;
	color: #d9ab3c;
}

#head #contacthead .middle {
	font-size: 18px;
	font-weight: 300;
	color: #d9ab3c;
}

#head #contacthead .middle a {
	color: #d9ab3c;
}

#head #contacthead .bottom {
	font-size: 14px;
	font-weight: 300;
	color: #d9ab3c;
}

/* --- NAVIGATION --- */

#mobnav {
	display: none;
}

#nav {
	width: 100%;
	height: 40px;
	background: #3499d3;
	border-bottom: 10px solid #77bbe1;
	z-index: 999;
    text-transform: uppercase;
}

#nav #search {
	display: none;
    float: right !important;
    width: 250px;
    text-align: right;
}

#nav #search input[type=text] {
    width: 150px;
    height: 25px;
    margin: 7px 0 0 0;
    padding: 0 0 0 5px;
    border: none;

}

#nav #search input[type=submit] {
    -webkit-appearance: none;
    width: 40px;
    height: 25px;
    padding: 0;
    border: none;
    background: url(../images/searchbtn.png);
    text-indent: -9999px;
    cursor: pointer;
}

.searchfield {
    min-height: 1000px;
}

#nav.fixed {
	position: fixed;
	top:0;
	left:0;
}

#nav ul#parent {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#nav ul#parent li {
	float: left;
}

#nav ul#parent li:first-child {
    margin-left: -10px;
}

#nav ul#parent li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
    transition: 0.1s;
}

#nav ul#parent li.active a:first-child, #nav ul#parent li a:hover {
	background: #77bbe1;
}

#nav ul.child {
	display: none;
    text-transform: none;
}

#nav ul#parent li:hover ul.child {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0 10px 0;
	z-index: 1000;
	border-bottom: 10px solid #77bbe1;
	background: #3499d3;
}

#nav ul#parent li:hover ul.child li {
	display: block;
	float: none;
	z-index: 1000;
	position: relative;
}

#nav ul#parent ul.child li:first-child {
	margin: 0;
}

#nav ul#parent li ul.child li a {
	height: 40px;
	line-height: 40px;
	z-index: 1001;
	position: relative;
}

#nav ul#parent li ul.child li a:hover {
	background: #77bbe1;
}

/* --- SLIDER --- */

#slider {
    position: relative;
    overflow: hidden;
    padding: 30px 0 0 0;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 350px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 960px;
    height: 350px;
}

a.control_prev, a.control_next {
    position: absolute;
    top: 180px;
    z-index: 100;
    display: block;
    width: 20px;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    color: #bebebe;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    opacity: 1;
    cursor: pointer;
    text-align: center;
}

a.control_prev:hover, a.control_next:hover {
    color: #000000;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

#slider .banner1 div {
	width: 330px;
	margin: 30px 0 0 30px;
}

#slider .banner1 div h1 {
    font-size: 24px;
	font-weight: 300;
}

#slider .banner1 div p {
	font-weight: 300;
	line-height: 24px;
}

#slider .banner1 div .ghostbig {
	margin: 10px 0 0;
}

#slider .img1 {
	color: #2a77a4;
	background: url(../images/banner1.jpg);
}

#slider .img2 {
	color: #2a77a4;
	background: url(../images/banner2.jpg);
}

#slider .img3 {
	color: #2a77a4;
	background: url(../images/banner3.jpg);
}

#slider .img4 {
	color: #FFFFFF;
	background: url(../images/banner4.jpg);
}

#slider .img4 .ghostbig {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

#slider .img4 .ghostbig:hover {
    background: #FFFFFF;
    color: #e56504;
}

/* --- CONTENT --- */

#content {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 30px;
}

#calltoaction {
	margin: 30px 0;
	font-size: 24px;
	font-style: italic;
	color: #d9ab3c;
	text-align: center;
	line-height: 26px;
}

.tricol:after {
	content: ""; clear: both; display: block;
}

.tricol .column {
	width: 300px;
	margin: 0 30px 30px 0;
	float: left;
	color: #31353e;
}

.page .tricol .column {
    margin-top: 30px;
    margin-bottom: 0px;
}

.tricol .column:last-child {
	margin-right: 0;
}

#content .tricol .column h2 {
	margin: 15px 0 0;
	padding: 0 0 15px 0;
	font-size: 16px;
	color: #3499d3;
	background: url(../images/h2bg.jpg) bottom left repeat-x;
}

#content .tricol .column p {
	line-height: 24px;
}

#content .img {
    position: relative;
    display: block;
    width: 300px;
    height: 200px;
}

#content .img .readmoreimg {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    width: 300px;
    height: 200px;
    left: 0;
    top: 0;
    text-align: center;
    background: rgba(0,0,0,0.5);
    transition: 0.3s;
}

#content .img:hover .readmoreimg {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#content .img .readmoreimg .ghostmed {
    position: relative;
    top: 84px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: transparent;
}

.page p {
	line-height: 26px;
}

.thumbright {
	float: right;
    clear: right;
	background: #EFEFEF;
	margin: 0 0 10px 20px;
	padding: 10px;
	font-style: italic;
	color: #666666;
	font-size: 12px;
	text-align: center;
    max-width: 300px;
}

.thumbleft {
	float: left;
	background: #EFEFEF;
	margin: 0 20px 10px 0;
	padding: 10px;
	font-style: italic;
	color: #666666;
	font-size: 12px;
	text-align: center;
    max-width: 300px;
}

.thumbright img, .thumbleft img {
    width: 100%;
}

.fullwidth {
    width: 100%;
}

.img3 {
	max-width: 600px;
	padding: 0;
	margin: 0;
}
.img3 td {
	width: 33.333%;
	margin-right: 10px;
	box-sizing: border-box;
}
.img3 td img {
	width: 100%;
}

.contactsym {
	font-family: "WebSymbolsLigaRegular", Verdana;
	text-rendering: optimizeLegibility;
	font-size: 30px;
	display: inline-block;
	width: 50px;
	height: 40px;
	line-height: 35px;
	overflow-y: hidden;
}

.contacttxt {
	display: inline-block;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	overflow-y: hidden;
}

.breadcrumb {
    text-transform: uppercase;
    font-size: 70%;
    margin: 10px 0 -25px 0;
}

#sidebar {
    width: 320px;
    padding: 20px 0 0 30px;
    float: right;
    clear: right;
}

#sidebar .thumbright {
    float: none;
    margin: 0 0 30px 0;
}

#sidebar #pros, #sidebar #casesother {
	background: #f2f2f2;
	padding: 10px 15px 15px;
    margin: 0 0 30px 0;
    max-width: 300px;
}

#sidebar #pros h3, #sidebar #casesother h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

#sidebar #pros ul, #sidebar #casesother ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

#sidebar #pros ul li {
    padding-left: 25px;
    padding-bottom: 10px;
    background: url(../images/check.png) no-repeat 0px 1px;
}

#sidebar #casesother ul li {
    padding-left: 25px;
    padding-bottom: 10px;
    color: #111111;
    background: url(../images/link.png) no-repeat 0px 1px;
}

#sidebar #pros ul li:last-child, #sidebar #casesother ul li:last-child {
    padding-bottom: 0;
}

.contactbtn {
    margin: 0 0 30px 0;
}

.contactbtn img {
    vertical-align: bottom;
}

#casesbtn {
    display: none;
}

#prosbtn {
    display: none;
}

#searching {
    padding: 50px 0 0 0;
    width: 100%;
    text-align: center;
}

/* --- FOOTER --- */

#footer {
	width: 100%;
    height: 300px;
	padding: 30px 0;
	background: #31353e;
	color: #BEBEBE;
}

#footer.bottom {
    position: fixed;
    left:0;
    bottom: 0;
}

#footer a {
	color: #BEBEBE;
}

#footer .wrapper {
	width: 960px;
	margin: 0 auto;
}

#footer .tricol .column {
	color: #BEBEBE;
    margin-bottom: 0;
}

#footer .contactfooter h3 {
	font-size: 18px;
	font-weight: 300;
	color: #d9ab3c;
	margin: 0;
}

#footer .contactfooter h3 span {
	font-weight: normal;
}

#footer .contactfooter .symbol {
	display: inline-block;
	width: 15px;
}

#footer .contactfooter a {
	color: #BEBEBE;
}

#footer .contactfooter .address {
	font-size: 14px;
	line-height: 24px;
}

#footer .contactfooter .poweredby {
	margin: 10px 0 0 0;
	font-size: 30px;
	font-weight: 300;
	color: #d9ab3c;
}

#footer .productsfooter {
	text-align: right;
}

#footer .productsfooter h2 {
	line-height: 18px;
	font-weight: 300;
	color: #d9ab3c;
	margin: 0 0 10px 0;
	font-size: 30px;
}

#footer .productsfooter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .productsfooter li {
	line-height: 36px;
}

#footer .productsfooter li a {
	text-decoration: none;
}

#footer .productsfooter li a:hover {
	text-decoration: underline;
}

#footer .active::before {
	content: "\00D7 "; 
    font-family: 'WebSymbolsLigaRegular';
    display: inline;
    color: #d9ab3c;
}