/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');
/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
@font-face { font-family: Comfortaa;  src: url(../font/Comfortaa-Light.ttf);}
@font-face { font-family: Calibri;  src: url(../font/Calibri.ttf);}
@font-face { font-family: GoboldLight; src: url(../font/Gobold_Light.ttf);}

@import url(https://fonts.googleapis.com/css?family=Comfortaa);
/*==========================================================================
  General
  ========================================================================== */
body {
    color:#777;
    /*background: #f7f7f7;*/
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    text-shadow: none;
    font-family: Comfortaa;
    overflow-x: hidden;
    overflow-y: auto;
}
.margin-auto{
    margin: auto;
}
.clear {
    clear: both;
}

/* body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', sans-serif;
} */
h1, h2, h3, h4, h5, h6 {
    color:#222;
}

h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    margin: 0 0 20px 0;
}
h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }

blockquote {
    font-family: Georgia, serif;
}

blockquote.bigquote {
    border: none;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1em;
}

.text-bold {
    font-weight: 900;
}

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


small {
    font-size: 70%;
    font-weight: 100;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}

.color-white.txt-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
    text-transform: uppercase;
}

/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
    z-index: 9999;
}

.big {
    font-size: 20pt;
    font-weight: 300;
}


.blink:hover {
    opacity: 0.9;
}

.half-offset {
    margin-bottom: 75px !important;
}

.no-offset {
    margin: 0 !important;
    padding: 0;
}

.content,.container {
    overflow: hidden;
}

.trans {
    border: 0 !important;
    background: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.nobg {
    background: 0;
    border: 0;
}

.noborder {
    border: 0 !important;
}

.color-white {
    color: #fff;
}

.theme-bg {
    background-color: #ff7701 !important;
}

.normalize-font-top {
    padding-top: 25px;
}



/* --- float --- */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* --- align --- */
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}

/* ---- padding ---- */
/* top */
.pad-top0 {
    padding-top: 0;
}
.pad-top5 {
    padding-top: 5px;
}

.pad-top10 {
    padding-top: 10px;
}

.pad-top15 {
    padding-top: 15px;
}
.pad-top20 {
    padding-top: 20px;
}
.pad-top25 {
    padding-top: 25px;
}
.pad-top30 {
    padding-top: 30px;
}
.pad-top35 {
    padding-top: 35px;
}
.pad-top40 {
    padding-top: 40px;
}
/* bottom */
.pad-bot0 {
    padding-bottom: 0;
}
.pad-bot5 {
    padding-bottom: 5px;
}

.pad-bot10 {
    padding-bottom: 10px;
}

.pad-bot15 {
    padding-bottom: 15px;
}
.pad-bot20 {
    padding-bottom: 20px;
}
.pad-bot25 {
    padding-bottom: 25px;
}
.pad-bot30 {
    padding-bottom: 30px;
}
.pad-bot35 {
    padding-bottom: 35px;
}
.pad-bot40 {
    padding-bottom: 40px;
}


/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
    margin-top: 0;
}
.mar-top5 {
    margin-top: 5px;
}

.mar-top10 {
    margin-top: 10px;
}

.mar-top15 {
    margin-top: 15px;
}
.mar-top20 {
    margin-top: 20px;
}
.mar-top25 {
    margin-top: 25px;
}
.mar-top30 {
    margin-top: 30px;
}
.mar-top35 {
    margin-top: 35px;
}
.mar-top40 {
    margin-top: 40px;
}


/* bottom */
.mar-bot0 {
    margin-bottom: 0;
}
.mar-bot5 {
    margin-bottom: 5px;
}

.mar-bot10 {
    margin-bottom: 10px;
}

.mar-bot15 {
    margin-bottom: 15px;
}
.mar-bot20 {
    margin-bottom: 20px;
}
.mar-bot25 {
    margin-bottom: 25px;
}
.mar-bot30 {
    margin-bottom: 30px;
}
.mar-bot35 {
    margin-bottom: 35px;
}
.mar-bot40 {
    margin-bottom: 40px;
}


/*===========================
  --- Sections ----
=========================== */

section.section {
    margin:0;
    padding: 35px 0 35px 0;
}

.bg-white {
    background-color: #fff;
}

/* --- section heading --- */
.section-header {
    text-align: center;
}
.section-header h2.section-heading {
    text-transform: uppercase;
    font-weight: 700;
}

/* ==========================
 --- Parallax ---
============================= */

#parallax1{	
    background-image: url(/image/videoback.png);
}
#parallax2{	
    background-image: url(/image/mwork.png);
}
#parallax3{	
    /*background-image: url(../image/img3.jpg);*/
    background: #FFFFFF;
}
#parallax4{	
    background: #89C341;
}
.middle-inner {
    background-image: url("../image/chips.png");
    background-origin: padding-box;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 286px auto;
    /*padding: 10px 0 50px;*/
    width: 100%;
}

.middle-recommend {
    /*background-color: #89c341;*/
    background-image: url("/image/recommendback.png");
    background-origin: padding-box;
    /* background-position: -100px 200px; */
    background-position: left top;
    background-repeat: no-repeat;
    /* background-size: 410px auto; */
    padding: 10px 0 100px;
    /*width: 100%;*/
}
/*===========================
  --- Header & menu ----
=========================== */
.navbar {
    /*line-height: 100px;*/
    /*height: 85px !important;*/
    background-color: #fff !important;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 0;
    padding-bottom:0;    
}

.ogoUl{margin: 0;}
.ogoUl li:first-child {
    max-width: 50%;
    padding: 0;
}
.ogoUl li:last-child {
    max-width: 48%;
    padding: 0;
}
.navbar .navbar-collapse {
    margin-bottom: 0;
    padding-bottom:0;
}

.nav li {
    height: 100%;
    line-height: 100%;
    margin-bottom: 0;
    padding-bottom:0;
}
.nav > li > a {
    color: #333;
    display: table-cell;
    font-size: 15px;
    font-weight: 700;
    height: 100%;
    /*letter-spacing: 0.1em;*/
    line-height: 100%;
    /*text-transform: uppercase;*/
    vertical-align: middle;
    /*font-family: Calibri;*/
    font-family: Comfortaa;
}


.nav>li>a:hover {
    /*color: #fff;*/
    background: none;
}

.navbar-nav {
    float: right;
    margin-bottom: 0;
    padding-bottom:0;	
}

.navbar .navbar-nav > .active > a {
    color: #fff;
}
.navbar .navbar-nav > .active > a {
    padding-bottom: 22px;
}

h1 a.navbar-brand {
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    text-shadow: none;
}

.navbar-brand {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 90px;
}

.navbar-brand img {
    vertical-align: middle;
}
.navbar-toggle {
    background: none repeat scroll 0 0 #4f82c2;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
}




/*===========================
  --- Featured section ----
=========================== */

section.featured {
    padding: 80px 0 0px 0;
    background: #5680BA;
    /*color: #fdfdfd;*/
}

section.featured h2.slogan {
    /*color: #fff;*/
    font-size: 48px;
    font-weight: 900;
}



/* --- Flexslider --- */
.flexslider {
    margin: 0;
    background: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
}

.flex-control-paging li a.flex-active {
    background: #fff;
}

.flex-control-nav {
    bottom: -25px;
}

.flexslider .slides img {
    width: auto;
    display: inline;
}

.flex-direction-nav a {
    display: block;
    width: 50px;
    height: 98px;
    margin: -29px -20px 0;
    position: absolute;
    top: 30%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    right: -70px;
    background: url(../img/arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
    left: -70px;
    background: url(../img/arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
    content: none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
    content: none !important;
}

/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
    list-style: none;
    padding:0;
}

.tp-rightarrow.large {
    margin-left: 0;
}

.tp-leftarrow.default {
    width: 49px !important;
    height: 98px !important;
    background: url(../img/arrow_small_left.png) no-Repeat top left;
}

.tp-rightarrow.default {
    width: 49px !important;
    height: 98px !important;
    background: url(../img/arrow_small_right.png) no-Repeat top left;
}

.fullwidthbanner-container {
    padding-top: 100px;
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 650px !important;
    overflow: hidden;
}

.fullwidthbanner {
    height: 650px;
}

.tp-bullets.simplebullets.round .bullet {
    background: url(../img/bullets-new.png) no-repeat top left;
}  

.tp-caption.large_bold_white {
    font-size:60px;
    line-height:60px;
    font-weight:800;
    font-family:"Open Sans";
    color: #fff;
    text-decoration:none;
    background-color:transparent;
    text-shadow:none;
    margin:0px;
    padding:1px 4px 0px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.small_thin_white {
    font-size:18px;
    line-height:26px;
    font-weight:300;
    font-family:"Open Sans";
    color: #fff;
    text-decoration:none;
    background-color:transparent;
    padding:1px 4px 0px;
    text-shadow:none;
    margin:0px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}


.fullwidthbanner a.btn {
    color: #fff;
}

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

.member-photo {
    box-sizing:border-box;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;	
    margin: 0 0 20px 0;
}
.member-photo img {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;	
}

.team-detail h4 {
    font-weight: 700;
}


/*===========================
  Portfolio
============================ */
nav#filter a {
    background-color: #EEE;
    color:#555;
}
nav#filter a:hover, nav#filter a.current {
    background-color: #44BCDD;
    color:#fff;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
    width:100%;
}

#portfolio article p {
    margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
    margin-bottom:1.5em;
}

nav#filter li {
    display:inline-block;
    margin:0 0 0 5px;
}
nav#filter a {
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
}


.portfolio-items article img {width:100%;} 

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.portfolio-item img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(220, 220, 220);
}


.portfolio-item:hover .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
}

.portfolio-item .portfolio-desc a {
    color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
    text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
    top:-20px;
    padding: 30px;
    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top:5px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
    color: #ffffff;
    font-size: 12px;
}


/*===========================
  --- Testimonial ----
=========================== */
#testimonals {
    padding-top: 20px;
    padding-bottom:40px;
    position:relative;
    margin-top:50px;
}
.testimonial i {
    color: #fff;
}
.testimonial span.author {
    color: #fff;
    font-weight: 700;
}

.testimonial h5 {
    color: #fff;
    font-size: 18px;
    font-family: Georgia, sans-serif;
    line-height: 1.5em;
}	

/*===========================
  --- Contact ----
=========================== */

.validation {
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    border:1px solid #fff;
    display:none;
    text-align:center;
    padding:15px 12px 15px;
    margin:10px 0;
    font-weight:600;
    margin-bottom:30px;
}

#sendmessage.show,.show  {
    display:block;
}

#contact-form {
    position: relative;
    z-index: 999;
}

#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
    width: 100%;
    /*background: rgba(227, 231, 228, 1);*/
    font-family: comfortaa;
    /*border: 0;*/
    font-size:14px;
    text-align: left;
    vertical-align: middle;
    padding:0 10px;
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
    /*background: rgba(101, 106, 100, 1);*/
    color: #777;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: background 0.25 ease-in;
    -moz-transition: background 0.25 ease-in;
    -webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
    /*height: 60px;*/
    margin-bottom:30px;
}
#contact-form input[type=submit] {
    color: #fff;
    width: 185px;
    height: 60px;
    text-shadow: none;
    font-size: 14px;
    padding:0.5em;
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
    display: block;
    border: 0;
    text-transform: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
    background: #43413e !important;
}
#contact-form textarea {
    padding-top: 1em;
}

textarea.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

div.cform-response-output {
    max-width: 60%;
    text-align: center;
    margin-left: 40% !important;
    margin-top: 0.5em !important;
    padding: 0.5em !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.cform-not-valid-tip {
    color: #888;
    border: 1px dotted #ad3729 !important;
    width: 100% !important;
    left: 0 !important;
    padding: 0.5em !important;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* google map */
#map {
    height: 500px;
}


/*====================
  Clients
==================== */
#clients img {
    opacity: 0.7;
}

#clients img:hover {
    opacity: 1;
}


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

section#footer {
    background: #242424;
    margin: 0;
}

section#footer .copyright {
    text-align: center;
}

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.footer-menu li {
    display: inline;
    margin: 0 5px;
}

a.scrollup{
    height:32px;
    width:32px;
    color:#fff;
    font-size:18px;
    line-height:32px;
    text-align:center;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    right:10px;
    z-index:9999;
    opacity:0.5;
}
a.scrollup:hover{
    opacity:1;
    color:#fff;
}

/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
    background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}

.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 50px;
    height: 50px;
    font-size:20px;
}
.social-circle li i {
    margin:0;
    line-height:50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


/* stats */
.stats .icon {
    margin: 0 0 20px 0;
}

.stats strong.number {
    font-size: 38px;
}

.stats span.text {
    font-weight: 700;
    font-size: 24px;
}

/* buttons */
.btn {
    border: 0;
}

.btn.bold {
    font-weight: 600;
}

.btn-cta {
    color: #ffffff;
    border-bottom: 4px solid;
}
.btn-cta:hover {
    color: #ffffff;
}

.btn-cta {
    border-bottom: 2px solid;
}
.btn-cta.btn-lg {
    border-bottom: 4px solid;
}





/*desktop css starts*/

.login {
    color: #333;
    float: right;
    /*font-family: Calibri !important;*/
    font-size: 15px;
    line-height: 18px;
    /*margin: 28px 20px 0 0;*/
    text-align: right;
    text-decoration: none;
    padding-top: 15px;
}

.log > a {
    background: none repeat scroll 0 0 #5581ba;
    border: 1px solid #5581ba;
    border-radius: 5px;
    color: #fff;
    /*font-family: Calibri !important;*/
    font-size: 15px;
    /*padding: 10px 45px;*/
}
.right{
    float: right;
}

.rhead h1 {    
    font-family: "Comfortaa";
    font-size: 40px;          
    font-weight: 100;
    margin: 45px 0 45px;
    text-align: center;
    color: #fff !important;
    font-weight: 600 !important;
}
.padding-0 {
    padding: 0 !important;
}
.rinput  input {
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #999 inset;
    float: left;
    font-size: 15px;
    padding: 4px;
    width: 100%;
    margin: 10px 0;
    height: 35px;
}

.rbinner  input {
    background: none repeat scroll 0 0 #4f82c2;
    border: medium none;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #fff inset;
    color: white;
    cursor: pointer;
    float: left;
    font-family: Comfortaa;
    font-size: 24px;
    margin: 20px 0;
    padding: 5px;
    width: 100%;
}

#footer {
    /* color: #5a4a42; */
    /* padding: 50px 0 20px; */
    color: #fff;
    padding: 0;
    background: #fff;
}

#footer .footer_menu ul, #footer .footer_menu li {
    margin: 0;
    padding: 0;
    display: inline;
}
#footer a {
    color: #fff;
    text-decoration: none;
}

#footer .footer_menu li:first-child {
    border-left: 0 none;
    padding-left: 0;
}
#footer .footer_menu li {
    border-left: 1px solid #89c341;
    display: inline-block;
    padding: 0 20px;
    line-height: 15px;
}
#footer #footer_icon .icon {
    display: inline-block;
    padding-left: 10px;
}
.whead h1 {
    color: #89c341 !important;
    font-family: Comfortaa;
    font-size: 45px !important;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}
.wcbot h2 {
    color: #5581ba ;
    font-family: Comfortaa;
    font-size: 25px !important;
    margin: 10px 0;
    text-align: center;
}
.center {
    text-align: center;
}

.glhead > h2 > a {
    color: #89c341;
    font-size: 33px;
    font-family: Comfortaa;
}

.glbutton {
    background: none repeat scroll 0 0 #89c341;
    border: medium none;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #89c341 inset;
    cursor: pointer;
    font-family: Comfortaa;
    font-size: 20px;
    margin: 20px auto;
    padding: 8px;
    text-align: center;
}

.glbutton > a {
    color: #fff;
}
.gleftinner {
    margin: 75px auto 0;
    width: 300px;
}
#cookie_warning_wrap {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    width: 100%;
    -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
    background-color: #181818;
    color: #dbdbdb;
    display: none;
}

#left_column h2 {
    color: #4f82c2;
    font-family: Comfortaa;
    margin: 0 0 3px;
    padding: 0;
}
.contact_us {
    background: none repeat scroll 0 0 #4f82c2;
    border: medium none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    /*float: left;*/
    font-family: Comfortaa;
    font-size: 14px;
    margin: 0;
    padding: 7px;
    width: 100%;
}

.dot {
    border-bottom: 1px dashed #aaa;
    width: 100%;
}
input[type="text"] {
    /*border: 1px solid #999;*/
    /*box-shadow: 1px 1px 1px #999 inset;*/
    font-size: 12px;
    width: 100%;
    /*padding: 10px;*/
}
.innput {
    border: 1px solid #ddd !important;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #eee inset !important;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 5px;
    width: 100%;
}

.recommends {
    background: none repeat scroll 0 0 #4f82c2;
    border: medium none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    /*float: left;*/
    font-family: Comfortaa;
    font-size: 14px;
    margin: 10px 0 20px;
    padding: 7px;
    width: 100%;
}
h2 {
    color: #4f82c2 !important;
    font: 100 19px Comfortaa !important;
    margin: 0;
    padding: 0;
}
h1 {
    color: #4f82c2 !important;
    font: 100 30px Comfortaa !important;
    margin: 0;
    padding: 0;
}

#right_column h3 {
    color: #4f82c2;
    font: 100 13px Comfortaa;
    margin: 0 0 5px;
    padding: 0;
}

.hlogin {

    font-size: 12px;
    /*margin-top: 10px;*/
}

.hlogin strong {
    color: #89c341;
    /*font-size: 18px;*/
    font-style: italic;
    font-weight: 100;
}

.subpages {
    border: 1px solid #ddd;
    border-radius: 15px;
    /*float: left;*/
    margin: 25px 0 0;
    padding: 2% 3%;
}

.hr_solid {
    border-top: 1px solid #bababc;
    margin: 10px 0;
    padding: 0;
}

.hr_dotted {
    border-top: 1px dashed #bababc;
    margin: 10px 0;
    padding: 0;
}
.lefthome {
    margin-top: 30px;
}

p {
    font-size: 15px;
    line-height: 1.3em;
    margin: 0 0 14px;
    padding: 0;
}
#left_column #guarantee_box {
    background: url("/images/guarantee-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #3a2213;
    font-size: 11px;
    height: 98px;
    margin-bottom: 11px;
    padding-left: 21px;
    padding-right: 20px;
    padding-top: 14px;
    background-size:100%; 
}
#left_column {
    margin-top: 25px;
}
/* .mactive {
    background: none repeat scroll 0 0 #89c341;
} */
.mactive a {
    color: white !important;
    font-weight: 700;
}
.mactive:hover a{
    color: white !important;
    font-weight: 700;
}

.orange_btn {
    background: none repeat scroll 0 0 #4f82c2;
    border: medium none;
    border-radius: 5px;
    color: white !important;
    cursor: pointer;
    font-family: Comfortaa;
    font-size: 14px;
    margin: 0;
    padding: 7px;
    line-height: normal;
}

select {
    border: 1px solid #cdc2bc;
    color: #636466;
    font: 11px/17px Arial,Helvetica,sans-serif;
    padding: 2px;
}

.frm_table th {
    color: #000;
    font-size: 12px;
}
.textfield.width_70 {
    border: 1px solid #aaa;
    padding: 7px;
    width: 100%;
}
.diff {
    width: 185px !important;
}
.diff1 {
    width: 162px !important;
}
.desi {
    padding-top: 10px;
}
.form-horizontal .control-label {
    font-size: 12px;
    text-align: left;
}
.panel {
    border: 0;
    background: none;
}
.error,.erroro {
    color: #ff0000;
}

.login  strong {
    color: #89c341;
    font-size: 18px;
    font-style: italic;
    font-weight: 100;
}
.fixed {position:fixed; top:0; left:0;}

.pd_img {
    float: left;
    width: 33%;
}

.pd_form {
    float: left;
    width: 33%;
}
.pd_reviews {
    float: left;
    width: 33%;
    padding-top: 10px;
}
#product_list .product_price .button_submit {
    margin: auto;
}
.subpages img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
}
.navbar{padding:0}

/*cookie css*/


/*#cookie_text > p { 
   text-align: center !important;
}*/
/*#cookie_text > p {
    text-align: center !important;
}
#cookie_close{
    background: none repeat scroll 0 0 red;
    border-radius: 100px;
    color: white !important;
    float: right;
    font-size: 12px;
    line-height: 14px;
    margin-top: -35px;
    padding: 2px 6px 1px 5px;
    color: #fff !important;
}*/
.tr_border{
    border-bottom: 1px dashed #AAAAAA;
    height: 32px;
}
.tr_border a{
    color: #fff !important;
}
.tr_border:hover th{
    color: #4F82C2;
}
.tr_border:hover{
    background: #BCCB3E !important;
    color: #fff !important;
}
.tr_border:hover a{
    color: #fff;
}
#order_form {
    font-size: 12px;
}
#button_realex{
    background: url(../../images/realex-payments.png);
    border: medium none;
    height: 110px;
    width: 123px;
    font-size: 0px;
}

#button_paypal, .button_paypal{
    background: url(../../images/paypal.png);
    border: medium none;
    height: 110px;
    width: 123px; 
    font-size: 0px;
}

#button_salepay, .button_salepay{
    background: url(../../images/salepay_payments.png);
    border: medium none;
    height: 110px;
    width: 123px;
    font-size: 0px;
}

#button_worldpay, .button_worldpay{
    background: url(../../images/worldpay_payments.png);
    border: medium none;
    height: 110px;
    width: 123px; 
    font-size: 0px;
}
#button_stripe, .button_stripe{
    background: url(../../images/stripe_payments.png);
    border: medium none;
    height: 110px;
    width: 123px; 
    font-size: 0px;
}
.ingred.center > span {
    color: #4f82c2 ;
    font-size: 22px;
}


.clear{
    clear: both;
}
.tr_border {
    border-bottom: 1px dashed #4f82c3;
}
.corner4 {
    margin-bottom: 10px;
}
#ctx_menu > a {
    font-size: 12px;
}
.del-date {
    margin-bottom: 15px;
}
.ext {
    background-color: #f6f0e6;
    border-radius: 4px;
    padding: 5px;
}
.mar-top10 {
    margin-top: 10px;
}
.hoffer {
    margin: 0 0 35px 0;
}
#popup_container > .products {
    text-align: center;
}
.min-height {
    min-height: 280px;  
}
.add_to_cart_btn {
    float: right;
}
.rowup {
    text-align: right;
    width: 300px;
}
.diffse td {
    padding: 2px 6px;
}
#coupon_code {
    border: 1px solid #ddd;
}
.cart_totals {
    border: 1px solid #ddd;
    padding-top: 5px;
}
.headi th{
    color: #428bca;
    background: #F6F0E6;
}
.headi {
    font-size: 15px;
}
#order_form #order_list{
    margin: 0px auto 10px !important;
}
#order_form h2{
    padding-top: 0 !important;
}
#order_submit{
    padding: 2px 15px !important;
}
#order_form h2{
    text-align: right;
    width: auto;
}
#order_form #order_list {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #ddd inset;
    margin: 20px auto 10px;
    min-height: 400px;
    /*height: 115px;*/
    padding: 5px;
    overflow: auto;
}
.tp-ma {
    margin-top: -40px;
}
/*12may changes*/
.subpages{
    font-size: 12px;
}
.th{
    color: #4f82c2;
}
.catlist-minus{
    margin-top: -300px;
}
.promargin-minus{
    margin-top: -288px;
    min-height: 300px;
}








/* ========================================
Media queries
========================================= */
@media (min-width: 1200px){

}
@media (min-width: 10px) and (max-width: 1199px) {
    .recommend{
        display: none;
    }
    .lefthome {
        display: none;
    }
    #guarantee_box{
        display: none;
    }
    #order_form h2{
        text-align: left !important;
    }

}
@media (min-width: 959px) and (max-width: 1199px) {
    .navbar-nav {
        margin-top: 20px;
    }

}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {

    .navbar-nav {
        margin-top: 20px;
    }
    .nav > li > a{
        font-size: 9px;
    }
    .navbar-nav {
        margin-top: 0;
    }
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

    .navbar-nav {
        margin-top: 20px;
    }
    .nav > li > a{
        font-size: 9px;
    }
    .navbar-nav {
        margin-top: 0;
    }
}
@media (max-width: 767px) {

    .navbar.navbar-fixed-top {
        background-color:rgba(0,0,0,1);
    }
    .navbar .navbar-collapse ul.nav {
        /*background-color: #444;*/
        /*background: rgba(0, 0, 0, 0.2);*/
        background: #fff;
        width: 100%;
        float: none;
        margin:0;
        padding:0;
    }
    .navbar .navbar-collapse ul.nav li {
        border-bottom: 1px solid #666;
    }
    section.featured {
        padding-top: 80px;
    }

    

    .stats .col-md-3 {
        margin-bottom: 30px;
    }
    .navbar-nav {
        float: left;
    }
    .nav.navbar-nav {
        width: 100%;
    }
    .catlist-minus {
        margin-top: 0;
    }
    .promargin-minus{
        margin-top: 0;
    }
}
@font-face {
    font-family: 'Comfortaa';
    src: url('Comfortaa.eot'); /* IE9 Compat Modes */
    src: url('Comfortaa.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Comfortaa_Regular.ttf.woff') format('woff'), /* Modern Browsers */
        url('../fonts/Comfortaa_Regular.ttf')  format('truetype'), /* Safari, Android, 
      iOS    */
        url('../fonts/Comfortaa_Regular.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;

}
.hbanner .img-responsive {
    width: 100%;
}
#viewcontrols ul li:last-child {
    margin: 0;
}


/*RESPONSIVE CATAGORIES BUTTON CSS STARTS*/
.cart_popup{
    z-index: 99999 !important;
}
#res-cat-button{
    display: none;
}
/*RESPONSIVE CATAGORIES BUTTON CSS ENDS*/
/*NEW RESOPONSIVE CSS*/
/*----------MOBILES----------*/
@media Only screen and (min-width:0px) and (max-width:767px){
    header .logo.inner{padding-left: 0 !important;}
    header .logo.inner a img{width: 202px;}
    header .login.inner{padding-right: 0 !important;padding-top: 20px !important;}
    .log > a{font-size: 14px;padding: 4px 10px;}
    #parallax1 video{width: 100% !important;}
    /* #footer{padding: 20px 0;}        */
    #footer_link{margin-bottom: 10px;}
    #footer_link,footer_icon{padding: 0;text-align: center;}
    .middle-recommend{padding: 10px 0 20px;}
    .rhead h1{margin: 20px 0 10px;font-size: 25px !important;}
    #recommend_friend .rinput,
    #recommend_friend .rinput > .col-lg-4{display: table;width: 100%;}
    #recommend_friend .rinput > .col-lg-4{padding: 0;width: 100%;}
    .gleftinner{margin: 10px auto 0;padding: 0 5px;padding: 0 5px;}
    #parallax1{padding: 0;}
    .whead h1{font-size: 40px !important;margin-top: 20px;}
    .wcbot h2{font-size: 19px !important;}
    #parallax3 .col-lg-4.center + .col-lg-6 img{max-width: 270px;}
    /*LOGIN POPUP RESPONSIVE STARTS*/
    #colorbox,
    #cboxContent,
    #cboxLoadedContent,
    #cboxWrapper    
    {width: 100% !important;}
    #wrapinner .inder{width: 98% !important;}
    #cboxWrapper > div #cboxTopLeft,
    #cboxWrapper > div #cboxTopCenter,
    #cboxWrapper > div #cboxTopRight,
    #cboxMiddleLeft,
    #cboxMiddleRight,
    #cboxBottomLeft,
    #cboxBottomCenter,
    #cboxBottomRight{display: none !important;}
    /*LOGIN POPUP RESPONSIVE FINISh*/
    #footer #footer_icon .icon{padding: 0 2px !important;width: 15% !important;text-align: center !important;}
    #footer #footer_icon{text-align: center !important;}
    #footer #footer_icon .icon img{max-width: 100%;}    
    .al-cat-header-inner,
    .al-hbanner-inner,
    .al-hbanner-left .left-inn-center,
    #categories,#product_list,#right_columns
    {padding-left: 0 !important;padding-right: 0 !important;}
    .al-cat-header-right .inn-main{font-size: 14px !important;margin: 0 0 10px !important;float: none !important}
    #order_form #order_list{min-height: auto;}
    .al-hbanner-left .left-inn-left > img{margin-top: 10px;}
    .left_column + .col-lg-9.subpages > h1{font-size: 20px;}
    .al-cat-header-right > .navbar{margin-bottom: 10px;min-height: auto;}
    /*RESPONSIVE CATAGORIES MENU CSS STARTS*/
    #res-cat-button{display: block;width: 100%;background: rgb(79,130,194);color: #fff;font-size: 15px;margin: 9px 0 0 0;border-radius: 5px;-webkit-border-radius: 5px;transition: .4s;-webkit-transition: .4s;-ms-transition: .4s;}
    #res-cat-button.active{border-bottom-left-radius: 0;-webkit-border-bottom-left-radius: 0;border-bottom-right-radius:0;-webkit-border-bottom-right-radius:0;}
    /*#product_content #categories{display: none;background: rgb(239, 239, 239) none repeat scroll 0% 0%;padding-left: 10px !important;width: 100%;border-top: 2px solid rgb(51, 51, 51);}*/
    /*RESPONSIVE CATAGORIES MENU CSS ENDS*/
    #categories h3{margin: 10px 0 0;font-size: 25px;}
    #product_list {margin-top: 20px;}
    #product_list .title {font: 30px Comfortaa;margin: 0 0 5px;padding: 0;}
    #product_list .title + ul{padding: 7px 0 !important;border-radius: 0 !important;font-size: 0;}
    #product_list .title + ul > form.col-lg-6{width: 50%;display: inline-block;/*float: left;*/vertical-align: top;font-size: 12px;}
    #product_list .title + ul > form.col-lg-6:first-child > li,
    #product_list .title + ul > form.col-lg-6:nth-child(2) > li{margin-top: 0;}
    #product_list .title + ul > form.col-lg-6,
    #product_list .product_detail,
    #product_list .product_price{padding: 0 5px;}
    #product_list .product_detail{font-size: 13px;}
    #product_list .product_detail .product_title{min-height: 55px;line-height: 20px;}
    #product_list ul li{min-height: 340px;max-height: none;height: auto;}
    #product_list .product_detail .product_title,
    #product_list .product_detail .product_price,
    .product_rating{text-align: center;}
    /*VIEW PRODUCT POPUP RESONSIVE CSS STARTS*/    
    .pd_form,
    .pd_reviews,
    .pd_img{width: 100% !important;}
    .pd_img .product_img {line-height: normal !important;width: 150px !important;margin: auto !important;}
    .pd_img .product_img img{max-width: 100% !important;height: auto !important;padding: 10px 0 0 0!important;}
    .product_descr .product_name_detail + div.min-height{min-height: auto !important;}
    .pd_reviews > table#AutoNumber1{width: 100% !important;}
    .product_price .addit > strong{margin-left: 55px !important;}
    #product_list .product_info_icon{display: table !important;margin-left: 0 !important;width: 100% !important;}
    #product_list .product_info_icon > a{float: right;}
    .pd_reviews > table#AutoNumber1 #fieldcontainer1,
    .pd_reviews > table#AutoNumber1 #fieldcontainer2,
    .pd_reviews > table#AutoNumber1 #rowsec2
    .pd_reviews > table#AutoNumber1 .rowup{display: table !important;width: 100% !important;}
    .pd_reviews > table#AutoNumber1 .rowdownsmall,
    .pd_reviews > table#AutoNumber1 .rowdownsmall textarea{width: 100% !important;}
    .pd_reviews > table#AutoNumber1 .reviews{display: inline-block !important;margin-top: 13px !important;width: 100% !important;}
    .pd_reviews > table#AutoNumber1 .rev_user{margin-bottom: 15px !important;}
    #mainform123 .rowup{width: 100% !important;padding: 0 12px;}
    .product_details .product_descr h1{font-size: 20px !important;}
    /*VIEW PRODUCT POPUP RESONSIVE CSS ENDS*/
    .scroller .scroller_content .out_of_stock{margin-top: 40px;}
    * .scroller .scroller_content .product_title{bottom: 40px;margin: 0;width: 100%;}
    .thumb_bg .button_submit{width: 100%;}
    #product_top_bg.tp-ma{margin: 0 !important;}
    .product_img.product_info_icon .cboxElement{float: none !important;margin: auto !important;display:table !important;}
    .product_img.product_info_icon .cboxElement img{max-width: 120px !important;}
    /*CHECKOUT FORM*/    
    #checkout_from .table .inn-left{margin-bottom: 11px;margin-right: 3px;}
    #checkout_from .table .inn-right{float: left !important;}
    .orange_btn{font-size: 11px;padding: 4px;}
    .log-main-left ,
    .log-main-center{padding: 0 !important;}
    .log-main-right h1{font-size: 20px !important;}
    .content-area-inn-left > .hbanner,
    .content-area-inn-left > #left_column{padding: 0 !important}
    #checkout_from td .inn-left{padding-top: 3px !important;}
    .product_grid > .col-lg-3.col-sm-6{padding: 0 !important;}
    #order_submit{padding: 2px 15px 1px;}
    #contact-form input[type="text"], #contact-form input[type="email"], .contactForm textarea{padding: 5px 12px 3px !important;}
    .product_details{padding-top: 10px !important;}
    img{max-width: 100%;}
    .navbar{padding:0 15px;}
    section.featured{padding-top: 153px;}
    header.navbar{height: auto !important;}
    header .login.inner{width: 100%;padding: 0;}
    header .login.inner > .text-right{text-align: center;}
    header .login.inner > div > .navbar{width: 100% !important;float: right !important;min-height: auto !important;margin: 8px 0 !important;}

}
@media Only screen and (min-width:300px) and (max-width:500px){
    .gleftinner{width: 100%;}
}
@media Only screen and (min-width:501px) and (max-width:767px){
    #product_list .title + ul > form.col-lg-6{width: 33.3%;}
    #product_list .title + ul > form.col-lg-6:first-child > li,
    #product_list .title + ul > form.col-lg-6:nth-child(2) > li,
    #product_list .title + ul > form.col-lg-6:nth-child(3) > li{margin-top: 0;}
}

/*----------TABS----------*/
@media Only screen and (min-width:768px) and (max-width:991px){
    .al-cat-header-right .inn-main{margin-top: 0 !important;}
    .al-cat-header-right .nav > li > a{font-size: 15px !important;padding: 10px !important;}
    .al-cat-header-right .nav {margin-top: 5px;}
    #order_form h2{font-size: 16px !important;}
    #order_form #order_list{min-height: 300px;}
    .al-hbanner-inner .left-inn-center{padding-left: 0;}
    .promargin-minus{margin-top: -280px;}
    #product_list .title,
    #categories h3{font-size: 23px !important;padding: 0;}
    #product_list .title + ul{padding-top: 2px !important}
    #product_list .title + ul > .col-lg-6{padding: 0 5px !important;}
    .log-main-left,
    .log-main-center{padding: 0 !important}
    .al-cat-header-left,
    .al-hbanner-left,
    .content-area-inn-left > .hbanner,
    .content-area-inn-left > #left_column{padding-left: 0 !important;}
    .al-cat-header-right,
    .al-hbanner-right,
    .content-area-inn-left > #left_column{padding-right: 0 !important;}
    #wrap > #wrapinner > .inder{margin-left: 0 !important;margin-right: 0 !important;width: 100% !important;}
    .inder #section-contact > .container{
        width: 100% !important;
    }    

}
@media Only screen and (min-width:992px) and (max-width:1199px){
    #order_form #order_list{min-height: 300px;}
    .al-cat-header-right .nav > li > a{font-size: 15px !important;padding: 10px !important;}   
    #section-contact .row.mar-bot40{padding-top: 5% !important;}
    img{max-width: 100%;}
}

@media Only screen and (min-width:1200px) and (max-width:1299px){
    .al-cat-header-right .inn-main{margin-top: 6px !important;}
    .al-cat-header-right .nav > li > a{font-size: 15px !important;padding: 10px !important;}
    #order_form #order_list{min-height: 310px;}
    img{max-width: 100%;}
    .navbar.navbar-fixed-top{height: 95px !important;}
    .navbar.navbar-fixed-top .navbar{min-height: auto;}
    .navbar.navbar-fixed-top .nav > li > a{padding: 10px;}
    #product_list .title + ul{padding: 7px 0 !important;border-radius: 0 !important;font-size: 0;}
    #product_list .title + ul > form.col-lg-6{width: 50%;display: inline-block;/*float: left;*/vertical-align: top;font-size: 15px;float: none !important;}
    #product_list ul li{min-height: auto;}
    .out_of_stock > img{margin-top: 30%;}
}



.rev_comment,
.rev_user{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-left: -2px;
    margin-top: 10px;
}
.rev_comment{
    text-align: left !important;
}
.rev_user{
    font-weight: bold;
    text-align: right !important;
    padding-right: 12px;
}
.pd_img {
    width: 50% !important;
}
.pd_form {
    width: 50% !important;
}
.pd_reviews {
    padding: 10px 0 0 26px !important;
}



.add_to_cart_btn{
    height: auto;
}
.cat-btn, .close-cat {
    display: none;
}
@media(min-width: 0px) and (max-width: 767px){
    .cat-btn {
        display: table;
        margin: -30px 0 0 0;
        background: #4f82c2;
        color: white;
    }
    .mob-catlist{
        width: 0px;
        height: 0px;
        overflow: hidden;
        transition: 0.2s;
    }
    .mob-catlist.show {
        position: fixed;
        z-index: 111111;
        top: 0;
        left: 0;
        width: 300px;
        background: #efefef;
        height: auto;
        overflow-y: scroll;
        bottom: 0;
    }
    .mob-catlist.show li a, .mob-catlist.show h3 {
        padding-left: 20px !important;
    }
    .close-cat {
        position: fixed;
        left: 300px;
        top: 0;
        z-index: 11111111;
        color: white;
        background: #4f82c2;
        font-size: 20px;
    }
}


.ratingResponse{
    display: none;
    padding: 20px 20px 10px 20px;
    background: #fff;
    color: green;
}
.ratingResponse div{    
    margin-bottom: 10px;
}

.bigbtn {
    padding: 20px 50px;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 15px;
    border-radius: 10px;
    min-width: 215px;
}
.btn-lgnbig{
    background : #8dc63f;
}
/*.comHeadingName {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 30px;
    color: #000;
    font-weight: 600;
}*/
.comHeadingName {
    text-align: center;
    font-size: 35px;
    text-transform: capitalize;
    margin: 20px 0;
    color: #428bca;
    /* font-weight: 600; */
    font-family: calibri;
}
.privacyPol input{margin-top: 0;vertical-align: middle;margin-right: 5px;cursor: pointer;}
.privacyPol{vertical-align: top;font-weight: 600;}
.privacyPol a {    
    font-weight: 600;        
    cursor: pointer;
}
.branchaddress {
    font-size: 12px;
    margin-top: 15px;
}
.branchaddress h5 {
    margin: 10px;
    font-size: 18px;
    color: #fff;
}
.greenBtn{background: #89C341 !important; border-color: #89C341 !important;}
.branchLogin, .companyLogin {
    color: #fff;
    cursor: pointer;
    background: #5481ba;
    min-width: 200px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 7px;
    padding: 10px;
}
#branchLogin, #companyLogin {
    display: none;
    background: #5582ba;
    position: absolute;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    width: 90%;
    max-width: 600px;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
#branchLogin img, #companyLogin img{margin: auto;}
#branchLogin .tab-content, #companyLogin .tab-content {
    padding: 20px 0;
}
#branchLogin .nav > li > a{background: transparent;color: #fff;border: 0;display: inline-block;font-size: 18px;}
#branchLogin .nav-tabs, #companyLogin .nav-tabs{border: 0;}
#branchLogin .nav-tabs.nav-justified li:first-child{text-align: right;}
#branchLogin .nav-tabs.nav-justified li:last-child{text-align: left;}
#branchLogin .nav-tabs.nav-justified li:last-child a, #companyLogin .nav-tabs.nav-justified li:last-child a{padding-left: 0;}
#branchLogin .greenBtn, #companyLogin .greenBtn{font-size: 17px;}
#branchLogin a:focus, #companyLogin a:focus{outline: none;}
.branchFor {
    display: none;
    background: #5582ba;
    position: absolute;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    max-width: 460px;
    padding: 20px;
}
.branchLicen {
    margin-top: 15px;
}
.logoNew_dis {
    text-align: left;
}
.loginCmp {
    color: #89c341;
    vertical-align: middle;
    height: 70px;
    font-weight: 600;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.register-center_col{padding: 0;}
#new_company .top-banner-video .col-lg-3 {
    width: 23.5%;
}
#new_company .top-banner-video .col-lg-6 {
    width: 53%;
}
@media(min-width: 768px) and (max-width: 1200px){
    #new_company .top-banner-video .col-lg-3 {
        width: 23%;
    }
    #new_company .top-banner-video .col-lg-6 {
        width: 50%;
    }
}
@media(min-width: 0px) and (max-width: 767px){
    #new_company .top-banner-video .col-lg-3 {
        width: 100%;
    }
    #new_company .top-banner-video .col-lg-6 {
        width: 100%;
    }
    .register-center_col {padding: 15px;}
    #new_company .form-group{padding:0;}
    #new_company .form-group .input-group-addon, #new_company .form-group .input-group-btn {
        width: 100%;
        white-space: initial;
        vertical-align: middle;
        display: inline-block;
        background: #fff !important;
        border: 0 !important;
        padding: 0px !important;
        min-height: 30px;
    }
    #register_frm .input-group, .form-control{width: 100%;}
    #register_frm .input-group .form-control{border: 1px solid #aaa !important;}
}
.ogoUl li img{max-height: 70px;}
.btnreco {
    background: #355e00;
    border-color: #355e00 !important;
    box-shadow: none;
}
.middle-recommend input{height: 60px !important;padding:15px;font-size: 20px;box-shadow: none;font-weight: bold;}
.poweredBy {
    background: #fff;
    padding: 80px 100px;
}
.blankDi{background-color: #5481ba;height: 30px;}
.copyright {
    color: #89c341;
    margin: 25px 0;
}
.branchLicen a{color: #89c341 !important;}
#footer_link {
    padding: 45px 0;
    background: #1f548a;
}
.footer_menu {
    margin-bottom: 30px;
}
#footer_link:after {
    content: "";
    width: 55px;
    background: url("/image/footer-after.png") 0 0 no-repeat;
    top: 0;
    right: -55px;
    position: absolute;
    display: inline-block;
    height: 100%;
    z-index: 1;
    background-size: cover;
}
#companyLogin .nav > li{width: 100%;}
#companyLogin .nav > li >a{
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 20px;
    display: inline-block;
}
@media(min-width: 0px) and (max-width: 767px){
    .poweredBy {        
        padding: 20px;
    }
    .branchLogin, .companyLogin{min-width: 150px;}
    #footer_link:after{display: none;}
    #branchLogin .nav-tabs.nav-justified li:first-child,#branchLogin .nav-tabs.nav-justified li:last-child{text-align: center;}
    .middle-recommend{background: none;}
}
.smallTable {
    font-size: 12px;
    width: 100%;
}
.smallTable td:first-child {
    width: 75%;
    padding: 5px 5px 0 0;
}