/*
	Theme Name: MA components
	Version: 1.0.0
	Author: ephp
	Author URI: http://ephp.pl
*/
/* =WordPress Core
-------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Exo:300,400,700&subset=latin-ext,latin);

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.btn-orange {
    background-color: #ff7e00;
    border-color: #ff7e00;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background-color: #e67100;
    border-color: #cc6500;
}
.btn-orange.disabled:hover,
.btn-orange.disabled:focus,
.btn-orange.disabled:active,
.btn-orange.disabled.active,
.btn-orange[disabled]:hover,
.btn-orange[disabled]:focus,
.btn-orange[disabled]:active,
.btn-orange[disabled].active{
    background-color: #ff7e00;
    border-color: #ff7e00;
}
.form-control {
    background: rgba(245, 245, 245, 0.30);
    border: transparent;
    color: #FFF;
    font-weight: 300;
    font-family: 'Exo', sans-serif;
}
.btn {
    font-weight: 300;
    font-family: 'Exo', sans-serif;
}
.btn-lg {
    font-size: 17px;
}
-moz-placeholder {
    color: #FFF;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #FFF;
}
.form-control::-webkit-input-placeholder {
    color: #FFF;
}
body {
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}
ul, ol {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
}
.post_content ul{
	padding-left:15px;
}
html,body{
	min-height: 100%;
	height: 100%;
}
#carousel-container {
    min-height: 100%;
    background-size: cover;
	background-position: center center;
    position: relative;
}
header.header {
    margin-bottom: 85px;
}
#logo {
    display: inline-block;
    margin-top: 15px;
	position: relative;
}
#logo img{
	position: relative;
	z-index: 2;
}
#logo:before {
	position: absolute;
	top:-15px;
	left:50%;
	content: "";
	display: block;
	background: url('images/logo-bg.png') top left no-repeat;
	width:838px;
	height:296px;
	margin-left:-419px;
	z-index: -1;
}
#header-menu>li+li {
    margin-left: 7px;
}
#header-menu>li>a {
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 17px;
    background-color: #00335a;
    padding: 6px 15px;
}
#header-menu>li.active>a,
#header-menu>li.active>a:hover,
#header-menu>li.active>a:focus {
    color: #fff;
    background-color: #00335a;
}
#header-menu li.menu-item-home a,
#header-menu>li.menu-item-home.active>a,
#header-menu>li.menu-item-home.active>a:hover,
#header-menu>li.menu-item-home.active>a:focus {
    background: #ff7e00 url('images/ico-home.png') center center no-repeat;
    text-indent: -9999px;
    width: 36px;
    overflow: hidden;
}
article {
    border: 2px solid #ec7b0d;
    background: #00335a;
    background: rgba(0, 51, 90, 0.81);
    border-radius: 6px;
    padding: 35px;
    margin-bottom: 40px;
}
article h1 {
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    font-size: 62px;
    margin-top: 5px;
    margin-bottom: 30px;
}
article .post_content {
    padding-left: 10px;
	text-align: justify;
}
.home article .post_content {
	text-align: center;
}
article .post_content img {
    border: 2px solid #ec7b0d;
    border-radius: 3px;
}
article .post_content p {
    margin-bottom: 25px;
}
.acf-map img{
    max-width:none;
}
.acf-map label {
    width: auto; display:inline;
}
article .acf-map {
    width: 100%;
    height: 185px;
    border-radius: 6px;
    opacity: .8;
    margin-top: 50px;
}

body.page-template-_mini-php #content  {
    position: absolute;
    bottom: 0;
    width: 100%;
}
body.page-template-_mini-php #content a:hover,
body.page-template-_mini-php #content a {
	color:#fff;
	text-decoration: none;
}
body.page-template-_mini-php article {
    text-align: center;
    padding: 25px;
}
body.page-template-_mini-php article h2{
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 10px;
}
footer {
    color: #00335a;
    padding: 51px 0;
}

footer .copyright{
    opacity: .4;
}

#footer-menu {
    margin: 0;
}
#footer-menu>li+li {
    margin-left: 5px;
}
#footer-menu>li>a {
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    color: #00335a;
    font-size: 14px;
    background-color: transparent;
    padding: 1px 5px;
}
#footer-menu>li.active>a,
#footer-menu>li.active>a:hover,
#footer-menu>li.active>a:focus {
    color: #00335a;
    background-color: transparent;
}

@media (min-width: 1200px) {
    .container {
      /* width: 1000px;*/
        width: 1120px;
    }
}


/* Account for fixed navbar */
body {
	min-width: 1000px;
}
/* Reset the container */
.container {
	/*width: 1000px;*/
    width: 1100px;
	max-width: none !important;
}
#catalog ul.list{
    margin-top: 0;
    padding-left: 20px;
}
#catalog ul.list a{
    color: #fff;
    font-size: 16px;
}
#catalog ul.list ul{
    margin-top: 0;
    margin-left: 17px;
    list-style-type: square;
    font-size: 12px;
}
#catalog #searchSelects .btn-select{
    height: 37px;
    padding: 9px;
    margin: 10px 0 0 0;
}
#catalog #searchSelects .dropdown-menu>li>a:hover,
#catalog #searchSelects .dropdown-menu>li>a:focus{
    font-weight:600;
    background: none;
    border: none;
    outline: none;
}
#catalog #searchSelects span.caret{
    border-top: 9px solid #e47a10;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
form#searchBox{
    margin-bottom: 44px;
}
#searchBox label{
    font-size: 23px;
    padding-top: 7px;
}
#searchBox{
    height: 46px;
}
#searchBox .btn-orange{
    width: 100%;
}
#catalog .table{
    font-size: 14px;
    margin-top: 50px;
}

#catalog .table thead{
    background: rgba(245, 245, 245, 0.07);
    width:100%;
}
#catalog .table>thead>tr>th{
    font-weight:normal;
    text-align: center;
    vertical-align:middle;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}
#catalog .table tbody td{
    border-top: none;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}
#catalog .table td{
    text-align: center;
    vertical-align: middle;
}
.border-r-disabled{
    border-right: none !important;
}

.modal-blue .modal-content {
    background: #00335a;
}
.modal-blue .modal-dialog, .modal-blue .modal-content {
    min-width: 600px;
}
.modal-blue .modal-header, .modal-blue .modal-footer {
    border: none;
}.paragraph-desc-form {  margin-top: 6px;  margin-bottom: 19px;  }

.padding-t-8 {
    padding-top: 8px;
}

button.btn.dropdown-toggle:before {
    width: 23px;
    height: 23px;
    position: absolute;
    background: #00335a;
    content: '';
    top: 5px;
    right: 7px;
    border-radius: 4px;
}
button.btn.dropdown-toggle {
    background: rgba(129, 155, 177, 0.64);
    border: transparent;
    margin-top: 1px;
    height: 33px;
    color: #FFF;
}
.bootstrap-select.btn-group .btn .caret {
    margin-top: -4px;
}

input.btn-orange:focus, input.btn-orange:active {
    color: #fff;
}
.pagination>li>a,button.btn.btn-default.ng-scope{
    color: #fff;
    background: transparent;
    border: 0;
}
.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus,button.btn.btn-default.ng-scope.active{
    color: #fff;
    background-color: transparent;
    border: 0;
    font-weight: bold;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus{
    background: transparent;
    border:0;
    color:#ccc;
}


.pagination{
    margin-top:0;
}

ul.dropdown-menu.selectpicker li:first-child {

}


.center-block{
    float:none;
}