/*
Theme Name: Corlytics
Theme URI: http://dueper.net
Author: Dueper Design
Author URI: http://dueper.net
Description: Dueper Theme is based on upBootstrap3WP(https://github.com/upplex/upBootstrap3WP) --> Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc. and Twitter Bootstrap 3. Feel free to edit it. 
Version: 0.1
License: GNU General Public License
License URI: license.txt
Domain Path: /languages/
Tags:

*/

@import url(http://fonts.googleapis.com/css?family=Lapo:400,700|Open+Sans:400,300,300italic,400italic,700italic,700);

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 16px;
	line-height: 1.7;
	background:#f9f9f9;
	color:#777777;
	letter-spacing:0.03em;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

/************************************************************ GENERAL*/
h1,h2,h3,h4,h5 {
	font-family: 'Lapo', sans-serif;
}
h6 {
	font-family: 'Lapo', sans-serif; font-size: 14px;
}
p {
	margin:5px 0;
}

a{
	color:#A40133;
}
a:hover{
	color:#A40133;
}

strong {
	color:#000000;
	font-family: 'Lapo', sans-serif;
}

ul, li {
}

ul, ol {
	padding-left: 40px;
}

.bg-black {
	background-color:#ECEDED;
}
.bg-withe {
	background-color:#F9F7F9;
}

.bg-grey {
	background-color:#ECEDED;
}

.top-line {
	border-top:10px solid #ECEDED;
}

.titoletto {
	width:100%;
	height:10px;
	margin:15px 0px;
	background:#ECEDED;
}
.titoletto span {
	background: #F9F7F9;
	color: #652D6D;
	margin-left: 10px;
	font-size: 24px;
	font-weight: 700;
	line-height: 0.45;
	padding: 5px 10px;
	vertical-align: top;
}
.top-margin {
	margin-top:30px;
}

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

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

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


/************************************************************ Video Container*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************************************************************ TWITTER WIDGET */

.bottom-page {
    padding-top:80px;
    padding-bottom:40px;
}

.twitter-timeline {
    background-color:#e9e9e9;
}

/************************************************************ BOTTOM RIGHT WIDGET */

.section-title-bottom {
    color: #000000;
    font-family: 'Open Sans',sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-top:0px;
    margin-bottom:0px;
}

/************************************************************ FOOTER ON BOTTOM*/
body.bind-scroll, html.bind-scroll {
	overflow:hidden;
	width:100%;
}


#main-wrapper {
	min-height:100%;
	position:relative;
}

#site-content {
	padding-bottom:200px;   /* Height of the footer element */
	background:#ffffff;
}
footer.site-foot {
	width:100%;
	padding:40px 0px;
	position:absolute;
	background:#ECEDED;
	color:#222;
	bottom:0;
	left:0;
}

.copy {
    font-size:11px;
}

.site-foot p {
	line-height:1.4em;
}

/************************************************************ SOCIAL BOTTOM */

.social-box-bottom {
	line-height: 0;
	padding: 0;
}

.social-box-bottom a {
	color:#222;
	font-size: 25px;
}

.social-box-bottom a:hover {
	color:#A40133;
}

/************************************************************ HEADER*/
.sub-header {
	padding:30px 0;
}

.sub-header h1 {
	text-align:center;
	color:#A40133;
	font-size:22px;
	margin:0;
	line-height:1.4;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 8px 15px 15px 0;
}

/************************************************************ SEARCH*/
.search-submit {
	display:none;
}

.form-group {
	width:100%;
}

.form-control {
    background-color: #FFFFFF;
    border: 2px solid #EEEEEE;
    border-radius: 0px;
    box-shadow: none;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.form-control:focus {
	border-color:#A40133;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
}

.search-field {
	background:url('img/search-icon.png') no-repeat right 10px center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.search-field:focus {
	background: right -10px center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/************************************************************ STICKY */
.is-sticky #sticker {
	left:0;
	right:0;
	z-index: 999;
	padding:0;
}

#sticker {
	padding:15px 0;
	transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
	-ms-transition: padding 0.3s ease;
	-o-transition: padding 0.3s ease;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
}

/************************************************************ NAVBAR */

.navbar {
	/*text-transform:uppercase;*/
	font-family: 'Lapo', sans-serif;
	font-size:13px;
}

.navbar-nav {
	margin-top:8px;
	text-align:left;
}

.navbar-default .navbar-nav>li>a {
	color: #222;
	font-weight:400;
	text-align:left;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	/*color: #DA9F9C;*/
	color:#222;
	background-color:transparent;
	text-decoration:underline;
	text-align:left;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	/*color: #A40133;*/
	color:#222;
	background-color:transparent;
	text-decoration:underline;
	text-align:left;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background:transparent !important;
	/*color: #A40133;*/
	color:#222;
	text-decoration:underline;
}

.current-post-parent > a, .current-post-ancestor > a {
    color:#A40133 !important;
}

.caret {
    display: none;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: rgba(236, 237, 237, 0.8);
    
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    text-align:left;
    font-size: 13px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 80px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu > li > a {
    clear: both;
    color: #222;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    /*color: #A40133;*/
    color:#222;
    text-decoration: underline;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    /*color: #A40133;*/
    color:#222;
    outline: 0 none;
    text-decoration: underline;
}

/************************************************************ SLIDER */
.slider-home {
	position: relative;
	background:#000000;
	/*z-index: -1;*/
}
.slider-home .slide-content {
	background-position:center;
	background-repeat:no-repeat;
	height:400px;
	position:relative;
	background-size:cover;
}
.slider-home .slide-content .text-slide{
	position:absolute;
	top:20px;
	left:0;
	right:0;
	color:#fff;	
}

.slider-home .slide-content .text-slide h3{
	font-family: 'Lapo', sans-serif;
	font-size:22px;
	line-height:1.2;
	font-weight:300;
	color:#fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    display: inline-block;
    margin:0 0 0 15px;
}

.slider-home .text-slide-out {
    background:#000000;
    padding:20px;
    }
    
.slider-home .text-slide-out h3{
	font-family: 'Lapo', sans-serif;
	font-size:20px;
	line-height:1;
	font-weight:300;
	color:#ffffff;
    display: inline-block;
    margin:0;
}

.slider-home .slide-content .text-slide h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    font-family: 'Lapo',sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    margin: 20px 0 0 15px;
    padding: 15px;
}

.owl-theme .owl-controls {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}

/****************************************** BREADCRUMB */

.breadcrumb {
    background-color: transparent;
    border-radius: 4px;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 8px 0px;
}

/************************************************************ BOX NEWS HOME */

.box-news-home {
	background:#000000;
}

.box-news-home {
	background:#000000;
	display:block;
	height:40px;
	margin:0;
	padding:0 20px;
	width:100%;
}

.box-news-home-inner {
    padding: 13px 0;
}

.box-news-home strong{
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    line-height: 1em;
    margin-right:10px;
}

.box-news-home a{
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    line-height: 1em;
	font-family: 'Lapo', sans-serif;
}

.box-news-home a:hover{
    color:#990000;
}

.ticker-swipe span{
   border-bottom:0px !important;
}

/************************************************************ SOCIAL TOP */

.social-box {
	line-height: 1;
	padding: 0;
}

.social-box a {
	color:#666666;
	font-size: 35px;
}

.social-box a:hover {
	color:#999999;
}

/************************************************************ TAXONOMY GROUP */

.spaced {
    margin:30px 0;
    text-transform:uppercase;
    display:block;
}

/*body.tax-group .people,
body.post-type-archive-people*/ .people {
    padding:30px 0;
}

/*body.tax-group .people h1,
body.post-type-archive-people*/ .people h1 {
    color:#000000;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:24px;
    margin-bottom:0;
}

/*body.tax-group .people h2,
body.post-type-archive-people*/ .people h2 {
    color:#666666;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:18px;
	margin-top:10px;
    margin-bottom:0;
}

#team .img-responsive {
	padding:0 50px;
}

#board .img-responsive {
	padding:0 50px;
}


/************************************************************ PAGE SECTIONS */

.section-page {
	padding-top:40px;
	padding-bottom:40px;
}

.section-title {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:30px;
	color:#000000;
	margin:20px 0;
	line-height: 45px;
}

.section-image, .section-text, .section-block, .section-block {
	padding:20px 0;
}


/************************************************************ TIPOLOGIE HOME */
.tipologie-home{
	padding:0px;
	background-color:#f0f0f0;
	position:relative;
}
.tipologie-home .caption-tipologia{
	position:absolute;
	bottom:15px;
	left:0px;
	right:0;
	padding:5px;
	font-weight:500;
	background:#652D6D;
	color:#fff;
	line-height:1;
	font-size:22px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	
}
.tipologie-home a:hover  .caption-tipologia{
	bottom:0;
	letter-spacing:2px;
	padding:10% 5px;
	left:0;
	right:0;
}
.tipologie-home:first-child .caption-tipologia{
	left:-5px;
	background:#ECEDED;
	color:#000;
}
.tipologie-home:last-child .caption-tipologia{
	right:-5px;
	background:#ECEDED;
	color:#000;
}

/************************************************************ NEWS */

.top-spaced {
    margin-top:30px;
    text-transform:uppercase;
    display:block;
}

.title-first {
    margin-bottom: 20px !important;
}

/************************************************************ NEWS SINGLE */
.single-title {
	margin-top:0;
	color:#000000;
}
.single-post .hentry .sharing {
	margin-top:20px;
}

.page-title {
    
}

.date {
    display: inline-block;
    margin-top:10px;
    margin-bottom: 10px;
}
.the-date {
    color:#000000;
}

/************************************************************ SOCIAL SHARE */
/******************************** Social Box */
.sharing{
    display: block;
    margin-bottom: 30px;
    margin-top: -30px;
}
.sharing .sharing-box,
.sharing .right{
	display:inline-block;	
}
.sharing span.icon {
	width:20px;
	height:20px;
	display:inline-block;
	margin:0px 5px;
	text-align:center;
	line-height: 20px;
	color:#000000;
	
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.sharing span.icon:before {
	font-size: 14px;
}

.sharing .right{
	font-size: 25px;
	font-weight:bold;
	line-height: 1;
	vertical-align: middle;
	display:none !important;
}
.sharing .sharing-box a {
	width:30px;
	height:30px;
	display:inline-block;
	background:transparent;
	margin-right:5px;
	text-align:center;
	line-height: 34px;
	color:#000000;
	
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.sharing .sharing-box a span:before {
	font-size:18px;
}
.sharing .sharing-box a:hover {
	text-decoration:none;
	color:#fff;
}

.sharing .sharing-box .facebook:hover {
	background:#3b5998;
}

.sharing .sharing-box .twitter:hover {
	background:#00a0d1;
}

.sharing .sharing-box .googleplus:hover {
	background:#E20A35;
}

.sharing-title {
    line-height: 19px;
    padding-right: 10px;
    vertical-align: text-top;
}

/***************************************************** PAGE NAV */

.wp-pagenavi {
    margin:40px 0;
    color:#000000;
   	font-family: 'Lapo', sans-serif;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}

.wp-pagenavi .page{
    color:#000000;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color:#A40133;
}

.wp-pagenavi a:hover{
    color:#A40133;    
}

/**************************************************** READ MORE */

.readmore {
    text-transform:uppercase;
    font-size:10px;
}

.readmore:hover {
    color:#A40133;
}

/* Gravity Forms */
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
	display: block;
	margin: 0px 0 23px 0px;
	font-size: 11px;
	letter-spacing: 0.5pt;
}
.gform_wrapper .top_label .gfield_label {
	margin: 20px 0 4px 0;
	font-family: 'Lapo',sans-serif;
}

.gform_wrapper.gf_browser_chrome .ginput_complex select, .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
	padding: 5px 10px !important;
	margin-bottom: 5px;
	height: 40px;
	font-size: 18px;
	color: #777 !important;
}
input,button,select,textarea{
	border-image-source: none;
	border: 1px solid #eceded;
	border-image-slice: 0;
	border-image-width: 0;
	border-image-outset: 0;
	border-image-repeat: inherit;
	line-height: inherit;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
	margin-top: 4px !important;
	margin-left: 4px !important;
	width: 15px !important;
	height: 15px !important;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
	padding: 5px 10px !important;
	font-size: 18px !important;
	color:#777 !important;
}

.gform_wrapper ul li.gfield {
	margin-bottom: 10px;
}

.gform_wrapper .ginput_container .datepicker {
	width:47% !important;
}

.gform_wrapper .gfield_required {
    color: #A40133;
    margin-left: 5px;
}

.gform_wrapper .top_label .gfield_label {
    clear: both;
    display: inline-block;
    font-weight: lighter !important;
    line-height: 1.3em;
    margin: 10px 0 4px;
}

.gform_button {
   	font-family: 'Lapo',sans-serif;
    background-color:transparent;
    text-transform:uppercase;
    font-weight:bold;
    border:0px;
}

.gform_button:hover {
    color: #A40133;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
    color: #999999 !important;
    font-size: 14px !important;
    font-weight: lighter;
    padding: 5px 10px !important;
}

textarea {
    color: #999999 !important;
    font-size: 14px !important;
    font-weight: lighter;
    padding: 5px 10px !important;
}

.upload-field .ginput_container {
    background: -moz-linear-gradient(center top , #7ABCFF 0%, #60ABF8 44%, #4096EE 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 45px;
    display: inline-block;
    margin: 15px 0 10px 15px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
    border: 0 none;
    height: 100%;
}

.upload-field input {

}

/********************************************* Captcha */

.recaptchatable a, .recaptchatable a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    color: #999999 !important;
    font-size: 10px;
}

.recaptchatable .recaptcha_image_cell center img {
    height: 55px !important;
}

.recaptchatable {
    background: none repeat scroll 0 0 #FFFFFF;
}

.captcha input {
    border: 1px solid #DFDFDF !important;
}

/************************************************************ Navbar Mobile */
.close-overlay span{
	position:absolute;
	right:20px;
	top:40px;
	color:#ECEDED;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #A40133;
}


/************************************************************ Contact & Maps */

.contact-header {
    background: none repeat scroll 0 0 #ffffff;
    display: inline-block;
    width: 100%;
}

.acf-map {
	width: 100%;
	margin: 0px 0px 0px 0px;
	height:500px;
}

.acf-map img {
	max-width: none; 
}

.slide-contact {
	background-position:center;
	background-repeat:no-repeat;
	height:400px;
	position:relative;
	background-size:cover;
}

.slide-content {
    height: 515px;
}

.content-box {
    position: relative;
}

.contact-header .col-md-4 {
    padding:0px;
}

.content-text-box {
    /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);*/
    padding: 15px;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    margin:20px;
}

.contact-us {
    position: absolute;
    width: 100%;
}

.contact-us h1{
    width: 100%;
    color: #000000;
    font-size: 26px;
    line-height: 1.4;
    margin: 0;
}

/************************************************************ Counter js*/

.counter-container {
	margin-top: 30px;
	margin-bottom: 30px;
}

#wrapper {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	display: inline-block;
	position: relative;
}

#wrapper .flip-counter {
	margin: 0 auto;
	display: inline-block;
	position:relative;
}
#wrapper .flip-counter:after {
	content:"$";
	color:#000;
	position:absolute;
	left:-60px;
	top:0;
	font-size:70px;
	font-family: 'Lapo', sans-serif;
	line-height:80px;
}



/************************************************************ People Modal */
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/************************************************************ MEDIA QUERY */

@media (max-width: 1200px) and (min-width: 991px){
	.navbar-collapse {
		display:inherit !important;
	}
	
	.navbar-toggle {
		display:none !important;	
		float:right;
	}
}

@media (max-width: 1199px){
	.navbar-collapse {
		font-size:13px;
	}
}

@media (max-width: 767px){
	
    .sub-header h1 {
        margin: 10px 0;
    }
	
    .social-box {
        text-align: center !important;
    }
    
    .counter-container {
        display:none;
    }

}

@media (max-width: 991px) and (min-width: 768px){
	
	
	.cat-title, .single-title{
		font-size:50px;	
	}
	
	.slider-home .slide-content, .acf-map {
	    height:300px;
    }
    
    .social-box {
        text-align: center !important;
    }
    
    .sub-header h1 {
        margin: 10px 0;
    }
	
}
@media (max-width: 992px){
	.navbar-brand {
		padding: 15px 15px;
		z-index: 2;
		position: relative;
		font-size: 18px;
		line-height: 20px;
	}
	
	.navbar {
		z-index: 1;
		background: #ECEDED;	
	}
	
	#sticker {
		poaition:fixed;
		left: 0;
		right: 0;
		z-index: 999;
		padding: 0;	
	}
}
@media (max-width: 992px) and (min-width:768px){
	.navbar-brand {
		width:100%;
	}
	
	.brand-conrtainer{
		text-align:center;	
	}
}
@media (max-width: 767px){
	
	.dropdown-menu {
		display:block;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.dropdown-menu > li > a{
		clear: both;
		color: #666;
		display: block;
		font-weight: normal;
		line-height: 20px;
		padding: 5px 15px 5px 25px;
		white-space: nowrap;
	}
}

@media (max-width: 767px) and (min-width: 480px){
	.slider-home .slide-content, .acf-map {
	    height:300px;
    }
    .owl-theme .owl-controls {
        display:none !important;
    }
	
	.section-block .number-images {
		margin-bottom:40px;	
	}
	
}

@media (max-width: 479px){
	.slider-home .slide-content, .acf-map {
	    height:150px;
    }
    
    .box-news-home {
	    display:none;
    }
    
	.section-block .number-images {
		margin-bottom:40px;	
	}
	
    .social-box {
        text-align: center !important;
    }
    
    .sub-header h1 {
        margin: 10px 0;
    }
    
    .owl-theme .owl-controls {
        display:none !important;
    }
    
    .site-foot .col-xs-12 {
        text-align:center;
        margin: 0 0 20px;
    }
    
    .bottom-right-box {
        margin: 30px 0 40px;
    }
}