﻿@font-face {
    font-family: LDGLogoFont;
    /*src: url(../fonts/goudyo.ttf);*/
    src: url(../fonts/Goudy_Old_Style_Regular.ttf);

}

/* CSS Reset (Eric Meyer) */
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, 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 {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
	}
body {
	background: #e9eff3 ; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9eff3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9eff3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9eff3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e9eff3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9eff3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e9eff3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9eff3',GradientType=0 ); /* IE6-9 */
	font: 16px Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	background-attachment: fixed;
	}
#pageout {
	display:block;
	max-width:980px;
	margin: 0 auto 0 auto;
	height: 570px;
}
#nav {
	/*margin: 50px;*/
	z-index: 10;
	display: block;
}
#nav li {
	float: left;
	list-style: none;
}
#nav > li {
	background-position: right;
	list-style: none;
	background-image: url('../images/menu_tag.jpg');
	background-size: auto auto;
	background-repeat: no-repeat;
}
#nav li a.active, #nav li ul li a.active {
	color:#ff0000;
	}
#nav > li:last-child {
	background-image: none;
}
#nav > li > ul > li {
	background-position: bottom;
	list-style: none;
	background-image: url('../images/menu_vtag.jpg');
	background-size: auto auto;
	background-repeat: repeat-x;
}
#nav > li > ul > li:last-child {
	background-image: none;
}

#nav li:hover {
	position: relative;
}
#nav li:hover > a {
	background: #ffffff;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	/*border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}
#nav li.sub:hover > a {
	/*border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;*/
}
#nav li a.activePage {
	color: #5499D8;
}

#nav li a {
	font-size: 12px;
	color: #606060;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
	display: block;
}
#nav li a:hover {
	background-color: #ffffff;
}
a:active {
	background-color: #ffffff;
	color: #FF0000;
}
#nav li ul {
	background: #fff;
	/*margin-top: -2px;*/
	display: none;
}
#nav li:hover ul {
	display: block;
	position: absolute;
}
#nav li ul {
	background-color: #ffffff;
	/*background: rgba(255,255,255, 0.9);*/
	padding: 10px 5px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 5px 5px 5px;*
}
#nav li ul li a, #nav li ul li a:hover {
	background: transparent;
	color: #606060;
	width: 150px;
	font-size: 12px;
	/*font-size: 0.95em;*/
	font-weight: normal;
}
#nav li ul li a:hover {
	text-decoration: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.menu-btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #707070 0px, #000 100%) repeat scroll 0 0;
    border: 1px solid #404040;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    display: none;
    margin: 3px;
    padding: 5px;
    position: relative;
    width: 20px;
}
.menu-btn span {
    background: #e0e0e0 none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    height: 3px;
    margin: 3px 1px;
    position: relative;
    transition: background 0.2s ease 0s;
}
.content_page {
	padding: 0 0 10px 0;
}
#back_button {
    float: right;
    width: 30px;
}
.content_page p, .content_page ul, .content_page ol {
	padding: 0 20px 10px 20px;
	font-size: 13px;
	line-height: 16px;
	color: #808080;
	list-style-type: square;
	text-align: justify;
}
.content_page a {
	text-decoration: underline;
	color: #808080;
	font-weight: normal;
}
.content_page a:hover {
	text-decoration: none;
	color: #000000;
}
.content_page li {
	margin: 0 0 10px 15px;
	padding: 0 0 0 5px;
}
.content_page h1, .content_page h2, .content_page h3, .content_page h4 {
	margin: 20px 0 5px 10px;
	color: #313285;
	font-weight: lighter;
}
.content_page h1, #side h1, #side_b h1 {
	font-size: 25px;
	margin-bottom: 20px;
}
.content_page h2, #side h2, #side_b h2 {
	font-size: 22px;
	margin-bottom: 20px;
}
.content_page h3, #side h3, #side_b h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.content_page h4, #side h4, #side_b h4 {
	font-size: 16px;
	color: #313285;
	margin-bottom: 20px;
	margin-left: 20px;
}
.images_right {
	margin: 5px 0 5px 10px;
	float: right;
}
.images_left {
	margin: 5px 10px 5px 0;
	float: left;
}
#header {
	margin: 0 auto 0 auto;
	max-width: 980px;
	min-height: 60px;
	padding: 15px 0 28px 0;
}
#mobile_logo {
	display: none;
}
#header_left {
	float: left;
	width: 315px;
	vertical-align: middle;
	margin-left: 10px;
	display: block;
	padding-top: 25px;
}
#header_right {
	float:right;
	width: 75px;	
	/*vertical-align: middle;*/
	margin-right: 0;
	margin-top: 10px;
	}
#ldg_capital, #ldg_capital a {
	float: left;
	font: 40px LDGLogoFont;
	color: #2D2B99;
	text-decoration:none;
}
#ldg_capital_contact {
	/*float: left;*/
	font: 24px LDGLogoFont;
	color: #2D2B99;
	margin: 10px 0 10px 10px;
}
#language {
	font-size: 10px;
	float:right;
	margin-top: 8px;
	color: #808080;
	}
#language a, #bottom_left a, #bottom_right a {
	text-decoration: none;
	color: #135B8E;
	font-size: 10px;
}
#language a:hover, #bottom_left a:hover, #bottom_right a:hover {
	text-decoration: none;
	/*color: #000000;*/
}
#ldg_capital_logo {
	}
#main {
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	background: url('../images/LDG_Capital_main.jpg') no-repeat center top;
	background-size: 100% auto;
	max-width: 980px;
	height: 445px;
	padding-top: 15px;
	min-height: 100px;
	background-color: #FFFFFF;
	opacity:0;
	-moz-transition: opacity 2s; /* Firefox 4 */
	-webkit-transition: opacity 2s; /* Safari and Chrome */
	-o-transition: opacity 2s;
	transition: opacity 2s;
	}
#main_page {
	margin: 0 auto 0 auto;
	max-width: 980px;
	height: 90px;
	padding-top: 15px;
	min-height: 90px;
	background-color: #EAF1F7;
	}
#date {
	font-size: 10px;
	margin-top: 20px;
	margin-left: 18px;
	color: #808080;
	float: left;
}
#linkedin {
	margin-right:15px;
	margin-top: 15px;
	float:right;
}
#shadow {
	margin: 0 auto 0 auto;
	background: url('../images/shadow_2.png') no-repeat center top;
	background-size: 100% auto;
	max-width: 980px;
	height: 10px;
	background-color: #FFFFFF
	}
#shadow_bottom {
	margin: 0 auto 30px;
	background: url('../images/shadow_2.png') no-repeat center top;
	background-size: 100% auto;
	max-width: 980px;
	height: 10px;
	display: block;
}

#page {
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	max-width: 980px;
	display: table;
	font-size: 13px;
	width: 100%;
	height: 100%;
}
#contact {
	margin: 0 0 10px 10px;
	line-height:150%;
	color: #606060;
	font-size:15px;
}
#content {
	margin: 0 auto 0 auto;	
    width: 78%;
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 220px);
	float:right;
	display: table-column;
	}
#content_l {
	margin: 0 auto 0 auto;	
    width: 100%;
	float:right;
	display: table-column;
	}
	
#side {
	padding: 15px;
	/*min-width: 130px;*/
	width: 190px;
	float: left;
	display: table-column;
}
#content_b {
	margin: 0 auto 0 auto;
	/*width: calc(100% - 260px);*/
	
    width: 65%;
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
    
	float: right;
	display: table-column;
}
#side_b {
	padding: 10px;
	/*min-width: 200px;*/
	width: 240px;
	float: left;
	display: table-column;
}

#side ul {
	/*width: 130px;*/
}
#side ul li, #side_b ul li {
	float: left;
	list-style: none;
	font-size: 13px;
	margin-top: 5px;
	padding-bottom: 5px;
}
#side ul li {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-top: 5px;
	float:none;
}

#side ul li:last-child {
	font-size: 13px;
	border-bottom-style: none;
	padding-bottom: 0;
}

#side ul li a, #side ul li a:link, #side ul li a:visited, #side_b ul li a, #side_b ul li a:link, #side_b ul li a:visited {
	color: #606060;
	text-decoration: none;
	}
#side ul li a:hover, #side_b ul li a:hover {
	color: #000000;
	border-bottom-color: #565656;
	text-decoration: underline;
	}
#side ul li a.activePage, #side_b ul li a.activePage{
	color: #5499D8;
	border-bottom-color: #565656;
	text-decoration: none;
	}



#menu {
	margin: 0 15px 0 15px;
	width: auto;
	min-height: 35px;
	background: #fafefd;
/* Old browsers */	background: -moz-linear-gradient(top, #fafefd 0%, #b8cad4 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafefd), color-stop(100%,#b8cad4)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #fafefd 0%,#b8cad4 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #fafefd 0%,#b8cad4 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, #fafefd 0%,#b8cad4 100%); /* IE10+ */;
	background: linear-gradient(to bottom, #fafefd 0%,#b8cad4 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafefd', endColorstr='#b8cad4',GradientType=0 ); /* IE6-9 */
}
#line {
	margin: 25px 10px 10px 10px;
	max-width: 980px;
	height: 1px;
	background-color: #CFCFCF;
}
#bottom {
	padding: 0 0 20px 0;
	margin: 0 auto 0 auto;
	font-size: 12px;
	max-width: 980px;
	background-color: #FFFFFF;
	display: table;
	width: 100%;

}
#bottom_left {
	float: left;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 10px;
}
#bottom_right {
	float: right;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 10px;
}
#bottom_left a, #bottom_right a {
	font-weight: normal;
}
#login_form_img {
	/*padding: 10px;*/
	background: url('../images/Login.jpg') no-repeat top left;
	/*background-size: 100%, auto;*/
	width: 370px;
	height: auto;
}
#login_form {
	/*padding: 10px;*/
	line-height: 0;
	width: 230px;
	padding-left: 145px;
	margin-top: 20px;
	}
#contact_form {
	/*padding: 10px;*/
	line-height: 0;
	width: 230px;
	padding-left: 10px;
	margin-top: 20px;
	}

.checkbox {
	line-height: normal;
	width: 210px;
	padding-left: 20px;
	margin-top: 10px;
}

.label_s {
    display: table;
    float: left;
    /*padding: 10px;*/
    margin-top: 20px;
    width: 77px;
}
.label {
    display: table;
    float: left;
    /*padding: 10px;*/
    margin-top: 20px;
    width: 80px;
}

.label_2 {
	margin: 10px 0 10px 0;
	display: table;
	line-height: normal;
	width: 200px;
}

.label_3 {
	margin: 2px 0 2px 0;
	display: table;
	line-height: normal;
	margin-left: -10px
}

.form {
	background-color: #eaf1f7;
    display: table;
    padding: 10px;
    }
.form input, .form .input_l, .form textarea, .button input {
	border-color: #cccccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    width: 90px;
	height: 20x!important;
	padding: 2px 4px!important;
    }
.form .input_l {
    width: 120px;
	height: 20x!important;
	padding: 2px 4px!important;
    }
.form textarea {
    width: 197px;
    }
.form input[type="checkbox"] {
    width: 20px;
    }

.button input {
	background-color: #ffffff;
	margin: 5px;	
    }

.dot_line {
	border-bottom: 1px #000000 dotted;
	/*width: 260px;*/
	/*margin-left: 10px;*/
	margin-right: -15px;
	margin-left: -12px;
}
.error {
	margin: 10px;
	color: #ff0000;
	/*width: 265px;*/
	visibility: hidden;
	line-height:normal;
}
#map {
	background-color: #ffffff;
	margin: 0 10px 0 10px;
	background: url('../images/map_desktop.jpg') no-repeat center top;
	height: 340px;
	padding-top: 15px;
	min-height: 100px;
	cursor: pointer;
}
@media all and (max-width: 768px) {
#nav > li { font-size: 14px;}
#nav {  height: auto; background: #ffffff; margin: 5px;}
.menu-btn { display: none;}

#content {
	/*width: 70%;*/
}
/*#header {
	margin: 47px 0 28px 0;
	width: 100%;
}*/
#header_left {
	margin-left: 5px;
	}
#header_right {
	margin-right: 5px;
	}
#main {
	margin: 0 0 0 0;
	background-size: 100% auto;
	width: 100%;
	height: 230px;
	padding-top: 5px;
}
#date {
	margin-left: 8px;
}
#linkedin {
	margin-right:8px;
}
#menu {
	margin: 0 5px 0 5px;
	width: auto;
	}
#line {
	margin: 10px auto 10px auto;
	width: 98%;
	}
/*#bottom {
	margin: 0 auto 0 auto;
	display: table-row;
	}*/
.images_right {
	margin: 5px auto 5px auto;
	float: none;
	width: 250px;
	height: auto;
	}
.images_left {
	margin: 5px auto 5px auto;
	float: none;
	width: 250px;
	height: auto;
	}
#page {
	width: 100%;
	}
#map {
	background: url('../images/map_tablet.jpg') no-repeat center top;
	height: 315px;
}
#login_form_img {
    background: rgba(0, 0, 0, 0) url("../images/Login.jpg") no-repeat scroll left top / 25% auto;
    height: auto;
    width: 270px;
}
#login_form {
    line-height: 0;
    margin-top: 20px;
    padding-left: 74px;
    width: 230px;
}
}
@media all and (max-width: 480px)	{
    #nav {  height: auto; background: #ffffff; margin: 10px; display: none;}
    #nav > li {  float: none; width: 95%; background-image: none;}
    #nav a { line-height: 50px; }
    #nav ul { background: #00ff00; float: none; width: 95%; position: relative; display: inline-block; }
    #nav li:hover ul { float: none; width: 95%; position: relative; display: inline-block; background-color: rgba(0, 0, 0, .5); }
	#nav li ul li a { width: 95%; font-size: 24px; color: #ffffff; line-height: 24px;}
	#nav li ul li a:hover { width: 95%; font-size: 24px; background: rgba(0, 0, 0, .5); color: #ffffff; line-height: 24px;}
	#nav li a, #nav li a:hover { display: block; width: 95%;}
		
    #nav li.tap { background: #555;  }
    #nav li.tap ul { display: block;  }
    #nav li a {	font-size: 40px; color: #ffffff;}
    #nav li a:hover { background-color: rgba(0, 0, 0, .5);}
    #nav li ul a:hover { background: rgba(0, 0, 0, .5); }
    #nav li.sub:hover > a { background: rgba(0, 0, 0, .5); }



.menu-btn {
    display: inline-block;
}
#header {
	margin: 0;
	width: 100%;
}
#mobile_logo {
	display: block;
}
#header_left {
	margin: 0 auto 0 auto;
	float: none;
	text-align:center;
}
#ldg_capital {
	margin: 0 auto 0 auto;
	float: none;
	display:inline-block;
}
#language, #language a {
	margin: 0 auto 0 auto;
	font-size: 15px;
	float: none;
	display:inline-block;

}

#header_right, #shadow {
	display:none;
	}
#main, #main_page {
	background-position: top;
	margin: 0 0 0 0;
	width: 100%;	
	padding-top: 5px;
	background-image: url('../images/LDG_Capital_mobile.jpg');
	height: 500px;
	/*background-image: url('../images/LDG_Capital_mobile2.jpg');
	height: 130px;*/
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#main_page {
	background-color: #ffffff;
	}
#date {
	display: none;
}
#linkedin {
	display: none;
}
#nav {
	background: rgba(0, 0, 0, .5);
	/*background: #FFFFFF;*/
	}

#menu {
	background: transparent;
	/*background: #FFFFFF;*/
	margin: 0 0 0 0;
	width: auto;
	}
#bottom {
	margin: 0 auto 0 auto;
	font-size: 20px;
	text-align:center;
	display: table;
	}
#bottom_left, #bottom_right {
	margin: 0 auto 0 auto;
	float: none;
	}
.images_right {
	margin: 5px auto 5px auto;
	float: none;
	width: 300px;
	height: auto;
	}
.images_left {
	margin: 5px auto 5px auto;
	float: none;
	width: 300px;
	height: auto;
	}
#page {
	max-width: 100%;
	display: table;
	}
#back_button {
	float: none;
	width: 60px;
}
#content {
	width: 100%;
	float:none;
    display: table-row;
	}
#side {
    display: none;
	}
#content_b {
	margin: 0 auto 0 auto;
	max-width: 100%;
	float: none;
	display: table-row;
}
#side_b {
	margin: 0 auto 0 auto;
	display: table-row;
}
#contact {
	display:block;
	text-align:center;
	margin-bottom: 30px;
	}
#map {
	background: url('../images/map_tablet.jpg') no-repeat center top;
	margin-top: 10px;
	}
#shadow, #shadow_bottom {
    display: none;
	}

}


}
.form-control {
font-size: 12px!important;
    height: 20px!important;
    padding: 2px!important;
	}