* {
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
}

body {
    background-color: #EBEEF1;
    padding: 0;
    margin: auto;
}

p {
	font-size: 14px;
	font-weight: 400;
}

a {
	/*font-weight: 400 !important;*/
	color: #4ca8a1;
	text-decoration: none !important;
}

img {
    border: none;
}

.font16light {
    font-weight: 300;
    font-size: 16px;
    color: #9b9b9b;
}


.navbar{
    background-color: transparent;
    padding-top: 10px;
    border: 0;
    border-radius: 0px;
}

.menuFont {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
	color: #4a4a4a;
	font-weight: 300;
	padding-top: 10px;
}

.overlay > .menuFont{
	color: #fff;
}

.navbar-default .navbar-nav > li > a{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    color: #000;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

.navbar-default .navbar-nav > li > a:hover{
    color: #00adee;
}


nav.navbar.navbar-default{
    margin-bottom: 0px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: transparent;
}

.navbar-default .navbar-toggle{
    border: 0;
}

.HeaderText{
	font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #000;
	font-weight: 300;
}


.titleContent{
	font-family: 'Roboto', sans-serif;
    font-size: 36px;
    color: #262c3a;
	font-weight: 600;
	padding-top: 20px;
}

.bodyContent{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #262c3a;
	font-weight: 300;
	padding-top: 20px;
}

.rotateImage {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btnLogin,
.btnDemo {
    width: 167px !important;
    height: 40px !important;
	border-radius: 3px !important;
	background-color: #4a90e2 !important;
	border: 1px solid #4a90e2 !important;
	color: #fcfcfc !important;
	font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    padding: 10px 15px 10px 15px !important;
    cursor: pointer !important;
    text-align: center !important;
}

.btnLogin:hover,
.btnDemo:hover {
    background-color: #4a90e2 !important;
}

.btnDemo {
    font-size: 20px !important;
}

video {
    height: inherit;
    width: inherit;
    float: left;
    margin: 0;
    opacity: 1;
    transition: opacity 0s ease 0s;
}
#video a {
    border: 1px dashed #fff;
	border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 60px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 60px;
    z-index: 300;
}

#video a span:first-child {
	position: absolute;
	top: 20px;
	left: 22px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #ffffff;
	transition: .5s;
	opacity: 0;
}

#video a span:last-child {
	background: transparent;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    height: 20px;
    left: 18px;
    position: absolute;
    top: 20px;
    transition: all 0.5s ease 0s;
    width: 20px;
	opacity: 1;
}

#video a.pause span:first-child {
    opacity: 1;
}

#video a.pause span:last-child {
	opacity: 0;
}

#videoImage{
    min-height: 100vh;
    max-height: 100vh;
    height: auto;
    background-image: url('../images/portal/cover%402x.html');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.videoCaption, .videoCaption > p{
    font-family: Raleway-Black;
    font-size: 64px;
    color: #ffffff;
    text-shadow: 0 0 2px #4a4a4a;
}

.videoSubcaption, .videoSubcaption > p{
    font-family: Abel-Regular;
    font-size: 36px;
    color: #00adee;
}

.line{
    padding-top: 15px;
    border-bottom: solid 1px #00adee;
    height: 1px;
    text-align: center;
    width: 130px;
}

.landingTitle, .landingTitle > p{
    font-family: Raleway-Bold;
    font-size: 36px;
    letter-spacing: 2px;
    color: #091325;
}

.landingTitle2, .landingTitle2 > p{
    font-family: Raleway-Bold;
    font-size: 36px;
    letter-spacing: 2px;
    color: #fff;
}

.servicesBackground{
    background-color: #091325;
    background-clip: content-box;
}

.servicesCard{
    background-color: #fff;
    box-shadow: 0 2px 20px 0 #4a4a4a;
    background-clip: padding-box;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: -2.5% !important;
    width: 105%!important
}

.servicesImg1{
    height: 325px;
    background-image: url('../images/portal/vijaki2.html');
    /*background-position: 290% 50%;*/
    background-size: cover;
    padding-right: 0px!important;
    background-repeat: no-repeat;
    box-shadow: none;
}

.servicesImg2{
    height: 325px;
    background-image: url('../images/portal/vijaki3.html');
    /*background-position: -290% 50%;*/
    background-size: cover;
    padding-right: 0px!important;
    background-repeat: no-repeat;
    box-shadow: none;
}

.servicesTitle, .servicesTitle > p{
    font-family: Raleway-Bold;
    font-size: 18px;
    letter-spacing: 1.9px;
    color: #091325;
}

.servicesText, .servicesText > p{
    font-family: Raleway-Light;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}

.productsText, .productsText > p{
    font-family: Raleway-Light;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}

#o-nas{
    /*background-image: url("../images/portal/o-n-a-s@2x.png");*/
    background-size: cover;
}

.contactNameCard, .contactNameCard > p{
    min-height: 122px;
    border-radius: 1px;
    background-color: #ffffff;
}

.contactInfoCard, .contactInfoCard > p{
    min-height: 428px;
    border-radius: 1px;
    background-color: #ffffff;
}

.companyName, .companyName > p{
    font-family: Raleway-Bold;
    font-size: 36px;
    line-height: 0.6;
    letter-spacing: 2px;
    color: #091325;
}

.contactFormCard{
    min-height: 579px;
    border-radius: 1px;
    background-color: #ffffff;
}

.footer{
    background-color: #333333;
}

.footerBottom{
    background-color: rgba(9, 19, 37, 0.9);
}

.footerBottomText, .footerBottomText > p{
    font-family: Raleway-Light;
    font-size: 13px;
    line-height: 1.8;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 5px;
}
.footerAddress b{
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.footerAddress, .footerAddress > p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}

.footerMailPhone, .footerMailPhone > p{
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
    font-size: 22px;
    line-height: 1.1;
    color: #ffffff;
}

.contactInput1{
    height: 40px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    width: 100%;
    padding-left: 15%;
    background-image: url(../images/portal/name%403x.html);
    background-repeat: no-repeat;
    background-position: 17px 8px;
    background-size: 22.6px 23.8px;
}

.contactInput2{
    height: 40px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    width: 100%;
    padding-left: 15%;
    background-image: url(../images/portal/telForm%403x.html);
    background-repeat: no-repeat;
    background-position: 17px 8px;
    background-size: 22.6px 23.8px;
}

.contactInput3{
    height: 40px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    width: 100%;
    padding-left: 15%;
    background-image: url(../images/portal/mailForm%403x.html);
    background-repeat: no-repeat;
    background-position: 17px 8px;
    background-size: 24px 17px;
}

.contactInput4{
    height: 40px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    width: 100%;
    padding-left: 15%;
    padding-top: 8px;
    padding-right: 5%;
    background-image: url(../images/portal/message%403x.html);
    background-repeat: no-repeat;
    background-position: 17px 8px;
    background-size: 26px 23px;
}

.errorMessage{
    display: none;
    color: red;
    font-family: Raleway-Regular;
    font-size: 14px;
    padding-left: 15px;
}

.contactTitle, .contactTitle > p{
    font-family: Raleway-Bold;
    font-size: 24px;
    letter-spacing: 2px;
    color: #161511;
}

.successTitle, .successTitle > p {
	font-family: Raleway-Bold;
	font-size: 48px;
	letter-spacing: 3.1px;
	color: #000000;
	text-align: center;
	padding-top: 30px;
}

.successSubtitle, .successSubtitle > p {
	font-family: Raleway-Medium;
	font-size: 14px;
	letter-spacing: 0.9px;
	color: #000000;
	text-align: center;
	padding-top: 5px;
}

.successText, .successText > p{
	font-family: Raleway-Regular;
	font-size: 14px;
	letter-spacing: 0.9px;
	color: #000000;
	text-align: center;
}

.selectedLink{
    color:#00adee!important;
}

.paddingInfo{
    padding-top: 93px;
}

.products{
    padding-bottom: 100px;
}


.unslider-arrow{
    margin-top: -70px;
    z-index: 200;
}

@media (max-width: 970px) {
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


@media (max-width: 970px) {
    .videoCaption, .videoCaption > p{
        font-size: 42px;
    }

    .videoSubcaption, .videoSubcaption > p{
        font-size: 24px;
    }
    
    .contactInput1, .contactInput2, .contactInput3, .contactInput4 {
        padding-left: 25%;
    }
    
    .companyName, .companyName > p{
        font-size: 24px;
    }
    
    .companyAddress, .companyAddress > p{
        padding-bottom: 10px;
    }
    
    .servicesText, .servicesText > p{
        padding-bottom: 20px;
    }
    
    .paddingInfo{
        padding-top: 30px;
    }
    
    .products{
        padding-bottom: 50px;
    }
    
    .unslider-arrow{
        margin-top: -70px;
    }
    .unslider-nav ol {
        left: 42%;
    }
}