/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px 'robotothin', sans-serif;
}
.wrapper {
    width: 1155px;
}


/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;

    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main-container{
	width: 100%;
	margin: 0 auto;
}
.main {
    padding: 0 0 30px 0;
}
/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.header-container{
	height:200px;
	background: rgba(45,51,57,.95);
}
#boxtitu{
	border-left: 4px solid #ffb606;
	float: left;
	padding: 0 0 0 20px;
	margin: 60px 0 0 50px;
}
#boxtitu h3, #boxtitu h4{
	margin: 0;
	padding: 0;
	color: #fff;
}
#boxtitu h3{
    font-family: 'roboto_slabbold', sans-serif!important;
    text-transform: uppercase;
    font-size: 25px;
}
#boxtitu h4{
	font-size: 15px;
	font-family: 'robotothin', sans-serif;
}
#breadcrumb{
	width: 100%;
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 0;
}
#breadcrumb p{
	font-size: 12px;
	color: #666;
	padding: 0 0 0 20px;
}
article{
	width: 600px;
	margin: 0 auto;
}
.form{
	margin: 5% 0 0 0;
	padding: 0;
	width: 100%;
}
.form li{
	list-style: none;
	padding: 20px 0;
	width: 100%;
	clear: both;
	float: none;
	font-size: 13px;
	font-family: 'robotobold', sans-serif;
}
.form li label{
	width: 25%;
	text-align: right;
	display: block;
	float: left;
	padding: 0 4% 0 0;
	font-size: 12px;
	font-family: 'robotolight', sans-serif;
}
.form li input{
	width: 45%;
	border-right: none;
	border-left: none;
	border-top: none;
	outline: none;
	border-bottom: 1px solid #999;
	font-family: 'robotolight', sans-serif;
}
.form li textarea{
	width: 59%;
	height: 200px;
	border: 1px solid #999;
	resize: none;
	outline: none;
	font-family: 'robotolight', sans-serif;
	padding: 3%;
}

.radio{
	float: left;
	width: 32%;
}

.radio:first-of-type{
	padding: 0 0 0 0%;
}
.radio input[type="radio"]:checked,
.radio input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio input[type="radio"]:checked + label,
.radio input[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radio input[type="radio"]:checked + label:before,
.radio input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.radio input[type="radio"]:checked + label:after,
.radio input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #888;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.par{
	float: left;
	width: 50%;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 320px) and (max-width: 599px){

	.wrapper, article{
		width: 90%;
		margin: 0 auto;
	}
	.title {
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	.title img{
		width: 40%;
		text-align: center;
		margin: 20px auto 10px auto;
	}
	#boxtitu{
		float: none;
		clear: both;
		margin: 0 0 0 2%;
	}
	#boxtitu h3{
		font-size: 16px;
	}
	#boxtitu h4{
		font-size: 13px;
	}
	.par{
		float: none;
		clear: both;
		width: 100%;
		padding: 15px 0;
	}
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
    	padding: 0;
    	margin: 0;
        float: left;
        height: 148px;
    }
  	.title img{
  		width: 300px;
  		margin: 20px 0 0 0;
  		padding: 0;
  	}
    nav {
        float: right;
        width: 38%;
    }

}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/***********************************/
/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}