/*==========================================================
	IMPORT FILES
==========================================================*/
/* Css */
@import url(fonts.css);

/*==========================================================
	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, 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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline; }

html {
line-height: 1; }

ol, ul {
list-style: none; }

table {
border-collapse: collapse;
border-spacing: 0; }

caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle; }

q, blockquote {
quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none; }

a img {
border: none; }

article, aside, details, figcaption, figure, footer, header,  main, menu, nav, section, summary {
display: block; }

/*==========================================================
	GLOBAL
==========================================================*/

body {
	font-size: 14px;
    color: #000;
	font-family:Arial;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    right: 0;
    -webkit-transition: right .4s ease-in-out 0s;
    -moz-transition: right .4s ease-in-out 0s;
    -ms-transition: right .4s ease-in-out 0s;
    -o-transition: right .4s ease-in-out 0s;
    transition: right .4s ease-in-out 0s;
}
a, a:visited, a:link, .btn{
	color:#000;
}
a:hover{
	text-decoration:none;
}

a, button, input, .transition {
    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;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

strong, b {
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Playfair Display', serif;
	font-weight:bold;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
	    vertical-align: middle;
}

.button {
    height: 30px;
    display: inline-block;
    padding: 0 32px;
    line-height: 31px;
    border: none;
    color: #05057f !important;
    vertical-align: middle;
	border-radius:25px;
	background:#fff;
}
.button:hover {
    border: 1px solid #fff;
    color: #fff !important;
	background:none;
}

.button.light {
    color: #fff !important;	
    border: 2px solid #fff;
	background:none;
    line-height: 28px;
}
.button.light:hover {
    border: 1px solid #05057f;
    color: #05057f !important;
	background:#fff;
}

.button.facebook {
    color: #fff;
	background:#3b5998;
    border: 1px solid #3b5998;
}

p {
    margin-bottom: 1.4em;
    line-height: 24px;
}

.row-title{
	text-align:center;
	line-height:48px;
	font-size:20px;
	font-family: 'brandon_grotesquebold';
	padding:15px 0;
	margin:15px 0;
	position:relative;
}

.row-title:after{
	position: absolute;
    top: 65px;
    left: 50%;
    content: "";
    width: 100px;
    height: 2px;
    background: #7bc258;
    margin-top: -2px;
    margin-left: -50px;
}

.site-popups{
	display:none;
}
.row-no-margin{
	margin-left: 0 !important;
    margin-right: 0 !important;
}
.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.img-responsive._100{
	width:100%;
}

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	border-top: none;
	border-bottom: 1px solid #e9e9e9;
	padding: 20px;
	vertical-align: middle;
}
.table > tbody > tr > th,
.table > tfoot > tr > th, 
.table > thead > tr > th {
	font-size: 16px;
	color: #212121;
	text-transform: uppercase;
	padding-bottom: 15px;
}

@media (min-width: 1200px) {

}
@media (min-width: 1650px) {

}

.hideme
{
    opacity:0;
}
.leftme
{
	margin-left:-3920px;
}
.rightme
{
	margin-right:-3920px;
}
header{
	height:80px;
	position: relative;
    z-index: 5;
}

header .logo{
    margin-left: 0;
	background:#fff;
	padding:35px 100px;
	position:absolute;
	left:0;
	top:0;
	-webkit-border-bottom-right-radius: 40px;
-moz-border-radius-bottomright: 40px;
border-bottom-right-radius: 40px;
    z-index: 9999;
}
header .menu{
	
}
header .menu-1{
	float:left;
}
header .menu-2{
	float:right;
	
}
header .menu > li{
		float:left;
		position:relative;
}
header .menu > li > a {
		line-height:80px;
		text-transform:uppercase;
		font-family: 'Playfair Display', serif;
		font-size:16px;
		padding:0 11px;
		float:left;
}
header .menu > li > a.active {
	color:#05057f;
}
header .menu > li > a:hover {
	color:#05057f;
}
header .menu > li > ul {
    position: absolute;
    background: #fff;
    border: 2px solid #aaa;
    left: -65px;
    top: 65px;
    width: 210px;
}

header .menu > li ul.submenu {
	padding:15px;
	display:none;
}

header .menu > li:hover > ul.submenu {
	display:block;
}



header .menu > li ul.submenu li{
	margin:4px 0;
	    float: left;
    width: 100%;
}
header .menu > li ul.submenu li a {
	font-size:13px;
	text-align:center;
	width:100%;
	float:left;
	text-transform:uppercase;
	font-family: 'Playfair Display', serif;
}
header .menu > li ul.submenu li a.active, header .menu > li ul.submenu li a:hover {
	color:#05057f;
}


header .menu-mobile{
	position:absolute;
	left:0;
	top:80px;
	width:100%;
	background:#fff;
	display:none;
	opacity:0;
	 -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
header .menu-mobile.on{
	display:block;
	opacity:1;
}

.mobile-menu-btn {
	display: block;
	width: 26px;
	height: 17px;
	border-top: 3px solid #ccc;
	position: relative;
	cursor: pointer;
	    margin: 27px 30px;
}
.mobile-menu-btn:after,
.mobile-menu-btn:before {
	display: block;
	width: 100%;
	height: 3px;
	background: #ccc;
	content: "";
	position: absolute;
	bottom: 0;
}
.mobile-menu-btn:before {
	bottom: 50%;
}
.mobile-menu-btn,
.mobile-menu-btn:after,
.mobile-menu-btn:before {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	border-radius: 1px;
}
.mobile-menu-btn:hover:before,
.mobile-menu-btn:hover:after {
	background: #05057f;
}
.mobile-menu-btn:hover {
	border-color: #05057f;
}

header {
	background:#fff;
}
header .menu-mobile li{
		float:left;
		width:100%;
		border-bottom:1px solid #05057f;
}
header .menu-mobile li a {
		line-height:40px;
		text-transform:uppercase;
		font-family: 'Barlow Condensed', sans-serif;
		font-size:18px !important;
		padding:0 11px;
		float:left;
		width:100%;
		text-align:center;
}
header .menu-mobile li a.active {
	color:#05057f;
}
header .menu-mobile li a:hover {
	color:#fff;
	background:#05057f;
}


#fake-main{
	height:600px;
}

#main-content{
	margin:25px 0;
}
#main-content .container{
}
#main-content .text {
	padding:0 15px;
	position:relative;
}
#main-content h2 {
    font-size: 32px;
    margin: 10px 0;
	color:#05057f;
}
#main-content p{
	font-size:12px;
	color:#05057f;
	line-height:14px;
}
#main-content .item{
    position: absolute;
    right: -51px;
    top: 25px;
}
#main-content .item.item2{
    position: absolute;
    right: -51px;
    top: 83px;
}
#main-content .item.item3{
    position: absolute;
    right: -51px;
    top: 141px;
}
#main-content .item.item4{
    position: absolute;
    right: -51px;
    top: 199px;
}

#fake-main-page{
	height: 360px;
}


#page-content{
	float:left;
	width:100%;
}

#page-content .page-inner{
	float:left;
	width:100%;
	border-radius:30px;
	background:#fff;
	padding:30px;
}
#page-content .page-inner .title{
	color:#05057f;
	font-size:32px;
	text-transform:uppercase;
	padding:5px;
	margin:2px 15px;
}
#page-content .page-inner .title2{
	color:#05057f;
	font-size:22px;
	padding:5px;
	margin:2px 15px;
}

#page-content .page-inner .subtitle{
	color:#AAA;
	font-size:24px;
	padding:5px;
	margin:2px 15px;
}
#page-content .page-inner .firm-list{
	padding:5px;
	margin:15px 15px;
}
#page-content .page-inner .firm-list li{
	    color: #05057f;
    font-size: 15px;
    line-height: 18px;
    padding: 6px 0 6px 15px;
    position: relative;
    width: 49%;
    display: inline-grid;
}
#page-content .page-inner .firm-list.edge li{
    width: 100%;
}

#page-content .page-inner .firm-list li::before {
      content: "• ";
		font-size: 36px;
		color: #AAA;
		/* margin-top: 6px; */
		position: absolute;
		left: 0;
		top:7px;
}
#page-content .hip-box{
      width:125px;
	  height:125px;
	  border-width:10px 10px 0px 0px;
		border-style:solid solid solid solid;
		border-color:#aaaaaa #aaaaaa #aaaaaa #aaaaaa;
		float:right;
		margin-top:11px;
}


#page-content .page-inner .text{
	color:#05057f;
	padding:5px;
	margin:2px 15px;
	font-size:14px;
}


#page-content .page-inner .firm-left-img{
	margin-top: 12px;
}

.contact-form .form-group {
    margin-bottom: 10px;
}
.contact-form .form-control {
    height: 27px;
	border: 1px solid #888787;
}
.contact-form .form-group textarea {
    height: 108px;
}

.contact-form .form-group .btn {
	background:#05057f;
	color:#fff;
}


footer{
	float:right;
	width:74%;
	border-top-left-radius: 30px;
	background:#05057f;
	height: 80px;
}


footer .copyright{	
    padding: 28px 0;
	color:#fff;
    float: right;
	margin-right:30px;
	    margin-bottom: 0;
}

footer .footer-menu{	
    padding: 25px 0;
    float: left;
}
footer .footer-menu  li{
	float:left;
	text-align:center;
	padding: 0 15px 0 25px;
    margin: 0 24px;
}

footer .footer-menu  a{
	padding:7px 0;
	float:left;
	color:#fff;
	font-size: 18px;
}



