/* 

Urbanic Template 

http://www.templatemo.com/tm-395-urbanic

*/

body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 12px;

    font-weight: 300; 
    font-style: normal; 
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.templatemo_clear {
    clear: both;
}

.height30 {
    height: 30px;
}

.templatemo-top-bar {
    min-height: 1px;
    background-color:#ffffff;
}

/*.opened #templatemo-nav-bar ul.navbar-nav {
	margin-top: 0 !important;
}*/

.templatemo-top-menu {
    position: absolute;
    min-height: 74px;
    background: transparent;
    z-index: 5000;
    width:100%;
    /*border-bottom:1px #e1e1e1 solid;*/
	-webkit-transition: background-color 0.5s ease; /* Safari */
    transition: background-color 0.5s ease;
}

.templatemo-top-menu.isStuck, .templatemo-top-menu.opened {
	background-color: #fff;
}

.templatemo-top-menu.isStuck {
	background-color: #fff;
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 17px;
}

.templatemo-top-menu .navbar-brand {
    margin-top: 0px;
    padding-top: 9px;
}

@media (min-width: 768px) {
	.templatemo-top-menu .navbar-brand {
		padding: 0;
		margin: 10px 0 10px 10px;
	}
}

.h-banner-part
{
    width:100%;
    padding:108px 0px 0px 0px;
    margin:0px;
    float:left;
    background:url(../images/banner.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.h-banner-left
{
    width:42%;
    padding:75px 0px 0px 0px;
    margin:0px;
    float:left;
}
.h-banner-text-part
{
    width:100%;
    padding:0px 20px;
    margin:0px 0px 30px 0px;
    float:left;
    text-align:center;
}
.h-banner-text-part h1
{
    font-family:  'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 29px;
    color: #000000;
    text-transform:uppercase;
    margin-bottom:5px;
}
.h-banner-text-part p
{
    font-family:  'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #000000;
    margin-bottom:20px;
}
.stores-icon
{
    width:100%;
    padding:0px;
    margin:0px 0px 0px 0px;
    float:left;
    text-align:center;
}
.stores-icon img
{
    margin:5px 5px 0px 0px;
	width: 150px;
}
.h-banner-right
{
    width:55%;
    padding:0px;
    margin:0px;
    float:right;
}
.h-banner-right img
{
    width:120%;
    outline:none;
}
.h-banner-scroll
{
    width:100%;
    padding:0px;
    margin:0px;
    float:left;
    text-align:center;
}
.h-write-part
{
    width:80%;
    padding:20px 0px 100px 0px;
    margin:0px 10%;
    float:left;
    text-align:center;
}
.h-write-icon
{
    width:100%;
    padding:0px 0px 025px 0px;
    margin:0px;
    float:left;
    text-align:center;
}
.h-write-icon img
{
    width:103px!important;
}
.h-write-part h2
{
    font-family:  'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform:uppercase;
    margin-bottom:30px;
}
.h-write-part .contact-heading
{
    font-family:  'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform:uppercase;
    margin-bottom:30px;
    color: white;
}
.h-write-part p
{
    font-family:  'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 23px;
    color: #5f5f5f;
    margin-bottom:50px;
}
.h-write-part img
{
    width:auto!important;
}
@media (min-width:300px) and (max-width: 1199px) {
    .h-write-part img
    {
        width:95%!important;
    }
}
.h-write-part
{
    width:80%;
    padding:50px 0px 50px 0px;
    margin:0px 10%;
    float:left;
    text-align:center;
}
.h-write-part-padding{
    padding: 20px 0px 0px;
}
.h-write-search-part{
    padding:50px 0px 0px 0px;
}
.h-write-icon
{
    width:100%;
    padding:0px 0px 025px 0px;
    margin:0px;
    float:left;
    text-align:center;
}
.h-write-icon img
{
    width:103px!important;
}
.h-write-part h2
{
    font-family:  'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #222222;
    text-transform:uppercase;
    margin-bottom:30px;
}
.h-write-part p
{
    font-family:  'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 23px;
    color: #5f5f5f;
    margin-bottom:50px;
}
.h-write-part img
{
    width:100%;
}


















/* ------ Carousel ----- */

#templatemo-carousel {
    overflow-x: hidden;
    margin-bottom:0;
    height:600px;
}

#templatemo-carousel .carousel-caption {
    z-index: 10;
    float:left;
}

#templatemo-carousel .item {
    height: 600px;
}
#templatemo-carousel .carousel-inner > .item > img {
    position:relative;
    min-width: 100%;
    height: 600px;
    left: 0;
    top: 0;
}
.h-testi-box-part
{
    width:100%;
    padding:0px;
    margin:0px;
    float:left;
    position:relative;
}
.h-testi-box-wra
{
    width:150px;
    padding:0px;
    margin:0px auto;
}
.h-testi-box
{
    width:150px;
    height:150px;
    padding:0px;
    margin:0px 0px 20px 0px;
    float:left;
    text-align:center;
    background:#FFFFFF;
    -webkit-border-radius: 200px!important;
    -moz-border-radius: 200px!important;
    border-radius: 200px!important;
}
.h-testi-box img
{
    width:120px;
    padding-top:45px;
}
#templatemo-carousel .carousel-caption h2 {
    font-family:  'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 23px;
    color: #ffffff;
    text-transform:uppercase;
    margin-bottom:20px;
}
#templatemo-carousel .carousel-caption p {
    font-family:  'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #9cd3ff;
}

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 100px;
        right: 50px;
        left: 50px;
    }
}

@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel {
/*        background: url('../images/templatemo_carousel_bg_s.jpg') no-repeat center center; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.templatemo-welcome {
    min-height: 230px;
    padding:100px 0px!important;
}

.templatemo-slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 60px 0;
    color: #333333;
}

.templatemo-service {
    margin-bottom: 40px;
    margin-top: 100px;
}

.templatemo-service-item {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}


.templatemo-service-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 25px;
    font-size: 14px;
    color: #929292;
}

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #e67e22;
}


.btn-orange {
    background-color: #137cd0;
    -webkit-border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    border-radius: 50px!important;
    color:#ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size:21px;
    text-transform:uppercase;
    letter-spacing:2px;
    padding:10px 30px;
}
.btn-orange-2 {
    background-color: #ffffff;
    -webkit-border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    border-radius: 50px!important;
    color:#137cd0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size:17px;
    padding:5px 20px;
}
.btn-orange-3 {
    background-color: #0665b1;
    -webkit-border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    border-radius: 50px!important;
    color:#ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size:17px;
    padding:5px 0px;
    width:100%;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #0e72c1;
    color:#ffffff;
}

.btn-orange-2:hover, .btn-orange-2:focus, .btn-orange-2:active, .btn-orange-2.active, .open .dropdown-toggle.btn-orange-2 {
    background-color: #ffffff;
    color:#137cd0;
}

.btn-orange-3:hover, .btn-orange-3:focus, .btn-orange-3:active, .btn-orange-3.active, .open .dropdown-toggle.btn-orange-3 {
    background-color: #046abc;
    color:#ffffff;
}


.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color:#ffffff;
}

.nav > li > a {
    padding: 10px 30px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    color:#2196f3;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color:#2196f3;
}


.nav > li > a {
    color: #575757;
    font-size:16px;
    text-transform:uppercase;
    font-weight:400;
}
.navbar-default {
    background-color:inherit;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color:#2196f3;
    background:none;
}

.navbar {
    margin-bottom: 0px;
}
.h-signin
{
    padding:5px 30px 5px 36px!important;
    margin:5px 0px 0px 0px;
    float:left;
    background-color:#2196f3;
    background-image:url(../images/signin.png);
    background-position:left;
    background-repeat:no-repeat;
    color:#FFFFFF!important;
    -webkit-border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    border-radius: 50px!important;
}
.h-signin:hover
{
    background-color:#1887e0!important;
}




.templatemo-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px; 
    font-weight: bold;
    display: inline-block;
}

.templatemo-header-orange {
    background-color:#ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 39.5%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc; 
}

.templatemo-team {
   /* background: url('../images/background.png') ; */
    font-family:  'Open Sans', sans-serif;
    min-height:590px;
    color:#ffffff;

}
.templatemo-line-header {
    margin-top:100px;
    margin-bottom:80px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
}



.team-inner {
    margin-top:10px;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
    margin-left:-50px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #ff7600;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width : 70%;

}

.templatemo-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #e67e22;
}

.txt_slogan {
    font-size:14px; 
    color:#929292;
}

.templatemo-line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
}

.templatemo-contact {
    margin-top:0px; 
    font-size:14px;
    background:url(../images/footer_background.png) no-repeat top center;
}
.templatemo-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
    margin-right:5px;
}

.contact_right form {
    padding-left:15px;
    padding-right:15px
}

.tweet_txt {
    border-left:2px solid #ffffff; 
    min-height:160px;
}

.twitter_user {
    color: #FFFF33; 
    font-size: 14px;
    float: right;
}

.templatemo-partners {
    border-top: 2px solid #cccccc;
}

.templatemo-partners .templatemo-partner-item {
    margin-bottom: 5px;
}

.templatemo-footer {
    border-top: 2px solid #cccccc; 
    margin-top: 100px;
}

.footer_container {
    margin-top:60px; 
    margin-bottom:20px;
}

.footer_bottom_content {
    margin: auto;
    margin-bottom: 30px;
    font-size: 14px;
    color:#333333;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.templatemo-project-gallery  li  a img:hover {
    border: 3px solid #ff7600;
}

.templatemo-gallery-category a {
    color:#333333; 
}

.templatemo-gallery-category a.active {
    color:#e67e22; 
    text-decoration:none;
}

.templatemo-gallery-category a:focus {
    color:#e67e22;
    text-decoration:none;	
}

.templatemo-gallery-category a:hover {
    color:#e67e22; 
    text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.templatemo-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.templatemo-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.templatemo-project-gallery li img {
    cursor: pointer;
}

.templatemo-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: normal;
}
.f-part {
    width:70%;
    float:left;
    margin:0px 15% 40px 15%;
}
.f-left {
    width:49%;
    float:left;
}
.f-right {
    width:49%;
    float:right;
}
.f-robot {
    width:100%;
    float:left;
    margin:0px 0px 30px 0px;
    text-align:center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
}
.f-button {
    width:160px;
    margin:0px auto;
}
.socialnetworks
{
    width:200px;
    float:right;
    text-align:right;
    margin-bottom:30px;
}
.socialnetworks img
{
    margin:0px 10px;
}
.copyright
{
    width:500px;
    float:left;
    font-family:  'Open Sans', sans-serif;
    font-weight:300;
    font-size:14px;
    color:#e1e1e1;
    /*margin-bottom:30px;*/
}
.copyright a {
    font-family:  'Open Sans', sans-serif;
    font-weight:300;
    font-size:14px;
    color:#e1e1e1;
}

.btn_loadmore {
    margin-top:30px; 
    margin-bottom:80px;
}

.blog_box {
    margin-left: -12px;
}

@media (min-width:991px) and (max-width:1200px) {
    .templatemo-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .templatemo-project-gallery {
        margin-left: -70px;
    }

    .templatemo-service-item-header {
        padding: 16px 10px 20px;
    }

    .templatemo-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
    .h-banner-part
    {
        padding:108px 0px 0px 0px;
    }
    .h-banner-left{
        padding:0px 0px 0px 0px;
    }
    .h-banner-text-part
    {
        margin:20px 0px 20px 0px;
    }
    .h-banner-text-part h1
    {
        font-size:22px;
    }
}


@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .templatemo-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
    .nav > li > a {
        padding: 10px 15px;
    }
    .h-banner-part
    {
        padding: 86px 0px 0px 0px;
    }
    .h-banner-left{
        padding:0px 0px 30px 0px;
        width:100%;
    }
    .h-banner-text-part
    {
        margin:0px 0px 40px 0px;
    }
    .h-banner-right
    {
        width:100%;
        text-align:center;
    }
    .h-banner-right img
    {
        width:70%;
    }
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .templatemo-project-box , .project-overlay {
        height:130px;
        width:130px;
        padding-top: 0px;
    }

    .templatemo-project-gallery {
        margin-left: 10px; 
    }

    .blog_box{
        margin-right: -140px;
    }
}


@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 9px;
    }
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;

    }
    .templatemo-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;

    }
    .templatemo-service-item-header {
        font-size: 16px;

        padding: 23px 10px 22px;
    }
    .templatemo-header-orange {
        min-width: 0px;
    }

}

@media (min-width:991px) and (max-width: 1200px) {
    .team_hr {
        width: 37%; 
    }
}

@media (min-width:683px) and ( max-width: 991px) {
    .team_hr {
        width: 33%;
    }
}

@media (min-width:585px) and ( max-width: 683px) {
    .member-thumb .thumb-overlay {
        padding-left: 25%;

    }
    .team_hr {
        width: 30%;
    }
}

@media (min-width:536px) and ( max-width: 585px) {
    .team_hr {
        width: 28%;
    }
}

@media  (min-width:410px) and  ( max-width: 536px) {
    .team_hr {
        width: 21%;
    }
}

@media  ( max-width: 410px) {
    .team_hr {
        width: 11%;
    }
}


.effect-box-part
{
    width: 100%;
    margin: 0;
    padding: 100px 0px;
    float:left;
    text-align: center;
    border:none;
}
.footer_links_wrapper
{
    max-width: 99%;
    margin: auto;
    padding: 30px 0;
    text-align: center;
}

.footer_links
{
    width: 240px;
    height: 20em;
    display: inline-block;    
    vertical-align: top;
    position: relative;
    text-align: center;
    /*float: right;*/
}

/*.footer_links_wrapper .footer_links:first-child
{
    float: left!important;
}
.footer_links_wrapper .footer_links:nth-last-child(2)
{
    float: none!important;
}*/

.footer_links a, .footer_links a:hover
{
    text-decoration: none;
    position: relative;
    display: block;
}
.footer_links a h2
{
    text-transform: uppercase;
    margin-top: 10px;
}
.footer_links a:hover h2
{
    color: #2196f3;
}
.footer_links a:hover .icon_hover
{       
    border: solid 15px #2196f3;
    transition: all 0.25s ease-in-out;        
    border-radius: 100%!important;
    z-index: 10;
    box-shadow: inset 0 0 0 0 rgba(10, 111, 149, 0.7);

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.footer_links a .icon_hover
{
    border: solid 0px #2196f3;
    border-radius: 100%!important;
    position: absolute;
    left: 0;

    width: 155px;
    height: 154px;

    display: inline-block;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.footer_links p
{
    margin-top: -5px;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: lighter;
    line-height: 26px;
}

.effects
{
    position: relative;
}


@media (min-width:300px) and (max-width: 767px) {
    .h-banner-part
    {
        padding:70px 0px 0px 0px;
    }
    .h-banner-left{
        padding:0px 0px 30px 0px;
        width:100%;
    }
    .h-banner-text-part
    {
        margin:0px 0px 40px 0px;
    }
    .h-banner-right
    {
        width:100%;
        text-align:center;
    }
    .h-banner-right img
    {
        width:80%;
    }
    .footer_links
    {
        width: 100%;
    }
    .f-left {
        width:100%;
    }
    .f-right {
        width:100%;
        float:left;
    }
    .socialnetworks
    {
        width:100%;
        text-align:center;
    }
    .copyright
    {
        width:100%;
        text-align:center;
    }
    #templatemo-carousel .item {
        height: 800px;
    }
}


/* LANDING PAGE CONTACT FORM */

.info {
    color: #fff;
	font-size: 20px;
    font-weight: bold;
}

#contact input.error, #contact textarea.error {
    border-bottom: solid 1px #D80000;
    border-left: solid 1px #D80000;
    background-image: url(../images/mark.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}

/*PRIVACY POLICY ARTICLE*/
#changelog_article hr
{
	margin-top: 80px;
	height: 1px;
	background-color: #DDD;
	width: calc(100% - 80px);
	max-width: 1120px;
	
	border: none;
	padding: 0;
}

#changelog_article
{
	margin: 120px auto;	
	width: calc(100% - 120px);
	min-height: 600px;
	min-height: 60vh;
	height: 100%;
}

article section.features p
{
    padding: 0;
    line-height: 30px;
    font-size: 1.3em;
    max-width: 850px;
    width: 90vw;
    margin: auto;
    margin-bottom: 25px;
}
.article_db
{
    margin-left: 0;
    width: 960px;
    margin-left: calc(50% - 480px);
}

header.major 
{
    padding-bottom: 1.5em;
}

footer.major 
{
    padding-top: 2em;
}

/* Section/Article */
section.special, article.special 
{
    text-align: center;
    margin-bottom: 100px;
}

.article_db
{
    margin-bottom: 100px;
    max-width: 1200px;
    //margin-left: calc(50% - 600px);    
}
    .article_db h1
    {
        font-size: 1.6em;
        font-weight: 600;
    }
    .article_db h2
    {
        font-size: 1.4em;
        font-weight: 600;
    }
    .article_db p, .article_db li
    {
        font-size: 1.4em;
    }
    
    .article_db a
    {
        text-decoration: underline;
    }
        .article_db a:hover
        {
            text-decoration: underline;
        }

header.major {
    padding-bottom: 2em;
}

header.special {
    margin-bottom: 5em;
    padding-top: 7em;
    position: relative;
    text-align: center;
}

header.special:before, header.special:after {
    border-bottom: solid 1.5px;
    border-top: solid 1.5px;
    content: '';
    height: 7px;
    opacity: 0.1;
    position: absolute;
    top: 1.75em;
    width: 43%;
}

header.special:before {
    left: 0;
}

header.special:after {
    right: 0;
}

header.special h2 {
    margin-bottom: 0;
}

header.special h2 + p {
    margin-bottom: 0;
    padding-top: 1.5em;
}

header.special .icon {
    cursor: default;
    height: 7em;
    left: 0;
    position: absolute;
    text-align: center;
    top: 1em;
    width: 100%;
}

header.special .icon:before {
    font-size: 3.5em;
    opacity: 0.35;
}

footer > :last-child {
    margin-bottom: 0;
}

footer.major {
    padding-top: 3em;
}

article section.features p
{
    font-weight: lighter;
    line-height: 1.4em;
    padding: 0;
    margin: auto;
    margin-bottom: 35px;
    margin-top: 25px;
    max-width: 1000px;
}

article section.features h2
{
/*    font-weight: bold;*/
    font-size: 1.8em;
    margin-top: 25px;
    line-height: initial;
}

.search-part{
    background:#f5f5f5;
}

.padding-top-50{
    padding-top: 50px;
}

.carousel-main{
    background:#137fd4;
    min-height:200px;
}

.contact-message{
    height: 100px !important;
}
/*styles for cookie-consent*/
.js-cookie-consent.cookie-consent {
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 20px;
    text-align: center;
    width: 100%;
    z-index: 9999999999 !important;

}

.cookie-consent {
    font-size: 0.9em;
    padding: 1em;
    background: #fff2e0;
    text-align: center;
}

.cookie-consent__message {
    display: inline-block;
    color: #d98e00;
}

.cookie-consent__message p {
    margin: 0;
}

.cookie-consent__agree {
    font-weight: bold;
    margin: 0 1em;
    padding: .5em 1em;
    color: #fff2e0;
    background-color: #d98e00;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(217, 142, 0, 0.15);
}

.cookie-consent__agree:hover {
    background-color: #734d00;
}

.cookie-consent__agree:active {
    top: 1px;
}