/*
Theme Name: MediatoRE
Author: Stringaro Léo
Version:  1.0
Text Domain: mediatore
* MediatoRE Css created By Stringaro Léo
*/

/*
 * Global
 */

body {
	background: #2c343d;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}

#main button {
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	line-height: 22px;
	color: #454545;
	border: 0 none;
	font-size: 18px;
	background: #fbcb43;
}

#main button:hover {
	color: #2c343d;
	background: #fff;
}
input {
	color: #999999;
}

.content-area {
	padding-top: 60px;
	padding-bottom: 30px;
}

.title-area {
	color: #454545;
	margin-top: 20px;
	text-align: center;
}
.content-area.dark-bg .title-area {
	color: #fff;
}

.title-area h1 {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.title-area hr {
	width: 200px;
	height: 4px;
	background: #fbcb43;
	margin: 0 auto;
	border: 0 none;
}

.title-area h2 {
	font-size: 16px;
	padding: 20px 0;
}

.follow {
	text-align: center;
}
footer .follow {
	text-align: left;
}

.follow a {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	display: inline-block;
	width: 60px;
	height: 60px;
    padding: 15px;
	background: #fff;
	transition: all 0.4s linear 0s;
	margin-bottom: 10px;
}
.follow img {
	height: 30px;
	vertical-align: top;
}
.follow a:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	background: #fbcb43;
}

.my-button {
	display: inline-block;
	padding: 8px 30px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border: 0 none;
	font-size: 18px;
	text-decoration: none !important;
}
.my-button-dark,
.my-button-dark:hover {
	color: #fff;
	background: #2c343d;
}
.my-button-yellow,
.my-button-yellow:hover {
	color: #454545;
	background: #fbcb43;
}

.my-button-dark:hover,
.my-button-yellow:hover {
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/*
 * Header
 */
#header {
	top: 0;
	position: fixed;
	z-index: 10000;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}
#header,
#header .content-area {
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 60px;
	background: #fff;
}

#header .navbar {
	background: inherit;
	border: 0 none;
	margin: 0;
	padding: 0;
}

#header .navbar-brand {
	color: #000;
	font-size: 30px;
	line-height: 60px;
	padding: 0;
	height: 60px;
}

#header .navbar-default .navbar-nav>.active>a,
#header .navbar-default .navbar-nav>.active>a:hover,
#header .navbar-default .navbar-nav>.active>a:focus {
	background: inherit;
	color: #fbcb43;
}

#header .navbar-default .navbar-nav>li>a,
#header .navbar-default .navbar-nav>li>a:hover,
#header .navbar-default .navbar-nav>li>a:focus {
	color: #555;
	font-size: 16px;
	line-height: 16px;
	padding-top: 22px;
	padding-bottom: 22px;
}
#header .navbar-default .navbar-nav>li>a:hover {
	color: #fbcb43;
}
#header .dropdown-menu {
	border: 0 none;
}
#header .dropdown-menu a {
	font-size: 16px;
}

#header .dropdown-menu .current_locale a {
	color: #fbcb43;
}

#header .navbar-toggle {
	margin-top: 12px;
}


/*
 * Introduction
 */

#introduction {
	background: #fbcb43;
	color: #000;
	font-size: 18px;
	padding: 60px 0 190px;
}

#introduction .block-title {
	margin-bottom: 90px;
}

#introduction h1 {
	font-size: 38px;
	text-transform: uppercase;
	text-align: center;
}

#introduction p {
	line-height: 28px;
}

#introduction a {
	margin-top: 40px;
}

#introduction img {
	width: 100%;
}


/*
 * Missions
 */

#missions,
#mediation-index,
#mediation,
#legal-info {
	background: #fff;
	color: #454545;
	font-size: 18px;
}

#mediation-index .title-area {
	margin-bottom: 40px;
}

#missions .title-area,
#mediation .title-area,
#legal-info .title-area {
	margin-bottom: 20px;
}

#missions .text-left h1,
#missions .text-right h1,
#mediation-index .text-left h1,
#mediation-index .text-right h1,
#mediation .text-left h1,
#mediation .text-right h1,
#legal-info .text-left h1,
#legal-info .text-right h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 34px;
}

#missions .text-left p,
#missions .text-right p,
#mediation-index .text-left p,
#mediation-index .text-right p,
#mediation .text-left p,
#mediation .text-right p,
#legal-info .text-left p,
#legal-info .text-right p,
#missions ul,
#mediation-index ul,
#mediation ul,
#legal-info ul {
	margin-bottom: 18px;
	font-size: 18px;
}

#missions .text-right,
#mediation-index .text-right,
#mediation .text-right,
#legal-info .text-right {
	text-align: left;
	background: #f6f6f6;
}
#missions .text-right .container,
#missions .text-left .container,
#mediation .text-right .container,
#mediation .text-left .container,
#legal-info .text-right .container,
#legal-info .text-left .container {
	padding: 30px 0;
}

/*
 * Mediation Index
 */

#mediation-index {
	background-image: url('img/bg-mediation.jpg');
	background-position: center -114px;
	background-size: cover;
}

#mediation-index hr {
	margin-bottom: 35px;
}

#mediation-index .block-item {
	text-align: center;
}

#mediation-index .block-item img {
	margin-bottom: 12px;
}

#mediation-index .block-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
	color: #fff;
}
#mediation-index .block-item p.block-text {
	font-size: 16px;
	margin-bottom: 16px;
	min-height: 140px;
	color: #fff;
}

/*
 * Mediation
 */
#mediation,
#legal-info {
	padding-bottom: 0;
}


#mediation .first-text,
#legal-info .first-text {
	background: #fbcb43;
}
#mediation>div:first-child,
#legal-info>div:first-child {
	background: #fbcb43;
	color: #000;
}

#mediation>div:first-child .container,
#legal-info>div:first-child .container {
	padding-top: 15px;
}

#mediation>div:first-child h1,
#legal-info>div:first-child h1 {
	font-size: 38px;
	font-weight: normal;
	margin-bottom: 10px;
}

#mediation>div:first-child hr,
#legal-info>div:first-child hr {
	background: #fff;
}


/*
 * About
 */

#about {
	background: #2c343d;
	font-size: 16px;
}

.block-row {
	margin-top: 15px;
}
#thumbnail-dkatz {
	width: 280px;
	height: 280px;
	border: 2px solid #fbcb43;
	border-radius: 140px;
	-webkit-border-radius: 140px;
	-moz-border-radius: 140px;
	background-image: url('img/dkatz-2.jpg');
	background-position: center middle;
	background-size: cover;
	margin: 0 auto 15px;
}


#dkatz {
	margin: 38px 0 10px;
	font-size: 32px;
	font-weight: bold;
}
#punchline {
	font-size: 24px;
	font-weight: bold;
	color: #aaaaaa;
	margin-bottom: 54px;
}


/*
 * Contact
 */
 
#contact {
	min-height: 200px;
	/*background: #fbcb43;*/
	background-image: url('img/bg-contact.jpg');
	background-position: center -135px;
	background-size: cover;
}
/*
#contact .title-area h1 {
	color: #454545;
}

#contact .title-area h2 {
	color: #fbcb43;
}

#contact .title-area hr {
	background: #fff;
}
*/

#contact input {
	width: 350px;
}

#contact .form-group.right-side {
	text-align: right;
}

#contact .form-group.right-side input {
	display: inline-block;
}

#contact textarea {
	width: 730px;
	margin: 0 auto;
}

#contact button {
	/*
	background: none repeat scroll 0 0 #2c343d;
    color: #fff;
    */
	display: block;
	margin: 0 auto;
}

/*
.has-error .form-control {
    border-color: #a94442;
    box-shadow:  0 0 6px 6px rgba(0, 0, 0, 0.075) inset;
}
*/


/*
 * Newsletter
 */

#newsletter {
	background: #fff;
}

#newsletter form {
	width: 850px;
	padding: 3px;
	margin: 0 auto;
	background: #f0f0f0;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	line-height: 22px;
}

#newsletter input {
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	line-height: 22px;
	width: 100%;
	color: #454545;
	font-size: 18px;
	font-weight: bold;
	border: 0 none;
}

#newsletter input {
	background: #f0f0f0;
	box-shadow: inherit;
	-moz-box-shadow: inherit;
	-webkit-box-shadow: inherit;
}

#newsletter .block-btn {
	text-align: right;
}

/*
 * Footer
 */

footer {
	padding-top: 30px;
	color: #aaa;
	background: #2c343d;
}
footer > div {
	margin-bottom: 100px;
}
footer .footer-block {
	margin-bottom: 40px;
}
footer h1 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}
footer a,
footer a:active,
footer a:visited,
footer address p,
footer address span {
	color: #aaa;
	font-size: 13px;
	text-decoration: none !important;
}
footer address p {
	line-height: 16px;
}
footer address span {
	line-height: 13px;
}
footer a:hover,
footer .site-info a:hover {
	color: #fff;
}

footer .site-info  {
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	height: 50px;
	border-top: 2px solid #ccc;
}
footer .site-info a {
	line-height: 22px;
	color: #ccc;
}
footer .site-info div:first-child a {
	font-size: 22px;
	margin-right: 26px;
}
footer .site-info > div {
	position: relative;
	height: 100%;
}
footer .site-info span {
	position: absolute;
	bottom: 0;
	left: 0;
}
footer .site-info .shortlinks span {
	right: 0;
	left: inherit;
}
footer .site-info .shortlinks a {
	font-size: 13px;
	padding: 0 7px;
	border-left: 2px solid #ccc;
}
footer .site-info .shortlinks a:first-child {
	border-left: 0 none;
}
footer .site-info .shortlinks a:last-child {
	padding-right: 0;
}

@media (min-width: 992px) {
	.mobile {
		display: none;
	}
	
	
}

@media (max-width: 992px) {
	
	.desktop {
		display: none;
	}
	#header .navbar-default .navbar-nav>li>a:hover {
		color: #555;
	}
	#header .dropdown-menu>li>a:hover,
	#header .dropdown-menu>li>a:active {
		background: inherit;
	}
	#legal-info .title-area,
	#missions .title-area,
	#mediation-index .title-area,
	#mediation .title-area {
		margin-bottom: 20px;
	}

	#introduction {
		padding-bottom: 60px;
	}
	#introduction .block-title {
		margin-bottom: 20px;
	}
	#introduction p {
		text-align: center;
	}
	#introduction img {
		margin: 0 auto 20px;
		width: 65%;
	}
	#mediation-index .block-item {
		margin-bottom: 20px;
	}
	#mediation-index .block-item p.block-text {
		margin-top: 30px;
		min-height: inherit;
	}
	
	#thumbnail-dkatz {
		width: 200px;
		height: 200px;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
	}
	
	#dkatz,
	#punchline {
		text-align: center;
	}

	
}

@media (max-width: 768px) {
	footer .site-info {
		font-size: 13px;
	}
	footer .follow {
		text-align: center;
	}
	#mediation-index .block-item p.block-text {
		margin: 0 auto 20px;
		width: 96%;
	}
	#missions .col-sm-4 p,
	#mediation .col-sm-4 p {
		text-align: center;
	}
	#missions .col-sm-4 img,
	#mediation .col-sm-4 img {
		margin: 20px auto;
	}
	#contact input,
	#contact textarea {
		width: 100%;
	}
	footer,
	footer h1 {
		text-align: center;
	}
	footer > div {
		margin-bottom: 10px;
	}
	footer a,
	footer a:active,
	footer a:visited,
	footer address p,
	footer address span {
		line-height: 18px;
		font-size: 18px;
	}
	
	footer .site-info span {
		width: 100%;
		text-align: center;
	}

}


/*
 * HACK -> Changing the collapsed mobile navbar breakpoint
 */
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
     	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

