@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400i,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700&subset=latin-ext');

html {
	overflow-y: scroll;
    line-height: 1.6;
}

/* Styles start here */

body {
    font-family: 'Raleway';
    font-size: 15px;
    overflow-x: hidden;
    line-height: 1.6;
}

a:hover {
    text-decoration: underline;
}

h2 {
    font-size: 26px;
    font-weight: 600;
}

td {
	vertical-align: top;
}

.no-bg .container {
    background: transparent !important;
}

p, li {
    color: #333;
    font-size: 14px;
    line-height: 1.8;
}

/** NAVBAR **/

.navbar {
    background: #FFF; /* Old browsers */
    border: none;
    box-shadow: none;
    padding: 30px 0;
    margin-bottom: 0;
    padding-bottom: 35px;
    padding-top: 0;
}

.navbar-collapse {
    padding:0;
    width: 100%;
}

.navbar .navbar-nav {
    padding-top: 30px;
}

.navbar .navbar-nav>li {
    float: left;
    text-align: center;
    font-family: 'Ubuntu Mono', 'Arial';
    font-size: 21px;
    letter-spacing: -0.2px;
}

.navbar .col-sm-8 .navbar-collapse {
    width: 100%;
}

.navbar .navbar-nav>li>a {
    color: #12106b;
    text-transform: uppercase;
    padding: 15px 20px;
}

.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover {
    background: #eee;
    color: #12106b;;
}

.navbar .navbar-nav>li.logo>a {
    margin-top: -50px;
}

.navbar .navbar-nav>li.phone>a {
    margin-right: 0;
    margin-top: -7px;
}

.navbar .navbar-header {
    margin-left: -15px;
}

.navbar .navbar-brand {
    margin-top: 30px;
}

.dropdown .caret {
    display: none;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    width: 300px !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    -ms-column-gap: 5px;
    -o-column-gap: 5px;
    column-gap: 5px;
    columns: 2;
    padding: 30px 0px;
}

.dropdown-menu li a {
    color: #5292ec;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: none;
    text-decoration: underline;
    color: #897afc;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background: #FFF;
    color: #5292ec;
    text-shadow: none;
}

.phone {
    margin-top: 35px;
}

.phone img {
    float: left;
}

.phone div {
    float: left;
    margin-left: 8px;
}

.phone p.fs9 {
    font-size: 9px;
    margin: 2px 0;
}

.phone p.fs16 {
    font-size: 16px;
    text-shadow: 1px 1px #525eeb;
}

.navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
    background-color: rgba(0,0,0,0.15);
}

.navbar .navbar-toggle {
    background: transparent;
    border: 1px solid #eee;
}


.navbar .navbar-toggle .icon-bar {
    color: #eee !important;
}

.navbar .navbar-toggle {
    margin-right: 15px;
}

.color-bg {
    background: #cecece; /* Old browsers */
}

.services {
    color: #5a5a5a;
    text-align: center;
}

.services ul {
    padding: 0;
    margin-bottom: 20px;
}

.services h3 {
    margin:0;
    font-family: 'Ubuntu Mono';
    margin-left: 0;
    padding-left: 0;
    color: #5a5a5a;
    text-transform: uppercase;
    font-size: 27px;
}

.services ul li {
    list-style-type: none;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Lato';
    
}

.services a {
    color: #FFF;
    font-size: 15px;
}

.services .fs20 {
    margin-bottom: 15px;
}

.services h3 {
    width: 80%;
    margin: auto;
}

.services a {
    width: 100%;
    padding: 15px;
    font-size: 21px;
    text-transform: uppercase;
    text-shadow: 1px 0 1px rgba(0,0,0,0.26);
    margin-top: 15px;
}

.service1 {
    background: #FFF;
    color: #FFF;
    margin-top: -50px;
    padding: 33px 0 0;
    border: 1px solid #efefef;
}

.service1 a, .service1 a:hover {
    background: #434c69;
    color: #FFF;
}

.service2 {
    background: #FFF;
    padding: 33px 0 0;
    margin-top: -50px;
    border: 1px solid #efefef;
    border-left: none;
}

.service2 a, .service2 a:hover {
    background: #ebb501;
    color: #FFF;
}

.service3 {
    background: #FFF;
    padding: 33px 0 0;
    margin-top: -50px;
    border: 1px solid #efefef;
    border-left: none;
}

.service3 a, .service3 a:hover {
    background: #31b573;
    color: #FFF;
}

.service3 h3 {
    width: 65%;
    margin: auto;
}

.service4 {
    background: #FFF;
    padding: 33px 0 0;
    margin-top: -50px;
    border: 1px solid #efefef;
    border-left: none;
}

.service4 a, .service4 a:hover {
    background: #e1002a;
    color: #FFF;
}

.faq ul {
    padding-left: 20px;
}

.faq li {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.faq li span {
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
    font-size: 15px;
}

.info span {
    display: none;
}

.fs20 .col-sm-12 {
    padding:0;
}

.fs12 p {
    margin-bottom: 0;
}

.fs20 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-size: 20px;
}

.fs15 {
    font-weight: 200;
    color: #fff;
    margin: 0;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 20px;
}

.fs22 {
    font-family: 'Ubuntu Mono', 'Arial';
}

.fs22 h3 {
    color: #434c69;
}

.fs26 h3 {
    font-size: 28px;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Ubuntu Mono', 'Arial';
}

.bprocess {
    /*background: url("../images/process.png") no-repeat;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#44aee8+0,60abf8+50,8E71EC+100 */
    background: #44aee8; /* Old browsers */
    background: -moz-linear-gradient(left, #44aee8 0%, #8E71EC 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #44aee8 0%,#8E71EC 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #44aee8 0%,#8E71EC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44aee8', endColorstr='#8E71EC',GradientType=1 ); /* IE6-9 */
    color: #FFF;
}

.bprocess img {
    margin-top: -50px;
}

.bprocess h2 {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: 0;
    text-shadow: 1px 1px #3179e9;
}

.bprocess p {
    color: #FFF !important;
    font-weight: 200;
    color: #fff;
    margin: 0 0 22px 10px;
    font-size: 16px;
    line-height: 2;
}

.experience  {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef; 
    padding: 20px 0;
    margin-top: 50px;
}

.experience p {
    text-align: center;
    font-size: 24px !important;
    font-weight: 200;
    color: #616161;
    font-style: italic;
    padding: 0px 0 0px;
    line-height: 1;
    border: none;
}

.experience strong {
    font-size: 16px;
    font-weight: 600;
    float: right;
    font-style: normal;
    margin-right: 60px;
}

.experience p span {
    font-size: 49px;
    font-family: 'Lato' !important; 
    font-weight: bold;
}


/** FOOTER **/

footer {
    margin-top: 10px;
    padding: 20px 0 20px;
}

footer h4 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #333;
    font-family: 'Ubuntu Mono';
}

footer p {
    color: #333;
}

footer a {
    color: #333;
}

.contact {
    border-left: 1px solid #efefef;
    padding-left: 40px;
    margin-bottom: 40px;
}

.ql a {
    margin-bottom: 10px;
}

.nopd {
    padding: 0 !important;
}

.form-control {
    border-radius: 0;
    width: 100%;
}

.btn-send, .btn-send:hover {
    background: #fff;
    color: #62558d;
    font-size: 17px;
    width: 140px;
    text-align: center;
    padding: 10px 40px;
    border-radius: 0;
    border: none;
    font-weight: 400;
    text-decoration: none;   
}

footer input, footer textarea {
    border: none;
    width: 100%;
    font-size: 17px;
    padding: 6px 10px;
    box-shadow: none !important;
}

footer textarea {
    min-height: 110px;
    max-width: 100%;
    margin-bottom: 20px;
}

.txt-upp {
    text-transform: uppercase;
}

.copy a {
    color: #434c69;
}

.map {
    margin-top: 5px;
}

/** ELEMENT DEFAULT STYLES **/

.call_to_action h1 {
    padding: 40px 0 40px 0 !important;
    margin: 20px;
}

.paragraph {
    padding: 40px 0;
}

.paragraph h2 {
    margin: 0 0 20px;
}

.icons {
    padding: 40px 0;
}

.icons h2 {
    margin: 0 0 40px;
}

.icons .icon-box div i {
    position: absolute;
    left: 43%;
    padding: 15px;
}

.icons .icon-box h3 {
    margin-top: 77px;
    font-size: 16px;
    font-weight: bold;
}

.two_columns {
    padding: 40px 0;
}

.two_columns img {
    max-width: 100%;
}

.two_columns h2 {
    margin-bottom: 30px;
}

.accordion {
    padding: 40px 0;
}

.accordion h2 {
    margin-bottom: 30px;
    margin-top: 0;
}

.tabs {
    padding: 40px 0;
}

.tabs h2 {
    margin-bottom: 30px;
    margin-top: 0;
}

div.video {
    padding: 40px 0;
}

.video h2 {
    margin-bottom: 30px;
    margin-top: 0;
}

.contact_form {
    padding: 40px 0;
}

.contact_form h2 {
    margin-bottom: 30px;
    margin-top: 0;
}

.map {
    padding: 40px 0;
}

.map h2 {
    margin-bottom: 30px;
    margin-top: 0;
}

.image {
    padding: 40px 0;
}

.image h2 {
    margin-bottom: 30px;
    margin-top: 0;
}

.header {
    padding: 40px 0;
}

.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
    margin-bottom: 0px;
    margin-top: 0;
}

.call_to_action_button {
    padding: 40px 0;
}

.call_to_action_button h2 {
    margin-bottom: 30px;
    margin-top: 0;
}

.nav-tabs li a {
    background-color: #eee;
    color: #333;
}

.tab-content .tab-pane {
    background-color: #FFF;
    padding: 30px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #ddd;
}

.centered-btn {
    display: block;
    margin: auto;
    width: 10%;
    margin-top: 20px;
}

.button {
    padding: 40px 0;
}

.form-label {
    margin-top: 10px;
}

.mt10 {
    margin-top: 10px;
}

/** TEXT COLORS **/

.text-white,
.text-white small {
    color: #FFF;
}

.text-black,
.text-black small {
    color: #000;
}

.text-grey,
.text-grey small {
    color: #333;
}

/** TEXT TRANSFORMS **/

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

/** ICONS SIZES **/

.icon-mini {
    font-size: 1em;
}

.icon-small {
    font-size: 1.25em;
}

.icon-normal {
    font-size: 1.75em;
}

.icon-large {
    font-size: 2.15em;
}

/** COLORS **/

.color-grey {
    color: #333;
}

.color-white {
    color: #FFF;
}

.color-blue {
    color: #2980b9;
}

.color-green {
    color: #27ae60;
}

.color-turquoise {
    color: #4ECDC4;
}

.color-pink {
    color: #E08283;
}

.color-violet {
    color: #8e44ad;
}

.color-chino {
    color: #D5D0B0;
}

.color-orange {
    color: #F27935;
}

/** BGS **/

.bg-grey {
    background: #333;
}

.bg-white {
    background: #FFF;
}

.bg-blue {
    background: #2980b9;
}

.bg-green {
    background: #27ae60;
}

.bg-turquoise {
    background: #4ECDC4;
}

.bg-pink {
    background: #E08283;
}

.bg-violet {
    background: #8e44ad;
}

.bg-chino {
    background: #D5D0B0;
}

.bg-orange {
    background: #F27935;
}

/** BG SHAPES **/

.bg-rounded {
    border-radius: 5px;
}

.bg-square {
    border-radius: 0px;
}

.bg-round {
    border-radius: 100px;
}

/** HR COLOR **/

.hr-color-grey {
    border-color: #333;
    background-color: #333;
    color: #333;
}

.hr-color-white {
    border-color: #FFF;
    background-color: #FFF;
    color: #FFF;
}

.hr-color-blue {
    border-color: #2980b9;
    background-color: #2980b9;
    color: #2980b9;
}

.hr-color-green {
    border-color: #27ae60;
    background-color: #27ae60;
    color: #27ae60;
}

.hr-color-turquoise {
    border-color: #4ECDC4;
    background-color: #4ECDC4;
    color: #4ECDC4;
}

.hr-color-pink {
    border-color: #E08283;
    background-color: #E08283;
    color: #E08283;
}

.hr-color-violet {
    border-color: #8e44ad;
    background-color: #8e44ad;
    color: #8e44ad;
}

.hr-color-chino {
    border-color: #D5D0B0;
    background-color: #D5D0B0;
    color: #D5D0B0;
}

.hr-color-orange {
    border-color: #F27935;
    background-color: #F27935;
    color: #F27935;
}

/** HR WIDTH **/

.bw1 {
    border-width: 1px;
}

.bw2 {
    border-width: 2px;
}

.bw3 {
    border-width: 3px;
}

.bw4 {
    border-width: 4px;
}

.bw5 {
    border-width: 5px;
}

.bw6 {
    border-width: 6px;
}

.bw7 {
    border-width: 7px;
}

.bw8 {
    border-width: 8px;
}

.bw9 {
    border-width: 9px;
}

.bw89 {
    border-width: 10px;
}


/** BUTTON SIZE **/

.btn-mini {
    padding: 3px 6px;
}

.btn-small {
    padding: 5px 8px;
}

.btn-normal {
    padding: 6px 12px;
}

.btn-large {
    padding: 10px 16px;
}

/** BUTTON ALIGN **/

.pull-center {
    display: table;
    margin: auto;
}

/** ALERTS **/

.alert-warning.alert-outline,
.alert-danger.alert-outline,
.alert-success.alert-outline,
.alert-info.alert-outline {
    background: transparent;
    border-width: 3px;
}

.alert-success.alert-flat {
    background: #16a085;
    border-color: #16a085;
    color: #FFF;
}

.alert-info.alert-flat {
    background: #2980b9;
    border-color: #2980b9;
    color: #FFF;
}

.alert-danger.alert-flat {
    background: #c0392b;
    border-color: #c0392b;
    color: #FFF;
}

.alert-warning.alert-flat {
    background: #f39c12;
    border-color: #f39c12;
    color: #FFF;
}

.alert-warning.alert-square,
.alert-danger.alert-square,
.alert-success.alert-square,
.alert-info.alert-square {
    border-radius: 0;
}

.alert-warning.alert-rounded,
.alert-danger.alert-rounded,
.alert-success.alert-rounded,
.alert-info.alert-rounded {
    border-radius: 4px;
}

.alert-warning.alert-round,
.alert-danger.alert-round,
.alert-success.alert-round,
.alert-info.alert-round {
    border-radius: 100px;
}

/** TABS **/

.tabs-material.nav-tabs { 
    border-bottom: 2px solid #DDD;
    background-color: #FFF; 
}

.tabs-material.nav-tabs li a { 
    background-color: transparent; 
}

.tabs-material.nav-tabs > li.active > a,
.tabs-material.nav-tabs > li.active > a:focus,
.tabs-material.nav-tabs > li.active > a:hover { 
    border-width: 0; 
}

.tabs-material.nav-tabs > li > a { 
    border: none; 
    color: #666;
}

.tabs-material.nav-tabs > li.active > a,
.tabs-material.nav-tabs > li > a:hover { 
    border: none; 
    color: #4285F4 !important; 
    background: transparent; 
}

.tabs-material.nav-tabs > li > a::after { 
    content: ""; 
    background: #4285F4; 
    height: 2px; 
    position: absolute; 
    width: 100%; 
    left: 0px; 
    bottom: -1px; 
    transition: all 250ms ease 0s; transform: scale(0); 
}

.tabs-material.nav-tabs > li.active > a::after, 
.tabs-material.nav-tabs > li:hover > a::after { 
    transform: scale(1); 
}

.tabs-material.tab-nav > li > a::after { 
    background: #21527d none repeat scroll 0% 0%; 
    color: #fff; 
}

.tabs-material.tab-pane { 
    padding: 15px 0; 
}
.tabs-material.tab-content{
    padding:20px;
}

/** --- LINE TABS --- **/

.tabs-line {
  border:1px solid #eee;
  padding: 10px;
  padding-bottom: 0px;
  background-color: #FFF;
}

.tabs-line.nav-tabs {
  border: none;
  margin: 0px;
  height: 53px;
}
.tabs-line.nav-tabs > li a {
  margin-right: 2px;
  background-color: transparent;
}
.tabs-line.nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabs-line.nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabs-line.nav-tabs > li:hover {
  border-bottom: 4px solid #f3565d;
}
.tabs-line.nav-tabs > li.open > a, .tabs-line.nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabs-line.nav-tabs > li.open > a > i, .tabs-line.nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabs-line.nav-tabs > li.open .dropdown-menu, .tabs-line.nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabs-line.nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabs-line.nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabs-line.nav-tabs > li.active > a > i {
  color: #404040;
}
.tabs-line.tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabs-line.tab-content {
  padding-bottom: 0;
}

.tabs-right { 
    margin-top: 30px; 
}

.tabs-right li { 
    float: right; 
}

.tabs-center.nav-tabs > li{
    float:none;
    display:inline-block;
    *display:inline; 
     zoom:1;
}

.tabs-center.nav-tabs {
    text-align:center;
}


/** ACCORION **/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.acc-material .panel {
  border: none;
  background: transparent;
}

.acc-material .panel:last-child {
  border-bottom: none;
}

.acc-material .panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.acc-material .panel-group .panel {
  border-radius: 0;
}

.acc-material .panel-group .panel + .panel {
  margin-top: 0;
}

.acc-material .panel-heading {
  background-color: #2980b9 !important;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.acc-material .panel-title a {
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.acc-material .panel-body {
  background: #fff;
}

.acc-material .panel-heading a:before {
    content: '+';
    padding: 0px 5.5px;
    background-color: #FFF;
    color: #2980b9;
    border-radius: 30px;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 11px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

.acc-material .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.carousel {
    /*overflow: hidden;*/
    color: #FFF;
    max-height: 350px;
}

.carousel .item {
    width: 100%;
    height: 410px;
}

.carousel-inner {
    width: 100%;
    margin: auto;
}

.ks_slider > .container > .row > .col-sm-12 {
    padding: 0 !important;
}

.item .carousel-caption {
    position: relative;
    float: left;
    text-align: left;   
}

.carousel .item img {
    bottom: 0;
    right: 0;
    z-index: 1;
    max-width: 100%;
}

.color-bg .col-sm-12 {
    padding: 0;
}

.carousel-control {
    width: 0%;
    text-shadow: none;
    opacity: 1;
    margin-left: -50px;
    margin-right: -50px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control.left span, .carousel-control.right span {
    background: #fff;
    padding: 10px;
    text-shadow: none;
    color: #cecece;
}

.carousel-control.right span {
    background: #fff;
    padding: 10px;
    color: #cecece;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: auto;
    height: auto;
}

.carousel h3 {
    font-size: 58px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 70px;
    margin-top: 80px;
    text-shadow: 1px 1px #3179e9;
    z-index: 100;
    width: 65%;
}

.carousel p {
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 70px;
    font-size: 25px;
    z-index: 100;
}


/** PRICING TABLES **/

.basic-pricing div, 
.basic-pricing p, 
.basic-pricing ul, 
.basic-pricing li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.basic-pricing ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 20px;
}


.basic-pricing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.basic-pricing a {
    text-decoration: none;
}

.basic-pricing.pricing-container {
    width: 90%;
    max-width: 1170px;
    margin: auto;
}

.basic-pricing .pricing-list {
    margin: 2em 0 0;
}

.basic-pricing .pricing-list > li {
    position: relative;
    margin-bottom: 1em;
}

.basic-pricing .pricing-wrapper {
    background: #FFF;
    width: 32%;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.basic-pricing.boxed .pricing-wrapper {
    margin-right: 0px !important;
}

.basic-pricing .pricing-list li:last-child .pricing-wrapper {
    margin-right: 0px;
} 
.basic-pricing .pricing-header h2 {
    padding: 10px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    margin-top: 0;
    font-weight: bold;
}

.basic-pricing .pricing-header {
    height: auto;
    padding: 40px 20px 0 20px;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
}

.basic-pricing .exclusive .pricing-header {
    color: #1bbc9d;
    background-color: transparent;
}

.basic-pricing .currency,
.basic-pricing .value {
    font-size: 3rem;
    font-weight: 300;
}

.basic-pricing .duration {
    font-weight: 700;
    font-size: 1.3rem;
    color: #8dc8e4;
    text-transform: uppercase;
}

.basic-pricing .exclusive .duration {
    color: #f3b6ab;
}

.basic-pricing .duration::before {
    content: '/';
    margin-right: 2px;
}

.basic-pricing .value {
    font-size: 100px;
    font-weight: 300;
}

.basic-pricing .currency, 
.basic-pricing .duration {
    color: #1bbc9d;
}

.basic-pricing .exclusive .currency,
.basic-pricing .exclusive .duration {
    color: #2d3e50;
}

.basic-pricing .currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
}

.basic-pricing .duration {
    font-size: 1.4rem;
}

.basic-pricing .pricing-body {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}

.basic-pricing  .pricing-features {
    width: 600px; 
    width: auto;
}

.basic-pricing  .pricing-features:after {
    content: "";
    display: table;
    clear: both;
}

.basic-pricing .pricing-features li {
    width: 100px;
    float: left;
    padding: 10px !important;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: none;
    width: auto;
    padding: 1em;
}

.basic-pricing .pricing-features em {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.basic-pricing .exclusive .pricing-features li {
    margin: 0 3px;
}
  
.basic-pricing .pricing-features em {
    display: inline-block;
    margin-bottom: 0;
}

.basic-pricing .has-margins .exclusive .pricing-features li {
    margin: 0;
}

.basic-pricing .pricing-footer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
}

.basic-pricing .pricing-footer {
    position: relative;
    height: auto;
    padding: 20px 0;
    text-align: center;
}

.basic-pricing .has-margins .pricing-footer {
    padding-bottom: 0;
}

.basic-pricing .select {
    z-index: 1;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    position: static;
    display: inline-block;
    height: auto;
    padding: 15px 30px;
    color: #1bbc9d;
    border-radius: 8px;
    border: 2px solid #1bbc9d;
    font-size: 20px;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .6s;
    width: 70%;
}

.basic-pricing .no-touch .select:hover {
    background-color: #1bbc9d;
    color: #ffffff;
}

.basic-pricing .exclusive .select {
    background-color: #1bbc9d;
    color: #ffffff;
}
  
.basic-pricing .no-touch .exclusive .select:hover {
    background-color: #24e0ba;
}
  
.basic-pricing .secondary-theme .exclusive .select {
    background-color: #1bbc9d;
}
  
.basic-pricing .no-touch .secondary-theme .exclusive .select:hover {
    background-color: #112e3c;
}
  
.basic-pricing .has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}


.flat-pricing div, 
.flat-pricing p, 
.flat-pricing ul, 
.flat-pricing li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.flat-pricing ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 20px;
}


.flat-pricing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flat-pricing a {
    text-decoration: none;
}

.flat-pricing.pricing-container {
    width: 90%;
    max-width: 1170px;
    margin: auto;
}

.flat-pricing .pricing-list {
    margin: 2em 0 0;
}

.flat-pricing .pricing-list > li {
    position: relative;
    margin-bottom: 1em;
}

.flat-pricing .pricing-wrapper {
    background: #FFF;
    width: 32%;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.flat-pricing.boxed .pricing-wrapper {
    margin-right: 0px !important;
}

.flat-pricing .pricing-list li:last-child .pricing-wrapper {
    margin-right: 0px;
} 
.flat-pricing .pricing-header h2 {
    padding: 10px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #27a8ff;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    margin-top: 0;
    font-weight: bold;
}

.flat-pricing .pricing-header {
    height: auto;
    padding: 40px 20px 0 20px;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
}

.flat-pricing .exclusive .pricing-header {
    color: #1bbc9d;
    background-color: transparent;
}

.flat-pricing .price {
    background: #27a8ff;
    width: 39%;
    color: #FFF;
    height: 122px;
    position: relative;
    font-size: 42px;
    margin: auto;
    font-weight: bold;
    text-align: left;
    letter-spacing: -1px;
    border-radius: 50%;
    padding: 20px;
}

.flat-pricing .price span.value {
    position: absolute;
    right: 32px;
    bottom: 41px;
    font-weight: 300;
    text-align: center;
    width: 67px;
} 

.flat-pricing .price span:first-child {
    position:absolute;
    margin: auto;
    display: block;
    top: 41px;
    font-size: 45%;
    font-weight: bold;
}

.flat-pricing .duration {
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    position:absolute;
    left: 37px;
    bottom: 28px;
}

.flat-pricing .pricing-body {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}

.flat-pricing  .pricing-features {
    width: 600px; 
    width: auto;
}

.flat-pricing  .pricing-features:after {
    content: "";
    display: table;
    clear: both;
}

.flat-pricing .pricing-features li {
    width: 100px;
    float: left;
    padding: 10px !important;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: none;
    width: auto;
    padding: 1em;
}

.flat-pricing .pricing-features em {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.flat-pricing .exclusive .pricing-wrapper {
    padding-top: 40px;
    margin-top: -40px;
    padding-bottom: 40px;
}

.flat-pricing .exclusive .pricing-wrapper li.is-visible {
    margin-top: -40px !important;
}

.flat-pricing .exclusive .pricing-wrapper li.is-visible h2 {
    margin-bottom: 30px !important;
}

.flat-pricing .exclusive .pricing-wrapper li.is-visible .price {
    margin-bottom: 30px !important;
}

.flat-pricing .pricing-wrapper {
    background: #FFF;
    width: 32%;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.flat-pricing .exclusive .pricing-features li {
    margin: 0 3px;
}
  
.flat-pricing .pricing-features em {
    display: inline-block;
    margin-bottom: 0;
}

.flat-pricing .has-margins .exclusive .pricing-features li {
    margin: 0;
}

.flat-pricing .pricing-footer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
}

.flat-pricing .pricing-footer {
    position: relative;
    height: auto;
    padding: 20px 0;
    text-align: center;
}

.flat-pricing .has-margins .pricing-footer {
    padding-bottom: 0;
}

.flat-pricing .select {
    z-index: 1;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    position: static;
    display: inline-block;
    height: auto;
    padding: 15px 30px;
    color: #27a8ff;
    border-radius: 8px;
    border: 2px solid #27a8ff;
    font-size: 20px;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .6s;
    width: 70%;
}

.flat-pricing .no-touch .select:hover {
    background-color: #27a8ff;
    color: #ffffff;
}

.flat-pricing .exclusive .select {
    background-color: #27a8ff;
    color: #ffffff;
}

.img-align-right {
    display: inline-block;
    float: right;
}

.img-align-left {
    display: inline-block;
    float: left;
}

.post_content {
    /*margin-bottom: 20px;*/
}

.post_content img.post_image_main {
    margin: 0 15px 15px 0;
}

.post_image {
    height: 150px;
    overflow: hidden;
    margin-bottom: 6px;
}

.post_image img {
	max-width: 100%;
	margin-bottom: 6px;
    position: relative;
    top: -21px;
    width: 100%;
}

.post_text h3, 
.post_text p {
    display: block !important;
    font-size: 13px;
    line-height: 1.5;
    font-weight: normal;
}
.post_text h3 {
    width: 100%;
    float: left;
    margin-top: 9px;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.post_link {
    display: block;
    width: 26%;
    text-align: right;
}

.post_text p {
    font-weight: normal;
}

.ks_blog .post_text p strong {
    font-weight: normal;
}

.post-header a {
    color: #333;
}

.w20 h2 {
    width: 15%  !important;
}

.mr0 {
    margin-right: 0;
}

.btn-post, .btn-post:hover {
    color: #333;
    font-weight: bold;
}

.categories {
    background: #ddd;
    padding: 20px;
    list-style-type: none;
}

.categories h4 {
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
}

.categories li {
    margin-bottom: 20px;
    padding-left: 20px;
}

.categories li:before {
    color: #95166b;
    content: '→';
    margin-left: -20px;
    display: inline-block;
    padding-right: 7px;
}

.categories li a {
    /*color: #333;*/
    color: #95166b;
    text-decoration: underline;
    margin-bottom: 3px;
}

.post_image2 {
    margin-bottom: 30px;
}

.post h2 {
	margin-bottom: 20px;
}

.gal-item {
    display: inline-block;
    float: left;
    margin: 5px;
    text-align: center;
}

.gal-item h4 {
    font-size: 110%;
}

.gal-image {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
    border: 3px solid #e8e8e8;
    text-align: center;
}

.gal-image img {
    /*width: 100%;*/
    height: 100%;
    max-width: 100%;
}

.pagination li a {
    color: rgb(165,93,141);
}

.pagination li.active a {
    background: rgb(165,93,141);
    border-color: rgb(165,93,141);
}

.excerpts li {
    list-style-type: none;
    margin-bottom: 5px;
}

.excerpts li p {
    list-style-type: none;
    margin-bottom: 7px;
}

.excerpts li a {
    font-weight: bold;
}

.listPager .pageNumber {
    display: inline-block;
    padding: 0 15px;
}

.fs19 span {
    display: none;
    font-size: 24px;
}

.two-cols {
    /*height: 400px;*/
}

.post-header a,
.post_link,
.post_all {
    color: #12106b !important;
}

.post_all {
    margin-top: 30px;
}

.fb-like {
	margin-bottom: 10px;
}

@media (min-width: 600px) and (max-width: 1281px) {
    .carousel-inner {
        width: 100%;
    }

    .carousel-control.left, .carousel-control.right {
        display: none !important;
    }

    .fs20 h3 {
        font-size: 23px;
    }

    .info ul li {
        font-size: 13px;
    }

    .services a {
        font-size: 15px;
    }

    .menu, .logo-div {
        width: inherit;
    }

    .smlogo {
        margin-left: 25px;
    }

    .carousel {
        max-height: 188px;
    }

    .contact {
        border: none;
        padding-left: 15px;
    }

}



@media (max-width: 480px) {
    body {
        padding-top: 0px;
    }

    img.smlogo {
        display: inline-block;
        width: 50%;
        margin-left: 20px;
        margin-top: 0;
    }

    .navbar .navbar-brand {
        margin-top: 0;
    }

    .info span {
        display: inline;
        font-size: 124%;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .ambulances .col-sm-4 {
        padding: 0 !important;
    }

    .navbar {
        padding-bottom:0; 
    }

    .phone {
        display: none;
    }

    .navbar .navbar-toggle,.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
     margin-right: -20px;
     background: #434c69;
     border: 1px solid #313a56;
    }

    .navbar .navbar-header {
        width: 100%;
    }

    .navbar .navbar-nav>li {
        display: block;
        text-align: left;
        float: none;
    }

    .menu {
        width: 100%;
    }

    .navbar .navbar-nav {
        padding-top: 0px;
        float: left !important;
        width: 97%;

    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: rgba(255,255,255,0.5);
        width: 105%;
    }

    .navbar .col-sm-8 {
        margin-left: 0px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #FFF;
    }

    .service1,
    .service2,
    .service3,
    .service4 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .carousel {
        max-height: 190px;
    }

    .carousel h3 {
        font-size: 38px;
        font-weight: 100;
        margin-bottom: 30px;
        margin-top: 40px;
        width: auto;
    }

    .carousel p {
        font-weight: 300;
        margin-bottom: 30px;
        font-size: 15px;
    }

    .carousel-control,
    .carousel-control {
        background-image: none;
        display: none;
    }

    .carousel-inner {
        width: 100%;
        padding: 0;
        /*min-height: 280px;*/
    }

    .carousel .item img {
        /*max-width: 55%;
        position: absolute;*/
        right: 0;
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin: auto;
    }

    .carousel .item {
        height: inherit;
    }

    .info span, .bprocess h3 span {
        display: inline;
        font-size: 124%;
    }

    .experience {
        width: 98%;
    }

    .fs19 span {
        display: inline;
    }

    .bprocess img {
        display: none;
    }

    .bprocess {
        padding-top: 20px;
    }

    .fs26 h3 {
       margin-bottom: 0;
    }

    .no-pd .col-sm-12 {
        padding: 0;
    }

    .contact {
        padding-left: 15px; 
        border: none;
    }

    .copy p {
        padding: 0 15px;
    }
}

