@font-face {
    font-family: 'Bariol';
    src: url('bariol_regular-webfont.eot');
    src: url('bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bariol_regular-webfont.woff2') format('woff2'),
         url('bariol_regular-webfont.woff') format('woff'),
         url('bariol_regular-webfont.ttf') format('truetype'),
         url('bariol_regular-webfont.svg#bariolregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    background-image:  linear-gradient(to right, #282E48 , #434B6F);
    font-family: Bariol;
	font-size: 14px;
	color:#000;
	margin: 0;
	padding: 0;

}
header{
	color:#fff;
	padding:10px 0px;
    height: 700px;
    background-image: url("../img/top_back.png"), linear-gradient(to right, #282E48 , #434B6F);
    background-repeat: no-repeat;
    background-position: center center;
}
.sectors header{
    color:#fff;
    padding:10px 0px;
    height: 70px;
    background-image: linear-gradient(to right, #282E48 , #434B6F);
    background-repeat: no-repeat;
    background-position: center center;
}
header .glyphicon{
	font-size: 40px;
}
header .logo{
	float:left;
    background-image: url("../img/logo-white.png");
    background-repeat: no-repeat;
    width: 250px;
    height: 50px;
}
header .logo_txt{
	float:left;
	margin-left: 10px;
	line-height: 40px;
}
header .top_menu{
    margin-left: 100px;
    float: left;
    height: 100%;
}

footer{
	/*color:#fff;
	background: #337ab7;
	height:40px;
	line-height: 40px;*/

}
a{
}
a:hover{
    text-decoration: none
}
.clear{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.page{
	background:#fff;
	padding:40px 50px;
}
.bold{
    font-weight: bold;
}
.margin_auto{
    margin: 0 auto;
}
.config_page H2, .config_page H3, .config_page H4{
	text-align: center;
}
#registerForm{
	width: 50%;
    margin: 0 auto;
}

label.error{
	color:#337ab7;
}

#contactForm{
	width: 50%;
    margin: 0 auto;
}

.loader_gif{
	display:none;
}
.top_menu_elem{
    float: left;
    padding: 10px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
}
.top_menu_elem a{
    height: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.top_menu_register_button{
    margin-left: 40px;
}

.top_menu_register_button a{
    float:left;
}

a.blue_button{
    background: #005EDA;
    color: white;
    padding:10px;
    border-radius: 20px;
    width: 150px;
    height: 40px;
    text-align: center;
}
a.blue_button:hover{
    opacity: 0.8;
}
.header_text_box{
    width: 58%;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.header_big_text{
    font-size: 53px;
    margin-top: 190px;
    color: #ffffff;
}
.header_macbook_ico{
    width: 390px;
    margin-top: 50px;
   /* background-image: url("../img/macbook.png"); */
}
.header_small_text{
    font-size: 24px;
    font-weight: 300;
    margin-top: 20px;
    width: 550px;

}
.clients_page{
    background: #F3F3F3;
    height: 970px;
}

.clients_top_big_text{
    margin-top: 40px;
    width: 673px;
    margin: 0 auto;
    mix-blend-mode: undefined;
    font-family: Bariol;
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #1d1d1b;
}

.clients_top_small_text{
    width: 849px;
    height: 16px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: rgba(29, 29, 27);
    margin: 0 auto;
}

.client_item{
    height: 500px;
    width: 310px;
    float: left;
    margin: 10px;
    background: #fff;
}

.client_item_photo{
    width: 310px;
    height: 285px;
    background: yellow;
}
.client_item_photo1{
    background-image: url("../img/uczelnie.png");
}
.client_item_photo2{
    background-image: url("../img/administracja.png");
}
.client_item_photo3{
    background-image: url("../img/firmy_hoover.png");
}
.client_item_photo4{
    background-image: url("../img/ngo.png");
}
.client_item_text{
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #1d1d1b;
    text-align: center;
    margin-top: 30px;
    height: 40px;
}
.client_item_button{
    margin-top: 50px;
    height: 40px;
    width: 310px;
}
.client_item_button a{
    margin: 0 auto;
    display: block;
}
.clients_items_row{
    width: 1320px;
    margin: 0 auto;
    margin-top: 50px;
}
.how_it_works{
    background: white;
    height: 770px;
}
.how_it_works_row{
    margin-top: 150px;
    height: 400px;
}
.how_it_works_left{
    float: left;
    height: 100%;
    width: 50%;
}
.how_it_works_right{
    float: right;
    width: 50%;
    height: 100%;
    padding-left:;
}
.how_it_works_right_big_text{
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 10px;
}
.how_it_works_right_mid_text{
    font-size: 24px;
    margin-bottom: 20px;
}
.how_it_works_right_small_text{
    font-size: 18px;
    width: 600px;
}
.how_it_works_left_image{
    background-image: url("../img/how_it_works_big_image.png");
    width: 780px;
    height: 430px;
    background-repeat: no-repeat;
}
.how_it_works_elem{
    width: 55px;
    height: 70px;
    background-image: url("../img/elem_1.png");
    position: relative;
    left: 435px;
    top: -69px;
}
.clients_items_elem{
    width: 42px;
    height: 54px;
    background-image: url("../img/elem_2.png");
    position: relative;
    left: 0px;
    top: 669px;
}
textarea:focus, input:focus{
    outline: none;
}
.contact_form{
    width: 390px;
    height: 473px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-left: 100px;
}
.contact_form input{
    width: 330px;
    height: 40px;
    border: none;
    border-bottom: solid 1px #c9d1d9;
    font-size: 20px;
    font-weight: bold;
    color: #1d1d1b;
    text-align: left;
    padding-left: 10px;
    margin-left: 30px;
}

.contact_form input[type=submit] {
    width: 325px;
    height: 50px;
    border-radius: 25px;
    background-color: #005eda;
    color: white;
    text-align: center;
    margin-top: 20px;
}
.contact_form_labels{
    width: 27px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #9fa6ad;
    margin-left: 40px;
}
.contact_form_text{
    width: 266px;
    height: 30px;
    opacity: 0.8;
    font-size: 14px;
    text-align: center;
    color: rgba(29, 29, 27, 0.8);
    margin-top: 40px;
    margin-left: 60px;
}

footer{
    background: #f3f3f3;
    height: 420px;
}
.footer_ue{
    background-image: url("../img/ue.png");
    background-size: 100%;
    width: 35%;
    height: 99px;
    float: left;
    margin-left: 5%;
    background-repeat: no-repeat;
}

#rotate{
    width: auto;
}

.font_size_button:hover{
    cursor: pointer;
    font-weight: bold;
}
.footer_container{
    width: 75%;
    padding-top: 70px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.footer_contact{
    clear: both;
    width: 100%;
    font-size: 18.5px;
    color: #1d1d1b;
}

.font_size_row{
    position: relative;
    height: 30px;
}
.text_size_label{
    color: #aaa;
    font-size: 16px;
    font-weight: bold;
}
.font_size_buttons{
    margin-left: 10px;
    line-height: 1em;
    font-weight: bold;
}
.font_size_button{
    padding: 5px;
    vertical-align: bottom;

}
.footer_contact_title{
    width: 208px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #1d1d1b;
}
.footer_contact_left{
    float: left;
    width: 25%;
}
.footer_contact_right{
    float: left;
    width: 25%;
    margin-left: 10%;
}
.ue_logo{
    float: left;
    width: 220px;
    height: 70px;
}
.ue_logo_text{
    float: left;
    color: white;
    font-size: 14px;
    padding-top:13px;
}
.ue_logo_img{
    width: 67px;
    height: 45px;
    border: 1px solid white;
    float: left;
    margin-left: 15px;
    border-radius: 3px;
    background-image: url("../img/ue_logo.png");
}


@media(max-width:767px){
	#registerForm{
		width: 100%;
	}
	#contactForm{
		width: 100%;
	}
    .footer_ue{
        margin-left: 0px;
    }

}
@media(max-width:1200px){

    .header_text_box{
        width: 100%;
    }
    .header_small_text{
        width: 100%;
    }
    .header_macbook_ico{
        width: 100%;
    }
    .contact_form{
        margin: 0 auto;
    }
    .footer_contact_left{
        width: 40%;
    }
    .footer_contact_right{

        width: 40%;
    }
    .footer_ue{
        width: 100%;
        height: 160px;
        background-size: 100%;
    }
    header{
        height: 1200px;
    }
    footer{
        height: 650px;
    }
}
.sectors_section{
    height: auto;
    background: #fff;
    padding-bottom: 50px;
    font-size: 17px;
}

.sectors_section h2{
    font-size: 50px;
    text-align: center;
    font-weight: bold;
}



.registration_main{
    background-image: url(../img/top_back_rejestracja.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.registration_main .sectors_container{
    padding-top: 40px;
}

.logo a, .ue_logo a{
    width: 250px;
    height: 50px;
    cursor: pointer;
    display: block;
}

.ue_logo a{
    width: 200px;
    height: 50px;
    cursor: pointer;
    display: block;
}



