/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Feb 09 2018 | 05:15:29 (am)
/*
/******* Do not edit this file *******/

#header{
margin: 0 auto;
}


[data-header="3"] .site-header .site-logo img {
    max-height: 100%;
}


li#field_1_3 {
    float: left;
    width: 50%;
    clear: none;
    display: inline;
}

li#field_1_2 {
    width: 50%;
    float: left;
    display: inline;
}

input#input_1_3 {
    width: 100%;
}

input#input_1_2 {
    width: 100%;
}

li#field_1_4 {
    padding-top: 30px;
}

input#gform_submit_button_1 {
    background-color: #3366cc;
    color: white;
    border: 0;
    padding: 1rem 1.5rem;
}
.bottom-bar a {
    color: #858585;
}

.bottom-bar a:hover {
    color: #3366cc;
}


.titlebar-color-overlay {
    background-color: #2f3a63 !important;
}


h1, h2, h3, h4, h5, h6 
{ font-weight: 600;}


body a {
    font-weight: bold;
    color: #3366cc;
}

body a:hover {
    color: #82868b;
}



.contacts a {
    font-weight: normal;
}

.home .titlebar {
	background-size: 100%;
    background-position: 50% -40% !important;
	
}

.nothome .titlebar {
    background-image: none;
    background-color: #3366cc;
    padding-bottom: 30px;
}

.nothome .titlebar .titlebar-color-overlay {
    background-color: transparent !important;
}

.nothome .titlebar .col-lg-6 {
    width: 100%;
}

.nothome .titlebar .color-bg {
    background-color: transparent;
    margin-top: 0;
}

.padding-top-90 {
    padding-top: 50px !important;
}

@media (max-width: 991px) {

	
.home .titlebar {
    background-position: 50% 13% !important;
    background-size: 150%;
}	
	 .widget h4.widget-title {
    border-top: 1px solid #ccc;
    margin-top: 20px !important;
    clear: both;
    padding-top: 20px;
}

.sidebar .widget:first-child h4 {
    margin-top: 20px !important;
}
	
	
	li#field_1_3 {
    width: 100%;
    clear: both;
}

li#field_1_2 {
    width: 100%;
    clear: both;
}
	
	.padding-top-90 {padding-top: 30px !important}
	
#desktop-nav ul li a {padding: 0 8px;}

	
}

@media (max-width: 991px) and (orientation : portrait) {
	
	.home .titlebar {
    background-position: 50% 45% !important;
}
	
	.site-header .top-bar .col-lg-9 {
    width: 50%;
}

.site-header .top-bar .col-lg-3 {
    width: 50%;
    float: right;
}

.site-header .contacts p {
    text-align: right !important;
}
	
}


@media only screen 
and (min-device-width : 0px) 
and (max-device-width : 767px) {
    
.titlebar .titlebar-content .header {
    font-size: 20px;
}
	
.home .titlebar {
    background-position: 50% 40% !important;
    background-size: 200%;
}
	
.site-header .top-bar .col-lg-9 {
    width: 100%;
}

.site-header .top-bar .col-lg-3 {
    width: 100%;
    float: none;
}

.site-header .contacts p {
    text-align: center !important;
}
}

/* tablet in landscape */
@media only screen 
and (min-device-width : 0px) 
and (max-device-width : 767px) 
	and (orientation : landscape) {

.site-header .top-bar .col-lg-9 {
    width: 50%;
}

.site-header .top-bar .col-lg-3 {
    width: 50%;
    float: right;
}

.site-header .contacts p {
    text-align: right !important;
}
		
		
}