/* Global */

body {
	font-family: 'Tahoma', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height:28px;
	color: #7a7a7a;
	background-color:#ffffff;
	overflow-x:hidden;
}
::selection {
	background: #62AAE1;
	color:#fff;
}
::-moz-selection {
	background: #62AAE1; /* Firefox */
	color:#fff;
}
img {
	max-width: 100%;
}
a:link {
	color: #62AAE1;
	text-decoration: none;
}
a:hover {
	color:#62AAE1;
}
a:visited {
	color: #fff;
	text-decoration: none;
}

.navigation_secondary a:link {
    color: #fff;
    
}

.fright{float:right;
}
.fleft{float:left;
}

.overflow_hidden {overflow-x:hidden;}

/* Navigation */

.menu {
	position:relative;
	top:0px;
	width:100%;
	height:76px;
	background:#417095;
	z-index:9999;
}

.menu2 {
    position: relative;
    top: 0px;
    width: 100%;
    height: 76px;
    background: #417095;
    z-index: 9999;
    color: "white";
}

#logo {
	margin-bottom:0;
	margin-left:-5px;
}

#logo .button:hover   {
    cursor: pointer;
}

#nav {
	text-align: right;
}

#nav2 {
    text-align: right;
    color: "white";
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation2 {
    float: right;
    list-style: none;
    margin: 0;
    padding: 30px 15px;
    background: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 20px;
    color: "white";
}
ul.navigation {
	margin:0;
	padding:0;
}
.navigation li{
	float: left;
	text-align:left;
	padding:28px 15px;
	margin-left:0;
	text-transform:uppercase;
	background:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:20px;
	color:#fff;
	transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
}
.navigation li:first-child{margin-left:0;}
.navigation li:hover,
.navigation .active {
	cursor:pointer;
	background:#62AAE1;
}

.navigation_secondary {
    float: right;
	list-style: none;
	margin: 0;
}

.navigation_secondary li{
    float: left;
	text-align:left;
	padding:28px 15px;
	margin-left:0;
	text-transform:uppercase;
	background:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:20px;
	color:#fff;
	transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
}

.navigation_secondary li:first-child{
    margin-left:0;
}

.navigation_secondary li:hover, .navigation_secondary .active {
    cursor:pointer;
	background:#62AAE1;
}

a.cta    {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #417095;
    border: 3px solid #417095;
    height: 50px;
    width: 420px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 3px;
    margin-top: 40px;
    -webkit-transition: 0.4s ease-in-out; 
     -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

a.cta:hover, a.cta_mobile:hover {
    background: #62AAE1;
    color: #fff;
}

a.cta_mobile    {
    display: none;
    margin: 60px auto 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #417095;
    border: 3px solid #417095;
    height: 50px;
    width: 250px;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 4px;
    margin-top: 40px;
    -webkit-transition: 0.4s ease-in-out; 
     -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}





/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	padding:0;
}
h1 {
	float:left;
	margin:0 13px 40px 0;
	padding:0 19px 0 0;
	text-transform:uppercase;
	text-align:left;
	font-style:normal;
	background:none;
	border-right:1px solid #c2c2c2;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 76px;
	line-height: 65px;
	color:#3e3e3e;
	font-weight: 700;
}
.h1_viva {
	margin:0;
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	line-height:65px;
	font-style:italic;
	color:#6b6b6b;
}

 #slide2 h1, #slide4 h1, #slide8 h1   {
     font-size: 68px;
 }

h4 {
	margin:0;
	padding:0 0 20px 0;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:32px;
	font-style:normal;
	line-height:40px;
	color:#343434;
}
h5 {
	margin:0;
	padding:0 0 17px 0;
	text-transform:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-style:italic;
	font-weight:400;
	font-size:18px;
	line-height:20px;
	color:#343434;
}
h6 {
    margin: 0;
    padding: 0 0 17px 0;
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: "white";
}
img.icon_img {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:25px;
}

/*.effect_2 {
	background:url(../images/effect_2.png) repeat left top;
	position:relative;
	top:0;
	bottom:-57px;
	height:100%;
	z-index:999 !important;
}*/

/* ____________________________________ Slide 1 ____________________________________ */ 

.padding_slide1 {padding:75px 0 115px 0;
                 
}

.padding_slide1_Alt {
    padding: 75px 0 30px 0;
}

#slide1{
	background-image:url(../images/slide1_bg3.jpg);
	background-size: cover !important;
	background-position: center !important;
	width:100%;
	text-align:left;
}

.filtr_bg {text-align:center;
}

.home_logo	{
	display:inline-block;
	padding:0 12px 28px;
	width: 306px;
	height: 129px;
	background: url(../images/home_logo2.png) 52px 30px no-repeat;
    background-size: 75%;

}

.slogan_text {
	display:inline-block;
	padding:0 12px 28px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:23px;
	line-height:33px;
	color:#fff;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.35);
}

.slogan .left_bord	{
	padding-bottom:74px;
}


#slide1 h1 {
	float:none;
	border-right:none;
	margin:0;
	padding:0 0 27px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 75px;
	line-height: 75px;
	color:#fff;
	font-weight:700;
	text-shadow: 3px 2px 1px rgba(0,0,0,0.40);
}
#slide1 h2 {
	margin:0;
	padding:0 0 70px 0;
	letter-spacing:1.5px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 37px;
	line-height: 33px;
	color:#fff;
	font-weight: 300;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.40);
}

#slide1 h3 {
    float: none;
    border-right: none;
    margin: 0;
    padding: 10 0 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 75px;
    line-height: 75px;
    color: #FFFFFF;
    font-weight: 200;
    text-shadow: 3px 2px 1px rgba(0,0,0,0.40);
}

#slide1 a.button    {
    background: rgba(65, 112, 149, 0.6);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    border: 3px solid #fff;
    height: 50px;
    width: 250px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 7px;
    -webkit-transition: 0.4s ease-in-out; 
     -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-top: 40px;
}
 

#slide1 a.button:hover {
    background: #62AAE1;
    color: #fff;
}

#slide1 a.button:hover,
#slide1 a.button .active {
	cursor:pointer;
}
/* ____________________________________ Slide 2 ____________________________________ */ 

#slide2 {
	background:url(../images/slide_bg.png) repeat left top;
	padding:86px 0 69px;
}

#slide2 .container	{
	padding:63px 0 69px;
}

a.paper {
    text-decoration: underline;
    color: #417095;
}

ul.about_sp {
	margin:4px 0 0 0;
	padding:0;
}


.about_sp li {
	margin-bottom:11px;
    list-style-type: circle;
    list-style-position: inside;
}

/* ___________________________________ //Slide 2 ___________________________________ */ 



/* ____________________________________ Slide 3 ____________________________________ */ 

#slide3{
	background-image:url(../images/slide3_bg3.jpg);
	background-size: cover !important;
    background-position: center !important;
	width:100%;
	text-align:center;
}
.padding_slide3 {padding:95px 0 65px
}
#slide3 p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 66px;
	color: #fff;
	line-height: 80px;
	font-weight: 600;
	text-transform:uppercase;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.50);
}


/* ___________________________________ //Slide 3 ___________________________________ */ 






/* ____________________________________ Slide 4 ____________________________________ */ 
#slide4 {
	background:url(../images/slide_bg.png) repeat left top;
	padding:86px 0 69px;
}

#slide4 .container	{
	padding:63px 0 69px;
}

#slide4 p.title {
    color: #343434;
}


/* ___________________________________ //Slide 4 ___________________________________ */




/* ____________________________________ Slide 5 ____________________________________ */ 

#slide5{
	background-image:url(../images/slide5_bg3.jpg);
	background-size: cover !important;
    background-position: center !important;
	width:100%;
	height:auto;
	text-align:center;
}
.padding_slide5 {padding:  95px 0 65px;
}
#slide5 p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 66px;
	color: #fff;
	line-height: 80px;
	font-weight: 600;
	text-transform:uppercase;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.50);
}


/* ___________________________________ //Slide 5 ___________________________________ */

/* ____________________________________ Slide 6 ____________________________________ */
#slide6 {
    background: url(../images/slide_bg.png) repeat left top;
    padding: 86px 0 69px;
}

    #slide6 .container {
        padding: 0px 0 0px;
    }

    #slide6 p.title {
        color: #343434;
    }




/* ___________________________________ //Slide 6 ___________________________________ */ 











/* ____________________________________ Slide 7 ____________________________________ */ 

#slide7{
	background-image:url(../images/slide7_bg.jpg);
	background-size: cover !important;
	width:100%;
	text-align:center;
}
.padding_slide7 {padding:148px 0 159px;
}
#slide7 p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 66px;
	color: #fff;
	line-height: 80px;
	font-weight: 600;
	text-transform:uppercase;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.50);
}


/* ___________________________________ //Slide 7 ___________________________________ */ 



/* ____________________________________ Slide 8 ____________________________________ */

#slide8 {
	background:url(../images/slide_bg.png) repeat left top;
	padding:86px 0 0;
}

#slide8 .container	{
	padding:63px 0 80px;
}


/* ______________ CONTACT_FORM ______________ */
::-webkit-input-placeholder { opacity:1 !important; color:#929292 !important;
}
:-moz-placeholder {opacity:1 !important; color:#929292 !important;
}
::-moz-placeholder { opacity:1 !important; color:#929292 !important;
}
:-ms-input-placeholder { opacity:1 !important; color:#929292 !important;
}

.contact_form   {
    margin-top: 20px;   
}

.contact_form input[type="text"],
.contact_form textarea {
	width:93%;
	margin:22px 0 0 0;
	padding:17px 10px 17px 21px;
	background: #fff;
	font-size:14px;
	line-height:21px;
	border:1px solid #e3e3e3;
	color:#929292;
}
.contact_form input[type="text"]:first-child {margin-top:0;
}
.contact_form textarea {
	resize: none;
	margin-top:0;
	height: auto;
    min-height: 164px;
}

.send_btn {
    background: none;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #417095;
    border: 3px solid #417095;
    height: 50px;
    width: 100px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    line-height: 44px;
    letter-spacing: 4px;
    margin-top: 40px;
    -webkit-transition: 0.4s ease-in-out; 
     -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}



.contact_btn:hover {
	background:#62AAE1;
    color: #fff;
}

#note .notification_ok {
	margin-top:20px;
	padding:7px 10px;
	text-align:center;
	text-transform:uppercase;
	background:#444;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#fff;
}
#note .notification_error {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#f00;
}
/* _____________ //CONTACT_FORM _____________ */


#map_block {
	margin:0;
}

/* ____________________________________ //Slide 8 ____________________________________ */

/* ____________________________________ FOOTER ____________________________________ */
#footer {
	background:#417095;
	padding:27px 0 23px;
}
.copyright {
	float:left;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#e9e9e9;
}
.copyright a {
	color:#fff;
}
.copyright a:hover {text-decoration:none;color:#62AAE1;
}

p.legal {
    font-size: 10px;
    margin: 50px 0 -50px 0;
    

}

/* _____________ BACK_TOP ___________ */
#back_top {
	float:right;
}
#back_top a.button {
	cursor:pointer;
	position:relative;
	z-index:300;
	display:block;
	background:url(../images/back_top_bg.png) no-repeat top right;
	margin:0;
	padding-right:20px;
	width:93px;
	height:20px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#fff;
}
#back_top a.button:hover {text-decoration:none;}
/* ____________ //BACK_TOP __________ */

/* ___________________________________ //FOOTER ___________________________________ */











