﻿
@import "https://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,700,400italic,300italic,300,100italic,100";
* {
    font-family: 'Montserrat', sans-serif;
}
.sompo, body, html {
    background-color: #ececec;
    color: #4c4c4c;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.42857;
    padding: 0;
}
/*customize scrollbar*/
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px; /* for vertical scrollbars */
    height: 3px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}
/*show scrollbar on safari etc. by default*/
.premium_prod .table-responsive {
    -webkit-overflow-scrolling: auto;
}
.premium_prod .table-responsive {
}
a {
    color: #7f030d;
}
.link-grey a {
    color: #4c4c4c;
}
a:active, a:hover, a:focus, .link-grey a:hover, .link-grey a:focus {
    color: #aa001b;
    outline: medium none;
}
a:focus {
    text-decoration: none;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.ul-padding-left {
    padding-left: 1rem;
}
.margin0 {
    margin: 0;
}
.text-success {
    color: #3498db;
}
.bg-red {
    background: rgba(0, 0, 0, 0) linear-gradient(#f05fa2, #e50278) repeat scroll 0 0;
}
.bg-purple {
    background: rgba(0, 0, 0, 0) linear-gradient(#8b9ce2, #3a4283) repeat scroll 0 0;
}
.bg-orange {
    background: rgba(0, 0, 0, 0) linear-gradient(#faa318, #f1601f) repeat scroll 0 0;
}
[data-toggle="collapse"] {
    cursor: pointer;
}
.list-c{
	padding-left: 10px;
	font-size: 0.857rem;
	
}
.list-c li{
	position: relative;
	
}
.list-c li:before{
	content: "\f111";
    display: inline-block;
    font-family: fontawesome;
position: absolute;
left: -10px;
text-rendering: auto;
top: 7px;
font-size: 6px;
	
}
.well-c{
	border-radius: 0;
box-shadow: none;
background: #fafafa;
margin: 1rem 0;
	
}
.well-c .table{
	margin-bottom: 1.5rem;
	
}
.sompo h1 {
    font-weight: 300;
}
.sompo .container, .sompo .carousel-c {
    clear: both;
}
.sompo .carousel-c {
    background: #fafafa;
    border-bottom: 1px dashed #efefef;
    border-top: 1px dashed #ff0000;
    position: relative;
    min-height: 500px;
}
.header {
    padding: 15px 15px 0;
    position: relative;
}
.header a {
    color: #000;
}
.navbar-brand {
    height: auto;
    padding: 0;
}
.sompo .navbar-brand > img {
    margin-top: -20px;
}
.quicklinks {
    height: 0.857rem;
    line-height: 0.857rem;
    margin-right: 10px;
    text-align: right;
}
.quicklinks a {
    border-right: 1px solid #ccc;
    display: inline-block;
    padding: 0 5px;
}
.quicklinks .icon {
	font-size:0.857rem;
}
.quicklinks a:hover, .quicklinks a:focus {
    color: #aa001b;
	text-decoration:none;
}
.quicklinks a:last-of-type {
    border: medium none;
    padding: 0;
}

.sompo .navbar-right {
    margin-right: 0;
    margin-top: 18px;
}
.sompo .navbar-right > li > a {
    background: #eee none repeat scroll 0 0;
    margin-left: 1px;
    padding: 6px 10px;
}
.sompo .nav .open > a, .sompo .nav .open > a:hover, .sompo .nav .open > a:focus, .sompo .navbar-right > li > a:hover, .sompo .navbar-right > li > a:focus {
    background: #555150 none repeat scroll 0 0;
    color: #fff;
}
#search {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
	 -webkit-transform: translate(0px, -100%) scale(0, 0)translate(0, -25%);
      -ms-transform: translate(0px, -100%) scale(0, 0);
       -o-transform: translate(0px, -100%) scale(0, 0);
          transform: translate(0px, -100%) scale(0, 0);
	-webkit-transition: all 0.5s ease-in-out 0s;
       -o-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
#search input[type="text"] {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border: 1px solid #aa001b;
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: 300;
    height: 60px;
    left: 20%;
    line-height: 60px;
    margin: 10rem auto auto;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: left;
    width: 60%;
}
#search button[type="submit"] {
    background: #aa001b none repeat scroll 0 0;
    border: 0 none;
    height: 60px;
    line-height: 60px;
    margin: 10rem auto;
    position: absolute;
    right: 20%;
    top: 0;
    width: 60px;
}
#search button[type="submit"]:hover {
    background: #7f030d none repeat scroll 0 0;
}
#search button[type="submit"] span {
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    margin-top: 12px;
}
#search .close {
    color: #ffffff;
    font-size: 36px;
    opacity: 1;
    position: fixed;
    right: 30px;
    top: 15px;
}
#search.open {
    opacity: 1;
	 -webkit-transform: translate(0px, 0px) scale(1, 1);
      -ms-transform: translate(0px, 0px) scale(1, 1);
       -o-transform: translate(0px, 0px) scale(1, 1);
          transform: translate(0px, 0px) scale(1, 1);
    z-index: 10001;
}
.search-input {
    position: relative;
}
.search-input {
    position: relative;
}
.side_infolinks {
    display: block;
    line-height: 40px;
    position: fixed;
    right: -160px;
    top: 46%;
    width: 200px;
    z-index: 1000;
}
.side_infolinks > a, .side_infolinks > span {
    background-color: #aa001b;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    left: 0;
    margin-bottom: 2px;
    opacity: 0.75;
    position: relative;
    text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
    width: 200px;
}
html:not(.touch) .side_infolinks > a:hover, html:not(.touch) .side_infolinks > span:hover {
    left: -160px;
    opacity: 1;
}
.side_infolinks > a span, .side_infolinks > span span {
    display: block;
    font-size: 0.857rem;
    height: 40px;
    padding: 0 40px 0 10px;
    text-align: left;
    width: 100%;
}
.side_infolinks > a span:first-child {
    background-color: #aa001b;
    height: 40px;
    position: fixed;
    right: -0.4rem;
    text-align: center;
    width: 40px;
    line-height: 40px;
    font-size: 23px;
}
html:not(.touch) .side_infolinks > a.side_infolinks__4:hover, html:not(.touch) .side_infolinks > span.side_infolinks__4:hover {
}
.navbar-nav .open .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    position: absolute;
}
.megamenu .nav, .megamenu .collapse, .megamenu .dropup, .megamenu .dropdown {
    position: static;
}
.megamenu .dropdown-menu {
    left: auto;
}
/*.megamenu  ul li+li .dropdown-menu{
	max-height: 178px;
    overflow-y: scroll;
	}*/
.megamenu .dropdown-menu{
	max-height: 178px;
    overflow-y: auto;
	}
.megamenu .megamenu-content {
    padding: 15px 30px;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}
.dropdown-menu div[class*="col-"] a {
    display: block;
    padding: 15px 5px 5px;
}
.dropdown-menu div[class*="col-"] a:hover {
    background: #efefef none repeat scroll 0 0;
    text-decoration: none;
}
.dropdown-menu p {
    color: #7b797a;
    font-size: 0.75rem;
}

.megamenu-content .icon, .megamenu-content span[class*="pe-"] {
    color: #aa001b;
    float: left;
    font-size: 44px;
    min-width: 44px;
    margin-right: 5px;
    text-align: center;
}
.dropdown-menu div[class*="col-"] p {
    display: inline-block;
}
.dropdown-menu div[class*="col-"] p.lead {
    color: #000000;
    display: block;
    font-size: 0.96rem;
    font-weight: 600;
    margin: 0;
}
.quote > p {
    color: #666;
    font-size: 1.333em;
    font-weight: bold;
    margin: 0;
    padding-left: 15px;
}
.quote h1 {
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 3.157em;
    margin: 0;
    padding-left: 15px;
}
.quote h1 + h1 {
    font-size: 1.618rem;
    font-weight: 400;
    margin-top: 2rem;
}
.quote h1 + ul {
    font-size: 1.333rem;
    margin-top: 2rem;
}
.quote .list-inline > li {
    padding: 0;
}
.quote h1 + ul > li > a {
    color: #000000;
    display: block;
    padding: 1.5rem;
    text-align: center;
}
.quote h1 + ul a:hover, .quote h1 + ul a:focus {
    color: #7f030d;
    text-decoration: none;
}

.quote h1 + ul image, .quote h1 + ul span {
    display: block;
    margin: 0 auto;
    white-space: nowrap;
}
.quote h1 + ul > li > a span:first-child {
	font-size:58px;
	color:#aa001b;
	position:relative;
	top:0;
}

.quote h1 + ul > li > a.anchor_hover span:first-child{
    top: -20px;
	-webkit-transition: all 0.2s ease-in-out 0s;
       -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s;
}
.banner {
    float: right;
}
.quote-product {
    float: left;
}
.quote-product::before {
    content: "[";
}
.quote-product::after {
    content: "]";
}
.quote-product .icon, .quote-product span[class*="pe-"]  {
	font-size:34px;
	color:#aa001b;
}
.quote-product p {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin-bottom: 0;
    margin-right: 5px;
}
.quote form {
    font-size: 1rem;
}
.quote form span {
    margin: 0;
}
#parent, #parent1, #parent2 {
    border: 1px solid #dddddd;
}
#fixTable2.table > thead > tr > th, #fixTable1.table > thead > tr > th, #fixTable.table > thead > tr > th {
    background: #b80008 none repeat scroll 0 0;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    text-align: center;
    white-space: nowrap;
}
#fixTable.table > thead > tr, #fixTable1.table > thead > tr, #fixTable2.table > thead > tr {
    border: 1px solid #ffffff !important;
}
#fixTable.table > tbody > tr > td, #fixTable1.table > tbody > tr > td, #fixTable2.table > tbody > tr > td {
    text-align: center;
}
.drkbgRed {
    background-color: #960008 !important;
}
.mob {
    display: none;
}
@media (min-width: 1280px) {
.resp-vtabs .resp-tabs-container {
    width: 69%;
}
.premium_prod ul#myTab1 li > a, .premium_prod ul#myTab2 li > a, .premium_prod ul#myTab3 li > a {
    font-size: 1.1em;
}
}
@media (min-width: 768px) {
.modal-dialog {
    margin: 10px auto;
    width: 80%;
}
.modal-c .modal-dialog {
    margin: 5% auto 10px;
    text-align: center;
    width: 500px;
}
.modal-c .modal-dialog h3 {
    margin-top: 0;
}
}
.sompo .modal .btn-primary, .sompo .modal .btn-default {
}
form .modal .btn-primary:hover, form .modal .btn-primary:focus {
}
.unhide {
    color: #7f030d;
    cursor: pointer;
    padding: 15px 0 0;
}
.unhide:hover {
    text-decoration: underline;
}
/*.unhide-content table {
    border: 1px solid #ddd;
    font-size: 12px;
    margin: 15px 0 0;
}*/
.unhide-content table tr th {
    border-right: 1px dashed #ddd;
    white-space: nowrap;
}
.online-form #rootwizard .lead {
    font-size: 1.5rem;
}
.online-form .category .checkbox {
    background: #f5f5f5 none repeat scroll 0 0;
    display: inline-block;
    padding: 1rem;
}
.category .todo {
    margin-bottom: 1rem;
}
.main .todo > h4 {
    color: #333;
    font-size: 1rem;
}
.todo:hover {
    background: #4c4c4c none repeat scroll 0 0;
}
.online-form .btn {
    padding: 0.5rem 1rem;
}
.online-form .input-group-btn .btn {
    padding: 6px 12px;
}
.online-form hr {
    border-top: 1px dashed #ddd;
    margin: 0 -2.5rem 20px;
}
.note {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #004d7d;
    padding: 0.5rem 1rem;
    margin-bottom: 15px;
}
.note p {
    margin: 0.2rem 0;
    position: relative;
}
.note p::after, .note[aria-expanded="false"] p::after {
    content: "";
    display: inline-block;
    font: bold 24px/12px "Pe-icon-7-stroke";
    position: absolute;
    right: 0;
    text-rendering: auto;
    top: 7px;
}
.note[aria-expanded="true"] p::after {
    content: "";
    display: inline-block;
    font: bold 24px/12px "Pe-icon-7-stroke";
    position: absolute;
    right: 0;
    text-rendering: auto;
    top: 7px;
}
.note > .panel-body {
    border: 1px solid #ddd;
}
.note + .panel-body {
    background: #fafafa none repeat scroll 0 0;
    border-top: 1px solid #fff;
}
.note + .panel-body ol {
    font-size: 0.875rem;
    padding: 0 1rem;
}
.note + .panel-body ol li {
    margin-bottom: 0.5rem;
}
.note + .panel-body p, .note + .panel-body ul {
    font-size: 0.857rem;
    margin-bottom: 0.5rem;
}
.note + .panel-body ul {
    padding: 0;
}
.note + .panel-body dl {
    font-size: 1.5rem;
    margin: 1rem 0 0;
}
.note + .panel-body dt {
    padding: 1rem 0 0.5rem;
}
.note + .panel-body dd {
    font-size: 0.857rem;
    margin-bottom: 0.5rem;
}
.quotation .quotation-details {
    margin-top: 1rem;
}
.online-form .collapse + hr {
    display: none;
}
.online-form .in + hr {
    display: block;
}
.online-form .l2 {
    background: #fafafa none repeat scroll 0 0;
    margin: 0 -3.4rem;
    padding: 0.2rem 3.4rem;
}
.online-form .l2 + .panel-body {
    padding-left: 0;
    padding-right: 0;
}
.online-form .l2 > h4 {
    margin: 0.4rem 0;
    position: relative;
}
.online-form .l2 > h4::after, .online-form .l2[aria-expanded="false"] h4::after {
    content: "";
    display: inline-block;
    font: 34px/12px "Pe-icon-7-stroke";
    margin-right: 8px;
    position: absolute;
    right: 0;
    text-rendering: auto;
    top: 4px;
}
.online-form .l2[aria-expanded="true"] h4::after {
    content: "";
    display: inline-block;
    font: 34px/12px "Pe-icon-7-stroke";
    margin-right: 8px;
    position: absolute;
    text-rendering: auto;
    top: 4px;
}
.online-form .l2 p {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}
/**/
.online-form .l3 {
    margin: 1rem 0 0.5rem;
}
.online-form .tab-content .l1 h3 {
    padding-right: 2rem;
    position: relative;
}
.online-form .tab-content .l1 h3::after, .online-form .tab-content .l1[aria-expanded="false"] h3::after {
    content: "";
    display: inline-block;
    font: 24px/12px "Pe-icon-7-stroke";
    margin-left: 5px;
    position: absolute;
    right: 0;
    text-rendering: auto;
    top: 10px;
}
.online-form .tab-content .l1[aria-expanded="true"] h3::after {
    content: "";
    display: inline-block;
    font: 24px/12px "Pe-icon-7-stroke";
    margin-left: 5px;
    position: absolute;
    right: 0;
    text-rendering: auto;
    top: 10px;
}
.online-form .tab-content .menu-static h3::after {
    display: none;
}
.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
    color: #aa001b;
    font-family: "Lato",Helvetica,Arial,sans-serif;
}
.item {
}
.item h1 {
    color: #aa001b;
    font-size: 1.618rem;
    font-weight: 400;
    margin: 30px 0 15px;
    line-height: 57px;
}

.item .icon, .item span[class*="pe-"] {
	font-size:57px;
	color:#9e9e9e;
	float: left;
	margin-right: 5px;
	min-width: 57px;
}
.sompo .btn-primary, .sompo .btn-primary-c, .sompo .btn-default-c {
	background: #004d7d;
	text-transform: uppercase;
	border-radius: 0;
	border: none;
	border-left: 3px solid #000;
	color: #fff;
}
.sompo .btn-primary-c, .sompo .btn-default-c {
    border: medium none;
    font-size: 0.875rem;
}
.sompo .btn-primary:hover, .sompo .btn-primary:focus, .sompo .btn-primary-c:hover, .sompo .btn-primary-c:focus {
    background: #7f030d none repeat scroll 0 0;
    color: #fff;
}
.sompo .btn-default-c {
    background: #ddd none repeat scroll 0 0;
    color: #000;
}
.sompo .btn-default-c:hover, .sompo .btn-default-c:focus {
    background: #666 none repeat scroll 0 0;
    color: #fff;
}
.sompo .btn-default {
}
.sompo .pager .btn-default:hover, .sompo .pager .btn-default:focus, .sompo .modal-footer .btn-default:hover, .sompo .modal-footer .btn-default:focus {
    color: #000;
}
.sompo .btn-link {
    color: #7f030d;
    padding: 0;
    text-transform: uppercase;
}
.sompo .btn-link:hover, .sompo .btn-link:focus {
    color: #aa001b;
}
.sompo .btn .fa {
    font-size: 18px;
    padding-left: 10px;
}
.sompo .btn .fa:first-child {
    padding: 0;
}
.item .lead {
    font-size: 1em;
    font-weight: bold;
    margin: 30px 0 0;
}
.item .lead + a {
    color: #aa001b;
    display: block;
    font-size: 1.777em;
}
.item .lead + a:hover, .item .lead + a:focus {
    text-decoration: none;
}
.item .lead:first-of-type {
    margin: 0;
}
.item .lead + a:last-of-type {
    font-size: 1.333rem;
    font-weight: normal;
}
.item h1 .left, .item h1 .right {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    font-size: 1.333rem;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
.item h1 .left:hover, .item h1 .right:hover, .item h1 .left:focus, .item h1 .right:focus {
    background: #aa001b none repeat scroll 0 0;
    color: #fff;
}
.announce {
}
.announce h1 {
    margin-bottom: 20px;
    margin-top: 0;
}
.announce p:first-of-type {
    color: #aa001b;
}
.quotation h1, .quotation h2, .quotation h3, .quotation h4, .quotation h5, .quotation h6 {
    color: #333;
}
.round-tab {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 20px;
    line-height: 24px;
    text-align: center;
    width: 20px;
	box-shadow: 0 50px #606060 inset;
}
#rootwizard > .navbar {
    border: medium none;
    min-height: 40px;
}
#rootwizard > li {
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0;
    width: 65%;
	
}
#rootwizard .nav-pills > li.active > a, #rootwizard .nav-pills > li.active > a:focus, #rootwizard .nav-pills > li.active > a:hover {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #565656;
    font-size: 16px;
}
#rootwizard .nav-pills > li > a {
    background: #707070 none repeat scroll 0 0;
    border-left: 1px solid #ddd;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}
#rootwizard .tab-content {
    margin-bottom: 20px;
    padding: 0 1.5rem;
	
}
div[class*="col-"] input + input, div[class*="col-"] .input-group + .input-group {
    margin-top: 0.75rem;
}
.plan > .btn {
    border-radius: 0;
    padding: 0;
    text-align: left;
    white-space: normal;
}
.sompo .plan > .btn-default:hover, .sompo .plan > .btn-default:focus {
    background: #fff none repeat scroll 0 0;
}
.plan > .btn-default:hover .panel-heading, .plan > .btn-default:focus .panel-heading {
    background: #009fc2 none repeat scroll 0 0;
    color: #fff;
}
.plan .btn-default.active .panel-heading, .plan .btn-default:active .panel-heading {
    background: #009fc2 none repeat scroll 0 0;
    color: #fff;
}
.plan > .btn > .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.plan .btn-default.active, .plan .btn-default:active, .plan .open > .dropdown-toggle.btn-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.plan .btn-default.active h3, .plan .btn-default.active h4, .plan .btn-default:hover h3, .plan .btn-default:hover h4 {
    color: #fff;
}
.plan-selected .btn-default.active h4::after {
    content: "";
    display: inline-block;
    font: bold 1rem FontAwesome;
    position: absolute;
    right: 1rem;
    text-rendering: auto;
}
.plan .panel-heading {
    background: #fff;
    border-radius: 0;
}
.plan ul {
    margin: 0;
    padding: 0.5rem 0 0;
}
.plan ul li {
    margin-bottom: 0.4rem;
}
.plan h3 {
    margin-top: 5px;
}
.plan .lead {
    margin-bottom: 0;
}
.compare {
    float: right;
    margin: 0 1rem 0.5rem;
}
.area h4 {
    margin: 0;
}
.area .panel-body {
    padding-bottom: 0;
}
.area .btn-default.active .panel-heading::after, .area .btn-default:active .panel-heading::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 0.5rem;
    top: 10px;
}
.call-out {
    border-left: 5px solid #eee;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
}
.call-out h3, .call-out p {
    margin: 0;
}
.callout-danger {
    background: rgba(170, 0, 27, 0.05) none repeat scroll 0 0;
    border-left: 5px solid #aa001b;
}
.callout-success {
	background: #eefbff;
border-left: 3px solid #3498db;
}
.todo {
    backface-visibility: hidden;
    cursor: pointer;
    margin-top: 2px;
    position: relative;
	-webkit-transition: all 0.25s ease-in-out 0s;
       -o-transition: all 0.25s ease-in-out 0s;
          transition: all 0.25s ease-in-out 0s;
}
h4.todo-name {
    margin: 0;
}/*
.todo h4 {
    backface-visibility: hidden;
    background: #eee url("../images/todo.png") no-repeat scroll 98% center;
    cursor: pointer;
    margin-top: 2px;
    padding: 1rem;
    position: relative;
	-webkit-transition: all 0.25s ease-in-out 0s;
       -o-transition: all 0.25s ease-in-out 0s;
          transition: all 0.25s ease-in-out 0s;
}
.todo-done h4 {
    background: #f5f5f5 url("../images/done.png") no-repeat scroll 98% center;
    color: #1abc9c;
}*/
.todo h4 {
    background: #eee;
    cursor: pointer;
    margin-top: 2px;
    padding: 1rem;
    position: relative;
	-webkit-transition: all 0.25s ease-in-out 0s;
       -o-transition: all 0.25s ease-in-out 0s;
          transition: all 0.25s ease-in-out 0s;
}
.todo-done h4 {
    background: #f5f5f5;
    color: #1abc9c;
}
.todo-done h4:before {
	content: "\f058";
    display: inline-block;
    font: 20px "fontawesome";
    position: absolute;
    right: 1rem;
	color:#1abc9c;
}
#rootwizard .panel-default > .panel-heading h3::before, #rootwizard .panel-default > .panel-heading[aria-expanded="false"] h3::before {
    content: "";
    display: inline-block;
    font: 12px/1 FontAwesome;
    margin-right: 8px;
    text-rendering: auto;
}
#rootwizard .panel-default > .panel-heading[aria-expanded="true"] h3::before {
    content: "";
    display: inline-block;
    font: 12px/1 FontAwesome;
    margin-right: 8px;
    text-rendering: auto;
}
.comfirm .list-group > .fa {
    float: left;
    font-size: 5.61em;
    margin-right: 20px;
}
.comfirm .list-group > h2 {
    padding-top: 15px;
}
.comfirm .list-group > h2, .comfirm .list-group > p {
}
.sompo-grey .main {
    background: #f8f8f8 none repeat scroll 0 0;
}
.main .row {
    background: #fff none repeat scroll 0 0;
}
.main ul li {
    margin-bottom: 10px;

}
.sompo-white .main {
    background: #fff none repeat scroll 0 0;
}
.sompo-grey .main {
    border-top: 1px dashed #e1e1e1;
}
.main .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    margin: 0;
    padding: 0;
}
.sompo .main + .shared {
    margin-top: 40px;
}
.sompo-grey .breadcrumb + h1 {
    margin-bottom: 2rem;
    margin-top: 0;
}
#rootwizard {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    margin: 0 -15px;
}
.sompo-white .main h2, .sompo-grey .main h2 {
    font-size: 2.125rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.sompo-white .main h3 {
    font-weight: 300;
}
.sompo-white .main .faq h3 {
    padding-right: 2rem;
}
.sompo-white .main .row {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.claims + .row {
    border: 1px dashed #e1e1e1;
    margin-bottom: 40px;
}
.claims + .row div[class*="col-"]:first-child {
    margin: 10px auto;
}
.claims {
    margin: 0 auto 30px;
}
.claims h3 {
    color: #333;
    font-weight: 300;
}
.claims p.lead {
    margin: 0;
}
.claims .item, .claims .item:hover {
    border: 1px dashed #e1e1e1;
    cursor: pointer;
    display: inline-block;
    min-height: 230px;
    padding: 3rem 1rem 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.claims .item:hover {
	-webkit-transition: all 0.2s ease-in-out 0s;
       -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s;
}
.claims .item:hover h3 {
    color: #fff;
}
.claims .item .icon, .claims .item span[class*="pe-"] {
    font-size: 60px;
    color: #aa001b;
    float: none;
}
.claims .item:hover .icon, .claims .item:hover span[class*="pe-"] {
    color: #fff;
}
.claims .item span.pe-7s-culture {
    font-size: 56px;
}
.claims .row .item {
    border-left: 0 none;
    min-height: 250px;
}
.claims .row div[class*="col-"]:first-child .item {
    border-left: 1px dashed #e1e1e1;
    cursor: default;
}
.claims .row .item {
    border-top: 0 none;
}
.claims .row .item:hover {
    text-decoration: none;
}
.claims .row:first-of-type .item {
    border-top: 1px dashed #e1e1e1;
}
.claims .item p {
    font-size: 0.857rem;
}
.claims .item span:last-of-type {
    background: transparent none repeat scroll 0 0;
    border-radius: 25px;
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
}
.claims .item .lead {
    font-size: 1.375rem;
}
.claims div[class*="col-"] {
    padding: 0;
}
.claims .item hr {
    border: medium none;
    bottom: 0;
    height: 6px;
    left: 0;
    margin: 30% 30% 0;
    position: absolute;
    width: 40%;
}
.contact-us .enquiry .item:hover span:last-of-type {
	color:#aa001b;
	text-decoration:none;
}
.claims .traveljoy hr, .claims .traveljoy:hover {
    background: #009ec1 none repeat scroll 0 0;
    color: #fff;
}
.claims .pastar hr, .claims .pastar:hover {
    background: #f6821f none repeat scroll 0 0;
    color: #fff;
}
.claims .pajunior hr, .claims .pajunior:hover {
    background: #fdba14 none repeat scroll 0 0;
    color: #fff;
}
.claims .accident hr, .claims .accident:hover {
    background: #5f2d89 none repeat scroll 0 0;
    color: #fff;
}
.claims .maid hr, .claims .maid:hover {
    background: #e50278 none repeat scroll 0 0;
    color: #fff;
}
.claims .homebliss hr, .claims .homebliss:hover {
    background: #6fa74b none repeat scroll 0 0;
    color: #fff;
}
.claims .commercialline hr, .claims .commercialline:hover {
    background: #174698 none repeat scroll 0 0;
    color: #fff;
}
.claims .motor hr, .claims .motor:hover {
    background: #5ab3ab none repeat scroll 0 0;
    color: #fff;
}
.claims .workinjury hr, .claims .workinjury:hover {
    background: #00b5ae none repeat scroll 0 0;
    color: #fff;
}
.claims .medilife hr, .claims .medilife:hover {
    background: #009900 none repeat scroll 0 0;
    color: #fff;
}
.claims .Marine hr, .claims .Marine:hover {
    background: #00b5ae none repeat scroll 0 0;
    color: #fff;

}
.claims .commercial hr, .claims .commercial:hover {
    background: #167abf none repeat scroll 0 0;
    color: #fff;
}
.claims .feedbacks hr, .claims .feedbacks:hover {
    background: #666666 none repeat scroll 0 0;
    color: #fff;
}
.claims .site-color hr, .claims .site-color:hover {
    background: #aa001b none repeat scroll 0 0;
    color: #fff;
}
.online-help div[class*="col"]:first-child, .right div[class*="col"]:first-child {
    border-left: 1px dashed #e1e1e1;
}
.online-help .row {
}
.online-help ul {
}
.online-help li, .left li, .right li {
    border-top: 1px dashed #e1e1e1;
    height: 36px;
    line-height: 36px;
}
.online-help p, .left p {
    display: inline-block;
}
.online-help ul li a, .left ul li a {
    float: right;
}
.left ul li .btn-link {
    float: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato",Helvetica,Arial,sans-serif;
}
.input-group, .bootstrap-select.form-control {
}
.tab-content > .tab-pane {
    padding: 1rem;
}
.btn, .input-group-addon, .form-control {
    border-radius: 0;
}
.form-group {
    margin-bottom: 25px;
}
.preview .form-group {
    margin-bottom: 0;
}
.well {
    box-shadow: none;
}
.item .well .lead + a {
    margin: 20px auto 0;
}
.item .well .lead + a + a {
    color: #333;
}
.help .well {
    border: medium none;
    border-radius: 0;
    margin-bottom: 1rem;
    margin-top: 30px;
}
.sompo .alert {
    margin: 0 0 1rem;
    padding: 0.5rem 1rem;
}
input[type="checkbox"], input[type="radio"] {
    height: 18px;
    width: 18px;
}
.bootstrap-select {
}
.bootstrap-select > .btn {
    color: gray;
    padding-right: 25px;
    width: 100%;
}
.bootstrap-select.form-control {
    border: medium none;
    padding: 0;
}
.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
.bootstrap-select.btn-group .btn .caret {
    margin-top: -2px;
    position: absolute;
    right: 12px;
    top: 50%;
    vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
    box-sizing: border-box;
    min-width: 100%;
    z-index: 1035;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: static;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
    color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding-left: 2.25em;
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
    .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
        position: absolute;
        display: inline-block;
        right: 5px;
        margin-top: 5px;
    }
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
    color: gray
}
.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    bottom: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    box-sizing: border-box;
    margin: 0 2%;
    min-height: 26px;
    opacity: 0.9;
    padding: 3px 5px;
    pointer-events: none;
    position: absolute;
    width: 96%;
}
.form-horizontal .control-label {
    color: #606060;
 /*   font-size: 0.875rem;*/
}
.tabbar-combine .dropdown-toggle {
    background: #1ca8dd none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    height: 40px;
    padding: 6px 12px;
}
.tabbar-combine .btn-group.open .dropdown-toggle {
    background: #179dcc none repeat scroll 0 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    color: #fff;
}
.tabbar-combine .btn-group.open .dropdown-menu {
    top: 120%;
}
.bs-searchbox, .bs-actionsbox {
    padding: 4px 8px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.lta .tabbar-combine .btn-primary {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #1ca8dd none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #147fab;
    border-image: none;
    border-radius: 0;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    color: #fff;
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    background: #ddd none repeat scroll 0 0;
}
.pager .next > a, .pager .next > span {
    float: left;
    margin-right: 1rem;
}
.jumbotron {
    background: #f5f5f5 none repeat scroll 0 0;
    border-top: 1px dashed #e1e1e1;
    color: inherit;
    margin-bottom: 0;
    padding: 1rem 0;
}
.main-c .jumbotron {
    background: #fafafa;
    border-bottom: 1px dashed #e1e1e1;
    min-height: 340px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.main-c .auto-height {
    min-height: auto;
}
.main-c .jumbotron .traveljoy {
    background: #fdfdfc;
}
.main-c .jumbotron .homebliss {
    background: #f5f5f5;
}
.no-padding .jumbotron {
	padding-bottom:0;
}
.sompo-white .main-c .jumbotron {
}
.sompo-white .main-c .jumbotron div[class*="col-"]:nth-of-type(2) {
	text-align:right;
}
.main-c .jumbotron h1 {
    font-size: 3.157rem;
    margin-top: 3rem;
}
.main-c .jumbotron h2 {
    color: #4c4c4c;
}
.claim-traveljoy .jumbotron h2 {
    margin-bottom: 2rem;
}
.claim-traveljoy .jumbotron .row {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
}
.claim-traveljoy .jumbotron div[class*="col-"] {
    padding: 20px 30px;
}
.claim-traveljoy .jumbotron div[class*="col-"]:nth-child(2) {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}
.claim-traveljoy .jumbotron p {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 10px;
}
.claim-traveljoy .jumbotron .lead {
    font-weight: bold;
}
.jumbotron .lead, .jumbotron .btn-link {
    margin-top: 1rem;
}
.tagline {
    float: left;
    margin: 3rem auto 1rem -15px;
    padding: 0 2rem;
}
.tagline h2 {
    color: #000;
    font-size: 2.125rem;
    font-weight: 300;
    margin: 0 0 2rem;
}
.tagline h2 strong {
    color: #606060;
}
.tagline p {
    color: #aa001b;
    font-size: 1.375rem;
    margin: 0;
}
.tagline p a {
    margin-right: 1rem;
}
.brief{
    border-bottom: 1px dashed #e1e1e1;
}
.shared {
	background: #fafafa none repeat scroll 0 0;
    border-bottom: medium none;
    border-top: 1px dashed #e1e1e1;
}
.shared h2{
	line-height:45px;
	}
.shared .icon {
    font-size: 45px;
    color: #9e9e9e;
    float: left;
    margin-right: 5px;
}
.shared .announce .icon {
    font-size: 57px;
    color: #9e9e9e;
    float: left;
    margin-right: 5px;
    min-width: 57px;
}
.shared .container {
    padding-bottom: 30px;
    padding-top: 30px;
}
.brief .container {
    padding: 1.875rem 2rem;
}
.brief h1 {
    color: #aa001b;
    font-size: 2.75rem;
    margin-bottom: 1rem;
    margin-top: 15px;
    padding-top: 0;
}
.brief h1 + p {
    margin-bottom: 20px;
}
.brief ul li {
    line-height: 1.75rem;
    margin-bottom: auto;
}
.main > .container {
    padding: 1.5rem 2rem 1.875rem;
}
.main-c > .container {
    padding: 1.5rem 15px;
}
.claim-traveljoy .brief a {
    margin: 1.5rem 0 1.5rem 1rem;
}
.claim-traveljoy .brief .container {
}
.claim-traveljoy .brief .container div[class*="col-"]:nth-child(2) {
    text-align: right;
}
.claim-traveljoy .brief .container a {
    margin: 1.5rem 0 1.5rem 0.5rem;
}
.brief .announce {
    border-left: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
    margin: -1.875rem 0;
    padding: 1.875rem 15px;
    position: relative;
}
.brief .announce h3 {
    border-left: 2px solid #aa001b;
    margin-left: -16px;
    padding-left: 16px;
}
.announce p:first-of-type {
    color: #4c4c4c;
    font-weight: bold;
    margin: 0.7rem 0;
}
.announce .slide p:first-of-type {
    height: 70px;
}
.announce .slide > p a, .announce .slide > p ol {
    display: inline-block;
}
.announce .carousel-indicators {
    bottom: -0.5rem;
    left: 85%;
}
.brief .carousel-indicators li {
    background-color: #a2a2a2;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 6px;
    margin: 1px;
    text-indent: -999px;
    width: 6px;
}
.brief .carousel-indicators .active {
    background-color: #e31837;
    height: 8px;
    margin: 0;
    width: 8px;
}
.table-fixed {
    border: 1px solid #eee;
}
.table-fixed thead > tr > th {
    background: #b80008 none repeat scroll 0 0;
    border-bottom: 0 none;
    color: #fff;
    position: static;
}
.table-fixed tbody > tr > th {
    background: #f5f5f5 none repeat scroll 0 0;
    text-align: center;
}
.table-fixed tbody > tr > th::before, .table-fixed tbody > tr > th::after {
    clear: both;
}
.table-fixed tbody > tr > td {
    background: #fff none repeat scroll 0 0;
    white-space: nowrap;
}
.table-fixed thead > tr > th, .table-fixed tbody > tr > td, .table-fixed tbody > tr > th {
    font-size: 0.857rem;
    white-space: normal;
}
.table-fixed tbody {
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
}
.table-fixed tbody .sub-title， .prod_prem tbody .sub-title {
    font-weight: bold;
    text-align: center;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}
.table-fixed tbody td, .table-fixed thead > tr > th {
    float: left;
}
.table-fixed thead > tr {
    background: #b80008 none repeat scroll 0 0;
    border-bottom: 2px solid #ddd;
    float: left;
    width: 100%;
}
.table-fixed tbody tr {
    float: left;
    width: 100%;
}
.table-fixed span[class*="fa"] {
    margin-left: 5px;
}
.wrap_lft_tabs {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    margin-bottom: 15px;
    padding: 0 15px;
    width: 100%;
}
.tab-content > .faq {
    padding: 0;
}
.tab-content > .faq .panel {
    box-shadow: none;
    margin: 0;
}
.tab-content > .faq .panel-heading, .tab-content > .faq .panel-body {
    padding: 0;
}
.tab-content > .faq .panel-heading[aria-expanded="true"] {
    margin: 1rem 0;
}
.faq .panel-heading[aria-expanded="true"] h3, .contact-us .panel-heading[aria-expanded="true"] h3 {
    border-bottom: 1px dashed #ddd;
    font-weight: 400;
}
.contact-us .jumbotron h3 {
    color: #4c4c4c;
}

.contact-us .panel-heading h3 {
    font-weight: 300;
}
.tab-content > .faq .panel-heading h3, .tab-content > .faq .panel-body h3 {
    margin: 0;
    padding: 0.5rem 0 !important;
}
.tab-pane .badge {
    border-radius: 0;
    margin-right: 0.5rem;
    padding: 0.2rem 0.5rem;
    text-transform: uppercase;
}
.faq .item h4 {
    color: #333;
    display: inline-block;
}
.faq .item {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #666;
    cursor: pointer;
    margin: 0.4em;
    padding: 1em;
    text-decoration: none;
    width: 100%;
}
.faq .item .icon, .faq .item span[class*="pe-"]{
	font-size: 36px;
	min-width: auto;
	color: #aa001b;
	}
.faq .item:hover .icon, .faq .item:hover span[class*="pe-"]{
	color: #fff;
	}
.faq .item-to-left {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
	 -webkit-transform:translateZ(0px);
      -ms-transform: translateZ(0px);
       -o-transform: translateZ(0px);
          transform: translateZ(0px);
	-webkit-transition: color 0.3s ease-in-out 0s;
       -o-transition: color 0.3s ease-in-out 0s;
          transition: color 0.3s ease-in-out 0s;
    vertical-align: middle;
}
.faq .item-to-left::before {
    bottom: 0;
    content: "";
    left: 0;

    position: absolute;
    right: 0;
    top: 0;
	 -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
    transform-origin: 100% 50% 0;
	-webkit-transition:all 0.3s ease-in-out 0s;
       -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
    z-index: -1;
}
.faq a:hover h4, .faq a:focus h4 {
    color: #fff;
}
.faq .item-to-left:hover::before, .faq .item-to-left:focus::before, .faq .hvr-sweep-to-left:active::before {
    color: #fff;
	 -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.faq .traveljoy {
    border-right: 5px solid #2098d1;
}
.faq .traveljoy::before {
    background: #2098d1 none repeat scroll 0 0;
}
.faq .pastar {
    border-right: 5px solid #f6821f;
}
.faq .pastar::before {
    background: #f6821f none repeat scroll 0 0;
}
.faq .homebliss {
    border-right: 5px solid #6fa74b;
}
.faq .homebliss::before {
    background: #6fa74b none repeat scroll 0 0;
}
.faq .maid {
    border-right: 5px solid #e50278;
}
.faq .maid::before {
    background: #e50278 none repeat scroll 0 0;
}
.faq .pajunior {
    border-right: 5px solid #fdba14;
}
.faq .pajunior::before {
    background: #fdba14 none repeat scroll 0 0;
}
.faq .accident {
    border-right: 5px solid #5f2d89;
}
.faq .accident::before {
    background: #5f2d89 none repeat scroll 0 0;
}
.faq .motor {
    border-right: 5px solid #5ab3ab;
}
.faq .motor::before {
    background: #5ab3ab none repeat scroll 0 0;
}
.faq .medilife {
    border-right: 5px solid #009900;
}
.faq .medilife::before {
    background: #009900 none repeat scroll 0 0;
}
.faq .panel {
    border: medium none;
    box-shadow: none;
    margin-bottom: 0;
}
.faq .panel-heading, .faq .panel-body {
    padding-left: 0;
    padding-right: 0;
}
.faq h3 {
    margin: 0;
    padding: 0.5rem 0;
    position: relative;
}
.faq .panel-heading h3::after, .faq panel-heading[aria-expanded="false"] h3::after {
    content: "";
    display: inline-block;
    font: 24px/12px "Pe-icon-7-stroke";
    margin-left: 5px;
    position: absolute;
    right: 0;
    text-rendering: auto;
    top: 10px;
}
.faq .panel-heading[aria-expanded="true"] h3::after {
    content: "";
    display: inline-block;
    font: 24px/12px "Pe-icon-7-stroke";
    margin-left: 5px;
    position: absolute;
    right: 0;
    text-rendering: auto;
    top: 10px;
}
.sidebar-offcanvas {
    padding: 0;
}
.sidebar-offcanvas .list-group {
    margin-bottom: 20px;
    padding: 0.1rem 2rem 1rem;
}
.sidebar-offcanvas .list-group-item {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin-bottom: 0;
    padding: 0;
}
.sidebar-offcanvas .list-group-item a {
    border-bottom: 1px dashed #e1e1e1;
    color: #333;
    display: block;
    font-weight: 600;
    padding: 15px 0;
}
.sidebar-offcanvas .list-group-item .btn-link {
    border-bottom: medium none;
    text-align: left;
}
.sidebar-offcanvas .thumbnail {
    border: 0 solid #efefef;
    border-radius: 0;
    clear: both;
    margin-top: 1rem;
    padding: 0;
}
.sidebar-offcanvas .thumbnail .caption {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    color: #333;
    cursor: pointer;
    display: block;
    margin-top: -66px;
    padding: 9px;
    position: relative;
}
.sidebar-offcanvas .thumbnail .caption:hover {
    background: rgba(250, 250, 250, 0.8) none repeat scroll 0 0;
    text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out 0s;
       -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s;
}
.sidebar-offcanvas .thumbnail .caption p, .sidebar-offcanvas .thumbnail .caption h3 {
    margin: 0;
}
.sidebar-offcanvas .thumbnail .caption span {
    float: right;
    font-size: 2.5rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.sidebar-offcanvas .list-group-item a:hover, .sidebar-offcanvas .list-group-item a:focus {
    color: #aa001b;
    text-decoration: none;
}
.sidebar-offcanvas .list-group-item.active a, .sidebar-offcanvas .list-group-item.active a:hover, .sidebar-offcanvas .list-group-item.active a:focus {
    color: #7f030d;
}
.sidebar-offcanvas .list-group-item span {
    float: right;
}
.sidebar-offcanvas .list-group-item:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #aa001b;
}
.sidebar-offcanvas .list-group-item:last-child a {
}
.sidebar-offcanvas .list-group-item.active, .sidebar-offcanvas .list-group-item.active:hover, .sidebar-offcanvas .list-group-item.active:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #7f030d;
    font-weight: 800;
}
.content {
    padding: 0 0 0 3rem;
}
.content h2 {
    font-size: 2.125rem;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
}
.content .lead {
    background: #fafafa none repeat scroll 0 0;
    font-size: 1.125rem;
    font-style: italic;
    padding: 1rem;
}
.content p {
    margin: 0 0 1rem;
}
.dload {
    border-bottom: 1px dashed #e1e1e1;
    border-top: 1px dashed #e1e1e1;
    margin: 0 15px 0 0;
    padding: 15px 15px 5px 0;
}
.action-grid .table > thead > tr > th, .action-grid .table > tbody > tr > th, .action-grid .table > tfoot > tr > th, .action-grid .table > thead > tr > td, .action-grid .table > tbody > tr > td, .action-grid .table > tfoot > tr > td {
    border-left: 1px solid #fefefe;
    border-top: 1px solid #fefefe;
    color: #444;
    padding: 9px 8px;
    vertical-align: middle;
}
.action-grid .table > thead > tr > th {
    background: #958d66 none repeat scroll 0 0;
    border-bottom: 2px solid #5b553b;
    border-left: medium none;
    color: #fff;
    text-transform: uppercase;
}
.action-grid .table > thead > tr > th:nth-child(2), .action-grid .table > thead > tr > th:nth-child(1), .action-grid .table > tbody > tr > td:nth-child(1), .action-grid .table > tbody > tr:first-child > td:nth-child(2) {
    padding-left: 25px;
    text-align: left;
}
.action-grid th, .action-grid td {
    text-align: center;
}
.action-grid tbody {
    border-bottom: 2px solid #bcbaae;
}
.action-grid .table > tbody > tr:first-child > td:first-child {
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.15);
    position: relative;
}
.action-grid .table > tbody > tr:first-child > td:first-child::after {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 48px;
    font-style: normal;
    font-weight: normal;
    padding-right: 0.5em;
    position: absolute;
    right: -38px;
    text-decoration: inherit;
    top: 40%;
}
.breadcrumb i, .breadcrumb > .active, .breadcrumb > li + li::before {
    color: #666;
}
.about-us .jumbotron {
}
.bg {
    height: 100%;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    top: 0;
	-webkit-transition: opacity 2s ease 0s;
       -o-transition: opacity 2s ease 0s;
          transition: opacity 2s ease 0s;
    width: 100%;
    z-index: -1;
}
.about-us .jumbotron img {

}
.ceo .thumbnail, .right .thumbnail {
    border: medium none;
    margin-top: 1rem;
    padding: 0;
    position: relative;
}
.ceo .thumbnail .caption {
    background: #b7182e none repeat scroll 0 0;
    color: #fff;
}
.ceo .thumbnail .caption h4 {
    color: #fff;
    font-size: 0.857rem;
    margin: 0;
}
.ceo .thumbnail .caption p {
    font-size: 0.75rem;
    margin: 0;
}
.right .thumbnail .caption {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    width: 100%;
}
.right .thumbnail .caption h4 {
    color: #fff;
    margin: 0;
}
.table-c > tbody > tr > td, .table-c > tbody > tr > th, .table-c > tfoot > tr > td, .table-c > tfoot > tr > th, .table-c > thead > tr > td, .table-c > thead > tr > th {
    border: medium none;
    padding-left: 0;
    padding-right: 0;
}
.table-col2 > tbody > tr > td:nth-child(2), .table-col2 > tbody > tr > th:nth-child(2), .table-col2 > thead > tr > td:nth-child(2), .table-col2 > thead > tr > th:nth-child(2), .table-col2 > tfoot > tr > td:nth-child(2), .table-col2 > tfoot > tr > th:nth-child(2) {
    text-align: center;
    vertical-align: middle;
}
.table-c tbody > tr > th {
    background: #f5f5f5 none repeat scroll 0 0;
    font-weight: bold;
}
.table-caption thead:first-of-type > tr:first-child > th {

    background: #ddd none repeat scroll 0 0;

    text-transform: uppercase;
}
.table-col {
}
.table-col > tbody > tr > td, .table-col > tbody > tr > th, .table-col > thead > tr > td, .table-col > thead > tr > th, .table-col > tfoot > tr > td, .table-col > tfoot > tr > th {
    text-align: center;
    vertical-align: middle;
}
.well-c .table-col > tbody > tr > td, .well-c .table-col > tbody > tr > th, .well-c .table-col > thead > tr > td, .well-c .table-col > thead > tr > th, .well-c .table-col > tfoot > tr > td, .well-c .table-col > tfoot > tr > th {
    text-align: left;
}
.left-align > tbody > tr > td, .left-align > tbody > tr > th, .left-align > thead > tr > td, .left-align > thead > tr > th, .left-align > tfoot > tr > td, .left-align > tfoot > tr > th {
    text-align: left;
    vertical-align: top;
}
.table-col > tbody > tr > td:nth-child(1), .table-col > tbody > tr > th:nth-child(1), .table-col > thead > tr > td:nth-child(1), .table-col > thead > tr > th:nth-child(1), .table-col > tfoot > tr > td:nth-child(1), .table-col > tfoot > tr > th:nth-child(1) {
    text-align: left;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-col > thead > tr > th {
    position: static;
}
.table-col > tbody {
    max-height: 100px;
    overflow-y: auto;
    width: 100%;
}
.form-horizontal-c {
    margin-bottom: 2rem;
}
.form-horizontal-c .form-group {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
}
.form-horizontal-c .form-group div {
    background: #fafafa none repeat scroll 0 0;
    border-left: 2px solid #fff;
}
.form-horizontal-c .control-label {
    text-align: left;
}
.form-horizontal-c .control-label span {
    font-weight: normal;
}
.form-horizontal-c p {
    margin: 0;
}
.report hr {
    border-top: 2px solid #aa001b;
    height: 2px;
    margin: 0;
}
.report ul li {
    border-bottom: 1px dashed #e1e1e1;
    line-height: 1.5rem;
    margin: 0;
    padding: 0.8rem 0;
}
.report ul li a + a {
    float: right;
    font-size: 1.8rem;
}
.report ul li a + a:hover, .report ul li a + a:focus {
    text-decoration: none;
}
.join div:first-of-type {
    border-right: 1px dashed #ddd;
}
.join div[class*="col-"]:last-child {
    margin-top: 1rem;
}
.join .icon, .join span[class*="pe-"] {
    font-size: 40px;
    float: left;
    margin-right: 0.5rem;
    margin-top: 5px;
    color: #9e9e9e;
}
.step span {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 100%;
    display: block;
    float: left;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
.step span span {
    display: block;
    font-size: 0.75rem;
    padding: 7px;
}
.step span span strong {
    display: block;
    font-size: 0.857rem;
}
.step .table > tbody > tr > td, .step .table > tbody > tr > th, .step .table > tfoot > tr > td, .step .table > tfoot > tr > th, .step .table > thead > tr > td, .step .table > thead > tr > th {
    border: medium none;
    vertical-align: middle;
}
.step .table > tbody > tr:nth-child(1) > td, .step .table > tbody > tr:nth-child(3) > td {
    vertical-align: top;
}
.step .register-form {
    margin-top: 1.5rem;
}
.step .register-form p {
    font-weight: bold;
    margin: 0;
}
.lvl3 > .container {
    padding: 40px 15px;
}
.lvl3 h3 {
    font-weight: 300;
}
.lvl3 .breadcrumb + h1 {
    margin-bottom: 1.6rem;
}
.lvl3 > .container .panel {
    border-radius: 0;
    margin: 0;
}
.lvl3 > .container .panel-body {
    padding: 1.5rem 2rem;
}
.lvl3 ol li {
    margin-bottom: 0.5rem;
}
.claims .call-us:hover, .claims .call-us:focus {
    background: #fff none repeat scroll 0 0;
    color: initial;
}
.claims .call-us:hover img {
    display: inline-block;
}
.claims .call-us:hover h3 {
    color: #333;
}
.claims .call-us:hover span {
    color: #7f030d;
    text-decoration: underline;
}
.contact-us .call-us-details {
    border: 1px dashed #e1e1e1;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 1rem 2rem;
}
.call-us-details > ul:first-of-type, .call-us-details > ul:first-of-type li {
    margin: 0;
    padding: 0;
}
.emergency .row {
    border: 1px dashed #e1e1e1;
}
.emergency .row div[class*="col-"]:first-child .item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #e1e1e1 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none dashed none none;
    border-width: medium 1px medium medium;
}
.emergency table td {
    border: 1px dashed #e1e1e1;
}
.emergency .item, .emergency .item:hover {
    border: medium none;
    min-height: 140px;
    padding: 1rem 1rem 0;
}
.emergency table tr td {
    padding: 1rem 2rem;
}
.emergency h4 {
    color: #333;
}
.emergency .item:hover {
    text-decoration: none;
}
.emergency .item:hover h4 {
    color: #fff;
}
.emergency dl {
    margin: 0;
}

.concise-form {
    padding: 1rem 0;
}

.concise-form .bootstrap-select {
    margin: 0 0 1rem;
}
.concise-form > .form-group div[class*="col-"] > div {
    overflow: hidden;
    position: relative;
}
.concise-form input, .concise-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    left: 0;
    outline: 0 none;
    padding: 8px 12px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
}
.concise-form input:valid, .concise-form textarea:valid {
    background: white none repeat scroll 0 0;
}
.concise-form input:focus, .concise-form textarea:focus {
    border-color: #e1e1e1;
}
.concise-form input:focus + label, .concise-form textarea:focus + label {
    background: #e1e1e1 none repeat scroll 0 0;
    font-size: 70%;
    padding: 1px 6px;
    text-transform: uppercase;
    z-index: 2;
}
.concise-form input[type="text"] + label, .concise-form textarea + label {
    color: #999;
    padding: 8px 12px;
    position: absolute;
	-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, top 0.2s ease 0s, bottom 0.2s ease 0s, right 0.2s ease 0s, left 0.2s ease 0s;
       -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, top 0.2s ease 0s, bottom 0.2s ease 0s, right 0.2s ease 0s, left 0.2s ease 0s;
          transition: background 0.2s ease 0s, color 0.2s ease 0s, top 0.2s ease 0s, bottom 0.2s ease 0s, right 0.2s ease 0s, left 0.2s ease 0s;
    width: 100%;
}
.concise-form textarea {
    display: block;
    resize: vertical;
}
.concise-form input, .concise-form textarea {
}
.concise-form input[type="text"] + label, .concise-form textarea + label {
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
}
.concise-form input:focus, .concise-form textarea:focus {
    padding: 4px 6px 20px;
}
.concise-form input:focus + label, .concise-form textarea:focus + label {
    margin-bottom: 0;
    margin-top: -20px;
    padding-bottom: 2px;
    padding-top: 2px;
    top: 100%;
}
.contact-us .block {
    border-bottom: 1px dashed #e1e1e1;
    border-top: 1px dashed #e1e1e1;
    margin: 1rem 0;
    padding: 0.5rem 0;
}
.contact-us .no-bborder {
    border-bottom: medium none;
}
.block li {
    padding-left: 0;
}
.concise-form input[type="checkbox"], .concise-form input[type="radio"], .concise-form input[type="file"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin-left: 0;
    width: auto;
}
.concise-form .panel-footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-top: 1px dashed #e1e1e1;
    padding: 1rem 0;
}
.contact-us .tab-pane .panel-body {
    padding: 15px 0;
}
.contact-us .tab-pane .panel-body {
    padding: 15px 0;
}
.contact-us .tab-pane .lead {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 21px;
    font-style: normal;
    padding: 0;
}
.contact-us .tab-pane dl > strong {
    font-size: 0.857rem;
    font-weight: bold;
}
.map {
    padding: 3rem 0;
    position: relative;
}
.map .bg {
    opacity: 1;
    z-index: 0;
}
.filter {
    bottom: 2rem;
    left: 0;
    position: relative;
    top: 0;
    z-index: 1;
}
.filter .panel-heading, .filter .panel-body {
    border-radius: 0;
    padding: 1.5rem 2rem;
}
.filter .panel-heading h1 {
    margin: 0;
}
.filter .l1 {
    background: #fafafa none repeat scroll 0 0;
}
.filter form + hr {
    margin: 2rem -2rem;
}
.filter .panel-body {
    background: #fff none repeat scroll 0 0;
}
.filter .details {
    height: 580px;
    overflow-y: scroll;
}
.filter .item {
}
.filter .item .lead {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.filter .item div, .filter .form-group {
    margin-bottom: 10px;
}
.filter .item p {
    font-size: 0.875rem;
    margin-bottom: 5px;
}
.filter .item p > a {
    margin-right: 1rem;
}
.filter .item ul {
    font-size: 0.75rem;
    margin-left: 0;
    padding-left: 1rem;
}
.filter .item hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: dashed none none;
    border-width: 1px 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.search-result .search {
    position: relative;
}
.search-result .search input {
    box-sizing: border-box;
    font-size: 1.2rem;
    height: 38px;
    line-height: 38px;
    width: 100%;
}
.search-result button {
    height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.search-result .shared {
    border-bottom: 1px dashed #e1e1e1;
}
.search-result .shared h1 {
    margin: 0 0 1.6rem;
}
.search-result .results {
    background: #fff none repeat scroll 0 0;
}
.results article {
    border-top: 1px dotted #e1e1e1;
}
.results article:first-of-type {
    border: medium none;
}
.meta-search {
    border-right: 1px dotted #e1e1e1;
    list-style: outside none none;
    margin-top: 1.5rem;
    padding: 0.8rem 1rem 0.8rem 0;
}
.maintenance {
    background: #bf4054 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    height: 100vh;
    position: absolute;
    top: 0;
    width: 100%;
}
.maintenance-c {
    bottom: 0;
    display: inline-block;
    height: 50%;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.maintenance-c .icon-crane {
    font-size: 140px;
    border: 4px solid #fff;
    border-radius: 100%;
    height: 200px;
    width: 200px;
    display: inline-block;
    text-align: center;
    line-height: 200px;
}
.maintenance-c h1 {
    margin: 2rem auto 1rem;
}
.maintenance .btn-link {
    color: #fff;
}
.maintenance .btn-link:hover, .maintenance .btn-link:focus {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    border-radius: 15px;
    padding: 0.2rem 2rem;
    text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out 0s;
       -o-transition: all 0.15s ease-in-out 0s;
          transition: all 0.15s ease-in-out 0s;
}
.error {
    color: #fa8383;
    /*background: #f1f1f1 none repeat scroll 0 0;
    border-top: 1px dashed #e1e1e1;
    min-height: 500px;
    padding: 6rem;
    text-align: center;*/
}
.error .pe-7s-attention {
    font-size: 10rem;
}
.error .btn-link {
}
.error .btn-link:hover, .error .btn-link:focus {
    background: rgba(170, 0, 27, 0.8) none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    padding: 0.2rem 2rem;
    text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out 0s;
       -o-transition: all 0.15s ease-in-out 0s;
          transition: all 0.15s ease-in-out 0s;
}
.footer {
    position: relative;
    display: block;
    padding: 48px 0;
    background: #ececec;
    color: #737373;
    font-size: 14px;
}
.footer > .container {
	padding-bottom:15px;
}
.footer .row:first-child {
    margin-bottom: 60px;
}
.footer .row:first-child .list-unstyled a {
    color: #e0e0e0;
    font-size: 1rem;
    line-height: 1.875rem;
}
.footer .row:first-child + .row, .footer .row:first-child + .row .list-unstyled a, .accreditation a {
    color: #a4a3a4;
    font-size: 0.75rem;
    text-align: right;
}
.footer .row:first-child + .row .list-unstyled {
    margin: 0;
    text-align: left;
}
.footer .row:first-child ul li:first-child {
    margin-top: 10px;
}
.footer .row:first-child ul {
    margin-bottom: 1.5rem;
}
.footer .list-inline > li {
    padding: 0;
}
.footer .accreditation .row {
    margin-bottom: 0;
}
.accreditation {
    background: #606060 none repeat scroll 0 0;
    margin: 20px auto 0;
    padding: 15px 0 0;
}
.accreditation a {
    display: inline-block;
}
.accreditation ul {
    margin-bottom: 0;
}
.accreditation div[class*="col-"]:last-child {
    text-align: right;
}
.accreditation div[class*="col-"]:last-child a {
    margin-top: 15px;
}
.accreditation div[class*="col-"]:first-child img {
    margin-right: 10px;
}
.accreditation div[class*="col-"]:last-child img {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.accreditation p {
    display: inline-block;

    margin: 0;
    text-align: left;
}
/*new quotation form - spectra F & B */
.quotation-new .panel-default {
    border: none;
    box-shadow: none;
}
.quotation-new .panel-heading {
    border-radius: 0;
	border-bottom: none;
}
.quotation-new .panel-heading h4 {
	color: #004d7d;
}
.panel-title img {
    margin-right: 5px;
}
.quotation-new .panel-body {
    padding: 0;
    border: none;
    padding: 15px;
    margin-bottom: 25px;
}
.quotation-new .panel-body h5{
    padding:15px;
    text-transform: uppercase;
	font-weight: bold;
	color: rgb(170, 0, 27);
	border-bottom: 1px solid #e1e1e1;
}
.quotation-new .control-label {
    color: #777;
}
.quotation-new .plan:hover .control-label {
    color: #ff0000;
}
.quotation-new section, .proposal-new .panel-body section{
	border-bottom: 1px dashed #ddd;
	padding: 1rem 0;
}
.proposal-new .panel-default:first-child{
	margin-top: 20px;
}
.proposal-new .panel-default:first-child section{
	border-top: 1px dashed #ddd;
	border-bottom: none;
}
.quotation-new .quote-product{
	float: none;
}
.quotation-new section > .form-group:last-child::after{
	clear: both;
}
.quotation-new .form-group .col-sm-2{
	text-align: right;
}
.quotation-new .page-header{
    background: #f8f8f8;
    padding: 3px 15px;
    color: #aa001b;
}
.quotation-new .page-header h4{
    color: #aa001b;
}
.quotation-new .card{
	border-radius: 0;
	background: #fff;
	box-shadow: 0 0 3px rgb(0,0,0,0.2);
}
.quotation-new .card .row{
	margin: 0.5rem 0;
}
.quotation-new .card .row div[class*='col-']:last-of-type{
	text-align: right;
}
.quotation-new .btn-primary-s{
    background: #3498db;
	color: #fff;
	border-radius: 25px;
	padding: 3px 10px;
	font-size: 0.75rem;
}
.quotation-new .card .context {
    padding: 0.5rem 0;
    border-top: 1px dashed #e1e1e1;
    border-bottom: 1px dashed #e1e1e1;
    line-height: 34px;
}
.quotation-new .card .context div[class*="col-"]:last-child{
    font-size: 1.5rem;
}
.quotation-new .plan > .btn{
	border: none;
	
}
.quotation-new .plan .breakdown{
	background: rgba(255,255,255,0.4);
	position: relative;
	margin: 0 -15px;
	padding: 15px;
	
}
.quotation-new .plan .form-control-static{
	margin: 0;
	padding: 0;
	min-height: auto;
	
}
.breakdown .form-group {
    margin-bottom: 1rem;
}
.breakdown .form-group:last-of-type {
    margin-bottom: 0;
}
.quotation-new .plan > .btn .panel-body {
    background: #f8f8f8;
	padding: 15px;
}
.quotation-new .plan .breakdown:before {
	content: "\f0d8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: rgba(255,255,255,0.4);
    font-size: 28px;
    position: absolute;
    top: -25px;
    left: 20px;
}
.quotation-new .btn-default-c:hover, .quotation-new .btn-default-c:focus {
    background: rgb(52, 152, 219) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
}
.unhide-content-a1 div, .unhide-content-a2 div, .unhide-content-a3 div, .unhide-content-a4 div {
    margin: 1rem 0;
}

/*optional cover*/
.right-span {
    font-size: 10px;
    color: #808080;
    float: right;
    padding: 10px;
}
.left-span {
    font-size: 10px;
    color: white;
    text-align: left;
    padding-left: 8px;
}
.slider:after {
    content: 'NO';
    font-size: 10px;
    right: 10px;
    position: absolute;
    top: 10px;
    color: #ffffff;
}

/*added by sumi*/
input:checked + input[type="hidden"] + .slider:after{
    content: 'YES';
    color: #fff;
    position: absolute;
    font-size: 10px;
    left: 8px;
}
input:checked + .slider:after {
    content: 'YES';
    color: #fff;
    position: absolute;
    font-size: 10px;
    top: 0;
    left: 10px;
}
.container-row
{
    width:950px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
   float:left;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aa001b;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #268a0b;
	line-height: 32px;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/*added by sumi*/
/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #268a0b;
}

/* include generated hidden field here */
input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/*Till hear*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.todo-new {
   width:1096px;
    cursor: pointer;
    margin-top: 2px;
    position: relative;
	-webkit-transition: all 0.25s ease-in-out 0s;
       -o-transition: all 0.25s ease-in-out 0s;
          transition: all 0.25s ease-in-out 0s;
}
h5.todo-name-new {
    margin: 0;
}
.todo-new h5 {
    background: #eee;
    cursor: pointer;
    margin-top: 2px;
    padding: 1rem;
    position: relative;
	-webkit-transition: all 0.25s ease-in-out 0s;
       -o-transition: all 0.25s ease-in-out 0s;
          transition: all 0.25s ease-in-out 0s;
}
.todo-done-new h5 {
    background: #f5f5f5;
   color:#aa001b !important;
}
/*optional cover end!*/
/*quotation end*/


@media (min-width: 1200px) {
.quote {
    position: absolute;
    top: 5rem;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.item h1 {
    font-size: 1.2rem;
}
}
@media (max-width: 991px) {
.accreditation br {
    display: none;
}
}
@media (max-width: 767px) {
.megamenu .navbar-right {
    margin: 0 -15px;
}
.megamenu .navbar-right > li {
    float: left;
    text-align: center;
    width: 50%;
}
.sompo .carousel-c {
}
.main .item {
    border-bottom: 1px dashed #efefef;
    padding-bottom: 20px;
}
.main .highlight .item, .main .announce .item {
    border-bottom: medium none;
}
.main > .row > .item {
    border: medium none;
    padding-bottom: 0;
}
.announce div[class*="col-"] {
    border-bottom: 1px dashed #efefef;
    padding-bottom: 10px;
    padding-top: 10px;
}
.announce div[class*="col-"]:first-child {
    padding-top: 0;
}
.footer ul:nth-child(3), .footer ul:nth-child(4) {
    margin-top: 20px;
}
.main-c .jumbotron h1 {
}
/*inter pages banner*/
.tagline {
    float: none;
}
}


@media (max-height: 800px) and (max-width: 600px) {
.sompo .btn-default {
    display: table;
    float: left;
    /*width: 50%;*/
}
}
@media (max-height: 413px) and (max-width: 1024px) {
.quote > p, .quote h1 {
    padding-left: 25px;
}
.quicklinks {
    margin-bottom: 30px;
}
.quote h1 + ul a {
}
.quote h1 + ul a:hover, .quote h1 + ul a:focus {
}
/*.megamenu .navbar-right a > span {
    display: none;
}*/
.sompo .carousel-c {
    padding-top: 40px;
}
}
@media (max-height: 736px) and (max-width: 767px) {
.quicklinks {
    margin-bottom: 30px;
}
.sompo .carousel-c {
    padding-top: 60px;
}
.megamenu .dropdown-toggle > span {
    display: none;
}
.sompo .carousel-c {
    padding-top: 40px;
}
}
html, body {
    overflow-x: hidden;
}
@media screen and (max-width: 767px) {
.row-offcanvas {
    position: relative;
	-webkit-transition: all 0.25s ease-out 0s;
       -o-transition: all 0.25s ease-out 0s;
          transition: all 0.25s ease-out 0s;
}
.row-offcanvas-right {
    right: 0;
}
.row-offcanvas-left {
    left: 0;
}
.row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
}
.row-offcanvas-left .sidebar-offcanvas {
}
.row-offcanvas-right.active {
    right: 50%;
}
.row-offcanvas-left.active {
    left: 50%;
}
.sidebar-offcanvas {
    top: 0;
    width: 100%;
}
.sidebar-offcanvas .list-group {
}
}
.footer {
    position: relative;
    display: block;
    padding: 48px 0;
    background: #ececec;
    color: #737373;
    font-size: 14px;
}
.footer .row:first-child {
    margin-bottom: 30px;
}
.footer .row:first-child .list-unstyled a {
    color: #e0e0e0;
    font-size: 1rem;
    line-height: 1.875rem;
}
.footer .row:first-child + .row, .footer .row:first-child + .row .list-unstyled a, .accreditation a {
    color: #a4a3a4;
    font-size: 0.75rem;
    text-align: right;
}
.footer .row:first-child + .row .list-unstyled {
    margin: 0;
    text-align: left;
}
.footer .row:first-child ul li:first-child {
    margin-top: 15px;
}
.footer .list-inline > li {
    padding: 0;
}
.footer .accreditation .row {
    margin-bottom: 0;
}
.accreditation {
    background: #606060 none repeat scroll 0 0;
    margin: 20px auto 0;
    padding: 15px 0 0;
}
.accreditation a {
    display: inline-block;
}
.accreditation ul {
    margin-bottom: 0;
}
.accreditation div[class*="col-"]:last-child {
    text-align: right;
}
.accreditation div[class*="col-"]:last-child a {
    margin-top: 15px;
}
.accreditation div[class*="col-"]:first-child img {
    margin-right: 10px;
}
.accreditation div[class*="col-"]:last-child img {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.accreditation p {
    display: inline-block;
    margin: 0;
    text-align: left;
}
@media (min-width: 992px) and (max-width: 1200px) {
.item h1 {
    font-size: 1.2rem;
}
}
@media (max-width: 991px) {
.accreditation br {
    display: none;
}
.mob {
    display: block;
}
.content {
    border-bottom: 1px solid #e1e1e1;
    padding: 1.5rem 1rem;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: block;
    float: none;
    width: auto;
}
.quotation-new .btn-group-justified > .btn, .quotation-new .btn-group-justified > .btn-group {
    display: table-cell;
}
.sidebar-offcanvas .thumbnail {
    margin-top: 1rem;
}
/*banner*/
.main-c .tagline{
	margin: 1rem auto 1rem -15px;
	}
.main-c .jumbotron h1{
	margin-top: 1rem;
	}
}
@media (max-width: 1199px) {
.online-help div[class*="col"]:first-child {
    border-left: medium none;
}
.quote {
    padding-top: 2rem;
    text-align: center;
}
}
@media (max-width: 767px) {
/*jumbotron*/
.tagline{
	margin: 1rem auto 1rem -15px;
	}


.megamenu .navbar-right {
    margin: 0 -15px;
}
.megamenu .navbar-right > li {
    float: left;
    text-align: center;
    width: 50%;
}
.sompo .carousel-c {
}
.main .item {
    border-bottom: 1px dashed #efefef;
    padding-bottom: 20px;
}
.main > .row > .item {
    border: medium none;
    padding-bottom: 0;
}
.announce div[class*="col-"] {
    border-bottom: 1px dashed #efefef;
    padding-bottom: 10px;
    padding-top: 10px;
}
.announce div[class*="col-"]:first-child {
    padding-top: 0;
}
#rootwizard .tab-content {
    padding: 0;
}
.footer ul:nth-child(3), .footer ul:nth-child(4) {
    margin-top: 20px;
}
.lftthumb {
    display: none;
}
.mob {
    display: block;
}
.resp-vtabs .resp-tabs-container {
    width: 100%;
}
.claim-traveljoy .brief .container div[class*="col-"]:nth-child(1), .claim-traveljoy .brief .container div[class*="col-"]:nth-child(2) {
    text-align: center;
}
.quotation-new .btn-group .btn + .btn{
		margin-left: 0;
	}
}
@media (min-width: 600px) and (max-width: 767px) {
.sompo .navbar-brand > img {
    margin-top: 0;
}
.quicklinks {
    float: right;
    margin-top: 1.6rem;
}
}
@media (max-width: 600px) {
.navbar-header {
    text-align: center;
}
.navbar-brand {
    float: none;
}
.navbar-brand > img {
    display: initial;
}
.quicklinks {
    margin-bottom: 1.8rem;
    text-align: center;
}
.quote h1 + ul {
    margin-left: 0;
}
.quote h1 + ul > li > a {
    box-sizing: content-box;
    padding: 15px;
    width: 100px;
}
.quote h1 + h1 {
    margin-top: 0;
}
/**/
.megamenu .dropdown-toggle > span {
    display: none;
}
}
@media (max-height: 600px) and (max-width: 767px) {
.quote > p, .quote h1 {
    padding-left: 25px;
}
.quicklinks {
    margin-bottom: 30px;
}
.quote h1 + ul a {
}
.quote h1 + ul a:hover, .quote h1 + ul a:focus {
}
.megamenu .navbar-right a > span {
    display: none;
}
.sompo .carousel-c {
    padding-top: 40px;
}
.content {
    padding: 10px;
}
.lftthumb {
    display: none;
}
.mob {
    display: block;
}
.sompo .btn-default, .sompo .btn-primary-c, .sompo .btn-default-c {
    display: table;
    width: 100%;
}
.sompo .btn-primary-c, .sompo .btn-default-c {
}
.sompo-white .main h2, .sompo-grey .main h2 {
    font-size: 1.65rem;
    font-weight: 300;
}
.sompo-grey .main h2 {
    font-size: 1.65rem;
    font-weight: 300;
}
.pager .btn-primary-c, .pager .btn-default-c {
    margin-bottom: 1rem;
}
.modal-footer .btn + .btn {
    margin-left: 0;
    margin-top: 0.5rem;
}
.claim-traveljoy .brief a {
    margin: 0.5rem 0 0.5rem 0.5rem;
    width: 100%;
}
.claim-traveljoy .brief .container a {
    margin: 0.5rem 0 0.5rem 0.5rem;
}
.addinpt {
    margin-bottom: 10px;
}
.comfirm .list-group > h2 {
    padding-top: 15px;
}
.comfirm .list-group > h2, .comfirm .list-group > p {
    margin-top: 20px;
    text-align: left;
}
.shared {
    padding: 30px 0;
}
.tagline p strong {
    display: block;
}
.quote > p, .quote h1 {
    padding-left: 0;
}
.quote {
    padding-top: 0;
}
.quote h1 {
    font-size: 3.157em;
    margin: 0;
}
}
@media (max-height: 400px) and (max-width: 767px) {
.quicklinks {
    margin-bottom: 30px;
}
.sompo .carousel-c {
    padding-top: 60px;
}
.megamenu .dropdown-toggle > span {
    display: none;
}
.sompo .carousel-c {
    padding-top: 40px;
}
.lftthumb {
    display: none;
}
.mob {
    display: block;
}
.sompo .btn-default {
    display: table;
    float: left;
    width: 100%;
}
.sompo-white .main h2, .sompo-grey .main h2 {
    font-size: 1.75rem;
    font-weight: 600;
}
.tagline p strong {
    display: block;
}
}
/*carousel-home*/
.new-quote h1 {
    font-family: "Lato",Helvetica,Arial,sans-serif !important;
    font-size: 3.157em !important;
    margin: 0 !important;
    padding-left: 15px !important;
    font-weight: 300 !important;
    color: #4c4c4c !important;
    line-height:45px !important;
   
}
.new-quote h1 + h1 {
    font-size: 1.618rem !important;
    font-weight: 400 !important;
    margin-top: 2rem !important;
}
.new-icon{
    float:none !important;
}
.carousel-indicators{
	margin-bottom: 0;
	
}
.new-carousel-indicator {
        left: 0 !important;
        padding-left: 0px !important;
        margin-left: -25% !important;
}
.new-btn{
    margin-top:10px;
}
.carousel-indicators .active{
    background:rgba(0,0,0,0.5) !important;
    
}
.new-caro{
    border:0 !important; 
	background:rgba(0,0,0,0.3) !important;
}

/*fees*/
.fees div {
    border: 1px solid #fff;
    text-align: center;
}
.bg-pink{
	background: #fcf2f2;
}
.bg-blue{
	background: #f0f7fd;
}
.bg-yellow{
	background: #fefbed;
}
.bg-green{
	background: #f2ffed;
}
.fees div h4 {
    font-size: 0.85rem;
    margin: 15px auto 8px;
    color: #666;
}

.fees div h3 {
    font-size: 1rem;
    margin: 0 auto 15px;
}
.min-height div{
	min-height: 150px;
}
.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}



/*by minal*/

.well {
    margin-left: 30px;
    margin-top: 10px;
    min-height: 20px;
    padding: 5px !important;
    width: 94%;	
}
.well-new {
    margin-left: 30px;
    margin-top: 10px;
    min-height: 50px;
    padding: 5px !important;
    width: 94%;	
}


.form-group {
    margin-bottom: 12px;
}
.panel {
	margin-bottom: 15px !important;
}
.plan .btn-default.active, .plan .btn-default:active, .plan .open > .dropdown-toggle.btn-default,.btn:hover {
    background-color: #e6e6e6;
	border-color: #adadad;
    color: #333;
}
.btn.active, .btn:active,.btn:hover {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
	color: #333;
	background-color: #e6e6e6 !important;
	
}

.plan .btn-default.active h3, .plan .btn-default.active h4, .plan .btn-default:hover h3, .plan .btn-default:hover h4 {
	color:#333;
}
.plan label {
    padding: 20px 15px;
}
.btn, .input-group-addon, .form-control {
    border-radius: 0;
}


.quotation-new .plan > .btn {
     border: 1px solid #eee !important;
	text-align:center;
	padding:21px;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
label {
    display: inline-block;
    font-weight: 100;
    margin-bottom: 5px;
    max-width: 100%;
}
.col-sm-7 {
    width: 15.3333%;
}

/* new changes */

#rootwizard .nav-pills > li > a:hover {

    background: #fff;
    color: #02468a;
    border-left:1px solid #ddd;
}

/*Form Progress*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #268a0b; top: 25px; left: 50%; margin-top: -15px; margin-left: -15px;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fffff; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #268a0b;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Progress*/

.quotation-new .panel-heading { position: relative;}
.quotation-new .panel-heading:after {
content: "-";
position:absolute;
right: 10px;
font-size: 22px;
top: 3px;
}

.quotation-new .panel-heading.collapsed:after {
content: "+";
}

/*By Minal*/
.row.bs-wizard {
    background: transparent none repeat scroll 0 0;
    float: right;
    margin-top: -130px;
    position: absolute;
    right: 9px;
    width: 77%;
}

.container h1 {
    margin-top: 20px;
    font-size: 33px;
}
.progress {
    width: 100%;
    text-align: center;
    height: 100%;
}
.progress .circle,
.progress .bar {
  display: inline-block;
  background: #fff;
  width: 40px; height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
}
.progress .bar {
  position: relative;
  width: 80px;
  height: 6px;
  margin: 0 -5px 17px -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.progress .circle .label {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 17px;
}
.progress .circle .title {
  color: #b5b5ba;
  font-size: 13px;
  line-height: 30px;
  margin-left: -5px;
}

/* Done / Active */
.progress .bar.done,
.progress .circle.done {
  background: #eee;
}
.progress .bar.active {
  background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}
.progress .circle.done .label {
  color: #FFF;
  background: #8bc435;
  box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.progress .circle.done .title {
  color: #444;
}
.progress .circle.active .label {
  color: #FFF;
  background: #0c95be;
  box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.progress .circle.active .title {
  color: #0c95be;
}

/*login-CSS 8 8*/
@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  width: 360px;
  padding: 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #004d7d;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #f2f2f2;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #004d7d;
  text-decoration: none;
  font-weight:inherit;
}
.form .register-form {
  display: none;
}
/*By-Minal on 1 Aug17*/
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #00a1f5;
}

.button1:hover {
    background-color: #00a1f5;
    color: white;
}

.button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #00a1f5;
}

.button2:hover {
    background-color: #00a1f5;
    color: white;
}

.button3 {
    background-color: white; 
    color: black; 
    border: 2px solid #00a1f5;
}

.button3:hover {
    background-color: #00a1f5;
    color: white;
}




.uou-block-1a .authentication {
    padding-left: 0;
    padding-right: 5px;
    list-style: none;
    margin: 0 10px 0 24px;
    float: right;
}

#main-wrapper {
    position: relative;
    background: #f8f8f8;
    z-index: 2;
    min-height: 100%;
    transition: transform 0.3s;
    overflow-x: hidden;
}

.mobile-sidebar-active #main-wrapper {
    transform: translateX(-300px);
}


html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    z-index: 9999;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}
/*
======================================================
  FONT AWESOME 4.3.0
======================================================
*/
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    text-align: center;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}
/*
======================================================
  GENERAL STYLES
======================================================
*/
/* General */
/* ======================== */
* {
    box-sizing: border-box;
}

    *:before, *:after {
        box-sizing: border-box;
    }

html, body {
    height: 100%;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #737373;
    background-color: #333333;
    cursor: default;
}

#main-wrapper {
    position: relative;
    background: #f8f8f8;
    z-index: 2;
    min-height: 100%;
    transition: transform 0.3s;
    overflow-x: hidden;
}

.mobile-sidebar-active #main-wrapper {
    transform: translateX(-300px);
}

a {
    color: #02468a;
    transition: all 0.3s;
    text-decoration: none;
    font-weight: inherit;
}

    a:hover, a:focus {
        color: #008b5f;
    }

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #f4f4f4;
}

.map img, .gm-style img {
    max-width: none;
}

.map label, .gm-style label {
    display: inline;
    width: auto;
}

.css-table {
    display: table;
    width: 100%;
    height: 100%;
}

    .css-table .css-table-cell {
        display: table-cell;
        vertical-align: middle;
    }

.has-bg-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .has-bg-image.contain {
        background-size: contain;
    }

    .has-bg-image .background {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
    }

    .has-bg-image .content {
        position: relative;
        z-index: 1;
    }

.hidden-image {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sf-menu {
    padding-left: 0;
    list-style: none;
    padding-top: 10px;
}

    .sf-menu li {
        position: relative;
        z-index: 99;
    }

        .sf-menu li:hover, .sf-menu li.sfHover {
            display: block;
        }

    .sf-menu ul {
        padding-left: 0;
        list-style: none;
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
        margin: 0;
        padding: 0;
    }

        .sf-menu ul ul {
            top: 0;
            left: 100%;
        }

    .sf-menu a {
        display: block;
        position: relative;
    }

    .sf-menu > li {
        float: left;
    }

.stars {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.widget {
    position: relative;
    background: #f4f4f4;
    margin-bottom: 30px;
}

.secondary.widget {
    background: #333333;
}

.widget .widget-title {
    margin: 0;
    background: #333333;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 24px;
}

.secondary.widget .widget-title {
    background: #202020;
}

.widget .widget-content {
    padding: 24px;
    font-size: 14px;
}

.secondary.widget .widget-content {
    color: #8c8c8c;
}

    .secondary.widget .widget-content h1, .secondary.widget .widget-content h1, .secondary.widget .widget-content h3, .secondary.widget .widget-content h4, .secondary.widget .widget-content h5, .secondary.widget .widget-content h6 {
        color: #ffffff;
    }

.widget .widget-content h1:first-child, .widget .widget-content h1:first-child, .widget .widget-content h3:first-child, .widget .widget-content h4:first-child, .widget .widget-content h5:first-child, .widget .widget-content h6:first-child {
    margin-top: 0;
}

.widget .widget-content p:last-child, .widget .widget-content ul:last-child, .widget .widget-content ol:last-child {
    margin-bottom: 0;
}

.mobile-sidebar-button {
    position: relative;
    display: block;
    background-color: #4173b1;
    width: 50px;
    height: 40px;
}

    .mobile-sidebar-button:hover {
        background-color: #0099ff;
    }

    .mobile-sidebar-button span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 3px;
        margin-left: -12px;
        margin-top: -7px;
        background-color: #ffffff;
    }

        .mobile-sidebar-button span:before, .mobile-sidebar-button span:after {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #ffffff;
        }

        .mobile-sidebar-button span:before {
            top: 6px;
        }

        .mobile-sidebar-button span:after {
            top: 12px;
        }

.uou-paginatin {
    position: relative;
    padding-bottom: 20px;
}

    .uou-paginatin li {
        display: inline-block;
        margin: 0 5px;
    }

        .uou-paginatin li.active a {
            background: #0099fe;
            padding: 3px 10px;
            color: #fff;
            border-radius: 3px;
        }

        .uou-paginatin li a {
            color: #999;
            padding: 5px;
        }

            .uou-paginatin li a:hover {
                color: #0099fe;
            }

.uou-share-story {
    position: relative;
    padding: 20px 0;
}

    .uou-share-story h5 {
        margin: 0;
        padding-top: 10px;
    }

.uou-post-comment {
    padding: 0px 0 5px;
}

    .uou-post-comment h5 {
        margin-top: 0;
    }

    .uou-post-comment h4 {
        text-transform: capitalize;
        font-size: 20px;
        margin-top: 50px;
    }

.uou-post-comment-form {
    position: relative;
}

    .uou-post-comment-form textarea {
        height: 150px;
        resize: none;
        overflow: auto;
    }

.heading-shortcodes {
    position: relative;
}

    .heading-shortcodes h1 {
        margin-top: 0;
    }

.box-shadow-for-ui {
    position: relative;
    box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
    -webkit-box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
    -moz-box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
}
/* Typography */
/* ======================== */
/* Headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.25em;
    color: #333333;
    margin-top: 24px;
    margin-bottom: 24px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
        font-weight: normal;
        line-height: 1;
        color: #595959;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 32px;
}

h3, .h3 {
    font-size: 28px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 16px;
}
/* Basic Typography Styles */
p {
    margin: 0 0 24px;
    font-weight: 400;
    line-height: 27px;
}

small, .small {
    font-size: 75%;
}

mark, .mark {
    background-color: rgba(0, 215, 147, 0.25);
    padding: .1em .3em;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, monospace;
}

code {
    padding: .1em .3em;
    color: #333333;
    background-color: #f4f4f4;
}

kbd {
    padding: .1em .3em;
    color: #ffffff;
    background-color: #333333;
}

    kbd kbd {
        padding: 0;
    }

pre {
    display: block;
    padding: 24px;
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
    word-wrap: normal;
    color: #333333;
    background-color: #f4f4f4;
    overflow-x: scroll;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
    }

.pre-scrollable {
    max-height: 500px;
    overflow-y: scroll;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}
/* List Styles */
ul, ol {
    margin: 0 0 24px;
    font-family: 'Montserrat', sans-serif;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        margin-right: 24px;
    }

        .list-inline > li:last-child {
            margin-right: 0;
        }

.list-check {
    padding-left: 0;
    list-style: none;
}

    .list-check li:before {
        content: "\f00c";
        margin-right: 12px;
        font-family: 'FontAwesome';
        font-size: 14px;
        color: #0099ff;
    }

.list-icon {
    padding-left: 0;
    list-style: none;
}

    .list-icon li {
        padding: 10px 0;
    }

        .list-icon li .fa {
            position: relative;
            top: -1px;
            width: 24px;
            margin-right: 6px;
            text-align: center;
            font-size: 14px;
            color: #0099ff;
        }

.list-with-number {
    padding-left: 0;
    list-style: none;
    counter-reset: my-badass-counter;
}

    .list-with-number li {
        padding: 7px 0;
    }

        .list-with-number li:before {
            content: counter(my-badass-counter);
            counter-increment: my-badass-counter;
            margin-right: 10px;
            height: 30px;
            width: 30px;
            background-color: #0099ff;
            color: #ffffff;
            display: inline-block;
            text-align: center;
            line-height: 30px;
            border-radius: 50%;
        }

.list-icon-large {
    padding-left: 0;
    list-style: none;
}

    .list-icon-large.inverse {
        position: relative;
    }

        .list-icon-large.inverse li {
            padding-right: 80px;
            padding-left: 0;
            text-align: right !important;
        }

            .list-icon-large.inverse li .fa {
                position: absolute !important;
                top: 5px;
                right: 0 !important;
                width: 60px;
                text-align: center;
                font-size: 24px;
                color: #333333;
            }

    .list-icon-large.left li .fa {
        position: absolute;
        top: 5px;
        left: 0;
        width: 60px;
        text-align: center;
        font-size: 24px;
        color: #333333;
    }

    .list-icon-large li {
        position: relative;
        padding-left: 80px;
        margin-bottom: 48px;
    }

        .list-icon-large li.active h6, .list-icon-large li:hover h6 {
            color: #0099ff;
        }

        .list-icon-large li.active .fa, .list-icon-large li:hover .fa {
            color: #0099ff;
            border-color: #0099ff;
            box-shadow: 0px 0px 0px 5px rgba(0, 215, 147, 0.2);
        }

        .list-icon-large li:last-child {
            margin-bottom: 0;
        }

        .list-icon-large li h6 {
            margin: 0;
            transition: all .3s ease;
        }

        .list-icon-large li .fa {
            border: 1px solid #333333;
            height: 60px;
            line-height: 60px;
            border-radius: 50%;
            transition: all .3s ease;
        }

        .list-icon-large li p {
            margin-top: 12px;
            margin-bottom: 0;
            font-size: 14px;
        }
/* Description Lists */
dl {
    margin: 0 0 24px;
}

dt, dd {
    line-height: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}
/* Misc */
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #333333;
}
/* Blockquotes */
blockquote {
    padding: 12px 24px;
    margin: 0 0 24px;
    font-size: 18px;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    border-left: 5px solid #333333;
    background: #f4f4f4;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer {
        display: block;
        line-height: 24px;
        font-size: 14px;
        font-style: normal;
        color: #737373;
    }

        blockquote footer:before {
            content: '\2014 \00A0';
        }

.blockquote-unstyled {
    padding: 0;
    margin: 0;
    border-left: 0;
    background: none;
}

    .blockquote-unstyled footer:before {
        content: '';
    }
/* Address */
address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 24px;
}
/* Buttons */
/* ======================== */
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: inherit;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: nowrap;
    color: #ffffff;
    padding: 8px 21.312px;
    transition: all 0.3s;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

    .btn:hover, .btn.hover, .btn:focus, .btn.focus, .btn:active, .btn.active {
        text-decoration: none;
        color: #ffffff;
        outline: 0;
        background-image: none;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: default;
        pointer-events: none;
        opacity: .5;
    }

    .btn.rounded-btn {
        border-radius: 30px;
    }
/* Colors */
.btn-default {
    background-color: #f4f4f4;
    color: #333333;
}

    .btn-default:hover, .btn-default.hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
        background-color: #dbdbdb;
        color: #1a1a1a;
    }

.btn-transparent {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

    .btn-transparent:hover, .btn-transparent.hover, .btn-transparent:focus, .btn-transparent.focus, .btn-transparent:active, .btn-transparent.active {
        background-color: #dbdbdb;
        color: #1a1a1a;
        border-color: #dbdbdb;
    }

.btn-transparent-primary {
    background-color: transparent;
    color: #0099ff;
    border: 2px solid #0099ff;
}

    .btn-transparent-primary:hover, .btn-transparent-primary.hover, .btn-transparent-primary:focus, .btn-transparent-primary.focus, .btn-transparent-primary:active, .btn-transparent-primary.active {
        background-color: #0099ff;
        color: #ffffff;
        border-color: #0099ff;
    }

.btn-transparent-invert {
    background-color: transparent;
    color: #000000;
    border: 2px solid #000000;
}

    .btn-transparent-invert:hover, .btn-transparent-invert.hover, .btn-transparent-invert:focus, .btn-transparent-invert.focus, .btn-transparent-invert:active, .btn-transparent-invert.active {
        background-color: #dbdbdb;
        color: #1a1a1a;
        border-color: #dbdbdb;
    }

.btn-primary {
    background-color: #0099ff;
    border: 2px solid #0099ff;
}

    .btn-primary:hover, .btn-primary.hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
        background-color: #008fef;
        border-color: #008fef;
    }

.btn-primary-second {
    background-color: #0099fe;
    border: 2px solid #0099fe;
}

    .btn-primary-second:hover, .btn-primary-second.hover, .btn-primary-second:focus, .btn-primary-second.focus, .btn-primary-second:active, .btn-primary-second.active {
        background-color: #2c7fbf;
        border-color: #2c7fbf;
    }

.btn-secondary {
    background-color: #333333;
    border: 2px solid #333333;
}

    .btn-secondary:hover, .btn-secondary.hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active {
        background-color: #1a1a1a;
        border-color: #1a1a1a;
    }

.btn-success {
    background-color: #33cc5b;
}

    .btn-success:hover, .btn-success.hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active {
        background-color: #29a349;
    }

.btn-info {
    background-color: #5dade0;
}

    .btn-info:hover, .btn-info.hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active {
        background-color: #3297d8;
    }

.btn-warning {
    background-color: #ffcc30;
}

    .btn-warning:hover, .btn-warning.hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active {
        background-color: #fcbe00;
    }

.btn-error {
    background-color: #e93d3d;
}

    .btn-error:hover, .btn-error.hover, .btn-error:focus, .btn-error.focus, .btn-error:active, .btn-error.active {
        background-color: #da1919;
    }
/* Link button */
.btn-link {
    color: #0099ff;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link:hover, .btn-link.hover, .btn-link:focus, .btn-link.focus, .btn-link:active, .btn-link.active {
        color: #008b5f;
        text-decoration: underline;
    }
/* Large */
.btn-large {
    font-size: 18px;
    padding: 13px 28px;
}
/* Small */
.btn-small {
    font-size: 14px;
    padding: 3px 12px;
}
/* Block */
.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}
/* Tables */
/* ======================== */
table {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    background-color: #ffffff;
}

    table table {
        background-color: #ffffff;
    }

    table th {
        text-align: left;
    }

    table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
        padding: 8px 24px;
        line-height: 24px;
        vertical-align: top;
        border-bottom: 1px solid #f4f4f4;
    }

    table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
        border-bottom: 0;
    }

    table > thead > tr > th {
        color: #ffffff;
        vertical-align: bottom;
        background-color: #02468a;
        font-weight: 600;
    }

    table > tfoot > tr > td, table > tfoot > tr > th {
        background-color: #f4f4f4;
        font-weight: 600;
    }

    table > tbody + tbody {
        border-top: 2px solid #f4f4f4;
    }
/* Condensed */
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 3px 12px;
    font-size: 14px;
}
/* Bordered */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #f4f4f4;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border: 0;
}
/* Stripped */
.table-striped > tbody > tr:nth-child(odd) {
    background-color: #fafafa;
}
/* Hover */
.table-hover > tbody > tr {
    transition: all 0.3s;
}

    .table-hover > tbody > tr:hover {
        background-color: #f4f4f4;
    }
/* Forms */
/* ======================== */
form {
    position: relative;
    margin-bottom: 24px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #f4f4f4;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
   /* font-weight: 600;*/
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    line-height: 24px;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}
/* Inputs */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cecece;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
        outline: none;
        border-color: #333333;
    }

    select[disabled], textarea[disabled], input[type="text"][disabled], input[type="password"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="date"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="week"][disabled], input[type="number"][disabled], input[type="email"][disabled], input[type="url"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="color"][disabled], select[readonly], textarea[readonly], input[type="text"][readonly], input[type="password"][readonly], input[type="datetime"][readonly], input[type="datetime-local"][readonly], input[type="date"][readonly], input[type="month"][readonly], input[type="time"][readonly], input[type="week"][readonly], input[type="number"][readonly], input[type="email"][readonly], input[type="url"][readonly], input[type="search"][readonly], input[type="tel"][readonly], input[type="color"][readonly], fieldset[disabled] select, fieldset[disabled] textarea, fieldset[disabled] input[type="text"], fieldset[disabled] input[type="password"], fieldset[disabled] input[type="datetime"], fieldset[disabled] input[type="datetime-local"], fieldset[disabled] input[type="date"], fieldset[disabled] input[type="month"], fieldset[disabled] input[type="time"], fieldset[disabled] input[type="week"], fieldset[disabled] input[type="number"], fieldset[disabled] input[type="email"], fieldset[disabled] input[type="url"], fieldset[disabled] input[type="search"], fieldset[disabled] input[type="tel"], fieldset[disabled] input[type="color"] {
        cursor: not-allowed;
        background-color: #fafafa;
        opacity: 1;
    }

    select[disabled], textarea[disabled], input[type="text"][disabled], input[type="password"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="date"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="week"][disabled], input[type="number"][disabled], input[type="email"][disabled], input[type="url"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="color"][disabled], fieldset[disabled] select, fieldset[disabled] textarea, fieldset[disabled] input[type="text"], fieldset[disabled] input[type="password"], fieldset[disabled] input[type="datetime"], fieldset[disabled] input[type="datetime-local"], fieldset[disabled] input[type="date"], fieldset[disabled] input[type="month"], fieldset[disabled] input[type="time"], fieldset[disabled] input[type="week"], fieldset[disabled] input[type="number"], fieldset[disabled] input[type="email"], fieldset[disabled] input[type="url"], fieldset[disabled] input[type="search"], fieldset[disabled] input[type="tel"], fieldset[disabled] input[type="color"] {
        color: #cecece;
    }

    select.input-small, textarea.input-small, input[type="text"].input-small, input[type="password"].input-small, input[type="datetime"].input-small, input[type="datetime-local"].input-small, input[type="date"].input-small, input[type="month"].input-small, input[type="time"].input-small, input[type="week"].input-small, input[type="number"].input-small, input[type="email"].input-small, input[type="url"].input-small, input[type="search"].input-small, input[type="tel"].input-small, input[type="color"].input-small {
        height: 30px;
        padding: 1px 8px;
        font-size: 14px;
    }

    select.input-large, textarea.input-large, input[type="text"].input-large, input[type="password"].input-large, input[type="datetime"].input-large, input[type="datetime-local"].input-large, input[type="date"].input-large, input[type="month"].input-large, input[type="time"].input-large, input[type="week"].input-large, input[type="number"].input-large, input[type="email"].input-large, input[type="url"].input-large, input[type="search"].input-large, input[type="tel"].input-large, input[type="color"].input-large {
        height: 50px;
        padding: 11px 16px;
        font-size: 18px;
    }

::-moz-placeholder {
    color: #cecece;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #cecece;
}

::-webkit-input-placeholder {
    color: #cecece;
}

.placeholder, .placeholder {
    color: #cecece;
}

textarea {
    height: auto;
    max-width: 100%;
    resize: vertical;
    transition: all 0s, border-color 0.3s;
}

input[type="search"] {
    -webkit-appearance: none;
}
/* Radio / Checkbox */
.radio, .checkbox {
    position: relative;
    display: block;
    margin-bottom: 24px;
    font-weight: normal;
    cursor: pointer;
    user-select: none;
}

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: relative;
        margin-right: 5px;
        top: -1px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -16px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
    user-select: none;
    margin-bottom: 24px;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-left: 24px;
    }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
    color: #cecece;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
    color: #cecece;
}

.radio.disabled, .checkbox.disabled, fieldset[disabled] .radio, fieldset[disabled] .checkbox {
    cursor: not-allowed;
    color: #cecece;
}
/* Form Inline */
@media (min-width: 768px) {
    .form-inline select, .form-inline textarea, .form-inline input[type="text"], .form-inline input[type="password"], .form-inline input[type="datetime"], .form-inline input[type="datetime-local"], .form-inline input[type="date"], .form-inline input[type="month"], .form-inline input[type="time"], .form-inline input[type="week"], .form-inline input[type="number"], .form-inline input[type="email"], .form-inline input[type="url"], .form-inline input[type="search"], .form-inline input[type="tel"], .form-inline input[type="color"] {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        margin-bottom: 0;
        margin-right: 24px;
    }

    .form-inline label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
        margin-right: 24px;
    }
}
/* Range Slider */
.uou-rangeslider {
    position: relative;
    padding: 10px 0;
    margin: 0 80px 24px 0;
}

    .uou-rangeslider .rangeslider, .uou-rangeslider .rangeslider__fill {
        background: #cecece;
        display: block;
        height: 4px;
        width: 100%;
    }

    .uou-rangeslider .rangeslider {
        position: relative;
    }

    .uou-rangeslider .rangeslider--disabled {
        cursor: not-allowed;
        opacity: .5;
    }

    .uou-rangeslider .rangeslider__fill {
        background: #333333;
        position: absolute;
        top: 0;
    }

    .uou-rangeslider .rangeslider__handle {
        display: inline-block;
        cursor: pointer;
        background: #0099ff;
        width: 10px;
        height: 14px;
        position: absolute;
        top: -5px;
        transition: background 0.3s;
    }

        .uou-rangeslider .rangeslider__handle:hover, .uou-rangeslider .rangeslider__handle:active, .uou-rangeslider .rangeslider__handle:focus {
            background: #008b5f;
        }

    .uou-rangeslider .tooltip {
        position: absolute;
        top: 0;
        right: -80px;
        height: 24px;
        width: 70px;
        text-align: center;
        line-height: 24px;
        font-weight: 600;
        font-size: 14px;
        background: #f4f4f4;
    }

.custom-select-box {
    position: relative;
}

    .custom-select-box .select2-selection {
        height: 40px;
    }

    .custom-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
    }

    .custom-select-box .select2-selection__arrow {
        height: 38px !important;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 40px !important;
        background-color: #ddd;
    }

.select2-selection--single:focus {
    outline: 0 !important;
    border: 1px solid #cecece !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0099ff !important;
}
/* UOU Tabs */
/* ======================== */
.uou-tabs {
    position: relative;
    margin: 0 0 24px;
}

    .uou-tabs .tabs {
        padding-left: 0;
        list-style: none;
        margin: 0;
    }

        .uou-tabs .tabs:before, .uou-tabs .tabs:after {
            content: " ";
            display: table;
        }

        .uou-tabs .tabs:after {
            clear: both;
        }

        .uou-tabs .tabs:before, .uou-tabs .tabs:after {
            content: " ";
            display: table;
        }

        .uou-tabs .tabs:after {
            clear: both;
        }

.vertical.uou-tabs .tabs {
    float: left;
    width: 160px;
}

.uou-tabs .tabs li {
    position: relative;
    float: left;
    margin-right: 5px;
}

    .uou-tabs .tabs li:last-child {
        margin-right: 0;
    }

    .uou-tabs .tabs li a {
        display: block;
        border: 3px solid transparent;
        color: #333333;
        padding: 8px 24px;
    }

        .uou-tabs .tabs li a:hover {
            outline: 0;
            color: #0099ff;
        }

    .uou-tabs .tabs li.active a {
        color: #333333;
        background: #f4f4f4;
        border: 3px solid #f4f4f4;
        border-top-color: #0099ff;
    }

.vertical.uou-tabs .tabs li {
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
}

    .vertical.uou-tabs .tabs li.active a {
        border-left-color: #0099ff;
        border-top-color: #f4f4f4;
    }

.uou-tabs .content {
    border-top: 3px solid #f4f4f4;
}

    .uou-tabs .content > div {
        display: none;
        position: relative;
        padding: 24px;
    }

        .uou-tabs .content > div.active {
            display: block;
        }

.vertical.uou-tabs .content {
    margin-left: 160px;
    border-top: 0;
    border-left: 3px solid #f4f4f4;
}

.uou-tabs .accordion-link {
    display: none;
    background: #f4f4f4;
    color: #333333;
    padding: 8px 24px;
    margin-bottom: 5px;
    transition: all 0s;
}

    .uou-tabs .accordion-link:hover {
        background: #dbdbdb;
        outline: 0;
    }

    .uou-tabs .accordion-link.active {
        color: #ffffff;
        background: #333333;
    }

@media (max-width: 767px) {
    .uou-tabs.accordion-xs .tabs {
        display: none;
    }

    .uou-tabs.accordion-xs .accordion-link {
        display: block;
    }

    .uou-tabs.accordion-xs .content {
        border: 0;
        margin: 0;
    }

        .uou-tabs.accordion-xs .content > div {
            margin-bottom: 5px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .uou-tabs.accordion-sm .tabs {
        display: none;
    }

    .uou-tabs.accordion-sm .accordion-link {
        display: block;
    }

    .uou-tabs.accordion-sm .content {
        border: 0;
        margin: 0;
    }

        .uou-tabs.accordion-sm .content > div {
            margin-bottom: 5px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .uou-tabs.accordion-md .tabs {
        display: none;
    }

    .uou-tabs.accordion-md .accordion-link {
        display: block;
    }

    .uou-tabs.accordion-md .content {
        border: 0;
        margin: 0;
    }

        .uou-tabs.accordion-md .content > div {
            margin-bottom: 5px;
        }
}

@media (min-width: 1200px) {
    .uou-tabs.accordion-lg .tabs {
        display: none;
    }

    .uou-tabs.accordion-lg .accordion-link {
        display: block;
    }

    .uou-tabs.accordion-lg .content {
        border: 0;
        margin: 0;
    }

        .uou-tabs.accordion-lg .content > div {
            margin-bottom: 5px;
        }
}
/* UOU Accordions */
/* ======================== */
.uou-accordions {
    padding-left: 0;
    list-style: none;
    position: relative;
    margin: 0 0 24px;
}

    .uou-accordions:before, .uou-accordions:after {
        content: " ";
        display: table;
    }

    .uou-accordions:after {
        clear: both;
    }

    .uou-accordions:before, .uou-accordions:after {
        content: " ";
        display: table;
    }

    .uou-accordions:after {
        clear: both;
    }

    .uou-accordions > li > a {
        position: relative;
        display: block;
        background: #f4f4f4;
        color: #333333;
        padding: 8px 24px;
        margin-bottom: 5px;
    }

        .uou-accordions > li > a:after {
            position: absolute;
            right: 12px;
            top: 8px;
            content: "\f054";
            font-family: 'FontAwesome';
            color: inherit;
            font-size: 14px;
        }

        .uou-accordions > li > a:hover {
            background: #dbdbdb;
            outline: 0;
        }

    .uou-accordions > li > div {
        display: none;
        position: relative;
        background: #f4f4f4;
        padding: 24px;
        margin-bottom: 5px;
    }

    .uou-accordions > li.active > a {
        color: #ffffff;
        background: #0099ff;
    }

        .uou-accordions > li.active > a:after {
            content: "\f078";
        }

    .uou-accordions > li.active > div {
        display: block;
    }
/* Alerts */
/* ======================== */
.alert {
    position: relative;
    padding: 12px 24px;
    margin-bottom: 24px;
}

    .alert h4 {
        margin-top: 0;
        margin-bottom: 12px;
        font-size: 20px;
        color: inherit;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 12px;
        }

.alert-dismissible {
    padding-right: 48px;
}

    .alert-dismissible .close {
        position: absolute;
        top: 12px;
        right: 0;
        color: inherit;
        background: none;
        border: 0;
        outline: none;
        padding: 0 12px;
        font-weight: bold;
        font-size: 18px;
        opacity: .5;
        transition: all 0.3s;
    }

        .alert-dismissible .close:hover {
            opacity: 1;
        }

.alert-success {
    background-color: #33cc5b;
    color: #0f3d1b;
}

.alert-info {
    background-color: #5dade0;
    color: #12415f;
}

.alert-warning {
    background-color: #ffcc30;
    color: #4a3700;
}

.alert-error {
    background-color: #e93d3d;
    color: #510909;
}
/* Breadcrumbs */
/* ======================== */
.breadcrumbs {
    padding-left: 0;
    list-style: none;
    position: relative;
    margin-bottom: 24px;
}

    .breadcrumbs:before, .breadcrumbs:after {
        content: " ";
        display: table;
    }

    .breadcrumbs:after {
        clear: both;
    }

    .breadcrumbs:before, .breadcrumbs:after {
        content: " ";
        display: table;
    }

    .breadcrumbs:after {
        clear: both;
    }

    .breadcrumbs > li {
        float: left;
        color: #333333;
    }

        .breadcrumbs > li:after {
            content: "\f105";
            font-family: 'FontAwesome';
            font-size: 14px;
            margin: 0 12px;
            color: #8c8c8c;
        }

        .breadcrumbs > li:last-child:after {
            display: none;
        }

        .breadcrumbs > li a {
            color: #8c8c8c;
        }

            .breadcrumbs > li a:hover {
                color: #0099ff;
            }
/* Breadcrumbs Secondary */
.breadcrumbs-secondary {
    padding-left: 0;
    list-style: none;
    position: relative;
    margin-bottom: 24px;
}

    .breadcrumbs-secondary:before, .breadcrumbs-secondary:after {
        content: " ";
        display: table;
    }

    .breadcrumbs-secondary:after {
        clear: both;
    }

    .breadcrumbs-secondary:before, .breadcrumbs-secondary:after {
        content: " ";
        display: table;
    }

    .breadcrumbs-secondary:after {
        clear: both;
    }

    .breadcrumbs-secondary > li {
        float: left;
        margin-right: 5px;
        line-height: 28px;
        font-size: 14px;
    }

        .breadcrumbs-secondary > li:first-child > a, .breadcrumbs-secondary > li:first-child > span {
            border-left: 1px solid #8c8c8c;
            padding-left: 12px;
        }

            .breadcrumbs-secondary > li:first-child > a .arrow, .breadcrumbs-secondary > li:first-child > span .arrow {
                display: none;
            }

        .breadcrumbs-secondary > li > a, .breadcrumbs-secondary > li > span {
            position: relative;
            display: inline-flex;
            padding: 0 12px 0 24px;
            border-top: 1px solid #8c8c8c;
            border-bottom: 1px solid #8c8c8c;
        }

            .breadcrumbs-secondary > li > a:before, .breadcrumbs-secondary > li > span:before, .breadcrumbs-secondary > li > a:after, .breadcrumbs-secondary > li > span:after {
                z-index: 2;
                position: absolute;
                display: block;
                content: '';
                width: 0;
                height: 0;
                transition: all 0.3s;
            }

            .breadcrumbs-secondary > li > a:before, .breadcrumbs-secondary > li > span:before {
                top: -1px;
                right: -15px;
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-left: 15px solid #8c8c8c;
            }

            .breadcrumbs-secondary > li > a:after, .breadcrumbs-secondary > li > span:after {
                top: 0;
                right: -14px;
                border-top: 14px solid transparent;
                border-bottom: 14px solid transparent;
                border-left: 14px solid #ffffff;
            }

            .breadcrumbs-secondary > li > a .arrow, .breadcrumbs-secondary > li > span .arrow {
                position: absolute;
                z-index: 1;
                top: -1px;
                left: 0;
                width: 0;
                height: 0;
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-left: 15px solid #8c8c8c;
            }

                .breadcrumbs-secondary > li > a .arrow:before, .breadcrumbs-secondary > li > span .arrow:before, .breadcrumbs-secondary > li > a .arrow:after, .breadcrumbs-secondary > li > span .arrow:after {
                    position: absolute;
                    display: block;
                    content: '';
                    width: 0;
                    height: 0;
                }

                .breadcrumbs-secondary > li > a .arrow:before, .breadcrumbs-secondary > li > span .arrow:before {
                    top: -15px;
                    left: -16px;
                    border-bottom: 15px solid #ffffff;
                    border-right: 15px solid transparent;
                }

                .breadcrumbs-secondary > li > a .arrow:after, .breadcrumbs-secondary > li > span .arrow:after {
                    bottom: -15px;
                    left: -16px;
                    border-top: 15px solid #ffffff;
                    border-right: 15px solid transparent;
                }

        .breadcrumbs-secondary > li > a {
            color: #8c8c8c;
        }

            .breadcrumbs-secondary > li > a:hover {
                border-color: #0099ff;
                background-color: #0099ff;
                color: #ffffff;
            }

                .breadcrumbs-secondary > li > a:hover:before, .breadcrumbs-secondary > li > a:hover:after, .breadcrumbs-secondary > li > a:hover .arrow {
                    border-left-color: #0099ff;
                }

        .breadcrumbs-secondary > li > span {
            border-color: #666666;
            background-color: #666666;
            color: #ffffff;
        }

            .breadcrumbs-secondary > li > span:before, .breadcrumbs-secondary > li > span:after, .breadcrumbs-secondary > li > span .arrow {
                border-left-color: #666666;
            }
/* Pagination */
/* ======================== */
.pagination {
    padding-left: 0;
    list-style: none;
    position: relative;
    margin-bottom: 24px;
}

    .pagination:before, .pagination:after {
        content: " ";
        display: table;
    }

    .pagination:after {
        clear: both;
    }

    .pagination:before, .pagination:after {
        content: " ";
        display: table;
    }

    .pagination:after {
        clear: both;
    }

    .pagination > li {
        float: left;
        margin-right: 1px;
    }

        .pagination > li:last-child {
            margin-right: 0;
        }

        .pagination > li > a, .pagination > li > span {
            display: block;
            min-width: 30px;
            height: 30px;
            line-height: 30px;
            padding-left: 8px;
            padding-right: 8px;
            text-align: center;
            color: #333333;
        }

            .pagination > li > a .fa, .pagination > li > span .fa {
                position: relative;
                font-size: 12px;
                top: -1px;
            }

            .pagination > li > a:hover {
                background: #0099ff;
                color: #ffffff;
            }

        .pagination > li.active > a, .pagination > li.active > span {
            cursor: default;
            color: #ffffff;
            background: #333333;
        }
/* Pagination Secondary */
.pagination-secondary {
    padding-left: 0;
    list-style: none;
    position: relative;
    margin-bottom: 24px;
}

    .pagination-secondary:before, .pagination-secondary:after {
        content: " ";
        display: table;
    }

    .pagination-secondary:after {
        clear: both;
    }

    .pagination-secondary:before, .pagination-secondary:after {
        content: " ";
        display: table;
    }

    .pagination-secondary:after {
        clear: both;
    }

    .pagination-secondary > li {
        float: left;
        margin-right: 1px;
    }

        .pagination-secondary > li:first-child {
            margin-right: 8px;
        }

            .pagination-secondary > li:first-child .fa {
                margin-right: 5px;
            }

        .pagination-secondary > li:last-child {
            margin-right: 0;
            margin-left: 8px;
        }

            .pagination-secondary > li:last-child .fa {
                margin-left: 5px;
            }

        .pagination-secondary > li > a, .pagination-secondary > li > span {
            display: block;
            min-width: 30px;
            height: 30px;
            line-height: 30px;
            padding-left: 8px;
            padding-right: 8px;
            text-align: center;
            color: #333333;
            background: #f4f4f4;
        }

            .pagination-secondary > li > a .fa, .pagination-secondary > li > span .fa {
                position: relative;
                font-size: 12px;
                top: -1px;
            }

            .pagination-secondary > li > a:hover {
                background: #0099ff;
                color: #ffffff;
            }

        .pagination-secondary > li.active > a, .pagination-secondary > li.active > span {
            cursor: default;
            color: #ffffff;
            background: #333333;
        }
/* Tables */
/* ======================== */
.pricing-table {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}

    .pricing-table .column {
        float: left;
        width: 100%;
        margin: 0 15px;
    }

.columns-2.pricing-table .column {
    width: 50%;
}

.columns-3.pricing-table .column {
    width: 33.33333333%;
}

.columns-4.pricing-table .column {
    width: 25%;
}

.pricing-table .column > header {
    text-align: center;
    padding: 24px 0;
}

    .pricing-table .column > header h6 {
        color: #333333;
        margin: 0 0 48px 0;
        text-transform: uppercase;
        background-color: #fff;
    }

    .pricing-table .column > header .price {
        font-size: 48px;
        color: #ffffff;
        background: url("../img/pricing-table-bg.jpg") top center no-repeat;
    }

        .pricing-table .column > header .price:before {
            content: '$';
            font-size: 24px;
            margin-right: 5px;
        }

        .pricing-table .column > header .price span {
            margin-left: 5px;
            font-size: 16px;
            color: #8c8c8c;
        }

.pricing-table .column > footer {
    background: #f4f4f4;
    text-align: center;
    padding: 24px 0;
    border-right: 1px solid #e7e7e7;
}

.pricing-table .column > ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    border-right: 1px solid #e7e7e7;
}

    .pricing-table .column > ul > li {
        background: #f4f4f4;
        font-size: 14px;
        padding: 8px 0;
        text-align: center;
    }

        .pricing-table .column > ul > li:nth-last-child(odd) {
            background: #fafafa;
        }

        .pricing-table .column > ul > li span {
            color: #333333;
            font-weight: 600;
        }

.pricing-table .column:last-child > header, .pricing-table .column:last-child > footer, .pricing-table .column:last-child > ul {
    border-right: 0;
}

@media (max-width: 991px) {
    .columns-4.pricing-table .column {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .columns-2.pricing-table .column, .columns-3.pricing-table .column, .columns-4.pricing-table .column, .columns-5.pricing-table .column {
        width: 100%;
    }
}

.pricing-table {
    position: relative;
    text-align: center;
    border: 3px solid #f4f4f4;
    border-radius: 3px;
    cursor: pointer;
    margin: 40px auto;
}

@media (max-width: 768px) {
    .pricing-table {
        width: 270px;
    }
}

@media (max-width: 1200px) {
    .pricing-table {
        width: 270px;
    }
}

.pricing-table h3 {
    display: block;
    margin: 0;
    padding: 20px 0;
    font-size: 18px;
    border-bottom: 3px solid #f4f4f4;
}

.pricing-table .price {
    margin: 1px;
    position: relative;
    padding: 50px 0 40px;
    font-size: 51px;
    background: url("../img/pricing-table-bg.jpg") top center no-repeat;
    color: #fff;
}

    .pricing-table .price b {
        font-size: 13px;
        display: block;
        padding-top: 5px;
        text-transform: capitalize;
        font-weight: normal;
    }

.pricing-table ul {
    margin: 0;
    padding: 40px 0;
    list-style: none;
    border-top: 3px solid #f4f4f4;
    border-bottom: 3px solid #f4f4f4;
}

    .pricing-table ul li {
        padding: 10px 0;
        font-size: 15px;
    }

        .pricing-table ul li .fa {
            padding-right: 8px;
            font-size: 14px;
        }

.pricing-table .btn {
    margin: 25px 0;
}
/* FLEXSLIDER */
/* ======================== */
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .flexslider .slides:before, .flexslider .slides:after {
        content: " ";
        display: table;
    }

    .flexslider .slides:after {
        clear: both;
    }

    .flexslider .slides:before, .flexslider .slides:after {
        content: " ";
        display: table;
    }

    .flexslider .slides:after {
        clear: both;
    }

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        height: auto;
        display: block;
    }

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.flexslider {
    position: relative;
    zoom: 1;
}

    .flexslider .slides {
        zoom: 1;
    }

.flex-viewport {
    max-height: 2000px;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flex-direction-nav {
    display: block;
    width: 100%;
    margin: 0;
}

    .flex-direction-nav a {
        display: block;
        width: 48px;
        height: 48px;
        text-align: center;
        font-size: 26px;
        background: rgba(51, 51, 51, 0.5);
        line-height: 48px;
        color: #ffffff;
    }

        .flex-direction-nav a:hover {
            background: #333333;
        }

    .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
        position: absolute;
        top: 50%;
        margin-top: -24px;
        z-index: 10;
    }

        .flex-direction-nav .flex-next:before, .flex-direction-nav .flex-prev:before {
            display: block;
            font-family: 'FontAwesome';
            line-height: 48px;
        }

    .flex-direction-nav .flex-prev {
        left: 0;
    }

        .flex-direction-nav .flex-prev:before {
            content: "\f104";
        }

    .flex-direction-nav .flex-next {
        right: 0;
    }

        .flex-direction-nav .flex-next:before {
            content: "\f105";
        }

    .flex-direction-nav .flex-disabled, .flex-direction-nav .flex-disabled:hover {
        cursor: default;
        background: rgba(51, 51, 51, 0.75);
        color: rgba(255, 255, 255, 0.5);
    }

.flex-control-nav {
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 10px;
    padding: 10px;
    z-index: 10;
}

    .flex-control-nav li {
        display: inline-block;
        line-height: 10px;
        margin: 0 5px;
        vertical-align: bottom;
    }

        .flex-control-nav li a {
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
            display: block;
            width: 10px;
            height: 10px;
            cursor: pointer;
            text-decoration: none;
            background: rgba(0, 215, 147, 0.5);
            border-radius: 50%;
            background: #ffffff;
        }

            .flex-control-nav li a:hover {
                background: #0099ff;
            }

            .flex-control-nav li a.flex-active {
                background: #0099ff;
                cursor: default;
            }

.mejs-player {
    margin-bottom: 30px;
}

    .mejs-player, .mejs-player * {
        outline: 0;
    }

.mejs-offscreen {
    /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
    position: absolute !important;
    top: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.mejs-container {
    position: relative;
    background: #000;
    text-align: left;
    vertical-align: middle;
    text-indent: 0;
}

.me-plugin {
    position: absolute;
}

.mejs-embed, .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
}

.mejs-fullscreen {
    /* set it to not show scroll bars so 100% will work */
    overflow: hidden !important;
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}

    .mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
        width: 100%;
        height: 100%;
    }

.mejs-clear {
    clear: both;
}
/* Start: LAYERS */
.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

:root .mejs-poster img {
    display: none;
}

.mejs-poster img {
    padding: 0;
    border: 0;
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-overlay-play {
    cursor: pointer;
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(../js/plugins/mejs/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
    background-image: url(../js/plugins/mejs/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px;
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(../js/plugins/mejs/background.png);
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
    background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

    .mejs-overlay-loading span {
        display: block;
        width: 80px;
        height: 80px;
        background: transparent url(../js/plugins/mejs/loading.gif) 50% 50% no-repeat;
    }
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0 5px;
    bottom: 0;
    left: 0;
    background: #333333;
    height: 40px;
    width: 100%;
}

    .mejs-container .mejs-controls div {
        list-style-type: none;
        background-image: none;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 26px;
        height: 40px;
        font-size: 10px;
        line-height: 40px;
        font-family: 'Open Sans', sans-serif;
        border: 0;
    }

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 12px 5px 0;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(../js/plugins/mejs/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(../js/plugins/mejs/controls.png);
}
/* :focus for accessibility */
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
    color: #ffffff;
    display: block;
    height: 40px;
    width: auto;
    padding: 0 5px;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .mejs-container .mejs-controls .mejs-time a {
        color: #ffffff;
        font-size: 10px;
        line-height: 40px;
        display: block;
        float: left;
        margin: 0;
        width: auto;
    }
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
    background-position: 0 0;
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0;
}
/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 15px;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 0 5px;
    background: #8c8c8c;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #737373;
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #0099ff;
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #f4f4f4;
    width: 40px;
    height: 16px;
    border: 0;
    top: -22px;
    margin-left: -20px;
    text-align: center;
    color: #333333;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: -12px 0 0 0;
    width: 40px;
    display: block;
    text-align: center;
    left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #f4f4f4;
    border-color: #f4f4f4 transparent transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 14px;
    left: 15px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 50px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 50px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 20px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
  visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
    position: relative;
}

    .mejs-controls .mejs-volume-button .mejs-volume-slider {
        display: none;
        height: 115px;
        width: 25px;
        background: rgba(51, 51, 51, 0.5);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        top: -115px;
        left: 0;
        z-index: 1;
        position: absolute;
        margin: 0;
    }

    .mejs-controls .mejs-volume-button:hover {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }
    /*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
  display: block;
}
*/
    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 2px;
        height: 100px;
        background: #ddd;
        background: rgba(255, 255, 255, 0.5);
        margin: 0;
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 2px;
        height: 100px;
        background: #ddd;
        background: rgba(255, 255, 255, 0.9);
        margin: 0;
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
        position: absolute;
        left: 4px;
        top: -3px;
        width: 16px;
        height: 6px;
        background: #ddd;
        background: rgba(255, 255, 255, 0.9);
        cursor: N-resize;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        margin: 0;
    }
/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 16px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    background: #8c8c8c;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 16px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    background: #0099ff;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}
/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
    position: relative;
}

    .mejs-controls .mejs-captions-button button {
        background-position: -48px 0;
    }

    .mejs-controls .mejs-captions-button .mejs-captions-selector {
        visibility: hidden;
        position: absolute;
        bottom: 26px;
        right: -51px;
        width: 85px;
        height: 100px;
        background: url(../js/plugins/mejs/background.png);
        background: rgba(50, 50, 50, 0.7);
        border: solid 1px transparent;
        padding: 10px 10px 0 10px;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
        /*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
  visibility: visible;
}
*/
        .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
            margin: 0;
            padding: 0;
            display: block;
            list-style-type: none !important;
            overflow: hidden;
        }

            .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
                margin: 0 0 6px 0;
                padding: 0;
                list-style-type: none !important;
                display: block;
                color: #fff;
                overflow: hidden;
            }

                .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
                    clear: both;
                    float: left;
                    margin: 3px 3px 0 5px;
                }

                .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
                    width: 55px;
                    float: left;
                    padding: 4px 0 0 0;
                    line-height: 15px;
                    font-family: helvetica, arial;
                    font-size: 10px;
                }

    .mejs-controls .mejs-captions-button .mejs-captions-translations {
        font-size: 10px;
        margin: 0 0 5px 0;
    }

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1;
}

    .mejs-chapters .mejs-chapter {
        position: absolute;
        float: left;
        background: #222;
        background: rgba(0, 0, 0, 0.7);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
        background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
        background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
        background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
        background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
        background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
        overflow: hidden;
        border: 0;
    }

        .mejs-chapters .mejs-chapter .mejs-chapter-block {
            font-size: 11px;
            color: #fff;
            padding: 5px;
            display: block;
            border-right: solid 1px #333;
            border-bottom: solid 1px #333;
            cursor: pointer;
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
            border-right: none;
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
            background: #666;
            background: rgba(102, 102, 102, 0.7);
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
            background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
            background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
            background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
            background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
            background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
            font-size: 12px;
            font-weight: bold;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin: 0 0 3px 0;
            line-height: 12px;
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
            font-size: 12px;
            line-height: 12px;
            margin: 3px 0 4px 0;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

    .mejs-captions-layer a {
        color: #fff;
        text-decoration: underline;
    }

    .mejs-captions-layer[lang=ar] {
        font-size: 20px;
        font-weight: normal;
    }

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}

.mejs-captions-position-hover {
    bottom: 35px;
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(../js/plugins/mejs/background.png);
    background: rgba(20, 20, 20, 0.5);
    white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
    color: #fff;
    font-weight: bold;
}

.me-cannotplay span {
    padding: 15px;
    display: block;
}
/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}
/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}
/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
}
/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001; /* make sure it shows on fullscreen */
}

    .mejs-contextmenu .mejs-contextmenu-separator {
        height: 1px;
        font-size: 0;
        margin: 5px 6px;
        background: #333;
    }

    .mejs-contextmenu .mejs-contextmenu-item {
        font-family: Helvetica, Arial;
        font-size: 12px;
        padding: 4px 6px;
        cursor: pointer;
        color: #333;
    }

        .mejs-contextmenu .mejs-contextmenu-item:hover {
            background: #2C7C91;
            color: #fff;
        }
/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
    position: relative;
}

    .mejs-controls .mejs-sourcechooser-button button {
        background-position: -128px 0;
    }

    .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
        visibility: hidden;
        position: absolute;
        bottom: 26px;
        right: -10px;
        width: 130px;
        height: 100px;
        background: url(../js/plugins/mejs/background.png);
        background: rgba(50, 50, 50, 0.7);
        border: solid 1px transparent;
        padding: 10px;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
            margin: 0;
            padding: 0;
            display: block;
            list-style-type: none !important;
            overflow: hidden;
        }

            .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
                margin: 0 0 6px 0;
                padding: 0;
                list-style-type: none !important;
                display: block;
                color: #fff;
                overflow: hidden;
            }

                .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
                    clear: both;
                    float: left;
                    margin: 3px 3px 0 5px;
                }

                .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
                    width: 100px;
                    float: left;
                    padding: 4px 0 0 0;
                    line-height: 15px;
                    font-family: helvetica, arial;
                    font-size: 10px;
                }
/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../js/plugins/mejs/background.png);
    background: rgba(50, 50, 50, 0.7);
    z-index: 1000;
    overflow: hidden;
}

.mejs-postroll-layer-content {
    width: 100%;
    height: 100%;
}

.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../js/plugins/mejs/background.png);
    background: rgba(50, 50, 50, 0.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer;
}
/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
    width: 46px !important;
    position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
    background: transparent;
    width: 36px;
    font-size: 11px;
    line-height: normal;
    color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
    visibility: hidden;
    position: absolute;
    top: -100px;
    left: -10px;
    width: 60px;
    height: 100px;
    background: url(../js/plugins/mejs/background.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
    visibility: visible;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
    color: #21f8f8;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

    .mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
        margin: 0 0 6px 0;
        padding: 0 10px;
        list-style-type: none !important;
        display: block;
        color: #fff;
        overflow: hidden;
    }

        .mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
            clear: both;
            float: left;
            margin: 3px 3px 0 5px;
            display: none;
        }

        .mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
            width: 60px;
            float: left;
            padding: 4px 0 0 0;
            line-height: 15px;
            font-family: helvetica, arial;
            font-size: 11.5px;
            color: white;
            margin-left: 5px;
            cursor: pointer;
        }

        .mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
            background-color: #c8c8c8 !important;
            background-color: rgba(255, 255, 255, 0.4) !important;
        }
/* End: Speed */
/* Start: Skip Back */
.mejs-controls .mejs-button.mejs-skip-back-button {
    background: transparent url(../js/plugins/mejs/skipback.png) no-repeat;
    background-position: 3px 3px;
}

    .mejs-controls .mejs-button.mejs-skip-back-button button {
        background: transparent;
        font-size: 9px;
        line-height: normal;
        color: #ffffff;
    }
/* End: Skip Back */
.mejs-audio {
    width: 100% !important;
}

.uou-demo-block {
    position: relative;
    width: 100%;
    padding: 70px 0 40px;
}

    .uou-demo-block.zero-pb {
        padding-bottom: 0;
    }

    .uou-demo-block.tertiary {
        background-color: #f4f4f4;
    }

    .uou-demo-block h2.block-title {
        text-align: center;
        font-size: 46px;
        text-transform: uppercase;
        margin-top: 0;
        color: #bfbfbf;
        margin-bottom: 5px;
    }

        .uou-demo-block h2.block-title.invert {
            color: #333333;
        }

        .uou-demo-block h2.block-title.left {
            text-align: left;
        }

    .uou-demo-block h1.block-title {
        text-align: center;
        font-size: 76px;
        text-transform: uppercase;
        margin-top: 0;
        color: #bfbfbf;
        margin-bottom: 5px;
    }

    .uou-demo-block .block-secondary-title {
        text-align: center;
        font-family: 'Libre Baskerville', serif;
        font-style: italic;
        color: #333333;
        font-size: 18px;
        padding-bottom: 30px;
    }

        .uou-demo-block .block-secondary-title.left {
            text-align: left;
        }

        .uou-demo-block .block-secondary-title.invert {
            color: #ffffff;
        }

    .uou-demo-block .uou-block-5c blockquote p {
        color: #333333;
    }

    .uou-demo-block .uou-service-square {
        padding: 0;
    }

    .uou-demo-block .block-secondary-title-m {
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        color: #333333;
        font-size: 12px;
        padding-bottom: 30px;
    }

        .uou-demo-block .block-secondary-title-m.left {
            text-align: left;
        }

        .uou-demo-block .block-secondary-title-m.invert {
            color: #ffffff;
        }

    .uou-demo-block .portfolio, .uou-demo-block #portfolio {
        padding: 0;
    }

    .uou-demo-block .uou-block-5b p {
        color: #333333;
    }

    .uou-demo-block .demo-contact-form {
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
    }

        .uou-demo-block .demo-contact-form.invert input, .uou-demo-block .demo-contact-form.invert textarea {
            background: transparent;
            margin-bottom: 30px;
            color: #333333 !important;
            border-color: #737373;
        }

        .uou-demo-block .demo-contact-form.invert textarea {
            height: 120px;
            resize: none;
            overflow: auto;
        }

        .uou-demo-block .demo-contact-form input, .uou-demo-block .demo-contact-form textarea {
            background: transparent;
            margin-bottom: 30px;
            color: #ffffff !important;
        }

        .uou-demo-block .demo-contact-form textarea {
            height: 120px;
            resize: none;
            overflow: auto;
        }

    .uou-demo-block .uou-map-section {
        height: 300px;
    }

    .uou-demo-block .round-counter-single h6 {
        font-size: 11px;
    }

    .uou-demo-block .address h2 {
        margin-top: 0;
    }

    .uou-demo-block .pricing-table {
        margin: 0 auto;
    }

@media screen and (max-width: 991px) {
    .uou-demo-block .pricing-table {
        margin: 40px auto;
    }
}

.uou-demo-block .small-width-text {
    max-width: 500px;
    font-size: 14px;
}

.mobile-pic {
    width: 260px;
    margin: 0 auto;
}

.sign {
    width: 130px;
    display: block;
}

.demo-img-custom {
    width: 239px;
    position: absolute;
    top: -250px;
    left: 20px;
}

@media screen and (max-width: 991px) {
    .demo-img-custom {
        display: none;
    }
}

.copywrite-bg-image {
    background: url("../img/copywrite-block-img1.png") top center no-repeat;
}

@media screen and (max-width: 992px) {
    .copywrite-bg-image {
        background: none;
    }
}

.copywrite-header {
    position: absolute;
    width: 100%;
    z-index: 99;
}

    .copywrite-header .uou-block-2d {
        background-color: transparent;
        padding: 20px 0;
    }

@media (max-width: 991px) {
    .copywrite-header {
        padding: 10px 0;
    }
}

.copywrite-header .uou-block-2f {
    background-color: transparent;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

@media (max-width: 991px) {
    .copywrite-header .uou-block-2f {
        border: 0;
    }
}

.border-right.copywrite-header .uou-block-2f {
    margin-right: 0;
}

    .border-right.copywrite-header .uou-block-2f:after {
        position: absolute;
        display: block;
        content: '';
        top: 17px;
        right: 0;
        width: 1px;
        height: 16px;
        background: #ffffff;
    }
/* PORTFOLIO */
.uou-portfolio {
    position: relative;
    widht: 100%;
}

    .uou-portfolio .portfolio {
        position: relative;
        padding: 60px 0 0px;
    }

        .uou-portfolio .portfolio .filters {
            margin-bottom: 50px;
            text-align: center;
        }

            .uou-portfolio .portfolio .filters li {
                display: inline-block;
            }

                .uou-portfolio .portfolio .filters li a {
                    background-color: transparent;
                    color: #0099ff;
                    border: 1px solid #0099ff;
                    text-transform: capitalize;
                    margin-right: 10px;
                    padding: 6px 15px;
                }

                    .uou-portfolio .portfolio .filters li a:hover, .uou-portfolio .portfolio .filters li a.active {
                        background-color: #0099ff;
                        color: #ffffff;
                    }

@media (max-width: 768px) {
    .uou-portfolio .portfolio .filters li {
        display: block;
        width: 100%;
    }

        .uou-portfolio .portfolio .filters li a {
            display: block;
        }
}

.uou-portfolio .portfolio .portfolio-filters-content {
    width: 100%;
    height: 100%;
}

    .uou-portfolio .portfolio .portfolio-filters-content article {
        margin: 0;
        float: left;
        width: 33.33%;
        position: relative;
        overflow: hidden;
    }

        .uou-portfolio .portfolio .portfolio-filters-content article a span {
            visibility: visible;
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 999;
            width: 100%;
            height: 100%;
            background: rgba(0, 153, 255, 0.6);
            color: #ffffff;
            padding: 40px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            .uou-portfolio .portfolio .portfolio-filters-content article a span b.title {
                position: absolute;
                top: 70%;
                font-size: 12px;
                font-weight: normal;
            }

                .uou-portfolio .portfolio .portfolio-filters-content article a span b.title strong {
                    font-weight: normal;
                    display: block;
                    font-size: 16px;
                }

            .uou-portfolio .portfolio .portfolio-filters-content article a span .fa {
                position: absolute;
                top: 40%;
                left: 45%;
                text-align: center;
                vertical-align: middle;
                width: 100%;
                height: 50px;
                width: 50px;
                border: 1px solid #ffffff;
                border-radius: 50%;
                line-height: 50px;
                margin: 0 auto;
            }

        .uou-portfolio .portfolio .portfolio-filters-content article:hover img {
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            transform: scale(1.15);
        }

        .uou-portfolio .portfolio .portfolio-filters-content article:hover a span {
            visibility: visible;
            opacity: 1;
        }

        .uou-portfolio .portfolio .portfolio-filters-content article img {
            -webkit-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

@media (max-width: 1200px) {
    .uou-portfolio .portfolio .portfolio-filters-content article {
        width: 283px;
    }
}

@media (max-width: 992px) {
    .uou-portfolio .portfolio .portfolio-filters-content article {
        width: 330px;
    }
}

@media (max-width: 992px) {
    .uou-portfolio .portfolio .portfolio-filters-content article {
        position: relative !important;
        margin: 0 0 30px 0;
        width: 100%;
        left: 0 !important;
        top: 0 !important;
    }

        .uou-portfolio .portfolio .portfolio-filters-content article img {
            width: 100%;
            height: auto;
        }
}

@media (max-width: 992px) {
    .uou-portfolio .portfolio .portfolio-filters-content {
        padding: 0 15px;
    }
}

.landing-header {
    position: relative;
    width: 100%;
    background: url('../img/slider-img/slider-bg-11.jpg') top center no-repeat;
    background-size: cover;
    padding-top: 30px;
}

    .landing-header a {
        margin: 20px 0;
    }

    .landing-header .logo, .landing-header h2, .landing-header p {
        color: #ffffff;
        border-color: #ffffff;
        margin: 0;
    }

.demo-content-text {
    position: relative;
    padding: 40px;
    width: 500px;
    margin: 80px auto 100px;
    background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 600px) {
    .demo-content-text {
        width: 100%;
    }
}

.demo-content-text .logo {
    font-size: 20px;
    padding: 8px 30px;
    width: 200px;
}

.demo-content-text h2 {
    font-size: 23px;
    padding: 20px 0 10px;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: normal;
}

.demo-content-text a {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

    .demo-content-text a.btn-small {
        padding: 5px 12px;
        font-size: 13px;
    }

.chose-demo {
    position: relative;
    text-align: center;
    width: 230px;
    margin: 0 auto;
    top: -60px;
}

    .chose-demo p {
        padding: 15px 30px;
        background-color: #333333;
        font-family: 'Libre Baskerville', serif;
        font-size: 18px;
        color: #ffffff;
        font-style: italic;
    }

p i {
    padding-right: 4px;
}

.uou-landing-page-feature {
    position: relative;
    padding: 40px 0;
}

.uou-landing-demo {
    position: relative;
    padding: 33px 0 50px;
}

    .uou-landing-demo h5 {
        text-transform: uppercase;
        margin-top: 0;
    }

        .uou-landing-demo h5 span {
            font-size: 13px;
        }

    .uou-landing-demo img {
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.uou-another-feature {
    position: relative;
    padding: 60px 0;
}

.landing-footer {
    position: relative;
    background-color: #333333;
    padding: 50px 0;
}

    .landing-footer h4 {
        font-family: 'Libre Baskerville', serif;
        font-style: italic;
        text-transform: capitalize;
        color: #ffffff;
        font-weight: 300 !important;
    }

    .landing-footer a {
        margin: 15px 0;
    }

        .landing-footer a.btn {
            font-size: 12px;
        }

        .landing-footer a i {
            padding-right: 5px;
        }

    .landing-footer p {
        color: #ffffff;
        font-size: 13px;
        padding-top: 20px;
    }
/*
======================================================
  BLOCKS
======================================================
*/
/* Block 1a */
/* ======================== */
.uou-block-1a {
    position: relative;
    display: block;
    background: #f4f4f4;
}

    .uou-block-1a:before, .uou-block-1a:after {
        content: " ";
        display: table;
    }

    .uou-block-1a:after {
        clear: both;
    }

    .uou-block-1a:before, .uou-block-1a:after {
        content: " ";
        display: table;
    }

    .uou-block-1a:after {
        clear: both;
    }

    .uou-block-1a .search {
        position: relative;
        margin: 0;
        float: left;
    }

        .uou-block-1a .search .toggle {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            font-size: 14px;
            color: #333333;
            line-height: 40px;
            visibility: visible;
            opacity: 1;
        }

            .uou-block-1a .search .toggle:hover {
                color: #0099ff;
            }

        .uou-block-1a .search form {
            position: relative;
            width: 300px;
            visibility: hidden;
            opacity: 0;
            margin-bottom: 0;
            transition: all 0.3s;
        }

            .uou-block-1a .search form input[type="text"] {
                border: 0;
                padding-left: 0;
                padding-right: 40px;
                background: none;
                margin-bottom: 0;
            }

            .uou-block-1a .search form input[type="submit"] {
                position: absolute;
                top: 0;
                right: 0;
                background: none;
                border: 0;
                width: 40px;
                height: 40px;
                padding: 0;
                text-align: center;
                line-height: 40px;
                font-family: 'FontAwesome';
                font-size: 14px;
                color: #333333;
                transition: all 0.3s;
            }

                .uou-block-1a .search form input[type="submit"]:hover {
                    color: #0099ff;
                }

        .uou-block-1a .search.active .toggle {
            visibility: hidden;
            opacity: 0;
        }

        .uou-block-1a .search.active form {
            visibility: visible;
            opacity: 1;
        }

    .uou-block-1a .language {
        position: relative;
        float: right;
        padding-left: 0;
        list-style: none;
    }

        .uou-block-1a .language .toggle {
            display: block;
            font-size: 12px;
            color: #333333;
            line-height: 40px;
            height: 40px;
        }

            .uou-block-1a .language .toggle:after {
                content: "\f0d7";
                font-family: 'FontAwesome';
                font-size: 12px;
                margin-left: 5px;
                position: relative;
                line-height: 40px;
                top: -1px;
            }

            .uou-block-1a .language .toggle:hover {
                color: #0099ff;
            }

            .uou-block-1a .language .toggle img {
                width: 16px;
                height: auto;
                margin-top: -2px;
            }

        .uou-block-1a .language ul {
            padding-left: 0;
            list-style: none;
            margin: 0;
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            visibility: hidden;
            opacity: 0;
            min-width: 100%;
            margin-top: -1px;
            transition: all 0.3s;
            z-index: 99;
        }

            .uou-block-1a .language ul li {
                background: #f4f4f4;
                border-top: 1px solid #dbdbdb;
            }

                .uou-block-1a .language ul li a {
                    display: block;
                    font-size: 12px;
                    color: inherit;
                    line-height: 30px;
                    padding: 0 12px;
                    white-space: nowrap;
                }

                    .uou-block-1a .language ul li a:hover {
                        color: #0099ff;
                    }

                    .uou-block-1a .language ul li a img {
                        max-width: none;
                        width: 16px;
                        height: auto;
                        margin-top: -3px;
                        margin-right: 5px;
                    }

        .uou-block-1a .language.active > ul {
            visibility: visible;
            opacity: 1;
        }

    .uou-block-1a .authentication {
        padding-left: 0;
        padding-right: 5px;
        list-style: none;
        margin: 0 10px 0 24px;
        float: right;
    }

        .uou-block-1a .authentication li {
            float: left;
            margin-top: 14px;
        }

            .uou-block-1a .authentication li a {
                display: block;
                font-size: 14px;
                line-height: 12px;
                color: #333333;
            }

                .uou-block-1a .authentication li a:hover {
                    color: #0099ff;
                }

            .uou-block-1a .authentication li:first-child {
                border-right: 1px solid #dbdbdb;
                padding-right: 10px;
                margin-right: 10px;
            }

    .uou-block-1a .social {
        padding-left: 0;
        list-style: none;
        margin: 0 0 0 24px;
        float: right;
    }

        .uou-block-1a .social li {
            float: left;
        }

            .uou-block-1a .social li a {
                display: block;
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                font-size: 14px;
                color: #ffffff;
            }

                .uou-block-1a .social li a.fa-facebook {
                    background: #3b5999;
                }

                .uou-block-1a .social li a.fa-twitter {
                    background: #55acee;
                }

                .uou-block-1a .social li a.fa-google-plus {
                    background: #dd4b39;
                }

                .uou-block-1a .social li a:hover.fa-facebook {
                    background: #2d4474;
                }

                .uou-block-1a .social li a:hover.fa-twitter {
                    background: #2795e9;
                }

                .uou-block-1a .social li a:hover.fa-google-plus {
                    background: #c23321;
                }

@media (max-width: 767px) {
    .uou-block-1a {
        display: none;
    }
}
/* Block 1b */
/* ======================== */
.uou-block-1b {
    position: relative;
    display: block;
    background: #f4f4f4;
    padding: 10px 0;
}

    .uou-block-1b:before, .uou-block-1b:after {
        content: " ";
        display: table;
    }

    .uou-block-1b:after {
        clear: both;
    }

    .uou-block-1b:before, .uou-block-1b:after {
        content: " ";
        display: table;
    }

    .uou-block-1b:after {
        clear: both;
    }

    .uou-block-1b .language {
        float: left;
        position: relative;
        padding-left: 0;
        list-style: none;
    }

        .uou-block-1b .language .toggle {
            display: block;
            font-size: 14px;
            color: #333333;
            line-height: 30px;
            height: 30px;
        }

            .uou-block-1b .language .toggle:after {
                content: "\f0d7";
                font-family: 'FontAwesome';
                font-size: 12px;
                margin-left: 5px;
                position: relative;
                line-height: 30px;
                top: -1px;
            }

            .uou-block-1b .language .toggle:hover {
                color: #0099ff;
            }

            .uou-block-1b .language .toggle img {
                width: 16px;
                height: auto;
                margin-top: -2px;
            }

        .uou-block-1b .language ul {
            padding-left: 0;
            list-style: none;
            margin: 0;
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 100%;
            visibility: hidden;
            opacity: 0;
            margin-top: 9px;
            transition: all 0.3s;
        }

            .uou-block-1b .language ul li {
                background: #f4f4f4;
                border-top: 1px solid #dbdbdb;
            }

                .uou-block-1b .language ul li a {
                    display: block;
                    font-size: 12px;
                    color: inherit;
                    line-height: 30px;
                    padding: 0 12px;
                    white-space: nowrap;
                }

                    .uou-block-1b .language ul li a:hover {
                        color: #0099ff;
                    }

                    .uou-block-1b .language ul li a img {
                        max-width: none;
                        width: 16px;
                        height: auto;
                        margin-top: -3px;
                        margin-right: 5px;
                    }

        .uou-block-1b .language.active > ul {
            visibility: visible;
            opacity: 1;
        }

    .uou-block-1b .authentication {
        padding-left: 0;
        list-style: none;
        margin: 0 10px 0 24px;
        float: right;
    }

        .uou-block-1b .authentication li {
            float: left;
            margin-right: 5px;
        }

            .uou-block-1b .authentication li:last-child {
                margin-right: 0;
            }

    .uou-block-1b .social {
        padding-left: 0;
        list-style: none;
        margin: 0;
        float: right;
    }

        .uou-block-1b .social li {
            float: left;
            margin-right: 5px;
        }

            .uou-block-1b .social li a {
                display: block;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                font-size: 14px;
                color: #ffffff;
                border-radius: 50%;
            }

                .uou-block-1b .social li a.fa-facebook {
                    background: #3b5999;
                }

                .uou-block-1b .social li a.fa-twitter {
                    background: #55acee;
                }

                .uou-block-1b .social li a.fa-google-plus {
                    background: #dd4b39;
                }

                .uou-block-1b .social li a:hover.fa-facebook {
                    background: #2d4474;
                }

                .uou-block-1b .social li a:hover.fa-twitter {
                    background: #2795e9;
                }

                .uou-block-1b .social li a:hover.fa-google-plus {
                    background: #c23321;
                }

@media (max-width: 767px) {
    .uou-block-1b {
        display: none;
    }
}
/* Block 1c */
/* ======================== */
.uou-block-1c {
    position: relative;
    display: block;
    background: #f4f4f4;
}

    .uou-block-1c:before, .uou-block-1c:after {
        content: " ";
        display: table;
    }

    .uou-block-1c:after {
        clear: both;
    }

    .uou-block-1c:before, .uou-block-1c:after {
        content: " ";
        display: table;
    }

    .uou-block-1c:after {
        clear: both;
    }

    .uou-block-1c .logo {
        float: left;
        display: block;
        font-size: 24px;
        text-transform: uppercase;
        color: inherit;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 60px;
        border-right: 1px solid #dbdbdb;
        padding-right: 24px;
    }

        .uou-block-1c .logo:hover {
            color: #0099ff;
        }

    .uou-block-1c .search {
        position: relative;
        float: left;
    }

        .uou-block-1c .search form {
            margin: 0;
            display: inline-flex;
        }

            .uou-block-1c .search form input[type="text"] {
                background: none;
                border: 0;
                margin: 0;
                width: 300px;
                height: 60px;
                padding: 16px 0 16px 24px;
            }

    .uou-block-1c .buttons {
        padding-left: 0;
        list-style: none;
        float: right;
        border-left: 1px solid #dbdbdb;
        margin: 0;
    }

        .uou-block-1c .buttons li {
            float: left;
            border-right: 1px solid #dbdbdb;
        }

            .uou-block-1c .buttons li a {
                display: block;
                color: inherit;
                width: 60px;
                height: 60px;
                line-height: 60px;
                text-align: center;
            }

                .uou-block-1c .buttons li a:hover {
                    color: #0099ff;
                }

@media (max-width: 767px) {
    .uou-block-1c {
        display: none;
    }
}
/* Block 1d */
/* ======================== */
.uou-block-1d {
    position: relative;
    display: block;
    background: #f4f4f4;
}

    .uou-block-1d:before, .uou-block-1d:after {
        content: " ";
        display: table;
    }

    .uou-block-1d:after {
        clear: both;
    }

    .uou-block-1d:before, .uou-block-1d:after {
        content: " ";
        display: table;
    }

    .uou-block-1d:after {
        clear: both;
    }

    .uou-block-1d .search-form {
        position: relative;
        margin: 10px 0 0 0;
        padding: 0;
        float: right;
    }

        .uou-block-1d .search-form input[type="text"] {
            margin: 0;
            background: none;
            border-radius: 3px;
        }

            .uou-block-1d .search-form input[type="text"]:focus + input[type="submit"] {
                color: #333333;
            }

                .uou-block-1d .search-form input[type="text"]:focus + input[type="submit"]:hover {
                    color: #0099ff;
                }

        .uou-block-1d .search-form input[type="submit"] {
            position: absolute;
            top: 0;
            right: 0;
            background: none;
            border: 0;
            width: 40px;
            height: 40px;
            padding: 0;
            text-align: center;
            line-height: 40px;
            font-family: 'FontAwesome';
            font-size: 14px;
            color: #cecece;
            transition: all 0.3s;
        }

            .uou-block-1d .search-form input[type="submit"]:hover {
                color: #0099ff;
            }

    .uou-block-1d .buttons {
        padding-left: 0;
        list-style: none;
        float: left;
        border-left: 1px solid #dbdbdb;
        margin: 0;
    }

        .uou-block-1d .buttons li {
            float: left;
            border-right: 1px solid #dbdbdb;
        }

            .uou-block-1d .buttons li a {
                display: block;
                color: inherit;
                width: 60px;
                height: 60px;
                line-height: 60px;
                text-align: center;
            }

                .uou-block-1d .buttons li a:hover {
                    color: #0099ff;
                }

@media (max-width: 767px) {
    .uou-block-1d {
        display: none;
    }
}
/* Block 1e */
/* ======================== */
.uou-block-1e {
    position: relative;
    display: block;
    background: #f4f4f4;
    padding: 10px 0;
}

    .uou-block-1e:before, .uou-block-1e:after {
        content: " ";
        display: table;
    }

    .uou-block-1e:after {
        clear: both;
    }

    .uou-block-1e:before, .uou-block-1e:after {
        content: " ";
        display: table;
    }

    .uou-block-1e:after {
        clear: both;
    }

    .uou-block-1e .contact {
        float: left;
        font-size: 14px;
        color: #737373;
        margin-top: 3px;
        margin-left: 12px;
        padding-left: 12px;
        border-left: 1px solid #dbdbdb;
    }

        .uou-block-1e .contact:hover {
            color: #0099ff;
        }

    .uou-block-1e .authentication {
        padding-left: 0;
        list-style: none;
        margin: 0 10px 0 24px;
        float: right;
    }

        .uou-block-1e .authentication li {
            float: left;
            margin-top: 9px;
        }

            .uou-block-1e .authentication li a {
                display: block;
                font-size: 14px;
                line-height: 12px;
                color: #333333;
            }

                .uou-block-1e .authentication li a:hover {
                    color: #0099ff;
                }

            .uou-block-1e .authentication li:first-child {
                border-right: 1px solid #dbdbdb;
                padding-right: 5px;
                margin-right: 5px;
            }

    .uou-block-1e .social {
        padding-left: 0;
        list-style: none;
        margin: 0;
        float: left;
    }

        .uou-block-1e .social li {
            float: left;
            margin-right: 5px;
        }

            .uou-block-1e .social li:last-child {
                margin-right: 0;
            }

            .uou-block-1e .social li a {
                display: block;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                font-size: 14px;
                color: #ffffff;
                border-radius: 50%;
            }

                .uou-block-1e .social li a.fa-facebook {
                    background: #3b5999;
                }

                .uou-block-1e .social li a.fa-twitter {
                    background: #55acee;
                }

                .uou-block-1e .social li a.fa-google-plus {
                    background: #dd4b39;
                }

                .uou-block-1e .social li a:hover.fa-facebook {
                    background: #2d4474;
                }

                .uou-block-1e .social li a:hover.fa-twitter {
                    background: #2795e9;
                }

                .uou-block-1e .social li a:hover.fa-google-plus {
                    background: #c23321;
                }

    .uou-block-1e .language {
        position: relative;
        float: right;
        padding-left: 0;
        list-style: none;
    }

        .uou-block-1e .language .toggle {
            display: block;
            font-size: 14px;
            color: #333333;
            line-height: 30px;
            height: 30px;
        }

            .uou-block-1e .language .toggle:after {
                content: "\f0d7";
                font-family: 'FontAwesome';
                font-size: 12px;
                margin-left: 5px;
                position: relative;
                line-height: 30px;
                top: -1px;
            }

            .uou-block-1e .language .toggle:hover {
                color: #0099ff;
            }

            .uou-block-1e .language .toggle img {
                width: 16px;
                height: auto;
                margin-top: -2px;
            }

        .uou-block-1e .language ul {
            padding-left: 0;
            list-style: none;
            margin: 0;
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            visibility: hidden;
            opacity: 0;
            min-width: 100%;
            margin-top: -1px;
            transition: all 0.3s;
        }

            .uou-block-1e .language ul li {
                background: #f4f4f4;
                border-top: 1px solid #dbdbdb;
            }

                .uou-block-1e .language ul li a {
                    display: block;
                    font-size: 12px;
                    color: inherit;
                    line-height: 30px;
                    padding: 0 12px;
                    white-space: nowrap;
                }

                    .uou-block-1e .language ul li a:hover {
                        color: #0099ff;
                    }

                    .uou-block-1e .language ul li a img {
                        max-width: none;
                        width: 16px;
                        height: auto;
                        margin-top: -3px;
                        margin-right: 5px;
                    }

        .uou-block-1e .language.active > ul {
            visibility: visible;
            opacity: 1;
        }

@media (max-width: 767px) {
    .uou-block-1e {
        display: none;
    }
}
/* Block 1f */
/* ======================== */
.uou-block-1f {
    position: relative;
    display: block;
    padding: 10px 0;
    background: #f4f4f4;
}

    .uou-block-1f:before, .uou-block-1f:after {
        content: " ";
        display: table;
    }

    .uou-block-1f:after {
        clear: both;
    }

    .uou-block-1f:before, .uou-block-1f:after {
        content: " ";
        display: table;
    }

    .uou-block-1f:after {
        clear: both;
    }

    .uou-block-1f .authentication {
        padding-left: 0;
        list-style: none;
        margin: 0 24px 0 0;
        float: right;
    }

        .uou-block-1f .authentication li {
            float: left;
            margin-top: 14px;
        }

            .uou-block-1f .authentication li a {
                display: block;
                font-size: 14px;
                line-height: 12px;
                color: #333333;
            }

                .uou-block-1f .authentication li a:hover {
                    color: #0099ff;
                }

            .uou-block-1f .authentication li:first-child {
                border-right: 1px solid #dbdbdb;
                padding-right: 5px;
                margin-right: 5px;
            }

    .uou-block-1f .social {
        padding-left: 0;
        list-style: none;
        margin: 8px 0 0 24px;
        padding-left: 24px;
        border-left: 1px solid #dbdbdb;
        float: left;
    }

        .uou-block-1f .social li {
            float: left;
            margin-right: 24px;
        }

            .uou-block-1f .social li:last-child {
                margin-right: 0;
            }

            .uou-block-1f .social li a {
                display: block;
                font-size: 18px;
                color: #737373;
                line-height: 24px;
            }

                .uou-block-1f .social li a:hover {
                    color: #0099ff;
                }

    .uou-block-1f .language {
        position: relative;
        float: left;
        padding-left: 0;
        list-style: none;
    }

        .uou-block-1f .language .toggle {
            display: block;
            font-size: 14px;
            color: #333333;
            line-height: 40px;
            height: 40px;
        }

            .uou-block-1f .language .toggle:after {
                content: "\f0d7";
                font-family: 'FontAwesome';
                font-size: 12px;
                margin-left: 5px;
                position: relative;
                line-height: 40px;
                top: -1px;
            }

            .uou-block-1f .language .toggle:hover {
                color: #0099ff;
            }

            .uou-block-1f .language .toggle img {
                width: 16px;
                height: auto;
                margin-top: -2px;
            }

        .uou-block-1f .language ul {
            padding-left: 0;
            list-style: none;
            margin: 0;
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            visibility: hidden;
            opacity: 0;
            min-width: 100%;
            margin-top: -1px;
            transition: all 0.3s;
        }

            .uou-block-1f .language ul li {
                background: #f4f4f4;
                border-top: 1px solid #dbdbdb;
            }

                .uou-block-1f .language ul li a {
                    display: block;
                    font-size: 12px;
                    color: inherit;
                    line-height: 30px;
                    padding: 0 12px;
                    white-space: nowrap;
                }

                    .uou-block-1f .language ul li a:hover {
                        color: #0099ff;
                    }

                    .uou-block-1f .language ul li a img {
                        max-width: none;
                        width: 16px;
                        height: auto;
                        margin-top: -3px;
                        margin-right: 5px;
                    }

        .uou-block-1f .language.active > ul {
            visibility: visible;
            opacity: 1;
        }

    .uou-block-1f .search-form {
        position: relative;
        margin: 0;
        padding: 0;
        float: right;
    }

        .uou-block-1f .search-form input[type="text"] {
            margin: 0;
            background: none;
            border-radius: 3px;
        }

            .uou-block-1f .search-form input[type="text"]:focus + input[type="submit"] {
                color: #333333;
            }

                .uou-block-1f .search-form input[type="text"]:focus + input[type="submit"]:hover {
                    color: #0099ff;
                }

        .uou-block-1f .search-form input[type="submit"] {
            position: absolute;
            top: 0;
            right: 0;
            background: none;
            border: 0;
            width: 40px;
            height: 40px;
            padding: 0;
            text-align: center;
            line-height: 40px;
            font-family: 'FontAwesome';
            font-size: 14px;
            color: #cecece;
            transition: all 0.3s;
        }

            .uou-block-1f .search-form input[type="submit"]:hover {
                color: #0099ff;
            }

@media (max-width: 767px) {
    .uou-block-1f {
        display: none;
    }
}
/* Block 2a */
/* ======================== */
.uou-block-2a {
    position: relative;
    display: block;
    padding: 24px 0;
    font-family: 'Montserrat', sans-serif;
}

    .uou-block-2a:before, .uou-block-2a:after {
        content: " ";
        display: table;
    }

    .uou-block-2a:after {
        clear: both;
    }

    .uou-block-2a:before, .uou-block-2a:after {
        content: " ";
        display: table;
    }

    .uou-block-2a:after {
        clear: both;
    }

    .uou-block-2a .logo {
        float: left;
        display: block;
        font-size: 28px;
        color: inherit;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 40px;
    }

.banner.uou-block-2a .logo {
    line-height: 90px;
}

.uou-block-2a .logo:hover {
    color: #0099ff;
}

.uou-block-2a .mobile-sidebar-button {
    display: none;
}

.uou-block-2a .contact {
    float: right;
    line-height: 40px;
    font-size: 18px;
}

    .uou-block-2a .contact span {
        color: #333333;
        font-weight: 600;
    }

    .uou-block-2a .contact a {
        color: #737373;
    }

        .uou-block-2a .contact a:hover {
            color: #0099ff;
        }

.uou-block-2a .cart {
    float: right;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
}

    .uou-block-2a .cart .fa {
        color: #333333;
        transition: all 0.3s;
        font-size: 18px;
        margin-right: 5px;
    }

    .uou-block-2a .cart:hover, .uou-block-2a .cart:hover .fa {
        color: #0099ff;
    }

.banner.uou-block-2a .banner {
    float: right;
    line-height: 40px;
    width: 728px;
    height: 90px;
}

    .banner.uou-block-2a .banner a {
        display: block;
        text-decoration: none;
    }

    .banner.uou-block-2a .banner img {
        display: block;
        width: 728px;
        height: 90px;
    }

.uou-block-2a .search-form {
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
}

    .uou-block-2a .search-form input[type="text"] {
        margin: 0;
        border-radius: 3px;
    }

        .uou-block-2a .search-form input[type="text"]:focus + input[type="submit"] {
            color: #333333;
        }

            .uou-block-2a .search-form input[type="text"]:focus + input[type="submit"]:hover {
                color: #0099ff;
            }

    .uou-block-2a .search-form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        border: 0;
        width: 40px;
        height: 40px;
        padding: 0;
        text-align: center;
        line-height: 40px;
        font-family: 'FontAwesome';
        font-size: 14px;
        color: #cecece;
        transition: all 0.3s;
    }

        .uou-block-2a .search-form input[type="submit"]:hover {
            color: #0099ff;
        }

@media (max-width: 1199px) {
    .banner.uou-block-2a .logo {
        line-height: 80px;
    }

    .banner.uou-block-2a .banner {
        width: 650px;
        height: 80px;
    }

        .banner.uou-block-2a .banner img {
            width: 650px;
            height: 80px;
        }
}

@media (max-width: 991px) {
    .banner.uou-block-2a .logo {
        line-height: 56px;
    }

    .banner.uou-block-2a .banner {
        width: 450px;
        height: 56px;
    }

        .banner.uou-block-2a .banner img {
            width: 450px;
            height: 56px;
        }
}

@media (max-width: 767px) {
    .uou-block-2a .logo {
        line-height: 40px;
    }

    .uou-block-2a .mobile-sidebar-button {
        display: block;
        float: right;
    }

    .uou-block-2a .contact, .uou-block-2a .cart, .banner.uou-block-2a .banner, .uou-block-2a .search-form {
        display: none;
    }
}
/* Block 2b */
/* ======================== */
.uou-block-2b {
    position: relative;
    display: block;
    background: #02468a;
    padding: 14px 0;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 6px solid #0075ab;
}

    .uou-block-2b:before, .uou-block-2b:after {
        content: " ";
        display: table;
    }

    .uou-block-2b:after {
        clear: both;
    }

    .uou-block-2b:before, .uou-block-2b:after {
        content: " ";
        display: table;
    }

    .uou-block-2b:after {
        clear: both;
    }

.border-bottom.uou-block-2b {
    padding: 0;
}

.uou-block-2b .logo {
    float: left;
    display: block;
    font-size: 28px;
    color: inherit;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 40px;
}

.border-bottom.uou-block-2b .logo {
    line-height: 100px;
}

.icons.uou-block-2b .logo {
    line-height: 48px;
}

.uou-block-2b .logo:hover {
    color: #0099ff;
}

.uou-block-2b .mobile-sidebar-button {
    display: none;
}

.uou-block-2b .nav {
    float: right;
}

    .uou-block-2b .nav .sf-menu > li {
        margin-right: 40px;
        z-index: 9999;
    }

        .uou-block-2b .nav .sf-menu > li:last-child {
            margin-right: 0;
        }

        .uou-block-2b .nav .sf-menu > li > a {
            display: block;
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 40px;
            font-weight: 600;
        }

            .uou-block-2b .nav .sf-menu > li > a i {
                font-size: 18px;
            }

            .uou-block-2b .nav .sf-menu > li > a.btn {
                line-height: 24px;
                color: #ffffff;
            }

.border-bottom.uou-block-2b .nav .sf-menu > li > a {
    line-height: 98px;
    border-bottom: 2px solid transparent;
}

.icons.uou-block-2b .nav .sf-menu > li > a {
    line-height: 24px;
    text-align: center;
}

    .icons.uou-block-2b .nav .sf-menu > li > a .fa {
        display: block;
        font-size: 18px;
        line-height: 24px;
        color: #333333;
    }

.uou-block-2b .nav .sf-menu > li:hover > a, .uou-block-2b .nav .sf-menu > li.active > a, .uou-block-2b .nav .sf-menu > li.sfHover > a {
    color: #fff;
}

    .uou-block-2b .nav .sf-menu > li:hover > a .fa, .uou-block-2b .nav .sf-menu > li.active > a .fa, .uou-block-2b .nav .sf-menu > li.sfHover > a .fa {
        color: #fff;
    }

    .uou-block-2b .nav .sf-menu > li:hover > a.btn, .uou-block-2b .nav .sf-menu > li.active > a.btn, .uou-block-2b .nav .sf-menu > li.sfHover > a.btn {
        color: #ffffff;
    }

.border-bottom.uou-block-2b .nav .sf-menu > li.active > a {
    border-bottom-color: #0099ff;
}

.uou-block-2b .nav .sf-menu > li > ul {
    padding-top: 10px;
    width: 250px;
}

    .uou-block-2b .nav .sf-menu > li > ul.demo-menu {
        min-width: 240px;
    }

    .uou-block-2b .nav .sf-menu > li > ul:before {
        position: absolute;
        top: 5px;
        left: 10px;
        content: '';
        width: 0;
        height: 0;
        border-bottom: 5px solid #f4f4f4;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .uou-block-2b .nav .sf-menu > li > ul ul {
        padding-left: 10px;
    }

        .uou-block-2b .nav .sf-menu > li > ul ul:before {
            position: absolute;
            top: 10px;
            left: 5px;
            content: '';
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #f4f4f4;
        }

    .uou-block-2b .nav .sf-menu > li > ul li {
        border-bottom: 1px solid #262626;
        font-size: 15px;
    }

        .uou-block-2b .nav .sf-menu > li > ul li:first-child a {
            border-radius: 3px 3px 0 0;
        }

        .uou-block-2b .nav .sf-menu > li > ul li:last-child {
            border-bottom: 0;
        }

            .uou-block-2b .nav .sf-menu > li > ul li:last-child a {
                border-radius: 0 0 3px 3px;
            }

        .uou-block-2b .nav .sf-menu > li > ul li a {
            background: #333333;
            color: inherit;
            padding: 6px 15px;
            min-width: 160px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 300 !important;
        }

        .uou-block-2b .nav .sf-menu > li > ul li.active > a, .uou-block-2b .nav .sf-menu > li > ul li:hover > a {
            background: #0099ff;
            color: #ffffff;
        }

.uou-block-2b .nav .sf-menu.sf-arrows .sf-with-ul {
    padding-right: 15px;
}

    .uou-block-2b .nav .sf-menu.sf-arrows .sf-with-ul:after {
        position: absolute;
        content: "\f0d7";
        font-family: 'FontAwesome';
        font-size: 12px;
        right: 0;
    }

    .uou-block-2b .nav .sf-menu.sf-arrows .sf-with-ul.btn:after {
        margin-left: 15px;
    }

.uou-block-2b .nav .sf-menu.sf-arrows ul .sf-with-ul {
    padding-right: 30px;
}

    .uou-block-2b .nav .sf-menu.sf-arrows ul .sf-with-ul:after {
        content: "\f0da";
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        right: 0;
        margin-left: 0;
        padding: 3px 0;
        text-align: center;
        width: 30px;
    }

@media (max-width: 767px) {
    .uou-block-2b .logo {
        line-height: 40px;
    }

    .uou-block-2b .mobile-sidebar-button {
        display: block;
        float: right;
    }

    .uou-block-2b .nav {
        display: none;
    }
}
/* Block 2c */
/* ======================== */
.uou-block-2c {
    position: relative;
    display: block;
    padding: 24px 0;
    font-family: 'Montserrat', sans-serif;
}

    .uou-block-2c:before, .uou-block-2c:after {
        content: " ";
        display: table;
    }

    .uou-block-2c:after {
        clear: both;
    }

    .uou-block-2c:before, .uou-block-2c:after {
        content: " ";
        display: table;
    }

    .uou-block-2c:after {
        clear: both;
    }

    .uou-block-2c .logo {
        float: left;
        display: block;
        font-size: 28px;
        color: inherit;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 40px;
    }

        .uou-block-2c .logo:hover {
            color: #0099ff;
        }

    .uou-block-2c .mobile-sidebar-button {
        display: none;
    }

    .uou-block-2c .nav {
        float: right;
    }

        .uou-block-2c .nav .sf-menu > li {
            margin-right: 24px;
            padding-right: 24px;
            border-right: 1px solid #f4f4f4;
        }

.icons.uou-block-2c .nav .sf-menu > li {
    padding-right: 0;
    border-right: 0;
    margin-right: 40px;
}

.uou-block-2c .nav .sf-menu > li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.uou-block-2c .nav .sf-menu > li > a {
    display: block;
    color: #333333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

    .uou-block-2c .nav .sf-menu > li > a span {
        display: block;
        text-transform: none;
        font-size: 12px;
        font-weight: normal;
        color: #737373;
    }

.icons.uou-block-2c .nav .sf-menu > li > a {
    padding-left: 46px;
}

    .icons.uou-block-2c .nav .sf-menu > li > a .fa {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 36px;
        line-height: 40px;
        color: #333333;
    }

        .icons.uou-block-2c .nav .sf-menu > li > a .fa.fa-envelope, .icons.uou-block-2c .nav .sf-menu > li > a .fa.fa-shopping-cart {
            top: -1px;
        }

        .icons.uou-block-2c .nav .sf-menu > li > a .fa.fa-home, .icons.uou-block-2c .nav .sf-menu > li > a .fa.fa-edit {
            top: 1px;
        }

.uou-block-2c .nav .sf-menu > li:hover > a, .uou-block-2c .nav .sf-menu > li.active > a, .uou-block-2c .nav .sf-menu > li.sfHover > a {
    color: #0099ff;
}

.icons.uou-block-2c .nav .sf-menu > li:hover > a .fa, .icons.uou-block-2c .nav .sf-menu > li.active > a .fa, .icons.uou-block-2c .nav .sf-menu > li.sfHover > a .fa {
    color: #0099ff;
}

.uou-block-2c .nav .sf-menu > li > ul {
    padding-top: 10px;
}

    .uou-block-2c .nav .sf-menu > li > ul:before {
        position: absolute;
        top: 5px;
        left: 10px;
        content: '';
        width: 0;
        height: 0;
        border-bottom: 5px solid #f4f4f4;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .uou-block-2c .nav .sf-menu > li > ul ul {
        padding-left: 10px;
    }

        .uou-block-2c .nav .sf-menu > li > ul ul:before {
            position: absolute;
            top: 10px;
            left: 5px;
            content: '';
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #f4f4f4;
        }

    .uou-block-2c .nav .sf-menu > li > ul li {
        border-bottom: 1px solid #e7e7e7;
    }

        .uou-block-2c .nav .sf-menu > li > ul li:last-child {
            border-bottom: 0;
        }

        .uou-block-2c .nav .sf-menu > li > ul li a {
            background: #f4f4f4;
            font-size: 14px;
            color: inherit;
            padding: 3px 15px;
            min-width: 140px;
        }

        .uou-block-2c .nav .sf-menu > li > ul li.active > a, .uou-block-2c .nav .sf-menu > li > ul li:hover > a {
            background: #333333;
            color: #ffffff;
        }

.uou-block-2c .nav .sf-menu.sf-arrows .sf-with-ul {
    padding-right: 24px;
}

    .uou-block-2c .nav .sf-menu.sf-arrows .sf-with-ul:after {
        position: absolute;
        content: "\f0d7";
        font-family: 'FontAwesome';
        font-size: 12px;
        right: 0;
        top: 10px;
    }

.uou-block-2c .nav .sf-menu.sf-arrows ul .sf-with-ul {
    padding-right: 30px;
}

    .uou-block-2c .nav .sf-menu.sf-arrows ul .sf-with-ul:after {
        content: "\f0da";
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        right: 0;
        margin-left: 0;
        padding: 3px 0;
        text-align: center;
        width: 30px;
    }

@media (max-width: 1199px) {
    .uou-block-2c .nav .sf-menu > li {
        margin-right: 40px;
        padding-right: 0;
        border-right: 0;
    }

        .uou-block-2c .nav .sf-menu > li:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: 0;
        }

    .icons.uou-block-2c .nav .sf-menu > li > a {
        padding-left: 0;
    }

        .icons.uou-block-2c .nav .sf-menu > li > a .fa {
            display: none;
        }
}

@media (max-width: 991px) {
    .uou-block-2c .logo {
        line-height: 40px;
    }

    .uou-block-2c .mobile-sidebar-button {
        display: block;
        float: right;
    }

    .uou-block-2c .nav {
        display: none;
    }
}
/* Block 2d */
/* ======================== */
.uou-block-2d {
    position: relative;
    display: block;
    padding: 24px 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

    .uou-block-2d:before, .uou-block-2d:after {
        content: " ";
        display: table;
    }

    .uou-block-2d:after {
        clear: both;
    }

    .uou-block-2d:before, .uou-block-2d:after {
        content: " ";
        display: table;
    }

    .uou-block-2d:after {
        clear: both;
    }

    .uou-block-2d .container {
        position: relative;
    }

    .uou-block-2d .logo {
        display: inline-block;
        font-size: 28px;
        color: inherit;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 40px;
        text-transform: uppercase;
        padding: 12px 24px;
    }

.banner.uou-block-2d .logo {
    line-height: 90px;
}

.uou-block-2d .logo:hover {
    border-color: #0099ff;
    color: #0099ff;
}

.uou-block-2d .mobile-sidebar-button {
    display: none;
}

.uou-block-2d .contact {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 70px;
    font-size: 14px;
}

    .uou-block-2d .contact span {
        color: #333333;
        font-weight: 600;
    }

    .uou-block-2d .contact a {
        color: #737373;
    }

        .uou-block-2d .contact a:hover {
            color: #0099ff;
        }

.uou-block-2d .cart {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 70px;
    font-size: 14px;
    color: #333333;
}

    .uou-block-2d .cart .fa {
        color: #333333;
        transition: all 0.3s;
        font-size: 18px;
        margin-right: 5px;
    }

    .uou-block-2d .cart:hover, .uou-block-2d .cart:hover .fa {
        color: #0099ff;
    }

@media (max-width: 991px) {
    .uou-block-2d .mobile-sidebar-button {
        display: block;
        float: right;
        margin-top: 15px;
    }

    .uou-block-2d .contact, .uou-block-2d .cart {
        display: none;
    }
}
/* Block 2e */
/* ======================== */
.uou-block-2e {
    position: relative;
    display: block;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    font-family: 'Montserrat', sans-serif;
}

    .uou-block-2e:before, .uou-block-2e:after {
        content: " ";
        display: table;
    }

    .uou-block-2e:after {
        clear: both;
    }

    .uou-block-2e:before, .uou-block-2e:after {
        content: " ";
        display: table;
    }

    .uou-block-2e:after {
        clear: both;
    }

    .uou-block-2e .nav {
        float: left;
    }

        .uou-block-2e .nav .sf-menu {
            margin: 0;
        }

            .uou-block-2e .nav .sf-menu > li > a {
                display: block;
                color: #333333;
                text-transform: uppercase;
                line-height: 50px;
                padding: 0 24px;
                border-right: 1px solid #f4f4f4;
                font-size: 12px;
                font-weight: 600;
            }

            .uou-block-2e .nav .sf-menu > li:first-child a {
                border-left: 1px solid #f4f4f4;
            }

            .uou-block-2e .nav .sf-menu > li:hover > a, .uou-block-2e .nav .sf-menu > li.active > a, .uou-block-2e .nav .sf-menu > li.sfHover > a {
                color: #0099ff;
            }

            .uou-block-2e .nav .sf-menu > li > ul {
                padding-top: 10px;
            }

                .uou-block-2e .nav .sf-menu > li > ul:before {
                    position: absolute;
                    top: 5px;
                    left: 10px;
                    content: '';
                    width: 0;
                    height: 0;
                    border-bottom: 5px solid #f4f4f4;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                }

                .uou-block-2e .nav .sf-menu > li > ul ul {
                    padding-left: 10px;
                }

                    .uou-block-2e .nav .sf-menu > li > ul ul:before {
                        position: absolute;
                        top: 10px;
                        left: 5px;
                        content: '';
                        width: 0;
                        height: 0;
                        border-top: 5px solid transparent;
                        border-bottom: 5px solid transparent;
                        border-right: 5px solid #f4f4f4;
                    }

                .uou-block-2e .nav .sf-menu > li > ul li {
                    border-bottom: 1px solid #e7e7e7;
                }

                    .uou-block-2e .nav .sf-menu > li > ul li:last-child {
                        border-bottom: 0;
                    }

                    .uou-block-2e .nav .sf-menu > li > ul li a {
                        background: #f4f4f4;
                        font-size: 14px;
                        color: inherit;
                        padding: 3px 15px;
                        min-width: 140px;
                    }

                    .uou-block-2e .nav .sf-menu > li > ul li.active > a, .uou-block-2e .nav .sf-menu > li > ul li:hover > a {
                        background: #333333;
                        color: #ffffff;
                    }

            .uou-block-2e .nav .sf-menu.sf-arrows .sf-with-ul {
                padding-right: 30px;
            }

                .uou-block-2e .nav .sf-menu.sf-arrows .sf-with-ul:after {
                    position: absolute;
                    content: "\f0d7";
                    font-family: 'FontAwesome';
                    font-size: 12px;
                    right: 12px;
                }

            .uou-block-2e .nav .sf-menu.sf-arrows ul .sf-with-ul {
                padding-right: 30px;
            }

                .uou-block-2e .nav .sf-menu.sf-arrows ul .sf-with-ul:after {
                    content: "\f0da";
                    font-family: 'FontAwesome';
                    position: absolute;
                    top: 0;
                    right: 0;
                    margin-left: 0;
                    padding: 3px 0;
                    text-align: center;
                    width: 30px;
                }

    .uou-block-2e .contact {
        float: right;
        line-height: 50px;
        font-size: 14px;
    }

        .uou-block-2e .contact span {
            color: #333333;
            font-weight: 600;
        }

        .uou-block-2e .contact a {
            color: #737373;
        }

            .uou-block-2e .contact a:hover {
                color: #0099ff;
            }

    .uou-block-2e .cart {
        float: right;
        line-height: 50px;
        font-size: 14px;
        color: #333333;
    }

        .uou-block-2e .cart .fa {
            color: #333333;
            transition: all 0.3s;
            font-size: 18px;
            margin-right: 5px;
        }

        .uou-block-2e .cart:hover, .uou-block-2e .cart:hover .fa {
            color: #0099ff;
        }

    .uou-block-2e .search-form {
        position: relative;
        margin: 0;
        padding: 0;
        float: right;
    }

        .uou-block-2e .search-form input[type="text"] {
            margin: -1px 0 -1px 0;
            border: 1px solid #f4f4f4;
            height: 54px;
            padding: 14px 12px;
        }

            .uou-block-2e .search-form input[type="text"]:focus {
                border-color: #333333;
            }

                .uou-block-2e .search-form input[type="text"]:focus + input[type="submit"] {
                    color: #333333;
                }

                    .uou-block-2e .search-form input[type="text"]:focus + input[type="submit"]:hover {
                        color: #0099ff;
                    }

        .uou-block-2e .search-form input[type="submit"] {
            position: absolute;
            top: 0;
            right: 0;
            background: none;
            border: 0;
            width: 40px;
            height: 52px;
            padding: 0;
            text-align: center;
            line-height: 52px;
            font-family: 'FontAwesome';
            font-size: 14px;
            color: #cecece;
            transition: all 0.3s;
        }

            .uou-block-2e .search-form input[type="submit"]:hover {
                color: #0099ff;
            }

@media (max-width: 767px) {
    .uou-block-2e {
        display: none;
    }
}
/* Block 2f */
/* ======================== */
.uou-block-2f {
    position: relative;
    display: block;
    background: #f4f4f4;
    font-family: 'Montserrat', sans-serif;
}

    .uou-block-2f:before, .uou-block-2f:after {
        content: " ";
        display: table;
    }

    .uou-block-2f:after {
        clear: both;
    }

    .uou-block-2f:before, .uou-block-2f:after {
        content: " ";
        display: table;
    }

    .uou-block-2f:after {
        clear: both;
    }

    .uou-block-2f .mobile-sidebar-button {
        display: none;
    }

    .uou-block-2f .nav {
        float: left;
    }

        .uou-block-2f .nav .sf-menu {
            margin: 0;
        }

            .uou-block-2f .nav .sf-menu > li {
                margin-right: 40px;
            }

.hover-bg.uou-block-2f .nav .sf-menu > li {
    margin-right: 1px;
}

.border-right.uou-block-2f .nav .sf-menu > li {
    margin-right: 0;
}

.white.border-right.uou-block-2f .nav .sf-menu > li:after {
    position: absolute;
    display: block;
    content: '';
    top: 17px;
    right: 0;
    width: 1px;
    height: 16px;
    background: #ffffff;
}

.border-right.uou-block-2f .nav .sf-menu > li:after {
    position: absolute;
    display: block;
    content: '';
    top: 17px;
    right: 0;
    width: 1px;
    height: 16px;
    background: #dbdbdb;
}

.uou-block-2f .nav .sf-menu > li > a {
    display: block;
    color: #333333;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 600;
}

.hover-bg.uou-block-2f .nav .sf-menu > li > a {
    padding: 0 24px;
}

.border-right.uou-block-2f .nav .sf-menu > li > a {
    padding-left: 24px;
    padding-right: 24px;
}

.uou-block-2f .nav .sf-menu > li:hover > a, .uou-block-2f .nav .sf-menu > li.active > a, .uou-block-2f .nav .sf-menu > li.sfHover > a {
    color: #0099ff;
}

.hover-bg.uou-block-2f .nav .sf-menu > li:hover > a, .hover-bg.uou-block-2f .nav .sf-menu > li.active > a, .hover-bg.uou-block-2f .nav .sf-menu > li.sfHover > a {
    color: #ffffff;
    background: #0099ff;
}

.border-right.uou-block-2f .nav .sf-menu > li:first-child > a {
    padding-left: 0;
}

.uou-block-2f .nav .sf-menu > li:last-child {
    margin-right: 0;
}

.border-right.uou-block-2f .nav .sf-menu > li:last-child:after {
    display: none;
}

.border-right.uou-block-2f .nav .sf-menu > li:last-child > a {
    padding-right: 0;
}

.uou-block-2f .nav .sf-menu > li > ul {
    padding-top: 10px;
}

    .uou-block-2f .nav .sf-menu > li > ul.demo-menu {
        min-width: 240px;
    }

    .uou-block-2f .nav .sf-menu > li > ul:before {
        position: absolute;
        top: 5px;
        left: 10px;
        content: '';
        width: 0;
        height: 0;
        border-bottom: 5px solid #333333;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .uou-block-2f .nav .sf-menu > li > ul ul {
        padding-left: 10px;
    }

        .uou-block-2f .nav .sf-menu > li > ul ul:before {
            position: absolute;
            top: 10px;
            left: 5px;
            content: '';
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #333333;
        }

    .uou-block-2f .nav .sf-menu > li > ul li {
        border-bottom: 1px solid #262626;
    }

        .uou-block-2f .nav .sf-menu > li > ul li:last-child {
            border-bottom: 0;
        }

        .uou-block-2f .nav .sf-menu > li > ul li:first-child a {
            border-radius: 3px 3px 0 0;
        }

        .uou-block-2f .nav .sf-menu > li > ul li:last-child {
            border-bottom: 0;
        }

            .uou-block-2f .nav .sf-menu > li > ul li:last-child a {
                border-radius: 0 0 3px 3px;
            }

        .uou-block-2f .nav .sf-menu > li > ul li a {
            background: #333333;
            color: inherit;
            padding: 6px 15px;
            min-width: 160px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 300;
        }

        .uou-block-2f .nav .sf-menu > li > ul li.active > a, .uou-block-2f .nav .sf-menu > li > ul li:hover > a {
            background: #0099ff;
            color: #ffffff;
        }

.uou-block-2f .nav .sf-menu.sf-arrows .sf-with-ul {
    padding-right: 15px;
}

.hover-bg.uou-block-2f .nav .sf-menu.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.border-right.uou-block-2f .nav .sf-menu.sf-arrows .sf-with-ul {
    padding-right: 36px;
}

.uou-block-2f .nav .sf-menu.sf-arrows .sf-with-ul:after {
    position: absolute;
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 12px;
    right: 0;
}

.hover-bg.uou-block-2f .nav .sf-menu.sf-arrows .sf-with-ul:after {
    right: 12px;
}

.border-right.uou-block-2f .nav .sf-menu.sf-arrows .sf-with-ul:after {
    right: 16px;
}

.uou-block-2f .nav .sf-menu.sf-arrows ul .sf-with-ul {
    padding-right: 30px;
}

    .uou-block-2f .nav .sf-menu.sf-arrows ul .sf-with-ul:after {
        content: "\f0da";
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        right: 0;
        margin-left: 0;
        padding: 3px 0;
        text-align: center;
        width: 30px;
    }

.uou-block-2f .contact {
    float: right;
    line-height: 50px;
    font-size: 14px;
}

    .uou-block-2f .contact span {
        color: #333333;
        font-weight: 600;
    }

    .uou-block-2f .contact a {
        color: #737373;
    }

        .uou-block-2f .contact a:hover {
            color: #0099ff;
        }

.uou-block-2f .cart {
    float: right;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
}

    .uou-block-2f .cart .fa {
        color: #333333;
        transition: all 0.3s;
        font-size: 18px;
        margin-right: 5px;
    }

    .uou-block-2f .cart:hover, .uou-block-2f .cart:hover .fa {
        color: #0099ff;
    }

.uou-block-2f .search-form {
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
}

    .uou-block-2f .search-form input[type="text"] {
        margin: 0;
        border: 0;
        background: none;
        height: 50px;
        padding: 13px 0;
    }

        .uou-block-2f .search-form input[type="text"]:focus {
            border-color: #333333;
        }

            .uou-block-2f .search-form input[type="text"]:focus + input[type="submit"] {
                color: #333333;
            }

                .uou-block-2f .search-form input[type="text"]:focus + input[type="submit"]:hover {
                    color: #0099ff;
                }

    .uou-block-2f .search-form input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        border: 0;
        width: 40px;
        height: 52px;
        padding: 0;
        text-align: right;
        line-height: 52px;
        font-family: 'FontAwesome';
        font-size: 14px;
        color: #cecece;
        transition: all 0.3s;
    }

        .uou-block-2f .search-form input[type="submit"]:hover {
            color: #0099ff;
        }

@media (max-width: 991px) {
    .uou-block-2f .nav, .uou-block-2f .contact {
        display: none;
    }

    .uou-block-2f .mobile-sidebar-button {
        display: block;
        float: right;
    }
}
/* Block 3a */
/* ======================== */
.uou-block-3a {
    position: relative;
    display: block;
    padding: 13px 0;
    background: #f4f4f4;
}

    .uou-block-3a:before, .uou-block-3a:after {
        content: " ";
        display: table;
    }

    .uou-block-3a:after {
        clear: both;
    }

    .uou-block-3a:before, .uou-block-3a:after {
        content: " ";
        display: table;
    }

    .uou-block-3a:after {
        clear: both;
    }

.secondary.uou-block-3a {
    background: #333333;
}

.uou-block-3a .breadcrumbs {
    margin-bottom: 0;
    font-size: 14px;
}

.secondary.uou-block-3a .breadcrumbs > li {
    color: #ffffff;
}

    .secondary.uou-block-3a .breadcrumbs > li:after {
        color: #737373;
    }

    .secondary.uou-block-3a .breadcrumbs > li a {
        color: #8c8c8c;
    }

        .secondary.uou-block-3a .breadcrumbs > li a:hover {
            color: #0099ff;
        }

@media (max-width: 767px) {
    .uou-block-3a {
        display: none;
    }
}
/* Block 3b */
/* ======================== */
.uou-block-3b {
    position: relative;
    display: block;
    padding: 16px 0;
    background: #f4f4f4;
}

    .uou-block-3b:before, .uou-block-3b:after {
        content: " ";
        display: table;
    }

    .uou-block-3b:after {
        clear: both;
    }

    .uou-block-3b:before, .uou-block-3b:after {
        content: " ";
        display: table;
    }

    .uou-block-3b:after {
        clear: both;
    }

.secondary.uou-block-3b {
    background: #333333;
}

.uou-block-3b h1 {
    float: left;
    margin: 0;
    font-size: 20px;
    line-height: 48px;
}

.secondary.uou-block-3b h1 {
    color: #ffffff;
}

.uou-block-3b .breadcrumbs {
    float: right;
    margin: 12px 0 0 0;
    font-size: 14px;
}

.secondary.uou-block-3b .breadcrumbs > li {
    color: #ffffff;
}

    .secondary.uou-block-3b .breadcrumbs > li:after {
        color: #737373;
    }

    .secondary.uou-block-3b .breadcrumbs > li a {
        color: #8c8c8c;
    }

        .secondary.uou-block-3b .breadcrumbs > li a:hover {
            color: #0099ff;
        }

@media (max-width: 767px) {
    .uou-block-3b {
        padding: 36px 0;
        text-align: center;
    }

        .uou-block-3b h1 {
            float: none;
            position: relative;
            margin: 0;
            padding: 0;
            font-size: 24px;
        }

        .uou-block-3b .breadcrumbs {
            display: none;
        }
}
/* Block 3c */
/* ======================== */
.uou-block-3c {
    position: relative;
    display: block;
    padding: 36px 0;
    background: #f4f4f4;
    text-align: center;
}

    .uou-block-3c:before, .uou-block-3c:after {
        content: " ";
        display: table;
    }

    .uou-block-3c:after {
        clear: both;
    }

    .uou-block-3c:before, .uou-block-3c:after {
        content: " ";
        display: table;
    }

    .uou-block-3c:after {
        clear: both;
    }

.secondary.uou-block-3c {
    background: #333333;
}

    .secondary.uou-block-3c.has-bg-image {
        background-size: cover;
        background-repeat: no-repeat;
    }

.uou-block-3c h1 {
    position: relative;
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
    font-size: 28px;
}

.secondary.uou-block-3c h1 {
    color: #ffffff;
}

.uou-block-3c h1:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    display: block;
    height: 1px;
    width: 60px;
    background: #8c8c8c;
}

.uou-block-3c .breadcrumbs {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

.secondary.uou-block-3c .breadcrumbs > li {
    color: #ffffff;
}

    .secondary.uou-block-3c .breadcrumbs > li:after {
        color: #737373;
    }

    .secondary.uou-block-3c .breadcrumbs > li a {
        color: #8c8c8c;
    }

        .secondary.uou-block-3c .breadcrumbs > li a:hover {
            color: #0099ff;
        }

@media (max-width: 767px) {
    .uou-block-3c h1 {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .uou-block-3c h1:after {
            display: none;
        }

    .uou-block-3c .breadcrumbs {
        display: none;
    }
}
/* Block 3d */
/* ======================== */
.uou-block-3d {
    position: relative;
    display: block;
    padding: 24px 0;
    background: #f4f4f4;
}

    .uou-block-3d:before, .uou-block-3d:after {
        content: " ";
        display: table;
    }

    .uou-block-3d:after {
        clear: both;
    }

    .uou-block-3d:before, .uou-block-3d:after {
        content: " ";
        display: table;
    }

    .uou-block-3d:after {
        clear: both;
    }

.secondary.uou-block-3d {
    background: #333333;
}

.uou-block-3d .breadcrumbs-secondary {
    float: left;
    margin: 0;
}

    .uou-block-3d .breadcrumbs-secondary > li {
        margin-right: 0;
    }

        .uou-block-3d .breadcrumbs-secondary > li > a:after, .uou-block-3d .breadcrumbs-secondary > li > span:after {
            right: -13px;
            border-left-color: #f4f4f4;
        }

        .uou-block-3d .breadcrumbs-secondary > li > a:before, .uou-block-3d .breadcrumbs-secondary > li > span:before {
            right: -14px;
        }

        .uou-block-3d .breadcrumbs-secondary > li > a .arrow:before, .uou-block-3d .breadcrumbs-secondary > li > span .arrow:before {
            border-bottom-color: #f4f4f4;
        }

        .uou-block-3d .breadcrumbs-secondary > li > a .arrow:after, .uou-block-3d .breadcrumbs-secondary > li > span .arrow:after {
            border-top-color: #f4f4f4;
        }

        .uou-block-3d .breadcrumbs-secondary > li > a:hover:after {
            border-left-color: #0099ff;
        }

        .uou-block-3d .breadcrumbs-secondary > li > span:after {
            border-left-color: #666666;
        }

.secondary.uou-block-3d .breadcrumbs-secondary > li > a:after, .secondary.uou-block-3d .breadcrumbs-secondary > li > span:after {
    border-left-color: #333333;
}

.secondary.uou-block-3d .breadcrumbs-secondary > li > a .arrow:before, .secondary.uou-block-3d .breadcrumbs-secondary > li > span .arrow:before {
    border-bottom-color: #333333;
}

.secondary.uou-block-3d .breadcrumbs-secondary > li > a .arrow:after, .secondary.uou-block-3d .breadcrumbs-secondary > li > span .arrow:after {
    border-top-color: #333333;
}

.secondary.uou-block-3d .breadcrumbs-secondary > li > a:hover:after {
    border-left-color: #0099ff;
}

.secondary.uou-block-3d .breadcrumbs-secondary > li > span {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #333333;
}

    .secondary.uou-block-3d .breadcrumbs-secondary > li > span:before, .secondary.uou-block-3d .breadcrumbs-secondary > li > span:after, .secondary.uou-block-3d .breadcrumbs-secondary > li > span .arrow {
        border-left-color: #ffffff;
    }

.uou-block-3d .heading {
    float: right;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}

.secondary.uou-block-3d .heading {
    color: #ffffff;
}

.uou-block-3d .contact {
    float: right;
    line-height: 30px;
    font-size: 14px;
}

    .uou-block-3d .contact span {
        color: #333333;
        font-weight: 600;
    }

.secondary.uou-block-3d .contact span {
    color: #ffffff;
}

.uou-block-3d .contact a {
    color: #333333;
}

.secondary.uou-block-3d .contact a {
    color: #8c8c8c;
}

.uou-block-3d .contact a:hover {
    color: #0099ff;
}

.uou-block-3d .cart {
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
}

.secondary.uou-block-3d .cart {
    color: #ffffff;
}

.uou-block-3d .cart .fa {
    color: #333333;
    transition: all 0.3s;
    font-size: 18px;
    margin-right: 5px;
}

.secondary.uou-block-3d .cart .fa {
    color: #ffffff;
}

.uou-block-3d .cart:hover, .uou-block-3d .cart:hover .fa {
    color: #0099ff;
}

.uou-block-3d .search-form {
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
}

    .uou-block-3d .search-form input[type="text"] {
        margin: 0;
        background: none;
        border-radius: 3px;
    }

.secondary.uou-block-3d .search-form input[type="text"] {
    color: #ffffff;
    border-color: #8c8c8c;
}

    .secondary.uou-block-3d .search-form input[type="text"]:focus {
        border-color: #ffffff;
    }

.uou-block-3d .search-form input[type="text"]:focus + input[type="submit"] {
    color: #333333;
}

.secondary.uou-block-3d .search-form input[type="text"]:focus + input[type="submit"] {
    color: #ffffff;
}

.uou-block-3d .search-form input[type="text"]:focus + input[type="submit"]:hover {
    color: #0099ff;
}

.uou-block-3d .search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #cecece;
    transition: all 0.3s;
}

.secondary.uou-block-3d .search-form input[type="submit"] {
    border-color: #8c8c8c;
}

.uou-block-3d .search-form input[type="submit"]:hover {
    color: #0099ff;
}

@media (max-width: 767px) {
    .uou-block-3d {
        display: none;
    }
}
/* Block 4a */
/* ======================== */
.uou-block-4a {
    position: relative;
    display: block;
    padding: 24px 0;
    background: #f4f4f4;
    color: #333333;
    font-size: 14px;
}

    .uou-block-4a:before, .uou-block-4a:after {
        content: " ";
        display: table;
    }

    .uou-block-4a:after {
        clear: both;
    }

    .uou-block-4a:before, .uou-block-4a:after {
        content: " ";
        display: table;
    }

    .uou-block-4a:after {
        clear: both;
    }

.secondary.uou-block-4a {
    background: #333333;
    color: #e6e6e6;
}

    .secondary.uou-block-4a.dark {
        background: #fff;
    }

.uou-block-4a p {
    margin-bottom: 0;
    float: left;
    color: #333;
}

.uou-block-4a .social-icons {
    padding-left: 0;
    list-style: none;
    float: right;
    margin-bottom: 0;
}

    .uou-block-4a .social-icons > li {
        float: left;
        margin-right: 24px;
    }

        .uou-block-4a .social-icons > li:last-child {
            margin-right: 0;
        }

        .uou-block-4a .social-icons > li > a {
            display: block;
            color: inherit;
            font-size: 18px;
            color: #737373;
        }

            .uou-block-4a .social-icons > li > a:hover {
                color: #0099ff;
            }

.uou-block-4a .links {
    padding-left: 0;
    list-style: none;
    float: right;
    margin-bottom: 0;
}

    .uou-block-4a .links > li {
        float: left;
        margin-right: 24px;
    }

        .uou-block-4a .links > li:last-child {
            margin-right: 0;
        }

        .uou-block-4a .links > li > a {
            display: block;
            color: #333;
        }

            .uou-block-4a .links > li > a:hover {
                color: #0099ff;
            }

@media (max-width: 767px) {
    .uou-block-4a {
        text-align: center;
    }

        .uou-block-4a p {
            float: none;
        }

        .uou-block-4a .social-icons, .uou-block-4a .links {
            display: inline-block;
            float: none;
            margin-bottom: 24px;
        }
}
/* Block 4b */
/* ======================== */
.uou-block-4b {
    position: relative;
    display: block;
    padding: 48px 0;
    background: #f4f4f4;
    color: #333333;
    font-size: 14px;
    text-align: center;
}

    .uou-block-4b:before, .uou-block-4b:after {
        content: " ";
        display: table;
    }

    .uou-block-4b:after {
        clear: both;
    }

    .uou-block-4b:before, .uou-block-4b:after {
        content: " ";
        display: table;
    }

    .uou-block-4b:after {
        clear: both;
    }

.secondary.uou-block-4b {
    background: #333333;
    color: #d9d9d9;
}

.uou-block-4b p {
    margin-bottom: 0;
}

    .uou-block-4b p .fa-heart {
        color: #e93d3d;
    }

.uou-block-4b .social-icons {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    margin-top: 48px;
    margin-bottom: 0;
    vertical-align: top;
}

    .uou-block-4b .social-icons > li {
        float: left;
        margin-right: 10px;
    }

        .uou-block-4b .social-icons > li:last-child {
            margin-right: 0;
        }

        .uou-block-4b .social-icons > li > a {
            display: block;
            color: inherit;
            height: 42px;
            width: 42px;
            border-radius: 50%;
            border: 1px solid rgba(0,0,0,0.1);
            font-size: 14px;
            text-align: center;
            line-height: 40px;
            color: #737373;
        }

            .uou-block-4b .social-icons > li > a:hover {
                color: #fff;
                border-color: #fff;
                background: #0099ff;
            }
/* Block 4c */
/* ======================== */
.uou-block-4c {
    position: relative;
    display: block;
    padding: 48px 0;
    background: #f4f4f4;
    color: #737373;
    font-size: 14px;
}

    .uou-block-4c:before, .uou-block-4c:after {
        content: " ";
        display: table;
    }

    .uou-block-4c:after {
        clear: both;
    }

    .uou-block-4c:before, .uou-block-4c:after {
        content: " ";
        display: table;
    }

    .uou-block-4c:after {
        clear: both;
    }

.secondary.uou-block-4c {
    background: #333333;
    color: #bfbfbf;
}

.uou-block-4c .left-section {
    float: left;
}

.uou-block-4c .right-section {
    float: right;
}

    .uou-block-4c .right-section h5 {
        margin: 0;
        line-height: 24px;
        font-size: 18px;
        text-transform: uppercase;
    }

.secondary.uou-block-4c .right-section h5 {
    color: #ffffff;
}

.uou-block-4c hr {
    border-color: #dbdbdb;
    margin: 24px 0;
}

.secondary.uou-block-4c hr {
    border-color: #262626;
}

.uou-block-4c .links {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

    .uou-block-4c .links:before, .uou-block-4c .links:after {
        content: " ";
        display: table;
    }

    .uou-block-4c .links:after {
        clear: both;
    }

    .uou-block-4c .links:before, .uou-block-4c .links:after {
        content: " ";
        display: table;
    }

    .uou-block-4c .links:after {
        clear: both;
    }

    .uou-block-4c .links > li {
        float: left;
        margin-right: 24px;
        padding-right: 24px;
        border-right: 1px solid #dbdbdb;
    }

.secondary.uou-block-4c .links > li {
    border-color: #262626;
}

.uou-block-4c .links > li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.uou-block-4c .links > li > a {
    color: inherit;
}

    .uou-block-4c .links > li > a:hover {
        color: #0099ff;
    }

.uou-block-4c .contact-info {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

    .uou-block-4c .contact-info:before, .uou-block-4c .contact-info:after {
        content: " ";
        display: table;
    }

    .uou-block-4c .contact-info:after {
        clear: both;
    }

    .uou-block-4c .contact-info:before, .uou-block-4c .contact-info:after {
        content: " ";
        display: table;
    }

    .uou-block-4c .contact-info:after {
        clear: both;
    }

    .uou-block-4c .contact-info > li {
        float: left;
        margin-right: 36px;
    }

        .uou-block-4c .contact-info > li:last-child {
            margin-right: 0;
        }

        .uou-block-4c .contact-info > li .fa {
            margin-right: 6px;
        }

        .uou-block-4c .contact-info > li a {
            color: inherit;
        }

            .uou-block-4c .contact-info > li a:hover {
                color: #0099ff;
            }

        .uou-block-4c .contact-info > li address {
            margin: 0;
            display: inline-block;
        }

.uou-block-4c .social-icons {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

    .uou-block-4c .social-icons > li {
        float: left;
        margin-right: 24px;
    }

        .uou-block-4c .social-icons > li:last-child {
            margin-right: 0;
        }

        .uou-block-4c .social-icons > li > a {
            display: block;
            color: inherit;
            font-size: 18px;
        }

            .uou-block-4c .social-icons > li > a:hover {
                color: #0099ff;
            }

.uou-block-4c .newsletter-form {
    margin: 24px 0 0 0;
}

    .uou-block-4c .newsletter-form input[type="email"] {
        background: none;
        margin-bottom: 12px;
        border-radius: 3px;
    }

.secondary.uou-block-4c .newsletter-form input[type="email"] {
    border-color: #8c8c8c;
    color: #ffffff;
}

    .secondary.uou-block-4c .newsletter-form input[type="email"]:focus {
        border-color: #ffffff;
    }

@media (max-width: 991px) {
    .uou-block-4c .left-section {
        float: none;
        margin-bottom: 50px;
    }

    .uou-block-4c .right-section {
        float: none;
    }

        .uou-block-4c .right-section h5 {
            font-size: 16px;
            line-height: 1.25em;
            text-transform: uppercase;
        }
}

@media (max-width: 767px) {
    .uou-block-4c {
        text-align: center;
    }

        .uou-block-4c .links {
            margin-bottom: 0;
        }

            .uou-block-4c .links > li {
                display: inline-block;
                float: none;
                padding-right: 0;
                border-right: 0;
                margin-bottom: 12px;
            }

        .uou-block-4c .contact-info > li {
            float: none;
            margin-right: 0;
            margin-bottom: 24px;
        }

            .uou-block-4c .contact-info > li:last-child {
                margin-bottom: 0;
            }

            .uou-block-4c .contact-info > li .fa {
                display: block;
                margin-right: 0;
            }

        .uou-block-4c .social-icons {
            display: inline-block;
            float: none;
        }
}
/* Block 4d */
/* ======================== */
.uou-block-4d {
    position: relative;
    display: block;
    padding: 48px 0;
    background: #f4f4f4;
    color: #737373;
    font-size: 14px;
}

    .uou-block-4d:before, .uou-block-4d:after {
        content: " ";
        display: table;
    }

    .uou-block-4d:after {
        clear: both;
    }

    .uou-block-4d:before, .uou-block-4d:after {
        content: " ";
        display: table;
    }

    .uou-block-4d:after {
        clear: both;
    }

.secondary.uou-block-4d {
    background: #333333;
}

    .secondary.uou-block-4d p {
        color: #bfbfbf;
    }

    .secondary.uou-block-4d .links a {
        color: #bfbfbf;
    }

.uou-block-4d .logo {
    display: block;
    font-size: 28px;
    color: #333333;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 30px;
}

.secondary.uou-block-4d .logo {
    color: #ffffff;
}

.uou-block-4d .logo:hover {
    color: #0099ff;
}

.uou-block-4d h5 {
    margin-top: 5px;
    line-height: 30px;
    font-size: 18px;
    text-transform: uppercase;
}

.secondary.uou-block-4d h5 {
    color: #ffffff;
}

.uou-block-4d .links {
    padding-left: 0;
    list-style: none;
}

    .uou-block-4d .links > li > a {
        color: inherit;
    }

        .uou-block-4d .links > li > a:hover {
            color: #0099ff;
        }

.uou-block-4d .newsletter-form {
    margin: 24px 0 0 0;
}

    .uou-block-4d .newsletter-form input[type="email"] {
        background: none;
        margin-bottom: 12px;
        border-radius: 3px;
    }

.secondary.uou-block-4d .newsletter-form input[type="email"] {
    border-color: #8c8c8c;
    color: #ffffff;
}

    .secondary.uou-block-4d .newsletter-form input[type="email"]:focus {
        border-color: #ffffff;
    }

@media (max-width: 767px) {
    .uou-block-4d h5 {
        margin-top: 0;
    }
}
/* Block 4e */
/* ======================== */
.uou-block-4e {
    position: relative;
    display: block;
    padding: 48px 0;
    background: #ececec;
    color: #737373;
    font-size: 14px;
}

    .uou-block-4e:before, .uou-block-4e:after {
        content: " ";
        display: table;
    }

    .uou-block-4e:after {
        clear: both;
    }

    .uou-block-4e:before, .uou-block-4e:after {
        content: " ";
        display: table;
    }

    .uou-block-4e:after {
        clear: both;
    }

.secondary.uou-block-4e {
    background: #333333;
    color: #bfbfbf;
}

    .secondary.uou-block-4e .blog-posts > li span {
        color: #e6e6e6;
    }

    .secondary.uou-block-4e .blog-posts > li a {
        color: #bfbfbf;
    }

.uou-block-4e [class*="col-"] {
    padding-right: 45px;
}

    .uou-block-4e [class*="col-"]:last-child {
        padding-right: 30px;
    }

.uou-block-4e .logo {
    display: block;
    font-size: 28px;
    color: #333333;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 30px;
    margin-bottom: 29px;
}

.secondary.uou-block-4e .logo {
    color: #ffffff;
}

.uou-block-4e .logo:hover {
    color: #0099ff;
}

.uou-block-4e h5 {
    margin-top: 5px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}

.secondary.uou-block-4e h5 {
    color: #ffffff;
}

.uou-block-4e .links {
    padding-left: 0;
    list-style: none;
}

    .uou-block-4e .links > li > a {
        color: inherit;
    }

        .uou-block-4e .links > li > a:hover {
            color: #0099ff;
        }

.uou-block-4e .tags-list {
    padding-left: 0;
    list-style: none;
}

    .uou-block-4e .tags-list:before, .uou-block-4e .tags-list:after {
        content: " ";
        display: table;
    }

    .uou-block-4e .tags-list:after {
        clear: both;
    }

    .uou-block-4e .tags-list:before, .uou-block-4e .tags-list:after {
        content: " ";
        display: table;
    }

    .uou-block-4e .tags-list:after {
        clear: both;
    }

    .uou-block-4e .tags-list > li {
        float: left;
        margin: 0 5px 5px 0;
    }

        .uou-block-4e .tags-list > li > a {
            display: block;
            background: #0099ff;
            color: #ffffff;
            padding: 0 8px;
            line-height: 30px;
            border-radius: 3px;
        }

            .uou-block-4e .tags-list > li > a:hover {
                background: #008b5f;
            }

.uou-block-4e .blog-posts {
    padding-left: 0;
    list-style: none;
}

    .uou-block-4e .blog-posts > li {
        margin-bottom: 24px;
    }

        .uou-block-4e .blog-posts > li:last-child {
            margin-bottom: 0;
        }

        .uou-block-4e .blog-posts > li > a {
            display: block;
            color: inherit;
        }

            .uou-block-4e .blog-posts > li > a:hover {
                color: #0099ff;
            }

        .uou-block-4e .blog-posts > li > span {
            display: block;
            letter-spacing: 1px;
            color: #8c8c8c;
        }

.uou-block-4e .photos-list {
    padding-left: 0;
    list-style: none;
    margin: 0 -5px;
}

    .uou-block-4e .photos-list:before, .uou-block-4e .photos-list:after {
        content: " ";
        display: table;
    }

    .uou-block-4e .photos-list:after {
        clear: both;
    }

    .uou-block-4e .photos-list:before, .uou-block-4e .photos-list:after {
        content: " ";
        display: table;
    }

    .uou-block-4e .photos-list:after {
        clear: both;
    }

    .uou-block-4e .photos-list > li {
        float: left;
        margin: 0;
        width: 33.33333333%;
        padding: 5px;
        border-radius: 3px;
        overflow: hidden;
    }

        .uou-block-4e .photos-list > li img {
            width: 100%;
            height: auto;
            border-radius: 3px;
        }

.uou-block-4e .contact-info {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

    .uou-block-4e .contact-info:before, .uou-block-4e .contact-info:after {
        content: " ";
        display: table;
    }

    .uou-block-4e .contact-info:after {
        clear: both;
    }

    .uou-block-4e .contact-info:before, .uou-block-4e .contact-info:after {
        content: " ";
        display: table;
    }

    .uou-block-4e .contact-info:after {
        clear: both;
    }

    .uou-block-4e .contact-info > li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 24px;
    }

        .uou-block-4e .contact-info > li .fa {
            position: absolute;
            top: 0;
            left: 0;
            line-height: 24px;
        }

        .uou-block-4e .contact-info > li a {
            color: inherit;
        }

            .uou-block-4e .contact-info > li a:hover {
                color: #0099ff;
            }

        .uou-block-4e .contact-info > li address {
            margin: 0;
            display: inline-block;
        }

.uou-block-4e .newsletter-form {
    margin: 24px 0 0 0;
}

    .uou-block-4e .newsletter-form input[type="email"] {
        background: none;
        margin-bottom: 12px;
        border-radius: 3px;
    }

.secondary.uou-block-4e .newsletter-form input[type="email"] {
    border-color: #8c8c8c;
    color: #ffffff;
}

    .secondary.uou-block-4e .newsletter-form input[type="email"]:focus {
        border-color: #ffffff;
    }

.uou-block-4e .twitter-feed {
    padding-left: 0;
    list-style: none;
}

    .uou-block-4e .twitter-feed li {
        position: relative;
        margin-bottom: 24px;
        padding-left: 30px;
    }

        .uou-block-4e .twitter-feed li:last-child {
            margin-bottom: 0;
        }

        .uou-block-4e .twitter-feed li:before {
            position: absolute;
            top: 0;
            left: 0;
            content: "\f099";
            color: #55acee;
            font-family: 'FontAwesome';
            font-size: 18px;
        }

        .uou-block-4e .twitter-feed li .time {
            display: block;
            letter-spacing: 1px;
            color: #e6e6e6;
        }

            .uou-block-4e .twitter-feed li .time:hover {
                color: #0099ff;
            }

@media (max-width: 767px) {
    .uou-block-4e h5 {
        margin-top: 24px;
    }

    .uou-block-4e .contact-info {
        background: none !important;
    }

        .uou-block-4e .contact-info > li {
            margin-bottom: 12px;
        }
}
/* Block 5a */
/* ======================== */
.uou-block-5a {
    position: relative;
    display: block;
    padding: 72px 0;
    background: #333333;
    background-size: cover;
}

    .uou-block-5a:before, .uou-block-5a:after {
        content: " ";
        display: table;
    }

    .uou-block-5a:after {
        clear: both;
    }

    .uou-block-5a:before, .uou-block-5a:after {
        content: " ";
        display: table;
    }

    .uou-block-5a:after {
        clear: both;
    }

    .uou-block-5a blockquote {
        padding: 0;
        margin: 0;
        border-left: 0;
        background: none;
        margin: 0 auto;
        max-width: 800px;
        text-align: center;
        color: #ffffff;
        font-size: 24px;
        line-height: 1.5em;
        font-weight: normal;
        font-family: 'Libre Baskerville', serif;
    }

        .uou-block-5a blockquote footer:before {
            content: '';
        }

        .uou-block-5a blockquote footer {
            display: block;
            font-size: 14px;
            color: #ffffff;
        }

            .uou-block-5a blockquote footer cite {
                font-style: normal;
                font-family: 'Open Sans', sans-serif;
                letter-spacing: 1px;
            }

    .uou-block-5a.uou-twitter-content {
        background: #ffffff;
        padding: 72px 0 24px;
    }

        .uou-block-5a.uou-twitter-content.has-bg-image.invert .flex-control-nav {
            text-align: right;
            bottom: 25px;
        }

            .uou-block-5a.uou-twitter-content.has-bg-image.invert .flex-control-nav li a {
                background: #333333;
            }

                .uou-block-5a.uou-twitter-content.has-bg-image.invert .flex-control-nav li a.flex-active {
                    background: #0099ff;
                }

        .uou-block-5a.uou-twitter-content.has-bg-image.invert blockquote {
            color: #333333 !important;
        }

            .uou-block-5a.uou-twitter-content.has-bg-image.invert blockquote .twitt-details {
                border-top: 1px solid #333333;
            }

                .uou-block-5a.uou-twitter-content.has-bg-image.invert blockquote .twitt-details p {
                    font-size: 12px;
                    font-style: normal;
                    font-family: 'Open Sans', sans-serif;
                    font-weight: bold;
                }

                    .uou-block-5a.uou-twitter-content.has-bg-image.invert blockquote .twitt-details p a {
                        margin: 0 10px;
                    }

                    .uou-block-5a.uou-twitter-content.has-bg-image.invert blockquote .twitt-details p span {
                        color: #333333;
                        margin-right: 10px;
                    }

        .uou-block-5a.uou-twitter-content.has-bg-image blockquote {
            color: #ffffff !important;
        }

            .uou-block-5a.uou-twitter-content.has-bg-image blockquote .twitt-details {
                border-top: 1px solid #ffffff;
            }

                .uou-block-5a.uou-twitter-content.has-bg-image blockquote .twitt-details p {
                    font-size: 12px;
                    font-style: normal;
                    font-family: 'Open Sans', sans-serif;
                    font-weight: bold;
                }

                    .uou-block-5a.uou-twitter-content.has-bg-image blockquote .twitt-details p a {
                        margin: 0 10px;
                    }

                    .uou-block-5a.uou-twitter-content.has-bg-image blockquote .twitt-details p span {
                        color: #ffffff;
                        margin-right: 10px;
                    }

        .uou-block-5a.uou-twitter-content blockquote {
            color: #8c8c8c !important;
            text-align: left;
        }

            .uou-block-5a.uou-twitter-content blockquote ul li {
                position: relative;
                font-family: 'Libre Baskerville', serif !important;
                font-size: 27px;
                padding-left: 150px;
                line-height: 40px;
                padding-bottom: 50px;
            }

@media screen and (max-width: 768px) {
    .uou-block-5a.uou-twitter-content blockquote ul li {
        padding-left: 80px;
    }
}

.uou-block-5a.uou-twitter-content blockquote ul li:before {
    content: "\f099";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 120px;
    background: #0099ff;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
    color: #ffffff;
    font-size: 35px;
}

@media screen and (max-width: 768px) {
    .uou-block-5a.uou-twitter-content blockquote ul li:before {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 20px;
    }
}

.uou-block-5a.uou-twitter-content blockquote ul li:after {
    content: " ";
    position: absolute;
    left: 98px;
    top: 86px;
    width: 15px;
    height: 15px;
    background-color: #0099ff;
    border-radius: 3px;
}

@media screen and (max-width: 768px) {
    .uou-block-5a.uou-twitter-content blockquote ul li:after {
        left: 42px;
        top: 40px;
    }
}

.uou-block-5a.uou-twitter-content blockquote ul li .twitt-details {
    position: relative;
    border-top: 1px solid #f4f4f4;
    margin-top: 10px;
}

    .uou-block-5a.uou-twitter-content blockquote ul li .twitt-details p {
        font-size: 12px;
        font-style: normal;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
    }

        .uou-block-5a.uou-twitter-content blockquote ul li .twitt-details p a {
            margin: 0 10px;
        }

        .uou-block-5a.uou-twitter-content blockquote ul li .twitt-details p span {
            color: #333333;
            margin-right: 10px;
        }

.uou-block-5a.uou-twitter-content blockquote .flex-control-nav {
    text-align: right;
    bottom: 25px;
}

    .uou-block-5a.uou-twitter-content blockquote .flex-control-nav li a {
        background: #f4f4f4;
    }

        .uou-block-5a.uou-twitter-content blockquote .flex-control-nav li a.flex-active {
            background: #0099ff;
        }

.uou-block-5a.uou-twitter-content blockquote .flex-direction-nav {
    display: none;
}
/* Block 5b */
/* ======================== */
.uou-block-5b {
    position: relative;
    display: block;
    margin-top: 20px;
}

    .uou-block-5b:before, .uou-block-5b:after {
        content: " ";
        display: table;
    }

    .uou-block-5b:after {
        clear: both;
    }

    .uou-block-5b:before, .uou-block-5b:after {
        content: " ";
        display: table;
    }

    .uou-block-5b:after {
        clear: both;
    }

    .uou-block-5b blockquote {
        padding: 0;
        margin: 0;
        border-left: 0;
        background: none;
        display: none;
        margin: 0 auto;
        max-width: 800px;
        text-align: center;
        font-size: 24px;
        line-height: 1.5em;
        font-family: 'Libre Baskerville', serif;
    }

        .uou-block-5b blockquote footer:before {
            content: '';
        }

        .uou-block-5b blockquote:before {
            content: "\f10e";
            font-weight: bold;
            font-size: 40px;
            font-style: normal;
            line-height: 1;
            color: #0099ff;
            font-family: 'FontAwesome';
        }

        .uou-block-5b blockquote p {
            padding-top: 50px;
        }

        .uou-block-5b blockquote footer {
            display: none;
            font-size: 14px;
            color: #8c8c8c;
        }

            .uou-block-5b blockquote footer cite {
                font-style: normal;
                font-family: 'Open Sans', sans-serif;
                letter-spacing: 1px;
            }

                .uou-block-5b blockquote footer cite a {
                    color: inherit;
                }

                    .uou-block-5b blockquote footer cite a:hover {
                        color: #0099ff;
                    }

        .uou-block-5b blockquote.active {
            display: block;
        }

    .uou-block-5b .tabs {
        padding-left: 0;
        list-style: none;
        text-align: center;
    }

        .uou-block-5b .tabs:before, .uou-block-5b .tabs:after {
            content: " ";
            display: table;
        }

        .uou-block-5b .tabs:after {
            clear: both;
        }

        .uou-block-5b .tabs:before, .uou-block-5b .tabs:after {
            content: " ";
            display: table;
        }

        .uou-block-5b .tabs:after {
            clear: both;
        }

        .uou-block-5b .tabs > li {
            position: relative;
            display: inline-block;
            max-width: 25%;
            min-height: 80px;
            padding-left: 92px;
            padding-top: 16px;
            color: #737373;
            text-align: left;
            margin-top: 48px;
            margin-right: 30px;
        }

            .uou-block-5b .tabs > li:last-child {
                margin-right: 0;
            }

            .uou-block-5b .tabs > li img {
                position: absolute;
                top: 0;
                left: 0;
                width: 80px;
                height: 80px;
                border-radius: 4px;
                opacity: .5;
                transition: all 0.3s;
            }

            .uou-block-5b .tabs > li h6 {
                color: inherit;
                margin: 0;
                line-height: 24px;
                transition: all 0.3s;
            }

            .uou-block-5b .tabs > li a {
                color: inherit;
                font-size: 14px;
                cursor: default;
            }

            .uou-block-5b .tabs > li:hover img {
                opacity: 1;
            }

            .uou-block-5b .tabs > li.active img {
                opacity: 1;
            }

            .uou-block-5b .tabs > li.active h6 {
                color: #333333;
            }

            .uou-block-5b .tabs > li.active a:hover {
                cursor: pointer;
                color: #0099ff;
            }

@media (max-width: 991px) and (min-width: 768px) {
    .uou-block-5b .tabs > li {
        padding-left: 0;
        padding-top: 1px;
        text-align: center;
    }

        .uou-block-5b .tabs > li img {
            position: relative;
            top: auto;
            left: auto;
            width: 50px;
            height: 50px;
        }
}

@media (max-width: 767px) {
    .uou-block-5b blockquote {
        display: block;
        margin-bottom: 48px;
    }

        .uou-block-5b blockquote footer {
            display: block;
        }

    .uou-block-5b .tabs {
        display: none;
    }
}
/* Block 5c */
/* ======================== */
.uou-block-5c {
    position: relative;
    display: block;
}

    .uou-block-5c:before, .uou-block-5c:after {
        content: " ";
        display: table;
    }

    .uou-block-5c:after {
        clear: both;
    }

    .uou-block-5c:before, .uou-block-5c:after {
        content: " ";
        display: table;
    }

    .uou-block-5c:after {
        clear: both;
    }

    .uou-block-5c blockquote {
        padding: 0;
        margin: 0;
        border-left: 0;
        background: none;
        margin: 0 auto;
        max-width: 767px;
        text-align: center;
        font-size: 24px;
        line-height: 1.5em;
        font-family: 'Libre Baskerville', serif;
    }

        .uou-block-5c blockquote footer:before {
            content: '';
        }

        .uou-block-5c blockquote p {
            padding-top: 50px;
        }

        .uou-block-5c blockquote:before {
            content: "\f10e";
            font-weight: bold;
            font-size: 40px;
            font-style: normal;
            line-height: 1;
            color: #0099ff;
            font-family: 'FontAwesome';
        }

        .uou-block-5c blockquote footer {
            font-size: 14px;
            color: #8c8c8c;
            font-family: 'Open Sans', sans-serif;
        }

            .uou-block-5c blockquote footer cite {
                display: block;
                font-style: normal;
                letter-spacing: 1px;
            }

    .uou-block-5c .flex-direction-nav a {
        font-size: 32px;
        background: none;
        color: #333333;
    }

        .uou-block-5c .flex-direction-nav a:hover {
            color: #0099ff;
        }

    .uou-block-5c .flex-direction-nav .flex-disabled, .uou-block-5c .flex-direction-nav .flex-disabled:hover {
        background: none;
        color: rgba(51, 51, 51, 0.25);
    }

@media (max-width: 991px) and (min-width: 768px) {
    .uou-block-5c blockquote {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .uou-block-5c .flex-direction-nav {
        display: none;
    }
}
/* Block 5d */
/* ======================== */
.uou-block-5d {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .uou-block-5d blockquote {
        padding: 0;
        margin: 0;
        border-left: 0;
        background: none;
        font-family: 'Libre Baskerville', serif;
    }

        .uou-block-5d blockquote footer:before {
            content: '';
        }

        .uou-block-5d blockquote > div {
            position: relative;
            background: #f4f4f4;
            font-size: 16px;
            padding: 30px 30px 30px 66px;
        }

.secondary.uou-block-5d blockquote > div {
    background: #333333;
    color: #ffffff;
}

.uou-block-5d blockquote > div:before {
    position: absolute;
    top: 30px;
    left: 0;
    content: '“';
    width: 66px;
    font-size: 56px;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    text-align: center;
}

.uou-block-5d blockquote > div:after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid #f4f4f4;
    border-right: 20px solid transparent;
}

.secondary.uou-block-5d blockquote > div:after {
    border-top-color: #333333;
}

.uou-block-5d blockquote footer {
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #8c8c8c;
    padding-left: 66px;
    margin-top: 24px;
}

    .uou-block-5d blockquote footer img {
        position: absolute;
        top: 0;
        left: 6px;
        width: 48px;
        height: 48px;
        border-radius: 4px;
    }

    .uou-block-5d blockquote footer .h6 {
        display: block;
        margin: 0;
        font-style: normal;
        line-height: 24px;
    }

    .uou-block-5d blockquote footer a {
        color: inherit;
        font-size: 14px;
    }

        .uou-block-5d blockquote footer a:hover {
            color: #0099ff;
        }

.uou-block-5d .tabs {
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .uou-block-5d .tabs:before, .uou-block-5d .tabs:after {
        content: " ";
        display: table;
    }

    .uou-block-5d .tabs:after {
        clear: both;
    }

    .uou-block-5d .tabs:before, .uou-block-5d .tabs:after {
        content: " ";
        display: table;
    }

    .uou-block-5d .tabs:after {
        clear: both;
    }

    .uou-block-5d .tabs > li {
        position: relative;
        display: inline-block;
        max-width: 33.33333333%;
        min-height: 80px;
        padding-left: 92px;
        padding-top: 16px;
        color: #737373;
        text-align: left;
        margin-top: 48px;
        margin-right: 30px;
    }

        .uou-block-5d .tabs > li:last-child {
            margin-right: 0;
        }

        .uou-block-5d .tabs > li img {
            position: absolute;
            top: 0;
            left: 0;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            opacity: .5;
            transition: all 0.3s;
        }

        .uou-block-5d .tabs > li h6 {
            color: inherit;
            margin: 0;
            line-height: 24px;
            transition: all 0.3s;
        }

        .uou-block-5d .tabs > li a {
            color: inherit;
            font-size: 14px;
            cursor: default;
        }

        .uou-block-5d .tabs > li:hover img {
            opacity: 1;
        }

        .uou-block-5d .tabs > li.active img {
            opacity: 1;
        }

        .uou-block-5d .tabs > li.active h6 {
            color: #333333;
        }

        .uou-block-5d .tabs > li.active a:hover {
            cursor: pointer;
            color: #0099ff;
        }
/* Block 6a */
/* ======================== */
.uou-block-6a {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

    .uou-block-6a:before, .uou-block-6a:after {
        content: " ";
        display: table;
    }

    .uou-block-6a:after {
        clear: both;
    }

    .uou-block-6a:before, .uou-block-6a:after {
        content: " ";
        display: table;
    }

    .uou-block-6a:after {
        clear: both;
    }

    .uou-block-6a img {
        width: 100%;
        height: auto;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
    }

.rounded.uou-block-6a img {
    max-width: 250px;
    border-radius: 50%;
}

.uou-block-6a h6 {
    line-height: 24px;
}

    .uou-block-6a h6 span {
        display: block;
        font-weight: normal;
        font-size: 14px;
        color: #8c8c8c;
        letter-spacing: 1px;
    }

.uou-block-6a .social-icons {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

    .uou-block-6a .social-icons > li {
        display: inline-block;
        margin-right: 24px;
    }

        .uou-block-6a .social-icons > li:last-child {
            margin-right: 0;
        }

        .uou-block-6a .social-icons > li > a {
            display: block;
            color: inherit;
            font-size: 18px;
        }

            .uou-block-6a .social-icons > li > a:hover {
                color: #0099ff;
            }
/* Block 6b */
/* ======================== */
.uou-block-6b {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding-left: 124px;
}

    .uou-block-6b:before, .uou-block-6b:after {
        content: " ";
        display: table;
    }

    .uou-block-6b:after {
        clear: both;
    }

    .uou-block-6b:before, .uou-block-6b:after {
        content: " ";
        display: table;
    }

    .uou-block-6b:after {
        clear: both;
    }

    .uou-block-6b img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: auto;
    }

    .uou-block-6b .social-icons {
        padding-left: 0;
        list-style: none;
        position: absolute;
        top: 124px;
        left: 0;
        margin-bottom: 0;
        width: 100px;
        text-align: center;
    }

        .uou-block-6b .social-icons > li {
            display: inline-block;
            margin-right: 12px;
        }

            .uou-block-6b .social-icons > li:last-child {
                margin-right: 0;
            }

            .uou-block-6b .social-icons > li > a {
                display: block;
                color: inherit;
                font-size: 18px;
            }

                .uou-block-6b .social-icons > li > a:hover {
                    color: #0099ff;
                }

    .uou-block-6b .content {
        position: relative;
        padding: 24px;
        background: #f4f4f4;
        font-size: 14px;
        font-weight: normal;
    }

        .uou-block-6b .content p {
            font-size: 14px;
        }

.secondary.uou-block-6b .content {
    background: #333333;
    color: #ffffff;
    font-weight: normal;
}

    .secondary.uou-block-6b .content p {
        color: #ffffff;
    }

.uou-block-6b .content:before {
    position: absolute;
    top: 50px;
    right: 100%;
    content: '';
    width: 0;
    height: 0;
    margin-top: -10px;
    border-right: 10px solid #f4f4f4;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.secondary.uou-block-6b .content:before {
    border-right-color: #333333;
}

.uou-block-6b .content h6 {
    margin-top: 0;
    line-height: 24px;
}

.secondary.uou-block-6b .content h6 {
    color: #ffffff;
}

.uou-block-6b .content h6 span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #8c8c8c;
    letter-spacing: 1px;
}

.uou-block-6b .content p:last-child {
    margin-bottom: 0;
}
/* Block 7a */
/* ======================== */
.uou-block-7a {
    position: relative;
    display: block;
}

    .uou-block-7a:before, .uou-block-7a:after {
        content: " ";
        display: table;
    }

    .uou-block-7a:after {
        clear: both;
    }

    .uou-block-7a:before, .uou-block-7a:after {
        content: " ";
        display: table;
    }

    .uou-block-7a:after {
        clear: both;
    }

    .uou-block-7a .css-table-cell {
        width: 50%;
    }

    .uou-block-7a .slider .flexslider, .uou-block-7a .slider .slides, .uou-block-7a .slider .slides > li {
        width: 100%;
        height: 100%;
    }

    .uou-block-7a .content {
        padding: 48px;
        background: #f4f4f4;
        text-align: center;
        font-size: 14px;
    }

.secondary.uou-block-7a .content {
    background: #333333;
    color: #8c8c8c;
}

    .secondary.uou-block-7a .content p {
        color: #ffffff;
    }

.uou-block-7a .content img {
    border-radius: 4px;
}

.uou-block-7a .content h1 {
    font-size: 20px;
    text-transform: uppercase;
}

.secondary.uou-block-7a .content h1 {
    color: #ffffff;
}

@media (max-width: 767px) {
    .uou-block-7a .css-table-cell {
        display: block;
        width: 100%;
    }

    .uou-block-7a .slider .flexslider, .uou-block-7a .slider .slides, .uou-block-7a .slider .slides > li {
        min-height: 250px;
    }
}
/* Block 7b */
/* ======================== */
.uou-block-7b {
    position: relative;
    display: block;
}

    .uou-block-7b:before, .uou-block-7b:after {
        content: " ";
        display: table;
    }

    .uou-block-7b:after {
        clear: both;
    }

    .uou-block-7b:before, .uou-block-7b:after {
        content: " ";
        display: table;
    }

    .uou-block-7b:after {
        clear: both;
    }

    .uou-block-7b .css-table-cell {
        width: 50%;
    }

    .uou-block-7b .content {
        padding: 48px;
        background: #f4f4f4;
        text-align: center;
        font-size: 14px;
    }

.secondary.uou-block-7b .content {
    background: #333333;
    color: #ffffff;
}

.uou-block-7b .content h1 {
    font-size: 20px;
}

.secondary.uou-block-7b .content h1 {
    color: #ffffff;
}

.uou-block-7b .content .time-ago {
    text-transform: uppercase;
    color: #737373;
    font-size: 12px;
}

.secondary.uou-block-7b .content .time-ago {
    color: #8c8c8c;
}

@media (max-width: 767px) {
    .uou-block-7b .css-table-cell {
        display: block;
        width: 100%;
    }

    .uou-block-7b .image {
        min-height: 250px;
    }
}
/* Block 7c */
/* ======================== */
.uou-block-7c {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px;
}

    .uou-block-7c:before, .uou-block-7c:after {
        content: " ";
        display: table;
    }

    .uou-block-7c:after {
        clear: both;
    }

    .uou-block-7c:before, .uou-block-7c:after {
        content: " ";
        display: table;
    }

    .uou-block-7c:after {
        clear: both;
    }

    .uou-block-7c .image {
        width: 100%;
        height: auto;
    }

    .uou-block-7c h1 {
        margin-top: 12px;
        font-size: 20px;
    }

    .uou-block-7c .date {
        display: block;
        margin-top: 24px;
        text-transform: uppercase;
        color: #737373;
        font-size: 12px;
    }
/* Block 7d */
/* ======================== */
.uou-block-7d {
    padding-left: 0;
    list-style: none;
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 24px;
}

    .uou-block-7d > li {
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #f4f4f4;
    }

        .uou-block-7d > li:first-child {
            padding-top: 12px;
            border-top: 1px solid #f4f4f4;
        }

        .uou-block-7d > li:last-child {
            margin-bottom: 0;
        }

    .uou-block-7d h5 {
        margin: 0;
        font-size: 14px;
    }

        .uou-block-7d h5 a {
            color: #333333;
        }

            .uou-block-7d h5 a:hover {
                color: #0099ff;
            }

    .uou-block-7d p {
        margin-top: 6px;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 18px;
    }

    .uou-block-7d .time-ago {
        display: block;
        text-transform: uppercase;
        color: #737373;
        font-size: 10px;
    }
/* Block 7e */
/* ======================== */
.uou-block-7e {
    padding-left: 0;
    list-style: none;
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 24px;
}

    .uou-block-7e h1 {
        margin-top: 12px;
        font-size: 20px;
    }

        .uou-block-7e h1 a {
            color: #333333;
        }

            .uou-block-7e h1 a:hover {
                color: #0099ff;
            }

    .uou-block-7e a.btn {
        text-transform: capitalize;
        padding: 6px 8px;
    }

    .uou-block-7e .meta {
        text-transform: uppercase;
        color: #737373;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
    }

        .uou-block-7e .meta a {
            color: inherit;
        }

            .uou-block-7e .meta a:hover {
                color: #0099ff;
            }

        .uou-block-7e .meta span:after {
            content: '\2022';
            margin: 0 10px;
        }

        .uou-block-7e .meta span:last-child:after {
            display: none;
        }
/* Block 7f */
/* ======================== */
.uou-block-7f {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 14px;
}

    .uou-block-7f:before, .uou-block-7f:after {
        content: " ";
        display: table;
    }

    .uou-block-7f:after {
        clear: both;
    }

    .uou-block-7f:before, .uou-block-7f:after {
        content: " ";
        display: table;
    }

    .uou-block-7f:after {
        clear: both;
    }

    .uou-block-7f:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .uou-block-7f .thumb {
        width: 250px;
        height: auto;
        float: left;
        margin-right: 30px;
        border-radius: 4px;
    }

    .uou-block-7f h1 {
        margin-top: 12px;
        font-size: 20px;
    }

        .uou-block-7f h1 a {
            color: #333333;
        }

            .uou-block-7f h1 a:hover {
                color: #0099ff;
            }

    .uou-block-7f a.btn {
        text-transform: capitalize;
        padding: 6px 8px;
    }

    .uou-block-7f .meta {
        text-transform: uppercase;
        color: #737373;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        word-wrap: break-word;
    }

        .uou-block-7f .meta a {
            color: inherit;
        }

            .uou-block-7f .meta a:hover {
                color: #0099ff;
            }

        .uou-block-7f .meta span:after {
            content: '\2022';
            margin: 0 10px;
        }

        .uou-block-7f .meta span:last-child:after {
            display: none;
        }

@media (max-width: 767px) {
    .uou-block-7f .thumb {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 24px;
    }
}
/* Block 7g */
/* ======================== */
.uou-block-7g {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px;
}

    .uou-block-7g:before, .uou-block-7g:after {
        content: " ";
        display: table;
    }

    .uou-block-7g:after {
        clear: both;
    }

    .uou-block-7g:before, .uou-block-7g:after {
        content: " ";
        display: table;
    }

    .uou-block-7g:after {
        clear: both;
    }

    .uou-block-7g.blog {
        background-color: #eaeaea;
    }

    .uou-block-7g .image {
        width: 100%;
        height: auto;
    }

    .uou-block-7g .badge {
        position: absolute;
        top: 0;
        left: 0;
        text-transform: uppercase;
        background: #0099ff;
        color: #ffffff;
        padding: 0 8px;
        font-size: 12px;
        font-weight: 600;
    }

    .uou-block-7g .content {
        padding: 24px;
        border: 1px solid #cecece;
        border-top: 0;
    }

    .uou-block-7g h1 {
        margin-top: 12px;
        font-size: 20px;
    }

    .uou-block-7g .date {
        display: block;
        text-transform: uppercase;
        color: #737373;
        font-size: 12px;
    }

    .uou-block-7g p:last-child {
        margin-bottom: 0; /*padding: 5px 5px 5px;*/
    }
/* Block 7h */
/* ======================== */
.uou-block-7h {
    position: relative;
    display: block;
    text-align: center;
}

    .uou-block-7h .caption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 48px;
        color: #ffffff;
        text-shadow: 1px 1px 10px rgba(51, 51, 51, 0.5);
    }

        .uou-block-7h .caption .time-ago {
            display: block;
            text-transform: uppercase;
        }

        .uou-block-7h .caption h3 {
            max-width: 767px;
            margin: 0 auto;
            line-height: 1.5em;
            color: inherit;
        }

            .uou-block-7h .caption h3 a {
                color: inherit;
            }

                .uou-block-7h .caption h3 a:hover {
                    color: #0099ff;
                }

@media (max-width: 767px) {
    .uou-block-7h .caption .time-ago {
        display: none;
    }

    .uou-block-7h .caption h3 {
        font-size: 20px;
    }
}
/* Block 8a */
/* ======================== */
.uou-block-8a {
    position: relative;
    display: block;
}

    .uou-block-8a:before, .uou-block-8a:after {
        content: " ";
        display: table;
    }

    .uou-block-8a:after {
        clear: both;
    }

    .uou-block-8a:before, .uou-block-8a:after {
        content: " ";
        display: table;
    }

    .uou-block-8a:after {
        clear: both;
    }

    .uou-block-8a .css-table-cell {
        width: 50%;
    }

    .uou-block-8a .image {
        text-align: center;
    }

    .uou-block-8a .content {
        padding: 0 48px;
    }

        .uou-block-8a .content ul {
            margin-bottom: 0;
        }

@media (max-width: 1199px) {
    .uou-block-8a .content {
        width: 60%;
    }

    .uou-block-8a .image {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .uou-block-8a .css-table-cell {
        display: block;
        width: 100%;
        padding: 0;
    }

    .uou-block-8a .image {
        margin-bottom: 30px;
    }
}
/* Block 8b */
/* ======================== */
.uou-block-8b {
    position: relative;
    display: block;
}

    .uou-block-8b:before, .uou-block-8b:after {
        content: " ";
        display: table;
    }

    .uou-block-8b:after {
        clear: both;
    }

    .uou-block-8b:before, .uou-block-8b:after {
        content: " ";
        display: table;
    }

    .uou-block-8b:after {
        clear: both;
    }

    .uou-block-8b .list-icon-large li {
        display: inline-block;
        vertical-align: top;
        width: 33%;
        margin-bottom: 48px;
        margin-left: -5px;
        padding-right: 24px;
    }

        .uou-block-8b .list-icon-large li:nth-child(3n) {
            padding-right: 0;
        }

@media (max-width: 991px) {
    .uou-block-8b .list-icon-large li {
        width: 49%;
        padding-right: 24px;
    }

        .uou-block-8b .list-icon-large li:nth-child(3n) {
            padding-right: 24px;
        }
}

@media (max-width: 767px) {
    .uou-block-8b .list-icon-large li {
        width: 100%;
        padding-right: 0;
    }

        .uou-block-8b .list-icon-large li:nth-child(3n) {
            padding-right: 0;
        }
}
/* Block 8c */
/* ======================== */
.uou-block-8c {
    position: relative;
    display: block;
}

    .uou-block-8c:before, .uou-block-8c:after {
        content: " ";
        display: table;
    }

    .uou-block-8c:after {
        clear: both;
    }

    .uou-block-8c:before, .uou-block-8c:after {
        content: " ";
        display: table;
    }

    .uou-block-8c:after {
        clear: both;
    }

    .uou-block-8c .css-table-cell {
        width: 50%;
    }

    .uou-block-8c .image {
        text-align: center;
    }

    .uou-block-8c .content {
        padding: 0 48px;
        font-size: 14px;
    }

        .uou-block-8c .content h3 {
            font-size: 20px;
        }

@media (max-width: 1199px) {
    .uou-block-8c .content {
        width: 60%;
    }

    .uou-block-8c .image {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .uou-block-8c .css-table-cell {
        display: block;
        width: 100%;
        padding: 0;
    }
}
/* Block 8d */
/* ======================== */
.uou-block-8d {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}

    .uou-block-8d:before, .uou-block-8d:after {
        content: " ";
        display: table;
    }

    .uou-block-8d:after {
        clear: both;
    }

    .uou-block-8d:before, .uou-block-8d:after {
        content: " ";
        display: table;
    }

    .uou-block-8d:after {
        clear: both;
    }

    .uou-block-8d.active h5, .uou-block-8d:hover h5 {
        color: #0099ff;
    }

    .uou-block-8d.active .fa, .uou-block-8d:hover .fa {
        color: #0099ff;
        border-color: #0099ff;
        box-shadow: 0px 0px 0px 7px rgba(0, 215, 147, 0.2);
    }

    .uou-block-8d .fa {
        font-size: 32px;
        color: #333333;
        display: block;
        height: 90px;
        width: 90px;
        border: 1px solid #333333;
        border-radius: 50%;
        line-height: 90px;
        margin: 10px auto;
        transition: all .3s ease;
    }

    .uou-block-8d h4 {
        font-size: 20px;
    }

    .uou-block-8d h5 {
        margin-bottom: 10px;
        transition: all .3s ease;
    }
/* Block 9a */
/* ======================== */
.uou-block-9a {
    position: relative;
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
}

    .uou-block-9a .content {
        background: #f4f4f4;
        padding: 24px;
    }

        .uou-block-9a .content:before, .uou-block-9a .content:after {
            content: " ";
            display: table;
        }

        .uou-block-9a .content:after {
            clear: both;
        }

        .uou-block-9a .content:before, .uou-block-9a .content:after {
            content: " ";
            display: table;
        }

        .uou-block-9a .content:after {
            clear: both;
        }

.secondary.uou-block-9a .content {
    background: #333333;
    color: #8c8c8c;
}

.uou-block-9a .content h4 {
    font-size: 16px;
    margin: 0;
}

.secondary.uou-block-9a .content h4 {
    color: #ffffff;
}

.uou-block-9a .content .stars {
    color: #737373;
    margin-bottom: 24px;
}

.secondary.uou-block-9a .content .stars {
    color: #8c8c8c;
}

.uou-block-9a .content .price {
    float: left;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
    vertical-align: middle;
}

.secondary.uou-block-9a .content .price {
    color: #ffffff;
}

.uou-block-9a .content .price:before {
    content: '$';
    margin-right: 5px;
    font-size: 24px;
}

.uou-block-9a .content .btn {
    float: right;
}
/* Block 9b */
/* ======================== */
.uou-block-9b {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .uou-block-9b:before, .uou-block-9b:after {
        content: " ";
        display: table;
    }

    .uou-block-9b:after {
        clear: both;
    }

    .uou-block-9b:before, .uou-block-9b:after {
        content: " ";
        display: table;
    }

    .uou-block-9b:after {
        clear: both;
    }

    .uou-block-9b .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: auto;
    }

    .uou-block-9b .content {
        padding-left: 124px;
        min-height: 100px;
    }

        .uou-block-9b .content h4 {
            font-size: 16px;
            margin: 0;
        }

            .uou-block-9b .content h4 a {
                color: inherit;
            }

                .uou-block-9b .content h4 a:hover {
                    color: #0099ff;
                }

        .uou-block-9b .content .stars {
            color: #737373;
            margin-bottom: 6px;
        }

        .uou-block-9b .content p {
            margin-bottom: 0;
            font-size: 12px;
            line-height: 18px;
        }
/* Block 10a */
/* ======================== */
.uou-block-10a {
    position: relative;
    display: block;
    color: #ffffff;
}

    .uou-block-10a:before, .uou-block-10a:after {
        content: " ";
        display: table;
    }

    .uou-block-10a:after {
        clear: both;
    }

    .uou-block-10a:before, .uou-block-10a:after {
        content: " ";
        display: table;
    }

    .uou-block-10a:after {
        clear: both;
    }

    .uou-block-10a .css-table {
        padding: 50px 0;
        min-height: 300px;
    }

    .uou-block-10a .css-table-cell:first-child {
        padding-right: 100px;
    }

    .uou-block-10a h3 {
        font-size: 20px;
        color: inherit;
        margin-top: 0;
    }

    .uou-block-10a p {
        font-size: 14px;
        color: #f4f4f4;
    }

        .uou-block-10a p:last-child {
            margin-bottom: 0;
        }

    .uou-block-10a .btn {
        display: block;
        min-width: 200px;
    }

        .uou-block-10a .btn + .btn {
            margin-top: 15px;
        }

@media (max-width: 767px) {
    .uou-block-10a .css-table {
        padding: 50px 0 45px;
        min-height: 0;
    }

    .uou-block-10a .css-table-cell {
        display: block;
        width: 100%;
    }

        .uou-block-10a .css-table-cell:first-child {
            padding-right: 0;
        }

    .uou-block-10a p:last-child {
        margin-bottom: 24px;
    }

    .uou-block-10a .btn {
        vertical-align: middle;
        display: inline-block;
        min-width: 200px;
        margin-bottom: 5px;
    }

        .uou-block-10a .btn + .btn {
            margin-top: 0;
        }
}
/* Block 10b */
/* ======================== */
.uou-block-10b {
    position: relative;
    display: block;
    padding: 50px 0;
    background: #333333;
    text-align: center;
}

    .uou-block-10b:before, .uou-block-10b:after {
        content: " ";
        display: table;
    }

    .uou-block-10b:after {
        clear: both;
    }

    .uou-block-10b:before, .uou-block-10b:after {
        content: " ";
        display: table;
    }

    .uou-block-10b:after {
        clear: both;
    }

    .uou-block-10b h4 {
        margin-top: 0;
        margin-bottom: 12px;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #ffffff;
    }

    .uou-block-10b p {
        font-size: 14px;
        color: #8c8c8c;
    }

    .uou-block-10b form {
        margin: 0;
    }

        .uou-block-10b form input[type="email"] {
            margin-bottom: 0;
            display: inline-block;
            width: 300px;
            vertical-align: middle;
            background: none;
            border-color: #8c8c8c;
            margin-right: 10px;
            color: #ffffff;
        }

            .uou-block-10b form input[type="email"]:focus {
                border-color: #f4f4f4;
            }

            .uou-block-10b form input[type="email"]::-moz-placeholder {
                color: #8c8c8c;
                opacity: 1;
            }

            .uou-block-10b form input[type="email"]:-ms-input-placeholder {
                color: #8c8c8c;
            }

            .uou-block-10b form input[type="email"]::-webkit-input-placeholder {
                color: #8c8c8c;
            }

            .uou-block-10b form input[type="email"] .placeholder, .uou-block-10b form input[type="email"].placeholder {
                color: #8c8c8c;
            }

@media (max-width: 767px) {
    .uou-block-10b form input[type="email"] {
        margin-bottom: 12px;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}
/* Block 10c */
/* ======================== */
.uou-block-10c {
    position: relative;
    display: block;
    padding: 50px 0;
    background: #333333;
    text-align: center;
}

    .uou-block-10c:before, .uou-block-10c:after {
        content: " ";
        display: table;
    }

    .uou-block-10c:after {
        clear: both;
    }

    .uou-block-10c:before, .uou-block-10c:after {
        content: " ";
        display: table;
    }

    .uou-block-10c:after {
        clear: both;
    }

    .uou-block-10c h4 {
        margin-top: 0;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #ffffff;
    }

    .uou-block-10c p {
        margin-top: 24px;
        margin-bottom: 0;
        font-size: 14px;
        color: #8c8c8c;
    }
/* Block 11a */
/* ======================== */
.uou-block-11a {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    background: #333333;
    padding: 30px;
    z-index: 1;
    color: #8c8c8c;
}

    .uou-block-11a hr {
        border-color: #202020;
    }

    .uou-block-11a .title {
        margin-top: 0;
        margin-bottom: 50px;
        color: #ffffff;
        line-height: 30px;
    }

    .uou-block-11a .mobile-sidebar-close {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #8c8c8c;
        text-align: center;
        line-height: 26px;
        font-weight: 600;
        font-size: 18px;
        color: #8c8c8c;
    }

        .uou-block-11a .mobile-sidebar-close:hover {
            color: #0099ff;
            border-color: #0099ff;
        }

    .uou-block-11a .main-nav ul {
        padding-left: 0;
        list-style: none;
    }

        .uou-block-11a .main-nav ul > li {
            display: block;
            padding-bottom: 6px;
        }

            .uou-block-11a .main-nav ul > li > a {
                color: inherit;
            }

                .uou-block-11a .main-nav ul > li > a:hover {
                    color: #0099ff;
                }

            .uou-block-11a .main-nav ul > li ul {
                display: none;
                margin-top: 6px;
                padding-left: 24px;
                border-left: 1px solid #202020;
            }

                .uou-block-11a .main-nav ul > li ul li {
                    position: relative;
                }

                    .uou-block-11a .main-nav ul > li ul li:before {
                        position: absolute;
                        top: 12px;
                        left: -24px;
                        content: '';
                        width: 10px;
                        height: 1px;
                        background: #202020;
                    }

            .uou-block-11a .main-nav ul > li.active > a {
                color: #ffffff;
            }

        .uou-block-11a .main-nav ul .has-submenu {
            position: relative;
        }

            .uou-block-11a .main-nav ul .has-submenu .arrow {
                position: absolute;
                top: 0;
                right: 0;
                width: 24px;
                height: 24px;
                background-color: #202020;
                cursor: pointer;
                text-align: center;
                transition: all 0.3s;
            }

                .uou-block-11a .main-nav ul .has-submenu .arrow:hover {
                    color: #ffffff;
                    background-color: #0099ff;
                }

                .uou-block-11a .main-nav ul .has-submenu .arrow:before {
                    content: "\f105";
                    font-family: 'FontAwesome';
                }

            .uou-block-11a .main-nav ul .has-submenu.active > .arrow:before {
                content: "\f107";
            }

    .uou-block-11a .authentication {
        padding-left: 0;
        list-style: none;
    }

        .uou-block-11a .authentication:before, .uou-block-11a .authentication:after {
            content: " ";
            display: table;
        }

        .uou-block-11a .authentication:after {
            clear: both;
        }

        .uou-block-11a .authentication:before, .uou-block-11a .authentication:after {
            content: " ";
            display: table;
        }

        .uou-block-11a .authentication:after {
            clear: both;
        }

        .uou-block-11a .authentication li {
            float: left;
            width: 50%;
        }

            .uou-block-11a .authentication li:first-child {
                padding-right: 10px;
            }

            .uou-block-11a .authentication li:last-child {
                padding-left: 10px;
            }

            .uou-block-11a .authentication li .btn {
                display: block;
            }

    .uou-block-11a .search-form {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .uou-block-11a .search-form input[type="text"] {
            margin: 0;
            background: none;
            border-color: #8c8c8c;
            color: #ffffff;
        }

            .uou-block-11a .search-form input[type="text"]:focus {
                border-color: #ffffff;
            }

                .uou-block-11a .search-form input[type="text"]:focus + input[type="submit"] {
                    color: #ffffff;
                }

                    .uou-block-11a .search-form input[type="text"]:focus + input[type="submit"]:hover {
                        color: #0099ff;
                    }

        .uou-block-11a .search-form input[type="submit"] {
            position: absolute;
            top: 0;
            right: 0;
            background: none;
            border: 0;
            width: 40px;
            height: 40px;
            padding: 0;
            text-align: center;
            line-height: 40px;
            font-family: 'FontAwesome';
            font-size: 14px;
            color: #8c8c8c;
            transition: all 0.3s;
        }

            .uou-block-11a .search-form input[type="submit"]:hover {
                color: #0099ff;
            }

    .uou-block-11a .language {
        padding-left: 0;
        list-style: none;
        text-align: center;
    }

        .uou-block-11a .language li {
            display: inline-block;
            margin-right: 24px;
        }

            .uou-block-11a .language li:last-child {
                margin-right: 0;
            }

            .uou-block-11a .language li a {
                display: block;
                color: inherit;
                font-size: 14px;
                font-weight: 600;
            }

                .uou-block-11a .language li a:hover {
                    color: #0099ff;
                }

            .uou-block-11a .language li.active a {
                color: #ffffff;
            }

    .uou-block-11a .social-icons {
        padding-left: 0;
        list-style: none;
        margin: 0;
        text-align: center;
    }

        .uou-block-11a .social-icons li {
            display: inline-block;
            margin-right: 5px;
        }

            .uou-block-11a .social-icons li a {
                display: block;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                font-size: 14px;
                color: #ffffff;
                border-radius: 50%;
            }

                .uou-block-11a .social-icons li a.fa-facebook {
                    background: #3b5999;
                }

                .uou-block-11a .social-icons li a.fa-twitter {
                    background: #55acee;
                }

                .uou-block-11a .social-icons li a.fa-google-plus {
                    background: #dd4b39;
                }

                .uou-block-11a .social-icons li a.fa-pinterest {
                    background: #ab171e;
                }

                .uou-block-11a .social-icons li a:hover.fa-facebook {
                    background: #2d4474;
                }

                .uou-block-11a .social-icons li a:hover.fa-twitter {
                    background: #2795e9;
                }

                .uou-block-11a .social-icons li a:hover.fa-google-plus {
                    background: #c23321;
                }

                .uou-block-11a .social-icons li a:hover.fa-pinterest {
                    background: #7e1116;
                }
/* Block 12a */
/* ======================== */
.uou-block-12a {
    position: relative;
    display: block;
}

    .uou-block-12a:before, .uou-block-12a:after {
        content: " ";
        display: table;
    }

    .uou-block-12a:after {
        clear: both;
    }

    .uou-block-12a:before, .uou-block-12a:after {
        content: " ";
        display: table;
    }

    .uou-block-12a:after {
        clear: both;
    }

    .uou-block-12a .map-container {
        position: relative;
    }

    .uou-block-12a .form {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 24px 0;
        background: rgba(51, 51, 51, 0.75);
    }

        .uou-block-12a .form select, .uou-block-12a .form input[type="text"] {
            margin-bottom: 0;
            background: rgba(51, 51, 51, 0.75);
            border-color: #8c8c8c;
            color: #ffffff;
        }

            .uou-block-12a .form select:focus, .uou-block-12a .form input[type="text"]:focus {
                background: #333333;
                border-color: #ffffff;
            }

            .uou-block-12a .form select::-moz-placeholder, .uou-block-12a .form input[type="text"]::-moz-placeholder {
                color: #8c8c8c;
                opacity: 1;
            }

            .uou-block-12a .form select:-ms-input-placeholder, .uou-block-12a .form input[type="text"]:-ms-input-placeholder {
                color: #8c8c8c;
            }

            .uou-block-12a .form select::-webkit-input-placeholder, .uou-block-12a .form input[type="text"]::-webkit-input-placeholder {
                color: #8c8c8c;
            }

            .uou-block-12a .form select .placeholder, .uou-block-12a .form input[type="text"] .placeholder, .uou-block-12a .form select.placeholder, .uou-block-12a .form input[type="text"].placeholder {
                color: #8c8c8c;
            }

        .uou-block-12a .form .btn {
            display: block;
            width: 100%;
        }

        .uou-block-12a .form .row {
            margin-left: -5px;
            margin-right: -5px;
        }

        .uou-block-12a .form [class*="col-sm-"] {
            padding-left: 5px;
            padding-right: 5px;
        }

@media (max-width: 767px) {
    .uou-block-12a .form {
        position: relative;
        bottom: auto;
        left: auto;
        background: #333333;
    }

        .uou-block-12a .form select, .uou-block-12a .form input[type="text"] {
            margin-bottom: 12px;
        }
}
/* Block 12b */
/* ======================== */
.uou-block-12b {
    position: relative;
    display: block;
}

    .uou-block-12b:before, .uou-block-12b:after {
        content: " ";
        display: table;
    }

    .uou-block-12b:after {
        clear: both;
    }

    .uou-block-12b:before, .uou-block-12b:after {
        content: " ";
        display: table;
    }

    .uou-block-12b:after {
        clear: both;
    }

    .uou-block-12b .map-container {
        position: relative;
    }

    .uou-block-12b .form {
        position: absolute;
        top: 0;
        right: 0;
        width: 350px;
        height: 100%;
        max-width: 100%;
        margin: 0;
        padding: 24px;
        background: rgba(51, 51, 51, 0.75);
    }

        .uou-block-12b .form h6 {
            color: #ffffff;
            margin-top: 0;
        }

        .uou-block-12b .form select, .uou-block-12b .form input[type="text"] {
            background: rgba(51, 51, 51, 0.75);
            border-color: #8c8c8c;
            color: #ffffff;
        }

            .uou-block-12b .form select:focus, .uou-block-12b .form input[type="text"]:focus {
                background: #333333;
                border-color: #ffffff;
            }

            .uou-block-12b .form select::-moz-placeholder, .uou-block-12b .form input[type="text"]::-moz-placeholder {
                color: #8c8c8c;
                opacity: 1;
            }

            .uou-block-12b .form select:-ms-input-placeholder, .uou-block-12b .form input[type="text"]:-ms-input-placeholder {
                color: #8c8c8c;
            }

            .uou-block-12b .form select::-webkit-input-placeholder, .uou-block-12b .form input[type="text"]::-webkit-input-placeholder {
                color: #8c8c8c;
            }

            .uou-block-12b .form select .placeholder, .uou-block-12b .form input[type="text"] .placeholder, .uou-block-12b .form select.placeholder, .uou-block-12b .form input[type="text"].placeholder {
                color: #8c8c8c;
            }

        .uou-block-12b .form .btn {
            display: block;
            width: 100%;
        }

        .uou-block-12b .form .uou-rangeslider .rangeslider, .uou-block-12b .form .uou-rangeslider .rangeslider__fill {
            background: #8c8c8c;
        }

        .uou-block-12b .form .uou-rangeslider .rangeslider__fill {
            background: #f4f4f4;
        }

@media (max-width: 767px) {
    .uou-block-12b .form {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        background: #333333;
    }
}
/* Block 12c */
/* ======================== */
.uou-block-12c {
    position: relative;
    display: block;
    background: #f4f4f4;
    border: 1px solid #dbdbdb;
    padding-bottom: 24px;
}

    .uou-block-12c:before, .uou-block-12c:after {
        content: " ";
        display: table;
    }

    .uou-block-12c:after {
        clear: both;
    }

    .uou-block-12c:before, .uou-block-12c:after {
        content: " ";
        display: table;
    }

    .uou-block-12c:after {
        clear: both;
    }

    .uou-block-12c .map-container {
        position: relative;
        border-bottom: 1px solid #dbdbdb;
    }

    .uou-block-12c h5, .uou-block-12c h6 {
        text-align: center;
    }

    .uou-block-12c table {
        background: none;
        font-size: 14px;
    }

        .uou-block-12c table > tbody {
            border-top: 1px solid #dbdbdb;
        }

            .uou-block-12c table > tbody > tr > td {
                vertical-align: middle;
                border-bottom: 1px solid #dbdbdb;
            }

    .uou-block-12c .social-icons {
        padding-left: 0;
        list-style: none;
        margin: 0;
        text-align: center;
    }

        .uou-block-12c .social-icons li {
            display: inline-block;
            margin-right: 5px;
        }

            .uou-block-12c .social-icons li a {
                display: block;
                width: 48px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                font-size: 14px;
                color: #ffffff;
            }

                .uou-block-12c .social-icons li a.fa-facebook {
                    background: #3b5999;
                }

                .uou-block-12c .social-icons li a.fa-twitter {
                    background: #55acee;
                }

                .uou-block-12c .social-icons li a.fa-google-plus {
                    background: #dd4b39;
                }

                .uou-block-12c .social-icons li a.fa-pinterest {
                    background: #ab171e;
                }

                .uou-block-12c .social-icons li a:hover.fa-facebook {
                    background: #2d4474;
                }

                .uou-block-12c .social-icons li a:hover.fa-twitter {
                    background: #2795e9;
                }

                .uou-block-12c .social-icons li a:hover.fa-google-plus {
                    background: #c23321;
                }

                .uou-block-12c .social-icons li a:hover.fa-pinterest {
                    background: #7e1116;
                }
/* Block 13a */
/* ======================== */
.uou-block-13a {
    position: relative;
    display: block;
    background: #f4f4f4;
}

.secondary.uou-block-13a {
    background: #333333;
}

.uou-block-13a h5 {
    margin: 0;
    padding: 12px 24px;
    font-size: 16px;
    background: #333333;
    color: #ffffff;
    text-align: center;
}

.secondary.uou-block-13a h5 {
    background: #202020;
}

.uou-block-13a .btn {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.uou-block-13a > ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

    .uou-block-13a > ul > li {
        position: relative;
        padding: 12px 24px;
        padding-left: 74px;
        min-height: 74px;
        border-bottom: 1px solid #dbdbdb;
    }

        .uou-block-13a > ul > li:last-child {
            border-bottom: 0;
        }

.secondary.uou-block-13a > ul > li {
    border-bottom-color: #202020;
}

.uou-block-13a > ul > li img {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border-radius: 50%;
}

.uou-block-13a > ul > li h6 {
    margin: 0;
    line-height: 24px;
}

.secondary.uou-block-13a > ul > li h6 {
    color: #ffffff;
}

.uou-block-13a > ul > li h6 a {
    color: inherit;
}

    .uou-block-13a > ul > li h6 a:hover {
        color: #0099ff;
    }

.uou-block-13a > ul > li .stars {
    color: #737373;
}

.secondary.uou-block-13a > ul > li .stars {
    color: #8c8c8c;
}

.uou-block-13a > ul > li .date {
    display: block;
    text-transform: uppercase;
    color: #737373;
    font-size: 12px;
}

.secondary.uou-block-13a > ul > li .date {
    color: #8c8c8c;
}
/* Block 13b */
/* ======================== */
.uou-block-13b {
    position: relative;
    display: block;
    background: #f4f4f4;
}

.secondary.uou-block-13b {
    background: #333333;
}

.uou-block-13b h5 {
    margin: 0;
    padding: 12px 24px;
    font-size: 16px;
    background: #333333;
    color: #ffffff;
}

.secondary.uou-block-13b h5 {
    background: #202020;
}

.uou-block-13b > ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

    .uou-block-13b > ul > li {
        position: relative;
        padding: 12px 24px;
        border-bottom: 1px solid #dbdbdb;
    }

        .uou-block-13b > ul > li:last-child {
            border-bottom: 0;
        }

.secondary.uou-block-13b > ul > li {
    border-bottom-color: #202020;
}

.uou-block-13b > ul > li h6 {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
}

.secondary.uou-block-13b > ul > li h6 {
    color: #ffffff;
}

.uou-block-13b > ul > li h6 a {
    color: inherit;
}

    .uou-block-13b > ul > li h6 a:hover {
        color: #0099ff;
    }

.uou-block-13b > ul > li .time-ago {
    display: block;
    text-transform: uppercase;
    color: #737373;
    font-size: 10px;
}

.secondary.uou-block-13b > ul > li .time-ago {
    color: #8c8c8c;
}
/* Block 13c */
/* ======================== */
.uou-block-13c {
    position: relative;
    display: block;
    background: #f4f4f4;
    text-align: center;
}

.secondary.uou-block-13c {
    background: #333333;
}

.uou-block-13c h5 {
    margin: 0;
    padding: 12px 24px;
    font-size: 16px;
    background: #333333;
    color: #ffffff;
}

.secondary.uou-block-13c h5 {
    background: #202020;
}

.uou-block-13c > ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

    .uou-block-13c > ul > li {
        position: relative;
        padding: 12px 24px;
        border-bottom: 1px solid #dbdbdb;
    }

        .uou-block-13c > ul > li:last-child {
            border-bottom: 0;
        }

.secondary.uou-block-13c > ul > li {
    border-bottom-color: #202020;
}

.uou-block-13c > ul > li h6 {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
}

.secondary.uou-block-13c > ul > li h6 {
    color: #ffffff;
}

.uou-block-13c > ul > li h6 a {
    color: inherit;
}

    .uou-block-13c > ul > li h6 a:hover {
        color: #0099ff;
    }

.uou-block-13c > ul > li .company {
    display: block;
    text-transform: uppercase;
    color: #737373;
    font-size: 10px;
}

.secondary.uou-block-13c > ul > li .company {
    color: #8c8c8c;
}
/* Block 14a */
/* ======================== */
.uou-block-14a {
    position: relative;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

    .uou-block-14a ul {
        padding-left: 0;
        list-style: none;
        margin: 0;
    }

        .uou-block-14a ul ul {
            margin-left: 30px;
        }

    .uou-block-14a .comment {
        position: relative;
        margin-bottom: 30px;
        padding-left: 124px;
        min-height: 100px;
    }

        .uou-block-14a .comment > img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100px;
            height: auto;
        }

        .uou-block-14a .comment > div {
            position: relative;
            padding: 0;
            font-size: 14px;
        }

            .uou-block-14a .comment > div header {
                margin-bottom: 10px;
            }

                .uou-block-14a .comment > div header .user {
                    display: inline-block;
                    font-size: 16px;
                    color: #333333;
                }

                    .uou-block-14a .comment > div header .user:hover {
                        color: #0099ff;
                    }

                .uou-block-14a .comment > div header small {
                    display: inline-block;
                    font-weight: normal;
                    font-size: 16px;
                    color: #8c8c8c;
                }

                .uou-block-14a .comment > div header .time-ago {
                    text-transform: uppercase;
                    color: #737373;
                    font-size: 12px;
                }

                    .uou-block-14a .comment > div header .time-ago:after {
                        content: '';
                        margin: 0 10px;
                    }

                .uou-block-14a .comment > div header .reply {
                    color: #8c8c8c;
                    font-size: 12px;
                    font-weight: 600;
                }

                    .uou-block-14a .comment > div header .reply:hover {
                        color: #0099ff;
                    }

            .uou-block-14a .comment > div p {
                font-family: 'Open Sans', sans-serif;
                line-height: 20px;
            }

                .uou-block-14a .comment > div p:last-child {
                    margin-bottom: 0;
                }

@media (max-width: 991px) {
    .uou-block-14a .comment {
        padding-left: 74px;
        min-height: 50px;
    }

        .uou-block-14a .comment > img {
            width: 50px;
        }

        .uou-block-14a .comment > div:before {
            top: 25px;
        }
}

@media (max-width: 767px) {
    .uou-block-14a .comment > div header .user {
        font-size: 16px;
    }

    .uou-block-14a .comment > div header small {
        font-size: 14px;
    }

    .uou-block-14a .comment > div header .time-ago {
        display: none;
    }
}

@media (max-width: 320px) {
    .uou-block-14a .comment {
        padding-left: 0;
        min-height: 0;
    }

        .uou-block-14a .comment > img {
            display: none;
        }

        .uou-block-14a .comment > div:before {
            display: none;
        }

        .uou-block-14a .comment > div header small {
            display: none;
        }
}

.sb-slider-section {
    position: relative;
    width: 100%;
    height: auto;
}

    .sb-slider-section.default.dark-text .ms-caption {
        color: #000000;
    }

        .sb-slider-section.default.dark-text .ms-caption h1 {
            color: #000000;
        }

    .sb-slider-section.default .ms-caption {
        color: #ffffff;
        width: 100%;
    }

        .sb-slider-section.default .ms-caption h1 {
            color: #ffffff;
            margin: 0;
            font-size: 46px;
            text-transform: uppercase;
        }

@media screen and (max-width: 992px) {
    .sb-slider-section.default .ms-caption h1 {
        font-size: 26px;
    }
}

.sb-slider-section.default .ms-caption h1.custom-font {
    font-family: 'Nothing You Could Do', cursive;
}

.sb-slider-section.default .ms-caption h1.very-large-heading {
    font-size: 56px;
    line-height: 50px;
}

@media screen and (max-width: 768px) {
    .sb-slider-section.default .ms-caption h1.very-large-heading {
        font-size: 26px;
        line-height: 30px;
    }
}

@media screen and (max-width: 480px) {
    .sb-slider-section.default .ms-caption h1.very-large-heading {
        font-size: 17px;
        line-height: 30px;
    }
}

.sb-slider-section.default .ms-caption h1.very-large-heading strong {
    display: block;
}

.sb-slider-section.default .ms-caption h2 {
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .sb-slider-section.default .ms-caption h2 {
        font-size: 16px;
    }
}

.sb-slider-section.default .ms-caption h2.f-border-bottom {
    border-bottom: 1px solid #ffffff;
    text-align: center;
    display: table;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sb-slider-section.default .ms-caption p {
    font-size: 12px;
    letter-spacing: 6px;
}

    .sb-slider-section.default .ms-caption p.long-text {
        letter-spacing: 1px;
        max-width: 350px;
        font-size: 14px;
    }

@media screen and (max-width: 768px) {
    .sb-slider-section.default .ms-caption p.long-text {
        display: none;
    }
}

.sb-slider-section.default .ms-caption p.italic-text-large {
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0;
    text-transform: none;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    margin-top: 20px;
}

@media screen and (max-width: 480px) {
    .sb-slider-section.default .ms-caption p.italic-text-large {
        display: none;
    }
}

.sb-slider-section.default .ms-caption p.italic-text-large b {
    display: block;
    font-weight: 400;
}

.sb-slider-section.default.custom-bullet .ms-bullets.ms-dir-h {
    bottom: 38%;
}

@media screen and (768px) {
    .sb-slider-section.default.custom-bullet .ms-bullets.ms-dir-h {
        bottom: 40px;
    }
}

.sb-slider-section.default .with-custom-bullet .ms-bullets.ms-dir-h {
    bottom: 31%;
}

@media screen and (max-width: 768px) {
    .sb-slider-section.default .with-custom-bullet .ms-bullets.ms-dir-h {
        bottom: 5%;
    }
}

.sb-slider-section.default .corporate-slider-text {
    width: 600px;
    height: auto;
    background-color: rgba(73, 152, 213, 0.6);
    text-align: center;
    padding: 20px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .sb-slider-section.default .corporate-slider-text {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .sb-slider-section.default .corporate-slider-text .cor-logo {
        width: 200px;
    }
}

.sb-slider-section.default .corporate-slider-text p {
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 1px;
    font-size: 17px;
    font-style: italic;
    padding: 15px 0;
}

.sb-slider-section .slider-logo-img {
    width: 140px;
    margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
    .sb-slider-section .slider-logo-img {
        width: 100px;
    }
}

@media screen and (max-width: 540px) {
    .sb-slider-section .slider-logo-img {
        display: none;
    }
}

.sb-slider-section .browser-big-logo {
    margin-bottom: -100px;
}

@media screen and (max-width: 768px) {
    .sb-slider-section .browser-big-logo {
        display: none;
    }
}

.sb-slider-section .mr10 {
    margin-right: 10px;
}

.sb-slider-section .ms-nav-next {
    right: 0;
}

.sb-slider-section .ms-nav-prev {
    left: 0;
}

.sb-slider-section .slider-link-btn {
    padding: 15px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 260px;
    margin: 0 auto;
}

.sb-slider-section .slider-link-list {
    position: relative;
}

@media screen and (max-width: 540px) {
    .sb-slider-section .slider-link-list {
        display: none;
    }
}

.sb-slider-section .slider-link-list li {
    display: inline-block;
    margin-right: 20px;
}

    .sb-slider-section .slider-link-list li.active a {
        background-color: #0099ff;
        border-color: #0099ff;
    }

    .sb-slider-section .slider-link-list li a {
        display: block;
        height: 130px;
        width: 150px;
        border: 4px solid #ffffff;
        border-radius: 4px;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 2px;
    }

@media screen and (max-width: 992px) {
    .sb-slider-section .slider-link-list li a {
        width: 100px;
        height: 90px;
    }
}

.sb-slider-section .slider-link-list li a i {
    display: block;
    font-size: 40px;
    padding-top: 30px;
    margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
    .sb-slider-section .slider-link-list li a i {
        padding-top: 15px;
    }
}

.color-text {
    color: #0099fe !important;
}

.color-text-primary {
    color: #0099ff !important;
}

.uou-progressbar-single {
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

    .uou-progressbar-single h6 {
        margin-bottom: 0;
        font-weight: normal;
        font-size: 14px;
        margin-top: 0;
    }

    .uou-progressbar-single .main-bar {
        position: relative;
        width: 100%;
        height: 6px;
        border-radius: 50px;
        background-color: #eaeaea;
        display: block;
        margin: 10px 0;
    }

        .uou-progressbar-single .main-bar b {
            margin: 0;
            position: absolute;
            right: 0;
            top: -30px;
        }

        .uou-progressbar-single .main-bar .inner-bar {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            background-color: #0099ff;
            z-index: 99;
            border-radius: 50px;
        }

            .uou-progressbar-single .main-bar .inner-bar.one {
                width: 87%;
            }

            .uou-progressbar-single .main-bar .inner-bar.two {
                width: 96%;
            }

            .uou-progressbar-single .main-bar .inner-bar.three {
                width: 78%;
            }

            .uou-progressbar-single .main-bar .inner-bar.gradient-one {
                background: -webkit-linear-gradient(left top, #0099fe, #0099ff);
                /* For Safari 5.1 to 6.0 */
                background: -o-linear-gradient(left top, #0099fe, #0099ff);
                /* For Opera 11.1 to 12.0 */
                background: -moz-linear-gradient(left top, #0099fe, #0099ff);
                /* For Firefox 3.6 to 15 */
                background: linear-gradient(left top, #0099fe, #0099ff);
            }

            .uou-progressbar-single .main-bar .inner-bar.gradient-two {
                background: -webkit-linear-gradient(left top, #aa1ed8, #0099fe, #0099ff);
                /* For Safari 5.1 to 6.0 */
                background: -o-linear-gradient(left top, #aa1ed8, #0099fe, #0099ff);
                /* For Opera 11.1 to 12.0 */
                background: -moz-linear-gradient(left top, #aa1ed8, #0099fe, #0099ff);
                /* For Firefox 3.6 to 15 */
                background: linear-gradient(left top, #aa1ed8, #0099fe, #0099ff);
            }

            .uou-progressbar-single .main-bar .inner-bar.gradient-three {
                background: -webkit-linear-gradient(left top, #d81716, #60825b, #0099ff);
                /* For Safari 5.1 to 6.0 */
                background: -o-linear-gradient(left top, #d81716, #60825b, #0099ff);
                /* For Opera 11.1 to 12.0 */
                background: -moz-linear-gradient(left top, #d81716, #60825b, #0099ff);
                /* For Firefox 3.6 to 15 */
                background: linear-gradient(left top, #d81716, #60825b, #0099ff);
            }

.uou-service-square {
    position: relative;
    padding: 50px 0;
}

.uou-block-service-new {
    position: relative;
    text-align: center;
    padding: 20px 20px;
    border: 2px solid #8c8c8c;
    height: 110px;
    width: 150px;
    cursor: pointer;
    margin: 20px auto;
    border-radius: 3px;
}

    .uou-block-service-new .fa {
        display: block;
        font-size: 30px;
        padding-bottom: 15px;
    }

    .uou-block-service-new h6 {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .uou-block-service-new p {
        display: none;
        margin: 0;
    }

    .uou-block-service-new.active, .uou-block-service-new:hover {
        top: -25px;
        width: 250px;
        height: auto;
        border-color: #0099ff;
    }

        .uou-block-service-new.active h6, .uou-block-service-new:hover h6 {
            color: #0099ff;
            margin-bottom: 20px;
            margin-top: 10px;
        }

            .uou-block-service-new.active h6 .fa, .uou-block-service-new:hover h6 .fa {
                display: inline;
                padding-right: 15px;
                font-size: 20px;
                color: #0099ff;
            }

        .uou-block-service-new.active p, .uou-block-service-new:hover p {
            display: block;
        }

@media screen and (max-width: 992px) {
    .uou-block-service-new.active, .uou-block-service-new:hover {
        top: 0;
    }
}

.dropcaps {
    position: relative;
}

    .dropcaps.secondary:first-letter {
        background-color: #333333;
        color: #ffffff;
    }

    .dropcaps.primary:first-letter {
        background-color: #0099ff;
        color: #ffffff;
    }

    .dropcaps.default:first-letter {
        background-color: transparent;
        color: #333333;
    }

    .dropcaps:first-child:first-letter {
        float: left;
        font-size: 23px;
        padding: 10px 17px;
        margin: 3px 15px 0 0;
        font-weight: bold;
        border-radius: 3px;
    }

.uou-cta {
    position: relative;
    width: 100%;
    padding: 20px;
}

    .uou-cta p {
        font-family: 'Montserrat', sans-serif;
    }

    .uou-cta a {
        margin-left: 10px;
        font-size: 11px;
    }

        .uou-cta a.btn {
            padding: 6px 15px;
        }

    .uou-cta.default {
        border: 3px solid #f4f4f4;
        border-radius: 3px;
    }

        .uou-cta.default p {
            color: #333333;
            margin: 10px 0;
        }

    .uou-cta.primary {
        background-color: #0099ff;
        color: #fff;
    }

        .uou-cta.primary p {
            color: #ffffff;
            margin: 10px 0;
        }

    .uou-cta.secondary {
        background-color: #333333;
        color: #fff;
    }

        .uou-cta.secondary p {
            color: #ffffff;
            margin: 10px 0;
        }

    .uou-cta.tratiary {
        background-color: #f4f4f4;
        color: #fff;
    }

        .uou-cta.tratiary p {
            color: #333333;
            margin: 10px 0;
        }

.uou-sidebar {
    position: relative;
    width: 100%;
    padding-bottom: 50px;
}

    .uou-sidebar .sidebar-title:first-child {
        margin-top: 0;
    }

.search-form-widget {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .search-form-widget input[type="text"] {
        margin: 0;
        background: none;
        height: 43.5px;
        padding: 8px 20px;
        color: #333;
    }

        .search-form-widget input[type="text"]:focus {
            border-color: #333333;
        }

            .search-form-widget input[type="text"]:focus + input[type="submit"] {
                color: #333333;
            }

                .search-form-widget input[type="text"]:focus + input[type="submit"]:hover {
                    color: #0099ff;
                }

    .search-form-widget input[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        text-align: center;
        border: 0;
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 45px;
        font-family: 'FontAwesome';
        font-size: 14px;
        color: #cecece;
        transition: all 0.3s;
        outline: 0;
    }

        .search-form-widget input[type="submit"]:hover {
            color: #0099ff;
        }

.list-widget {
    position: relative;
}

.uou-sidebar h5.sidebar-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px;
}

.list-widget ul {
    padding-left: 0;
    list-style: none;
}

    .list-widget ul li {
        position: relative;
        padding: 7px 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

        .list-widget ul li a {
            display: block;
            text-transform: uppercase;
            color: #737373;
            font-size: 13px;
        }

            .list-widget ul li a:hover {
                color: #0099ff;
            }

            .list-widget ul li a:before {
                content: "\f054";
                font-family: 'FontAwesome';
                position: absolute;
                right: 10px;
                font-weight: normal;
                font-size: 10px;
            }

        .list-widget ul li:last-child {
            border-bottom: 1px solid #f4f4f4;
        }

.social-widget {
    position: relative;
}

    .social-widget .uou-block-4b {
        padding: 0;
        background: none;
        text-align: left;
    }

        .social-widget .uou-block-4b .social-icons {
            margin: 10px 0;
        }

.latest-post-widget {
    position: relative;
}

    .latest-post-widget .post-single {
        position: relative;
        margin: 10px 0;
        min-height: 100px;
        border-top: 1px solid #f4f4f4;
        padding-left: 95px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .latest-post-widget .post-single:last-child {
            border-bottom: 1px solid #f4f4f4;
            padding-bottom: 30px;
        }

        .latest-post-widget .post-single img {
            position: absolute;
            left: 0;
            top: 20px;
            width: 80px;
            border-radius: 4px;
        }

        .latest-post-widget .post-single .meta {
            text-transform: uppercase;
            color: #737373;
            font-size: 12px;
            font-family: 'Montserrat', sans-serif;
            margin: 0;
            line-height: 16px;
        }

            .latest-post-widget .post-single .meta a {
                color: inherit;
            }

                .latest-post-widget .post-single .meta a:hover {
                    color: #0099ff;
                }

        .latest-post-widget .post-single .post-title {
            margin: 0;
            font-size: 13px;
            padding-top: 10px;
        }

            .latest-post-widget .post-single .post-title a {
                color: #333333;
            }

.tag-cloud {
    position: relative;
}

    .tag-cloud a {
        font-size: 12px;
        margin-bottom: 8px;
    }

        .tag-cloud a.btn {
            padding: 2px 5px;
        }

.uou-toggle-content {
    position: relative;
}

    .uou-toggle-content .content-hidden {
        padding-left: 50px;
    }

    .uou-toggle-content .content-main {
        position: relative;
        margin-bottom: 40px;
    }

    .uou-toggle-content h6 {
        position: relative;
        padding-left: 50px;
        margin-bottom: 10px;
    }

        .uou-toggle-content h6 a {
            height: 35px;
            width: 35px;
            display: block;
            color: #8c8c8c;
            line-height: 35px;
            text-align: center;
            border-radius: 3px;
            position: absolute;
            left: 0;
            top: -8px;
            border: 1px solid #8c8c8c;
        }

            .uou-toggle-content h6 a:before {
                content: "\f067";
                font-family: 'FontAwesome';
                text-align: center;
            }

            .uou-toggle-content h6 a.active {
                background: #0099ff;
                border-color: #0099ff;
                color: #ffffff;
            }

                .uou-toggle-content h6 a.active:before {
                    content: "\f068";
                    font-family: 'FontAwesome';
                    text-align: center;
                }

    .uou-toggle-content .content-hidden {
        position: relative;
        visibility: visible;
        opacity: 0;
        transition: all .3s ease;
        display: none;
    }

        .uou-toggle-content .content-hidden.active {
            visibility: visible;
            opacity: 1;
            display: block;
        }

.round-counter-single {
    position: relative;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .round-counter-single {
        maring-bottom: 40px;
    }
}

.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
    position: absolute;
    border: 0.06em solid #0099ff;
    width: 0.88em;
    height: 0.88em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #f4f4f4;
    margin: 0 auto;
}

    .c100 *, .c100 *:before, .c100 *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .c100.center {
        float: none;
        margin: 0 auto;
    }

    .c100.big {
        font-size: 240px;
    }

    .c100.small {
        font-size: 90px;
    }

    .c100 > span {
        position: absolute;
        width: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        width: 5em;
        line-height: 5em;
        font-size: 0.2em;
        color: #333333;
        display: block;
        text-align: center;
        white-space: nowrap;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
    }

        .c100 > span b {
            color: #0099ff;
        }

    .c100:after {
        position: absolute;
        top: 0.06em;
        left: 0.06em;
        display: block;
        content: " ";
        border-radius: 50%;
        background-color: #fff;
        width: 0.88em;
        height: 0.88em;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    .c100 .slice {
        position: absolute;
        width: 1em;
        height: 1em;
        clip: rect(0em, 1em, 1em, 0.5em);
    }

    .c100.p1 .bar {
        -webkit-transform: rotate(3.6deg);
        -moz-transform: rotate(3.6deg);
        -ms-transform: rotate(3.6deg);
        -o-transform: rotate(3.6deg);
        transform: rotate(3.6deg);
    }

    .c100.p2 .bar {
        -webkit-transform: rotate(7.2deg);
        -moz-transform: rotate(7.2deg);
        -ms-transform: rotate(7.2deg);
        -o-transform: rotate(7.2deg);
        transform: rotate(7.2deg);
    }

    .c100.p3 .bar {
        -webkit-transform: rotate(10.8deg);
        -moz-transform: rotate(10.8deg);
        -ms-transform: rotate(10.8deg);
        -o-transform: rotate(10.8deg);
        transform: rotate(10.8deg);
    }

    .c100.p4 .bar {
        -webkit-transform: rotate(14.4deg);
        -moz-transform: rotate(14.4deg);
        -ms-transform: rotate(14.4deg);
        -o-transform: rotate(14.4deg);
        transform: rotate(14.4deg);
    }

    .c100.p5 .bar {
        -webkit-transform: rotate(18deg);
        -moz-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        -o-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    .c100.p6 .bar {
        -webkit-transform: rotate(21.6deg);
        -moz-transform: rotate(21.6deg);
        -ms-transform: rotate(21.6deg);
        -o-transform: rotate(21.6deg);
        transform: rotate(21.6deg);
    }

    .c100.p7 .bar {
        -webkit-transform: rotate(25.2deg);
        -moz-transform: rotate(25.2deg);
        -ms-transform: rotate(25.2deg);
        -o-transform: rotate(25.2deg);
        transform: rotate(25.2deg);
    }

    .c100.p8 .bar {
        -webkit-transform: rotate(28.8deg);
        -moz-transform: rotate(28.8deg);
        -ms-transform: rotate(28.8deg);
        -o-transform: rotate(28.8deg);
        transform: rotate(28.8deg);
    }

    .c100.p9 .bar {
        -webkit-transform: rotate(32.4deg);
        -moz-transform: rotate(32.4deg);
        -ms-transform: rotate(32.4deg);
        -o-transform: rotate(32.4deg);
        transform: rotate(32.4deg);
    }

    .c100.p10 .bar {
        -webkit-transform: rotate(36deg);
        -moz-transform: rotate(36deg);
        -ms-transform: rotate(36deg);
        -o-transform: rotate(36deg);
        transform: rotate(36deg);
    }

    .c100.p11 .bar {
        -webkit-transform: rotate(39.6deg);
        -moz-transform: rotate(39.6deg);
        -ms-transform: rotate(39.6deg);
        -o-transform: rotate(39.6deg);
        transform: rotate(39.6deg);
    }

    .c100.p12 .bar {
        -webkit-transform: rotate(43.2deg);
        -moz-transform: rotate(43.2deg);
        -ms-transform: rotate(43.2deg);
        -o-transform: rotate(43.2deg);
        transform: rotate(43.2deg);
    }

    .c100.p13 .bar {
        -webkit-transform: rotate(46.800000000000004deg);
        -moz-transform: rotate(46.800000000000004deg);
        -ms-transform: rotate(46.800000000000004deg);
        -o-transform: rotate(46.800000000000004deg);
        transform: rotate(46.800000000000004deg);
    }

    .c100.p14 .bar {
        -webkit-transform: rotate(50.4deg);
        -moz-transform: rotate(50.4deg);
        -ms-transform: rotate(50.4deg);
        -o-transform: rotate(50.4deg);
        transform: rotate(50.4deg);
    }

    .c100.p15 .bar {
        -webkit-transform: rotate(54deg);
        -moz-transform: rotate(54deg);
        -ms-transform: rotate(54deg);
        -o-transform: rotate(54deg);
        transform: rotate(54deg);
    }

    .c100.p16 .bar {
        -webkit-transform: rotate(57.6deg);
        -moz-transform: rotate(57.6deg);
        -ms-transform: rotate(57.6deg);
        -o-transform: rotate(57.6deg);
        transform: rotate(57.6deg);
    }

    .c100.p17 .bar {
        -webkit-transform: rotate(61.2deg);
        -moz-transform: rotate(61.2deg);
        -ms-transform: rotate(61.2deg);
        -o-transform: rotate(61.2deg);
        transform: rotate(61.2deg);
    }

    .c100.p18 .bar {
        -webkit-transform: rotate(64.8deg);
        -moz-transform: rotate(64.8deg);
        -ms-transform: rotate(64.8deg);
        -o-transform: rotate(64.8deg);
        transform: rotate(64.8deg);
    }

    .c100.p19 .bar {
        -webkit-transform: rotate(68.4deg);
        -moz-transform: rotate(68.4deg);
        -ms-transform: rotate(68.4deg);
        -o-transform: rotate(68.4deg);
        transform: rotate(68.4deg);
    }

    .c100.p20 .bar {
        -webkit-transform: rotate(72deg);
        -moz-transform: rotate(72deg);
        -ms-transform: rotate(72deg);
        -o-transform: rotate(72deg);
        transform: rotate(72deg);
    }

    .c100.p21 .bar {
        -webkit-transform: rotate(75.60000000000001deg);
        -moz-transform: rotate(75.60000000000001deg);
        -ms-transform: rotate(75.60000000000001deg);
        -o-transform: rotate(75.60000000000001deg);
        transform: rotate(75.60000000000001deg);
    }

    .c100.p22 .bar {
        -webkit-transform: rotate(79.2deg);
        -moz-transform: rotate(79.2deg);
        -ms-transform: rotate(79.2deg);
        -o-transform: rotate(79.2deg);
        transform: rotate(79.2deg);
    }

    .c100.p23 .bar {
        -webkit-transform: rotate(82.8deg);
        -moz-transform: rotate(82.8deg);
        -ms-transform: rotate(82.8deg);
        -o-transform: rotate(82.8deg);
        transform: rotate(82.8deg);
    }

    .c100.p24 .bar {
        -webkit-transform: rotate(86.4deg);
        -moz-transform: rotate(86.4deg);
        -ms-transform: rotate(86.4deg);
        -o-transform: rotate(86.4deg);
        transform: rotate(86.4deg);
    }

    .c100.p25 .bar {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .c100.p26 .bar {
        -webkit-transform: rotate(93.60000000000001deg);
        -moz-transform: rotate(93.60000000000001deg);
        -ms-transform: rotate(93.60000000000001deg);
        -o-transform: rotate(93.60000000000001deg);
        transform: rotate(93.60000000000001deg);
    }

    .c100.p27 .bar {
        -webkit-transform: rotate(97.2deg);
        -moz-transform: rotate(97.2deg);
        -ms-transform: rotate(97.2deg);
        -o-transform: rotate(97.2deg);
        transform: rotate(97.2deg);
    }

    .c100.p28 .bar {
        -webkit-transform: rotate(100.8deg);
        -moz-transform: rotate(100.8deg);
        -ms-transform: rotate(100.8deg);
        -o-transform: rotate(100.8deg);
        transform: rotate(100.8deg);
    }

    .c100.p29 .bar {
        -webkit-transform: rotate(104.4deg);
        -moz-transform: rotate(104.4deg);
        -ms-transform: rotate(104.4deg);
        -o-transform: rotate(104.4deg);
        transform: rotate(104.4deg);
    }

    .c100.p30 .bar {
        -webkit-transform: rotate(108deg);
        -moz-transform: rotate(108deg);
        -ms-transform: rotate(108deg);
        -o-transform: rotate(108deg);
        transform: rotate(108deg);
    }

    .c100.p31 .bar {
        -webkit-transform: rotate(111.60000000000001deg);
        -moz-transform: rotate(111.60000000000001deg);
        -ms-transform: rotate(111.60000000000001deg);
        -o-transform: rotate(111.60000000000001deg);
        transform: rotate(111.60000000000001deg);
    }

    .c100.p32 .bar {
        -webkit-transform: rotate(115.2deg);
        -moz-transform: rotate(115.2deg);
        -ms-transform: rotate(115.2deg);
        -o-transform: rotate(115.2deg);
        transform: rotate(115.2deg);
    }

    .c100.p33 .bar {
        -webkit-transform: rotate(118.8deg);
        -moz-transform: rotate(118.8deg);
        -ms-transform: rotate(118.8deg);
        -o-transform: rotate(118.8deg);
        transform: rotate(118.8deg);
    }

    .c100.p34 .bar {
        -webkit-transform: rotate(122.4deg);
        -moz-transform: rotate(122.4deg);
        -ms-transform: rotate(122.4deg);
        -o-transform: rotate(122.4deg);
        transform: rotate(122.4deg);
    }

    .c100.p35 .bar {
        -webkit-transform: rotate(126deg);
        -moz-transform: rotate(126deg);
        -ms-transform: rotate(126deg);
        -o-transform: rotate(126deg);
        transform: rotate(126deg);
    }

    .c100.p36 .bar {
        -webkit-transform: rotate(129.6deg);
        -moz-transform: rotate(129.6deg);
        -ms-transform: rotate(129.6deg);
        -o-transform: rotate(129.6deg);
        transform: rotate(129.6deg);
    }

    .c100.p37 .bar {
        -webkit-transform: rotate(133.20000000000002deg);
        -moz-transform: rotate(133.20000000000002deg);
        -ms-transform: rotate(133.20000000000002deg);
        -o-transform: rotate(133.20000000000002deg);
        transform: rotate(133.20000000000002deg);
    }

    .c100.p38 .bar {
        -webkit-transform: rotate(136.8deg);
        -moz-transform: rotate(136.8deg);
        -ms-transform: rotate(136.8deg);
        -o-transform: rotate(136.8deg);
        transform: rotate(136.8deg);
    }

    .c100.p39 .bar {
        -webkit-transform: rotate(140.4deg);
        -moz-transform: rotate(140.4deg);
        -ms-transform: rotate(140.4deg);
        -o-transform: rotate(140.4deg);
        transform: rotate(140.4deg);
    }

    .c100.p40 .bar {
        -webkit-transform: rotate(144deg);
        -moz-transform: rotate(144deg);
        -ms-transform: rotate(144deg);
        -o-transform: rotate(144deg);
        transform: rotate(144deg);
    }

    .c100.p41 .bar {
        -webkit-transform: rotate(147.6deg);
        -moz-transform: rotate(147.6deg);
        -ms-transform: rotate(147.6deg);
        -o-transform: rotate(147.6deg);
        transform: rotate(147.6deg);
    }

    .c100.p42 .bar {
        -webkit-transform: rotate(151.20000000000002deg);
        -moz-transform: rotate(151.20000000000002deg);
        -ms-transform: rotate(151.20000000000002deg);
        -o-transform: rotate(151.20000000000002deg);
        transform: rotate(151.20000000000002deg);
    }

    .c100.p43 .bar {
        -webkit-transform: rotate(154.8deg);
        -moz-transform: rotate(154.8deg);
        -ms-transform: rotate(154.8deg);
        -o-transform: rotate(154.8deg);
        transform: rotate(154.8deg);
    }

    .c100.p44 .bar {
        -webkit-transform: rotate(158.4deg);
        -moz-transform: rotate(158.4deg);
        -ms-transform: rotate(158.4deg);
        -o-transform: rotate(158.4deg);
        transform: rotate(158.4deg);
    }

    .c100.p45 .bar {
        -webkit-transform: rotate(162deg);
        -moz-transform: rotate(162deg);
        -ms-transform: rotate(162deg);
        -o-transform: rotate(162deg);
        transform: rotate(162deg);
    }

    .c100.p46 .bar {
        -webkit-transform: rotate(165.6deg);
        -moz-transform: rotate(165.6deg);
        -ms-transform: rotate(165.6deg);
        -o-transform: rotate(165.6deg);
        transform: rotate(165.6deg);
    }

    .c100.p47 .bar {
        -webkit-transform: rotate(169.20000000000002deg);
        -moz-transform: rotate(169.20000000000002deg);
        -ms-transform: rotate(169.20000000000002deg);
        -o-transform: rotate(169.20000000000002deg);
        transform: rotate(169.20000000000002deg);
    }

    .c100.p48 .bar {
        -webkit-transform: rotate(172.8deg);
        -moz-transform: rotate(172.8deg);
        -ms-transform: rotate(172.8deg);
        -o-transform: rotate(172.8deg);
        transform: rotate(172.8deg);
    }

    .c100.p49 .bar {
        -webkit-transform: rotate(176.4deg);
        -moz-transform: rotate(176.4deg);
        -ms-transform: rotate(176.4deg);
        -o-transform: rotate(176.4deg);
        transform: rotate(176.4deg);
    }

    .c100.p50 .bar {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .c100.p51 .bar {
        -webkit-transform: rotate(183.6deg);
        -moz-transform: rotate(183.6deg);
        -ms-transform: rotate(183.6deg);
        -o-transform: rotate(183.6deg);
        transform: rotate(183.6deg);
    }

    .c100.p52 .bar {
        -webkit-transform: rotate(187.20000000000002deg);
        -moz-transform: rotate(187.20000000000002deg);
        -ms-transform: rotate(187.20000000000002deg);
        -o-transform: rotate(187.20000000000002deg);
        transform: rotate(187.20000000000002deg);
    }

    .c100.p53 .bar {
        -webkit-transform: rotate(190.8deg);
        -moz-transform: rotate(190.8deg);
        -ms-transform: rotate(190.8deg);
        -o-transform: rotate(190.8deg);
        transform: rotate(190.8deg);
    }

    .c100.p54 .bar {
        -webkit-transform: rotate(194.4deg);
        -moz-transform: rotate(194.4deg);
        -ms-transform: rotate(194.4deg);
        -o-transform: rotate(194.4deg);
        transform: rotate(194.4deg);
    }

    .c100.p55 .bar {
        -webkit-transform: rotate(198deg);
        -moz-transform: rotate(198deg);
        -ms-transform: rotate(198deg);
        -o-transform: rotate(198deg);
        transform: rotate(198deg);
    }

    .c100.p56 .bar {
        -webkit-transform: rotate(201.6deg);
        -moz-transform: rotate(201.6deg);
        -ms-transform: rotate(201.6deg);
        -o-transform: rotate(201.6deg);
        transform: rotate(201.6deg);
    }

    .c100.p57 .bar {
        -webkit-transform: rotate(205.20000000000002deg);
        -moz-transform: rotate(205.20000000000002deg);
        -ms-transform: rotate(205.20000000000002deg);
        -o-transform: rotate(205.20000000000002deg);
        transform: rotate(205.20000000000002deg);
    }

    .c100.p58 .bar {
        -webkit-transform: rotate(208.8deg);
        -moz-transform: rotate(208.8deg);
        -ms-transform: rotate(208.8deg);
        -o-transform: rotate(208.8deg);
        transform: rotate(208.8deg);
    }

    .c100.p59 .bar {
        -webkit-transform: rotate(212.4deg);
        -moz-transform: rotate(212.4deg);
        -ms-transform: rotate(212.4deg);
        -o-transform: rotate(212.4deg);
        transform: rotate(212.4deg);
    }

    .c100.p60 .bar {
        -webkit-transform: rotate(216deg);
        -moz-transform: rotate(216deg);
        -ms-transform: rotate(216deg);
        -o-transform: rotate(216deg);
        transform: rotate(216deg);
    }

    .c100.p61 .bar {
        -webkit-transform: rotate(219.6deg);
        -moz-transform: rotate(219.6deg);
        -ms-transform: rotate(219.6deg);
        -o-transform: rotate(219.6deg);
        transform: rotate(219.6deg);
    }

    .c100.p62 .bar {
        -webkit-transform: rotate(223.20000000000002deg);
        -moz-transform: rotate(223.20000000000002deg);
        -ms-transform: rotate(223.20000000000002deg);
        -o-transform: rotate(223.20000000000002deg);
        transform: rotate(223.20000000000002deg);
    }

    .c100.p63 .bar {
        -webkit-transform: rotate(226.8deg);
        -moz-transform: rotate(226.8deg);
        -ms-transform: rotate(226.8deg);
        -o-transform: rotate(226.8deg);
        transform: rotate(226.8deg);
    }

    .c100.p64 .bar {
        -webkit-transform: rotate(230.4deg);
        -moz-transform: rotate(230.4deg);
        -ms-transform: rotate(230.4deg);
        -o-transform: rotate(230.4deg);
        transform: rotate(230.4deg);
    }

    .c100.p65 .bar {
        -webkit-transform: rotate(234deg);
        -moz-transform: rotate(234deg);
        -ms-transform: rotate(234deg);
        -o-transform: rotate(234deg);
        transform: rotate(234deg);
    }

    .c100.p66 .bar {
        -webkit-transform: rotate(237.6deg);
        -moz-transform: rotate(237.6deg);
        -ms-transform: rotate(237.6deg);
        -o-transform: rotate(237.6deg);
        transform: rotate(237.6deg);
    }

    .c100.p67 .bar {
        -webkit-transform: rotate(241.20000000000002deg);
        -moz-transform: rotate(241.20000000000002deg);
        -ms-transform: rotate(241.20000000000002deg);
        -o-transform: rotate(241.20000000000002deg);
        transform: rotate(241.20000000000002deg);
    }

    .c100.p68 .bar {
        -webkit-transform: rotate(244.8deg);
        -moz-transform: rotate(244.8deg);
        -ms-transform: rotate(244.8deg);
        -o-transform: rotate(244.8deg);
        transform: rotate(244.8deg);
    }

    .c100.p69 .bar {
        -webkit-transform: rotate(248.4deg);
        -moz-transform: rotate(248.4deg);
        -ms-transform: rotate(248.4deg);
        -o-transform: rotate(248.4deg);
        transform: rotate(248.4deg);
    }

    .c100.p70 .bar {
        -webkit-transform: rotate(252deg);
        -moz-transform: rotate(252deg);
        -ms-transform: rotate(252deg);
        -o-transform: rotate(252deg);
        transform: rotate(252deg);
    }

    .c100.p71 .bar {
        -webkit-transform: rotate(255.6deg);
        -moz-transform: rotate(255.6deg);
        -ms-transform: rotate(255.6deg);
        -o-transform: rotate(255.6deg);
        transform: rotate(255.6deg);
    }

    .c100.p72 .bar {
        -webkit-transform: rotate(259.2deg);
        -moz-transform: rotate(259.2deg);
        -ms-transform: rotate(259.2deg);
        -o-transform: rotate(259.2deg);
        transform: rotate(259.2deg);
    }

    .c100.p73 .bar {
        -webkit-transform: rotate(262.8deg);
        -moz-transform: rotate(262.8deg);
        -ms-transform: rotate(262.8deg);
        -o-transform: rotate(262.8deg);
        transform: rotate(262.8deg);
    }

    .c100.p74 .bar {
        -webkit-transform: rotate(266.40000000000003deg);
        -moz-transform: rotate(266.40000000000003deg);
        -ms-transform: rotate(266.40000000000003deg);
        -o-transform: rotate(266.40000000000003deg);
        transform: rotate(266.40000000000003deg);
    }

    .c100.p75 .bar {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .c100.p76 .bar {
        -webkit-transform: rotate(273.6deg);
        -moz-transform: rotate(273.6deg);
        -ms-transform: rotate(273.6deg);
        -o-transform: rotate(273.6deg);
        transform: rotate(273.6deg);
    }

    .c100.p77 .bar {
        -webkit-transform: rotate(277.2deg);
        -moz-transform: rotate(277.2deg);
        -ms-transform: rotate(277.2deg);
        -o-transform: rotate(277.2deg);
        transform: rotate(277.2deg);
    }

    .c100.p78 .bar {
        -webkit-transform: rotate(280.8deg);
        -moz-transform: rotate(280.8deg);
        -ms-transform: rotate(280.8deg);
        -o-transform: rotate(280.8deg);
        transform: rotate(280.8deg);
    }

    .c100.p79 .bar {
        -webkit-transform: rotate(284.40000000000003deg);
        -moz-transform: rotate(284.40000000000003deg);
        -ms-transform: rotate(284.40000000000003deg);
        -o-transform: rotate(284.40000000000003deg);
        transform: rotate(284.40000000000003deg);
    }

    .c100.p80 .bar {
        -webkit-transform: rotate(288deg);
        -moz-transform: rotate(288deg);
        -ms-transform: rotate(288deg);
        -o-transform: rotate(288deg);
        transform: rotate(288deg);
    }

    .c100.p81 .bar {
        -webkit-transform: rotate(291.6deg);
        -moz-transform: rotate(291.6deg);
        -ms-transform: rotate(291.6deg);
        -o-transform: rotate(291.6deg);
        transform: rotate(291.6deg);
    }

    .c100.p82 .bar {
        -webkit-transform: rotate(295.2deg);
        -moz-transform: rotate(295.2deg);
        -ms-transform: rotate(295.2deg);
        -o-transform: rotate(295.2deg);
        transform: rotate(295.2deg);
    }

    .c100.p83 .bar {
        -webkit-transform: rotate(298.8deg);
        -moz-transform: rotate(298.8deg);
        -ms-transform: rotate(298.8deg);
        -o-transform: rotate(298.8deg);
        transform: rotate(298.8deg);
    }

    .c100.p84 .bar {
        -webkit-transform: rotate(302.40000000000003deg);
        -moz-transform: rotate(302.40000000000003deg);
        -ms-transform: rotate(302.40000000000003deg);
        -o-transform: rotate(302.40000000000003deg);
        transform: rotate(302.40000000000003deg);
    }

    .c100.p85 .bar {
        -webkit-transform: rotate(306deg);
        -moz-transform: rotate(306deg);
        -ms-transform: rotate(306deg);
        -o-transform: rotate(306deg);
        transform: rotate(306deg);
    }

    .c100.p86 .bar {
        -webkit-transform: rotate(309.6deg);
        -moz-transform: rotate(309.6deg);
        -ms-transform: rotate(309.6deg);
        -o-transform: rotate(309.6deg);
        transform: rotate(309.6deg);
    }

    .c100.p87 .bar {
        -webkit-transform: rotate(313.2deg);
        -moz-transform: rotate(313.2deg);
        -ms-transform: rotate(313.2deg);
        -o-transform: rotate(313.2deg);
        transform: rotate(313.2deg);
    }

    .c100.p88 .bar {
        -webkit-transform: rotate(316.8deg);
        -moz-transform: rotate(316.8deg);
        -ms-transform: rotate(316.8deg);
        -o-transform: rotate(316.8deg);
        transform: rotate(316.8deg);
    }

    .c100.p89 .bar {
        -webkit-transform: rotate(320.40000000000003deg);
        -moz-transform: rotate(320.40000000000003deg);
        -ms-transform: rotate(320.40000000000003deg);
        -o-transform: rotate(320.40000000000003deg);
        transform: rotate(320.40000000000003deg);
    }

    .c100.p90 .bar {
        -webkit-transform: rotate(324deg);
        -moz-transform: rotate(324deg);
        -ms-transform: rotate(324deg);
        -o-transform: rotate(324deg);
        transform: rotate(324deg);
    }

    .c100.p91 .bar {
        -webkit-transform: rotate(327.6deg);
        -moz-transform: rotate(327.6deg);
        -ms-transform: rotate(327.6deg);
        -o-transform: rotate(327.6deg);
        transform: rotate(327.6deg);
    }

    .c100.p92 .bar {
        -webkit-transform: rotate(331.2deg);
        -moz-transform: rotate(331.2deg);
        -ms-transform: rotate(331.2deg);
        -o-transform: rotate(331.2deg);
        transform: rotate(331.2deg);
    }

    .c100.p93 .bar {
        -webkit-transform: rotate(334.8deg);
        -moz-transform: rotate(334.8deg);
        -ms-transform: rotate(334.8deg);
        -o-transform: rotate(334.8deg);
        transform: rotate(334.8deg);
    }

    .c100.p94 .bar {
        -webkit-transform: rotate(338.40000000000003deg);
        -moz-transform: rotate(338.40000000000003deg);
        -ms-transform: rotate(338.40000000000003deg);
        -o-transform: rotate(338.40000000000003deg);
        transform: rotate(338.40000000000003deg);
    }

    .c100.p95 .bar {
        -webkit-transform: rotate(342deg);
        -moz-transform: rotate(342deg);
        -ms-transform: rotate(342deg);
        -o-transform: rotate(342deg);
        transform: rotate(342deg);
    }

    .c100.p96 .bar {
        -webkit-transform: rotate(345.6deg);
        -moz-transform: rotate(345.6deg);
        -ms-transform: rotate(345.6deg);
        -o-transform: rotate(345.6deg);
        transform: rotate(345.6deg);
    }

    .c100.p97 .bar {
        -webkit-transform: rotate(349.2deg);
        -moz-transform: rotate(349.2deg);
        -ms-transform: rotate(349.2deg);
        -o-transform: rotate(349.2deg);
        transform: rotate(349.2deg);
    }

    .c100.p98 .bar {
        -webkit-transform: rotate(352.8deg);
        -moz-transform: rotate(352.8deg);
        -ms-transform: rotate(352.8deg);
        -o-transform: rotate(352.8deg);
        transform: rotate(352.8deg);
    }

    .c100.p99 .bar {
        -webkit-transform: rotate(356.40000000000003deg);
        -moz-transform: rotate(356.40000000000003deg);
        -ms-transform: rotate(356.40000000000003deg);
        -o-transform: rotate(356.40000000000003deg);
        transform: rotate(356.40000000000003deg);
    }

    .c100.p100 .bar {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .c100:hover {
        cursor: default;
    }

        .c100:hover > span {
            width: 3.33em;
            line-height: 3.33em;
            font-size: 0.3em;
            color: #0099ff;
        }

        .c100:hover:after {
            top: 0.04em;
            left: 0.04em;
            width: 0.92em;
            height: 0.92em;
        }

    .c100.green .bar, .c100.green .fill {
        border-color: #0099ff !important;
    }

    .c100.green:hover > span {
        color: #0099ff;
    }

.uou-icon-counter {
    position: relative;
    text-align: center;
}

    .uou-icon-counter .fa {
        font-size: 36px;
        color: #0099ff;
    }

    .uou-icon-counter h4 {
        margin: 0;
        padding: 20px 0 10px;
    }

    .uou-icon-counter p {
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #333333;
    }
/*
==================================================
CANVAS PAGE STYLE
=====================================================
 */
.uou-block-canvas.uou-block-2a.secondary {
    background: #333333;
    padding: 0;
}

    .uou-block-canvas.uou-block-2a.secondary .logo {
        color: #ffffff;
        padding-top: 10px;
        margin-right: 24px;
    }

    .uou-block-canvas.uou-block-2a.secondary .add-content-block, .uou-block-canvas.uou-block-2a.secondary .add-element-block {
        float: left;
        border-left: 1px solid #808080;
    }

        .uou-block-canvas.uou-block-2a.secondary .add-content-block a, .uou-block-canvas.uou-block-2a.secondary .add-element-block a {
            display: block;
            padding: 20px 15px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            color: #cccccc;
        }

            .uou-block-canvas.uou-block-2a.secondary .add-content-block a i, .uou-block-canvas.uou-block-2a.secondary .add-element-block a i {
                padding-right: 5px;
            }

            .uou-block-canvas.uou-block-2a.secondary .add-content-block a:hover, .uou-block-canvas.uou-block-2a.secondary .add-element-block a:hover, .uou-block-canvas.uou-block-2a.secondary .add-content-block a:focus, .uou-block-canvas.uou-block-2a.secondary .add-element-block a:focus, .uou-block-canvas.uou-block-2a.secondary .add-content-block a:active, .uou-block-canvas.uou-block-2a.secondary .add-element-block a:active {
                color: #ffffff;
                outline: 0;
            }

    .uou-block-canvas.uou-block-2a.secondary .add-element-block {
        border-right: 1px solid #808080;
    }

    .uou-block-canvas.uou-block-2a.secondary .save-preview-button {
        float: right;
        padding-top: 17px;
    }

        .uou-block-canvas.uou-block-2a.secondary .save-preview-button button {
            margin-left: 6px;
        }

            .uou-block-canvas.uou-block-2a.secondary .save-preview-button button.btn {
                border-radius: 20px;
            }

.modal {
    background: rgba(51, 51, 51, 0.5);
}

    .modal .modal-dialog {
        margin-top: 64px;
        border-radius: 0;
        overflow: auto;
    }

    .modal .modal-content {
        border-radius: 0;
        border: 0;
    }

        .modal .modal-content .uou-block-3b {
            padding: 4px 24px;
        }

@media (min-width: 768px) {
    .modal-dialog {
        width: 1170px;
    }
}

.modal-block-tabs {
    position: relative;
}

    .modal-block-tabs .tabs {
        text-align: center;
        padding: 10px 0;
        background: #f4f4f4;
    }

        .modal-block-tabs .tabs li {
            float: none;
            display: inline-block;
        }

            .modal-block-tabs .tabs li a {
                font-size: 14px;
                font-weight: 300;
                border-radius: 20px;
                padding: 6px 24px;
            }

            .modal-block-tabs .tabs li.active a {
                background-color: #0099ff;
            }

    .modal-block-tabs .uou-tabs .content {
        border-top: 0;
        max-height: 300px;
        overflow: auto;
    }

        .modal-block-tabs .uou-tabs .content > div {
            background-color: #ffffff;
        }

.header-block-content, .toolbar-content-block, .footer-content-block {
    position: relative;
}

    .header-block-content .block-preview-image, .toolbar-content-block .block-preview-image, .footer-content-block .block-preview-image {
        position: relative;
        width: 100%;
        height: auto;
        padding: 4px;
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }

        .header-block-content .block-preview-image:before, .toolbar-content-block .block-preview-image:before, .footer-content-block .block-preview-image:before, .header-block-content .block-preview-image:after, .toolbar-content-block .block-preview-image:after, .footer-content-block .block-preview-image:after {
            content: " ";
            display: table;
        }

        .header-block-content .block-preview-image:after, .toolbar-content-block .block-preview-image:after, .footer-content-block .block-preview-image:after {
            clear: both;
        }

        .header-block-content .block-preview-image:before, .toolbar-content-block .block-preview-image:before, .footer-content-block .block-preview-image:before, .header-block-content .block-preview-image:after, .toolbar-content-block .block-preview-image:after, .footer-content-block .block-preview-image:after {
            content: " ";
            display: table;
        }

        .header-block-content .block-preview-image:after, .toolbar-content-block .block-preview-image:after, .footer-content-block .block-preview-image:after {
            clear: both;
        }

        .header-block-content .block-preview-image img, .toolbar-content-block .block-preview-image img, .footer-content-block .block-preview-image img {
            float: left;
            width: 100%;
        }

        .header-block-content .block-preview-image button, .toolbar-content-block .block-preview-image button, .footer-content-block .block-preview-image button {
            position: absolute;
            top: 10px;
            right: 7px;
        }

            .header-block-content .block-preview-image button i, .toolbar-content-block .block-preview-image button i, .footer-content-block .block-preview-image button i {
                padding-right: 4px;
            }

            .header-block-content .block-preview-image button.btn, .toolbar-content-block .block-preview-image button.btn, .footer-content-block .block-preview-image button.btn {
                border-radius: 20px;
            }

.page-layout-block {
    position: relative;
}

    .page-layout-block .block-preview-image {
        position: relative;
        width: 24%;
        height: auto;
        padding: 4px;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        float: left;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
    }

        .page-layout-block .block-preview-image:before, .page-layout-block .block-preview-image:after {
            content: " ";
            display: table;
        }

        .page-layout-block .block-preview-image:after {
            clear: both;
        }

        .page-layout-block .block-preview-image:before, .page-layout-block .block-preview-image:after {
            content: " ";
            display: table;
        }

        .page-layout-block .block-preview-image:after {
            clear: both;
        }

        .page-layout-block .block-preview-image img {
            width: 100%;
            height: 358px;
            margin-bottom: 5px;
        }

        .page-layout-block .block-preview-image button {
            position: relative;
            margin-bottom: 5px;
        }

            .page-layout-block .block-preview-image button i {
                padding-right: 4px;
            }

            .page-layout-block .block-preview-image button.btn {
                border-radius: 20px;
            }
/*
======================================================
  MISC
======================================================
*/
/* Spacing (Margin & Padding) */
/* ======================== */
.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mtb0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtb40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mtb70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mtb80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mtb90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mtb100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.pt0 {
    padding-top: 0px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 30px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pb0 {
    padding-bottom: 0px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.ptb0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pl10 {
    padding-left: 10px;
}
/* Demo Styles */
/* ======================== */
.demo-section {
    margin: 0;
}

    .demo-section .demo-section-title {
        display: block;
        color: #cccccc;
        font-size: 18px;
        margin-top: 0;
        padding: 60px 0 40px;
        margin-bottom: 0;
    }

        .demo-section .demo-section-title.container {
            padding-left: 15px;
        }

    .demo-section .demo-section-subtitle {
        display: block;
        color: #cccccc;
        font-size: 18px;
    }
/* ----------------------------------------------------------------------  */

/*
==================================================
CANVAS PAGE STYLE
=====================================================
 */
.uou-block-canvas.uou-block-2a.secondary {
    background: #34495e;
    padding: 0;
}

    .uou-block-canvas.uou-block-2a.secondary .logo {
        color: #ffffff;
        padding-top: 10px;
        margin-right: 24px;
    }

    .uou-block-canvas.uou-block-2a.secondary .add-content-block, .uou-block-canvas.uou-block-2a.secondary .add-element-block {
        float: left;
        border-left: 1px solid #808080;
    }

        .uou-block-canvas.uou-block-2a.secondary .add-content-block a, .uou-block-canvas.uou-block-2a.secondary .add-element-block a {
            display: block;
            padding: 20px 15px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            color: #cccccc;
        }

            .uou-block-canvas.uou-block-2a.secondary .add-content-block a i, .uou-block-canvas.uou-block-2a.secondary .add-element-block a i {
                padding-right: 5px;
            }

            .uou-block-canvas.uou-block-2a.secondary .add-content-block a:hover, .uou-block-canvas.uou-block-2a.secondary .add-element-block a:hover, .uou-block-canvas.uou-block-2a.secondary .add-content-block a:focus, .uou-block-canvas.uou-block-2a.secondary .add-element-block a:focus, .uou-block-canvas.uou-block-2a.secondary .add-content-block a:active, .uou-block-canvas.uou-block-2a.secondary .add-element-block a:active {
                color: #ffffff;
                outline: 0;
            }

    .uou-block-canvas.uou-block-2a.secondary .add-element-block {
        border-right: 1px solid #808080;
    }

    .uou-block-canvas.uou-block-2a.secondary .save-preview-button {
        float: right;
        padding-top: 17px;
    }

        .uou-block-canvas.uou-block-2a.secondary .save-preview-button button {
            margin-left: 6px;
        }

            .uou-block-canvas.uou-block-2a.secondary .save-preview-button button.btn {
                border-radius: 20px;
            }

.modal {
    background: rgba(52, 73, 94, 0.5);
}

    .modal .modal-dialog {
        margin-top: 64px;
        border-radius: 0;
        overflow: auto;
    }

    .modal .modal-content {
        border-radius: 0;
        border: 0;
    }

        .modal .modal-content .uou-block-3b {
            padding: 4px 24px;
        }

@media (min-width: 768px) {
    .modal-dialog {
        width: 1170px;
    }
}

.modal-block-tabs {
    position: relative;
}

    .modal-block-tabs .tabs {
        text-align: center;
        padding: 10px 0;
        background: #f4f4f4;
    }

        .modal-block-tabs .tabs li {
            float: none;
            display: inline-block;
        }

            .modal-block-tabs .tabs li a {
                font-size: 14px;
                font-weight: 300;
                border-radius: 20px;
                padding: 6px 24px;
            }

            .modal-block-tabs .tabs li.active a {
                background-color: #5dade0;
            }

    .modal-block-tabs .uou-tabs .content {
        border-top: 0;
        max-height: 300px;
        overflow: auto;
    }

        .modal-block-tabs .uou-tabs .content > div {
            background-color: #ffffff;
        }

.header-block-content, .toolbar-content-block, .footer-content-block {
    position: relative;
}

    .header-block-content .block-preview-image, .toolbar-content-block .block-preview-image, .footer-content-block .block-preview-image {
        position: relative;
        width: 100%;
        height: auto;
        padding: 4px;
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }

        .header-block-content .block-preview-image:before, .toolbar-content-block .block-preview-image:before, .footer-content-block .block-preview-image:before, .header-block-content .block-preview-image:after, .toolbar-content-block .block-preview-image:after, .footer-content-block .block-preview-image:after {
            content: " ";
            display: table;
        }

        .header-block-content .block-preview-image:after, .toolbar-content-block .block-preview-image:after, .footer-content-block .block-preview-image:after {
            clear: both;
        }

        .header-block-content .block-preview-image:before, .toolbar-content-block .block-preview-image:before, .footer-content-block .block-preview-image:before, .header-block-content .block-preview-image:after, .toolbar-content-block .block-preview-image:after, .footer-content-block .block-preview-image:after {
            content: " ";
            display: table;
        }

        .header-block-content .block-preview-image:after, .toolbar-content-block .block-preview-image:after, .footer-content-block .block-preview-image:after {
            clear: both;
        }

        .header-block-content .block-preview-image img, .toolbar-content-block .block-preview-image img, .footer-content-block .block-preview-image img {
            float: left;
            width: 100%;
        }

        .header-block-content .block-preview-image button, .toolbar-content-block .block-preview-image button, .footer-content-block .block-preview-image button {
            position: absolute;
            top: 10px;
            right: 7px;
        }

            .header-block-content .block-preview-image button i, .toolbar-content-block .block-preview-image button i, .footer-content-block .block-preview-image button i {
                padding-right: 4px;
            }

            .header-block-content .block-preview-image button.btn, .toolbar-content-block .block-preview-image button.btn, .footer-content-block .block-preview-image button.btn {
                border-radius: 20px;
            }

.page-layout-block {
    position: relative;
}

    .page-layout-block .block-preview-image {
        position: relative;
        width: 24%;
        height: auto;
        padding: 4px;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        float: left;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
    }

        .page-layout-block .block-preview-image:before, .page-layout-block .block-preview-image:after {
            content: " ";
            display: table;
        }

        .page-layout-block .block-preview-image:after {
            clear: both;
        }

        .page-layout-block .block-preview-image:before, .page-layout-block .block-preview-image:after {
            content: " ";
            display: table;
        }

        .page-layout-block .block-preview-image:after {
            clear: both;
        }

        .page-layout-block .block-preview-image img {
            width: 100%;
            height: 358px;
            margin-bottom: 5px;
        }

        .page-layout-block .block-preview-image button {
            position: relative;
            margin-bottom: 5px;
        }

            .page-layout-block .block-preview-image button i {
                padding-right: 4px;
            }

            .page-layout-block .block-preview-image button.btn {
                border-radius: 20px;
            }
/*
 ==================================================
 BLOG-NEW
 =====================================================
  */
.blog-single {
    position: relative;
    padding: 40px 0 0;
    border-bottom: 1px solid #ddd;
}

    .blog-single p {
        margin: 0;
    }

    .blog-single .blog-title {
        position: relative;
        padding-left: 50px;
    }

        .blog-single .blog-title i {
            position: absolute;
            left: 0;
            top: 5px;
            font-size: 16px;
            height: 40px;
            width: 37px;
            line-height: 40px;
            text-align: center;
            background: #d9d9d9;
            color: #ffffff;
        }

        .blog-single .blog-title h1 {
            margin-top: 0;
        }

            .blog-single .blog-title h1 a {
                color: #34495e;
            }

.blog-content {
    padding-bottom: 60px;
    background: #fff;
    border-bottom: 0 !important;
}
/*
======================================================
  MISC
======================================================
*/
/* Spacing (Margin & Padding) */
/* ======================== */
.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mtb0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtb40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mtb70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mtb80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mtb90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mtb100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.pt0 {
    padding-top: 0px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pb0 {
    padding-bottom: 0px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.ptb0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* Demo Styles */
/* ======================== */
.demo-section {
    margin: 0;
    border-bottom: 1px solid #f4f4f4;
}

    .demo-section:last-child {
        border-bottom: 0;
    }

    .demo-section .demo-section-title:before {
        display: none;
        content: "\f1b3";
        font-family: 'FontAwesome';
        color: #F62459;
        margin: 0 15px;
    }

    .demo-section .demo-section-subtitle {
        display: block;
        color: #F62459;
        font-size: 18px;
    }

        .demo-section .demo-section-subtitle:before {
            content: "\f1b3";
            font-family: 'FontAwesome';
            color: #4f6f8f;
            margin: 0 15px;
        }
/*
======================================================
 Start Visual Composer
======================================================
*/

.vc_row {
    margin: 0 !important; /*padding: 0 !important;
padding-left: 0;
padding-right: 0;*/
}

.vc_col-sm-12 {
    /*margin: 0 !important;
padding: 0 !important;*/
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*
======================================================
 End Visual Composer
======================================================

*/

.language ul {
    z-index: 9999;
}
/*
======================================================
 Start Tag Cloud Widget Fix
======================================================
*/

.tag-cloud a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0px;
    margin-bottom: 5px !important;
    font-weight: inherit;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: nowrap;
    color: #ffffff;
    padding: 3px 10px;
    transition: all 0.3s;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    background-color: #0099ff;
    border: 1px solid #0099ff;
}

    .tag-cloud a:hover {
    }
/*
======================================================
 End Tag Cloud Widget Fix
======================================================



/*
======================================================
 Start Default Search Widget Button Fix
======================================================
*/

.search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent !important;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.search-form #searchsubmit:before {
    content: "\f002";
    position: absolute;
    font-family: 'FontAwesome';
}
/*
======================================================
 End Default Search Widget Button Fix
======================================================





/* ********************************************* css issue fixing begin ************************************************* */


/* monster widget fixing area */
#calendar_wrap {
    position: relative;
    width: 100% !important;
}

#wp-calendar {
    width: 100%;
}

    #wp-calendar > thead > tr > th, #wp-calendar > tbody > tr > th, #wp-calendar > tfoot > tr > th, #wp-calendar > thead > tr > td, #wp-calendar > tbody > tr > td, #wp-calendar > tfoot > tr > td {
        padding: 8px !important;
    }

.main-footer #wp-calendar, .main-footer #wp-calendar caption {
    color: #ddd;
}

.widget ul li, .main-footer .widget ul li {
    margin-bottom: 8px;
}

.main-footer .widget ul, .main-footer ul li {
    color: #ddd;
}

    .main-footer .widget ul li, .main-footer .rss-date, .main-footer .rssSummary, .main-footer cite {
        color: #ddd;
    }

.textwidget p img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.wp-caption a img, .wp-caption-text img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    height: auto;
}

img.wp-smiley {
    width: 15px !important;
    height: 15px;
}

.widget select, .main-footer .widget select, .textwidget select {
    position: relative;
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
}

    .widget select option {
        width: 100%;
        word-break: break-all;
    }

.searchform {
    margin: 10px;
}

.entry-attachment img {
    width: 100%;
    height: auto;
}
/*.ta-editor {
    height:290px !important;
    max-height: 300px !important;
}*/
.ta-bind {
    min-height: 300px;
    height: auto;
}

.ta-editor {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.wp-caption {
    max-width: 100% !important;
    height: auto;
}

a:hover, a:focus, a:active, a.active {
    text-decoration: none !important;
}

.sticky {
    background-color: #f4f4f4;
    padding: 25px 25px;
}

.uou-block-1a .search form {
    margin: 0;
}

#header .uou-block-2b .nav .sf-menu li.logo {
    position: relative;
    top: -14px;
    border-color: #fff;
}

    #header .uou-block-2b .nav .sf-menu li.logo a {
        color: #fff;
        border-color: #fff;
        font-size: 20px;
    }

.chameleon-post-content {
    text-align: left;
    padding: 15px 0;
}

    .chameleon-post-content span {
        padding-right: 20px;
    }

        .chameleon-post-content span i {
            padding-right: 4px;
        }

        .chameleon-post-content span a {
            color: #666;
        }

.has-post-thumbnail .blog-title span {
    text-align: left !important;
}

.comment-respond .form-submit .submit {
    display: none;
}

.blog-text-content {
    position: relative;
    text-align: left;
}

.blog-single .uou-block-7f h4.blog-title-heading {
    font-size: 20px !important;
}

.blog-single .uou-block-7f h1 {
    font-size: 36px;
}

.authentication li input {
    margin-bottom: 15px;
}

.language.active > ul {
    z-index: 9999;
}

.authentication li {
    position: relative;
}

    .authentication li:hover .login-reg-popup {
        visibility: visible;
        opacity: 1;
    }

.login-reg-popup:before {
    position: absolute;
    top: -5px;
    left: 10px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.login-reg-popup {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    border-right: 0;
    padding: 25px;
    z-index: 9999;
    left: 0;
    top: 22px;
    border-radius: 4px;
    background-color: #fff;
    min-width: 250px;
    box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
    -webkit-box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
    -moz-box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
}

    .login-reg-popup input {
        margin-bottom: 5px;
    }

.nav {
    position: relative;
    z-index: 99;
}

.demo-menu {
    text-align: left;
    padding: 10px 2px 10px 2px;
}

    .demo-menu ul li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.page-content p:first-letter {
    padding-left: 0px;
}

@media (max-width: 768px) {
    .right-section hr {
        border-color: transparent !important;
    }
}

.blog-post-content {
    position: relative;
}

    .blog-post-content .meta {
        padding-top: 50px;
        text-transform: uppercase;
        color: #737373;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        word-wrap: break-word;
    }

        .blog-post-content .meta a {
            color: inherit;
        }

            .blog-post-content .meta a:hover {
                color: #0099ff;
            }

        .blog-post-content .meta span:after {
            content: '\2022';
            margin: 0 10px;
        }

        .blog-post-content .meta span:last-child:after {
            display: none;
        }

.logged-in-as {
    padding-top: 8px;
}

.uou-block-14a h4 {
    padding-top: 8px;
}

.content-show p {
    text-align: left !important;
}

.conversation {
    margin-top: 15px;
    padding-top: 15px;
}

.testimonial-show {
    text-align: center;
}
/*new breadchrumd content*/
.breadcrumb-content {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 170px;
    overflow: hidden;
    padding: 65px 0;
}

    .breadcrumb-content img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 100%;
        z-index: 1;
    }

    .breadcrumb-content h3 {
        position: relative;
        z-index: 99;
        color: #fff;
        margin: 0;
        font-weight: bold;
        font-size: 39px;
    }
/* home banner image */
.chilepro-home-banner {
    position: relative;
    width: 100%;
    display: table;
    height: 420px;
    background-size: cover !important;
}

@media screen and (max-width: 768px ) {
    .chilepro-home-banner {
        height: auto !important;
        padding: 40px 0;
    }

        .chilepro-home-banner .banner-content {
            height: auto !important;
        }
}

.chilepro-home-banner .banner-content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.chilepro-home-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0, .7);
    display: block;
    z-index: 10;
}

.chilepro-home-banner .home-banner-text {
    font-size: 42px;
    color: #333;
    font-weight: 100;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    z-index: 99;
}

    .chilepro-home-banner .home-banner-text strong {
        color: #fff;
        padding: 5px 15px;
        line-height: 50px;
    }

    .chilepro-home-banner .home-banner-text p {
        margin: 0;
    }

    .chilepro-home-banner .home-banner-text p {
        color: #fff;
        padding: 5px 15px;
        margin-top: 5px;
        font-size: 17px;
    }

.chilepro-home-banner .home-banner-button {
    position: relative;
    z-index: 99;
}

    .chilepro-home-banner .home-banner-button button {
        margin-right: 10px;
        margin-bottom: 10px;
    }

.btn-new {
    display: inline-block;
    margin-bottom: 0;
    font-weight: inherit;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: nowrap;
    color: #ffffff !important;
    padding: 5px 10;
    transition: all 0.3s;
    border-radius: 3px;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
}

    .btn-new:hover, .btn-new.hover, .btn-new:focus, .btn-new.focus, .btn-new:active, .btn-new.active {
        text-decoration: none;
        color: #ffffff;
        outline: 0;
        background-image: none;
    }

.btn-custom {
    background-color: #0099fe;
    border: 2px solid #0099fe;
    color: #fff;
    padding: 8px 15px !important;
}

    .btn-custom:hover, .btn-custom.hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
        background-color: #2771aa;
        border-color: #2771aa;
    }

.btn-new.btn-custom-white {
    background-color: #fff;
    border: 2px solid transparent;
    color: #666 !important;
    padding: 5px 15px !important;
}

.btn-custom-white:hover, .btn-custom-white.hover, .btn-custom-white:focus, .btn-custom-white.focus, .btn-custom-white:active, .btn-custom-white.active {
    background-color: #f3f3f3;
    border-color: transparent;
}

.contact-us-content {
    position: relative;
    top: -6px;
    border-radius: 3px;
}

    .contact-us-content .custom-padding {
        padding: 40px 30px 0;
    }

    .contact-us-content input, .contact-us-content textarea {
        margin-bottom: 0;
    }

    .contact-us-content textarea {
        height: 130px;
    }

    .contact-us-content .form-group {
        margin-bottom: 15px;
    }

        .contact-us-content .form-group .form-error {
            color: red;
            font-style: italic;
        }

        .contact-us-content .form-group input, .contact-us-content .form-group textarea {
            border-width: 1px;
        }

        .contact-us-content .form-group label {
            color: #333;
        }

    .contact-us-content span.address {
        display: block;
        padding: 30px 0 10px;
        color: #333;
        font-size: 15px;
        font-style: normal;
    }

    .contact-us-content p {
        color: #666;
        font-size: 15px;
        margin: 0;
        margin-bottom: 20px;
    }

        .contact-us-content p i {
            height: 40px;
            width: 40px;
            background: #0099fe;
            line-height: 40px;
            margin-right: 10px;
            font-size: 17px;
            color: #fff;
            border-radius: 3px;
        }

.logo {
    width: 135px;
}

    .logo img {
        max-width: 100%;
    }

.profile-company-content {
    position: relative;
    padding: 60px 0 70px 0;
}

    .profile-company-content .nav-tabs {
        position: absolute;
        top: -108px;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .profile-company-content .nav-tabs li {
            margin-right: 3px;
            display: inline-block;
        }

            .profile-company-content .nav-tabs li.active a {
                background: #0099ff;
                color: #fff;
            }

            .profile-company-content .nav-tabs li a {
                padding: 9px 10px;
                display: inline-block;
                text-align: center;
                min-width: 112px;
                background: #fff;
                color: #333333;
                text-transform: none;
                font-size: 14px;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
            }

                .profile-company-content .nav-tabs li a:hover {
                    background: #0099ff;
                    color: #fff;
                }

    .profile-company-content .sidebar {
        position: relative;
        padding: 21px;
        display: inline-block;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 5px rgba(206, 206, 206, 1);
    }

@media (max-width: 992px) {
    .profile-company-content .sidebar {
        margin-bottom: 30px;
    }
}

.profile-company-content .sidebar .sidebar-thumbnail {
    margin: 0 auto 30px auto;
    padding: 4px;
    text-align: center;
    border: 1px solid #eaeaea;
}

    .profile-company-content .sidebar .sidebar-thumbnail img {
        margin: 0 auto;
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

.profile-company-content .sidebar .sidebar-information {
    position: relative;
}

    .profile-company-content .sidebar .sidebar-information .main-title {
        margin: 0;
        padding-bottom: 13px;
        font-size: 17px;
        border-bottom: 1px solid #ccc;
    }

    .profile-company-content .sidebar .sidebar-information .single-category {
        position: relative;
    }

        .profile-company-content .sidebar .sidebar-information .single-category .title {
            margin: 25px 0 5px 0;
            font-size: 15px;
        }

        .profile-company-content .sidebar .sidebar-information .single-category .subtitle {
            display: block;
            color: #999999;
        }

        .profile-company-content .sidebar .sidebar-information .single-category .social {
            padding: 5px 0 0 0;
            margin: 0;
            list-style: none;
        }

            .profile-company-content .sidebar .sidebar-information .single-category .social li {
                margin-bottom: 5px;
                margin-right: 3px;
                display: inline-block;
            }

                .profile-company-content .sidebar .sidebar-information .single-category .social li.twitter a {
                    background: #1bb2e9;
                }

                .profile-company-content .sidebar .sidebar-information .single-category .social li.facebook a {
                    background: #3c599f;
                }

                .profile-company-content .sidebar .sidebar-information .single-category .social li.google-plus a {
                    background: #df4b38;
                }

                .profile-company-content .sidebar .sidebar-information .single-category .social li.linkedin a {
                    background: #4d7abc;
                }

                .profile-company-content .sidebar .sidebar-information .single-category .social li.pinterest a {
                    background: #cb2027;
                }

                .profile-company-content .sidebar .sidebar-information .single-category .social li.envelope a {
                    background: #999999;
                }

                .profile-company-content .sidebar .sidebar-information .single-category .social li a {
                    display: inline-block;
                    width: 29px;
                    height: 29px;
                    line-height: 29px;
                    text-align: center;
                    color: #fff;
                    border-radius: 50%;
                }

.profile-company-content .tab-content .tab-pane {
    display: none;
}

    .profile-company-content .tab-content .tab-pane.active {
        display: inline-block;
        width: 100%;
    }

.profile-company-content .tab-content h3 {
    padding-top: 50px;
    margin: 0 0 30px 0;
    font-size: 23px;
}

.profile-company-content .tab-content .uou-icon-counter {
    margin-top: 20px;
}

    .profile-company-content .tab-content .uou-icon-counter .fa {
        font-size: 60px;
    }

.profile-company-content .tab-content .header-listing {
    padding: 13px 20px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 5px rgba(206, 206, 206, 1);
}

@media (max-width: 480px) {
    .profile-company-content .tab-content .header-listing {
        text-align: center;
    }
}

.profile-company-content .tab-content .header-listing h6 {
    margin: 10px 5px 5px 0;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    text-transform: uppercase;
}

.profile-company-content .tab-content .header-listing .custom-select-box {
    width: 220px;
    display: inline-block;
}

.profile-company-content .tab-content .header-listing .listing-views {
    padding: 0;
    margin: 4px 0 0 0;
    float: right;
    list-style: none;
    display: inline-block;
}

    .profile-company-content .tab-content .header-listing .listing-views select {
        width: 170px;
    }

@media (max-width: 480px) {
    .profile-company-content .tab-content .header-listing .listing-views {
        margin-top: 5px;
        float: none;
        width: 100%;
        display: block;
    }
}

.profile-company-content .tab-content .header-listing .listing-views li {
    margin-left: 2px;
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

    .profile-company-content .tab-content .header-listing .listing-views li .fa {
        color: #e6e6e6;
    }

    .profile-company-content .tab-content .header-listing .listing-views li.active {
        background: #0099ff;
        border: 1px solid #0099ff;
    }

        .profile-company-content .tab-content .header-listing .listing-views li.active .fa {
            color: #fff;
        }

.profile-company-content .tab-content .listing-ver-3 {
    margin-bottom: 30px;
}

    .profile-company-content .tab-content .listing-ver-3 .listing-inner .listing-content .location {
        display: inline-block;
    }

    .profile-company-content .tab-content .listing-ver-3 .listing-inner .listing-content .type-work {
        margin-left: 5px;
        padding-left: 9px;
        border-left: 1px solid #666;
        display: inline-block;
        color: #666666;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        line-height: 1.25em;
    }

        .profile-company-content .tab-content .listing-ver-3 .listing-inner .listing-content .type-work.full-time {
            color: #cc66cc;
        }

.profile-company-content .tab-content #jobs .listing {
    padding-bottom: 0;
}

.profile-company-content .tab-content #contact {
}

    .profile-company-content .tab-content #contact p {
        margin-bottom: 50px;
    }

    .profile-company-content .tab-content #contact form {
        margin-bottom: 0;
    }

        .profile-company-content .tab-content #contact form input, .profile-company-content .tab-content #contact form textarea {
            padding: 8px 20px;
            height: 50px;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 600;
            color: #333;
        }

        .profile-company-content .tab-content #contact form input {
            margin-bottom: 25px;
        }

        .profile-company-content .tab-content #contact form textarea {
            padding: 8px 20px;
            margin-bottom: 25px;
            height: 312px;
        }

.single-company-content {
    padding: 45px 0 70px 0;
}

    .single-company-content .listing {
        padding-bottom: 0;
    }

        .single-company-content .listing .listing-ver-3 {
            margin-bottom: 30px;
        }

            .single-company-content .listing .listing-ver-3 .listing-inner .listing-content .location {
                display: inline-block;
            }

            .single-company-content .listing .listing-ver-3 .listing-inner .listing-content .type-work {
                margin-left: 5px;
                padding-left: 9px;
                border-left: 1px solid #666;
                display: inline-block;
                color: #666666;
                font-size: 15px;
                font-family: 'Montserrat', sans-serif;
                font-weight: 400;
                line-height: 1.25em;
            }

                .single-company-content .listing .listing-ver-3 .listing-inner .listing-content .type-work.full-time {
                    color: #cc66cc;
                }

            .single-company-content .listing .listing-ver-3 .listing-inner .listing-content .details {
                padding: 0;
                margin: 30px 0 50px 0;
                list-style: none;
            }

                .single-company-content .listing .listing-ver-3 .listing-inner .listing-content .details li {
                    margin-bottom: 20px;
                    display: block;
                    text-align: left;
                }

                    .single-company-content .listing .listing-ver-3 .listing-inner .listing-content .details li .fa {
                        color: #030104;
                    }

                    .single-company-content .listing .listing-ver-3 .listing-inner .listing-content .details li h6 {
                        margin: 0 0 0 5px;
                        display: inline-block;
                        text-transform: uppercase;
                        font-size: 15px;
                    }

                    .single-company-content .listing .listing-ver-3 .listing-inner .listing-content .details li span {
                        magin-top: 5px;
                        display: block;
                        color: #999999;
                        font-size: 14px;
                    }

    .single-company-content .recruiter-info {
        position: relative;
        margin-bottom: 30px;
        background: #fff;
    }

        .single-company-content .recruiter-info .recruiter-header {
            position: relative;
            padding: 17px 24px;
            background: #f0f0f0;
        }

            .single-company-content .recruiter-info .recruiter-header h5 {
                margin: 0;
                color: #666;
                display: inline-block;
                font-size: 18px;
            }

            .single-company-content .recruiter-info .recruiter-header a {
                margin-top: 3px;
                float: right;
                font-size: 21px;
                color: #999;
            }

                .single-company-content .recruiter-info .recruiter-header a:hover {
                    color: #0099ff;
                }

        .single-company-content .recruiter-info .recruiter-inner {
            position: relative;
            padding: 38px 46px 32px 46px;
        }

            .single-company-content .recruiter-info .recruiter-inner .recruiter-personal .recruiter-thumbnail {
                margin-right: 21px;
                width: 100px;
                height: 100px;
                display: inline-block;
                vertical-align: top;
            }

                .single-company-content .recruiter-info .recruiter-inner .recruiter-personal .recruiter-thumbnail img {
                    width: 100%;
                    height: 100%;
                }

@media (max-width: 480px) {
    .single-company-content .recruiter-info .recruiter-inner .recruiter-personal .recruiter-thumbnail {
        margin-bottom: 10px;
        width: 100%;
        height: 100%;
    }
}

.single-company-content .recruiter-info .recruiter-inner .recruiter-personal .recruiter-details {
    display: inline-block;
    vertical-align: top;
}

    .single-company-content .recruiter-info .recruiter-inner .recruiter-personal .recruiter-details .name {
        margin: 0;
        font-size: 18px;
    }

    .single-company-content .recruiter-info .recruiter-inner .recruiter-personal .recruiter-details .location {
        margin-top: 2px;
        margin-bottom: 14px;
        display: block;
        color: #999999;
        font-weight: bold;
        font-size: 14px;
    }

    .single-company-content .recruiter-info .recruiter-inner .recruiter-personal .recruiter-details ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .single-company-content .recruiter-info .recruiter-inner .recruiter-personal .recruiter-details ul li {
            display: block;
            line-height: 20px;
        }

            .single-company-content .recruiter-info .recruiter-inner .recruiter-personal .recruiter-details ul li span {
                color: #666;
                font-size: 14px;
            }

@media (max-width: 768px) {
    .single-company-content .recruiter-info .recruiter-inner .recruiter-contact {
        text-align: left;
    }
}

.single-company-content .recruiter-info .recruiter-inner .recruiter-contact .social {
    padding: 0;
    margin: 0 0 32px 0;
    list-style: none;
}

@media (max-width: 768px) {
    .single-company-content .recruiter-info .recruiter-inner .recruiter-contact .social {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.single-company-content .recruiter-info .recruiter-inner .recruiter-contact .social li {
    display: inline-block;
}

    .single-company-content .recruiter-info .recruiter-inner .recruiter-contact .social li.facebook a {
        background: #3b579d;
    }

    .single-company-content .recruiter-info .recruiter-inner .recruiter-contact .social li.twitter a {
        background: #5ea9dd;
    }

    .single-company-content .recruiter-info .recruiter-inner .recruiter-contact .social li.google a {
        background: #da5534;
    }

    .single-company-content .recruiter-info .recruiter-inner .recruiter-contact .social li a {
        display: inline-block;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        border-radius: 3px;
    }

        .single-company-content .recruiter-info .recruiter-inner .recruiter-contact .social li a .fa {
            color: #fff;
        }

.single-company-content .recruiter-info .recruiter-inner .recruiter-contact .btn {
    padding-top: 6px;
    padding-bottom: 6px;
}

.single-company-content .sidebar {
    position: relative;
    padding: 21px;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(206, 206, 206, 1);
}

.pro-mem {
    background: #fff;
    padding-top: 50px;
}

@media (max-width: 992px) {
    .single-company-content .sidebar {
        margin-bottom: 30px;
    }
}

.single-company-content .sidebar .sidebar-map {
    width: 100%;
    height: 100%;
    padding: 4px;
    border: 1px solid #eaeaea;
}

    .single-company-content .sidebar .sidebar-map #single-company-map {
        width: 100%;
        height: 210px;
    }

.single-company-content .sidebar .sidebar-thumbnail {
    margin: 0 auto 30px auto;
    padding: 4px;
    text-align: center;
    border: 1px solid #eaeaea;
}

    .single-company-content .sidebar .sidebar-thumbnail img {
        margin: 0 auto;
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

.single-company-content .sidebar .sidebar-information {
    position: relative;
}

    .single-company-content .sidebar .sidebar-information .main-title {
        margin: 30px 0 0 0;
        padding-bottom: 13px;
        font-size: 17px;
        border-bottom: 1px solid #ccc;
    }

    .single-company-content .sidebar .sidebar-information .single-category {
        position: relative;
    }

        .single-company-content .sidebar .sidebar-information .single-category .title {
            margin: 25px 0 5px 0;
            font-size: 15px;
        }

        .single-company-content .sidebar .sidebar-information .single-category .subtitle {
            display: block;
            color: #999999;
        }

        .single-company-content .sidebar .sidebar-information .single-category .social {
            padding: 5px 0 0 0;
            margin: 0;
            list-style: none;
        }

            .single-company-content .sidebar .sidebar-information .single-category .social li {
                margin-bottom: 5px;
                margin-right: 3px;
                display: inline-block;
            }

                .single-company-content .sidebar .sidebar-information .single-category .social li.twitter a {
                    background: #1bb2e9;
                }

                .single-company-content .sidebar .sidebar-information .single-category .social li.facebook a {
                    background: #3c599f;
                }

                .single-company-content .sidebar .sidebar-information .single-category .social li.google-plus a {
                    background: #df4b38;
                }

                .single-company-content .sidebar .sidebar-information .single-category .social li.linkedin a {
                    background: #4d7abc;
                }

                .single-company-content .sidebar .sidebar-information .single-category .social li.pinterest a {
                    background: #cb2027;
                }

                .single-company-content .sidebar .sidebar-information .single-category .social li.envelope a {
                    background: #999999;
                }

                .single-company-content .sidebar .sidebar-information .single-category .social li a {
                    display: inline-block;
                    width: 29px;
                    height: 29px;
                    line-height: 29px;
                    text-align: center;
                    color: #fff;
                    border-radius: 50%;
                }

.listing {
    padding-bottom: 100px;
}

    .listing .tab-pane {
        display: none;
    }

        .listing .tab-pane.active {
            display: block;
        }

    .listing.listing-1 .listing-header {
        padding: 55px 0;
        text-align: center;
        background: #0099ff;
    }

        .listing.listing-1 .listing-header h3 {
            margin: 0 0 5px 0;
            font-size: 28px;
            text-transform: uppercase;
            color: #ffffff;
        }

        .listing.listing-1 .listing-header p {
            margin-bottom: 0;
            color: #beffea;
            font-size: 28px;
        }

    .listing.listing-1 .title-listing-section {
        margin: 70px 0 20px 0;
        font-size: 42px;
        color: #cacaca;
    }

    .listing.listing-1 .listing-ver-1 {
        position: relative;
        display: inline-block;
        width: 100%;
        background: #f0f0f0;
    }

        .listing.listing-1 .listing-ver-1 .listing-heading {
            position: relative;
            padding: 17px 24px;
        }

            .listing.listing-1 .listing-ver-1 .listing-heading h5 {
                margin: 0;
                display: inline-block;
            }

                .listing.listing-1 .listing-ver-1 .listing-heading h5 a {
                    margin-top: 0;
                    float: none;
                    font-size: 20px;
                    color: #3c3d41;
                }

                    .listing.listing-1 .listing-ver-1 .listing-heading h5 a:hover {
                        color: #0099ff;
                    }

            .listing.listing-1 .listing-ver-1 .listing-heading a {
                margin-top: 3px;
                float: right;
                font-size: 21px;
                color: #999;
            }

                .listing.listing-1 .listing-ver-1 .listing-heading a:hover {
                    color: #0099ff;
                }

        .listing.listing-1 .listing-ver-1 .basic .listing-inner {
            position: relative;
            background: #fff;
            float: left;
            width: 100%;
            overflow: hidden;
        }

            .listing.listing-1 .listing-ver-1 .basic .listing-inner .default-slider {
                position: absolute;
                left: 0;
                top: 0;
                width: 308px;
                height: 270px;
            }

                .listing.listing-1 .listing-ver-1 .basic .listing-inner .default-slider .flex-control-nav {
                    display: none;
                }

@media (max-width: 768px) {
    .listing.listing-1 .listing-ver-1 .basic .listing-inner .default-slider {
        position: relative;
        width: 100%;
        height: auto;
    }
}

.listing.listing-1 .listing-ver-1 .basic .listing-inner .listing-content {
    position: relative;
    margin-left: 308px;
    padding: 28px;
    display: inline-block;
    background: #fff;
}

@media (max-width: 768px) {
    .listing.listing-1 .listing-ver-1 .basic .listing-inner .listing-content {
        margin-left: 0;
    }
}

.listing.listing-1 .listing-ver-1 .basic .listing-inner .listing-content .main-title {
    margin: 0 0 5px 0;
}

.listing.listing-1 .listing-ver-1 .basic .listing-inner .listing-content .location {
    display: block;
    color: #666666;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
}

    .listing.listing-1 .listing-ver-1 .basic .listing-inner .listing-content .location .fa {
        margin-right: 2px;
        color: #666666;
    }

.listing.listing-1 .listing-ver-1 .basic .listing-inner .listing-content p {
    margin-top: 19px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 22px;
    font-size: 15px;
    height: 64px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .listing.listing-1 .listing-ver-1 .basic .listing-inner .listing-content p {
        height: auto;
    }
}

.listing.listing-1 .listing-ver-1 .basic .listing-inner .listing-content .title-tags {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 400;
}

.listing.listing-1 .listing-ver-1 .basic .listing-inner .listing-content .tags {
    margin: 0;
    padding: 0;
}

    .listing.listing-1 .listing-ver-1 .basic .listing-inner .listing-content .tags li {
        margin: 0 0 5px 0;
        padding: 0 1px;
    }

        .listing.listing-1 .listing-ver-1 .basic .listing-inner .listing-content .tags li:first-child {
            padding-left: 0;
        }

        .listing.listing-1 .listing-ver-1 .basic .listing-inner .listing-content .tags li a {
            padding: 3px 10px;
            display: inline-block;
            background: #ededed;
            font-size: 12px;
            color: #999;
            text-transform: uppercase;
            border-radius: 3px;
        }

            .listing.listing-1 .listing-ver-1 .basic .listing-inner .listing-content .tags li a:hover {
                background: #0099ff;
                color: #fff;
            }

.listing.listing-1 .listing-ver-1 .contact .listing-inner {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .listing.listing-1 .listing-ver-1 .contact .listing-inner .map {
        position: absolute;
        left: 28px;
        top: 28px;
        width: 283px;
        height: 220px;
        z-index: 99;
    }

        .listing.listing-1 .listing-ver-1 .contact .listing-inner .map div {
            width: 100%;
            height: 100%;
        }

@media (max-width: 768px) {
    .listing.listing-1 .listing-ver-1 .contact .listing-inner .map {
        position: relative;
        margin-bottom: 10px;
        width: 100%;
        left: 0;
        height: 220px;
    }
}

.listing.listing-1 .listing-ver-1 .contact .listing-inner .listing-content {
    position: relative;
    padding: 28px 28px 28px 336px;
    width: 100%;
    display: inline-block;
    background: #fff;
}

@media (max-width: 768px) {
    .listing.listing-1 .listing-ver-1 .contact .listing-inner .listing-content {
        padding-left: 28px;
    }
}

.listing.listing-1 .listing-ver-1 .contact .listing-inner .listing-content .main-title {
    margin: 0 0 20px 0;
}

.listing.listing-1 .listing-ver-1 .contact .listing-inner .listing-content .contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .listing.listing-1 .listing-ver-1 .contact .listing-inner .listing-content .contact li {
        margin-bottom: 20px;
    }

        .listing.listing-1 .listing-ver-1 .contact .listing-inner .listing-content .contact li h6 {
            margin: 0 0 5px 0;
            font-weight: 400;
            font-size: 15px;
        }

        .listing.listing-1 .listing-ver-1 .contact .listing-inner .listing-content .contact li span {
            display: block;
            font-size: 15px;
        }

        .listing.listing-1 .listing-ver-1 .contact .listing-inner .listing-content .contact li a {
            color: #0099ff;
        }

.listing.listing-1 .listing-ver-1 .prices .listing-inner {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .listing.listing-1 .listing-ver-1 .prices .listing-inner .default-slider {
        position: absolute;
        left: 28px;
        top: 28px;
        width: 283px;
        height: 220px;
    }

        .listing.listing-1 .listing-ver-1 .prices .listing-inner .default-slider img {
            border-radius: 3px;
        }

        .listing.listing-1 .listing-ver-1 .prices .listing-inner .default-slider .flex-control-nav {
            display: none;
        }

    .listing.listing-1 .listing-ver-1 .prices .listing-inner .listing-content {
        position: relative;
        padding: 28px 28px 8px 28px;
        width: 100%;
        display: inline-block;
        background: #fff;
    }

        .listing.listing-1 .listing-ver-1 .prices .listing-inner .listing-content .main-title {
            margin: 0 0 15px 0;
        }

        .listing.listing-1 .listing-ver-1 .prices .listing-inner .listing-content .location {
            display: block;
            color: #666666;
            font-size: 15px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            line-height: 1.25em;
        }

            .listing.listing-1 .listing-ver-1 .prices .listing-inner .listing-content .location .fa {
                margin-right: 2px;
                color: #666666;
            }

        .listing.listing-1 .listing-ver-1 .prices .listing-inner .listing-content .contact {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .listing.listing-1 .listing-ver-1 .prices .listing-inner .listing-content .contact li {
                margin-bottom: 20px;
            }

                .listing.listing-1 .listing-ver-1 .prices .listing-inner .listing-content .contact li h6 {
                    margin: 0 0 5px 0;
                    font-weight: 400;
                    font-size: 15px;
                }

                .listing.listing-1 .listing-ver-1 .prices .listing-inner .listing-content .contact li span {
                    display: block;
                    font-size: 15px;
                }

                .listing.listing-1 .listing-ver-1 .prices .listing-inner .listing-content .contact li a {
                    color: #0099ff;
                }

.listing.listing-1 .listing-ver-1 .list .listing-inner {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .listing.listing-1 .listing-ver-1 .list .listing-inner .default-slider {
        position: absolute;
        left: 28px;
        top: 28px;
        width: 283px;
        height: 220px;
    }

        .listing.listing-1 .listing-ver-1 .list .listing-inner .default-slider img {
            border-radius: 3px;
        }

        .listing.listing-1 .listing-ver-1 .list .listing-inner .default-slider .flex-control-nav {
            display: none;
        }

    .listing.listing-1 .listing-ver-1 .list .listing-inner .listing-content {
        position: relative;
        padding: 28px 28px 28px 28px;
        width: 100%;
        display: inline-block;
        background: #fff;
    }

        .listing.listing-1 .listing-ver-1 .list .listing-inner .listing-content .main-title {
            margin: 0 0 15px 0;
        }

        .listing.listing-1 .listing-ver-1 .list .listing-inner .listing-content .location {
            display: block;
            color: #666666;
            font-size: 15px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            line-height: 1.25em;
        }

            .listing.listing-1 .listing-ver-1 .list .listing-inner .listing-content .location .fa {
                margin-right: 2px;
                color: #666666;
            }

        .listing.listing-1 .listing-ver-1 .list .listing-inner .listing-content .features-list {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .listing.listing-1 .listing-ver-1 .list .listing-inner .listing-content .features-list.features-positive .fa {
                color: #66cc33;
            }

            .listing.listing-1 .listing-ver-1 .list .listing-inner .listing-content .features-list.features-negative .fa {
                color: #ff6666;
            }

            .listing.listing-1 .listing-ver-1 .list .listing-inner .listing-content .features-list li {
                line-height: 29px;
            }

.listing.listing-1 .listing-ver-1 .rating .listing-inner {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .listing.listing-1 .listing-ver-1 .rating .listing-inner .listing-content {
        position: relative;
        padding: 28px 28px 56px 28px;
        width: 100%;
        display: inline-block;
        background: #fff;
    }

        .listing.listing-1 .listing-ver-1 .rating .listing-inner .listing-content .main-title {
            margin: 0 0 15px 0;
        }

        .listing.listing-1 .listing-ver-1 .rating .listing-inner .listing-content .ratings {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .listing.listing-1 .listing-ver-1 .rating .listing-inner .listing-content .ratings li {
                line-height: 32px;
            }

                .listing.listing-1 .listing-ver-1 .rating .listing-inner .listing-content .ratings li span {
                    display: inline-block;
                }

                .listing.listing-1 .listing-ver-1 .rating .listing-inner .listing-content .ratings li .rates {
                    margin: 0 20px 0 0;
                    padding: 0;
                    list-style: none;
                    float: right;
                }

                    .listing.listing-1 .listing-ver-1 .rating .listing-inner .listing-content .ratings li .rates li {
                        margin: 0;
                        display: inline-block;
                    }

                        .listing.listing-1 .listing-ver-1 .rating .listing-inner .listing-content .ratings li .rates li .fa {
                            color: #ffa61b;
                        }

        .listing.listing-1 .listing-ver-1 .rating .listing-inner .listing-content .trusted {
            margin-top: 30px;
            display: block;
        }

.listing.listing-1 .listing-ver-1 .report .listing-inner {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .listing.listing-1 .listing-ver-1 .report .listing-inner .listing-content {
        position: relative;
        padding: 28px 28px 28px 28px;
        width: 100%;
        display: inline-block;
        background: #fff;
    }

        .listing.listing-1 .listing-ver-1 .report .listing-inner .listing-content .main-title {
            margin: 0 0 15px 0;
        }

        .listing.listing-1 .listing-ver-1 .report .listing-inner .listing-content select, .listing.listing-1 .listing-ver-1 .report .listing-inner .listing-content .select2-container {
            width: 100% !important;
        }

        .listing.listing-1 .listing-ver-1 .report .listing-inner .listing-content .select2-container--default {
            margin-bottom: 15px;
        }

            .listing.listing-1 .listing-ver-1 .report .listing-inner .listing-content .select2-container--default .select2-selection--single {
                border: 1px solid #dddddd;
                font-size: 14px;
            }

        .listing.listing-1 .listing-ver-1 .report .listing-inner .listing-content textarea {
            margin-bottom: 12px;
            border: 1px solid #dddddd;
            height: 140px;
        }

.listing.listing-1 .listing-ver-1 .tags .listing-inner {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .listing.listing-1 .listing-ver-1 .tags .listing-inner .listing-content {
        position: relative;
        padding: 28px 28px 28px 28px;
        width: 100%;
        display: inline-block;
        background: #fff;
    }

        .listing.listing-1 .listing-ver-1 .tags .listing-inner .listing-content .main-title {
            margin: 0 0 15px 0;
        }

        .listing.listing-1 .listing-ver-1 .tags .listing-inner .listing-content input {
            margin-bottom: 10px;
            border: 1px solid #dddddd;
            width: 280px;
        }

        .listing.listing-1 .listing-ver-1 .tags .listing-inner .listing-content .tags {
            margin: 0;
            padding: 0;
            display: inline-block;
        }

            .listing.listing-1 .listing-ver-1 .tags .listing-inner .listing-content .tags li {
                margin: 0 0 5px 0;
                padding: 0 1px;
            }

                .listing.listing-1 .listing-ver-1 .tags .listing-inner .listing-content .tags li:first-child {
                    padding-left: 0;
                }

                .listing.listing-1 .listing-ver-1 .tags .listing-inner .listing-content .tags li a {
                    padding: 3px 10px;
                    display: inline-block;
                    background: #ededed;
                    font-size: 12px;
                    color: #999;
                    text-transform: uppercase;
                    border-radius: 3px;
                }

                    .listing.listing-1 .listing-ver-1 .tags .listing-inner .listing-content .tags li a:hover {
                        background: #0099ff;
                        color: #fff;
                    }

.listing.listing-1 .listing-ver-1 .hours .listing-inner {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .listing.listing-1 .listing-ver-1 .hours .listing-inner .listing-content {
        position: relative;
        padding: 28px 28px 18px 28px;
        width: 100%;
        display: inline-block;
        background: #fff;
    }

        .listing.listing-1 .listing-ver-1 .hours .listing-inner .listing-content .main-title {
            margin: 0 0 15px 0;
        }

        .listing.listing-1 .listing-ver-1 .hours .listing-inner .listing-content .schedule {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .listing.listing-1 .listing-ver-1 .hours .listing-inner .listing-content .schedule li {
                line-height: 28px;
            }

                .listing.listing-1 .listing-ver-1 .hours .listing-inner .listing-content .schedule li.sunday {
                    margin-top: 30px;
                }

@media (max-width: 992px) {
    .listing.listing-1 .listing-ver-1 .hours .listing-inner .listing-content .schedule li.sunday {
        margin-top: 0;
    }
}

.listing.listing-1 .listing-ver-1 .hours .listing-inner .listing-content .schedule li.sunday .hours {
    color: #ff3333;
}

.listing.listing-1 .listing-ver-1 .hours .listing-inner .listing-content .schedule li .day {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 130px;
}

@media (max-width: 1200px) {
    .listing.listing-1 .listing-ver-1 .hours .listing-inner .listing-content .schedule li .day {
        width: 100px;
    }
}

@media (max-width: 992px) {
    .listing.listing-1 .listing-ver-1 .hours .listing-inner .listing-content .schedule li .day {
        width: 130px;
    }
}

.listing.listing-1 .listing-ver-1 .hours .listing-inner .listing-content .schedule li .day:after {
    position: absolute;
    right: 0;
    content: "-";
}

.listing.listing-1 .listing-ver-1 .hours .listing-inner .listing-content .schedule li .hours {
    float: right;
}

.listing.listing-1 .listing-ver-1 .listing-tabs {
    display: inline-block;
    width: 100%;
    float: left;
}

    .listing.listing-1 .listing-ver-1 .listing-tabs ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .listing.listing-1 .listing-ver-1 .listing-tabs ul li {
            float: left;
            width: 12.5%;
        }

            .listing.listing-1 .listing-ver-1 .listing-tabs ul li.active a {
                background: #fff;
                border-top: 1px solid transparent;
                color: #474646;
            }

            .listing.listing-1 .listing-ver-1 .listing-tabs ul li:last-child a {
                border-right: 1px solid #e6e6e6;
                border-bottom-right-radius: 3px;
            }

            .listing.listing-1 .listing-ver-1 .listing-tabs ul li:first-child a {
                border-bottom-left-radius: 3px;
            }

            .listing.listing-1 .listing-ver-1 .listing-tabs ul li a {
                padding: 10px;
                text-align: center;
                display: inline-block;
                font-size: 15px;
                width: 100%;
                background: #f4f4f4;
                color: #b8b8b8;
                border: 1px solid #e6e6e6;
                border-right: none;
            }

                .listing.listing-1 .listing-ver-1 .listing-tabs ul li a:hover {
                    color: #0099ff;
                }

.listing.listing-1 .listing-ver-2 {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #f0f0f0;
}

    .listing.listing-1 .listing-ver-2 .listing-heading {
        position: relative;
        padding: 17px 24px;
    }

        .listing.listing-1 .listing-ver-2 .listing-heading h5 {
            margin: 0;
            display: inline-block;
        }

        .listing.listing-1 .listing-ver-2 .listing-heading a {
            margin-top: 3px;
            float: right;
            font-size: 21px;
            color: #999;
        }

            .listing.listing-1 .listing-ver-2 .listing-heading a:hover {
                color: #0099ff;
            }

    .listing.listing-1 .listing-ver-2 .listing-inner {
        position: relative;
        background: #fff;
        float: left;
        width: 100%;
        overflow: hidden;
    }

        .listing.listing-1 .listing-ver-2 .listing-inner .default-slider {
            position: absolute;
            left: 28px;
            top: 28px;
            width: 283px;
            height: 220px;
        }

            .listing.listing-1 .listing-ver-2 .listing-inner .default-slider img {
                border-radius: 3px;
            }

            .listing.listing-1 .listing-ver-2 .listing-inner .default-slider .flex-control-nav {
                display: none;
            }

@media (max-width: 768px) {
    .listing.listing-1 .listing-ver-2 .listing-inner .default-slider {
        position: relative;
        top: 0;
        margin-bottom: 20px;
        width: 100%;
        left: 0;
        height: auto;
    }
}

.listing.listing-1 .listing-ver-2 .listing-inner .listing-content {
    position: relative;
    margin-left: 308px;
    padding: 28px;
    display: inline-block;
    background: #fff;
}

@media (max-width: 768px) {
    .listing.listing-1 .listing-ver-2 .listing-inner .listing-content {
        margin-left: 0;
    }
}

.listing.listing-1 .listing-ver-2 .listing-inner .listing-content .title-company {
    margin: 0 0 5px 0;
}

.listing.listing-1 .listing-ver-2 .listing-inner .listing-content .location {
    display: block;
    color: #666666;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
}

    .listing.listing-1 .listing-ver-2 .listing-inner .listing-content .location .fa {
        margin-right: 2px;
        color: #666666;
    }

.listing.listing-1 .listing-ver-2 .listing-inner .listing-content p {
    margin-top: 25px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 22px;
    font-size: 15px;
    height: 64px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .listing.listing-1 .listing-ver-2 .listing-inner .listing-content p {
        height: auto;
    }
}

.listing.listing-1 .listing-ver-2 .listing-inner .listing-content .title-tags {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 400;
}

.listing.listing-1 .listing-ver-2 .listing-inner .listing-content .tags {
    margin: 0;
    padding: 0;
}

    .listing.listing-1 .listing-ver-2 .listing-inner .listing-content .tags li {
        margin: 0;
        padding: 0 1px;
    }

        .listing.listing-1 .listing-ver-2 .listing-inner .listing-content .tags li:first-child {
            padding-left: 0;
        }

        .listing.listing-1 .listing-ver-2 .listing-inner .listing-content .tags li a {
            padding: 3px 10px;
            display: inline-block;
            background: #ededed;
            font-size: 12px;
            color: #999;
            text-transform: uppercase;
            border-radius: 3px;
        }

            .listing.listing-1 .listing-ver-2 .listing-inner .listing-content .tags li a:hover {
                background: #0099ff;
                color: #fff;
            }

.listing.listing-1 .listing-ver-2 .listing-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}

    .listing.listing-1 .listing-ver-2 .listing-tabs .contact-details {
        position: absolute;
        margin-left: 30px;
        display: none;
        bottom: 40px;
        z-index: 999999;
        background: #fff;
        width: 240px;
        min-height: 115px;
        border-radius: 3px;
        border: 1px solid #e6e6e6;
    }

        .listing.listing-1 .listing-ver-2 .listing-tabs .contact-details:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            margin-left: -1em;
            bottom: -6px;
            left: 50%;
            box-sizing: border-box;
            border: .2em solid black;
            border-color: transparent transparent #fff #fff;
            transform-origin: 0 0;
            transform: rotate(-45deg);
            box-shadow: -1px 1px 1px 0 #e6e6e6;
        }

        .listing.listing-1 .listing-ver-2 .listing-tabs .contact-details ul {
            margin: 0;
            padding: 20px;
            list-style: none;
        }

            .listing.listing-1 .listing-ver-2 .listing-tabs .contact-details ul li {
                display: block;
                width: 100%;
            }

                .listing.listing-1 .listing-ver-2 .listing-tabs .contact-details ul li .fa {
                    width: 16px;
                    color: #666;
                }

                .listing.listing-1 .listing-ver-2 .listing-tabs .contact-details ul li span {
                    margin-left: 5px;
                    color: #666;
                }

    .listing.listing-1 .listing-ver-2 .listing-tabs .contact-share {
        position: absolute;
        display: none;
        margin: 0 auto;
        bottom: 40px;
        left: 0;
        right: 0;
        z-index: 999999;
        background: #fff;
        width: 40px;
        min-height: 110px;
        border-radius: 3px;
        border: 1px solid #e6e6e6;
    }

        .listing.listing-1 .listing-ver-2 .listing-tabs .contact-share:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            margin-left: -3px;
            bottom: -6px;
            left: 50%;
            box-sizing: border-box;
            border: .2em solid black;
            border-color: transparent transparent #fff #fff;
            transform-origin: 0 0;
            transform: rotate(-45deg);
            box-shadow: -1px 1px 1px 0 #e6e6e6;
        }

        .listing.listing-1 .listing-ver-2 .listing-tabs .contact-share ul {
            margin: 0;
            padding: 12px 12px 4px 12px;
            display: inline-block;
            list-style: none;
        }

            .listing.listing-1 .listing-ver-2 .listing-tabs .contact-share ul li {
                margin-bottom: 5px;
                display: block;
                width: 100%;
            }

                .listing.listing-1 .listing-ver-2 .listing-tabs .contact-share ul li:last-child {
                    margin-bottom: 0;
                }

                    .listing.listing-1 .listing-ver-2 .listing-tabs .contact-share ul li:last-child a {
                        border: none;
                    }

                .listing.listing-1 .listing-ver-2 .listing-tabs .contact-share ul li .fa {
                    color: #666;
                }

                .listing.listing-1 .listing-ver-2 .listing-tabs .contact-share ul li a {
                    padding: 0;
                    margin: 0;
                    border: none;
                    background: transparent;
                }

    .listing.listing-1 .listing-ver-2 .listing-tabs ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .listing.listing-1 .listing-ver-2 .listing-tabs ul li {
            position: relative;
            float: left;
            width: 25%;
        }

@media (max-width: 768px) {
    .listing.listing-1 .listing-ver-2 .listing-tabs ul li {
        width: 50%;
    }
}

.listing.listing-1 .listing-ver-2 .listing-tabs ul li.active a {
    background: #fff;
    color: #474646;
}

.listing.listing-1 .listing-ver-2 .listing-tabs ul li:last-child a {
    border-right: 1px solid #e6e6e6;
    border-bottom-right-radius: 3px;
}

.listing.listing-1 .listing-ver-2 .listing-tabs ul li:first-child a {
    border-bottom-left-radius: 3px;
}

.listing.listing-1 .listing-ver-2 .listing-tabs ul li a {
    padding: 10px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    background: #f4f4f4;
    color: #666666;
    border: 1px solid #e6e6e6;
    border-right: none;
}

@media (max-width: 1200px) {
    .listing.listing-1 .listing-ver-2 .listing-tabs ul li a {
        font-size: 13px;
    }
}

.listing.listing-1 .listing-ver-2 .listing-tabs ul li a:hover {
    color: #0099ff;
}

.listing.listing-1 .listing-ver-3 {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #f0f0f0;
}

    .listing.listing-1 .listing-ver-3 .listing-heading {
        position: relative;
        padding: 17px 24px;
    }

        .listing.listing-1 .listing-ver-3 .listing-heading h5 {
            margin: 0;
            display: inline-block;
        }

        .listing.listing-1 .listing-ver-3 .listing-heading .bookmark {
            margin: 0;
            padding: 0;
            float: right;
        }

            .listing.listing-1 .listing-ver-3 .listing-heading .bookmark li {
                margin: 0;
                padding: 0 4px;
            }

                .listing.listing-1 .listing-ver-3 .listing-heading .bookmark li:last-child {
                    padding-right: 0;
                }

                .listing.listing-1 .listing-ver-3 .listing-heading .bookmark li a {
                    margin-top: 3px;
                    font-size: 21px;
                    color: #999;
                }

                    .listing.listing-1 .listing-ver-3 .listing-heading .bookmark li a:hover {
                        color: #0099ff;
                    }

    .listing.listing-1 .listing-ver-3 .listing-inner {
        position: relative;
        background: #fff;
        float: left;
        width: 100%;
        overflow: hidden;
    }

        .listing.listing-1 .listing-ver-3 .listing-inner .listing-content {
            position: relative;
            padding: 28px;
            display: inline-block;
            text-align: left;
            background: #fff;
        }

            .listing.listing-1 .listing-ver-3 .listing-inner .listing-content .title-company {
                margin: 0 0 5px 0;
            }

            .listing.listing-1 .listing-ver-3 .listing-inner .listing-content .location {
                display: inline-block;
                color: #666666;
                font-size: 15px;
                font-family: 'Montserrat', sans-serif;
                font-weight: 400;
                line-height: 1.25em;
            }

                .listing.listing-1 .listing-ver-3 .listing-inner .listing-content .location .fa {
                    margin-right: 2px;
                    color: #666666;
                }

            .listing.listing-1 .listing-ver-3 .listing-inner .listing-content p {
                margin-top: 25px;
                color: #666;
                font-family: 'Montserrat', sans-serif;
                font-weight: normal;
                line-height: 22px;
                font-size: 14px;
            }

            .listing.listing-1 .listing-ver-3 .listing-inner .listing-content .title-tags {
                margin: 0 6px 0 0;
                font-size: 15px;
                font-weight: 400;
                display: inline-block;
            }

            .listing.listing-1 .listing-ver-3 .listing-inner .listing-content .tags {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

                .listing.listing-1 .listing-ver-3 .listing-inner .listing-content .tags li {
                    margin: 0;
                    padding: 0 1px;
                }

                    .listing.listing-1 .listing-ver-3 .listing-inner .listing-content .tags li:first-child {
                        padding-left: 0;
                    }

                    .listing.listing-1 .listing-ver-3 .listing-inner .listing-content .tags li a {
                        padding: 3px 10px;
                        display: inline-block;
                        background: #ededed;
                        font-size: 12px;
                        color: #999;
                        text-transform: uppercase;
                        border-radius: 3px;
                    }

                        .listing.listing-1 .listing-ver-3 .listing-inner .listing-content .tags li a:hover {
                            background: #0099ff;
                            color: #fff;
                        }

    .listing.listing-1 .listing-ver-3 .listing-tabs {
        display: inline-block;
        width: 100%;
        float: left;
    }

        .listing.listing-1 .listing-ver-3 .listing-tabs .contact-share {
            position: absolute;
            display: none;
            margin: 0 auto;
            bottom: 40px;
            left: 0;
            right: 0;
            z-index: 999999;
            background: #fff;
            width: 40px;
            min-height: 110px;
            border-radius: 3px;
            border: 1px solid #e6e6e6;
        }

            .listing.listing-1 .listing-ver-3 .listing-tabs .contact-share:after {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                margin-left: -3px;
                bottom: -6px;
                left: 50%;
                box-sizing: border-box;
                border: .2em solid black;
                border-color: transparent transparent #fff #fff;
                transform-origin: 0 0;
                transform: rotate(-45deg);
                box-shadow: -1px 1px 1px 0 #e6e6e6;
            }

            .listing.listing-1 .listing-ver-3 .listing-tabs .contact-share ul {
                margin: 0;
                padding: 12px 12px 4px 12px;
                display: inline-block;
                list-style: none;
            }

                .listing.listing-1 .listing-ver-3 .listing-tabs .contact-share ul li {
                    margin-bottom: 5px;
                    display: block;
                    width: 100%;
                }

                    .listing.listing-1 .listing-ver-3 .listing-tabs .contact-share ul li:last-child {
                        margin-bottom: 0;
                    }

                        .listing.listing-1 .listing-ver-3 .listing-tabs .contact-share ul li:last-child a {
                            border: none;
                        }

                    .listing.listing-1 .listing-ver-3 .listing-tabs .contact-share ul li .fa {
                        color: #666;
                    }

                    .listing.listing-1 .listing-ver-3 .listing-tabs .contact-share ul li a {
                        padding: 0;
                        margin: 0;
                        border: none !important;
                        border-radius: 0;
                        background: transparent;
                    }

        .listing.listing-1 .listing-ver-3 .listing-tabs ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .listing.listing-1 .listing-ver-3 .listing-tabs ul li {
                position: relative;
                float: left;
                width: 25%;
            }

@media (max-width: 768px) {
    .listing.listing-1 .listing-ver-3 .listing-tabs ul li {
        width: 50%;
    }
}

.listing.listing-1 .listing-ver-3 .listing-tabs ul li.active a {
    background: #fff;
    color: #474646;
}

.listing.listing-1 .listing-ver-3 .listing-tabs ul li:last-child a {
    border-right: 1px solid #e6e6e6;
    border-bottom-right-radius: 3px;
}

.listing.listing-1 .listing-ver-3 .listing-tabs ul li:first-child a {
    border-bottom-left-radius: 3px;
}

.listing.listing-1 .listing-ver-3 .listing-tabs ul li a {
    padding: 10px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    width: 100%;
    font-weight: 400;
    background: #f4f4f4;
    color: #666666;
    border: 1px solid #e6e6e6;
    border-right: none;
}

@media (max-width: 1200px) {
    .listing.listing-1 .listing-ver-3 .listing-tabs ul li a {
        font-size: 13px;
    }
}

.listing.listing-1 .listing-ver-3 .listing-tabs ul li a:hover {
    color: #0099ff;
}

.listing.listing-1 .listing-ver-4 {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #f0f0f0;
}

    .listing.listing-1 .listing-ver-4 .listing-heading {
        position: relative;
        padding: 17px 24px;
    }

        .listing.listing-1 .listing-ver-4 .listing-heading h5 {
            margin: 0;
            display: inline-block;
        }

        .listing.listing-1 .listing-ver-4 .listing-heading .bookmark {
            margin: 0;
            padding: 0;
            float: right;
        }

            .listing.listing-1 .listing-ver-4 .listing-heading .bookmark li {
                margin: 0;
                padding: 0 4px;
            }

                .listing.listing-1 .listing-ver-4 .listing-heading .bookmark li:last-child {
                    padding-right: 0;
                }

                .listing.listing-1 .listing-ver-4 .listing-heading .bookmark li a {
                    margin-top: 3px;
                    font-size: 21px;
                    color: #999;
                }

                    .listing.listing-1 .listing-ver-4 .listing-heading .bookmark li a:hover {
                        color: #0099ff;
                    }

    .listing.listing-1 .listing-ver-4 .listing-inner {
        position: relative;
        background: #fff;
        float: left;
        width: 100%;
        overflow: hidden;
    }

        .listing.listing-1 .listing-ver-4 .listing-inner .listing-content {
            position: relative;
            padding: 28px;
            display: inline-block;
            text-align: center;
            background: #fff;
        }

            .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .title-company {
                margin: 0 0 5px 0;
            }

            .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .location {
                margin-bottom: 10px;
                display: block;
                color: #666666;
                font-size: 15px;
                font-family: 'Montserrat', sans-serif;
                font-weight: 400;
                line-height: 1.25em;
            }

                .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .location .fa {
                    margin-right: 2px;
                    color: #666666;
                }

            .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .more-info {
                line-height: 16px;
            }

                .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .more-info .info {
                    padding-right: 10px;
                    margin-right: 6px;
                    margin-left: 0;
                    border-right: 1px solid #cdcdcd;
                }

                    .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .more-info .info:last-child {
                        border-right: none;
                    }

                    .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .more-info .info .rate {
                        margin-right: 2px;
                        display: inline-block;
                    }

                        .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .more-info .info .rate li {
                            margin: 0 -1px;
                            padding: 0;
                        }

                            .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .more-info .info .rate li .fa {
                                font-size: 15px;
                                color: #ff6600;
                            }

                            .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .more-info .info .rate li .count {
                                display: inline-block;
                            }

                    .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .more-info .info.info-category a {
                        color: #666666;
                    }

                        .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .more-info .info.info-category a:hover {
                            color: #0099ff;
                        }

            .listing.listing-1 .listing-ver-4 .listing-inner .listing-content p {
                margin-top: 25px;
                color: #666;
                font-family: 'Montserrat', sans-serif;
                font-weight: 400;
                line-height: 22px;
                font-size: 15px;
            }

            .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .title-tags {
                margin: 0 6px 0 0;
                font-size: 15px;
                font-weight: 400;
                display: inline-block;
            }

            .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .price {
                position: relative;
            }

                .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .price .currency {
                    font-size: 15px;
                    vertical-align: top;
                    line-height: 20px;
                }

                .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .price .price-inner {
                    font-size: 42px;
                    color: #3c3d41;
                    font-weight: bold;
                    vertical-align: bottom;
                }

            .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .tags {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

                .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .tags li {
                    margin: 0;
                    padding: 0 1px;
                }

                    .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .tags li:first-child {
                        padding-left: 0;
                    }

                    .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .tags li a {
                        padding: 3px 10px;
                        display: inline-block;
                        background: #ededed;
                        font-size: 12px;
                        color: #999;
                        text-transform: uppercase;
                        border-radius: 3px;
                    }

                        .listing.listing-1 .listing-ver-4 .listing-inner .listing-content .tags li a:hover {
                            background: #0099ff;
                            color: #fff;
                        }

    .listing.listing-1 .listing-ver-4 .listing-tabs {
        display: inline-block;
        width: 100%;
        float: left;
    }

        .listing.listing-1 .listing-ver-4 .listing-tabs ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .listing.listing-1 .listing-ver-4 .listing-tabs ul li {
                position: relative;
                float: left;
                width: 25%;
            }

@media (max-width: 768px) {
    .listing.listing-1 .listing-ver-4 .listing-tabs ul li {
        width: 50%;
    }
}

.listing.listing-1 .listing-ver-4 .listing-tabs ul li.active a {
    background: #fff;
    color: #474646;
}

.listing.listing-1 .listing-ver-4 .listing-tabs ul li:last-child a {
    border-right: 1px solid #e6e6e6;
    border-bottom-right-radius: 3px;
}

.listing.listing-1 .listing-ver-4 .listing-tabs ul li:first-child a {
    border-bottom-left-radius: 3px;
}

.listing.listing-1 .listing-ver-4 .listing-tabs ul li a {
    padding: 10px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    background: #f4f4f4;
    color: #666666;
    border: 1px solid #e6e6e6;
    border-right: none;
}

@media (max-width: 1200px) {
    .listing.listing-1 .listing-ver-4 .listing-tabs ul li a {
        font-size: 13px;
    }
}

.listing.listing-1 .listing-ver-4 .listing-tabs ul li a:hover {
    color: #0099ff;
}

.listing.listing-1 .listing-ver-6 {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #f0f0f0;
}

    .listing.listing-1 .listing-ver-6 .listing-heading {
        position: relative;
        padding: 17px 24px;
    }

        .listing.listing-1 .listing-ver-6 .listing-heading h5 {
            margin: 0;
            display: inline-block;
        }

        .listing.listing-1 .listing-ver-6 .listing-heading a {
            margin-top: 3px;
            float: right;
            font-size: 21px;
            color: #999;
        }

            .listing.listing-1 .listing-ver-6 .listing-heading a:hover {
                color: #0099ff;
            }

    .listing.listing-1 .listing-ver-6 .listing-inner {
        position: relative;
        background: #fff;
        float: left;
        width: 100%;
        overflow: hidden;
    }

        .listing.listing-1 .listing-ver-6 .listing-inner .default-slider {
            position: absolute;
            left: 28px;
            top: 28px;
            width: 283px;
            height: 220px;
        }

            .listing.listing-1 .listing-ver-6 .listing-inner .default-slider img {
                border-radius: 3px;
            }

            .listing.listing-1 .listing-ver-6 .listing-inner .default-slider .flex-control-nav {
                display: none;
            }

@media (max-width: 768px) {
    .listing.listing-1 .listing-ver-6 .listing-inner .default-slider {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }
}

.listing.listing-1 .listing-ver-6 .listing-inner .listing-content {
    position: relative;
    padding: 28px 28px 28px 336px;
    width: 100%;
    display: block;
    background: #fff;
}

@media (max-width: 768px) {
    .listing.listing-1 .listing-ver-6 .listing-inner .listing-content {
        padding-left: 28px;
    }
}

.listing.listing-1 .listing-ver-6 .listing-inner .listing-content .title-company {
    margin: 0 0 5px 0;
}

.listing.listing-1 .listing-ver-6 .listing-inner .listing-content .location {
    display: block;
    color: #666666;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
}

    .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .location .fa {
        margin-right: 2px;
        color: #666666;
    }

.listing.listing-1 .listing-ver-6 .listing-inner .listing-content .more-info {
    margin: 8px 0 0 0;
    line-height: 16px;
}

    .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .more-info .info {
        padding-right: 10px;
        margin-right: 6px;
        margin-left: 0;
        border-right: 1px solid #cdcdcd;
    }

        .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .more-info .info:last-child {
            border-right: none;
        }

        .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .more-info .info .rate {
            margin-right: 2px;
            display: inline-block;
        }

            .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .more-info .info .rate li {
                margin: 0 -1px;
                padding: 0;
            }

                .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .more-info .info .rate li .fa {
                    font-size: 15px;
                    color: #ff6600;
                }

                .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .more-info .info .rate li .count {
                    display: inline-block;
                }

        .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .more-info .info.info-category a {
            color: #666666;
        }

            .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .more-info .info.info-category a:hover {
                color: #0099ff;
            }

.listing.listing-1 .listing-ver-6 .listing-inner .listing-content .contact {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

    .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .contact li {
        margin: 0;
        line-height: 24px;
    }

        .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .contact li .fa {
            color: #272727;
        }

        .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .contact li span {
            margin-left: 6px;
        }

@media (max-width: 1200px) {
    .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .contact li span {
        font-size: 13px;
    }
}

.listing.listing-1 .listing-ver-6 .listing-inner .listing-content .title-tags {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 400;
}

.listing.listing-1 .listing-ver-6 .listing-inner .listing-content .tags {
    margin: 0;
    padding: 0;
}

    .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .tags li {
        margin: 0 0 5px 0;
        padding: 0 1px;
    }

        .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .tags li:first-child {
            padding-left: 0;
        }

        .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .tags li a {
            padding: 3px 10px;
            display: inline-block;
            background: #ededed;
            font-size: 12px;
            color: #999;
            text-transform: uppercase;
            border-radius: 3px;
        }

            .listing.listing-1 .listing-ver-6 .listing-inner .listing-content .tags li a:hover {
                background: #0099ff;
                color: #fff;
            }

.listing.listing-1 .listing-ver-6 .listing-tabs {
    display: inline-block;
    width: 100%;
    float: left;
}

    .listing.listing-1 .listing-ver-6 .listing-tabs ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .listing.listing-1 .listing-ver-6 .listing-tabs ul li {
            position: relative;
            float: left;
            width: 50%;
        }

            .listing.listing-1 .listing-ver-6 .listing-tabs ul li.active a {
                background: #fff;
                color: #474646;
            }

            .listing.listing-1 .listing-ver-6 .listing-tabs ul li:last-child a {
                border-left: 1px solid #e6e6e6;
                border-bottom-right-radius: 3px;
            }

            .listing.listing-1 .listing-ver-6 .listing-tabs ul li:first-child a {
                border-bottom-left-radius: 3px;
            }

            .listing.listing-1 .listing-ver-6 .listing-tabs ul li a {
                padding: 10px;
                text-align: center;
                display: inline-block;
                font-size: 15px;
                width: 100%;
                font-weight: 400;
                background: #f4f4f4;
                color: #666666;
                border: 1px solid #e6e6e6;
                border-right: none;
                border-left: none;
            }

@media (max-width: 1200px) {
    .listing.listing-1 .listing-ver-6 .listing-tabs ul li a {
        font-size: 13px;
    }
}

.listing.listing-1 .listing-ver-6 .listing-tabs ul li a:hover {
    color: #0099ff;
}

.listing.listing-2 .listing-header {
    padding: 55px 0;
    text-align: center;
    background: #0099ff;
}

    .listing.listing-2 .listing-header h3 {
        margin: 0 0 5px 0;
        font-size: 28px;
        text-transform: uppercase;
        color: #ffffff;
    }

    .listing.listing-2 .listing-header p {
        margin-bottom: 0;
        color: #beffea;
        font-size: 28px;
    }

.listing.listing-2 .listing-section .title-listing-section {
    margin: 70px 0 20px 0;
    font-size: 42px;
    color: #cacaca;
}

.listing.listing-2 .listing-section .listing-ver-1 {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #f0f0f0;
}

    .listing.listing-2 .listing-section .listing-ver-1 .listing-heading {
        position: relative;
        padding: 17px 24px;
    }

        .listing.listing-2 .listing-section .listing-ver-1 .listing-heading h5 {
            margin: 0;
            display: inline-block;
        }

        .listing.listing-2 .listing-section .listing-ver-1 .listing-heading a {
            margin-top: 3px;
            float: right;
            font-size: 21px;
            color: #999;
        }

            .listing.listing-2 .listing-section .listing-ver-1 .listing-heading a:hover {
                color: #0099ff;
            }

    .listing.listing-2 .listing-section .listing-ver-1 .tab-pane .listing-inner {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom: 1px solid #e6e6e6;
    }

    .listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner {
        position: relative;
        background: #fff;
        float: left;
        width: 100%;
        overflow: hidden;
    }

        .listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .default-slider {
            position: absolute;
            left: 0;
            top: 0;
            width: 308px;
            height: 270px;
        }

            .listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .default-slider .flex-control-nav {
                display: none;
            }

@media (max-width: 768px) {
    .listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .default-slider {
        position: relative;
        width: 100%;
        height: auto;
    }
}

.listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .listing-content {
    position: relative;
    margin-left: 308px;
    padding: 28px;
    display: inline-block;
    background: #fff;
}

@media (max-width: 768px) {
    .listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .listing-content {
        margin-left: 0;
    }
}

.listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .listing-content .main-title {
    margin: 0 0 5px 0;
}

.listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .listing-content .location {
    display: block;
    color: #666666;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
}

    .listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .listing-content .location .fa {
        margin-right: 2px;
        color: #666666;
    }

.listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .listing-content p {
    margin-top: 18px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 22px;
    font-size: 15px;
    height: 64px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .listing-content p {
        height: auto;
    }
}

.listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .listing-content .title-tags {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 400;
}

.listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .listing-content .tags {
    margin: 0;
    padding: 0;
}

    .listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .listing-content .tags li {
        margin: 0 0 5px 0;
        padding: 0 1px;
    }

        .listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .listing-content .tags li:first-child {
            padding-left: 0;
        }

        .listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .listing-content .tags li a {
            padding: 3px 10px;
            display: inline-block;
            background: #ededed;
            font-size: 12px;
            color: #999;
            text-transform: uppercase;
            border-radius: 3px;
        }

            .listing.listing-2 .listing-section .listing-ver-1 .basic .listing-inner .listing-content .tags li a:hover {
                background: #0099ff;
                color: #fff;
            }

.listing.listing-2 .listing-section .listing-ver-1 .rating .listing-inner {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .listing.listing-2 .listing-section .listing-ver-1 .rating .listing-inner .listing-content {
        position: relative;
        padding: 28px 28px 56px 28px;
        width: 100%;
        display: inline-block;
        background: #fff;
    }

        .listing.listing-2 .listing-section .listing-ver-1 .rating .listing-inner .listing-content .main-title {
            margin: 0 0 15px 0;
        }

        .listing.listing-2 .listing-section .listing-ver-1 .rating .listing-inner .listing-content .ratings {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .listing.listing-2 .listing-section .listing-ver-1 .rating .listing-inner .listing-content .ratings li {
                line-height: 32px;
            }

                .listing.listing-2 .listing-section .listing-ver-1 .rating .listing-inner .listing-content .ratings li span {
                    display: inline-block;
                }

                .listing.listing-2 .listing-section .listing-ver-1 .rating .listing-inner .listing-content .ratings li .rates {
                    margin: 0 20px 0 0;
                    padding: 0;
                    list-style: none;
                    float: right;
                }

                    .listing.listing-2 .listing-section .listing-ver-1 .rating .listing-inner .listing-content .ratings li .rates li {
                        margin: 0;
                        display: inline-block;
                    }

                        .listing.listing-2 .listing-section .listing-ver-1 .rating .listing-inner .listing-content .ratings li .rates li .fa {
                            color: #ffa61b;
                        }

        .listing.listing-2 .listing-section .listing-ver-1 .rating .listing-inner .listing-content .trusted {
            margin-top: 30px;
            display: block;
        }

.listing.listing-2 .listing-section .listing-ver-1 .listing-tabs {
    display: inline-block;
    width: 100%;
    float: left;
}

    .listing.listing-2 .listing-section .listing-ver-1 .listing-tabs ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .listing.listing-2 .listing-section .listing-ver-1 .listing-tabs ul li {
            float: left;
            width: 12.5%;
        }

            .listing.listing-2 .listing-section .listing-ver-1 .listing-tabs ul li.active:first-child a {
                border-bottom: 1px solid #e6e6e6;
            }

            .listing.listing-2 .listing-section .listing-ver-1 .listing-tabs ul li.active a {
                background: #fff;
                border-bottom: 1px solid #fff;
                color: #474646;
            }

            .listing.listing-2 .listing-section .listing-ver-1 .listing-tabs ul li:last-child a {
                border-right: 1px solid #e6e6e6;
            }

            .listing.listing-2 .listing-section .listing-ver-1 .listing-tabs ul li a {
                padding: 10px;
                text-align: center;
                display: inline-block;
                font-size: 15px;
                width: 100%;
                background: #f4f4f4;
                color: #b8b8b8;
                border: 1px solid #e6e6e6;
                border-right: none;
            }

                .listing.listing-2 .listing-section .listing-ver-1 .listing-tabs ul li a:hover {
                    color: #0099ff;
                }

.listing.listing-2 .listing-section .listing-ver-2 {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #f0f0f0;
}

    .listing.listing-2 .listing-section .listing-ver-2 .listing-heading {
        position: relative;
        padding: 17px 24px;
    }

        .listing.listing-2 .listing-section .listing-ver-2 .listing-heading h5 {
            margin: 0;
            display: inline-block;
        }

        .listing.listing-2 .listing-section .listing-ver-2 .listing-heading a {
            margin-top: 3px;
            float: right;
            font-size: 21px;
            color: #999;
        }

            .listing.listing-2 .listing-section .listing-ver-2 .listing-heading a:hover {
                color: #0099ff;
            }

    .listing.listing-2 .listing-section .listing-ver-2 .tab-pane .listing-inner {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom: 1px solid #e6e6e6;
    }

    .listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner {
        position: relative;
        background: #fff;
        float: left;
        width: 100%;
        overflow: hidden;
    }

        .listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .default-slider {
            position: absolute;
            left: 0;
            top: 0;
            width: 308px;
            height: 270px;
        }

            .listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .default-slider .flex-control-nav {
                display: none;
            }

@media (max-width: 768px) {
    .listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .default-slider {
        position: relative;
        width: 100%;
        height: auto;
    }
}

.listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .listing-content {
    position: relative;
    margin-left: 308px;
    padding: 28px;
    display: inline-block;
    background: #fff;
}

@media (max-width: 768px) {
    .listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .listing-content {
        margin-left: 0;
    }
}

.listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .listing-content .main-title {
    margin: 0 0 5px 0;
}

.listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .listing-content .location {
    display: block;
    color: #666666;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
}

    .listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .listing-content .location .fa {
        margin-right: 2px;
        color: #666666;
    }

.listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .listing-content p {
    margin-top: 18px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 22px;
    font-size: 15px;
    height: 64px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .listing-content p {
        height: auto;
    }
}

.listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .listing-content .title-tags {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 400;
}

.listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .listing-content .tags {
    margin: 0;
    padding: 0;
}

    .listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .listing-content .tags li {
        margin: 0 0 5px 0;
        padding: 0 1px;
    }

        .listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .listing-content .tags li:first-child {
            padding-left: 0;
        }

        .listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .listing-content .tags li a {
            padding: 3px 10px;
            display: inline-block;
            background: #ededed;
            font-size: 12px;
            color: #999;
            text-transform: uppercase;
            border-radius: 3px;
        }

            .listing.listing-2 .listing-section .listing-ver-2 .basic .listing-inner .listing-content .tags li a:hover {
                background: #0099ff;
                color: #fff;
            }

.listing.listing-2 .listing-section .listing-ver-2 .contact .listing-inner {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .listing.listing-2 .listing-section .listing-ver-2 .contact .listing-inner .map {
        position: absolute;
        left: 28px;
        top: 28px;
        width: 283px;
        height: 220px;
        z-index: 99;
    }

        .listing.listing-2 .listing-section .listing-ver-2 .contact .listing-inner .map #map-listing-04 {
            width: 100%;
            height: 100%;
        }

@media (max-width: 768px) {
    .listing.listing-2 .listing-section .listing-ver-2 .contact .listing-inner .map {
        position: relative;
        margin-bottom: 10px;
        width: 100%;
        left: 0;
        height: 220px;
    }
}

.listing.listing-2 .listing-section .listing-ver-2 .contact .listing-inner .listing-content {
    position: relative;
    padding: 28px 28px 28px 336px;
    width: 100%;
    display: inline-block;
    background: #fff;
}

@media (max-width: 768px) {
    .listing.listing-2 .listing-section .listing-ver-2 .contact .listing-inner .listing-content {
        padding-left: 28px;
    }
}

.listing.listing-2 .listing-section .listing-ver-2 .contact .listing-inner .listing-content .main-title {
    margin: 0 0 20px 0;
}

.listing.listing-2 .listing-section .listing-ver-2 .contact .listing-inner .listing-content .contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .listing.listing-2 .listing-section .listing-ver-2 .contact .listing-inner .listing-content .contact li {
        margin-bottom: 20px;
    }

        .listing.listing-2 .listing-section .listing-ver-2 .contact .listing-inner .listing-content .contact li h6 {
            margin: 0 0 5px 0;
            font-weight: 400;
            font-size: 15px;
        }

        .listing.listing-2 .listing-section .listing-ver-2 .contact .listing-inner .listing-content .contact li span {
            display: block;
            font-size: 15px;
        }

        .listing.listing-2 .listing-section .listing-ver-2 .contact .listing-inner .listing-content .contact li a {
            color: #0099ff;
        }

.listing.listing-2 .listing-section .listing-ver-2 .prices .listing-inner {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .listing.listing-2 .listing-section .listing-ver-2 .prices .listing-inner .default-slider {
        position: absolute;
        left: 28px;
        top: 28px;
        width: 283px;
        height: 220px;
    }

        .listing.listing-2 .listing-section .listing-ver-2 .prices .listing-inner .default-slider img {
            border-radius: 3px;
        }

        .listing.listing-2 .listing-section .listing-ver-2 .prices .listing-inner .default-slider .flex-control-nav {
            display: none;
        }

    .listing.listing-2 .listing-section .listing-ver-2 .prices .listing-inner .listing-content {
        position: relative;
        padding: 28px 28px 8px 28px;
        width: 100%;
        display: inline-block;
        background: #fff;
    }

        .listing.listing-2 .listing-section .listing-ver-2 .prices .listing-inner .listing-content .main-title {
            margin: 0 0 15px 0;
        }

        .listing.listing-2 .listing-section .listing-ver-2 .prices .listing-inner .listing-content .location {
            display: block;
            color: #666666;
            font-size: 15px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            line-height: 1.25em;
        }

            .listing.listing-2 .listing-section .listing-ver-2 .prices .listing-inner .listing-content .location .fa {
                margin-right: 2px;
                color: #666666;
            }

        .listing.listing-2 .listing-section .listing-ver-2 .prices .listing-inner .listing-content .contact {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .listing.listing-2 .listing-section .listing-ver-2 .prices .listing-inner .listing-content .contact li {
                margin-bottom: 20px;
            }

                .listing.listing-2 .listing-section .listing-ver-2 .prices .listing-inner .listing-content .contact li h6 {
                    margin: 0 0 5px 0;
                    font-weight: 400;
                    font-size: 15px;
                }

                .listing.listing-2 .listing-section .listing-ver-2 .prices .listing-inner .listing-content .contact li span {
                    display: block;
                    font-size: 15px;
                }

                .listing.listing-2 .listing-section .listing-ver-2 .prices .listing-inner .listing-content .contact li a {
                    color: #0099ff;
                }

.listing.listing-2 .listing-section .listing-ver-2 .list .listing-inner {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .listing.listing-2 .listing-section .listing-ver-2 .list .listing-inner .default-slider {
        position: absolute;
        left: 28px;
        top: 28px;
        width: 283px;
        height: 220px;
    }

        .listing.listing-2 .listing-section .listing-ver-2 .list .listing-inner .default-slider img {
            border-radius: 3px;
        }

        .listing.listing-2 .listing-section .listing-ver-2 .list .listing-inner .default-slider .flex-control-nav {
            display: none;
        }

    .listing.listing-2 .listing-section .listing-ver-2 .list .listing-inner .listing-content {
        position: relative;
        padding: 28px 28px 28px 28px;
        width: 100%;
        display: inline-block;
        background: #fff;
    }

        .listing.listing-2 .listing-section .listing-ver-2 .list .listing-inner .listing-content .main-title {
            margin: 0 0 15px 0;
        }

        .listing.listing-2 .listing-section .listing-ver-2 .list .listing-inner .listing-content .location {
            display: block;
            color: #666666;
            font-size: 15px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            line-height: 1.25em;
        }

            .listing.listing-2 .listing-section .listing-ver-2 .list .listing-inner .listing-content .location .fa {
                margin-right: 2px;
                color: #666666;
            }

        .listing.listing-2 .listing-section .listing-ver-2 .list .listing-inner .listing-content .features-list {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .listing.listing-2 .listing-section .listing-ver-2 .list .listing-inner .listing-content .features-list.features-positive .fa {
                color: #66cc33;
            }

            .listing.listing-2 .listing-section .listing-ver-2 .list .listing-inner .listing-content .features-list.features-negative .fa {
                color: #ff6666;
            }

            .listing.listing-2 .listing-section .listing-ver-2 .list .listing-inner .listing-content .features-list li {
                line-height: 29px;
            }

.listing.listing-2 .listing-section .listing-ver-2 .tags .listing-inner {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .listing.listing-2 .listing-section .listing-ver-2 .tags .listing-inner .listing-content {
        position: relative;
        padding: 28px 28px 28px 28px;
        width: 100%;
        display: inline-block;
        background: #fff;
    }

        .listing.listing-2 .listing-section .listing-ver-2 .tags .listing-inner .listing-content .main-title {
            margin: 0 0 15px 0;
        }

        .listing.listing-2 .listing-section .listing-ver-2 .tags .listing-inner .listing-content input {
            margin-bottom: 10px;
            border: 1px solid #dddddd;
            width: 280px;
        }

        .listing.listing-2 .listing-section .listing-ver-2 .tags .listing-inner .listing-content .tags {
            margin: 0;
            padding: 0;
            display: inline-block;
        }

            .listing.listing-2 .listing-section .listing-ver-2 .tags .listing-inner .listing-content .tags li {
                margin: 0 0 5px 0;
                padding: 0 1px;
            }

                .listing.listing-2 .listing-section .listing-ver-2 .tags .listing-inner .listing-content .tags li:first-child {
                    padding-left: 0;
                }

                .listing.listing-2 .listing-section .listing-ver-2 .tags .listing-inner .listing-content .tags li a {
                    padding: 3px 10px;
                    display: inline-block;
                    background: #ededed;
                    font-size: 12px;
                    color: #999;
                    text-transform: uppercase;
                    border-radius: 3px;
                }

                    .listing.listing-2 .listing-section .listing-ver-2 .tags .listing-inner .listing-content .tags li a:hover {
                        background: #0099ff;
                        color: #fff;
                    }

.listing.listing-2 .listing-section .listing-ver-2 .report .listing-inner {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .listing.listing-2 .listing-section .listing-ver-2 .report .listing-inner .listing-content {
        position: relative;
        padding: 28px 28px 28px 28px;
        width: 100%;
        display: inline-block;
        background: #fff;
    }

        .listing.listing-2 .listing-section .listing-ver-2 .report .listing-inner .listing-content .main-title {
            margin: 0 0 15px 0;
        }

        .listing.listing-2 .listing-section .listing-ver-2 .report .listing-inner .listing-content select, .listing.listing-2 .listing-section .listing-ver-2 .report .listing-inner .listing-content .select2-container {
            width: 100% !important;
        }

        .listing.listing-2 .listing-section .listing-ver-2 .report .listing-inner .listing-content .select2-container--default {
            margin-bottom: 15px;
        }

            .listing.listing-2 .listing-section .listing-ver-2 .report .listing-inner .listing-content .select2-container--default .select2-selection--single {
                border: 1px solid #dddddd;
                font-size: 14px;
            }

        .listing.listing-2 .listing-section .listing-ver-2 .report .listing-inner .listing-content textarea {
            margin-bottom: 12px;
            border: 1px solid #dddddd;
            height: 140px;
        }

.listing.listing-2 .listing-section .listing-ver-2 .hours .listing-inner {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

    .listing.listing-2 .listing-section .listing-ver-2 .hours .listing-inner .listing-content {
        position: relative;
        padding: 28px 28px 18px 28px;
        width: 100%;
        display: inline-block;
        background: #fff;
    }

        .listing.listing-2 .listing-section .listing-ver-2 .hours .listing-inner .listing-content .main-title {
            margin: 0 0 15px 0;
        }

        .listing.listing-2 .listing-section .listing-ver-2 .hours .listing-inner .listing-content .schedule {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .listing.listing-2 .listing-section .listing-ver-2 .hours .listing-inner .listing-content .schedule li {
                line-height: 28px;
            }

                .listing.listing-2 .listing-section .listing-ver-2 .hours .listing-inner .listing-content .schedule li.sunday {
                    margin-top: 30px;
                }

@media (max-width: 992px) {
    .listing.listing-2 .listing-section .listing-ver-2 .hours .listing-inner .listing-content .schedule li.sunday {
        margin-top: 0;
    }
}

.listing.listing-2 .listing-section .listing-ver-2 .hours .listing-inner .listing-content .schedule li.sunday .hours {
    color: #ff3333;
}

.listing.listing-2 .listing-section .listing-ver-2 .hours .listing-inner .listing-content .schedule li .day {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 130px;
}

@media (max-width: 1200px) {
    .listing.listing-2 .listing-section .listing-ver-2 .hours .listing-inner .listing-content .schedule li .day {
        width: 100px;
    }
}

@media (max-width: 992px) {
    .listing.listing-2 .listing-section .listing-ver-2 .hours .listing-inner .listing-content .schedule li .day {
        width: 130px;
    }
}

.listing.listing-2 .listing-section .listing-ver-2 .hours .listing-inner .listing-content .schedule li .day:after {
    position: absolute;
    right: 0;
    content: "-";
}

.listing.listing-2 .listing-section .listing-ver-2 .hours .listing-inner .listing-content .schedule li .hours {
    float: right;
}

.listing.listing-2 .listing-section .listing-ver-2 .listing-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}

    .listing.listing-2 .listing-section .listing-ver-2 .listing-tabs.with-rating ul li {
        width: 14.285%;
    }

    .listing.listing-2 .listing-section .listing-ver-2 .listing-tabs.with-rating .rating {
        position: absolute;
        padding: 10px 0;
        left: 0;
        bottom: 0;
        width: 308px;
        height: 46px;
        text-align: center;
        background: #fff;
        border-bottom: 1px solid #e6e6e6;
        z-index: 999;
    }

@media (max-width: 768px) {
    .listing.listing-2 .listing-section .listing-ver-2 .listing-tabs.with-rating .rating {
        position: relative;
        padding-top: 0;
        padding-left: 28px;
        text-align: left;
        width: 100%;
    }
}

.listing.listing-2 .listing-section .listing-ver-2 .listing-tabs.with-rating .rating ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

    .listing.listing-2 .listing-section .listing-ver-2 .listing-tabs.with-rating .rating ul li {
        margin: 0;
        width: auto;
        display: inline-block;
        float: none;
    }

        .listing.listing-2 .listing-section .listing-ver-2 .listing-tabs.with-rating .rating ul li .fa {
            color: #feab29;
        }

.listing.listing-2 .listing-section .listing-ver-2 .listing-tabs.with-rating .rating span {
    margin-left: 5px;
}

.listing.listing-2 .listing-section .listing-ver-2 .listing-tabs ul {
    margin: 0;
    padding: 0 0 0 308px;
    list-style: none;
}

@media (max-width: 768px) {
    .listing.listing-2 .listing-section .listing-ver-2 .listing-tabs ul {
        padding-left: 0;
    }
}

.listing.listing-2 .listing-section .listing-ver-2 .listing-tabs ul li {
    float: left;
    width: 12.5%;
}

    .listing.listing-2 .listing-section .listing-ver-2 .listing-tabs ul li.active:first-child a {
        border-bottom: 1px solid #e6e6e6;
    }

    .listing.listing-2 .listing-section .listing-ver-2 .listing-tabs ul li.active a {
        background: #fff;
        border-bottom: 1px solid #fff;
        color: #474646;
    }

    .listing.listing-2 .listing-section .listing-ver-2 .listing-tabs ul li:last-child a {
        border-right: none;
    }

    .listing.listing-2 .listing-section .listing-ver-2 .listing-tabs ul li a {
        padding: 10px;
        text-align: center;
        display: inline-block;
        font-size: 15px;
        width: 100%;
        background: #f4f4f4;
        color: #b8b8b8;
        border: 1px solid #e6e6e6;
        border-right: none;
    }

        .listing.listing-2 .listing-section .listing-ver-2 .listing-tabs ul li a:hover {
            color: #0099ff;
        }

.listing.listing-3 .listing-header {
    padding: 55px 0;
    margin-bottom: 100px;
    text-align: center;
    background: #0099ff;
}

    .listing.listing-3 .listing-header h3 {
        margin: 0 0 5px 0;
        font-size: 28px;
        text-transform: uppercase;
        color: #ffffff;
    }

    .listing.listing-3 .listing-header p {
        margin-bottom: 0;
        color: #beffea;
        font-size: 28px;
    }

@media (max-width: 992px) {
    .listing.listing-3 .listing-grid {
        margin-bottom: 30px;
    }
}

.listing.listing-3 .listing-grid .listing-heading {
    position: relative;
    padding: 16px 5px;
    text-align: center;
    background: #f0f0f0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #e6e6e6;
    border-width: 1px 1px 0 1px;
}

    .listing.listing-3 .listing-grid .listing-heading h5 {
        margin: 0;
        font-size: 16px;
        display: inline-block;
    }

        .listing.listing-3 .listing-grid .listing-heading h5 a {
            color: #3c3d41;
        }

            .listing.listing-3 .listing-grid .listing-heading h5 a:hover {
                color: #0099ff;
            }

    .listing.listing-3 .listing-grid .listing-heading .marker-ribbon {
        position: absolute;
        top: 11px;
        left: -12px;
        z-index: 999999;
    }

        .listing.listing-3 .listing-grid .listing-heading .marker-ribbon .ribbon-text, .listing.listing-3 .listing-grid .listing-heading .marker-ribbon .ribbon-banner, .listing.listing-3 .listing-grid .listing-heading .marker-ribbon a {
            padding: 0;
            margin: 0;
            border: 0;
            outline: 0;
            font-size: 100%;
            vertical-align: baseline;
            background: transparent;
        }

        .listing.listing-3 .listing-grid .listing-heading .marker-ribbon .ribbon-banner {
            position: relative;
            top: 0;
            left: 0;
            width: 64px;
            display: block;
            float: right;
            color: #fff;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

            .listing.listing-3 .listing-grid .listing-heading .marker-ribbon .ribbon-banner:after, .listing.listing-3 .listing-grid .listing-heading .marker-ribbon .ribbon-banner:before {
                position: absolute;
                width: 18px;
                height: 12px;
                display: block;
                background-color: #00a470;
                content: '';
            }

            .listing.listing-3 .listing-grid .listing-heading .marker-ribbon .ribbon-banner:before {
                left: -29px;
                margin-top: -3px;
                -webkit-transform: skewY(-45deg) translate(50%, 15px);
                -moz-transform: skewY(-45deg) translate(50%, 15px);
                -ms-transform: skewY(-45deg) translate(50%, 15px);
                -o-transform: skewY(-45deg) translate(50%, 15px);
                -webkit-transform-origin: 100% center;
                -moz-transform-origin: 100% center;
                -ms-transform-origin: 100% center;
                -o-transform-origin: 100% center;
            }

            .listing.listing-3 .listing-grid .listing-heading .marker-ribbon .ribbon-banner:after {
                right: -14px;
                top: 26px;
                -webkit-transform-origin: 0 center;
                -moz-transform-origin: 0 center;
                -ms-transform-origin: 0 center;
                -o-transform-origin: 0 center;
                -webkit-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
                -moz-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
                -ms-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
                -o-transform: translate(100%, -100%) skewY(45deg) translateX(-58%);
            }

        .listing.listing-3 .listing-grid .listing-heading .marker-ribbon .ribbon-text {
            position: relative;
            padding: 2px 0;
            min-height: 15px;
            font-size: 10px;
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
            background-color: #0099ff;
            font-family: 'Montserrat', sans-serif;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
            line-height: 15px;
            white-space: nowrap;
            text-overflow: ellipsis;
            z-index: 2;
        }

            .listing.listing-3 .listing-grid .listing-heading .marker-ribbon .ribbon-text:before, .listing.listing-3 .listing-grid .listing-heading .marker-ribbon .ribbon-text:after {
                position: absolute;
                top: 0;
                display: block;
                width: 100%;
                height: 19px;
                background-color: #0099ff;
                z-index: -1;
                content: "";
            }

            .listing.listing-3 .listing-grid .listing-heading .marker-ribbon .ribbon-text:before {
                -webkit-transform: translateX(-15%) skewX(-45deg);
                -moz-transform: translateX(-15%) skewX(-45deg);
                -ms-transform: translateX(-15%) skewX(-45deg);
                -o-transform: translateX(-15%) skewX(-45deg);
            }

            .listing.listing-3 .listing-grid .listing-heading .marker-ribbon .ribbon-text:after {
                -webkit-transform: translateX(15%) skewX(45deg);
                -moz-transform: translateX(15%) skewX(45deg);
                -ms-transform: translateX(15%) skewX(45deg);
                -o-transform: translateX(15%) skewX(45deg);
            }

.listing.listing-3 .listing-grid .flexslider {
    position: relative;
}

    .listing.listing-3 .listing-grid .flexslider .flex-control-nav {
        display: none;
    }

    .listing.listing-3 .listing-grid .flexslider .flex-direction-nav .flex-next, .listing.listing-3 .listing-grid .flexslider .flex-direction-nav .flex-prev {
        margin-top: -49px;
    }

    .listing.listing-3 .listing-grid .flexslider .reviews {
        position: absolute;
        padding: 13px 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        z-index: 9999;
        background: rgba(30, 30, 30, 0.8);
    }

        .listing.listing-3 .listing-grid .flexslider .reviews ul {
            padding: 0;
            margin: 0;
            display: inline-block;
            list-style: none;
        }

            .listing.listing-3 .listing-grid .flexslider .reviews ul li {
                display: inline-block;
            }

                .listing.listing-3 .listing-grid .flexslider .reviews ul li .fa {
                    color: #feab29;
                }

        .listing.listing-3 .listing-grid .flexslider .reviews .count {
            margin-left: 4px;
            display: inline-block;
            font-size: 15px;
            color: #fff;
        }

.listing.listing-3 .listing-grid .uou-accordions {
    margin: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

    .listing.listing-3 .listing-grid .uou-accordions li.active {
        border-bottom: 1px solid #e6e6e6;
    }

        .listing.listing-3 .listing-grid .uou-accordions li.active a {
            color: #474646;
            background: #fff;
            border-bottom: none;
        }

            .listing.listing-3 .listing-grid .uou-accordions li.active a .main-icon {
                color: #474646;
            }

            .listing.listing-3 .listing-grid .uou-accordions li.active a:after {
                content: "\f068";
                color: #b8b8b8;
            }

    .listing.listing-3 .listing-grid .uou-accordions li a {
        padding: 11px 20px;
        margin: 0;
        border-bottom: 1px solid #e6e6e6;
    }

        .listing.listing-3 .listing-grid .uou-accordions li a .main-icon {
            margin-right: 3px;
            display: inline-block;
            width: 24px;
            text-align: center;
            font-size: 24px;
            color: #b8b8b8;
        }

        .listing.listing-3 .listing-grid .uou-accordions li a:after {
            content: "\f067";
            color: #b8b8b8;
            right: 20px;
            top: 14px;
        }

    .listing.listing-3 .listing-grid .uou-accordions li div {
        padding-bottom: 18px;
        padding-top: 10px;
        background: #ffffff;
    }

        .listing.listing-3 .listing-grid .uou-accordions li div .title {
            margin: 0 0 13px 0;
            text-align: center;
            font-size: 18px;
        }

        .listing.listing-3 .listing-grid .uou-accordions li div p {
            margin: 0 0 15px 0;
            text-align: center;
            font-size: 14px;
        }

        .listing.listing-3 .listing-grid .uou-accordions li div .price {
            padding: 0;
            text-align: center;
        }

            .listing.listing-3 .listing-grid .uou-accordions li div .price .currency {
                font-size: 15px;
                vertical-align: top;
                line-height: 20px;
            }

            .listing.listing-3 .listing-grid .uou-accordions li div .price .price-inner {
                font-size: 27px;
                color: #3c3d41;
                font-weight: bold;
                vertical-align: bottom;
            }

        .listing.listing-3 .listing-grid .uou-accordions li div .contact-info {
            margin-bottom: 1px;
        }

            .listing.listing-3 .listing-grid .uou-accordions li div .contact-info li {
                line-height: 32px;
            }

@media (max-width: 1200px) {
    .listing.listing-3 .listing-grid .uou-accordions li div .contact-info li {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .listing.listing-3 .listing-grid .uou-accordions li div .contact-info li {
        font-size: 15px;
    }
}

.listing.listing-3 .listing-grid .uou-accordions li div .contact-info li .fa {
    margin-right: 5px;
    width: 24px;
    text-align: right;
}

@media (max-width: 1200px) {
    .listing.listing-3 .listing-grid .uou-accordions li div .contact-info li .fa {
        width: 16px;
    }
}

.listing.listing-3 .listing-grid-1 .info-footer {
    padding: 12px 20px;
    background: #f4f4f4;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #e6e6e6;
    border-top: none;
}

    .listing.listing-3 .listing-grid-1 .info-footer .location {
        margin-left: 4px;
        display: inline-block;
    }

    .listing.listing-3 .listing-grid-1 .info-footer h6 {
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        margin: 0;
    }

    .listing.listing-3 .listing-grid-1 .info-footer .bookmark {
        padding-top: 4px;
        display: inline-block;
        font-size: 18px;
    }

.listing.listing-3 .listing-grid-2 .info-footer {
    padding: 12px 20px;
    text-align: center;
    background: #f4f4f4;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #e6e6e6;
    border-top: none;
}

    .listing.listing-3 .listing-grid-2 .info-footer .location {
        margin-left: 4px;
        display: inline-block;
    }

    .listing.listing-3 .listing-grid-2 .info-footer h6 {
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        margin: 0;
    }

    .listing.listing-3 .listing-grid-2 .info-footer .bookmark {
        padding-top: 4px;
        display: inline-block;
        font-size: 18px;
    }

.listing.listing-3 .listing-grid-3 .info-footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #f4f4f4;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #e6e6e6;
    border-top: none;
}

    .listing.listing-3 .listing-grid-3 .info-footer .bookmark {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .listing.listing-3 .listing-grid-3 .info-footer .bookmark .contact-details {
            position: absolute;
            margin-left: -78px;
            display: none;
            bottom: 40px;
            z-index: 999999;
            background: #fff;
            width: 240px;
            min-height: 115px;
            border-radius: 3px;
            border: 1px solid #e6e6e6;
        }

            .listing.listing-3 .listing-grid-3 .info-footer .bookmark .contact-details:after {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                margin-left: -1em;
                bottom: -6px;
                left: 50%;
                box-sizing: border-box;
                border: .2em solid black;
                border-color: transparent transparent #fff #fff;
                transform-origin: 0 0;
                transform: rotate(-45deg);
                box-shadow: -1px 1px 1px 0 #e6e6e6;
            }

            .listing.listing-3 .listing-grid-3 .info-footer .bookmark .contact-details ul {
                margin: 0;
                padding: 20px;
                list-style: none;
            }

                .listing.listing-3 .listing-grid-3 .info-footer .bookmark .contact-details ul li {
                    display: block;
                    width: 100%;
                }

                    .listing.listing-3 .listing-grid-3 .info-footer .bookmark .contact-details ul li .fa {
                        width: 16px;
                        color: #666;
                    }

                    .listing.listing-3 .listing-grid-3 .info-footer .bookmark .contact-details ul li span {
                        margin-left: 5px;
                        color: #666;
                    }

        .listing.listing-3 .listing-grid-3 .info-footer .bookmark li {
            position: relative;
            margin: 0;
            float: left;
            width: 25%;
        }

            .listing.listing-3 .listing-grid-3 .info-footer .bookmark li:last-child a {
                border-right: none;
            }

            .listing.listing-3 .listing-grid-3 .info-footer .bookmark li a {
                padding: 12px 5px;
                text-align: center;
                width: 100%;
                color: #999999;
                font-size: 21px;
                display: inline-block;
                border-right: 1px solid #e6e6e6;
            }

                .listing.listing-3 .listing-grid-3 .info-footer .bookmark li a:hover {
                    color: #0099ff;
                }

.listing.listing-3 .listing-grid-4 .info-footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #f4f4f4;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #e6e6e6;
    border-top: none;
}

    .listing.listing-3 .listing-grid-4 .info-footer .bookmark {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .listing.listing-3 .listing-grid-4 .info-footer .bookmark li {
            margin: 0;
            float: left;
            width: 33.33333%;
        }

            .listing.listing-3 .listing-grid-4 .info-footer .bookmark li:last-child a {
                border-right: none;
            }

            .listing.listing-3 .listing-grid-4 .info-footer .bookmark li a {
                padding: 12px 5px;
                text-align: center;
                width: 100%;
                color: #999999;
                font-size: 21px;
                display: inline-block;
                border-right: 1px solid #e6e6e6;
            }

                .listing.listing-3 .listing-grid-4 .info-footer .bookmark li a:hover {
                    color: #0099ff;
                }

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        line-height: 19px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            line-height: 16px;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:indeterminate + label::after, .checkbox input[type="radio"]:indeterminate + label::after {
            display: block;
            content: "";
            width: 10px;
            height: 3px;
            background-color: #555555;
            border-radius: 2px;
            margin-left: -16.5px;
            margin-top: 7px;
        }

        .checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="radio"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before, .checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after, .checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before, .checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after, .checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before, .checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after, .checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after, .checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before, .checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after, .checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before, .checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after, .checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before, .checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after, .checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before, .checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after, .checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before, .checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after, .checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 1;
        z-index: 1;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before, input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after, input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.containerCard {
    padding: 2px 16px;
}