@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,500,300,100);
*{
    margin:0;
    padding:0;
    text-decoration:none;
    border:none;
    font-family: 'Roboto', sans-serif;
}
body{
    font-family: 'Roboto', sans-serif;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
/*---------header--------*/
.navbar{
    height: 90px;
    border-bottom: 1px solid #e1e1e3;
    margin-bottom:0;
}
.navbar-brand{
    padding:20px 0px;
}
.headerTop {
    float:left;
}
ul.mainNav{
    padding:27px 0;
    margin:0;
    float:left;
}
ul.mainNav li a{
    line-height:38px;
    display:block;
    color:#717273;
    font-size:14px;
    padding:0 17px;
    font-weight:500;
    text-transform:uppercase;
}
ul.mainNav li:hover a,
ul.mainNav li.active a{
    color:#159bd1;
}
.nav>li>a:hover {
    background: #fff;
}

.headRight button{
    padding:0 19px;
    height:38px;
    font-size:12px;
    color:#fff;
    font-weight:500;
    background:#b4d37d;
    text-transform:uppercase;
    float:left;
    margin-right:15px;
}
.headRight button:hover{
    color:#fff;
}
.headRight p{
    padding-left:24px;
    background:url(../images/phone.png) 6px center no-repeat;
    font-size:13px;
    color:#474747;
    line-height:16px;
    float:left;
    margin:3px 0 0;
}


/*-----some of our work-----*/
.some_work{
    width:100%;
    float:left;
    background:#f6f6f8;
    padding:40px 0 30px;
}
.some_work h2,#myCarousel h2{
    /*font-size:34px;*/
    /*line-height:38px;*/
    color:#646667;
    font-weight:400px;
    /*margin:0;*/
    text-align:center;
    /*text-transform:uppercase;*/
}
.some_work p,#myCarousel p.topText{
    font-size:14px;
    /*line-height:19px;*/
    /*color:#b5b9bc;*/
    margin:0;
    text-align:center;
    /*text-transform:uppercase;*/
}
.carousalTop {
    padding-bottom:30px;
}
.carousalTop h2 {
    color: #646667;
    font-size: 34px;
    line-height: 38px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.carousalTop .topText {
    font-size:14px;
    line-height:19px;
    color:#b5b9bc;
    margin:0;
    text-align:center;
    text-transform:uppercase;
}
/*---slider--*/
.slider{
    width:100%;
    float:left;
}
.topSlider{
    background:url(../images/mainsliderBg.png) center top no-repeat;
    padding:70px 0 50px;/*120px*/
    background-size:cover;
}
.carousel-control.left,.carousel-control.right{
    background:none;
    outline:none;
    width:auto;
    top:50%;
    margin-top:-44px;
}
.carousel-control.left{
    left:-12px;
}
.carousel-control.right{
    right:-12px;
}
.item{
    position:relative;
    padding-bottom:80px;
    min-height:830px;
}
.custom-caption{
    position:absolute;
    top:30px;
    left:130px;
    width:300px;
    padding:18px 30px 30px 30px;
    background:url(../images/caption.png) -100px 0 repeat-y;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.custom-caption p{
    font-size:13px;
    color:#858b8f;
    line-height:19px;
    margin: 15px 0;
}
a.view{
    background:#B4D37D;
    color: #FFFFFF;
    float: left;
    display:block;
    font-size: 10px;
    font-weight: 500;
    line-height: 35px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    text-decoration:none !important;
}
.devices-image {
    position: absolute; top: 200px; left: 350px; z-index: 1;
}
.carousel-indicators .active{
    background:#87b8e9;
    border:1px solid #87b8e9;
    margin-top:0 !important;
    z-index: 9;
}
.carousel-indicators li{
    background:#cccccc;
    border:1px solid #cccccc;
    width:12px;
    height:12px;
    margin:0 3px 0 0 !important;
}
.carousel-indicators{
    bottom:150px;
}
#myCarousel h3{
    color:#42aaf5;
    font-size:22px;
    line-height:22px;
    margin:0 0 20px;
    text-align:center;
    font-weight:500;
    text-transform:uppercase;
}
span.totalTime{
    color:#838383;
    font-size:16px;
    line-height:38px;
    width:190px;
    display:block;
    text-align:center;
    margin:0 auto;
    background:#e6e6e6;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
p.buttons{
    text-align:center;
    margin:35px 0;
}
p.buttons button{
    width:270px;
    height:54px;
    color:#42aaf5;
    background:#e3eff7;
    font-size:18px;
    border-radius:0px;
    padding:0;
    text-transform:uppercase;
    position:relative;

}
p.buttons button:hover,p.buttons button.active{
    color:#fff;
    background:#42aaf5;
}
p.buttons button:hover:after,
p.buttons button.active:after {
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-top: 15px solid #42aaf5;
    bottom: -15px;
    content: "";
    display: inline-block;
    left: 50%;
    margin-left: -15px;
    position: absolute;
}
.seo h2 {
    min-height:177px;
}
.innerTexts b {
    display:block;
    text-align:center;
    font-size:17px;
    color:#89c7f4;
}
/*-----topSlider-----*/
.margin-right32{
    margin-right:32px;
}
.timer{
    width:100%;
    float:left;
    margin:10px 0 35px;
}
.timer img,
.midslider img{
    display:block;
    margin:0 auto;
}
#myCarousel .midslider h2{
    padding:13px 0 5px;
    margin:0;
    font-size:28px;
    line-height:31px;
    color:#646667;
}
.fixedBlocks{
    width:205px;
    height:160px;
    margin:0 auto;
    display:table;
    border-top:2px dotted #000;
}
.innerTexts{
    display:table-cell;
    vertical-align:middle;
}
.fixedBlocks p{
    text-align:center;
    font-size:17px;
    color:#8d9195;
    line-height:20px;
    padding:0 15px;
}
/*------slider------*/
/*-----some of our work-----*/
/*--------slider_block----------*/
#header{
    /*background:url(../images/B2B_cleoo6.jpg) 0 0 no-repeat;*/
    background:url(../images/B2B_cleoo7.jpg) top center no-repeat;
    background-size: cover;
    border-bottom: 1px solid #2E2C29;
    padding: 39px 0 0 35px;
    color: white;
    min-height: 569px;
}

#header h2{
    font-size: 2.9em;
    text-align: left;
    line-height: 1.4em;
}

#features-glass{
    display: inline-block;
    background-color: #2f2f2f;
    border-radius: 21px;
    opacity: 0.6;
    padding: 12px;
    font-size: 1.1em;
    margin-bottom: 3px;
}

.video-image img {
    margin-top: 15px;
}

.top-buttons{
    margin: 48px 0 30px 0;
    padding-right: 0;
}

.top-buttons .btn{
    margin-top: 12px;
    border-radius: 28px;
    font-weight: 700;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
    border: 0;
}

.top-buttons .get-started-now{
    background-color: #42aaf5;
    background: linear-gradient(#04b7ea, #1899d4 50%, #0d71b3, #000000 125%) repeat scroll 0 0 #42aaf5;
    /*border: 2px solid #42aaf5;*/
    color: #ffffff;
}

.top-buttons .learn-more{
    background-color: #eae9ef;
    background: #eae9ef linear-gradient(#fefefe, #f4f4f4 50%, #c0c0c0);
    /*border: 2px solid #eae9ef;*/
    color: #515050;
}


/*--------whatwedo--------------*/
.whatwedo {
    width:100%;
    float:left;
}
.whatwedo_top {
    background:#f6f6f8;
    text-align:center;
    padding-top: 35px;
    padding-bottom: 30px;
}
.whatwedo_top h2 {
    color:#646667;
    text-transform: uppercase;
}
.whatwedo_content {
    background: #ffffff url(../images/color-cubes.png) center center no-repeat;
    background-size: 80%;
    color: #747474;
    height: 614px;
}
.whatwedo_content h3 {
    text-transform: uppercase;
    font-size: 1.28em;
}
.whatwedo_content h4 {
    font-weight: bold;
    font-size: 1.91em;
}
.whatwedo_content .text {
    padding-top: 82px;
    padding-bottom: 0px; /* oscar was 120 */
}
.whatwedo_content a.grey {
    border: 2px solid #EAE9EF;
    border-radius: 28px;
    background-color: #EAE9EF;
    color: #515050;
    display: inline;
    font-weight:700;
    margin-left: 20px;
    padding: 7px 20px 7px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
}
.whatwedo_content a.grey:hover{
    color: #000;
    /*color:#fff;*/
    text-decoration:none;
}
.whatwedo_content a.blue {
    /*border: 2px solid #42aaf5;*/
    border-radius: 28px;
    background-color: #a7daff;
    color: #ffffff;
    display: inline;
    font-weight:700;
    margin-left: 20px;
    padding: 7px 20px 7px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
}
.whatwedo_content a.blue:hover{
    background-color: #42aaf5;
    /*color:#fff;*/
    text-decoration:none;
}
/*--------whatwedo--------------*/

/*--------faq_blog----------*/
.faq_blog{
    width:100%;
    float:left;
}
.faq_top_blog{
    background:#f6f6f8;
    text-align:center;
    padding-bottom: 23px;
}

.faq_top_blog h2{
    color:#646667;
    /*font-size:30px;*/
    /*line-height:1.1;*/
    /*font-weight:500;*/
    text-transform:uppercase;
    padding-top:24px;
    padding-bottom:3px;
}
.faq_top_blog p{
    /*color:#9fa4a7;*/
    font-size:14px;
    /*line-height:14px;*/
    font-weight:400;
    /*text-transform:uppercase;*/
}
.faq_mid_blog{
    width:100%;
    float:left;
    background:#fff;
    padding:55px 0;
    text-align:left;
}
.faq_mid_blog h2{
    color:#646667;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    text-transform:uppercase;
    background:url(../images/underline-bg.png) no-repeat left bottom;
    padding-bottom:12px;
    min-height: 55px;
}
.faq_mid_blog p{
    color:#9fa4a7;
    font-size:13px;
    line-height:20px;
    font-weight:400;
    padding-top:22px;
    margin-bottom:70px
}
/*-------------about-blog------------------*/
.about_block h2 {
    font-size:21px;
    background:none;
    border-bottom:1px dotted #9f9f9f;
    min-height:20px;
    margin-bottom:0;
}
.about_block p {
    margin-bottom:15px;
}
/*--------faq_blog----------*/

.footer_blog{
    width:100%;
    float:left;
    background:#6a6762;
    padding:80px 0 130px;
}
.footer_blog h2{
    color:#fff;
    font-size:34px;
    line-height:34px;
    font-weight:400;
    padding-bottom: 45px;
    margin:0;
}
.footer_blog p{
    color:#a7a7a7;
    font-size:14px;
    line-height:19px;
    font-weight:400;
    text-transform:uppercase;
    padding-right:50px;
    margin-bottom:30px;
}
.input_left{
    float:left;
    width:35%;
    margin-right:5%;
}
.input_left label, .input_right label{
    color:#fff;
    font-size:13px;
    line-height:13px;
    font-weight:400;
    margin-bottom:7px;
}
.input_left input, .input_left select{
    color:#585858;
    font-size:14px;
    line-height:14px;
    font-weight:400;
    min-height:48px;
}
.input_right{
    float:left;
    width:60%;
}
.input_right textarea{
    color:#585858;
    font-size:14px;
    line-height:14px;
    font-weight:400;
    min-height:222px;
    resize:none;
}
.submit_form{
	background-color: #eae9ef;
    background: #eae9ef linear-gradient(#fefefe, #f4f4f4 50%, #c0c0c0);
    /*border: 2px solid #eae9ef;*/
    color: #515050;
	margin-top: 15px;
	margin-right: 15px;
    border-radius: 28px;
    font-weight: 700;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
    border: 0;
	float:right;
}
.call_me_back{
    background-color: #42aaf5;
    background: #42aaf5 linear-gradient(#b8d782, #b2d27b 50%, #89ae47);
    color: #ffffff;
    border-radius: 28px;
    font-weight: 700;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
    border: 0;
    display: block;
    margin: 20px auto;
}
.more_faqs{
    background-color: #42aaf5;
    background: #42aaf5 linear-gradient(#b8d782, #b2d27b 50%, #89ae47);
    /*border: 2px solid #42aaf5;*/
    color: #ffffff;
    border-radius: 28px;
    font-weight: 700;
    text-transform: uppercase;
    width: 180px;
    border: 0;
}
.ft_right {
    text-align: center;
}
.ft_right p{
    color:#a7a7a7;
    font-size:14px;
    line-height:19px;
    font-weight:400;
    text-transform:uppercase;
    padding-right:0px;
}
.ft_right ul{
    margin:35px 0 15px;
}
.ft_right ul li{
    list-style:none;
    color:#a7a7a7;
    font-size:14px;
    line-height:19px;
    font-weight:400;
    text-transform:uppercase;
}
.ft_right ul li:last-child{
    margin-top:34px;
}
.ft_right img{
    display:block;
    margin:0 auto;
}
p.all_right{
    color:#a7a7a7;
    font-size:14px;
    line-height:45px;
    font-weight:400;
    border-top:2px solid #76736f;
    text-transform:uppercase;
    margin:30px 0 0;
    padding:0;
}
p.all_right a{
    float:right;
    color:#a7a7a7;
}
p.all_right a img{
    margin-left:10px;
}
.footer_blog form{
    width:100%;
    float:left;
}
/*------footer-------*/
/*----4feb-------*/
.slider_Content h3 span {
    color:#0c91c7 !important;
}
.slider_Content h4 em {
    font-style:normal;
}
.carousel-control.left, .carousel-control.right {
    z-index:9;
}

@media screen and (max-width:1199px) and (min-width:979px){

    .navbar-brand{
        padding-right:0px !important;
    }
    .navbar-collapse {
        padding:0;
    }
    .headRight{
        margin-left:5px;
    }
    ul.mainNav li a{
        padding:0 8px;
    }
}
@media screen and (max-width:979px) and (min-width:768px){
    .fixedBlocks{
        width:165px;
    }
    .navbar-brand{
        margin-left: 3px!important;
        margin-right: 10px!important;
    }
    ul.mainNav li a {
        font-size: 12px;
    }
    .navbar-fixed-top .headRight {
        width: 14px;
        position: absolute;
        right: 0;
        top: 0;
        width: 19%;
        padding-left: 5px;
    }

    .navbar-brand img{
        display:block;
        margin:0 auto;
    }
    .headerTop{
        width: 59%;
        float:left;
    }
    .headRight .header-right-section {
        padding-left: 3px;
    }
    .headRight .header-right-section .label {
        margin-left: 1px;
    }
    .navbar-collapse {
        padding:0;
    }
    ul.mainNav li a{
        padding:0 8px;
    }
}
@media screen and (max-width:788px) and (min-width:768px){
    .navbar-fixed-top .headRight {
        width: 170px;
    }
}
@media screen and (max-width:1023px) and (min-width:768px){

    #myCarousel .midslider h2{
        font-size:21px;
    }
    .fixedBlocks p{
        font-size:14px;
        line-height:20px;
    }
}

@media screen and (max-width:767px){
    .navbar-fixed-top .headRight {
        height: auto;
        padding: 0;
        width: 100%;
    }
    .navbar-fixed-top .headRight .navbar-collapse.in {
        background: #ffffff;
        float: left;
        padding-bottom: 10px;
        width: 100%;
        margin-left: 0px;
        border: none;
    }
    .headerTop {
        background: #ffffff;
        width: 100%;
        margin-top: -1px;
        margin-bottom: 0;
    }
    .nav-tabs>li {
        display: block;
        width: 100%;
        float: none;
    }
    .navbar-toggle{
        border:none;
        position:absolute;
        right:25px;
        top:28px;
        padding:0;
        margin:0;
    }
    .navbar-toggle .icon-bar{
        width:24px;
        height:5px;
        background:#474747 !important;
    }
    .navbar-collapse{
        width:100%;
        float:left;
        border:none;
        box-shadow:none;
    }

    ul.mainNav li{
        width:100%;
        float:left;
        margin:0 0 5px;
    }
    .headRight{
        width:100%;
        float:left;
        margin:0;
        padding-top:0;
    }
    .carousel-control.left{
        left:0px;
    }
    .carousel-control.right{
        right:0px;
    }
    .margin-right32{
        margin-bottom:20px;
        margin-right:0;
    }
    .custom-caption{
        top:15%;
        left:50%;
        width:250px;
        margin-left:-125px;
        padding:10px 10px;
        background:rgba(255,255,255,0.90);
    }
    .footer_blog form{
        margin-bottom:20px;
    }
    .headRight{
        margin-bottom:20px;
    }
    p.buttons button{
        display:block;
        margin:20px auto;
    }
    .top-buttons {
        position: relative;
        margin: 200px 0 10px 0;
        display: block;
    }
    #header {
        height: auto;
    }
    .col-md-4.ft_right {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
    }
    .footer_blog .col-md-8 {
        width: 100%;
        max-width: 100%;
    }
    p.all_right {
        text-align: center;
    }
    .dropdown-menu {
        display: block;
        width: 100%;
        position: relative;
        border: 0;
        box-shadow: none;
        padding-left: 38px;
    }
    .navbar-toggle-lines {
        display: none;
    }
    .headerTop .navbar-collapse.in {
        overflow-y: hidden;
    }
    .headRight .navbar-collapse.in {
        padding-top: 10px;
    }
    .top-buttons {
        padding-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .header-right-section.loggedin.account {
        float: none;
        margin-right: 0;
        padding-top: 5px;
        padding-bottom: 13px;
    }
    #request-call .col-sm-6.text-right {
        text-align: left;
    }
    #request-call .contact button {
        width: 200px;
    }
}
@media screen and (max-width:480px){
    .whatwedo_content {
        height: 476px;
    }
    .whatwedo_top p {
        text-align: left;
        padding: 0 8px;
    }
    .input_left,.input_right{
        width:100%;
        margin:0;
    }
    p.all_right a{
        display:block;
        float:none;
    }
    .slider_Content h2,
    .slider_Content h3,
    .slider_Content h4{
        font-size:40px;
        line-height:45px;
    }
    .navbar-brand img{
        padding-left:0;
        padding-right:0;
        width:80%;
    }
    .navbar{
        background-color: white !important;
        min-height:20px;
    }
    .navbar-default{
        background-color: white !important;
    }
    .slider_Content h4 em {
        display:none;
    }
    .whatwedo_content a.grey,.whatwedo_content a.blue {
        display:block;
        clear:both;
        /*overflow:;*/
        float:none;
        margin-bottom:20px;
    }
    .whatwedo_content {
        background:none;
    }
    .submit_form {
        display: block;
        float: none;
        margin: 15px auto;
    }
}

#topMargin{
    padding-bottom: 90px;
}

.navbar-brand {
    margin-left: 36px;
    margin-right: 74px;
}

.header-right-section {
    padding: 6px 0 6px 17px;
}
.header-right-section .label {
    display: inline;
    margin-left: 3px;
    text-transform: uppercase;
    color: #474747;
    border-bottom: 1px dotted #474747;
    text-decoration: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.header-right-section .label:hover {
    text-decoration: none;
    color: #159bd1;
}

.loggedin {
	margin-top:-5px;
	padding: 4px 0 5px 17px;
	line-height: 0.8;
}

.headRight {
    float: right;
    width: 24%;
    background-color: #f6f6f6;
    border-left: 1px solid #cacaca;
<<<<<<< HEAD
    padding-top:4px;
    height: 90px;
=======
    padding-top:9px;
    height: 89px;
>>>>>>> master
}
.navbar-default {
    background-color: #ffffff;
    z-index: 1000;
}

#startweb-button {
    border-radius: 28px;
    background-color: #159bd1;
    color: #ffffff;
    display: inline;
    font-weight:700;
    margin-left: 20px;
    padding: 7px 20px 7px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
}
.col-md-8 {
    max-width: 65%;
}
.tab-container li a {
    padding: 18px 9px!important;
}
.tab-content {
    padding-top: 0!important;
}
@media screen and (max-width:1100px) and (min-width:979px){
    .headRight {
        width: 20%;
    }
}

@media screen and (max-width:480px) {
    .carousel-indicators,
    .carousel-control {
        display: none;
    }

    .carousel-inner .item {
        display: block;
    }
    .devices-image {
        left: 4px;
    }
    .custom-caption {
        z-index: 9;
    }
    .item {
        padding-bottom: 0;
        min-height: 700px;
    }
    #header {
        padding: 39px 0 0 5px;
    }
}

/*
.navbar-default{
    background-color: white !important;
}
.slider_Content h4 em {
	display:none;
}
.whatwedo_content a.grey,.whatwedo_content a.blue {
	display:block;
	clear:both;
	overflow:;
	float:none;
	margin-bottom:20px;
}
.whatwedo_content {
	background:none;
}
}

#topMargin{
	padding-bottom: 106px;
}
*/

ul.mainNav li:hover .dropdown-menu a,
li:hover .dropdown-menu {
    color: #333333;
}
.mainNav a.dropdown-toggle,
#about-us {
    z-index: 9!important;
    background: none!important;
    box-shadow: none!important;
}
ul.mainNav li:hover .dropdown-menu a:hover {
    color: #159bd1;
}
.dropdown-menu li:hover a {
    background: none;
    color: #159bd1;
}
.open>a:hover {
    background: none;
}
.mainNav a.dropdown-toggle {
    background: none;
    z-index: 9;
    border: 0;
    box-shadow: none;
}
.open>.dropdown-menu {
    min-width: 120px;
    padding-top: 45px;
    margin-top: -40px;
    z-index: 8!important;
    font-size: 12px;
    margin-left: -10px;
    text-transform: none;
}
ul.mainNav li .dropdown-menu a {
    font-size: 12px;
    padding: 0 8px;
    line-height: 29px;
    padding: 0 8px 0 13px;
}

.navbar-toggle-lines {
    display: block;
    float: left;
    border: none;
    padding: 0;
    border-radius: 0;
    margin-right: 5px;
    margin-top: 13px;
    width: 15px;
}
.navbar-toggle-lines .icon-bar {
    width: 15px;
}
.navbar-toggle.navbar-toggle-lines .icon-bar+.icon-bar {
    margin-top: 2px;
}
.mainNav .dropdown-menu li a {
    text-transform: none!important;
}
.headerTop a {
    text-transform: none!important;
}


/*
basic-features
 */

#basic-features{
    color: #34495e;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

#basic-features .plan{
    margin-left: 20px;
}

.contact input{
	margin: 5px;
}

.contact button{
    margin: 5px;
    background-color: #42aaf5;
    background: #42aaf5 linear-gradient(#b8d782, #b2d27b 50%, #89ae47);
    color: #ffffff;
    border-radius: 28px;
    font-weight: 700;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    border: 0;
}
.row.send {
    padding-bottom: 15px;
}

.loggedin.account-name {
    margin-top: 5px;
    text-transform: uppercase;
}
.loggedin.business {
    margin-top: 0px;
    margin-bottom: 6px;
}
.loggedin.account {
    float: left;
    margin-right: 12px;
}
.header-right-section.signup {
    margin-top: 5px;
}
.ft_right .nav>li>a:hover {
    background: none;
    color: #ffffff;
}
/*-------------09/06/15(Andranik Aghajanyan - callBack section)----------*/
.bottomSpace {
    margin-bottom: 15px !important;
}
fieldset .form-group {
    margin-bottom: 0;
}
fieldset > .row > .col-sm-6 {
    padding-top: 15px;
}
textarea.form-control {
    height: 182px;
    resize: none;
}
.contact input {
   margin: 0;
}
.contact label {
   font-weight: normal;
}
.contact label::after {
   content: " *";
   vertical-align: top;
}
legend {
    border: none;
    font-size: 30px;
    padding-top: 20px;
    margin-bottom: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
.buttonGroups {
    padding-bottom: 25px;
    text-align: right;
}
.contact button {
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 43%, rgba(226,226,226,1) 62%, rgba(219,219,219,1) 82%, rgba(205,205,205,1) 99%, rgba(254,254,254,1) 100%);
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 43%, rgba(226,226,226,1) 62%, rgba(219,219,219,1) 82%, rgba(205,205,205,1) 99%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 43%, rgba(226,226,226,1) 62%, rgba(219,219,219,1) 82%, rgba(205,205,205,1) 99%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 43%, rgba(226,226,226,1) 62%, rgba(219,219,219,1) 82%, rgba(205,205,205,1) 99%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 43%, rgba(226,226,226,1) 62%, rgba(219,219,219,1) 82%, rgba(205,205,205,1) 99%, rgba(254,254,254,1) 100%);
    box-shadow: 0px 2px 3px 0px rgb( 0, 0, 0 );
    padding: 10px 20px;
    width: 177px;
    color: #7c7a7a;
}
.contact button:hover {
    background-color: #42aaf5;
    background: #42aaf5 linear-gradient(#b8d782, #b2d27b 50%, #89ae47);
    color: #ffffff;
}
@media (max-width: 992px){
    .buttonGroups {
        text-align: center;
    }
}
@media (max-width: 767px){
    .col-sm-6 .row .col-sm-6:first-child {
        margin-bottom: 15px;
    }
}
/*---------(FAQ-Andranik Aghajanyan-13/06/15)--------*/
h1 {
  text-align: center;
  background-color: #f6f6f8;
  margin-top: 0;
  padding: 39px 15px;
  margin-bottom: 25px;
}
footer {
    background-color: #6a6762;
    color:#a7a7a7;
    font-size:14px;
    font-weight:400;
    text-transform:uppercase;
    padding: 30px 0;
    margin-top: 30px;
}
.logo {
    float:right;
    color:#a7a7a7;
}
.logo img{
    margin-left:10px;
}

body.modal-open {
    margin-right: 0;
}

/*---------(Terms and agreements-28/10/15)--------*/
.terms-content {
    text-align: left;
}
.terms-content p {
    margin-bottom: 0;
    color: #000;
    padding-top: 0;
}

.terms-content p {
    margin-top: 12px;
}