/*!
* Site - FoM Website
*/

/* MAIN ELEMENTS 
----------------------------------------------------------*/

*, *:before, *:after{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	outline: 0 !important;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #000;
	width: 100%;
    background: #F2F2F2;
}

section{
    width: 100%;
    padding: 0px;
}

h1,h2,h3{
    color: #FFF;
}

h1{
    font-weight: 200;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 30px 0px 60px;
    text-align: center;
}

a,
a:hover{
    color: #387b22;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	height: 30px;
	border: 1px solid #d5d5d5;
	padding: 0px 10px;
	font-size: 14px;
}

select{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 1px solid #d5d5d5;
	padding: 10px 0px 10px 10px;
	font-size: 14px;
}

/*focus*/
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 1px solid #B7B7B7;
}

table td, table th{
	padding: 2px 4px;
	vertical-align: top;
}

strong{
	font-weight: 600;
}

img{
	max-width: 100%;
}


/* MISC 
----------------------------------------------------------*/
.no-padding{
	padding: 0px;
}

.text-uppercase{
	text-transform: uppercase;
}

.text-small{
	font-size: 14px;
	font-weight: 200;
}

.bold{
	font-weight: 600;
}

/* LAYOUT 
----------------------------------------------------------*/

/*** Common ***/
.container{
    max-width: 960px;
}

div[class*="section-"]{
	display: table;
	width: 100%;
}

/*** Section Menu ***/
.section-menu{
    background: #4b4b4b;
}

.navbar{
    background: #C91B3D;
    height: 40px;
    border-bottom: 1px solid #B51333;
}

.navbar-nav > li:active a,
.navbar-nav > li:focus a,
.navbar-nav > li:hover a,
.navbar-nav > li a:hover,
.navbar-nav > li a:focus,
.navbar-nav > li a:active{
    background: #B71636;
}

.navbar a{
    color: #FFF;
    text-transform: uppercase;
}


/*** Slide ***/
.slide-box{
    display: table;
    height: 500px;
    width: 100%;
    background: url('img/slide-1.jpg') no-repeat;
    background-size: cover;
}

/*** Section Content ***/
.section-content{
    padding-bottom: 50px;
    background: #C91B3D url('img/szechenyi_2020.png') no-repeat right top;
    color: #FFF;
}

.services-box{
    font-size: 24px;
    font-weight: 300;
}

.services-box img{
    width: 71px;
    padding-right: 10px;
    float: left;
    display: inline-block;
}

.services-box div{
    margin-bottom: 10px;
    line-height: 40px;
}


/*** Section Contact ***/
.section-contact{
    background-color: #06252a;
    color: #FFF;
    padding: 40px 0px 80px 0px;
    text-align: center;
}


.section-contact h1{
    text-transform: lowercase;
    font-size: 40px;
}

.section-eu{
    padding-bottom: 60px;

}

.section-eu h1{
    color: #06252A;
}