/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.broker_header {
	width: 123px;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}

.broker_footer {
	width: 119px;
	float: left;
	text-align: center;
	font-size: 11px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.pages_less {
    float: left;
    height: 100%;
    width: 502px;
    padding-right: 10px
}


.bottommargin-lg-extra { margin-bottom: 120px !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 10px 0;
	font-family: 'Raleway', sans-serif;
}

.testi-content p:before,
.testi-content p:after { content: ''; }

.state {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFF;
    background-color: #7C2128;
    letter-spacing: 1px;
    width: 234px;
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ins {
    height: 105px;
    width: 234px;
    float: left;
    margin-right: 7px;
    margin-left: 7px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 20px;
    border: .5px solid #CCC;
    box-shadow: 1px 1px 1px 1px #999;
}

#ratings {
    position: absolute;
    bottom: 0;
    width: 500px;
    left: 6px;
}
.lion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFF;
    background-color: #FCB852;
    letter-spacing: 1px;
    width: 234px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 5px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
#video_box {
    background-color: #FFF;
    height: 575px;
    width: 640px;
    position: fixed;
    top: 10%;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    display: none;
    border: 1px solid #999;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    padding: 25px 75px
}
#video_box a:link,
#video_box a:visited {
    color: #000
}
#video_box a:hover {
    color: #666;
    text-decoration: underline
}

.docTable {
  border-collapse: collapse;
  width: 100%;
}
.docTable tr:nth-child(even) {
	background: #f2f2f2;
}
.docTable:nth-child(odd) {
	background: #FFF;
}

.styled-dropped-down {
	float: right;
	width: 150px;
}

/*
ul li:active, ul li:focus {    outline: 2px solid #000000;   }
li:active, li:focus {    outline: 2px solid #000000;   }
div:active, div:focus {    outline: 2px solid #000000;   }
input:active, input:focus {    outline: 2px solid #000000;   }
a:active, a:focus {    outline: 2px solid #000000;   }
*/

html, body {
    -webkit-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
    font-variant-numeric: lining-nums;
}