/* reset */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var, input {margin:0;padding:0;}
blockquote, q {quotes:none}
table, table td {padding:0;border:none;border-collapse:collapse} 
a { outline:none; cursor: pointer; }
img{ border: none;}
li {list-style: none;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
    display: block;
}

/* END reset */

html, body{
    position: relative;
}

body{
    font: normal 75% Arial, Verdana, Helvetica, sans-serif;
    background-color: #f8f8f8;
    min-width: 965px;
}

.body-elem{
    overflow-x: scroll;
}

/*=============Fonts==============*/

@font-face {
    font-family: 'fontastiquefontastique';
    src: url('../fonts/fontastique-webfont.eot');
    src: url('../fonts/fontastique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontastique-webfont.woff') format('woff'),
         url('../fonts/fontastique-webfont.ttf') format('truetype'),
         url('../fonts/fontastique-webfont.svg#fontastiquefontastique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinprofontregular';
    src: url('../fonts/DINPro-Regular.otf');
    src: url('../fonts/DINPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinprofontbold';
    src: url('../fonts/DINPro-Bold.otf');
    src: url('../fonts/DINPro-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/*==============Header=============*/

.header{
    position: fixed;
    top:0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 94px;
}

.wrapper-inside-header{
    position: relative;
    margin: 0 auto;
}

.width100{
    max-width: 1300px;
}

.left-bg-header, .right-bg-header{
    width: 40%;
    height: 100%;
    position: absolute;
    top:0;
    z-index: 0;
}

.left-bg-header{
    left: 0;
    background-color: #f8f8f8;
}

.right-bg-header{
    right: 0;
    background-color: #5e0230;
}

.inside-header{
    position: relative;
    z-index: 1000;
    width: 925px;
    padding: 0 20px;
    height: 94px;
    margin: 0 auto;
    background: url("../images/bg-header.png") center top no-repeat;
}

.logo{
    margin: 11px 0 0 -15px;
}

.logo a{
    width: 158px;
    height: 0px;
    padding-top: 80px;
    overflow: hidden;
    background: url("../images/big-logo.png") left top no-repeat;
    background-size: 158px 80px;    
}

.navigation{
    position: absolute;
    top: 51px;
    right: 18px;
}

.navigation li{
    margin-left: 30px;
}

.navigation li a{
    color: white;
    text-decoration: none;
    font: normal 18px 'fontastiquefontastique', Arial, Verdana;
    padding: 0 3px 15px;
}

.navigation li .current{
    border-bottom: 12px solid rgba(37,170,255,0.8);
}

.soc-links-small{
    position: absolute;
    top: 15px;
    right: 19px;
}

.soc-links-small li a{
    width: 27px;
    height: 27px;
}

.soc-links-small li .linked-in-link{
    background: url("../images/soc-icons-small.png") 0 0 no-repeat; 
}

.soc-links-small li .linked-in-link:hover{
    background: url("../images/soc-icons-small.png") 0 -28px no-repeat; 
}

.soc-links-small li .facebook-link{
    background: url("../images/soc-icons-small.png") -30px 0 no-repeat; 
}

.soc-links-small li .facebook-link:hover{
    background: url("../images/soc-icons-small.png") -30px -28px no-repeat; 
}

.soc-links-small li .twitter-link{
    background: url("../images/soc-icons-small.png") -60px 0 no-repeat; 
}

.soc-links-small li .twitter-link:hover{
    background: url("../images/soc-icons-small.png") -60px -28px no-repeat; 
}

.soc-links-small li .google-plus-link{
    background: url("../images/soc-icons-small.png") -91px 0 no-repeat; 
}

.soc-links-small li .google-plus-link:hover{
    background: url("../images/soc-icons-small.png") -91px -28px no-repeat; 
}

.soc-links-small li .instagram-link{
    background: url("../images/soc-icons-small.png") -121px 0 no-repeat; 
}

.soc-links-small li .instagram-link:hover{
    background: url("../images/soc-icons-small.png") -121px -28px no-repeat; 
}

/*==============Slider===============*/

.slider-wrapper{ 
    min-width: 1095px;
	margin: 0px auto;
    padding-top: 94px;
}

.nivoSlider{
	position:relative;
    max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

.nivoSlider img{
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}

.nivo-main-image{
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

.nivo-slice{
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}

.nivo-box{
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img{
    display:block; 
}

.nivo-controlNav{
	text-align:center;
	padding: 9px 0;
}

.nivo-controlNav a{
	cursor:pointer;
    width: 10px;
    height: 0px;
    padding-top: 10px;
    margin: 0 3px;
    overflow: hidden;
    background: url("../images/controls-slider.png") right center no-repeat;
}

.nivo-controlNav a.active {
	background: url("../images/controls-slider.png") left center no-repeat;
}

/*==================About==================*/

.wrapper-slider-about{
    background-color: #f8f8f8;
}

.inside-about{
    width: 925px;
    margin: 0 auto;
    padding: 37px 65px 112px;
    overflow: hidden;
}

.section-about{
    float: left;
}

.section-fallow{
    float: right;
}

.main-caption{
    color: #a9a9ac;
    font: normal 30px 'fontastiquefontastique', Arial, Verdana;
    text-transform: uppercase;
}

.bottom55{
    padding-bottom: 55px;
}

.section-about p{
    font-size: 18px;
    color: #363636;
    width: 600px;
    text-align: justify;
    font-family: 'dinprofontregular', Arial, Verdana;
}

.soc-links{
    margin-top: 3px;
}

.soc-links li{
    margin-left: 10px;
}

.soc-links li:first-child{
    margin-left: 0px;
}

.soc-links li a{
    width: 47px;
    height: 46px;
}

.soc-links li .linked-in-link{
    background: url("../images/soc-icons.png") 0 0 no-repeat; 
}

.soc-links li .facebook-link{
    background: url("../images/soc-icons.png") -60px 0 no-repeat; 
}

.soc-links li .twitter-link{
    background: url("../images/soc-icons.png") -120px 0 no-repeat; 
}

.soc-links li .google-plus-link{
    background: url("../images/soc-icons.png") -180px 0 no-repeat; 
}

.soc-links li .instagram-link{
    background: url("../images/soc-icons.png") -240px 0 no-repeat; 
}

/*================Our core=================*/

.our-core{
    padding: 60px 0 130px;
    background-color: white;
    min-width: 1095px;
}

.big-caption{
    text-align: center;
    color: #cecece;
    font: normal 40px 'fontastiquefontastique', Arial, Verdana;
    text-transform: uppercase;
}

.indent-for-caption{
    padding: 33px 0 92px;
}

.core-list{
    text-align: center;
    width: 925px;
    margin: 0 auto;
}

.core-list li{
    vertical-align: top;
}

.second-item div{
    border-left: 1px solid #782c83;
    border-right: 1px solid #782c83;
    padding: 0px 23px 12px 20px;
    margin: 0px 17px 0 22px;
}

.core-list li img{
    margin-bottom: 50px;
}

.sub-caption{
    font: normal 18px 'fontastiquefontastique', Arial, Verdana;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 14px;
}

.orange-caption{
    color: #f7941e;
}

.blue-caption{
    color: #25aae1;
}

.yellow-caption{
    color: #9eaf0f;
}

.core-list p{
    width: 275px;
    font: normal 18px Arial;
    text-align: left;
    color: #9b9b9b;
}

/*==================careers=================*/

.careers{
    position: relative;
    width: 925px;
    margin: 0 auto;
    padding: 30px 65px 31px;
    color: #752c85;
}

.careers h1{
    color: #752c85;
}

.careers p{
    width: 610px;
    text-align: justify;
    font-size: 18px;
    font-family: 'dinprofontregular', Arial, Verdana;
}

.careers .first-paragraph{
    padding: 23px 0 31px;
}

.hello-image{
    position: absolute;
    top: 93px;
    right: 81px;
}

/*================Main Form================*/

.main-form{
    background-color: white;
    padding: 18px 0 40px;
    min-width: 1095px;
}

.main-form form{
    width: 925px;
    margin: 0 auto;
    overflow: hidden;
}

.main-form .left-part-form{
    float: left;
}

.main-form .right-part-form{
    float: right;
}

.main-form form label{
    color: #752c85;
    font: normal 18px 'fontastiquefontastique', Arial, Verdana;
    display: block;
    margin-bottom: 8px;
}

.text-field, .textarea-field{
    border: none;
    background-color: #f2f2f2;
    font-size: 16px;
    padding: 11px 15px 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'dinprofontregular', Arial, Verdana;
}

.text-field:focus, .textarea-field:focus{
    outline: none;
}

.text-field{
    width: 431px;
    margin-bottom: 35px;
}

.textarea-field{
    resize: none;
    width: 420px;
    height: 171px;
}

.send-button{
    width: 450px;
    color: #f2f2f2;
    font: normal 18px 'fontastiquefontastique', Arial, Verdana;
    border: none;
    text-align: center;
    padding: 10px 0;
    margin-top: 14px;
    background: url("../images/send-button.png") left top no-repeat #722d88;
    cursor: pointer;
}

.succes-message-wrapper{
    position: relative;
    height: 40px;
}

.succes-message{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    text-align: center;
    color: #9bbfff;
    padding: 10px 0;
    font: normal 26px 'dinprofontregular', Arial, Verdana;
}

.fake-file{
    position: relative;
    width: 148px;
    height: 42px;
    margin-top: 25px;
    z-index: 100;
    overflow: hidden;
}

.fake-file .file-button{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    font-size: 200px;
    cursor: pointer;
}

.path-file{
    position: relative;
    top: -28px;
    left: 160px;
}

.attach-button{
    position: absolute;
    left: 0;
    top: 0;
    width: 144px;
    text-align: center;
    font: normal 18px 'fontastiquefontastique', Arial, Verdana;
    color: #f2f2f2;
    border: 2px solid #f2f2f2;
    padding: 8px 0;
    background-color: #95236c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
    z-index: 10;  
}

/*================Contacts=================*/

.contacts-sec{
    padding-bottom: 46px;
}

.inside-contacts{
    width: 925px;
    margin: 0 auto;
    padding: 0 65px;
}

.inside-contacts h1{
    color: #9bbfff;
    padding: 31px 0 13px;
}

.wrapper-contacts{
    overflow: hidden;
    color: #828282;
    font-size: 18px;
    padding-bottom: 20px;
}

.left-part-contacts{
    float: left;
}

.left-part-contacts p{
    width: 510px;
    font-family: 'dinprofontregular', Arial, Verdana;
}

.left-part-contacts p:first-child{
    margin-bottom: 23px;
}

.left-part-contacts p img{
    position: relative;
    top: 5px;
}

.right-part-contacts{
    float: right;
    border-left: 1px solid #91b9ff;
    padding: 0 0 36px 17px;
}

.right-part-contacts p{
    margin-top: 6px;
    font-family: 'dinprofontregular', Arial, Verdana;
}

.right-part-contacts p:first-child{
    margin-top: 0px;
}

.email a{
    font-weight: bold;
    color: #828282;
    text-decoration: none;
}

.google-map-block{
    min-width: 1095px;
    width: 100%; 
    height: 541px;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .google-map-block{
        min-width: 0px;
        width: 90%; 
    }
}

.firstHeading{
    font-size: 22px;
    font-weight: normal;
    padding: 5px 10px;
}

#bodyContent{
    padding: 0px 10px 10px;
}

#content{
    width: 220px;
    height: 80px;
}

/*=====================Footer=======================*/

.footer{
    min-width: 1095px;
    background-color: #343434;
    font-family: 'dinprofontregular', Arial, Verdana;
    padding-bottom: 65px;
}

.inside-footer{
    background-color: #343434;
    position: relative;
    width: 925px;
    margin: 0 auto;
    padding: 33px 20px;
    color: white;
}

.footer-menu{
    padding-bottom: 27px;
}

.footer-menu li{
    margin-right: 8px;
}

.footer-menu li a{
    color: white;
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.inside-footer p{
    font-size: 14px;
    width: 430px;
    line-height: 18px;
    padding-bottom: 35px;
}

.copyright{
    position: absolute;
    top: 73px;
    right: 25px;
    font-size: 11px;
    text-align: right;
}

.copyright span{
    display: block;
    margin: 0 33px 6px 0;
}

.copyright img{
    margin-bottom: 26px;
}

.copyright a{
    color: white;
    text-decoration: none;
}

/*=====================Slider=====================*/

.big-slider{
    font-family: 'dinprofontregular', Arial, Verdana;
    min-width: 1095px;
    margin: 0 auto;
}

.navigation-slider{
    position: relative;
    width: 1095px;
    margin: 0 auto;
    z-index: 1000;
}

.links-slide{
    width: 925px;
    margin: 0 auto;
}

.links-slide li{
    margin-right: 37px;
    padding-top: 18px;
}

.links-slide li a{
    font: normal 12px 'fontastiquefontastique', Arial, Verdana;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.links-slide li .current{
    color: #dcdcdc;
}

.first-slide{
    max-width: 1595px;
    height: 834px;
    margin: 0 auto;
    min-width: 925px;
    background: url("../images/blue-bg.png") center top no-repeat;
}

.wrapper-slides{
    position: relative;
    margin: -33px auto 0;
    z-index: 10;
    max-width: 1595px;
    height: 834px;
}

.wrapper-first-slider, .wrapper-second-slider, .wrapper-third-slider{
    position: absolute;
    width: 100%;
    left:0;
    top: 0;
}

.inside-slide{
    width: 925px;
    margin: 0 auto;
    overflow: hidden;
    color: white;
    padding: 66px 0 0;
}

.wrapper-first-slider .inside-slide p{
    width: 600px;
}

.inside-slide p{
    font-size: 18px;
    text-align: justify;
}

.inside-slide h1{
    color: #f8f8f8;
    padding-bottom: 34px;
}

.left-part-slide{
    float: left;
    width: 600px;
    margin-right: 20px;
}

.left-part-slide h1{
    margin-left: 2px;
}

.left-part-slide .first-p{
    margin-bottom: 32px;
    padding-top: 22px;
}

.right-part-slide{
    float: left;
}

.right-part-slide h1{
    margin-left: 20px;
}

.right-part-slide{
    font-size: 22px;
}

.right-part-slide ul{
    border-left: 1px solid white;
    padding: 21px 0 1px 20px;
}

.right-part-slide ul li{
    margin-top: 28px;
}

.right-part-slide ul li:first-child{
    margin-top: 0px;
}

/*************************/

.second-slide{
    max-width: 1595px;
    height: 834px;
    margin: 0 auto;
    min-width: 925px;
    background: url("../images/violet-bg.png") center top no-repeat;
}

.inside-slide .big-font-size{
    font-size: 60px;
    text-align: center;
    padding: 45px 0 23px;
}

/*************************/

.third-slide{
    max-width: 1595px;
    height: 834px;
    margin: 0 auto;
    min-width: 925px;
    background: url("../images/orange-bg.png") center top no-repeat;
}

.third-slide .first-p{
    padding-bottom: 32px;
}

.next-slide-button, .prev-slide-button{
    width: 55px;
    height: 55px;
    position: absolute;
    top: 180px;
    cursor: pointer;
    z-index: 10000;
}

.prev-slide-button{
    background: url("../images/arrows.png") left top no-repeat;
    left: 0px;
}

.next-slide-button{
    background: url("../images/arrows.png") left -65px no-repeat;
    right: 0px;
}

/*============Scroll arrows============*/

#scroller {
    background: url('../images/scroll.png');
    position: fixed;
    width: 11px;
    height: 39px;
    bottom: 50px;
    right: 50px;
    z-index: 5000;
}

#scroller div{
    cursor: pointer;
    width: 100%;
    height: 12px;
}

#scroller #next{
    margin-top: 15px;
}


.logo, 
.logo a,
.navigation li,
.navigation li a,
.soc-links-small li,
.soc-links-small li a,
.nivo-controlNav a,
.soc-links li,
.soc-links li a,
.core-list li,
.send-button,
.footer-menu li,
.links-slide li,
.next-slide-button,
.prev-slide-button,
.attach-button{
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/*==============Mobile unit=============*/

.display-none{
    display: none;
}

.mobile-copyright{
    top: 20px;
}

.mobile-slider-wrapper{
    padding-top: 0px;
}