﻿/*@import url(http://fonts.googleapis.com/css?family=Oswald:300,400);*/

body {
    /*padding-top: 50px;
	padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
	max-width: 280px;
}*/

/* style.css below */
body {
    background: #6b8776; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;);
    /*background: -moz-linear-gradient(top, #6b8776 0%, #c3ccc7 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b8776), color-stop(100%,#c3ccc7)); 
	background: -webkit-linear-gradient(top, #6b8776 0%,#c3ccc7 100%); 
	background: -o-linear-gradient(top, #6b8776 0%,#c3ccc7 100%); 
	background: -ms-linear-gradient(top, #6b8776 0%,#c3ccc7 100%); 
	background: linear-gradient(to bottom, #6b8776 0%,#c3ccc7 100%);*/
    /*new*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#205186+0,6c9ac7+100 */
    background: #205186; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNTE4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YzlhYzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #205186 0%, #6c9ac7 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#205186), color-stop(100%,#6c9ac7)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #205186 0%,#6c9ac7 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #205186 0%,#6c9ac7 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #205186 0%,#6c9ac7 100%); /* IE10 preview */
    background: linear-gradient(to bottom, #205186 0%,#6c9ac7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205186', endColorstr='#6c9ac7',GradientType=0 ); /* IE6-8 */
    /*new ends*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b8776', endColorstr='#c3ccc7',GradientType=0 ); /* IE6-8 */
    font-size: 12px;
}

h1 {
    font-size: 18px;
    padding: 0;
    color: #ed3237;
}

h2, .h2 {
    font-size: 16px;
    padding: 0;
    color: #ed3237;
}

h3 {
    font-size: 14px;
    font-weight: regular;
    padding: 0;
    color: #ed3237;
    margin: 0 0 10px 0;
}

p {
    padding: 0;
}

@media (min-width: 992px) {
    .container {
        width: 870px;
    }

    .carousel.slide {
        height: 246px;
    }

    .home-box a img {
        width: 207.5px;
    }

    .navbar-default ul.nav.navbar-nav {
        margin-top: 40px;
        margin-left: 10px;
    }

    .home-box-container.page-content {
        margin-right: -17px;
    }

    .homepageBanner {
        padding-right: 2px !important;
    }
}

.nav {
    font-family: "Oswald",'Segoe UI', sans-serif;
}

.navbar.navbar-top {
    border: 0;
    margin: 0;
    min-height: 30px;
}

    .navbar.navbar-top .nav > li > a {
        padding: 0 10px;
        line-height: 30px;
        color: #FFF;
    }

.navbar.navbar-main {
    margin: 40px 0 0 50px;
}

    .navbar.navbar-main .nav > li > a {
        color: #bb4d53;
        font-weight: normal;
        margin: 0 12px 0 0;
        font-size: 16px;
        padding: 15px 10px 5px 10px;
    }

    .navbar.navbar-main .nav > li:last-child a {
        margin: 0;
    }

.navbar .nav > li a:hover {
    background: transparent;
}

.navbar.navbar-main a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
}

    .navbar.navbar-main a:hover {
        border-bottom: 3px solid #16597b;
    }

    .navbar.navbar-main a:focus {
        outline: none;
    }

.navbar-nav.navbar-right:last-child li a {
    padding-right: 0;
}

.navbar-nav.navbar-left:first-child {
    margin-left: -15px;
}

    .navbar-nav.navbar-left:first-child li a {
        padding-left: 0;
    }

.navbar-nav.social {
}

    .navbar-nav.social li {
        /*width: 24px;*/
        height: 24px;
        display: block;
        overflow: hidden;
        padding: 0;
        margin: 2px 0 0 5px;
    }

.navbar.navbar-top .nav.social > li > a, .navbar.navbar-top .nav.social > li > a:hover {
    width: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    background-color: transparent;
    background-image: url("images/light-social.png");
    font-size: 0;
    padding: 0;
    margin: 0;
}

.navbar-nav.social li a.facebook {
    background-image: url(images/facebook.png) !important;
    background-position: 0 0;
    background-size: contain;
}

    .navbar-nav.social li a.facebook:hover {
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('images/facebook_color.png') !important;
    }

.navbar-nav.social li a.twitter {
    background-image: url(images/twitter.png) !important;
    background-position: 0 0;
    background-size: contain;
}

    .navbar-nav.social li a.twitter:hover {
        background-image: url(images/twitter_color.png) !important;
        background-position: 0 0;
        background-size: contain;
    }

.navbar-nav.social li a.google {
    background-image: url(images/google.png) !important;
    background-position: 0 0;
    background-size: contain;
}

    .navbar-nav.social li a.google:hover {
        background-image: url(images/google_color.png) !important;
        background-position: 0 0;
        background-size: contain;
    }

.navbar-nav.social li a.contact {
    background-position: 0 -144px;
}

    .navbar-nav.social li a.contact:hover {
        background-position: 144px -144px;
    }

.cl-effect-3 a {
    padding: 8px 0;
}

.navbar.navbar-main .nav.cl-effect-3 > li > a:hover {
    background: none;
}

.cl-effect-3 a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(107,135,118,1);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    f transform: translateY(0px);
}

.main-navigation {
    background: #FFF;
    position: relative;
}

.shaddow-left {
    background: url("images/stanga_sus.png") no-repeat;
    width: 19px;
    height: 136px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: -19px;
    top: 0;
}

.shaddow-right {
    background: url("images/dreapta_sus.png") no-repeat;
    width: 19px;
    height: 136px;
    display: block;
    overflow: hidden;
    position: absolute;
    right: -19px;
    top: 0;
}

.green-bar {
    width: 645px;
    height: 11px;
    display: block;
    overflow: hidden;
    float: right;
    background: url("images/top_blue_bar.png") no-repeat;
}

.logo {
    width: 218px;
    height: 59px;
    display: block;
    overflow: hidden;
    float: left;
    background: url(images/logo_carexpert.png) no-repeat;
    font-size: 0;
    /*margin: 52px 0 25px 15px;*/
    margin: 40px auto 0 0;
}

.content {
    background: #FFF;
    position: relative;
    padding: 0 20px 0 15px;
}

    .content .col-md-2, .content .col-md-9, .content .col-md-12 {
        padding-left: 10px;
        padding-right: 5px;
    }

    .content .col-md-3 {
        padding-left: 0;
    }

.grid-content.col-md-7 {
    padding: 0 5px 0 5px;
}

.grid-content .col-md-6 {
    padding: 0 5px 10px 5px;
}

    .grid-content .col-md-6 .button {
        margin-right: 10px;
    }

.content .shaddow-left {
    background: url("images/shadow_down.png") no-repeat;
    height: 213px;
}

.content .shaddow-right {
    background: url("images/shadow_down.png") no-repeat;
    height: 213px;
}

.invitatie {
    background: url("images/laura.jpg") no-repeat;
    width: 210px;
    height: 213px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.home-box-container {
    margin: 0 -17px 0 -5px;
}

    .home-box-container .home-box {
        margin-bottom: 10px;
        padding-right: 5px;
    }

        .home-box-container .home-box:last-child {
            padding-right: 5px;
        }

.page-content .col-md-3 {
    padding: 0 5px 0 0;
}

.info-image {
    height: 115px;
    display: block;
    overflow: hidden;
}

.info-box {
    background: #ac1019;
    color: #FFF;
    padding: 8px;
}

.info-title {
    color: #FFF;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

    .info-title:hover {
        text-decoration: none;
        color: #FFF;
    }

.info-box span {
    font-size: 11px;
}

.how-can-help {
    background: #00AFEF;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    position: static;
}

    .how-can-help .title {
        background: url("images/te-ajutam-la-service.png") no-repeat;
        width: 150px;
        height: 24px;
        margin: 10px auto 20px auto;
        display: block;
        overflow: hidden;
    }

    .how-can-help .checked-text {
        background: url("images/check-icon.png") left top no-repeat;
        padding-left: 25px;
        height: 20px;
        line-height: 20px;
        display: block;
        overflow: hidden;
        margin: 0 0 10px 20px;
        color: #FFF;
        font-weight: bold;
    }

    .how-can-help .contact {
        padding-right: 10px;
        /*    height: 40px;
	line-height: 20px;*/
        display: block;
        margin: 0 0 10px 15px;
        color: #FFF;
        font-weight: regular;
    }

.how-can-help-voucher {
    background: #678472;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

    .how-can-help-voucher .checked-text {
        background: url("images/check-icon.png") left top no-repeat;
        padding-left: 25px;
        height: 30px;
        line-height: 20px;
        display: block;
        overflow: hidden;
        margin: 10px 0 10px 20px;
        color: #FFF;
        font-weight: bold;
    }

.help-form-container {
    margin: 15px 15px 5px 15px;
    display: block;
    overflow: hidden;
}

    .help-form-container label {
        color: #FFF;
    }

.footer {
    background: #215287;
    width: 870px;
    margin: 20px -15px 0 -15px;
    padding: 10px;
    display: block;
    overflow: hidden;
    color: #FFF;
    /*font-weight:700;*/
}

.breadcrumb {
    border-radius: 0;
    padding: 8px 0;
    background: transparent;
    margin-top: -10px;
}

    .breadcrumb a {
        color: #000;
        font-weight: bold;
    }

    .breadcrumb li.active a {
        color: #ed3237;
    }

.alert {
    padding: 5px 15px;
    margin-bottom: 5px;
}

.alert-dismissable .close {
    position: relative;
    top: -1px;
    right: -5px;
    color: inherit;
}

.carousel {
    margin-bottom: 10px;
}


@media only screen and (max-width:767px) {
    .shaddow-left, .shaddow-right {
        display: none;
    }

    .navbar.navbar-top {
        /*display: none;*/
    }

    .green-bar {
        width: 100%;
    }

    .logo {
        margin: 10px auto 10px auto;
        float: left;
    }

    .navbar.navbar-main {
        margin: 0;
    }

    .nav > li {
        margin: 0 10px 5px 10px;
        background: #225388; /*  */
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
    }

    .navbar.navbar-main .nav > li > a {
        color: #FFF;
        padding: 6px 5px 5px 5px;
        margin: 0;
    }

    .footer {
        width: auto;
    }

    .img-responsive {
        width: 100%;
    }

    .how-can-help {
        background: #00AFEF;
        display: block;
        overflow: hidden;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .container .header {
        margin-top: 36px;
    }

    .navbar-default ul > li > a {
        display: inline-block;
        background-color: transparent !important;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: white;
    }

    /* forces white color for Daune button when its sub-menu is open */
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: white;
    }
    /* forces white color for Daune button when its sub-menu is open */
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: white;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {

    .navbar-header {
        width: 100%;
    }

    .carousel.slide {
        margin-top: 4px;
        height: 211px;
    }

    .shaddow-left, .shaddow-right {
        display: none;
    }

    .navbar.navbar-top {
        /*display: none;*/
    }

    .green-bar {
        width: 100%;
        background-position: right top;
    }

    .logo {
        margin: 10px auto 10px auto;
        float: none;
    }

    .navbar.navbar-main {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .navbar-nav {
        margin: 0 auto;
        width: auto;
        display: inline-block;
        /*overflow: hidden;*/
    }

    .navbar.navbar-main ul li {
        width: auto;
        float: left;
    }

    .footer {
        width: auto;
    }

    .img-responsive {
        width: 100%;
    }

    .how-can-help {
        background: #00AFEF;
        display: block;
        overflow: hidden;
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

.tap-to-call {
    background: #26a061 none repeat scroll 0 0;
    color: #fff !important;
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
}

.hidden-desktop {
    display: block !important;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #82d161;
}

@media (min-width: 768px) {
    .hidden-desktop {
        display: none !important;
    }

    ul.social {
        margin-bottom: 7px !important;
    }
}

.msgbox {
    background-color: #f6efb9;
    border: 2px solid #dfdede;
    font-weight: bold;
    /*height: 28px;*/
    margin-bottom: 0;
    margin-top: 0;
    width: auto;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    display: none;
}
    /*.msgbox .close_ok {
	background-color: #f8f8f8;
	border: 1px solid #333;
	border-radius: 6px;
	color: #333;
	font-weight: bold;
	margin-left: 20px;
	padding: 0 4px;
	text-align: center;
	text-decoration: none;
}*/
    /*.close {
	color: #ff0000;
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	opacity: 0.2;
	text-shadow: 0 1px 0 #fff;
}*/

    .msgbox .close_ok {
        border: 1px solid #333;
        color: #fff;
        float: right;
        font-weight: bold;
        margin-right: 1em;
        padding: 0 4px;
        text-decoration: none;
        text-align: center;
        padding: 0 1.5em 0 1.5em;
        position:absolute;
    }

    .msgbox .close_ok {
        background-color: #5cb85c;
    }

    .msgbox p {
        margin: 0;
        padding-top: 1em;
        padding-bottom: 1em;
    }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-family: "Oswald",sans-serif;
    font-weight: 400;
}

.navbar.navbar-top > ul.social > li {
    float: left;
}

.collapse.navbar-collapse ul > li > a {
    color: #ED3237;
    font-size: 16px;
}

    .collapse.navbar-collapse ul > li > a:hover {
        border-bottom: 3px solid #00AFEF;
        /*color:yellow;*/
    }

.collapse.navbar-collapse {
    background-color: white;
}

    .collapse.navbar-collapse ul {
        background-color: white;
    }


@media (min-width: 768px) {
    .navbar-default {
        height: 136px;
        border-style: none;
        background-color: white;
        border-radius: 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-default ul.nav.navbar-nav {
        margin-top: 0;
        margin-left: 0;
    }
}

@media (max-width:991px) {
    .home-box-container.page-content {
        margin-right: -15px;
    }

    .homepageBanner {
        padding-right: 5px !important;
    }
}

.navbar-collapse.in ul > li > a {
    color: white;
    font-size: 16px;
}

/**/
/*.page-content li{
	display: block;

}*/

/*.page-content .carousel li:before, .page-content .breadcrumb li:before {
	content: "";
}*/

.page-content ul li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e136";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: black;
}

.page-content ul.noicon li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "";
}

.collapse.navbar-collapse ul li a {
    height: 40px;
    padding: 15px 10px 5px 10px;
    margin-right: 2px;
}

    .collapse.navbar-collapse ul li a:hover {
        height: 40px;
        padding: 15px 10px 5px 10px;
        margin-right: 2px;
        text-decoration: none;
        /*color:#fcff00;*/
    }

ul {
    list-style-type: none;
}

.collapse.navbar-collapse .btn-default:hover, .collapse.navbar-collapse .btn-default:active {
    background-color: white;
    outline: none !important;
}

.dropdown-menu > li {
    position: relative;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    box-shadow: none;
}

/*.right-caret:after, .left-caret:after {
	content: "";
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	display: inline-block;
	height: 0;
	vertical-align: middle;
	width: 0;
	margin-left: 5px;
}

.right-caret:after {
	border-left: 5px solid #ffaf46;
}

.left-caret:after {
	border-right: 5px solid #ffaf46;
}*/

.navbar-default .in .navbar-nav .open .dropdown-menu > li a {
    color: white;
}

    .navbar-default .in .navbar-nav .open .dropdown-menu > li a:hover {
        color: white;
        text-decoration: underline;
    }

.navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
}

/* the links in dropdown should not have that big border under them when i hover */
.collapse.navbar-collapse li ul > li > a:hover {
    border-style: none;
    /*text-decoration: underline;*/
}

/* colors for daune auto, constatare amiabila, asiguratori + descendands of asiguratori */
.in .dropdown-menu > li {
    /*border-bottom:1px solid #9dff81;*/
    margin-top: 2px;
    background-color: #225388;
}

.dropdown-menu > li > a {
    display: inline;
}

.sub-menu div > a {
    color: #ed3237;
}

.in .sub-menu div {
    width: 55%;
    margin-left: 45%;
    text-align: left;
    /*border-bottom:1px solid white;*/
}

.navbar-nav .open .dropdown-menu {
    /*background-color:#678472;*/
    background-color: #fff;
}

@media (max-width:767px) {
    span.glyphicon-wrench {
        display: inline !important;
    }
}

.sub-menu li a {
    height: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* remove padding from links under Asiguratori */
.collapse.navbar-collapse ul.dropdown-menu > li a {
    height: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

/*.collapse.navbar-collapse ul.dropdown-menu > li a:hover{
        text-decoration:none;
}*/

.page-content {
    text-align: justify;
}

    .page-content .col-md-9 {
        padding-right: 10px;
    }

.details {
    margin-top: -10px;
}

.dropdown-menu.sub-menu {
    min-width: 130px;
}

.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #f5c9c9;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.navbar-toggle {
    color:;
}

.carousel-indicators li {
    background-color: transparent;
    border-color: white;
}

.carousel-indicators .active {
    background-color: #00AFEF;
    border-color: white;
}

.sageata_stanga {
    background-image: url(images/slider_arrow_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    right: 25%;
    width: 30px;
}

.sageata_dreapta {
    background-image: url(images/slider_arrow_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: 25%;
    width: 30px;
}

.collapse.navbar-collapse ul > li > a:hover, .collapse.navbar-collapse ul > li > a:focus {
    color: #ED3237 !important;
    background-color: white !important;
}

.collapse.navbar-collapse ul > li.active > a {
    color: #ED3237;
    background-color: white;
    border-bottom: 3px solid #ED3237;
}

.navbar-default .navbar-nav > .active > a {
    border-bottom: 3px solid #bb4d53;
}

.navbar-collapse.collapsing ul li a {
    color: white !important;
    font-size: 16px;
}

.navbar-default .navbar-toggle {
    background-color: white;
    border-color: #00AFEF;
}

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #00AFEF;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #00AFEF;
    }

    .navbar-default .navbar-toggle:hover .icon-bar,
    .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: white;
    }

/*.indent{
    text-indent:20px;
}*/

/*p{
    text-indent:20px;
}*/

.blog h3, .blog h1, .blog h2 {
    color: black;
    font-weight: 700;
}

.h2 {
    color: #00AFEF;
}

.blogindex h3 {
    min-height: 64px;
    color: black;
}

.grid-content .col-xs-6 img {
    margin-bottom: 10px;
}

@media (max-width:991px) {
    .bottomBanner {
        padding-left: 15px !important;
        padding-right: 5px !important;
    }
}

.accordion-group.cps .accordion-heading .accordion-toggle {
    display: block;
    padding: 5px 15px;
}

.accordion-group.cps .accordion-toggle {
    cursor: pointer;
}

html > body .accordion-group.cps {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 2px;
}

.cps .accordion-heading a {
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: grey;
}
/* for the menu on the left - Linkuri Rapide */
.sidebar-item.widget_nav_menu {
    padding-top: 15px;
    background-color: #FAFAFA;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 24px 10px;
}

.sidebar-item {
    margin-bottom: 30px;
}

.lined {
    border-bottom: 1px dotted white;
    margin-bottom: 15px;
}

    .lined h2 {
        /*color: #333333;*/
        color: white;
        font-size: 24px;
        margin: 0;
    }

.widget_nav_menu ol li {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

    .widget_nav_menu ol li a {
        padding: 5px 0 5px 0;
        font-size: 13px;
        color: #727272;
        /*color:white;*/
    }

        .widget_nav_menu ol li a:hover {
            background-color: #eeeeee;
        }

.page-content ul.testimonials li::before {
    content: ' ';
}

.widget_nav_menu h2 {
    color: #333333;
    /*text-decoration:underline;*/
    text-align: left;
    margin-top: 0;
}

@media (max-width: 991px) {
    .widget_nav_menu .nav > li {
        background-color: transparent;
        /*background-color: #eee;*/
    }
}

.testimonials li p {
    margin-bottom: 0;
}

.well ul.testimonials {
    margin-bottom: 0;
}

.callToAction {
    font-weight: bold;
    color: red;
}

.testimonials-page h4 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
}

.testimonials-page hr {
    margin-top: 10px;
}

.testimonials-page img {
    margin-bottom: 10px;
}

.page-content ul.pagination li::before {
    content: none !important;
}

@media (min-width: 992px) {
    .follow-scroll {
        position: relative;
        top: 0;
        left: 0;
    }
}

.guideBanner {
    cursor: hand;
    cursor: pointer;
}

@media (max-width: 991px) {
    .guideBanner {
        margin-left: 10px !important;
    }
}
/*.modal-backdrop {
   background-color: red;
}*/
.modal-content {
}

.form-control.error {
    border: 1px solid red;
}

#myModal .modal-content {
    background-color: #00AFEF; /*#205186;*/
}

#myModal {
    color: white;
}

    #myModal .btn {
        background-color: #10B50F;
    }

        #myModal .btn:hover {
            background-color: #088a08;
        }

    #myModal button.close {
        color: white;
        opacity: 0.5;
    }

        #myModal button.close:hover, #myModal button.close:focus {
            opacity: 1;
        }

    #myModal .modal-header h4 {
        font-size: 14px;
        margin-right: 25px;
    }

    #myModal .modal-body {
        padding-bottom: 10px;
    }

    #myModal .modal-footer p {
        margin-right: 10px;
        margin-top: 5px;
    }

.rounded-img2 {
    border-radius: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.9) inset, 0 1px 0 rgba(255, 255, 255, 0.9), 0 -1px 0 rgba(0, 0, 0, 0.6);
    display: inline-block;
    margin-bottom: 10px;
}