/*
Theme Name: INTERNATIONAL DERIVATIVES GROUP
Author: Zillion Designs
Version: 1.1
Author URI: http://www.zilliondesigns.com/
 */
* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-text-size-adjust : none;
    text-size-adjust         : none;
	-webkit-appearance: none;/*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
}
*::before,*::after {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
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, 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: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {font-family: 'latoregular'; min-width:320px;}
@font-face {
    font-family: 'GOTHICB';
	 src: url('fonts/GOTHICB.eot');
	 src: url('fonts/GOTHICB.eot') format('embedded-opentype'),
	 url('fonts/GOTHICB.woff2') format('woff2'),
	 url('fonts/GOTHICB.woff') format('woff'),
	 url('fonts/GOTHICB.ttf') format('truetype'),
	 url('fonts/GOTHICB.svg#GOTHICB') format('svg');
}
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-reg-webfont.eot');
    src: url('fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-reg-webfont.woff2') format('woff2'),
         url('fonts/lato-reg-webfont.woff') format('woff'),
         url('fonts/lato-reg-webfont.ttf') format('truetype'),
         url('fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('fonts/Lato-Bol-webfont.eot');
    src: url('fonts/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Bol-webfont.woff2') format('woff2'),
         url('fonts/Lato-Bol-webfont.woff') format('woff'),
         url('fonts/Lato-Bol-webfont.ttf') format('truetype'),
         url('fonts/Lato-Bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family:"Lato Italic";
	src:url("fonts/Lato-Italic.eot?") format("eot"),
	url("fonts/Lato-Italic.woff") format("woff"),
	url("fonts/Lato-Italic.ttf") format("truetype"),
	url("fonts/Lato-Italic.svg#Lato-Italic") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family: 'Conv_TrajanProBold';
	src: url('fonts/TrajanProBold.eot');
	src: local('☺'), 
	url('fonts/TrajanProBold.woff') format('woff'), 
	url('fonts/TrajanProBold.ttf') format('truetype'), 
	url('fonts/TrajanProBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TrajanPro-Regular';
	src: url('fonts/TrajanPro-Regular.eot?') format('eot'), 
	     url('fonts/TrajanPro-Regular.woff') format('woff'), 
	     url('fonts/TrajanPro-Regular.ttf')  format('truetype'),
	     url('fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
}
.group:before, .group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
}
a{
    text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
.rotate{
    transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
    overflow:hidden;
}  
.rotate:hover{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
.zoom{
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.zoom:hover{
    transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
::-webkit-input-placeholder {
    color:    #000;
	opacity:1;
}
:-moz-placeholder {
    color:    #000;
	opacity:1;
}
::-moz-placeholder {
    color:    #000;
	opacity:1;
}
:-ms-input-placeholder {
    color:    #000;
	opacity:1;
}
#wrapper{
	float:left;
	width:100%;
	min-width: 1170px;
}
#header{
	float:left;
	width:100%;
	min-height:130px;
	background:#FFF;
}
.header{
	width:1170px;
	margin:0 auto;
}
.logo{
	float:left;
	margin-top:13px;
}
.header_right{
	float:right;
}
.phone_top{
	background-image:url(images/phone-icon.png);
	background-repeat:no-repeat;
	background-position:left top;
	line-height:30px;
	float:left;
	padding-left:44px;
	min-height:34px;
	color:#000;
	font-family: 'GOTHICB';
	margin-top:47px;
}
.phone_top a{
	color:#000;
}
.login_right{
	background-image:url(images/top-shadow.png);
	background-repeat:no-repeat;
	background-position:left top;
	float:right;
	min-height:58px;
	margin-top:34px;
	padding-left:24px;
	margin-left:20px;
}
.login_right a{
	padding-left:13px;
	float:left;
	padding-right:15px;
	height:38px;
	color:#FFF;
	font-size:16px;
	line-height:38px;
	margin-top:9px;
	border-radius:6px;
	background: #3c5796; /* Old browsers */
	background: -moz-linear-gradient(top, #3c5796 50%, #2a4487 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3c5796 50%,#2a4487 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3c5796 50%,#2a4487 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5796', endColorstr='#2a4487',GradientType=0 ); /* IE6-9 */
}
.login_right a img {
    float: left;
    padding-right: 12px;
    position: relative;
    top: 12px;
}
.login_right a:hover{
	background:#000;
}
#main-navigation{
	float:left;
	width:100%;
	height:50px;
	background: #232223; /* Old browsers */
	background: -moz-linear-gradient(top, #232223 50%, #000000 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #232223 50%,#000000 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #232223 50%,#000000 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232223', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.main-nav{
	width:1170px;
	margin:0 auto;
	position:relative;
}
.main-nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.main-nav ul > li{
	float:left;
	background-image:url(images/li-border.png);
	background-repeat:repeat-y;
	background-position:right top;
	height:50px;
	padding-right:1px;
}
.main-nav ul > li > a{
	float:left;
	padding:0 60px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#FFF;
	font-family: 'Conv_TrajanProBold';
	line-height:50px;
	position:relative;
	text-transform:uppercase;
}
.main-nav ul > li:last-child{
	background-image:none;
}
.main-nav ul > li > a:hover, .main-nav ul > li.current-menu-item > a{
background: rgb(42,38,83); /* Old browsers */
background: -moz-linear-gradient(top, rgba(42,38,83,1) 0%, rgba(44,89,155,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(42,38,83,1) 0%,rgba(44,89,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(42,38,83,1) 0%,rgba(44,89,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2653', endColorstr='#2c599b',GradientType=0 ); /* IE6-9 */
}
.home #main-navigation .menu-item-47{
	display:none;
}
.page #main-navigation .menu-item-47, .single .menu-item-47{
	display:block;
}
.page #main-navigation .menu-item-45, .single .menu-item-45{
	display:none;
}


.home .footer-menu .menu-item-47{
	display:none;
}
.page .footer-menu .menu-item-47, .single .menu-item-47{
	display:inline-block;
}
.page .footer-menu .menu-item-45, .single .menu-item-45{
	display:none;
}

.sub-menu {
    width: 280px;
}
.main-nav .sub-menu a {
    color: #ffffff;
    font-size: 16px !important;
    padding: 0 10px !important;
	height:65px !important;
	line-height:65px !important;
    width: 100%;
	float:left;
	width:100%;
	background:rgba(0, 0, 0, 0.7);
	border-bottom:solid 1px #FFF !important;
}
.main-nav .sub-menu li:last-child a{
	border:none !important;
}
.main-nav .sub-menu li{
	background-image:none;
	height:65px;
}
.sub-menu a:hover, .sub-menu .current-menu-item a, .sub-menu .current_page_item a:hover {
    background: rgb(42,38,83); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(42,38,83,1) 0%, rgba(44,89,155,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(42,38,83,1) 0%, rgba(44,89,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(42,38,83,1) 0%, rgba(44,89,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2653', endColorstr='#2c599b',GradientType=0 ); /* IE6-9 */
    color: #ffffff !important;
    padding-left: 20px !important;
}
.sub-menu a:hover:after, .sub-menu .current-menu-item a:after, .sub-menu .current_page_item a:hover:after {
	background-image:none !important;
}


#primary-navigation ul ul {
    float: left;
	top: 100%;
    /*left: -999em;*/
    margin-top: -15px;
    padding-top: 15px;
    position: absolute;
	visibility: hidden;
    opacity: 0;
    z-index: 99999;
	transform: translateZ(0);
    transform: translateY(10%);
    -webkit-transform: translateZ(0);
    -webkit-transform: translateY(10%);
    -moz-transform: translateZ(0);
    -moz-transform: translateY(10%);
    -o-transform: translateZ(0);
    -o-transform: translateY(10%);
    transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
    -webkit-transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
    -moz-transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
    -o-transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
}
#primary-navigation ul ul li{
	float:left;
	width:100%;
	padding:0 !important;
}

#primary-navigation ul li:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    transition-delay: 0s;
    -webkit-transform: translateX(0%);
    -webkit-transition-delay: 0s;
    -moz-transform: translateX(0%);
    -moz-transition-delay: 0s;
    -o-transform: translateX(0%);
    -o-transition-delay: 0s;
}
#primary-navigation li.menu-item-has-children:hover > a, #primary-navigation > a:focus {
	 background: rgb(42,38,83); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(42,38,83,1) 0%, rgba(44,89,155,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(42,38,83,1) 0%, rgba(44,89,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(42,38,83,1) 0%, rgba(44,89,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2653', endColorstr='#2c599b',GradientType=0 ); /* IE6-9 */
}

#primary-navigation li.menu-item-has-children:hover > a:after, #primary-navigation > a:focus:after{
	background-image:url(images/anchor-shadow.png);
	background-repeat:no-repeat;
	background-position:center top;
    content: "a";
    font-size: 0;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	background-size:cover;
}
.main-nav ul > li.current-menu-item > a::after, .main-nav ul > li > a:hover:after {
	background-image:url(images/anchor-shadow.png);
	background-repeat:no-repeat;
	background-position:center top;
    content: "a";
    font-size: 0;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	background-size:cover;
}
#banner{
	float:left;
	width:100%;
	text-align:center;
}
#welcome{
	float:left;
	width:100%;
	background:#FFF;
	min-height:515px;
	margin-top:-43px;
}
.welcome{
	width:1170px;
	margin:0 auto;
	padding:40px 0 50px 0;
}
.welcome h1{
	background-image:url(images/welcome-h1-bg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	float:left;
	width:100%;
	text-align:center;
	font-size:34px;
	text-transform:uppercase;
	color:#1e4788;
	padding-bottom:30px;
	font-family: 'Conv_TrajanProBold';
	line-height:40px;
	margin-bottom:30px;
}
.welcome h1 span{
	color:#000;
}
.welcome-left{
	float:left;
	width:43%;
}
.welcome-left img{
	float:left;
	width:100%;
    height: 277px;

}
.welcome-right{
	float:right;
	width:53%;
}
.welcome-right h2{
	font-family: 'TrajanPro-Regular';
	font-size:24px;
	text-transform:uppercase;
	color:#000;
}
.welcome-right h2 span{
	color:#1e4788;
}
.welcome-right p{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:30px;
	margin:14px 0 0 0;
}
.welcome-right a{
	float:left;
	height:50px;
/* 	border:solid 1px #1e4788; */
	border-radius:4px;
	font-size:18px;
	padding:0 18px 0 13px;
	color:#FFF;
	line-height:48px;
	margin-top:14px;
	font-family: 'latobold';
/* 	background: rgb(57,102,168); /* Old browsers */ */
	background: -moz-linear-gradient(top, rgba(42,38,83,1) 0%, rgba(44,89,155,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(42,38,83,1) 0%,rgba(44,89,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(42,38,83,1) 0%,rgba(44,89,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3966a8', endColorstr='#1e2b5f',GradientType=0 ); /* IE6-9 */
}
.welcome-right img {
    left: 10px;
    position: relative;
    top: 6px;
}
.welcome-right a:hover{
	background: rgb(42,38,83); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(42,38,83,1) 0%, rgba(44,89,155,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(42,38,83,1) 0%,rgba(44,89,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(42,38,83,1) 0%,rgba(44,89,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2653', endColorstr='#2c599b',GradientType=0 ); /* IE6-9 */
}
#our-services{
	background-image:url(images/service-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	float:left;
	width:100%;
	min-height:566px;
}

.our-services{
	width:1170px;
	margin:0 auto;
	padding:40px 0 50px 0;
}
.our-services h1{
	background-image:url(images/our-services-h1-bg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	float:left;
	width:100%;
	text-align:center;
	font-size:34px;
	text-transform:uppercase;
	color:#ffffff;
	padding-bottom:30px;
	font-family: 'Conv_TrajanProBold';
	line-height:40px;
	margin-bottom:40px;
}
.service_box{
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	float:left;
	width:23.5%;
	margin-right:2%;
	min-height:353px;
	padding:4px 5px;
}
.service_box:last-child{
	margin-right:0;
}
.service_image{
	float:left;
	width:100%;
	position:relative;
}
.service_image img{
	float:left;
	width:100%;
}
.service_image h2{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	color:#FFF;
	font-family: 'TrajanPro-Regular';
	font-size:16px;
	background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	padding:16px 0;
	text-transform:uppercase;
	text-align:center;
}
.service_box ul{
	list-style-type:none;
	margin:0;
	float:left;
	width:100%;
	padding:20px 0 0 15px;
}
.service_box ul li{
	float:left;
	width:100%;
}
.service_box ul li a{
	float:left;
	width:100%;
	background-image:url(images/service-box-arrow.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:18px;
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:17px;
}
.service_box ul li:last-child a{
	margin-bottom:0;
}
.service_box ul li a:hover{
	color:#1e4788;
	text-decoration:underline;
}
#whychoosus{
	background-image:url(images/whychoosus-bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#1e4788;
	float:left;
	width:100%;
	min-height:695px;
}
.whychoosus{
	width:1170px;
	margin:0 auto;
	padding-top:40px;
	position:relative;
}
.whychoosus h1{
	background-image:url(images/welcome-h1-bg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	float:left;
	width:100%;
	text-align:center;
	font-size:34px;
	text-transform:uppercase;
	color:#1e4788;
	padding-bottom:30px;
	font-family: 'Conv_TrajanProBold';
	line-height:40px;
}
.whychoosus h1 span{
	color:#000;
}
.serv-main{
	float:left;
	width:100%;
	position:relative;
	margin-top:30px;
}
.icons{
	position:absolute;
	text-align:center;
	width:160px;
}
.icons h2{
	font-family: 'Conv_TrajanProBold';
	font-size:20px;
	color:#000;
	float:left;
	width:100%;
	line-height:21px;
	margin-top:15px;
}
.icon-image{
	width:110px;
	height:109px;
	background-image:url(images/icon-bg.png);
	display:inline-block;
}
.icons:hover .icon-image{
	background-image:url(images/icon-bg-hover.png);
}
.icon1{
	left:0;
	top:86px;
}
.icon2{
	left:340px;
	top:3px;
}
.icon3{
	right:360px;
	top:0;
}
.icon4{
	right:0;
	top:78px;
}
#footer{
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#252d2f;
	border-top:solid 5px #8f9ebe;
	float:left;
	width:100%;
	min-height:475px;
}
.footer{
	width:1170px;
	margin:0 auto;
	margin-top:65px;
}
.footer h1{
	float:left;
	width:100%;
	font-family: 'Conv_TrajanProBold';
	font-size:22px;
	margin-bottom:25px;
	color:#FFF;
}
.free-consultation{
	background-image:url(images/form-shadow.png);
	background-repeat:no-repeat;
	background-position:right center;
	width:590px;
	float:left;
	min-height:380px;
	padding-right:50px;
}
.field-left{
	float:left;
	width:48.5%;
}
.field-right{
	float:right;
	width:48.5%;
}
.free-consultation input[type="text"], .free-consultation input[type="email"], .free-consultation input[type="tel"], .free-consultation textarea{
	width:100%;
	height:45px;
	background-color:transparent;
	border:solid 1px #a9aaab;
	border-radius:4px;
	color:#FFF;
	font-size:16px;
	font-family: 'latoregular';
	padding:0 15px;
	margin-bottom:24px;
	-webkit-appearance:none;
}
.free-consultation textarea{
	height:85px !important;
	padding:10px 15px !important;
	width:100% !important;
}
.free-consultation input[type="submit"]{
	background-image:url(images/submit.png);
	color:#FFF;
	-webkit-appearance:none;
	font-family: 'latobold';
	font-size:20px;
	padding-left:40px;
	cursor:pointer;
	float:left;
	width:139px;
	height:50px;
	background-color:transparent;
	border:none;
}
.free-consultation ::-webkit-input-placeholder {
    color:    #FFF;
	opacity:1;
}
.free-consultation :-moz-placeholder {
    color:    #FFF;
	opacity:1;
}
.free-consultation ::-moz-placeholder {
    color:    #FFF;
	opacity:1;
}
.free-consultation :-ms-input-placeholder {
    color:    #FFF;
	opacity:1;
}
.contact_information{
	float:right;
	width:536px;
        margin-bottom: 14px;
}
.contact_information span{
	float:left;
	width:100%;
	color:#FFF;
	padding-left:50px;
}
.contact_information span a{
	color:#FFF;
}
.location{
	background-image:url(images/location.png);
	background-repeat:no-repeat;
	background-position:left 10px;
	margin-bottom:10px;
}
.location img {
    float: left;
    position: relative;
    top: -5px;
}
.location strong{
	font-weight:normal;
	float:left;
	width:100%;
	font-size:17px;
	margin-bottom:10px;
}
.mobile-bottom{
	width:auto !important;
	background-image:url(images/movile-icon.png);
	background-repeat:no-repeat;
	background-position:left;
	min-height:32px;
	font-size:20px;
	font-family: 'Conv_TrajanProBold';
	line-height:34px;
}
.email-bottom{
	width:auto !important;
	background-image:url(images/email-icon.png);
	background-repeat:no-repeat;
	background-position:left;
	min-height:32px;
	font-size:16px;
	font-family: 'Conv_TrajanProBold';
	line-height:34px;
	margin-left:20px;
}
.email-bottom a:hover{
	color:#314689;
	text-decoration:underline;
}
.contact_information iframe{
	border:solid 1px #FFF !important;
	margin-top:22px;
}
.footer-menu{
	background-image:url(images/footer-menu-bg.png);
	background-repeat:repeat-x;
	float:left;
	width:100%;
	text-align:center;
	height:50px;
}
.footer-menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.footer-menu ul li{
	display:inline-block;
	padding:0 20px;
}
.footer-menu ul li a{
	float:left;
	font-family: 'Conv_TrajanProBold';
	font-size:16px;
	height:50px;
	line-height:50px;
	color:#FFF;
	padding:0 40px;
}
.footer-menu ul li.current-menu-item a, .footer-menu ul li a:hover{
	background: rgb(42,38,83); /* Old browsers */
background: -moz-linear-gradient(top, rgba(42,38,83,1) 0%, rgba(44,89,155,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(42,38,83,1) 0%, rgba(44,89,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(42,38,83,1) 0%, rgba(44,89,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2653', endColorstr='#2c599b',GradientType=0 ); /* IE6-9 */
}
.footer-menu .sub-menu{
	display:none;
}
.copyright{
	background-image:url(images/copyright-bg.png);
	background-repeat:repeat-x;
	float:left;
	width:100%;
	text-align:center;
	height:50px;
	color:#FFF;
	font-size:15px;
	line-height:50px;
}
.featured{
	float:left;
	width:100%;
}
.featured img{
	float:left;
	width:100%;
}
#main-conetent{
	float:left;
	width:100%;
}
.main-content{
	width:1170px;
	margin:0 auto;
}
#primary{
	float:left;
	width:100%;
	min-height:550px;
	padding:25px 0;
}
#primary h1 {
    background-image: url("images/welcome-h1-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #1e4788;
    float: left;
    font-family: "Conv_TrajanProBold";
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#primary h1 .word1{
	color:#000;
}
#primary p {
    color: #000000;
    float: left;
    font-size: 16px;
    line-height: 27px;
	margin:8px 0;
    width: 100%;
}
#primary p a{
	color:#1e4788;
}
#primary p a:hover{
	text-decoration:underline;
}
#primary h2{
	float:left;
	width:100%;
	float: left;
    font-family: "Conv_TrajanProBold";
    font-size: 26px;
	color: #1e4788;
	margin:3px 0;
}
#primary h3{
	float:left;
	width:100%;
	float: left;
    font-family: "Conv_TrajanProBold";
    font-size: 20px;
	color: #000;
	margin-bottom:5px;
}

#primary > ul{
	background: #f4f4f4 none repeat scroll 0 0;
    border-top: 3px solid #8f9ebe;
    float: left;
    list-style-type: none;
    margin: 10px 0 10px 0;
    padding: 15px;
    width: 100%;
	border-radius:10px;
}
#primary ul li{
	float:left;
	width:100%;
	font-size:16px;
	color:#000;
	line-height:27px;
	background-image:url(images/list-item.png);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:35px;
	margin:8px 0;
}
.lft{
	float:left;
}
.rht{
	float:right;
}
.box-layout{
	background:#f4f4f4;
	padding:15px;
	width:48%;
	margin-top:15px;
	margin-bottom:20px;
	border-top: 3px solid #8f9ebe;
	border-bottom: 3px solid #8f9ebe;
	box-shadow:0px 0px 1px 1px #dfdfdf;
	border-radius:10px;
}
.box-layout h3{
	margin-bottom:0 !important;
}
.box-layout img{
	float:left;
	width:100%;
}
.box-layout ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.box-layout ul li {
    background-image: url("images/service-box-arrow.png") !important;
    background-position: left 6px !important;
    font-size: 15px !important;
    line-height: 20px !important;
    margin: 7px 0 !important;
    padding-left: 12px !important;
}
.box-layout p{
	font-size:15px !important;
}
#wpgmza_map {
    border: 1px solid #ffffff;
    margin-top: 22px;
}


.metaslider .caption-wrap {
    
    background: -moz-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.75) 24%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.75) 24%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.75) 24%,rgba(0,0,0,0.75) 100%);
    position: absolute;
    bottom: 115px;
    right: 0;
    color: #FFF;
    margin: 0;
    display: block;
    min-width: 880px;
    min-height: 140px;
    padding: 0 0 0 140px;
    text-align: left;
}
.caption p {
    font-family: "Lato Italic";
    color: #FFF;
    font-size: 14px;
    margin-top: 10px;
}
.caption h1 {
    font-size: 38px;
    color: #FFF;
    font-family: 'Conv_TrajanProBold';
    line-height: 46px;
}
.flex-control-nav.flex-control-paging {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    position: relative;
    width: auto;
    height: 43px;
    padding: 0 35px;
    top: -43px;
    border-radius: 8px 8px 0 0;
}
.metaslider .flexslider .flex-control-nav a {
    /* box-shadow: none !important; */
    border: solid 1px #7c7c7c;
    width: 17px;
    height: 16px;
    display: block;
    background: #7c7c7c;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.metaslider .flex-control-nav li {
    margin: 15px 0px;
}
.flex-direction-nav .flex-prev {
    left: 5px;
}
.flex-direction-nav .flex-next {
    right: 5px;}