/* ==========================================================================
   Global styles
   ========================================================================== */
@import "normalize.css" handheld, print;

* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}
body {
    line-height: 1;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    background: white;
    -webkit-font-smoothing: antialiased;
}
a:hover,
a:focus {
    text-decoration: none;
}
p {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
h1 {
    color: #373737;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
h2 {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
h3 { 
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
ul,ol {
    line-height: 20px;
}
ul li,
ol li {
    margin-bottom: 10px;
}
.order-btn {
    color: white;
    font-size: 24px;
    font-weight: 500;
    line-height: 1px;
    text-transform: uppercase;
    width: 200px;
    height: 58px;
    background-image: linear-gradient(to top, #EE5E2F 0%, #f17e58  100%);
    border-radius: 29px;
    padding: 28px 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
        transition: all 0.2s;
}
.order-btn:hover,
.order-btn:focus,
.order-btn:active {
transition:all ease 0.2s;
    background-image:none;
	 border:2px solid #EE5E2F;
    color: #EE5E2F;
}
.order-btn2 {
	color:#EE5E2F;
    border:2px solid #EE5E2F;
    font-size: 24px;
    font-weight: 500;
    line-height: 1px;
    text-transform: uppercase;
    width: 200px;
    height: 58px;
	border-radius: 29px;
    padding: 28px 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
        transition: all 0.2s;
}
.order-btn2:hover,
.order-btn2:focus,
.order-btn2:active {
	transition:all ease 0.1s;
    background-image: linear-gradient(to top, #EE5E2F 0%, #EE5E2F  100%);
    color: white;
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
/* End Float Shadow */
ul.list {
    padding-left: 0;
    margin-bottom: 0;
}
ul.list li {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    list-style: none;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}
ul.list li:before {
    content: '\f058';
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    color: #EE5E2F;
    font-size: 14px;
}
.table-holder {
    display: table;
    width: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: top;    
}
.bg-grey {
	background-image:url(../img/block.png);
}
.c-grey {
    color: #c3c3c3;
}
section {
    padding: 50px 15px;
    max-width: 1170px;
    margin: 0 auto; 
}
section.order-section{
    padding: 50px 20px;
    max-width: 785px;
}
section h2 {
    text-align: center;
    margin-bottom: 50px;
}
section h3 {
    font-weight: 600;
    margin-bottom: 20px;
}
ul.list.before-off li {
    padding-left: 0;
}
ul.list.before-off li:before {
    display: none;
}
/* ==========================================================================
   End Global styles
   ========================================================================== */



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* header */
nav.navbar-static-top {
    margin-bottom: 0;
}
nav.navbar-static-top.bg-nav {
    background-color: #2c2d2d;
}
nav.navbar-static-top.bg-nav #navbar .navbar-nav>li>a:hover,
nav.navbar-static-top.bg-nav #navbar .navbar-nav>li>a:active {
    background: #363636;
}
.navbar-header .navbar-brand {
    padding: 18px 0px;
    height: 44px;
    width: 220px;
}
#navbar .navbar-nav>li {
    margin-bottom: 0;
}
#navbar .navbar-nav>li>a {
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: none;
    padding: 30px 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
        transition: all 0.2s;    
}
#navbar .navbar-nav>li>a:hover {
    color: #EE5E2F;
}
#navbar .nav>li>a:hover,
#navbar .nav>li>a:focus {
    background: transparent;
    
}
#navbar .navbar-nav>li>a i {
    color: #EE5E2F ;
    font-size: 16px;
}
#navbar .navbar-nav>li>a.call {
    color: #279ab0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 26px;
    height: 80px;
}
#navbar .navbar-nav>li>a.call img {
    vertical-align: -7px;
    margin-left: 3px;
}
/* end header */

/* hero */
.hero {
    background: url(../img/bg-city.jpg) no-repeat;
    background-position: 0;
    background-size: cover;
    height: 100%;
	  padding: 40px;
}
.hero h1 {
    color:#fff;
    text-align: center;
    line-height: 35px;
}
.hero h2 {
    color:#fff;
    text-align: center;
}
.front-hero {
    background: url(../img/front-page.jpg) no-repeat;
	  background-position: bottom;
    background-size: cover;
    min-height: 600px;
    height: 100%;
    box-shadow: 0px 50px 100px rgba(0,0,0,0.75) inset;
    margin-top: -85px;
}
.front-hero .table-holder {
    margin-top: 140px;
}
.front-hero h1 {
    font-size: 30px;
    font-weight: 600;
    text-shadow:0 2px 2px rgba(255, 255, 255, 0.7);
    margin-top: 50px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    line-height: 40px;
}
/* new calculate */
.substrate  {
    border-radius: 17px;
}
.calc-holder {
    margin-top: 50px;
    position: relative;
}
.calc-holder:before {
    content: '';
    background: url(../img/calc-arrow.png) no-repeat;
    width: 220px;
    height: 66px;
    position: absolute;
    top: 50%;
    margin-left: -15px;
    margin-top: 150px;
    background-size: 220px;
}
.new-calc {
    width: 365px;
    height: 375px;
    box-sizing: border-box;
    margin: auto;
}
.new-calc h3 {
    margin-bottom: 30px;
    margin-top: 0;
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.new-calc {
    padding: 25px 35px 15px 35px;
    background: rgba(255,255,255,0.5);
    border-radius: 17px;
    border: 5px solid #F07850;
}

.new-calc .line-box {
    margin-bottom: 15px;
    width: 100%;
}
.new-calc .line-box select {
    background: #ffffff;
    width: 100%;
    height: 35px;
    border: 1px solid #d6d6d6;
    color: #404141;
    font-weight: 400;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
/*    -webkit-appearance: none;
    -moz-appearance: none;*/
    text-indent: 0.01px;
    text-overflow: '';
}
.new-calc .line-box select optgroup {
    padding-left: 20px;
}
.new-calc .line-box select option {
    font-weight: 400;
}
.new-calc .price-div {
    text-align: center;
}
.new-calc .price-div .price-title {
    color: #474747;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    vertical-align: 3px;
}
.new-calc .price-div .price_div {
    color: #5a5a5b;
    font-weight: 600;
    font-size: 24px;
}
.new-calc .price-div span small {
    font-size: 18px;
}
.new-calc .calc-btn {
    background-color:#fff ;
    display: block;
    width: 189px;
    height: 40px;
    border: 1px solid #EE5E2F ;
    border-radius: 19px;
    color: #EE5E2F ;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 10px auto;
}
.new-calc .calc-btn:hover {
    background: #EE5E2F ;
    color: white;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
        transition: all 0.2s;    
}
/* new calculate */

/* end hero */

/* cta blocks */
.cta-holder {
    max-width: 616px;
    margin: auto;
}
.cta-block {
    background: url(../img/bg-hands-pen.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
    text-align: center;
}
.storycontent .cta-block {
    border-radius: 17px;
}
.cta-block span {
    display: block;
    color: white;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 5px;
}
.payments {
    background-color: #f8f8f8;
    padding: 50px 0;    
}
.payments h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}
.payments .cta-holder .table-holder .table-cell:first-child {
    padding-right: 40px;
}
.payments ul {
    padding: 0;
    margin: 5px 0;
}
.payments ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.payments ul li:last-child a:last-child {
    margin-top: 15px;
}
.payments ul li a {
    display: block;
}
.payments ul li:last-child a img {
    width: 127px;
    display: block;
}
.payments img.money-back {
    width: 116px;
    height: 116px;
    margin-right: 20px;
}
.payments span {
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-bottom: 30px;
}

/* end cta blocks */

/*  front-page */

.benefit {
    padding: 50px 0;
}
.benefit h2,
.category h2,
.hiw h2 {
    text-align: center;

}
.benefit ul.images {
	padding-top: 30px;

}
.benefit ul.images li {
    list-style: none;
    display: inline-block;
    padding-left: 192px;
    position: relative;
}
.benefit ul.images li:first-child:after {
    display: none;
}
.benefit ul.images li:after {
    content: '';
    background: url(../img/strip.png) no-repeat;
    width: 189px;
    height: 6px;
    top: 50%;
    margin-top: 3px;
    right: 0;
    margin-right: 65px;
    position: absolute;
}
.benefit ul.images li:first-child {
    padding-left: 0;
}
.benefit ul.images li:first-child img {
    width: 60px;
    height: 60px;
}
.benefit ul.images li img {
    width: 60px;
    height: 60px;    
}
.benefit ul.images li:last-child img {
    width: 60px;
    height: 60px;
}
.benefit ul.list:first-child {
    padding-right: 40px;
}
.benefit ul.list {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}
.benefit ul.list li {
    list-style: none;
    margin-bottom: 0;
}
.benefit ul.list li i {
    color: #EE5E2F;
}
.category {
background:url(../img/block.png) repeat;
    padding: 50px 0;
}

.category ul.list {
    margin-bottom: 0;
    padding-left: 0;
}
.category ul.list li {
    list-style: none;
    margin-bottom: 0;
}
.category ul.list li a {
    display: block;
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    border-bottom: 1px solid #292a28;
    position: relative;
}
.category ul.list li a i {
    color: #2bacc8;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    font-size: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
        transition: all 0.2s;
}
.category ul.list li a:hover,
.category ul.list li a:active {
    text-decoration: none;
    color: #6d6d6d;
}
.m-top{
margin-top:20px;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  color: #EE5E2F;
  font-size: 10px;
}
.hvr-horizontal:hover:before, .hvr-horizontal:focus:before, .hvr-horizontal:active:before {
  -webkit-animation-name: hvr-horizontal;
  animation-name: hvr-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}




.table {
    border-top-width: 0px;
}
.table thead tr {
    background: #EE5E2F;
}
.table thead tr th {
    text-align: center;
    border-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 37px;
}
.table tbody tr th {
    color: #3e3e3e;
    font-size: 16px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 400;
    background-color: #e0e0e0;
}
.table tbody tr:last-child th:first-child {
    border-radius: 0 0 0 3px;    
}
.table tbody tr:last-child td:last-child {
    border-radius: 0 0 3px 0;    
}
.table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 3px;
}
.table tbody tr td {
    font-weight: 400;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    color: #3e3e3e;
    background: #e7e7e7;
    border-top: 1px solid #cfcfcf;
}
.table tbody tr td:nth-child(2n) {
    background: #efeff0;
}
.price-table {
    margin-top: 20px;
}
.price-table .nav-tabs {
    border: none;
}
.price-table .nav-tabs>li a {
    border-bottom: none;
    border-radius: 0;
}
.price-table .nav-tabs>li a:hover,
.price-table .nav-tabs>li a:focus {
    background-color: transparent;
    border-color: transparent;
}
.price-table .nav-tabs>li.active a {
    background: #EE5E2F;
    color: white;
    border: none;
}
.currency_select {
    width: 85px;
    display: inline-block;
}

.panel-group > .text-center {
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 30px;
}
.panel-group > h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; 
}
.panel-group .panel-title>a {
    display: block;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 15px;
}
.panel-group .panel-title>a:hover,
.panel-group .panel-title>a:active,
.panel-group .panel-title>a:focus {
    text-decoration: none;
}
.panel-group .panel-title>a i {
    color: #EE5E2F;
    margin-right: 10px;
    font-size: 18px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
        transition: all 0.2s;    
}
.panel-group .panel-title a i {
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.panel-group .panel-collapse.in .panel-group .panel-heading .panel-title a i {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.panel-group .panel+.panel {
    margin-top: 15px;
}
.panel-group .panel-default>.panel-heading {
    background: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0;
}
.panel-default {
    border: none;
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: transparent;
}
.panel-group .panel .panel-body {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 40px;
}
/*  end front-page */
/*  footer */
footer {
	background-color:#292a28;
	bottom:0;
	color:#fff;
	position:relative;
	width:100%;
}
.footer-contents {
	font-size:12px;
	padding:30px 0;
}
.footer-contents-col {
	float:left;
	text-align:left;
	padding-bottom: 18px;
}
.footer-contents-col p{
color:#EE5E2F;
}
.footer-contents-col-header {
	font-size:1.3em;
	font-weight:700;
	margin-bottom:10px;
}
.footer-contents-col-text {
	list-style-type:square;
	color:#EE5E2F;
}
.list-hidden {
  list-style-type: none;
}
.footer-contents-col-text li {
	margin-bottom:7px;
}
.footer-contents-col-text li a {
	color:#fff;
	font-size:1.15em;
}
.footer-contents-col-text li a:hover{
color:#EE5E2F;
transition:all ease 0.5s;
}
.footer-contents-col-text li div {
	display:inline-block;
	margin-left:5px;
}
.footer-social-icon {
    color: #fff;
	display:inline-block;
	height:16px;
	margin-top:-2px;
}
.footer-mixpanel-icon {
	margin-top:30px;
}
.basement {
    background: #464646;
    text-align: center;
}
.contact-info {
    padding-top: 40px;
}
.contact-info span {
    display: block;
    color: #b3b3b3;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
}
.contact-info span strong {
    font-size: 16px;
    font-weight: 600;    
}
.contact-info a {
    color: #b3b3b3;
}
.copyrights {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 0;
}
/* end footer */

/*  blog */
.post:first-child {
    margin-top: 0;
}
.post {
    margin-top: 20px;
    line-height: 20px;
}
.post h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 22px;
}
.post a[rel=tag] {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    background: #e1e1e1;
    color: #5f5f5f;
    padding: 3px 5px;
    margin: 0 5px;
    line-height: 14px;
    position: relative;
}
.post a[rel=tag]:hover {
    background: #017f9f;
    color: #ffffff;
}
.post a[rel=tag]:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  top: 50%;
  margin-top: -3px;
  right: -4px;
}
.post a[rel=tag]:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  border: 9px solid transparent;
  border-right-width: 0;
  border-left-color: #e1e1e1;
  right: -9px;
  top: 0;
}
.post a[rel=tag]:hover:before {
  border-left-color: #017f9f;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi .pages {
    display: block;
    margin: 20px 0;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .current,
.wp-pagenavi .page {
    padding: 0 5px;
}
.wp-pagenavi .page:hover {
    width: 16px;height: 16px;
    border-radius: 50%;
    background: #e1e1e1;
    color: #2E2E2E;
}
/* end blog */

/* 400 page */

.page-404 {
    background: -webkit-linear-gradient(315deg, #282430 0%, #100e12 100%);
    background: linear-gradient(135deg, #282430 0%, #100e12 100%);
}
.holder {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}
.page-404 h1 {
    font-weight: 100;
    font-family: 'Lato', sans-serif;
    font-size: 20vmin;
    text-align: center;
    margin: 1vh 0 1vh 0;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);    
}
.page-404 h2 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 1.5em;
    font-size: 2.5vmin;
}
.holder .btn {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    mix-blend-mode: screen;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 15px 60px;
    font-size: 1.5vmin;
    letter-spacing: 0.25vmin;
    margin: 3vh 0;
    -webkit-transition: all 0.2s;
            transition: all 0.2s;
    opacity: 0.85;
}
.holder .btn:hover {
    background-color: #fff;
    color: #000;
}

/* end 400 page */

/* Upgrade now */
.order-form-holder .help-block>p{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 12px !important;
}
optgroup label{
 font-weight: bold;   
}
optgroup option{
    font-weight: normal;
}
.last-step-order-form-modal .heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
    text-shadow: none;
    border: none;
    border-radius: 3px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    box-shadow:none;
    background: #EE5E2F ;
}
.last-step-order-form-modal .modal-dialog .btn.go_to_step2 i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: -1px;
} 
.last-step-order-form-modal .modal-body {
    padding: 15px;
    /*background: url(../img/girl-modal.png) no-repeat right bottom;*/
}
.last-step-order-form-modal .modal-sidebar {
    float: left;
    width: 140px;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-header {
    padding: 10px;
    border-radius: 4px 4px 0 0;
    background: #989594;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body {
    padding: 20px 10px;
    border-radius: 0 0 4px 4px;
    background: #e5e5e5;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body div {
    color: #707070;
    font-size: 12px;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body span {
    color: #3e3e3e;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}
.last-step-order-form-modal .modal-header {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    border: none;
    color: #EE5E2F ;
}
.last-step-order-form-modal .modal-body .text-block {
    float: left;
    font-size: 14px;
    width: 418px;
    margin-top: 5px!important;
    padding: 0 0 0 10px!important;
    background: none;
    border: none;
}
.last-step-order-form-modal .text-block .text-inside {
    font-size: 14px;
}
.last-step-order-form-modal .text-block .under-heading {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin: 25px 0 18px;
}
.last-step-order-form-modal .text-block .under-heading .new_price_modal {
    color: #528900;
    font-size: 28px;
    vertical-align: middle;
}
.last-step-order-form-modal .modal-footer .go_to_proc {
    text-decoration: underline;
    font-size: 13px;
    margin-top: 10px;
    float: left;
}
.last-step-order-form-modal .modal-footer .go_to_proc:hover {
    text-decoration: none;
}
.last-step-order-form-modal .text-block ul {
    width: 290px;
    padding: 0;
}
.last-step-order-form-modal .text-block ul li {
    margin-top: 10px;
    padding: 0;
    background: none;
    list-style: none;
}
.last-step-order-form-modal .text-block ul li i {
    font-size: 14px;
    color: #9c9c9c;
    padding-right: 4px;
}
/* Upgrade now */
.modal-backdrop {
    position: fixed;
    bottom: 0;
    z-index: 0;
}

/* go-back-modal */

.go-back-modal * {
  box-sizing: border-box;
}
.go-back-modal.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  margin: 0;
  width: auto;
  background: none;
}
.modal-open .go-back-modal.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-open .modal-backdrop .in {
  opacity: 0.9;
}
.go-back-modal .modal-dialog {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 10%;
  position: relative;
}
.go-back-modal .modal-dialog .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
}
.go-back-modal .modal-dialog .modal-inside {
  display: table-cell;
  vertical-align: middle;
}
.go-back-modal .modal-header {
  text-align: center;
  padding: 10px 50px;
  border-bottom: 1px solid #dae2e0;
  background: #2c2d2d;
}
.go-back-modal .modal-header .close {
  margin-top: 11px;
  opacity: 1;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  float: right;
}
.go-back-modal .modal-header i {
  font-size: 28px;
  color: #9a9a9a;
  line-height: 18px;
}
.go-back-modal .modal-header i:hover {
  color: #7a7a7a;
}
.go-back-modal .modal-header a {
  display: inline-block;
  border: none;
}
.go-back-modal .modal-body {
  font-family: Arial;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
  max-height: inherit;
  padding: 15px;
  overflow-y: inherit;
  position: relative;
}
.go-back-modal .modal-body h4 {
  line-height: 20px;
  font-weight: bold;
  margin: 10px 0;
  font-size: 17.5px;
}
.go-back-modal .modal-body form {
  max-width: 600px;
  margin: 20px auto;
}
.go-back-modal .modal-body form .form-group {
  margin-bottom: 15px;
}
.go-back-modal .modal-body form .form-group .input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}
.go-back-modal .modal-body form .input-group .input-group-addon {
  background-color: #ffffff;
  border: 3px solid #777;
  border-radius: 8px 0 0 8px;
  border-right: none;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3) inset;
  padding: 6px 12px 6px 20px;
  display: table-cell;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
.go-back-modal .modal-body form .input-group .input-group-addon i {
  font-size: 28px;
  color: #777;
  height: 28px;
}
.go-back-modal .modal-body form .input-group .form-control {
  border-radius: 0 8px 8px 0;
}
.go-back-modal .modal-body form .form-control {
  font-size: 24px;
  color: #3d3d3d;
  border: 3px solid #777;
  border-left: none;
  height: 56px;
  box-shadow: -1px 1px 1px rgba(0,0,0,0.3) inset;
  padding-left: 5px;
  transition: none;
  line-height: 26px;
  display: table-cell;
  width: 100%;
}
.go-back-modal .modal-body form .form-control::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}
.go-back-modal .modal-body form .form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.go-back-modal .modal-body form .form-control:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}
.go-back-modal .modal-body form .form-group {
  text-align: center;
}
.go-back-modal .modal-body form .form-group .btn {
  border-radius: 52px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.25);
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  padding: 20px 80px;
  border: none;
  text-transform: none;
  text-shadow: none;
  outline: none;
  background-image: linear-gradient(to top, #EE5E2F 0%, #EE5E2F  100%);  
}
.go-back-modal .modal-body form .form-group .btn:hover {
  opacity: 0.9;
}
.go-back-modal .lead-text {
  font-size: 38px;
  font-weight: bold;
  color: #EE5E2F;
  line-height: 62px;
  text-transform: uppercase;
}
.go-back-modal .secondary-text {
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  color: #363636;
  padding-bottom: 20px;
}
.go-back-modal .secondary-text span {
  color: #EE5E2F;
}
.go-back-modal .modal-counter-holder {
  margin: 10px auto;
}
.go-back-modal .modal-counter-holder span {
  display: inline-block;
  font-size: 20px;
  vertical-align: 28px;
  padding-right: 10px;
}
.go-back-modal .modal-counter {
  width: 381px;
  display: inline-block;
}
.go-back-modal .modal-counter span {
  float: left;
  background-color: #d3d3d3;
  border-left: 3px solid #ffffff;
  position: relative;
  color: #262626;
  text-align: center;
  padding: 15px 3px 13px;
  width: 109px;
  height: 68px;
  font-size: 62px;
  line-height: 40px;
}
.go-back-modal .modal-counter span:first-child {
  border-radius: 4px 0 0 4px;
  border: none;
}
.go-back-modal .modal-counter span:last-child {
  border-radius: 0 4px 4px 0;
}
.go-back-modal .for-free {
  position: absolute;
  right: 250px;
  top: 5px;
}
.go-back-modal .form-group .input-group .input-group-addon strong {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  margin: 0 -10px 0 14px;
  color: #777;
  vertical-align: 1px;
}
.go-back-modal ._validation-error {
  color: #e03100;
  font-family: Arial;
  font-size: 20px;
  display: none;
  padding: 5px 0 20px 0;
}
.go-back-modal .btn:active {
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.24);
  margin-top: 1px;
}
.go-back-modal .btn:focus {
  outline: none !important;
}
.go-back-modal .modal-counter span:after,
.go-back-modal .modal-counter span:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ffffff;
  right: -8px;
  top: 18px;
  z-index: 2;
}
.go-back-modal .modal-counter span:before {
  top: 41px;
}
.go-back-modal .modal-counter span:last-child:after,
.go-back-modal .modal-counter span:last-child:before {
  content: none;
}
.go-back-modal .modal-body form .input-group.focused .input-group-addon,
.go-back-modal .modal-body form .input-group.focused .form-control {
  border-color: #60847d;
}
.go-back-modal.go-back-modal-book .secondary-text {
  font-size: 32px;
}
.go-back-modal.go-back-modal-book .modal-body {
  padding-top: 50px;
}
.go-back-modal .form-error .input-group-addon,
.go-back-modal .form-error .form-control {
  border-color: #e03100 !important;
}
#goBackModalWithTimer.go-back-modal .lead-text {
  font-size: 33px;
  line-height: 45px;
}
#goBackModalWithTimer.go-back-modal .secondary-text {
  padding-bottom: 2px;
  font-size: 24px;
}
#goBackModalWithTimer.go-back-modal .modal-body form {
  margin: 0px auto;
}
#goBackModalWithTimer.go-back-modal ._validation-error {
  padding: 0px 0 10px 0;
}
 /* go-back-modal */

 .client-lead-informer.mobile-view {
        display: none !important;
}
.client-lead-informer.desktop-view {
    top: 450px;
    left: 14px;
    border-radius: 5px;
    width: 200px;
    position: fixed;
    background: rgba(0,0,0,0.95);
    opacity: 0.94;
    color: #fff;
    z-index: 4;
}
.client-lead-informer.desktop-view .fa-phone {
    font-size: 40px;
    float: left;
    margin: 9px 11px 3px 14px;
    cursor: pointer;
}
.client-lead-informer.desktop-view div {
    width: 190px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 17px;
}
.client-lead-informer.desktop-view div span {
    display: inline-block;
}
.client-lead-informer.desktop-view div strong {
    border-radius: 4px;
    background: -moz-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top',endColorstr='@bottom',GradientType=0);
    color: #EE5E2F ;
    border-radius: 17px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    cursor: pointer;
    display: block;
    padding: 5px 46px;
    margin: 10px 5px 15px 15px;
}
.client-lead-informer.desktop-view::after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: rgba(0,0,0,0.95);
    border-width: 0px 12px 24px 0px;
    top: 50%;
    margin-top: -16px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.client-lead-informer.desktop-view.closed {
    width: auto;
}
.client-lead-informer.desktop-view .fa-minus,
.client-lead-informer.desktop-view .fa-plus {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-size: 14px;
    padding: 4px 4px;
    line-height: 10px;
    opacity: 0.8;
    cursor: pointer;
}
.client-lead-informer.desktop-view .fa-minus:hover,
.client-lead-informer.desktop-view .fa-plus:hover {
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
}
.client-lead-modal .modal-dialog button.btn {
    margin-right: auto;
    display: block;
    margin-left: auto;
    font-weight: bold;
    text-shadow: none;
    border: none;
}
.client-lead-modal .alert-danger {
    padding: 10px;
    margin-top: 5px;
}

/* call me back */
#callback-request-modal .modal-header,
#callback-request-modal .modal-footer {
    padding: 10px;
}
#callback-request-modal .form-group > span {
    margin: 0 0 5px;
    display: block;
}
#callback-request-modal .alert-info {
    padding: 10px
}
#callback-request-modal .form-group .alert-danger {
    margin-top: 5px;
    padding: 10px
}
#callback-request-modal .form-group .not_your_country {
    display: block;
    cursor: pointer;
    margin: 5px 0;
}
#callback-request-modal .form-group .field_text span {
    display: block;
    margin: 0 0 5px;
}
#callback-request-modal .field_id_customer_id_email .field_text {
    float: left;
    width: 175px;
}
#callback-request-form span.country {
    margin: 10px 0 0;
    width: 100%;
}Ω
#callback-request-form .donot_have_any {
    margin-bottom: 10px;
}

.abuse-form-wrap {
    background: #eaeced;
    padding: 25px 35px 15px 35px;
    border-top: 1px solid transparent;
    border-radius: 17px;
    max-width: 400px;
    width: 100%;
    margin: auto;
}
.abuse-form-wrap .form-group .abuse-send {
    display: block;
    height: 40px;
    border: 1px solid #EE5E2F ;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}
.abuse-form-wrap .form-group #abuse-captcha {
    width: 150px;
}
.abuse-form-wrap .form-control.has-warning {
    border: 1px solid #CB5757;
}

/* loyal program */

.steps-holder {
    margin: 50px 0;
}
.steps-holder .table-holder {
    margin-bottom: 70px;
    position: relative;
}
.steps-holder .table-holder:after {
    content: '';
    position: absolute;
    width: 6px;height: 40px;
    left: 50%;
    margin-left: -6px;
    bottom: -55px;
    background: url(../img/line.png) no-repeat;
}
.steps-holder .table-holder:last-child:after {
    display: none;
}
.steps-holder .table-holder .table-cell {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle;
}
.steps-holder .table-holder:nth-child(odd) .table-cell:nth-child(odd) {
    text-align: right;
    width: 55%;
}
.steps-holder .table-holder:nth-child(odd) .table-cell:nth-child(even) {
    padding-left: 40px;
    text-align: left;
}
.steps-holder .table-holder:nth-child(even) .table-cell:nth-child(even) {
    width: 56%;
}
.steps-holder .table-holder:nth-child(even) .table-cell:nth-child(odd) {
    padding-right: 40px;
    text-align: right;
}


/* end loyal program */


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/*-------------------------------*/
/*     Testimonials Section      */
/*-------------------------------*/


.reviews {
    padding: 40px;
    background-color: #fff;
}

.wrapper-reviews {
    padding-top: 30px;
    padding-bottom: 75px
}

.carousel-reviews {
    position: relative;
    width: 61%;
    margin-bottom: 30px;
    margin: 5px auto;
    background-color: #3c4650;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    z-index: 1
}

.carousel-reviews:after {
    content: " ";
    position: absolute;
    display: block;
    background-image: url("../img/sprites.png");
    background-position: -197px 0;
    width: 47px;
    height: 46px;
    bottom: -46px;
    right: 9%;
    z-index: 2
}

.carousel-reviews .carousel-control {
    top: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel-reviews .carousel-control.right {
    right: -20%;
    background-image: url("../img/sprites.png");
    background-position: -76px 0;
    width: 41px;
    height: 78px
}

.carousel-reviews .carousel-control.right:hover {
    background-image: url("../img/sprites.png");
    background-position: -157px 0;
    width: 40px;
    height: 78px
}

.carousel-reviews .carousel-control.left {
    left: -20%;
    background-image: url("../img/sprites.png");
    background-position: 0 -46px;
    width: 41px;
    height: 78px
}

.carousel-reviews .carousel-control.left:hover {
    background-image: url("../img/sprites.png");
    background-position: -117px 0;
    width: 40px;
    height: 78px
}

.review {
    color: #fff;
    background-color: #ee5e2f;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    padding: 25px 50px 30px
}

.review__author {
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase
}

.review__text {
    margin-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    line-height: 1.2
}

.review__time {
    display: inline-block;
    position: absolute;
    bottom: 18px;
    padding-top: 2px;
    margin: 15px 0 0 30px;
    border-top: 1px dotted #fff;
    color: #ee5e2f;
    font-weight: bold;
    text-transform: uppercase
}

.review__time:before {
    content: " ";
    position: absolute;
    top: 3px;
    left: -35px;
    background-image: url("../img/sprites.png");
    background-position: -197px -130px;
    width: 23px;
    height: 23px;
    vertical-align: middle
}

.review__rating {
    text-align: right
}
.review__rating i{
    font-size:22px;
    color:#fff;
}

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

.carousel-about {
        height: 480px
    }
    .carousel-about .carousel-inner>.item {
        height: 480px
    }
    .carousel-image-left-bottom {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 380px
    }
    .form-horizontal-order .control-label-left {
        float: left;
        margin-right: 12px
    }
    .form-horizontal-order .form-controls .btn-order-radio:last-child {
        margin-right: 0
    }
    .form-horizontal-order .form-controls .btn-group>.btn:not(:first-of-type) {
        border-left: 0
    }
    .form-order-step2 .input-group label {
        padding-left: 15px
    }
    .seo .item:not(:first-child) .seo__article:after {
        content: " ";
        position: absolute;
        top: 25px;
        bottom: 5px;
        left: -10px
    }
    .reviews {
        background-image: url("../img/chat.png");
        background-repeat: repeat;
        background-position: 15% center
    }


}

@media only screen and (max-width:767px) {
 .carousel-indicators {
        left: 53%
    }
    .carousel-image {
        margin: 70px 0 0 0;
        text-align: center
    }
    .carousel-image img {
        max-height: 250px
    }
    .carousel-caption {
        position: static
    }
    .carousel-caption .title {
        font-size: 26px;
        text-align: center
    }
    .carousel-caption .descr {
        font-size: 14px;
        text-align: center
    }
    .carousel-caption .btn {
        margin-left: auto;
        margin-right: auto;
        max-width: 50%;
        font-size: 16px
    }
	  .carousel-reviews {
        width: 85%
    }
    .carousel-reviews:after {
        right: 15%
    }
    .carousel-reviews .carousel-control.right {
        right: -9%;
        background-image: url("../img/sprites.png");
        background-position: -20px -192px;
        width: 20px;
        height: 39px
    }
    .carousel-reviews .carousel-control.right:hover {
        background-image: url("../img/sprites.png");
        background-position: 0 -192px;
        width: 20px;
        height: 39px
    }
    .carousel-reviews .carousel-control.left {
        left: -9%;
        background-image: url("../img/sprites.png");
        background-position: -40px -192px;
        width: 20px;
        height: 39px
    }
    .carousel-reviews .carousel-control.left:hover {
        background-image: url("../img/sprites.png");
        background-position: -41px -74px;
        width: 20px;
        height: 39px
    }
    .review {
        padding-bottom: 40px
    }
    .review__author {
        text-align: center
    }
    .review__text {
        margin-top: 0;
        text-align: justify;
        font-weight: normal;
        font-size: 14px
    }
    .review__time {
        font-size: 12px;
        bottom: 20px
    }
    .review__time:before {
        top: -2px;
        left: -30px
    }
    .review__rating {
        text-align: center;
        margin: 7px 0
    }
}



/*Feature Section Start*/

.feature{
background:url(../img/feature.png) repeat #f8f8f8;
padding:50px 0;
}

.feature2{

}
.h2bg {
	width:6%;
	margin:auto;
}


.m1{
  background: rgba(255,255,255,0.6);
  margin-top: 20px;
  text-align: center;
  border:solid #EE5E2F;
  border-width: 1px 1px 5px 1px;
  border-radius: 12px;
  padding: 5px;
}
.m1 h4{
text-transform:uppercase;
font-size:18px;
}
.m1 img {
margin:8% auto;
}

/*Feature Section End*/


/*Content Section End*/
.content{
margin:50px 0;
}
.staff {
    list-style: none;
}

.staff > li {
    margin-bottom: 20px;
}

.staff > li > div {
    padding-bottom: 40px;
    background: url(../img/shadow.png) 50% 100% no-repeat;
    background-size: contain;
}
.staff > li > div > h2 {
    color: #EE5E2F;
    margin-top: 0px;
    font-size: 22px;
    text-transform: uppercase;
}

.staff > li > div > h3 {
    color: #EE5E2F;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
}

.clear {
    clear: both;
}

#instant-btn{
width:250px!important;
}
/*Content Section End*/


/*Bar Section*/
.cta-main {
    padding-top: 40px;
    padding-bottom: 40px;
}
.cta-main2{
    background-color: #EE5E2F;
	padding-top: 40px;
    padding-bottom: 40px;
}
.cta-inner{
border-radius:5px;
border:solid #fff;
border-width:1px 1px 5px 1px;
padding:10px;
}
.cta-inner h2{
font-size:18px;
color:#fff;
}
.cta-inner h1{
color:#fff;
}

.bg-green {
    background-color: #EE5E2F;
}
.cta-main a {
    margin-top: .5em;
    margin-bottom: .5em;
    text-shadow: none;
}


.btn-white {
    color: #fff !important;
    border-color: #fff !important;
    margin: 10px 0;
	border-bottom: 4px solid #fff;
}
.btn-white i{
float:right;
margin-top:3px;
}

.btn-white:hover {
	transition:all ease 0.3s;
    color:#EE5E2F!important ;
	background:#fff!important;
    border-color: #fff !important;
}

.btn-default {

    background-color: transparent!important;
	background-image:none;
}
.bg-orange {
    background-color: #EE5E2F;
}

#confident{
color:#ee5e2f;
font-size:32px;
}


/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;

}

.loginmodal-container h3 {
  text-align: center;
  font-size: 1.6em;
 
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=email], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=email]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}

.loginmodal-submit {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #ef6e43;
  padding: 17px 0px;
  font-size: 14px;
}

.loginmodal-submit:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #EE5E2F;
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.chat{
  cursor: pointer;
}

.login-head{
    background-image: url(../img/topbg.jpg);
    color: #fff;
}
.login-head h3{
    color: #fff;
    margin-top:14px;
}

.login-head .logout{
    text-align: center;
    padding: 5px 0;
}
.logout .btn-default{
        width: 90px;
        height: 35px;
        font-size: 14px!important;
        text-transform: uppercase;
}