@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

/* http://meyerweb.com/eric/tools/css/reset/ */
/* Eric Meyer reset tool | v1.0 | 20080212 */

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*/ {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* Remove the outline from all a elements */
a:hover,
a:active,
a:focus {
	outline: 0;
}
/* 
 * Developed by www.acidartstudio.com
 * Non-commercial use only, please contact me at office@acidartstudio.com, before trying to use this code in a commercial application
*/
html,
body {
  height: 100%;
}
@media screen and (max-width: 768px) {
    body { padding-top: 0px; }
}
body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:15px;
	color:#000000;
	background:#F9F9F9;
	
}
h1, h2, h3, h4 {
	font-family: 'PT Sans Narrow', sans-serif;
	color:#B01C27;
	padding:10px 0;
}
h1 {
	font-size:26px;
	font-weight:normal;
}
h2 {
	font-size:23px;
	font-weight:normal;
}
h3 {
	font-size:20px;
	font-weight:normal;
}
h4 {
	font-size:17px;
	font-weight:normal;
}
p {
	padding:0 0 10px 0;
}
a, a:focus {
	color:#B01C27;
	text-decoration:none;
}
a:hover, a.active {
	color:#B01C27;
	text-decoration:underline;
}
h1 a, 
h2 a, 
h3 a, 
h1 a:hover, 
h2 a:hover, 
h3 a:hover  {
	text-decoration:none;
}
ul {
	list-style-position:inside;
	list-style-image: url('../images/li.png');
}
table p {
	padding:0;
}
table h2 {
	padding:0;
}
.input-append input[type=text] {
	height:20px;
}
table h3 {
	padding:0;
	font-size:20px;
}
table h3 a {
	padding:0;
	font-size:21px;
	color:#B01C27;
}
/* Fixes a bug where input-append and right overflow on the edge of the page */ 
.input-append.pull-right {
	margin-right:48px;
}
/*
td input[type=text],
td input[type=password] {
	width:85%;
}
td textarea {
	width:95%;
}
*/
article {
	width:100%;
	float:left;
	padding:0 0 10px 0;
	text-align:justify;
}
article img {
	position:relative;
	float:left;
	padding:4px;
	margin:0 10px 0 0;
}
article:nth-child(even), article:hover {
}
ul + h1, ol + h1, p + h1, table + h1,
ul + h2, ol + h2, p + h2, table + h2,
ul + h3, ol + h3, p + h3, table + h3,
ul + h4, ol + h4, p + h4, table + h4,
ul + h5, ol + h5, p + h5, table + h5,
ul + h6, ol + h6, p + h6, table + h6 {
	padding:10px 0 10px 0;
}
sup {
	font-size:60%;
}

/* Structure */
.wrapper {
  min-height: 100%;
  height: auto;
}
.logo {
	width:188px;
	height:70px;
	position:relative;
	float:left;
	margin:10px 0;
	background:url('../images/logo.png') no-repeat;
}
.center {
	padding:15px 15px 30px 15px;
	margin-bottom:45px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:#FFFFFF;
	border-radius: 0px 0px 8px 8px;
}
header {
	color:#B01C27;
	background:#FFFFFF;
}
footer {
	padding:10px 0;
	color:#FFFFFF;;
	background:#B01C27;
	/*
	color:#000000;
	background:#FFFFFF;
	-webkit-box-shadow: inset 0px 1px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: inset 0px 1px 5px 0px rgba(153,153,153,1);
	box-shadow: inset 0px 1px 5px 0px rgba(153,153,153,1);
	*/
}
footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Header */
header a {
	color:#B01C27;
}
header a:hover {
	color:#B01C27;
	text-decoration:none;
}
header .badge {
	vertical-align:top;
}
header .dropdown > .dropdown-menu > li > a {
	/*padding-top:10px;
	padding-bottom:10px;*/
}
.language_block {
	width:auto;
	height:auto;
	position:relative;
	float:right;
	margin:11px 12px 0 0;
}
.language_block img {
	position: relative;
	float:left;
	margin:0 0 0 5px;
}
.social-icon {
	position:relative;
	float:left;
	margin:0 0 0 0px;
}
.social-share {
	display:inline;
	padding:0px 0 0 0;
}
.social-share img {
	margin:0 0px 0 0;
}
.social-share .btn {
	margin:-17px 0 0 0;
}
.nested_levels {
	padding:0 0 0 15px;
	list-style-image: url('../images/li.png');
}
/* Carousel */
.carousel {
	margin:0;
}
.carousel a {
	text-decoration:none;
}
/* Full width regardles of the resolution */
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	width: 100%;
}
/* Breadcrumb */
.breadcrumb {
	width:1123px;
	position:relative;
	float:left;
	background:#FFFFFF;
	font-size:11px;
	margin-bottom:8px;
	margin-left: 16px;
}
.breadcrumb .home_link {
	font-weight:bold;
}

/* Sidebar */
aside h1 {
	padding:0 0 10px 0;
}

/* Footer */
footer ul {
	padding:0 0 10px 15px;
	list-style-image: url('../images/footer_li.png');
}
footer a {
	color:#FFFFFF;
}
footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
footer a, 
footer h1, 
footer h2, 
footer h3 {
	color:#FFFFFF;
}
footer a img {
	margin:0 0 5px 15px;
	vertical-align:middle;
}
.modal h1, 
.modal h2, 
.modal h3 {
	color:#000000;
}
.form_response {
	display:block;
	font-size:11px;
	color:#FF0000;
}
.form_response.success {
	color:#009900;
	padding-left:16px;
}
.form_response.error {
	color:#FF0000;
	padding-left:16px;
}

/* Pagination */
.pagination span a {
	text-decoration:none;
}

/* Login form */
.login_form {
	width:440px;
	margin:auto;
	margin-top:250px;
	padding:20px 0;
	border: 1px solid #CCCCCC;
	border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-boder-radius:3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background:url('../images/login_form.png') no-repeat scroll 330px 87px #FFFFFF;
}
.social_login_button {
	margin:5px 0 0 0;
}

/* Blog */
article {
	float:left;
	padding:0 0 20px 0;
}
article img {
	position:relative;
	float:left;
	padding:4px;
	margin:0 10px 0 0;
}

/* Comments */
.comment {
	margin:10px 0;
}
.comment h2 a:hover {
	font-size:15px;
}


/* Dynamic content DIV */
.dynamic-content {
	clear:both;
}
.dynamic-content img[style="float: left;"] {
	margin:0 10px 10px 0;
}
.dynamic-content img[style="float: right;"] {
	margin:0 0 10px 10px;
}
.dynamic-content p {
	padding:0;
	text-align:justify;
}
.dynamic-content ul, .dynamic-content ol {
	padding:0;
	list-style-position: inside;
}
.dynamic-content td, .dynamic-content thead {
	border:#DDDDDD solid 1px;
}

/*  Miscellaneous */
.statistic-block {
	max-width:100%;
	min-width:100%;
	padding:10px;
	margin-bottom: 20px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	text-align:center;
	color:#FFFFFF;
	background:#B01C27;
}
.landing-page-block h3 {
	padding-top:0;
}
.filter-selector {
	margin:5px 0;
}
.small-form input[type=text] {
	height:23px;
}
.small-form select {
	height:25px;
	padding:2px;
	font-size: 12px;
}
.small-form .btn {
	height:24px;
	padding:2px 5px;
}
.tiny-text {
	font-size:11px;
}
.small-text {
	font-size:13px;
}
.medium-text {
	font-size:15px;
}
.large-text {
	font-size:21px;
}
.extra-large-text {
	font-size:30px;
}
.strikethrough-text {
	text-decoration: line-through;
}
.text-justify {
	text-align:justify;
}
.text-center {
	text-align:center;
}
.white-text {
	color:#FFFFFF;
}
.gray-text {
	color:#999999;
}
.black-text {
	color:#333333;
}
.red-text {
	color:#CC0000;
}
.orange-text {
	color:#FF6600;
}
.green-text {
	color:#009900;
}
.large-textarea {
	height:500px;
}
.rating-white-container {
	width:125px;
	/*padding:5px;*/
	background:#FFFFFF;
	border-radius:4px;
}
.inline-img {
	position:relative;
	float:left;
}
.img-padding {
	padding:10px;
}
.inline {
	vertical-align:middle;
	display:inline;
}
.inline img {
	position:relative;
	float:left;
	margin:0 20px 0 0;
}
.horizontal-separator {
	width:100%;
	height:10px;
	position:relative;
	float:left;
}
.horizontal-separator-5 {
	width:100%;
	height:5px;
	position:relative;
	float:left;
}
.vertical_separator {
	width:10px;
	height:1px;
	position:relative;
	float:left;
}
.small-nav-pills li a {
    padding: 5px 15px;
}
.clear {
	clear:both;
}
.no-padding {
	padding:0;
}
.no-li {
	list-style:none;
}
.centered {
	float:none;
    margin:0 auto;
}
.no-button {
    background-image: none;
    border: 0 none;
    cursor: pointer;
	border-radius:2px;
    display: inline-block;
    font-size: 13px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding:0 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.no-button {
	background:transparent;
	color:#B01C27;
	padding:0 0 2px 0;
}
.no-button:hover {
	text-decoration:underline;
}
.transparent {
	background:transparent;
}
.contact-list > tbody > tr > td  {
	padding:0px;
	border: 0 none;
}
.margin-top {
	margin-top:10px;
}
.image-ratio {
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom: 100% ; /* % of width, defines aspect ratio*/ 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
}
.border {
	 border: 1px solid #CBCBCB;
}
.white {
	background:#FFFFFF;
}
.modal, .modal table a {           
	color:#333333;
}
.modal-dialog {
    width:700px;
}
/* Colors */
.red {
	background:#B81D1E;
}
.green {
	background:#B01C27;
}
.orange {
	background:#EBB600; 
}
.gray {
	background:#F2F2F2;
}
.statistic-block:hover {
	text-decoration:none;
}
.disabled-link {
	cursor:not-allowed;
    background-image: none;
    opacity: 0.35;
    filter: alpha(opacity=35);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
	.modal {
		height: auto !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin: 0;
		width: 100%;
		height: auto !important;
		position: static;
		border: 0 none;
		overflow-y: hidden !important;
	}
	p {
		padding:0;
	}
	body {
		font-size:9.4px;
		font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	}
	hr {
		color:#000000;
	}
}
#map_canvas {
	width: auto;
	height: 300px;
}
@media (max-width: 768px) {
	.logo {
		width:100%;
		background-position:center;
	}
}

/* Custom */
.red-table {
	background:#FFE3E5;
}