html {
}
body {
    color: #777;
    font-family: "Open sans",serif;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0;
    position: relative;
}
@font-face {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/icomoon.eot?yfl6d7#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?yfl6d7") format("truetype"), url("fonts/icomoon.woff?yfl6d7") format("woff"), url("fonts/icomoon.svg?yfl6d7#icomoon") format("svg");
}
[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
.icon-storify::before {
    content: "";
}
html, body, div, span, hr, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
input, select, textarea {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
a:focus {
    outline: medium none;
}
:focus {
    outline: 0 none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
[hidden] {
    display: none;
}
ul, li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
	margin-right: 40px;
	margin-bottom: 40px;
	/*max-height: 55px*/
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
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"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
select {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    font-size: 11px;
    line-height: 25px;
    padding: 8px;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border: 1px solid #e2e2e2;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
tr:nth-child(2n) {
    /*background: #f3f3f3 none repeat scroll 0 0;*/
}
tfoot {
    background: #e9e9e9 none repeat scroll 0 0;
    font-weight: bold;
}
th {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 2px solid #777;
    border-right: 1px solid #e2e2e2;
    text-transform: uppercase;
}
/*td, caption {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}*/
tr.even td {
    background: #f9f9f9 none repeat scroll 0 0;
}
th, td, caption {
    padding: 10px;
}
*::before, *::after {
    box-sizing: border-box;
}
.clearfix::before, .clearfix::after, .container::before, .container::after {
    content: " ";
    display: table;
}
.table-style2 th {
    border-bottom-color: #5c5c5c;
    border-right-color: #fff;
}
.page-loader {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.loader-in {
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 60px;
}
.status {
    height: 60px;
    position: relative;
    width: 60px;
    z-index: 0;
}
.status span {
    border: 6px solid #d9d9d9;
    border-radius: 50%;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 0;
}
.status .spin {
    animation: 1s linear 0s normal none infinite running spin;
    border-color: transparent transparent transparent #262626;
    z-index: 1;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
100% {
    transform: rotate(360deg);
}
}
.top-bar {
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    font-size: 11px;
    text-transform: uppercase;
}
.top-bar.main-bg {
    border-bottom: 0 none;
}
.top-bar a, .top-bar span {
    color: #a2a2a2;
    display: block;
    line-height: 37px;
    padding: 0 10px 0 0;
}
.top-bar.main-bg a, .top-bar.main-bg span {
    color: #fff;
}
.top-bar.main-bg li {
    border-left-color: #a0a0a0;
}
.top-bar a:hover {
    text-decoration: underline;
}
.top-bar li {
    /*border-left: 1px solid #e9e9e9;*/
    float: left;
}
.top-bar li:first-child {
    border-left: 0 none;
}
.top-bar li i {
    font-size: 13px;
    margin: 0 8px;
}
.top-bar.main-bg li i {
    color: #fff;
}
.top-bar li:first-child i {
    margin: 0 8px 0 0;
}
.top-bar ul.social-list li a:hover {
    background: #f4f4f4 none repeat scroll 0 0;
}
header.top-head {
    border-bottom: 4px solid #f4f4f4;
    min-height: 87px;
    position: relative;
    z-index: 5555;
}
.fixedHead {
    background: transparent none repeat scroll 0 0 !important;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
}
header.top-head .logo {
    margin-top: 20px;
}
header.top-head .logo a {
    display: table;
    height: 47px;
    margin: auto;
    width: 306px;
}
header.top-head .logo.center a {
    margin: auto;
}
.top-menu {
    float: right !important;
    width: auto !important;
}
.full-menu {
}
.top-nav {
    float: left;
}
.top-nav > ul > li {
    border-left: 1px solid #eee;
    float: left;
    height: 83px;
    margin: 0;
    position: relative;
    max-width: 138px;
    padding-right: 6px;
    padding-left: 6px;
}

.margedret {
	border-right: 1px solid #eee;
}
.top-nav > ul > li:hover {
}
.top-nav > ul > li > a:hover i, .top-nav > ul > li.current > a i, .top-nav > ul > li.selected > a i {
    margin-top: 5px;
}
.top-nav > ul > li > a {
    display: block;
	word-wrap:break-word;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    height: 83px;
    overflow: hidden;
    padding: 0px 7px 0;
    text-align: center;
    text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
}
.top-nav > ul > li > a > span{
	vertical-align: middle;
}
.top-nav > ul li a i {
    color: #b8b8b8;
    font-size: 16px;
}
.top-nav > ul li a:hover i, .top-nav > ul li.selected a i, .top-nav > ul li.current a i {
    color: #fff;
}

.idioma {
	font-size: 12px;
	font-weight: bold;
	margin: 0 -8px;
}
.idiomadreta {
	margin-right: 18px;
}
.idiomasel {
	text-decoration: underline;
	font-weight: bold;
	/*border-bottom: medium solid;*/
}

/*.top-nav > ul > li::after {
    background: transparent none repeat scroll 0 0;
    border-left: 1px solid #e4e4e4;
    bottom: -9px;
    content: "";
    display: inline-block;
    height: 9px;
    left: -3px;
    position: absolute;
    transform: skew(-35deg, 0deg);
    width: 100%;
}*/
.top-nav > ul li ul {
    height: 0;
    left: -5px;
    max-height: 0;
    min-width: 180px;
    position: absolute;
    top: 92px;
    z-index: -1;
}
.top-nav > ul > li > ul > li {
    float: none;
    line-height: 35px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    transform: rotateY(90deg);
    transition: opacity 0.5s ease 0s, -moz-transform 0.4s ease 0s;
}
.top-nav > ul > li:hover > ul {
    height: auto;
    z-index: 0;
}
.top-nav > ul > li:hover > ul > li {
    opacity: 1;
    transform: none;
}
.top-nav li li a {
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-nav li li.hasChildren::after {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 2px;
}
.top-nav li li a:hover, .top-nav li li.selected > a, .top-nav li li.current > a {
    text-decoration: none;
}
.top-nav li li li {
    opacity: 0;
    transform: rotateX(90deg);
    transition: opacity 0.4s ease 0s, -moz-transform 0.5s ease 0s;
}
.top-nav li li > ul {
    height: 0;
    left: 100%;
    top: 0;
}
.top-nav li li:hover > ul {
    height: auto;
}
.top-nav li li:hover > ul > li {
    opacity: 1;
    transform: none;
}
.nav-2, .nav-3 {
    border: 0 none !important;
}
.nav-2 .top-nav > ul > li::after, .nav-3 .top-nav > ul > li::after, .head-style2 .top-nav > ul > li::after, .head-style3 .top-nav > ul > li::after {
    display: none;
}
.head-style2 .top-nav > ul > li, .head-style3 .top-nav > ul > li {
    border: 0 none !important;
}
.nav-2 .top-nav > ul > li, .nav-3 .top-nav > ul > li {
    border-left: 0 none;
    margin: 0 1px;
}
.nav-2 .top-nav > ul > li {
    height: 92px;
}
.nav-2 .top-nav > ul > li > a span {
    line-height: 94px;
}
.nav-2 .top-nav > ul > li > a, .nav-3 .top-nav > ul > li > a {
    height: 92px;
}
.nav-2 .top-nav > ul > li > a i {
    background: #eee none repeat scroll 0 0;
    border-radius: 50%;
    color: #b8b8b8;
    font-size: 16px;
    height: 31px;
    left: 50%;
    line-height: 31px;
    margin-left: -16px;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 31px;
}
.nav-2 .top-nav > ul > li > a i::after {
    background: #eee none repeat scroll 0 0;
    content: "";
    display: inline-block !important;
    height: 25px;
    left: 47%;
    position: absolute;
    top: -25px;
    transition: all 0.2s ease 0s;
    width: 1px;
}
.nav-2 .top-nav > ul > li > a:hover i::after, .nav-2 .top-nav > ul > li.current > a i::after, .nav-2 .top-nav > ul > li.selected > a i::after {
    height: 30px;
    top: -29px;
}
.nav-2 .top-nav > ul > li.selected > a i::after, .nav-2 .top-nav > ul > li.current > a i::after {
    display: none;
}
.nav-2 .top-nav > ul > li > ul, .nav-3 .top-nav > ul > li > ul {
    left: 0 !important;
    top: 92px;
}
header.top-head.nav-2 .logo, header.top-head.nav-3 .logo {
    margin-top: 25px;
}
.nav-3 .top-nav > ul > li {
    padding-top: 3px;
}
.nav-3 .top-nav > ul > li > a {
    border-top: 2px solid transparent;
}
.nav-3 .top-nav > ul > li > a i {
    background: transparent none repeat scroll 0 0;
}
.nav-3 .top-nav > ul > li.current > a, .nav-3 .top-nav > ul > li > a:hover {
    background: transparent none repeat scroll 0 0;
    border-top-style: solid;
    border-top-width: 2px;
}
.nav-3 .top-nav > ul > li > a:hover, .nav-3 .top-nav > ul > li.selected > a {
    background: transparent none repeat scroll 0 0;
}
.nav-3 .top-nav > ul > li > a i::after {
    display: none;
}
.nav-3 .top-nav > ul > li > a:hover i, .nav-3 .top-nav > ul > li.current > a i, .nav-3 .top-nav > ul > li.selected > a i {
    margin-top: 0;
}
.nav-3 .top-nav > ul > li.hasChildren > a::after {
    border-style: solid;
    border-width: 0 10px 8px;
    bottom: -9px;
    content: "";
    display: none;
    height: 0;
    left: 36%;
    position: absolute;
    transition: all 0.6s ease 0s;
    width: 0;
    z-index: 5;
}
.nav-3 .top-nav > ul > li > a:hover::after, .nav-3 .top-nav > ul > li.selected:hover > a::after {
    display: block;
}
.nav-4 .top-nav > ul li a span {
    display: inline-block;
    margin: 0 5px;
}
.nav-4 .top-nav > ul > li {
    border-left: 1px solid #eee;
    height: 50px;
}
.nav-4 .top-nav > ul > li > a {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
}
.nav-4 .top-search a {
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
}
.nav-4 .top-nav > ul > li::after {
    display: none;
}
.nav-4 .top-nav > ul > li > ul {
    left: 0;
    top: 50px;
}
.nav-4 .top-nav > ul li a i {
    background: transparent none repeat scroll 0 0 !important;
    border-radius: 50%;
    height: 24px;
    padding: 5px 4px;
    vertical-align: baseline;
    width: 25px;
}
.nav-4 .top-nav > ul li a:hover i, .nav-4 .top-nav > ul > li.selected > a i {
    background: #a62507 none repeat scroll 0 0;
    color: #fff;
}
header.top-head-4 {
    border-bottom: medium none;
    min-height: 70px;
}
header.top-head-4 .logo {
    padding-bottom: 20px;
    text-align: center;
}
.nav-4 .search-box {
    top: 49px;
}
.top-head-4 .gray-nav {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    height: 52px;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}
.top-head-4 .gray-nav::before, .top-head-4 .gray-nav::after {
    bottom: 8px;
    box-shadow: 0 6px 8px #000;
    content: "";
    left: 23px;
    position: absolute;
    top: 80%;
    transform: rotate(-2deg);
    width: 38%;
    z-index: -1;
}
.top-head-4 .gray-nav::after {
    left: auto;
    right: 23px;
    transform: rotate(2deg);
}
.sticky {
    background-color: #fff;
    border-bottom: 0 none !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    left: 0;
    min-height: inherit !important;
    padding: 0 !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.sticky .top-nav > ul > li {
}
.sticky.top-head-4 .gray-nav::before, .sticky.top-head-4 .gray-nav::after {
    display: none;
}
.sticky.top-head-4 .gray-nav {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin-bottom: 0;
}
.sticky .top-nav > ul > li > a {
    color: #777;
}
.sticky .top-nav > ul > li > a:hover, .sticky .top-nav > ul > li.selected a, .sticky .top-nav > ul > li.hasChildren.selected > a:hover {
    background: #eb7d48 none repeat scroll 0 0;
    color: #fff !important;
}
.sticky .top-nav > ul > li > a i, .sticky .top-nav > ul > li::after, .sticky .bg-head2 {
    display: none;
}
.sticky .top-search a {
    border-radius: 0 !important;
    height: 45px;
    line-height: 45px;
    margin-top: 5px;
    padding: 0 !important;
    text-align: center;
}
.sticky .top-search a span {
    font-size: 14px;
}
.sticky .search-box {
    top: 60px;
}
.sticky .search-box::before {
}
.sticky .top-nav > ul > li > a, .sticky .top-nav > ul > li {
    height: 60px !important;
    padding-top: 0;
}
.sticky .top-nav > ul > li > a {
    background: transparent none repeat scroll 0 0;
    border-top: 0 none !important;
    line-height: 60px;
    padding-top: 0 !important;
}
.sticky .top-nav > ul > li > a:hover {
	text-decoration: none; 
}
.sticky .top-nav > ul > li > a span {
    line-height: 60px;
    margin-top: 0;
}
.sticky .top-nav > ul > li > ul {
    left: 0 !important;
    top: 60px !important;
}
.sticky .top-nav > ul > li > ul::after {
    border-width: 0 10px 8px !important;
    bottom: auto !important;
    top: -8px;
}
.sticky .top-nav > ul > li > ul ul {
    bottom: auto !important;
    top: 0 !important;
}
.sticky .logo {
    margin-top: 5px !important;
}
.sticky .top-nav > ul > li.hasChildren > a::after {
    display: none !important;
}
.sticky .div-mega {
    top: 60px !important;
}
.head-style2 .sticky .logo {
    padding: 0 !important;
}
.head-style2 .sticky .top-menu {
    margin-top: 0 !important;
}
.head-style2 .sticky .top-nav > ul > li > a, .head-style2 .sticky .top-nav > ul > li > a span {
    height: 58px !important;
    line-height: 58px !important;
}
.head-style2 .sticky .top-nav > ul > li > ul {
    top: 58px !important;
}
.head-style2 .sticky .mega-menu .mega-2 .div-mega {
    top: 57px;
}
.head-style2 .sticky .head2-lft-links, .head-style2 .sticky .right-bar {
    display: none;
}
.head-style2 .sticky .top-search a {
    height: 40px;
    line-height: 40px;
    margin-top: 8px;
    transform: skew(0deg, 0deg);
    width: 40px;
}
.head-style2 .sticky .top-search a span {
    transform: skew(0deg, 0deg);
}
.head-style3 .sticky.top-head {
    margin-top: 0;
}
.head-style3 .sticky .logo, .sticky.top-head-4 .logo {
    display: none;
}
.head-style3 .sticky .mega-menu .mega-2 .div-mega {
    top: 50px;
}
.head-style3 .sticky .top-search {
    margin-left: 15px;
}
.top-head-4.sticky .nav-4 {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin-bottom: 0;
}
.top-head-4.sticky .nav-4::before, .top-head-4.sticky .nav-4::after, .top-head-4.sticky .banner {
    display: none;
}
.mega-menu {
    position: relative;
}
.mega-menu .div-mega {
    box-shadow: 0 10px 11px -5px rgba(0, 0, 0, 0.3) inset;
    display: none;
    left: 0;
    padding-top: 2%;
    position: absolute;
    top: 92px;
    z-index: 99;
}
.mega-menu > li > a {
    display: block;
    position: relative;
}
.div-mega-section {
    float: left;
    margin: 0 2% 2%;
}
.mega-menu div.div-mega ul {
    height: 100%;
    max-height: 100%;
    position: static;
    visibility: visible;
    width: 100%;
}
.mega-menu div.div-mega ul li {
    opacity: 1;
    transform: rotateY(0deg);
}
.mega-menu div.div-mega ul li a {
    line-height: normal;
    overflow: inherit;
    padding: 8px 5px;
    text-overflow: initial;
    white-space: normal;
}
.div-mega h4 {
    background: #fff none repeat scroll 0 0;
    color: #777;
    font-weight: bold;
    padding: 8px 10px;
}
.top-search {
    float: right;
    margin-left: 20px;
    position: relative;
}
.top-search a {
    background: #eee none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 55px;
    line-height: 55px;
    margin-top: 20px;
    overflow: hidden;
    padding: 0 19px !important;
    position: relative;
    text-align: center;
    width: 55px;
    z-index: 5;
}
.top-search a span {
    font-size: 19px;
}
.search-box {
    display: none;
    position: absolute;
    right: 0;
    top: 92px;
    width: 400px;
    z-index: 3;
}
.search-box::before {
    content: "";
    display: inline-block;
    height: 48px;
    position: absolute;
    right: 0;
    top: -46px;
    width: 55px;
    z-index: 0;
}
.search-box input[type="text"] {
    height: 53px;
    width: 343px;
}
.search-box input[type="submit"] {
    height: 55px;
    width: 55px;
}
.top-head .container {
    position: relative;
    z-index: 9;
}
.head-style2 .logo {
    margin: 8px 0 0 !important;
    min-width: 230px;
    padding: 15px 0 14px;
}
.head-style2 .top-head, .head-style3 .top-head {
    border-bottom: 0 none !important;
    min-height: inherit;
    padding: 0;
}
.head2-lft-links {
    direction: rtl;
    padding: 9px;
}
.head2-lft-links li {
    float: none;
    padding: 2px 0;
    text-align: right;
    white-space: nowrap;
}
.head2-lft-links li i {
    margin-left: 10px;
}
.head-style2 .bg-head2 {
    background: #f6f6f6 none repeat scroll 0 0;
    bottom: 4px;
    height: 50px;
    left: 27%;
    position: absolute;
    width: 70%;
}
.head-style2 .top-nav {
    margin-right: 15px;
}
.head-style2 .top-nav > ul > li {
    margin-right: 1px;
}
.head-style2 .top-nav > ul > li, .head-style2 .top-nav > ul > li > a {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
}
.head-style2 .top-nav > ul > li > a span, .head-style3 .top-nav > ul > li > a span {
    line-height: 43px !important;
}
.head-style3 .sticky .top-nav > ul > li > a span {
    line-height: 50px !important;
}
.head-style3 .sticky .top-nav > ul > li > a {
    height: 50px !important;
}
.head-style2 .top-search {
    margin: 0 15px 0 0;
}
.head-style2 .top-search a {
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    padding: 0 !important;
    width: 50px;
}
.head-style2 .top-search a span {
    color: #fff;
}
.head-style2 .top-nav > ul > li > ul {
    margin-left: -6px;
    top: 50px;
}
.head-style2 .login-btn .tri {
    top: -11px;
}
.head-style2 .right-bar {
    float: right;
    margin: 2px 5px 0 0;
    overflow: hidden;
}
.head-style2 .right-bar li {
    float: left;
    padding: 5px 0 5px 15px;
}
.head-style2 .right-bar li i {
    margin: 0 10px 0 0;
}
.head-style2 .top-menu {
    clear: none;
    float: right !important;
}
.head-style2 .search-box::before, .head-style3 .search-box::before {
    display: none;
}
.head-style2 .search-box {
    background: #ececec none repeat scroll 0 0;
    padding: 15px;
    right: 12px;
    top: 50px;
}
.head-style2 .search-box input[type="text"] {
    width: 310px;
}
.head-style2 .logo a, .head-style3 .logo a {
    margin: auto;
}
.head-style3 .top-bar {
    background-color: #f6f6f6;
    overflow: hidden;
}
.head-style3 .logo {
    display: table;
    float: none;
    margin: 0 auto !important;
    padding: 15px 15px 20px;
    text-align: center;
}
.top-nav-style3 {
    background: #f6f6f6 none repeat scroll 0 0;
    height: 50px;
}
.head-style3 .top-nav > ul > li > a, .head-style3 .top-search a {
    line-height: 50px;
}
.head-style3 .top-search {
    margin: 0;
}
.head-style3 .top-nav > ul > li, .head-style3 .top-nav > ul > li > a {
    height: 50px;
}
.head-style3 .top-nav > ul > li > a {
    color: #fff !important;
    margin-left: 1px;
    padding-top: 0;
}
.head-style3 .top-nav > ul > li > ul {
    left: 0;
    top: 50px !important;
}
.head-style3 .top-nav > ul li ul li a {
    background: #eee none repeat scroll 0 0 !important;
    color: #777;
}
.head-style3 .top-nav > ul li ul li a:hover {
    background: #ddd none repeat scroll 0 0 !important;
    color: #333;
}
.head-style3 .top-nav li li.hasChildren::after {
    color: #b1b1b1;
}
.head-style3 .top-nav > ul li ul li {
    border-bottom: 1px solid #ddd;
}
.head-style3 .top-bar li, .head-style3 .top-bar li span {
    color: #b3b3b3;
}
.head-style3 .top-bar li {
    border-left: 1px solid #e4e4e4;
}
.head-style3 .top-bar li:first-child {
    border-left: 0 none;
}
.head-style3 .top-bar li:first-child i {
    margin-left: 8px;
}
.head-style3 header.top-head {
    background: transparent none repeat scroll 0 0;
    margin-top: -40px;
    padding: 0;
    position: static;
}
.head-style3 .top-nav ul ul li {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.head-style3 .search-box {
    right: 0;
    top: 50px;
}
.head-style3 .top-search a {
    height: auto;
    margin: 0;
    width: auto;
}
.head-style3 .top-menu {
    display: table;
    float: none !important;
    margin: auto;
}
.head-style3 .top-nav > ul > li.current > a, .head-style3 .top-nav > ul > li.selected > a, .head-style3 .top-nav > ul > li > a:hover {
    background: #eee none repeat scroll 0 0 !important;
    color: #777 !important;
}
.head-style3 .top-nav ul li ul li.selected > a, .head-style3 .top-nav ul li ul li.current > a {
    background: #ddd none repeat scroll 0 0 !important;
}
.login-btn {
    position: relative;
}
.login-btn .tri {
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 8px 10px 0;
    height: 0;
    left: 30%;
    position: absolute;
    top: -1px;
    width: 0;
    z-index: 5;
}
.login-controls {
    display: table;
    margin: auto;
}
.login-box {
    background: #333 none repeat scroll 0 0;
    color: #c3c3c3;
    display: none;
    padding: 15px 20px;
    position: relative;
    text-align: center;
}
.login-box input {
    font-size: 11px;
}
.close-login {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 25px;
    top: 5px;
}
.login-box .left {
    float: left;
    margin: 0 5px;
}
.block-bg-0 {
    background: #fff none repeat scroll 0 0;
    position: relative;
}
.block-bg-1 {
    background: rgba(0, 0, 0, 0) url("../images/bgs/block-bg-1.jpg") no-repeat fixed 0 0 / cover ;
    position: relative;
}
.block-bg-2 {
    background: rgba(0, 0, 0, 0) url("../images/bgs/block-bg-2.jpg") no-repeat fixed 0 0 / cover ;
    overflow: hidden;
    position: relative;
}
.block-bg-3 {
    background: #fff url("../images/bgs/block-bg-3.jpg") no-repeat fixed 0 0 / cover ;
    position: relative;
}
.block-bg-4 {
    background: rgba(0, 0, 0, 0) url("../images/bgs/block-bg-4.jpg") no-repeat fixed 0 0 / cover ;
    position: relative;
}
.block-bg-5 {
    background: rgba(0, 0, 0, 0) url("../images/bgs/block-bg-5.jpg") no-repeat fixed 0 0 / cover ;
    position: relative;
}
.block-bg-1::before, .block-bg-2::before, .block-bg-3::before, .block-bg-4::before, .block-bg-5::before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.black-overlay::before {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;
}
.parallax p, [class*="block-bg-"] p {
    position: relative;
    z-index: 2;
}
.video-bg {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: -99;
}
.video-bg video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.dots-pattern {
    background: transparent url("../images/patterns/dots.png") repeat scroll 0 0;
    border-top: 1px solid #e4e4e4;
}
.gry-pattern {
    background: #eee url("../images/patterns/gry-patt.png") repeat scroll 0 0;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}
.img-pattern {
    background: #fff url("../images/patterns/1.png") repeat scroll 0 0;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
.fx {
    opacity: 0;
}
.animated {
    opacity: 1;
}
.marginRight {
    margin-right: 10px;
}
.marginLeft {
    margin-left: 10px;
}
.marginBottom {
    margin-bottom: 20px;
}
.autoMargin {
    float: none !important;
    margin: auto;
}
button, .btn, .fun-title, .r-more {
    text-transform: uppercase;
}
.right {
    float: right !important;
}
.left {
    float: left;
}
.hidden {
    display: none;
}
.visible {
    display: block;
}
.sectionWrapper {
    padding: 25px 0;
}
.page-section, .scroll-section {
    padding: 140px 0;
}
.icon-middle {
    display: table;
    font-size: 35px;
    margin: auto auto 20px;
    padding: 1px 15px;
}
.skew-5 {
    transform: skew(-5deg, 0deg);
}
.skew5 {
    transform: skew(5deg, 0deg);
}
.skew-10 {
    transform: skew(-10deg, 0deg);
}
.skew10 {
    transform: skew(10deg, 0deg);
}
.skew-15 {
    transform: skew(-15deg, 0deg);
}
.skew15 {
    transform: skew(15deg, 0deg);
}
.skew-20 {
    transform: skew(-20deg, 0deg);
}
.skew20 {
    transform: skew(20deg, 0deg);
}
.skew-25 {
    transform: skew(-25deg, 0deg);
}
.skew25 {
    transform: skew(25deg, 0deg);
}
.skew-0 {
    transform: skew(0deg, 0deg);
}
.width-10 {
    width: 10px;
}
.width-20 {
    width: 20px;
}
.width-30 {
    width: 30px;
}
.width-40 {
    width: 40px;
}
.width-50 {
    width: 50px;
}
.width-60 {
    width: 60px;
}
.width-70 {
    width: 70px;
}
.width-80 {
    width: 80px;
}
.width-90 {
    width: 90px;
}
.width-100 {
    width: 100px;
}
.width-110 {
    width: 110px;
}
.width-120 {
    width: 120px;
}
.width-130 {
    width: 130px;
}
.width-140 {
    width: 140px;
}
.width-150 {
    width: 150px;
}
.padd-top-0 {
    padding-top: 0;
}
.padd-top-5 {
    padding-top: 5px;
}
.padd-top-10 {
    padding-top: 10px;
}
.padd-top-15 {
    padding-top: 15px;
}
.padd-top-20 {
    padding-top: 20px;
}
.padd-top-25 {
    padding-top: 25px;
}
.padd-top-30 {
    padding-top: 30px;
}
.padd-top-35 {
    padding-top: 35px;
}
.padd-top-40 {
    padding-top: 40px;
}
.padd-top-45 {
    padding-top: 45px;
}
.padd-top-45.mapa {
    padding-top: 0;
}
.padd-top-50 {
    padding-top: 50px;
}
.padd-bottom-0 {
    padding-bottom: 0;
}
.padd-bottom-5 {
    padding-bottom: 5px;
}
.padd-bottom-10 {
    padding-bottom: 10px;
}
.padd-bottom-15 {
    padding-bottom: 15px;
}
.padd-bottom-20 {
    padding-bottom: 20px;
}
.padd-bottom-25 {
    padding-bottom: 25px;
}
.padd-bottom-30 {
    padding-bottom: 30px;
}
.padd-bottom-35 {
    padding-bottom: 35px;
}
.padd-bottom-40 {
    padding-bottom: 40px;
}
.padd-bottom-45 {
    padding-bottom: 45px;
}
.padd-bottom-50 {
    padding-bottom: 50px;
}
.padd-vertical-0 {
    padding: 0;
}
.padd-vertical-5 {
    padding: 5px 0;
}
.padd-vertical-10 {
    padding: 10px 0;
}
.padd-vertical-15 {
    padding: 15px 0;
}
.padd-vertical-20 {
    padding: 20px 0;
}
.padd-vertical-25 {
    padding: 25px 0;
}
.padd-vertical-30 {
    padding: 30px 0;
}
.padd-vertical-35 {
    padding: 35px 0;
}
.padd-vertical-40 {
    padding: 40px 0;
}
.padd-vertical-45 {
    padding: 45px 0;
}
.padd-vertical-50 {
    padding: 50px 0;
}
.padd-horizontal-0 {
    padding: 0;
}
.padd-horizontal-5 {
    padding: 0 5px;
}
.padd-horizontal-10 {
    padding: 0 10px;
}
.padd-horizontal-15 {
    padding: 0 15px;
}
.padd-horizontal-20 {
    padding: 0 20px;
}
.padd-horizontal-25 {
    padding: 0 25px;
}
.padd-horizontal-30 {
    padding: 0 30px;
}
.padd-horizontal-35 {
    padding: 0 35px;
}
.padd-horizontal-40 {
    padding: 0 40px;
}
.padd-horizontal-45 {
    padding: 0 45px;
}
.padd-horizontal-50 {
    padding: 0 50px;
}
.margin-top-0 {
    margin-top: 0;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-25 {
    margin-top: 25px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-35 {
    margin-top: 35px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-45 {
    margin-top: 45px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-35 {
    margin-bottom: 35px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-45 {
    margin-bottom: 45px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
[class*="padd-"]::after, [class*="margin-"]::after {
    clear: both;
    content: "";
    display: block;
}
.pager {
    background: #eee none repeat scroll 0 0;
    margin: 0 15px;
}
.pager ul {
    display: table;
    margin: auto;
}
.pager ul li {
    background: #777 none repeat scroll 0 0;
    float: left;
    margin: 0 1px 0 0;
}
.pager ul li a, .pager ul li span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 38px;
    padding: 0 20px;
}
.pager ul li i {
    font-size: 140%;
    font-weight: bold;
}
.pager ul li.selected span {
    color: #fff;
}
.pager ul li:hover a, .pager ul li.selected a {
    color: #fff;
}
#map_canvas {
    height: 450px;
}
.noScroll {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}
#map_canvas img {
    max-width: none;
}
a {
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
a:active, a:hover {
    outline: 0 none;
	text-decoration: underline;
}
b, strong, .bold {
    font-weight: bold;
}
.bolder {
    font-weight: 800;
}
.italic {
    font-style: italic;
}
small {
    font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open sans",serif;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 20px;
}
.white-bg {
    background: #fff none repeat scroll 0 0;
}
.dark-bg {
    background-color: #222;
    padding: 80px 0;
}
.dark-bg p {
    color: #a3a3a3;
    margin: 0;
}
.gry-bg {
    background: #eee none repeat scroll 0 0;
}
.staff-3 .gry-bg .fun-text {
    color: #333 !important;
}
.dark-bg h2 {
    color: #bdbdbd;
    font-size: 24px;
}
.alter-bg {
    background: #777 none repeat scroll 0 0;
    color: #fff;
}
.alter-bg a {
    color: #fff;
}
.welcome {
    padding: 80px 0;
    text-align: center;
}
.btn.ExtraLargeBtn {
    display: block;
    font-size: 22px;
    font-weight: bold;
    height: 78px;
    line-height: 78px;
}
.extraBold {
    font-weight: 800;
}
.extraLarge {
    font-size: 20px;
}
.center {
    text-align: center;
}
.left-text {
    text-align: left;
}
.right-text {
    text-align: right;
}
.red {
    color: #f00;
}
.congrats {
    color: #4fb830;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.success-icon {
    color: #ecc686;
    font-size: 90px;
    margin-bottom: 15px;
}
span.block {
    clear: both;
    display: block;
    padding-left: 20px;
}
.list-item {
    margin: 0;
    padding: 5px 0;
}
.list-item i.fa {
    color: #cfcfcf;
    margin-right: 7px;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eeeded -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    overflow: visible;
    padding: 0;
    position: relative;
}
hr::before {
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 20%;
}
hr::after {
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    right: 0;
    top: -1px;
    width: 20%;
}
.hr-style2::before {
    left: 30%;
    width: 40%;
}
.hr-style2::after {
    display: none;
}
.hr-style3::before {
    left: 20%;
    width: 20%;
}
.hr-style3::after {
    right: 20%;
    width: 20%;
}
.hr-style4::before {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    left: 44%;
    line-height: 1px;
    margin-top: 0;
    text-align: right;
    width: 5%;
}
.hr-style4::after {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1px;
    margin-top: 0;
    right: 44%;
    text-align: left;
    width: 5%;
}
.hr-style5::before {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    left: 44%;
    line-height: 1px;
    margin-top: 0;
    text-align: center;
    width: 5%;
}
.hr-style5::after {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1px;
    margin-top: 0;
    right: 44%;
    text-align: center;
    transform: rotateY(180deg);
    width: 5%;
}
.hr-style5::before, .hr-style5::after {
    background: #fff none repeat scroll 0 0;
    color: #d4d4d4;
}
.hr-style6::before {
    display: none;
}
.hr-style6::after {
    display: none;
}
.follow-block p {
    font-size: 16px;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
}
.follow-block .follow-link {
    font-size: 23px;
    font-style: italic;
    font-weight: bold;
}
.slick-prev, .slick-next {
    background: #777 none repeat scroll 0 0;
    color: #eee;
}
.highlight-1 {
    background: #fcff00 none repeat scroll 0 0;
}
.dropcap {
    display: block;
    float: left;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin: 2px 8px 0 0;
}
blockquote {
    margin: 0;
    padding: 15px;
}
blockquote p {
    color: #afafaf;
    font-size: 16px;
    line-height: 140%;
    margin: 0;
    padding-bottom: 15px;
    width: 80%;
}
blockquote span {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: bold;
}
.tooltip {
    background: #444 none repeat scroll 0 0;
    color: #fff;
    font-size: 11px;
    padding: 7px;
    position: fixed;
    text-align: center;
    transition: all 0.1s ease 0s !important;
    z-index: 999999;
}
.tooltip::after {
    border-color: #444 transparent transparent;
    border-style: solid;
    border-width: 4px 5px 0;
    bottom: -4px;
    content: "";
    display: inline-block;
    height: 0;
    left: 40%;
    position: absolute;
    width: 0;
}
.lft-tip::after {
    border-color: transparent transparent transparent #444;
    border-width: 5px 0 8px 8px;
    bottom: 25%;
    left: auto;
    right: -5px;
}
.rit-tip::after {
    border-color: transparent #444 transparent transparent;
    border-width: 5px 8px 8px 0;
    bottom: 25%;
    left: -5px;
}
.bot-tip::after {
    border-color: transparent transparent #444;
    border-width: 0 4px 5px 5px;
    bottom: auto;
    top: -5px;
}
.block-head {
    /*border-bottom: 1px solid #e2e2e2;*/
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0 0 20px;
    position: relative;
}
h5.block-head::before,
h5.block-head::after {
	background-color: #444; 
}
h5.block-head {
	color: #444;
}
.footer-top .block-head {
    /*border-bottom-color: #3a3a3a;*/
    color: #fff;
    /*text-transform: uppercase;*/
}
.block-head::before {
    bottom: -3px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 20px;
    position: absolute;
    width: 35px;
}
/*.block-head::after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 80px;*/
}
.block-head.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.block-head.center::before {
    left: 50%;
    margin-left: -17.5px;
}
.block-head.center::after {
    left: 50%;
    margin-left: -40px;
}
.side-heading {
    border: 0 none;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 15px;
    padding: 0;
    text-transform: uppercase;
}
.side-heading span {
    color: #777;
    font-weight: 100;
}
.side-heading::after, .side-heading::before {
    display: none;
}
.large-heading {
    border-bottom: 1px solid #e2e2e2;
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 40px;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}
.large-heading::before {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    bottom: -3px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 50%;
    margin-left: -57px;
    position: absolute;
    width: 100px;
}
.gry-bg .large-heading::before {
    border-left: 15px solid #eee;
    border-right: 15px solid #eee;
}
.service-box-1 {
    position: relative;
}
.box-top {
    overflow: hidden;
    padding: 50px 0;
    text-align: center;
    z-index: 2;
}
.box-top i.fa {
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.4) inset;
    display: table;
    font-size: 38px;
    height: 103px;
    line-height: 95px;
    margin: 0 auto 30px;
    text-align: center;
    width: 103px;
}
.box-top h3 {
    color: #777;
    font-size: 23px;
    font-weight: 800;
    margin: 0 0 10px;
    padding: 0 15px 10px;
    text-align: center;
    text-transform: uppercase;
}
.box-top h3 span {
    display: block;
    font-size: 19px;
    font-weight: 100;
    margin-bottom: -15px;
    text-transform: none;
}
.box-top .more-btn {
    background: #fff none repeat scroll 0 0;
    display: table;
    font-size: 11px;
    margin: 30px auto 0;
    padding: 10px 15px;
    text-transform: uppercase;
}
.box-top p {
    padding: 0 15px;
}
.box-top p a {
    display: inline-block;
    font-size: 11px;
    margin-left: 5px;
}
.service-box-1:hover i.fa {
    transform: rotate(360deg);
    transition: transform 0.3s ease 0s;
}
.service-box-1:hover h3 {
    color: #fff;
}
.service-box-2 {
    padding-top: 30px;
}
.box-2-cont {
    border: 1px solid #e6e6e6;
    padding: 0 15px 15px;
    position: relative;
    text-align: center;
}
.service-box-2 h4 {
    font-weight: bold;
    text-align: center;
    transition: all 300ms linear 0s;
}
.sub-title {
    font-size: small;
    margin: -10px 0 15px;
}
.service-box-2 .fa {
    background-color: #f0f0f0;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff inset;
    color: #b3b3b3;
    display: table;
    font-size: 38px;
    height: 90px;
    line-height: 90px;
    margin: -45px auto 25px;
    text-align: center;
    transition: all 300ms linear 0s;
    width: 90px;
}
.service-box-2 .r-more {
    background: #ececec none repeat scroll 0 0;
    display: table;
    margin: 15px auto 0;
    padding: 8px 15px;
    position: relative;
    transition: all 300ms linear 0s;
    z-index: 1;
}
.service-box-2 .r-more::after {
    content: "+";
    display: inline-block;
    font-size: 14px;
    margin-left: 8px;
}
.service-box-2 h3 {
    color: #333;
    padding-top: 15px;
}
.service-box-2:hover h3 {
    color: #eb7d48;
}
.service-box-2 p.mediumFont {
    border-bottom: 1px solid #eee;
    max-height: 180px;
    overflow: hidden;
    padding-bottom: 25px !important;
}
.service-box-2 p {
    color: #333;
}
.service-box-3 {
    margin-bottom: 30px;
    text-align: center;
}
.service-box-3 .box-head {
    clear: both;
    margin-bottom: 15px;
}
.service-box-3 h4 {
    font-weight: bold;
    height: 1.4em;
    overflow: hidden;
    position: relative;
}
.service-box-3:hover h4 {
    color: #4e4e4e;
}
.service-box-3 h4 span {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease 0s;
}
.service-box-3 h4 span::before {
    content: attr(data-hover);
    font-weight: 700;
    position: absolute;
    top: 100%;
    transform: translate3d(0px, 0px, 0px);
}
.service-box-3 p.mediumFont {
    max-height: 110px;
    overflow: hidden;
}
.service-box-3 .icon {
    background-color: #dadada;
    border: 1px solid #dadada;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff inset;
    color: #777;
    display: table;
    font-size: 50px;
    height: 150px;
    line-height: 150px;
    margin: 0 auto 25px;
    text-align: center;
    transition: all 300ms linear 0s;
    width: 150px;
}
.service-box-3:hover span, .service-box-3:focus span {
    transform: translateY(-100%);
}
.service-box-3 .r-more {
    background: #eee none repeat scroll 0 0;
    display: table;
    margin: 15px auto 0;
    padding: 8px 15px;
    position: relative;
    transition: all 300ms linear 0s;
}
.service-box-3 .r-more::after {
    content: "+";
    display: inline-block;
    font-size: 14px;
    margin-left: 8px;
}
.service-box-4 {
    margin: 0 0 30px;
	min-height: 208px;
}
.service-box-4 .cell-4 {
	padding: 0;
}
.service-box-4 a.th {
    border-radius: 0;
    display: table;
    height: auto;
    overflow: hidden;
    width: 100%;
	background: none;
}
.service-box-4 a {
    border-radius: 50%;
    display: table;
    font-family: "Montserrat",serif;
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    margin-left: -16px;
    overflow: hidden;
    text-align: center;
    width: 55px;
}
.service-box-4 h3 a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #EB7D48;
    display: table;
    font-family: "Montserrat",serif;
    font-size: 17px;
    height: auto;
    overflow: hidden;
    text-align: left;
    width: 100%;
	line-height: 23px;
	margin-left: 0;
}
.service-box-4 .short-entry p {
	line-height: 20px; 
}
.service-box-4 .fa {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.service-box-4 h3 {
    margin-bottom: 5px;
    text-align: left;
}
.service-box-4 h3 span, .service-box-5 h3 span {
    font-weight: bold;
    margin-right: 2px;
}
.service-box-4 p {
    line-height: 22px;
    margin: 0;
    min-height: 121px;
    overflow: hidden;
    text-align: left;
}
.service-box-4:hover .fa {
    animation-duration: 0.75s;
    animation-name: bounceIn;
}
.service-box-5 {
    margin: 30px 0;
}
.service-box-5 a {
    display: block;
    height: 100px;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
    transition: all 300ms linear 0s;
}
.service-box-5 a .fa {
    font-size: 70px;
    margin-top: 18px;
    transition: all 300ms linear 0s;
}
.service-box-5 h3 {
    background: #eee none repeat scroll 0 0;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 9px 0;
    text-align: center;
    text-transform: uppercase;
}
.service-box-5 p {
    margin: 0;
    max-height: 129px;
    overflow: hidden;
    text-align: center;
}
.service-box-5:hover a {
    color: #fff;
}
.service-box-5:hover a .fa {
    font-size: 116px;
    margin-top: 0;
    opacity: 0.8;
}
.levels {
    overflow: hidden;
}
.level-out {
    background: #e7e7e7 none repeat scroll 0 0;
    margin: 0 10px 25px 0;
    padding: 0;
    position: relative;
}
.level-in {
    float: left;
    height: 21px;
    position: relative;
}
.level-out::after {
    border-color: transparent transparent transparent #e7e7e7;
    border-style: solid;
    border-width: 10.5px 0 10.5px 10px;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    z-index: 0;
}
.level-in::before {
    border-style: solid;
    border-width: 10.5px 0 10.5px 10px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    z-index: 5;
}
.level-name {
    color: #777;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 4px;
}
.level-out span {
    background: #e7e7e7 none repeat scroll 0 0;
    color: #333;
    display: block;
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    padding: 0 10px;
    position: absolute;
    white-space: nowrap;
    width: 54px;
    z-index: 5;
}
.level-out span::before {
    border-color: transparent transparent transparent #e7e7e7;
    border-style: solid;
    border-width: 10.5px 0 10.5px 10px;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    z-index: 5;
}
.levels li:last-child .level-out {
    margin-bottom: 0;
}
.levels-2 li {
    float: left;
    margin: 0 1.5%;
    width: 22%;
}
.level-in-2 {
    text-align: center;
}
.level-name-2 {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}
.fun-staff .fun-text {
    font-size: 18px;
    text-align: center;
    z-index: 1;
}
.fun-staff .fun-number {
    font-size: 35px;
    padding: 0;
    text-align: center;
}
.fun-title {
    background-color: #fff;
    font-size: 40px;
    margin: auto;
}
.staff-1 .fun-text {
    padding: 23px 0;
}
.staff-1 .fun-number {
    background-color: #fff;
    color: #444;
}
.staff-1 .fun-number.skew-15, .staff-1 .fun-icon.skew-15 {
    right: 7px;
}
.staff-1 .fun-icon {
    background-color: #fff;
    font-size: 30px;
    padding: 5px 0;
    text-align: center;
}
.staff-1 .fun-number.skew15, .fun-icon.skew15 {
    left: 7px;
}
.staff-1 .fun-title {
    padding: 29px;
    text-align: center;
}
.staff-1 .fun-title span {
    color: #333;
}
.staff-2 {
    min-height: 288px;
}
.staff-2 .fun-text {
    padding: 25px 0 10px;
}
.staff-2 .fun-number {
    font-weight: 700;
}
.staff-2 .fun-icon {
    border: 2px solid #fff;
    border-radius: 50%;
    display: table;
    font-size: 35px;
    height: 86px;
    line-height: 86px;
    margin: auto;
    text-align: center;
    width: 90px;
}
.staff-2 .fun-title {
    line-height: 45px;
    padding: 21px;
    text-align: center;
}
.staff-2 .fun-title span {
    color: #333;
}
.staff-2 .fun-title p {
    color: #777;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    margin-top: 6px;
    text-transform: none;
}
.staff-3 .main-bg {
    margin: 0 -10px;
    padding: 15px;
}
.staff-3 .fun-text {
    color: #fff;
    font-size: 15px;
    min-height: inherit;
    padding: 0 0 15px;
    text-align: center;
    top: 0;
}
.staff-3 .fun-number {
    background-color: transparent;
    font-size: 38px;
    font-weight: 400;
    padding: 0;
    text-align: center;
}
.testimonials-1 {
    padding-top: 5px;
}
.testimonials-bg {
    background: #e9e9e9 none repeat scroll 0 0;
    margin: 0 15px;
    overflow: hidden;
    padding: 8px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    z-index: 4;
}
.testimonials-bg .rating {
    clear: both;
    overflow: hidden;
    padding: 10px 0 0;
    position: relative;
    z-index: 1;
}
.testimonials-bg:hover {
    background: #e6e6e6 none repeat scroll 0 0;
}
.testimonials-img {
    float: left;
    margin: 0 10px 5px 0;
    max-width: 70px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    z-index: 2;
}
.testimonials-bg .rating .fa {
    color: #ffc000;
    font-size: 15px;
    margin-right: 4px;
}
.testimonials-bg::after {
    bottom: 8px;
    color: #cfcfcf;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 7px;
    position: absolute;
    right: 8px;
}
.testimonials-name {
    font-size: 11px;
    margin: 0 5px;
    padding: 6px 0 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.testimonials-name::after {
    border-color: #dadada transparent transparent;
    border-style: solid;
    border-width: 20px 23px 0 0;
    bottom: 9px;
    content: "";
    height: 0;
    position: absolute;
    right: 9px;
    transition: all 0.2s ease-in-out 0s;
    width: 0;
    z-index: 0;
}
.testimonials-name::before {
    border-color: #dadada transparent transparent;
    border-style: solid;
    border-width: 20px 0 0 23px;
    bottom: 9px;
    content: "";
    height: 0;
    left: 11px;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    width: 0;
    z-index: 0;
}
.testimonials-bg:hover + .testimonials-name::after, .testimonials-bg:hover + .testimonials-name::before {
    border-color: #ccc transparent transparent;
}
.testimonials-bg .rating .fa-star-o {
    color: #c0c0c0;
}
.testimonials-2 .testimonials-name {
    display: table;
    font-size: 130%;
    margin: auto;
    padding: 10px 20px;
}
.testimonials-2 p {
    font-size: 16px;
    line-height: 29px;
}
.testimonials-2 .testimonials-name::before, .testimonials-2 .testimonials-name::after {
    display: none;
}
.testimonials-2 .slick-list {
    margin: 0;
    text-align: center;
}
.portfolio .portfolio-item {
    background-color: #eee;
    margin: 0 15px;
}
.gry-bg .portfolio .portfolio-item {
    background-color: #fff;
}
.portfolio-item::after {
    border-top: 2px solid #fff;
    clear: both;
    content: "";
    display: block;
    height: 3px;
}
.img-holder {
    cursor: pointer;
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
}
.img-holder img {
    height: auto;
    transition: all 1s ease-out 0s;
    width: 100%;
}
.img-holder:hover img {
    transform: scale(1.3);
}
.img-over {
    display: none;
    height: 236%;
    left: -10%;
    overflow: hidden;
    position: absolute;
    top: -23px;
    transform: rotate(0deg);
    width: 170%;
    z-index: 9;
}
.img-over a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.img-over b {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    position: absolute;
    transform: rotate(0deg);
    z-index: 8;
}
.img-over a.link {
    left: -8%;
    top: -52%;
}
.img-over a.zoom {
    left: -10%;
    top: 48%;
}
.img-over a b {
    left: 51%;
    top: 13%;
}
.img-over a.link b {
    left: 40%;
    top: 74%;
}
.name-holder {
    overflow: hidden;
    padding: 0 15px 10px;
}
.project-name {
    display: table;
    font-family: "Montserrat",serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 5px;
    padding: 0;
}
.project-options {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    text-align: center;
}
.project-options a {
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0 0 0 5px;
}
.project-brief {
    display: none;
}
.portfolio {
    position: relative;
}
.viewAll {
    padding-top: 10px;
}
.viewAll .btn {
    background: #eee none repeat scroll 0 0;
    border-radius: 3px;
    color: #777;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 27px;
    padding: 0 10px;
}
.homeGallery .slick-prev, .homeGallery .slick-next {
    bottom: 0;
    left: -70px;
    right: auto;
    top: auto;
}
.homeGallery .slick-prev {
    left: -100px;
}
.portfolio-lft-txt {
    max-height: 154px;
    overflow: hidden;
}
.lft-minus-margin {
    margin-right: -15px;
}
.view-all-projects {
    padding-top: 30px;
    text-align: center;
}
.view-all-projects a {
    display: table;
    margin: auto;
}
.portfolio-filterable .portfolio-item {
    background-color: #f4f4f4;
    margin-top: 20px;
}
.portfolio-filterable .white-bg, .portfolio-filterable .gry-bg {
    line-height: 35px;
    margin: 0 15px 10px;
}
.portfolio-filterable .white-bg {
    background-color: #fff;
}
.portfolio-filterable.full [class*="cell-"] {
    border-right: 1px solid #fff;
    margin: 0;
    padding: 0;
}
.full-portfolio {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.filter-by {
    display: inline-block;
    margin-left: 20px;
}
#filters {
    display: table;
    margin: auto;
}
#filters li {
    background: #777 none repeat scroll 0 0;
    float: left;
    margin: 0 1px 0 0;
}
#filters li a {
    color: #fff !important;
    display: block;
    font-size: 11px;
    line-height: 35px;
    padding: 0 20px;
    text-transform: uppercase;
}
#filters li:hover a, #filters li.active a {
    color: #fff;
}
.control-label {
    color: #777;
    display: block;
    font-weight: bold;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.control-group {
    border-bottom: 1px solid #e9e9e9;
    clear: both;
    display: table;
    margin: 5px 0;
    padding: 10px 0 20px;
    width: 100%;
}
.btn-group {
    clear: both;
    padding: 20px 0;
    text-align: center;
}
.btn {
    background: #777 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.8px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 11px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
[class*="skew-"] .btn {
    background: transparent none repeat scroll 0 0;
    color: inherit;
}
[class*="skew-"] .btn:hover {
    background: transparent none repeat scroll 0 0;
    color: inherit;
}
.btn span {
    display: block;
}
.btn i {
    margin-right: 5px;
}
button.skew-25 i {
    transform: skew(25deg, 0deg);
}
.btn-tiny {
    font-size: 9px;
    line-height: 27px;
    padding: 0 4px;
}
.btn-small {
    font-size: 11px;
    line-height: 33px;
    padding: 0 10px;
}
.btn-medium {
    font-size: 13px;
    line-height: 41px;
    padding: 0 12px;
}
.btn-large {
    font-size: 15px;
    line-height: 49px;
    padding: 0 22px;
}
.btn.empty {
    background: transparent none repeat scroll 0 0;
}
.input-box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
}
.txt-box {
    background-color: transparent;
    background-image: none;
    border: 0 none;
    color: #555;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.txt-box:focus {
    border: 0 none;
    outline: 0 none transparent;
}
.check-box-box {
    clear: both;
    float: none !important;
    line-height: 34px;
}
.check-box-box * {
    float: left;
}
.check-box-box a {
    margin-left: 10px;
}
.check-box {
    margin: 11px 8px 0 0;
}
.box {
    border-style: solid;
    border-width: 1px;
    margin: 0 auto 15px;
    padding: 15px;
    position: relative;
}
.box i.fa {
    color: #333;
}
.close-box {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: #fff;
    font-size: 17px;
    padding: 2px 8px 4px;
    position: absolute;
    right: 2px;
    top: 2px;
}
.box h3 {
    font-weight: bold;
    margin-bottom: 0;
}
.box p {
    margin: 5px 0 0;
    padding-bottom: 0;
}
.warning-box {
    background: #fff6bf none repeat scroll 0 0;
    border-color: #e0d594;
}
.info-box {
    background: #c2e1ee none repeat scroll 0 0;
    border-color: #9fc6d7;
}
.success-box {
    background: #bbdd8c none repeat scroll 0 0;
    border-color: #a0c272;
}
.error-box {
    background: #f1d5d6 none repeat scroll 0 0;
    border-color: #f2b1b4;
}
.tabs {
    display: inline-block;
    width: 100%;
}
.tabs > ul {
    margin-left: 5px;
}
.tabs > ul::after {
    clear: both;
    content: "";
    display: block;
}
.tabs > ul li {
    background: #efefef none repeat scroll 0 0;
    color: #6c6c6c;
    float: left;
    margin: 0 0 0 2px;
}
.tabs > ul li a {
    color: #6c6c6c;
    display: block;
    padding: 6px 15px;
    text-transform: uppercase;
}
.tabs > ul li a i {
    color: #333;
    margin-right: 8px;
}
.tabs > ul li:hover a, .tabs > ul li.active a {
    color: #fff;
}
.tabs-pane {
    padding: 15px;
}
.tabs-vertical > ul {
    float: left;
    width: 30%;
}
.tabs-vertical > ul li {
    display: block;
    float: none;
    margin: 0 0 7px;
}
.tabs-vertical .tabs-pane {
    border-bottom: 1px solid #e4e4e4;
    border-top: 0 none;
    float: left;
    margin-left: 25px;
    padding: 0;
    width: 63%;
}
.tabs-vertical .tabs-pane .tab-panel {
    padding: 0 15px 15px;
    position: relative;
}
.tabs-vertical .tabs-pane .tab-panel::before {
    content: "";
    display: inline-block;
    height: 60%;
    left: 0;
    position: absolute;
    top: 20%;
    width: 2px;
}
.tab-img-holder {
    margin-right: 15px;
    width: 30%;
}
#accordion {
    margin-bottom: 20px; 
}
.accordion li {
	margin: 0 0 -20px 0; 
}
.accordion li.moreevents {
    display: inline-block;
    margin: 0;
}
.accordion li > h3 {
    margin: 0 0 15px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
}
.accordion li > h3 a {
    background: #fff none repeat scroll 0 0;
    color: #a8a8a8;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.accordion li > h3 i.fa {
    margin-right: 7px;
}
.accordion li > h3 u {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    color: #a8a8a8;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 10px;
    line-height: 1;
    margin: 0 5px 0 0;
    padding: 10px 10px 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
	width: 32px;
}
.accordion li > h3 u::before {
    content: "";
    display: block;
    font-family: FontAwesome;
}
.accordion li > h3[class*="skew-"] u::before {
    transform: skew(25deg, 0deg);
}
.accordion li.active > h3 u::before {
    content: "";
    font-family: FontAwesome;
}
.accordion li > h3 a span {
    display: block;
}
.accordion-panel {
    margin: 0 0 0 38px;
    padding: 0 0;
}
.accordion-horizontal > li {
    display: block;
    float: left;
    height: 240px;
    margin: 0 1px;
    overflow: hidden;
    position: relative;
    width: 50px;
}
.accordion-horizontal > li.active {
    width: 80%;
}
.accordion-horizontal > li h3 span {
    display: block;
    margin-top: 130px;
    transform: rotate(-90deg);
    white-space: nowrap;
}
.accordion-horizontal > li > h3 {
    float: left;
    height: 100%;
    left: 0;
    position: absolute;
    width: 40px;
}
.accordion-horizontal > li > h3 a {
    display: table-cell;
    height: 100%;
    transform: rotate(0deg);
    vertical-align: middle;
    width: 40px;
}
.accordion-horizontal .accordion-panel {
    border: 0 none;
    margin: 0 0 0 40px;
}
.accordion-horizontal > li > h3::before {
    display: none;
}
.list li, 
.entry-content ul li,
.publications ul li,
.resources ul li {
    padding: 0 0 10px 10px;
}
.list li::before, 
.entry-content ul li::before,
.publications ul li::before,
.resources ul li::before  {
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.list-crosshairs li::before {
    content: "";
}
.list-ok li::before, 
.entry-content ul li::before,
.publications ul li::before,
.resources ul li::before {
    content: "";
}
.entry-content ul.social-list {
    clear: both;
    display: inline-block;
    margin-bottom: 20px;
}
.entry-content ul.social-list li::before {
    content: inherit !important;
}
.entry-content ul.social-list li {
    padding: 0 15px 0 0;
}
.entry-content ul.social-list li a {
    background: #ddd none repeat scroll 0 0;
    border-radius: 50px;
    padding: 10px;
}
.entry-content ul.social-list li a:hover {
    background: #eb7d48 none repeat scroll 0 0;
}
.entry-content ul.social-list li span {
    font-size: 20px;
    height: 34px;
    padding: 0;
    width: 34px;
}
.list-bell li::before {
    content: "";
}
.list-bookmark li::before {
    content: "";
}
.breadcrumbs {
    float: left;
    overflow: hidden;
    padding: 5px 10px;
}
.title-1 .breadcrumbs {
    background-color: #777 !important;
}
.breadcrumbs a {
    margin: 0;
}
.breadcrumbs a:hover {
    color: #fff;
    text-decoration: underline;
}
.breadcrumbs span {
    margin: 0 4px;
}
.clients, .auto-clients {
    padding-top: 10px;
}
.clients > div a, .auto-clients > div a {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0 15px;
    padding: 10px;
    text-align: center;
}
.plan-title {
    background: #fff url("../images/bgs/block-bg-4.jpg") no-repeat scroll center top;
    font-size: 31px;
    height: 100%;
    line-height: 90%;
    margin: auto;
    max-height: 100%;
    padding-top: 60px;
    text-align: center;
    text-transform: uppercase;
}
.plan-title span {
    color: #333;
}
.plan-block {
    color: #333;
    padding: 130px 0 30px !important;
}
.plan-block .block {
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}
.plan-year {
    color: #333;
    font-size: 13px;
    font-weight: 800;
    height: auto;
    line-height: 25px;
    padding: 15px 0 5px;
    z-index: 9;
}
/*.plan-year::before {
    background: #fff none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 15px;
    width: 100%;
    z-index: -1;
}
.plan-year::after {
    border-radius: 34px;
    bottom: 5px;
    content: "";
    display: inline-block;
    height: 25px;
    position: absolute;
    right: -35px;
    width: 25px;
    z-index: -1;
}*/
.lft-plan .plan-year,
.plan-block.lft-plan p {
    text-align: right;
}
.plan-block.lft-plan {
	margin-right: -60px;
}
.rit-plan .plan-year,
.plan-block.rit-plan p {
	text-align: left;
}
.plan-block.rit-plan {
	margin-left: -60px;
	margin-top: 50px;
}
/*.rit-plan .plan-year::after {
    left: -43px;
    transform: scaleX(-1);
}
.rit-plan .plan-year::after {
    right: -33px;
}*/
.rit-plan .plan-year span {
    display: block;
    float: right;
    transform: scaleX(-1);
}
.plan-block h3 {

    font-size: 19px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.plan-block p {
    margin: 5px 0;
}
.my-img {
    overflow: hidden;
    padding-bottom: 40px;
}
.my-img .my-name {
    display: table;
    font-size: 18px;
    line-height: normal;
    margin: 15px 0;
    padding-left: 25px;
}
.my-img img {
    border-radius: 5px;
    float: left;
    height: 150px;
    position: relative;
    width: 150px;
    z-index: 5;
}
.my-img .my-details {
    background: #f3f3f3 none repeat scroll 0 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.work-exp li h4 {
    color: #777;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.work-exp li h4::before {
    color: #b8b8b8;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 10px;
}
.work-exp li p {
    padding-bottom: 10px;
    padding-left: 23px;
}
.work-exp li:last-child p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.chart {
    display: inline-block;
    height: 140px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 140px;
}
.chart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.percent {
    color: #bdbdbd;
    display: inline-block;
    font-size: 21px;
    line-height: 137px;
    z-index: 2;
}
.percent::after {
    content: "%";
    font-size: 0.8em;
    margin-left: 0.1em;
}
.angular {
    margin-top: 100px;
}
.angular .chart {
    margin-top: 0;
}
.portfolio-img-slick {
    max-height: 500px;
    overflow: hidden;
}
.portfolio-img-slick .slick-list {
    max-height: 500px;
}
.portfolio-img-slick .slick-prev, .portfolio-img-slick .slick-next {
    background: rgba(255, 255, 255, 0.23) none repeat scroll 0 0;
    border-bottom: 0 none;
    border-radius: 0;
    color: #fff;
    height: 60px;
    margin-top: -30px;
    padding: 0;
    right: 10px;
    top: 50%;
    width: 60px;
}
.portfolio-img-slick .slick-next::before {
    content: "";
    font-size: 50px;
}
.portfolio-img-slick .slick-prev::before {
    content: "";
    font-size: 50px;
}
.portfolio-img-slick .slick-prev {
    left: 10px;
    right: auto;
}
.porto-stats [class*="cell-"] {
    padding: 3px;
}
.porto-stats .gry-bg {
    padding: 15px 9px;
}
.porto-stats .fun-text {
    color: #333;
}
.list-details li {
    border-top: 1px solid #e5e5e5;
    padding: 10px 3px;
}
.list-details li:first-child {
    border-top: 0 none;
}
.list-details li span {
    margin: 0 15px 0 5px;
}
.list-details li span.main-color {
    font-size: 13px;
    font-weight: bold;
}
.pricing-table, .pricing-table-2 {
    border: 1px solid #e4e4e4;
    padding: 45px 11px 20px;
    text-align: center;
}
.pricing-table i.fa {
    font-size: 30px;
    height: 56px;
    left: 50%;
    line-height: 56px;
    margin-left: -30px;
    margin-top: -28px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
    z-index: 9999;
}
.pricing-table .head, .pricing-table-2 .head {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.pricing-table li, .pricing-table-2 li {
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    padding: 10px 0;
}
.pricing-table .price span, .pricing-table-2 .price span {
    font-size: 26px;
    font-weight: 400;
}
.pricing-footer {
    border-bottom: 0 none !important;
    padding-top: 20px !important;
}
.pricing-table-2 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 0 20px;
    z-index: 2;
}
.pricing-table-2 .dark-bg {
    background-color: #373737;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
}
.pricing-table-2 .head {
    margin-bottom: 20px;
}
.pricing-table-2 i.fa {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    font-size: 26px;
    height: 84px;
    left: 50%;
    line-height: 23px;
    margin-bottom: -48px;
    margin-left: -45px;
    padding: 10px 25px 39px;
    position: absolute;
    text-align: center;
    width: 90px;
    z-index: 9999;
}
.pricing-table-2 li.even {
    background: #f3f3f3 none repeat scroll 0 0;
}
.pricing-table-2.selected {
    background: #494949 none repeat scroll 0 0;
    position: relative;
    transform: scale(1.1);
    z-index: 66 !important;
}
.pricing-table-2.selected li.even {
    background: #373737 none repeat scroll 0 0;
}
.pricing-table-2.selected li {
    border-color: #585858;
    color: #949494;
}
.pricing-table-2.selected i.fa {
    background: #494949 none repeat scroll 0 0;
}
.highInd {
    z-index: 99 !important;
}
.team-boxes [class*="cell-"] {
    margin: 0 0 30px;
}
.team-box {
    background-color: #f4f4f4;
    padding: 0 0 8px;
    perspective: 1700px;
    perspective-origin: 0 50%;
    position: relative;
}
.team-img {
    transition: all 0.3s ease-in-out 0s;
}
.team-img img {
    height: auto;
    width: 100%;
}
.team-box .team-details {
    backface-visibility: hidden;
    border-left: 5px solid #333;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
    transform-origin: 0 0 0;
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    width: 100%;
}
.team-box h3 {
    font-size: 14px;
    margin: -5px !important;
    padding: 7px 10px !important;
    text-align: center;
    text-transform: none;
}
.team-img h3 {
    display: block;
    margin: auto;
    overflow: hidden;
    padding: 20px 26px 15px !important;
    text-align: center;
    width: 100%;
}
.team-box:hover .team-img {
    opacity: 0.3;
}
.team-box:hover .team-details {
    opacity: 1;
    transform: rotateY(0deg);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
}
.team-box:hover .team-details .gry-bg {
    color: #666;
}
.team-box::after, .team-box-2::after {
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.team-socials {
    position: relative;
    z-index: 99999;
}
.team-socials ul {
    display: table;
    margin: auto;
    overflow: hidden;
    padding: 0;
}
.team-socials li {
    float: left;
    margin: 6px 3px;
}
.team-socials a {
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
}
.team-details p {
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 5px;
}
.team-details h3 {
    margin: 0;
    padding: 13px 0 0 5px;
}
.t-position {
    color: #ababab;
    font-size: 11px;
    padding: 10px 0;
    text-align: center;
}
.team-box .t-position {
    backface-visibility: hidden;
    color: #fff !important;
    display: table;
    font-size: 12px;
    margin: 15px auto 10px;
    padding: 5px !important;
    transform: rotate(3deg);
}
.team-box .team-details p {
    color: #fff;
    font-size: 12px;
    height: 100px;
    max-height: 100px;
    overflow: hidden;
    padding: 10px;
}
.team-box .team-socials li a {
    padding: 3px 10px;
}
.team-box:hover::after, .team-box-2:hover::after {
    height: 1px;
}
.team-box-2 {
    background-color: #f4f4f4;
    margin-top: 60px;
    padding: 45px 11px 5px;
    position: relative;
    text-align: center;
}
.team-box-2::before {
    color: #999;
    content: "";
    font-family: FontAwesome;
    font-size: 168px;
    opacity: 0.1;
    position: absolute;
    right: 14px;
    top: -20px;
    transform: rotate(-34deg);
}
.team-box-2 .team-img {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    padding: 2px;
    position: absolute;
    top: 0;
    width: 90px;
}
.team-boxes-2 .cell-3:hover .team-box-2::before, .team-boxes-2 .cell-3:hover .team-socials li a {
    color: #fff;
}
.team-boxes-2 .cell-3:hover .team-details h3, .team-boxes-2 .cell-3:hover .team-details .t-position {
    color: #fff !important;
}
.team-box-2 .team-details {
    background: transparent none repeat scroll 0 0;
    margin-top: 25px;
    position: relative;
    z-index: 9999;
}
.team-box-2 .team-details h3 {
    margin: 0 0 5px;
    padding: 8px 0;
}
.team-boxes-2 [class*="cell-"] {
    margin: 0 0 30px !important;
}
.team-box-2 .team-socials a {
    display: block;
    padding: 5px 10px;
}
.team-box-2 p {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
}
.team-box-2 .t-position {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 0;
}
.post-item {
    margin-bottom: 50px;
    padding-bottom: 20px;
    padding-right: inherit;
}
.post-content {
    overflow: hidden;
}
.post-image {
    position: relative;
}
.post-video:hover .post-lft-info {
    display: none;
}
.video-responsive {
    height: 0;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.video-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.iframe-responsive {
    height: 0;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 110%;
    position: relative;
	clear: both;
	display: block;
}
.iframe-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
div[id^="video"] {
	width: 100% !important;
	position:relative;
	z-index:99999;
}
.embeded-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.embeded-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.no-bar .blog-posts .post-image {
    max-height: 340px;
}
.post-image a .mask {
    border-left: 0 none;
    border-right: 0 none;
    height: 100%;
    opacity: 0;
    position: absolute;
    transform: scale(0.5);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.post-image a:hover .mask {
    opacity: 1;
    transform: scale(1);
}
.post-image a .mask::before {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: normal;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}
.details-img a .mask::before {
    content: "";
}
.details-img {
    position: relative;
}
.details-img::after, .post-image::after {
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.post-item p {
    margin-bottom: 0;
}
.details-img .post-lft-info, .post-image .post-lft-info {
    left: 15px;
    min-height: inherit;
    position: absolute;
    top: 0;
    z-index: 999;
}
.post-lft-info {
    float: left;
    margin-right: 20px;
    min-height: 150px;
}
.post-lft-info div {
    font-size: 14px;
    padding: 10px 25px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.tri-col {
    border-style: solid;
    border-width: 20px 40px 0;
    bottom: -20px;
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 4;
}
.post-info h2 {
    font-weight: normal;
    margin: 20px 0;
    text-transform: none;
}
.post-item .post-day, .post-item .post-year {
    display: inline-block;
}
.post-info .post-meta {
    border-bottom: 1px solid #eaeaea;
    font-size: 11px;
    margin-bottom: -5px;
    overflow: hidden;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.post-info .post-meta li {
    color: #a8a8a8;
    float: left;
    margin: 0 15px 0 0;
}
.post-info .post-meta li i {
    color: #c7c7c7;
    font-size: 14px;
    margin-right: 7px;
}
.post-info .post-meta li a {
    color: #777;
}
.post-content p {
    margin-top: 20px;
}
.post-info-container h1 {
    font-size: 27px;
    font-weight: normal;
    margin: 20px 0;
}
.post-tags {
    padding: 20px 0;
}
.post-tags span {
    display: inline-block;
    margin: 0 10px 0 5px;
}
.masonry .meta-tags {
    display: none;
}
.masonry .post-image {
    background: #eee none repeat scroll 0 0;
    max-height: 178px;
}
.masonry.nobar .post-image {
    max-height: 164px;
}
.masonry .post-item {
    margin-bottom: 30px;
}
.masonry .post-info h2 {
    font-size: 17px;
    height: 25px;
    margin: 30px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.masonry .post-content p {
    font-size: 13px;
    max-height: 60px;
    overflow: hidden;
}
.masonry .pager {
    clear: both;
}
.masonry.nobar .post-content p {
    max-height: 90px;
}
.blog-thumbs .post-image {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    max-height: 177px;
}
.blog-thumbs.no-bar .post-image {
    max-height: 177px;
}
.blog-thumbs .post-item {
    clear: both;
    float: none;
    overflow: hidden;
}
.blog-thumbs .post-info h2 {
    margin-top: 0;
}
.blog-thumbs .post-content {
    padding-left: 15px;
}
.share-post {
    background: #eee none repeat scroll 0 0;
    overflow: hidden;
    padding: 0 10px;
}
.share-post .sh {
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 45px;
    padding: 0 15px;
}
.share-post > div {
    float: left;
    height: 45px;
}
.share-post button {
    border: 0 none;
    float: left;
    font-size: 16px;
    line-height: 45px;
    margin: 0;
    padding: 0 15px;
}
.share-post .facebook {
    background: #1b57a1 none repeat scroll 0 0;
    color: #fff;
}
a.rfbp-link {
    border-bottom: 0 none;
    color: gray;
    display: block;
    font-weight: 400;
    text-decoration: none !important;
    font-size: 14px !important;
    color: #3B5998 !important;
}
.rfbp-page-link-wrap a {
    background: #3B5998;
    padding: 2px 7px;
    border-radius: 3px;
    font: 11px/18px "Helvetica Neue",Arial,sans-serif;
    color: #FFF;
}
.rfbp-link-wrap,
.rfbp-text {
	display: none !important;
}
.share-post .twitter {
    background: #0cbce2 none repeat scroll 0 0;
    color: #fff;
}
.share-post .googleplus {
    background: #dd4b39 none repeat scroll 0 0;
    color: #fff;
}
.share-post .linkedin {
    background: #1583ba none repeat scroll 0 0;
    color: #fff;
}
.share-post .pinterest {
    background: #bd2126 none repeat scroll 0 0;
    color: #fff;
}
.share-post .xing {
    background: #006464 none repeat scroll 0 0;
    color: #fff;
}
.comment-list {
    margin-bottom: 60px;
    padding: 0 15px;
}
.comment {
    position: relative;
}
.comment-avatar {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f6f6f6;
    height: 70px;
    left: 25px;
    margin: 0 20px 0 0;
    padding: 2px;
    position: absolute;
    top: 15px;
    width: 70px;
    z-index: 6;
}
.comment-content {
    margin-bottom: 20px;
}
.comment-content p {
    padding: 5px 0 5px 115px;
}
.comment-author {
    background: #eee none repeat scroll 0 0;
    font-weight: normal;
    margin-bottom: 10px;
    overflow: hidden;
}
ul.child-comment {
    margin-left: 90px;
}
ul.child-comment li {
    position: relative;
}
ul.child-comment li::before {
    background: #eee none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: -37px;
    position: absolute;
    top: 17px;
    width: 50px;
}
ul.child-comment li::after {
    background: #eee none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 117%;
    left: -37px;
    position: absolute;
    top: -101%;
    width: 1px;
}
.comments .hint .main-color {
    background: #eee none repeat scroll 0 0;
    display: inline-block;
    font-size: 150%;
    padding: 5px;
}
.author-name {
    display: inline-block;
    font-weight: bold;
    margin-left: 100px;
    padding: 10px 0 0 15px;
}
.comment-date {
    float: right;
    padding: 11px 20px 0 0;
}
.comment-reply {
    float: right;
    font-size: 12px;
    padding: 10px 15px;
}
.comment-reply span {
    display: block;
}
.comment-reply i {
    color: #fff;
    margin-right: 5px;
}
.leave-comment {
    padding-bottom: 30px;
}
.leave-comment .txt-box {
    width: 31.4%;
}
.leave-comment textarea {
    width: 100% !important;
}
.contact-detalis h4 {
    font-size: 17px;
    text-transform: none;
}
.contact-detalis h5 {
    font-size: 15px;
    margin-bottom: 0;
    text-transform: none;
}
.contact-detalis p {
    margin-top: 0;
    padding-bottom: 0;
}
.form-input {
    margin: 0 0 20px;
    overflow: hidden;
    width: 100%;
}
.form-input label, .wpcf7-form label {
    clear: both;
    display: inline-block;
    margin: 15px 0 -2px;
    overflow: hidden;
    width: 100%;
}
.form-buttons .btn {
    margin-right: 5px;
}
.contact-form span.red {
    display: inline-block;
    margin-left: 5px;
}
.contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="email"], .contact-form textarea, .contact-form input[type="file"], .wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form input[type="file"], #mc_embed_signup input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    display: inline-block;
    float: left;
    padding: 12px 15px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
#mc_embed_signup input#mc-embedded-subscribe {
    background: #eb7d48 none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    float: left;
    margin-top: 10px;
    padding: 0 15px;
    transition: all 0.2s ease-in-out 0s;
    width: auto;
}
.campaign {
	color: #333 !important;
}
.campaign a {
	clear: both !important;
    display: block !important;
    font-family: "Montserrat",serif !important;
    padding: 0 !important;
    position: inherit !important;
}
.contact-form select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    display: inline-block;
    float: left;
    line-height: 35px;
    padding: 10px 15px;
    width: 100%;
}
.contact-form input[type="radio"], .contact-form input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}
.form-box {
    display: inline-block;
    float: left;
    line-height: 34px;
}
.form-box span {
    display: inline-block;
    margin-right: 15px;
}
.contact-form textarea {
    clear: both;
    height: 180px;
    resize: none;
    width: 100%;
}
.small-txt-box {
    padding: 0 !important;
}
.small-txt-box input[type="text"] {
    width: 100px !important;
}
.btns-right {
    padding: 0 !important;
    text-align: right;
}
#error_msg {
    display: none;
}
#error_msg ul {
    margin: 10px 0 0 20px;
}
#error_msg ul li {
    color: #000;
    list-style-type: square !important;
    margin-left: 10px;
    padding: 4px 0;
}
.small-select {
    margin-right: 15px;
    padding: 10px !important;
    width: auto !important;
}
#message {
    background: transparent none repeat scroll 0 0;
    display: block;
    margin: 15px 0;
    padding: 13px;
    text-align: center;
}
.cform {
    position: relative;
}
img.loader {
    bottom: 15px;
    left: 32%;
    position: absolute;
}
#contact input.error, #contact textarea.error, #contact select.error {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #faabab;
}
.wpcf7-submit {
    display: inline-block;
    margin-top: 20px;
}
.siteMap-nav ul li {
    margin: 5px 0;
}
.siteMap-nav > ul > li > a {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}
.siteMap-nav > ul > li > a i {
    color: #999;
    margin-right: 8px;
}
.siteMap-nav ul ul {
    margin: 10px 20px;
}
.siteMap-nav ul ul li {
    border-bottom: 1px dashed #f1f1f1;
    padding: 5px 10px;
}
.siteMap-nav ul ul li a::before {
    color: #5b5b5b;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 7px;
}
.siteMap-nav ul ul li a:hover {
    margin-left: 10px;
}
.siteMap-nav ul ul li:last-child {
    border-bottom: 0 none;
}
.not-found {
    display: table;
    margin: auto;
    text-align: center;
    width: 65%;
}
.err-404 {
    color: #494949;
    font-size: 150px;
    font-weight: 800;
    line-height: 1;
    margin-top: 40px;
    position: relative;
}
.err-404::before {
    color: #f0f0f0;
    content: "";
    font-family: FontAwesome;
    font-size: 60px;
    font-weight: normal;
    left: 46.5%;
    position: absolute;
    top: -33px;
}
.item-box {
    background-color: #f4f4f4;
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}
.item-box::after {
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.item-box:hover::after {
    bottom: -1px;
    height: 1px;
}
.item-title {
    background: #ebebeb none repeat scroll 0 0;
    color: #666;
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.item-title a {
    color: #666;
}
.item-img {
    padding: 10px;
    position: relative;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.item-details {
    border-top: 1px solid #dfdfdf;
    overflow: hidden;
    padding: 10px 0 0;
}
.item-details p {
    padding: 0 10px;
}
.item-price {
    font-size: 20px;
    padding: 5px 25px;
    transition: all 0.4s ease-in-out 0s;
}
.item-rating {
    padding-bottom: 3px;
}
.item-details .item-rating {
    text-align: center;
}
.item-rating .fa {
    color: #ffc000;
    font-size: 15px;
    margin-right: 4px;
}
.item-rating .fa-star-o {
    color: #c0c0c0;
}
.right-rating {
    clear: both;
    float: right;
    font-size: 14px;
    font-weight: bold;
}
.right-rating .item-rating {
    float: right;
}
.item-details .left {
    padding-left: 10px;
}
.item-cart {
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 6px;
}
.item-cart a {
    color: #333;
    font-size: 11px;
    text-transform: uppercase;
}
.remove-item i {
    font-size: 23px;
}
.item-details .left i.fa {
    margin-right: 8px;
}
.item-tools {
    padding-top: 8px;
}
.item-tools i {
    font-size: 17px;
    transition: all 0.4s ease-in-out 0s;
}
.item-box:hover {
    background: #f0f0f0 none repeat scroll 0 0;
}
.item-box:hover .item-img {
    opacity: 0.5;
}
.sale {
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 15px;
    width: 40px;
    z-index: 99999;
}
.sale::before {
    border-style: solid;
    border-width: 15px 10px 15px 0;
    content: "";
    display: inline-block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 5;
}
.toolsBar {
    background: #f5f5f5 none repeat scroll 0 0;
    display: table;
    margin: 0 0 10px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
.toolsBar span {
    display: inline-block;
    margin: 0 5px 0 0;
}
.toolsBar select {
    background: #fff none repeat scroll 0 0;
    margin-right: 10px;
}
.order-asc i.fa {
    font-size: 20px;
    margin-top: 7px;
}
.products-filter-top {
    clear: none !important;
    float: left !important;
    width: auto !important;
}
.list-grid {
    clear: none !important;
    float: right !important;
    width: auto !important;
}
.list-grid a {
    background: #ebebeb none repeat scroll 0 0;
    float: right;
    font-size: 14px;
    margin: 0 0 0 4px;
    padding: 8px 13px;
    position: relative;
}
.list-grid a.selected::after {
    border-style: solid;
    border-width: 8px 8px 0;
    bottom: -6px;
    content: "";
    height: 0;
    left: 30%;
    position: absolute;
    width: 0;
    z-index: 5;
}
.shop-item {
}
.shop-item p {
    max-height: 50px;
    overflow: hidden;
    padding: 5px 10px;
}
.grid-list.list .shop-item {
    clear: both;
    float: none;
    width: 100%;
}
.grid-list.list .shop-item p {
    max-height: 150px;
    min-height: 115px;
    overflow: visible;
}
.grid-list.list .item-img {
    float: left;
    margin-right: 20px;
    max-height: 200px;
}
.grid-list.list .item-img img {
    max-height: 200px;
}
.control-group .box i.fa {
    color: #333;
    margin-right: 7px;
}
.similar-products .item-img img {
    max-height: 200px;
}
.grid-list.list .item-box {
    background: transparent none repeat scroll 0 0;
    overflow: hidden;
}
.grid-list.list .item-title {
    border: 0 none;
    padding-left: 25px;
    text-align: left;
}
.grid-list.list .item-box:hover .item-img {
    transform: rotateY(0deg);
}
.grid-list.list .item-box:hover {
    border-bottom-width: 3px;
}
.grid-list.list .item-box:hover .item-title {
    border: 0 none;
}
.grid-list.list .item-details {
    border: 0 none;
}
.left-shop .control-group select {
    width: 100%;
}
.left-shop .control-group label.checkbox {
    clear: both;
    display: block;
    padding: 10px;
}
.left-shop .control-group label.checkbox input[type="checkbox"], .left-shop .control-group label.checkbox input[type="radio"] {
    display: inline;
    margin-right: 8px;
    vertical-align: middle;
}
.left-shop .accordion-panel {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.left-shop .accordion li > h3 a {
    border: 0 none;
    font-weight: bold;
}
.left-shop .accordion li > h3 u, .left-shop .accordion li > h3 u::before {
    transform: skew(0deg, 0deg);
}
.left-shop .accordion li > h3 u {
    background: #ebebeb none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
}
.steps {
    margin-bottom: 30px;
    padding: 0 15px 0 0;
}
.steps ul {
    display: table;
    width: 100%;
}
.steps li {
    background: #e9e9e9 none repeat scroll 0 0;
    display: table-cell;
    width: 15.5%;
}
.continue-btn {
    background: #e9e9e9 none repeat scroll 0 0;
    height: 43px;
    margin: 30px 15px 0;
}
.continue-btn .btn {
    height: 43px;
    position: relative;
}
.continue-btn .btn.right::after {
    border-bottom: 21px solid transparent;
    border-top: 22px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    left: 100%;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 3;
}
.continue-btn .btn.left::after {
    border-bottom: 21px solid transparent;
    border-top: 22px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin-top: -22px;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
    z-index: 3;
}
.steps li span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 20px 20px 35px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.steps li span::after {
    border-bottom: 30px solid transparent;
    border-left: 16px solid #e9e9e9;
    border-top: 30px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    left: 100%;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 3;
}
.steps li span::before {
    border-bottom: 30px solid transparent;
    border-left: 16px solid #fff;
    border-top: 30px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    left: 100%;
    margin-left: 1px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 2;
}
.product-img {
    border: 1px solid #ddd;
    position: relative;
    text-align: center;
}
.thumbs {
    border-top: 1px solid #ddd;
}
.product-img > img {
    display: table;
    margin: auto;
}
.product-img ul {
    display: table;
    margin: 15px auto;
}
.product-img li {
    display: table-cell;
    margin: 0 5px 0 0;
}
.product-img li img {
    width: 60px;
}
.product-specs a.btn, .item-avl > div {
    margin-bottom: 0;
    margin-right: 6px;
}
.product-specs a.btn {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #777;
    padding-left: 20px;
    padding-right: 20px;
}
.product-specs a.btn:hover {
    background: #e4e4e4 none repeat scroll 0 0;
    border: 1px solid #ccc !important;
    color: #333;
}
.product-price {
    font-size: 29px;
    font-weight: bold;
    line-height: 1;
}
.old-price {
    color: #c4c3c3;
    font-size: 20px;
    margin: 0 0 0 10px;
    text-decoration: line-through;
}
.price-block {
    border-bottom: 1px solid #e9e9e9;
    clear: both;
    display: table;
    margin: 0;
    padding: 0 0 20px;
    width: 100%;
}
.price-box {
    padding-bottom: 10px;
}
.pro-btns {
    margin: 5px 0 0 15px;
}
.item-avl > div {
    font-weight: bold;
    padding: 10px;
}
.item-avl .success-box, .item-avl .warning-box, .item-avl .error-box {
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    width: 25px;
}
.item-avl span {
    line-height: 25px;
}
.item-avl i {
    color: #fff !important;
    margin: 0 !important;
}
.product-block {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
}
.last-list {
    padding-top: 15px !important;
}
.last-list p {
    margin-bottom: 0;
}
.reviews .comments {
    padding-top: 30px;
}
.reviews .author-name {
    margin-left: 0;
    padding: 15px;
}
.reviews .comment-date {
    padding: 15px 30px 0 0;
}
.reviews .comment-content p {
    padding: 15px;
}
.item-add {
    clear: both;
    overflow: hidden;
}
#items-num {
    border: 1px solid #dfdfdf;
    font-size: 16px;
    margin: 0 5px 0 0;
    padding: 10px 0;
    text-align: center;
    width: 50px;
}
.item-add .btn {
}
.add-items i.fa {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid transparent;
    font-size: 10px;
    height: 44px;
    line-height: 46px;
    padding: 0 8px;
}
.add-items i.fa:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
}
.qty-txt-box {
    text-align: center;
    width: 70px;
}
.qty-txt-box i {
    cursor: pointer;
    font-size: 14px;
    margin-left: 5px;
}
.qty-txt-box input[type="text"] {
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-align: center;
    width: 30px;
}
.cart-icon {
    float: right;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 9;
}
.cart-heading {
    cursor: pointer;
    padding: 10px;
}
.cart-heading i {
    font-size: 16px;
    margin-right: 10px;
}
.cart-popup {
    background: #f5f5f5 none repeat scroll 0 0;
    border-style: solid;
    border-width: 6px;
    display: none;
    min-height: 200px;
    min-width: 350px;
    padding: 20px;
    position: absolute;
    right: 0;
}
.cart-popup .empty {
    color: #f00;
    line-height: 160px;
    text-align: center;
}
.mini-cart-list li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
}
.cart-mini-lft {
    float: left;
    margin-right: 8px;
}
.cart-mini-lft img {
    border: 1px solid #fff;
    padding: 2px;
    width: 40px;
}
.mini-cart-list a.remove {
    position: absolute;
    right: 5px;
    top: 0;
}
.mini-cart-list a.remove i {
    color: #bababa;
    font-size: 130%;
}
.mini-cart-list a.remove:hover i {
    color: #000;
}
.mini-cart-total {
    border-bottom: 1px solid #e7e7e7;
    color: #444;
    font-weight: 400;
    padding: 0 10px 20px;
}
.mini-cart .checkout {
    padding-top: 20px;
    text-align: center;
}
.mini-cart .checkout a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #000;
    display: inline-block;
    height: 35px;
    line-height: 33px;
    margin: 0 5px;
    padding: 0 20px;
    text-transform: none;
}
.mini-cart .checkout a:hover {
    background: #6c6c6c none repeat scroll 0 0;
    border-color: #6c6c6c;
    color: #fff;
}
.cart-body .price {
    color: #777;
}
.shop-bottom-btns {
    padding-top: 30px;
}
.page-title h1 {
    font-size: 35px;
    font-weight: bold;
}
.page-title h1 span {
    color: #fff;
}
.page-title .cell-4 img {
    margin-top: 10px;
}
.title-mapa {} 
.title-1 {
    background: #333333 ;
}
.title-1 h1 {
    color: #fff !important;
    margin-bottom: 30px;
    margin-top: 30px;
	max-width: 70%;
}
.empty-title {
    padding-bottom: 50px;
}
.title-2 {
    background: #fff url("../images/page-titles/Page-title-1.jpg") no-repeat scroll 50% 50% / cover ;
}
.title-2 h1 {
    float: left;
    margin-bottom: 5px;
    margin-top: 30px;
    text-transform: uppercase;
}
.title-2 p {
    font-size: 20px;
    line-height: 120%;
    margin: 0;
    padding: 10px 0 30px;
    width: 75%;
}
.title-2 .breadcrumbs {
    margin-top: 115px;
}
.title-2 .breadcrumbs span {
    color: #333;
}
.title-2 h1 span {
    display: block;
}
.title-2 i {
    float: left;
    font-size: 60px;
    margin-right: 10px;
    margin-top: 36px;
    padding: 7px;
}
.title-3 {
    background: rgba(0, 0, 0, 0) url("../images/page-titles/Page-title-3.jpg") no-repeat scroll 50% 50% / cover ;
}
.title-3 h1 {
    color: #fff;
    float: left;
    margin-bottom: 5px;
    margin-top: 30px;
    text-transform: uppercase;
}
.title-3 p {
    font-size: 20px;
    line-height: 120%;
    margin: 0;
    padding: 10px 0 30px;
    width: 75%;
}
.title-3 .breadcrumbs {
    background: #fff none repeat scroll 0 0;
    margin-top: 115px;
}
.title-3 .breadcrumbs span {
    color: #333;
}
.title-3 h1 span {
    color: #fff;
    display: block;
}
.title-3 i {
    background: #2f2f2f none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 60px;
    margin-right: 10px;
    margin-top: 36px;
    padding: 7px;
}
.title-4 {
    background: #41a1b7 url("../images/page-titles/Page-title-1.jpg") no-repeat scroll 50% 50% / cover ;
}
.title-4 h1 {
    clear: both;
    color: #fff;
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    margin-top: 30px;
    padding: 2px 15px;
    text-transform: uppercase;
}
.title-4-desc {
    background: #777 none repeat scroll 0 0;
    clear: both;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 120%;
    margin: 0;
    padding: 10px 15px;
}
.title-4-desc span {
    display: block;
}
.title-4 .breadcrumbs {
    background: #fff none repeat scroll 0 0;
    margin-top: 115px;
}
.title-4 .breadcrumbs span {
    color: #333;
}
.title-4 h1 span {
    color: #fff !important;
    display: block;
    font-size: 20px;
}
.widget {
    color: #777;
    padding-bottom: 0;
	padding-top: 20px;
}
.widget h4 {
    font-size: 13px;
    margin-bottom: 8px;
    overflow: hidden;
}
.widget-content .post-img {
    display: inline-block;
    float: left !important;
    width: 70px;
}
.widget-post-info { 
	float: left;
    margin: 0 !important;
    width: 180px;
}
.widget-post-info.video {
	width: 100%;
}
.widget-post-info h4 {
	margin: 0 !important;
}
.widget-post-info h4 a { 
	color: #EB7D48;
}
.docus h3 {
    font-size: 13px !important;
	margin-top: 15px;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
}
.docus h3,
.widget-head {
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    font-weight: normal;
    line-height: 17px;
    margin-bottom: 0;
    padding: 0 0 20px;
    position: relative;
    text-transform: capitalize;
	color: #444444 !important;
}
.docus h3::before,
.widget-head::before {
    bottom: -3px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 20px;
    position: absolute;
    width: 35px;
	background-color: #444444 !important;
}
.docus h3::after,
.widget-head::after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 80px;
	background-color: #444444 !important;
}
.widget-content {
    -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 #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    overflow: hidden;
    padding: 10px;
}
.widget-content a {
    color: #666;
}
.widget-content.post-list {
    border: medium none;
    margin-top: 10px;
    padding: 0;
}
.search-w form {
    margin: 0 -10px;
    overflow: hidden;
    padding: 5px 0 3px;
}
.search-w .txt-box {
    font-size: 11px;
    width: 80%;
}
.search-w .btn i {
    margin: 0 !important;
}
.r-posts-w > ul > li, .blog-cat-w ul li, .r-comments-w ul li {
    border-top: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 10px 0;
}
.r-posts-w > ul > li:first-child, .blog-cat-w ul li:first-child, .r-comments-w ul li:first-child {
    border-top: 0 none;
}
.r-posts-w .post-img {
    float: left;
    margin-right: 10px;
    max-height: 70px;
    overflow: hidden;
}
.r-posts-w .post-img img {
    border: 1px solid #f0f0f0;
    padding: 1px;
    width: 70px;
}
.r-posts-w .meta span {
    display: inline-block;
    margin-right: 10px;
}
.r-posts-w .meta i {
    margin: 0 5px 0 0;
}
.widget-content li {
    overflow: hidden;
}
.r-posts-w li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.r-posts-w li:first-child {
    border-top: 0 none;
}
.sale-widget .meta span {
    margin-right: 2px !important;
}
.widget-content .accordion {
    margin: 10px auto;
}
.blog-cat-w li span {
    float: right;
}
.r-comments-w i.fa {
    color: #777;
    font-size: 60px;
    margin-right: 10px;
}
.r-comments-w i.fa.fa-clock-o {
    font-size: 16px;
}
.r-comments-w h5 {
    font-weight: normal;
    margin: 10px 0 5px;
    text-transform: none;
}
.tags-w {
    overflow: hidden;
}
.tags-w .tags a {
    background: #eee none repeat scroll 0 0;
    color: #616161;
    display: block;
    float: left;
    margin: 3px;
    padding: 8px;
	font-family: "Merriweather",serif;
}
.tags-w .tags a:hover {
    background: #777 none repeat scroll 0 0;
    color: #fff;
}
.widget.flickr-stream-w ul, .widget-content .tags {
    margin: 6px 0;
    overflow: hidden;
}
.flickr-stream-w ul li {
    float: left;
    margin: 0 1px 1px 0;
    position: relative;
}
.flickr-stream-w ul li a {
    display: block;
    height: 78px;
}
.flickr-stream-w ul li img {
    height: 78px;
    width: 78px;
}
.flickr-stream-w .img-overlay {
    height: 78px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
    width: 78px;
}
.flickr-stream-w .img-overlay::before {
    color: #fff;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 25px;
    line-height: 80px;
    text-align: center;
}
.flickr-stream-w ul li:hover .img-overlay {
    opacity: 1;
    transform: scale(1);
}
.tp-banner-container {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 55px;
}
.tp-banner {
    position: relative;
    width: 100%;
}
.tp-banner.revslider-initialised {
	height: 318px !important;
}
.tp-caption {
    line-height: normal !important;
}
.tp-caption a {
    color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
    background-image: none !important;
    border: 3px solid #fff;
    border-radius: 50%;
}
.tparrows {
    background-image: none !important;
    height: auto !important;
    width: auto !important;
}
.tp-arr-allwrapper {
    background: rgba(255, 255, 255, 0.6);
    height: 35px;
    margin: 0 -10px;
    width: 35px;
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
    color: #fff;
}
.tp-arr-iwrapper {
    color: #000;
    font-family: FontAwesome;
	font-size: 26px;
    line-height: 34px;
    text-align: center;
}
.tp-leftarrow .tp-arr-iwrapper::before {
    content: "";
}
.tp-rightarrow .tp-arr-iwrapper::before {
    content: "";
}
.slide-h1 {
    color: #444;
    font-size: 57px;
    font-weight: bold;
    margin: 5px 0 !important;
    padding: 0 0 5px !important;
    text-transform: uppercase;
}
.slide-h2 {
    color: #555;
    font-size: 55px;
    font-weight: bold;
    line-height: 100%;
    margin: 5px 0 !important;
    padding: 0 0 5px !important;
}
.big-font {
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
}
.large-desc {
    font-size: 16px;
}
.slide-h3 {
    color: #fff;
    font-size: 31px;
    line-height: 100%;
}
.slide-h3 span {
    font-weight: bold;
    text-transform: uppercase;
}
.slide-head {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
.slide-desc {
    font-size: 22px;
    line-height: 150%;
}
.main-title {
    font-size: 70px;
    font-weight: 800;
    text-transform: uppercase;
}
.icon-cont {
    border-radius: 10px;
    padding: 15px 40px;
    text-align: center;
}
.icon-cont::after {
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 0;
    left: 40%;
    position: absolute;
    width: 0;
    z-index: 5;
}
.icon-cont i {
    color: #fff;
    font-size: 50px;
    margin-bottom: 10px;
}
.icon-cont span {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 0 0 5px;
    text-align: center;
}
a.wit-btn {
    background: #fff none repeat scroll 0 0;
    color: #333 !important;
    text-transform: uppercase;
}
.wit-line {
    background: #fff none repeat scroll 0 0;
    height: 1px;
    width: 5%;
}
.vert-line {
    background: #fff none repeat scroll 0 0;
    min-height: 270px;
    width: 1px;
}
.subTxt {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
.large-title {
    color: #222;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase !important;
}
.large-light-title {
    color: #787878 !important;
    font-size: 70px;
    font-weight: lighter;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.large-text {
    color: #000;
    font-size: 20px;
    font-weight: lighter;
}
.larger-text {
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
}
.witTxt {
    color: #fff !important;
}
.light-font {
    font-size: 50px;
    font-weight: lighter !important;
}
.black-bg {
    background: rgba(0, 0, 0, 0.63) none repeat scroll 0 0;
    color: #a8a8a8;
    text-transform: none;
}
.lft-list {
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
.wit-border {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 15px 60px;
    text-transform: uppercase;
}
.rounded-bord {
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    text-align: center;
    width: 30px;
}
#vertical-ticker {
    height: 120px;
    overflow: hidden;
}
#vertical-ticker li {
    display: block;
    line-height: 120px;
    padding: 15px 20px;
    text-align: center;
}
.to-bottom i.fa {
    animation: 2s linear 0s normal none infinite running bounce;
    border: 2px solid #a8a8a8;
    border-radius: 50%;
    font-size: 30px;
    padding: 20px 22px;
}
.tp-revslider-slidesli a {
    background: rgba(244, 244, 244, 0.8);
    bottom: 0;
    display: inline-block;
    margin: 10px;
    max-width: 100%;
    position: absolute;
    padding: 10px;
}
.tp-revslider-slidesli a:hover {
	text-decoration: none;
}
.tp-simpleresponsive > ul > li {
    min-height: 360px;
	background-size: cover !important;
}
li.tp-revslider-slidesli .dates {
	font-family: "Montserrat",serif !important;
	color: #444;
	font-size: 16px;
}
.tp-revslider-slidesli h3 {
    background: none;
    display: block;
    margin: 0 0 0;
    padding: 0;
    width: auto;
    font-size: 20px;
    line-height: 24px;
	text-transform: uppercase;
}
li.tp-revslider-slidesli .subtitol {
	font-family: "Montserrat",serif !important;
	color: #444;
	font-size: 18px;
}
.tp-revslider-slidesli .entry-slide {
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}
@keyframes bounce {
0% {
    transform: translateY(0%);
}
50% {
    transform: translateY(-30%);
}
100% {
    transform: translateY(0px);
}
}
@keyframes bounce {
0% {
    transform: translateY(0%);
}
50% {
    transform: translateY(-30%);
}
100% {
    transform: translateY(0px);
}
}
#to-top {
    bottom: -100px;
    cursor: pointer;
    font-size: 18px;
    line-height: 10px;
    overflow: auto;
    padding: 12px 14px 14px;
    position: fixed;
    right: 10px;
    transition: all 0.7s ease-in-out 0s;
    z-index: 55;
}
#footWrapper {
    clear: both;
    height: 100%;
    overflow: hidden;
}
.footer-top {
    background: #444444 none repeat scroll 0 0;
    border-bottom: 1px solid #0f0f0f;
    color: #aaa;
    overflow: hidden;
    padding: 30px 0 0px;
}
.footer-top a {
    color: #9e9e9e;
}
.footer-top a.btn {
    color: #fff;
}
.footer-top hr {
    border-top: 1px solid #3a3a3a;
    clear: both;
    margin: 50px 15px;
}
.footer-top h3 {
    font-size: 15px;
    /*font-weight: bold;*/
    position: relative;
}
.footer-top hr.hr-style5::before, .footer-top hr.hr-style5::after {
    background: #222 none repeat scroll 0 0;
    color: #3a3a3a;
}
.footer-top-2 {
    border-top-style: solid;
    border-top-width: 5px;
}
.footer-top-2 .foot-logo {
    border-bottom: 1px solid #3a3a3a;
    height: 52px;
    margin: -8px auto 9px;
    text-align: center;
}
.footer-top-2 .social-list li a {
    background: #494949 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    font-size: 17px;
    margin: 0 6px 0 0;
    text-align: center;
    width: 33px;
}
.footer-top-2 .social-list li span {
    color: #b5b5b5;
    padding: 0 7px;
}
.footer-top-2 .social-list li:hover span {
    color: #fff;
}
.footer-menu-inline {
    float: right;
    font-size: 11px;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
}
.footer-menu-inline li {
    display: inline-block;
    margin: 0 5px;
}
.footer-menu-inline li a {
    color: #777;
    transition: all 300ms linear 0s;
}
.footer-menu-inline li a:hover, .footer-menu-center li a:hover {
    padding-bottom: 4px;
}
.footer-bar {
    background: #000 none repeat scroll 0 0;
    font-size: 11px;
    padding-bottom: 10px;
    padding-top: 30px;
}
.footer-bar-3 p {
    color: #b0b0b0;
    font-size: 20px;
    line-height: 40px;
    text-transform: none;
}
.footer-bar-3 a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    vertical-align: bottom;
}
.footer-bar-3 a span {
    display: block;
    font-size: 20px;
    padding: 0 7px;
    position: relative;
    text-align: center;
    transform-origin: -50% 50% 0;
    transform-style: preserve-3d;
    transition: transform 0.4s ease 0s, background 0.4s ease 0s;
}
.footer-bar-3 a span::before {
    content: attr(data-view);
    height: 100%;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: rotateY(90deg);
    transform-origin: -50% 50% 0;
    transition: background 0.4s ease 0s;
    width: 100%;
}
.footer-bar-3 a:hover span, .footer-bar-3 a:focus span {
    background: #b53a2d none repeat scroll 0 0;
    transform: rotateY(-90deg);
}
.footer-bar-3 .buyNow {
    border-left: 1px solid #322f2f;
    margin-top: -5px;
}
.footer-bar-3 .buyNow a {
    font-size: 20px;
    font-weight: 800;
}
.copyrights-center {
    text-align: center;
}
.footer-menu-center {
    font-size: 11px;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
}
.footer-menu-center li {
    display: inline-block;
    margin: 0 5px;
}
.footer-menu-center li a {
    color: #777;
    transition: all 300ms linear 0s;
}
.recent-posts-footer li {
    border-bottom: 1px dotted #323232;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 6px 5px;
}
.recent-posts-footer li .post-img {
    float: left;
    margin-right: 10px;
    max-height: 70px;
    overflow: hidden;
}
.recent-posts-footer li .post-img img {
    padding: 1px;
    width: 40px;
}
.recent-posts-footer li h4 {
    font-size: 13px;
    height: 18px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recent-posts-footer li .meta span {
    display: inline-block;
    margin-right: 10px;
}
.recent-posts-footer li .meta i {
    margin: 0 5px 0 0;
}
.footer-top-4 {
    background: #424242 url("../images/patterns/bg16.png") repeat scroll 0 0;
}
.footer-top-4 p, .footer-top-4 ul.footer-menu a, .footer-top.footer-top-4 .footer-menu a::before {
    color: #ccc;
}
.footer-top-4 ul.footer-menu a:hover, .footer-top.footer-top-4 .footer-menu a:hover::before {
    color: #fff;
}
.footer-top-4 .foot-logo {
    height: 52px;
    text-align: center;
}
.footer-top-4 .copyrights, .footer-top-4 .footer-menu-inline {
    background: #1d1d1d none repeat scroll 0 0;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-top-4 hr {
    border-top: 1px solid #1d1d1d;
}
.footer-top-4 .foot-logo {
    background-position: 0 0;
}
.footer-top .footer-menu a {
    display: inline-block;
    padding: 7px 0;
}
.footer-top .footer-menu a::before {
    color: #5b5b5b;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 7px;
}
.foot-logo {
    height: 40px;
    margin: 0 auto 5px;
    text-align: center;
}
footer .NL {
    margin: auto 15px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
footer .NL .input-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: #3f3f3f -moz-use-text-color #3f3f3f #3f3f3f;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #fff;
    font-size: 11px;
    margin-left: 10px;
    padding-left: 25px;
    width: 67%;
}
footer .NL .txt-box {
    color: #969696;
    font-size: 11px;
}
footer .NL::before {
    color: #5c5c5c;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    left: 24px;
    position: absolute;
    top: 16px;
}
footer .NL .NL-btn {
    background: #3f3f3f none repeat scroll 0 0;
    color: #fff;
}
footer .NL .Notfication {
    display: none;
}
footer .NL .Notfication p {
    color: #333;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    margin-top: -28px;
    padding: 0 7px;
    vertical-align: top;
    width: 89%;
}
footer .NL .Notfication .close-box {
    color: #333;
}
footer .no-margin {
    font-size: 12px;
    margin: 20px 20px 8px;
    text-align: center;
}
.footer-top .tweet {
    overflow: hidden;
    position: relative;
}
.footer-top .tweet .twitter-pic {
    float: left;
    margin: 3px 10px 0 0;
}
.footer-top .tweet .twitter-text {
    float: left;
    width: 80%;
}
.footer-top .tweet p {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 5px;
}
.footer-top .tags a {
    background: #2c2c2c none repeat scroll 0 0;
    color: #c4c4c4;
    display: block;
    float: left;
    margin: 3px;
    padding: 8px 6px;
	font-family: "Merriweather",serif;
}
.footer-contact {
    padding: 7px 0;
}
.footer-contact i {
    color: #6a6a6a;
    display: table-cell;
    font-size: 18px;
    padding: 0 12px 0 0;
    vertical-align: middle;
}
.footer-contact span {
    display: table-cell;
}
.footer-top .flickr-stream-w ul li a {
    height: 61px;
}
.footer-top .flickr-stream-w ul li img, .footer-top .flickr-stream-w .img-overlay {
    height: 61px;
    width: 61px;
}
.footer-top .flickr-stream-w .img-overlay::before {
    font-size: 22px;
    height: 61px;
    line-height: 61px;
}
.footer-top .flickr {
    display: block;
    height: 61px;
    overflow: hidden;
}
.copyrights {
    font-size: 13px;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
}
.copyrights a {
    color: #7c7c7c;
    text-decoration: underline;
}
.copyrights a:hover {
    text-decoration: none;
}
.footer-bottom {
    background: #222222 none repeat scroll 0 0;
    border-top: 1px solid #363636;
    overflow: auto;
    padding: 15px 0;
}
.social-list li {
    float: left;
    font-size: 14px;
    margin: 0 1px 0 0;
}
.social-list li a {
    color: #737373;
    display: block;
    padding: 0;
}
.social-list li span {
    display: block;
    line-height: 33px;
    padding: 0 12px;
    text-align: center;
}
.social-list li a:hover {
    text-decoration: none;
}
.sfsi_widget .norm_row.sfsi_wDiv {
	margin-left: 10px !important;
	margin-top: 20px;
    position: relative !important;
}
.hover_links_effect li a {
    background: #494949 none repeat scroll 0 0;
    border-radius: 50%;
    color: #b5b5b5;
    display: inline-block;
    font-size: 17px;
    margin: 0 6px 0 0;
    overflow: hidden;
    text-align: center;
    width: 33px;
}
.hover_links_effect li span {
    animation-duration: 300ms;
    animation-fill-mode: both;
    padding: 0 7px;
}
.hover_links_effect li:hover span {
    animation-name: fadeInUp;
}
.footer-top-4 .hover_links_effect li a {
    background: #1d1d1d none repeat scroll 0 0;
}
.top-bar .social-list li span {
    line-height: 37px;
}
.pageWrapper.fixedPage {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    margin: auto;
    position: relative;
}
.bg1 {
    background: #fff url("../images/patterns/bg1.jpg") repeat scroll 0 0;
}
.bg2 {
    background: #fff url("../images/patterns/bg2.jpg") repeat scroll 0 0;
}
.bg3 {
    background: #fff url("../images/patterns/bg3.jpg") repeat scroll 0 0;
}
.bg4 {
    background: #fff url("../images/patterns/bg4.jpg") repeat scroll 0 0;
}
.bg5 {
    background: #fff url("../images/patterns/bg5.jpg") repeat scroll 0 0;
}
.bg6 {
    background: #fff url("../images/patterns/bg6.jpg") repeat scroll 0 0;
}
.bg7 {
    background: #fff url("../images/patterns/bg7.jpg") repeat scroll 0 0;
}
.bg8 {
    background: #fff url("../images/patterns/bg8.jpg") repeat scroll 0 0;
}
.bg9 {
    background: #fff url("../images/patterns/bg9.jpg") repeat scroll 0 0;
}
.bg10 {
    background: #fff url("../images/patterns/bg10.jpg") repeat scroll 0 0;
}
.bg11 {
    background: #fff url("../images/patterns/bg11.jpg") repeat scroll 0 0;
}
.bg12 {
    background: #fff url("../images/patterns/bg12.jpg") repeat scroll 0 0;
}
.bg13 {
    background: #fff url("../images/patterns/bg13.jpg") repeat scroll 0 0;
}
.bg14 {
    background: #fff url("../images/patterns/bg14.jpg") repeat scroll 0 0;
}
.bg15 {
    background: #fff url("../images/patterns/bg15.jpg") repeat scroll 0 0;
}
.bg11, .bg12, .bg13, .bg14, .bg15 {
    background-attachment: fixed !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
a.main-color:hover, .project-name:hover, .box-top .more-btn:hover {
    color: #333 !important;
}
#holder {
    display: table;
    margin: auto;
}
.digits {
    display: table;
    margin: 80px auto 0;
}
.digits span {
    background: rgba(0, 0, 0, 0) url("../images/digits.png") no-repeat scroll 0 0 / 100% 100%;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 55px;
    font-weight: 800;
    height: 120px;
    padding: 18px 30px;
    perspective: 500px;
    position: relative;
    text-align: center;
}
.digits li {
    float: left;
    margin: 0 10px;
    text-align: center;
}
.digits li p {
    color: #fff;
    font-size: 20px;
}
.soon-top {
    margin-top: 80px;
}
.large-paragraph {
    font-size: 27px;
    font-weight: lighter;
    line-height: normal;
    margin: 40px auto 0 !important;
    text-transform: uppercase;
}
.soon-subscribe {
    font-size: 22px;
    font-weight: lighter;
    line-height: normal;
    margin: 20px auto 30px !important;
    text-align: center;
}
.soon-inputs {
    margin-bottom: 80px;
}
.soon-inputs input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    height: 60px;
    min-width: 400px;
    padding: 15px 20px;
}
.soon-inputs input[type="submit"] {
    border: 0 none;
    height: 60px;
    margin-top: -3px;
    padding: 15px 20px;
}
.video-container {
    display: table;
    width: 100%;
}
.home-video .YTPOverlay {
    display: none !important;
}
.video-box {
    display: table-cell;
    height: 600px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.YTPOverlay {
    background: rgba(232, 82, 47, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
.inner-video {
    height: 600px;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
}
.internal-video {
    height: 600px;
    overflow: hidden;
    position: relative;
}
.video-frame {
    height: 1171px;
    left: 0;
    margin-left: -278.36px;
    margin-top: -385.5px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 2459.72px;
    z-index: 0;
}
.larg-socials {
    display: table;
    margin: 30px auto 0;
}
.larg-socials li {
    float: left;
    margin: 0 15px;
}
.larg-socials li a {
    border: 2px solid #e4e4e4;
    border-radius: 50%;
    display: block;
    height: 66px;
    line-height: 66px;
    padding: 2px;
    position: relative;
    width: 66px;
}
.larg-socials li a i {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    width: 58px;
}
.larg-socials li a::before {
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    bottom: -20px;
    content: "";
    left: -20px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: -20px;
    top: -20px;
    transition-duration: 0.3s;
    transition-property: top, right, bottom, left;
}
.larg-socials li a::after {
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    bottom: -20px;
    content: "";
    left: -20px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: -20px;
    top: -20px;
    transition-duration: 0.8s;
    transition-property: top, right, bottom, left;
}
.larg-socials li a:hover::before, .larg-socials li a:focus::before, .larg-socials li a:active::before {
    bottom: -6px;
    left: -6px;
    opacity: 0.3;
    right: -6px;
    top: -6px;
}
.larg-socials li a:hover::after, .larg-socials li a:focus::after, .larg-socials li a:active::after {
    bottom: -9px;
    left: -9px;
    opacity: 0.3;
    right: -9px;
    top: -9px;
}
.larg-socials li a:hover i {
    background-color: #fff;
    color: #e8522f;
}
.fa-hover > span {
    border-radius: 4px;
    color: #222222;
    cursor: pointer;
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    transition: all 0.4s ease-in-out 0s;
}
.fa-hover:hover > span {
    background: #777 none repeat scroll 0 0;
    color: #fff;
}
.fa-hover > span i {
    margin-right: 9px;
}
.fa-hover:hover > span i {
    font-size: 28px;
    vertical-align: -6px;
}
.ModalPopUp {
    background: rgba(44, 43, 43, 0.5) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.ModalContainer {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 485px;
    margin: 25px auto;
    width: 50%;
}
.Modalheader {
    background: #f3f3f3 none repeat scroll 0 0;
    height: 31px;
    padding: 25px 10px;
}
.Modalheader h3 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-top: -8px;
}
.ModalContent {
    height: 100%;
    padding: 10px;
}
.CssContainer {
    background: #242424 none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #4ea90f;
    cursor: text;
    height: 370px;
    margin-bottom: 10px;
    overflow: auto;
    padding: 10px;
}
.closePopup {
    background: #ddd none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    float: right;
    height: 30px;
    margin-top: -14px;
    transition: all 0.3s linear 0s;
    width: 30px;
}
.closePopup span {
    display: block;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}
.closePopup:hover {
    background-color: #eb7d48;
}
.closePopup:hover span {
    color: #fff;
}
.errorSelect {
    background: #f1d5d6 none repeat scroll 0 0;
    border-color: #f2b1b4;
    color: #9d1e1e;
    display: none;
    margin-top: 12px;
    padding: 5px;
    text-align: center;
    width: 100%;
}
.Newsslider .slick-prev, .Newsslider .slick-next {
    background: rgba(119, 119, 119, 0.23) none repeat scroll 0 0;
}
#fowd, iframe[src="about:blank"], .nicescroll-rails {
    display: none !important;
}
.errCap {
    background: #f00 none repeat scroll 0 0;
    color: #fff;
    font-weight: normal;
    left: 94%;
    padding: 13px;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    white-space: nowrap;
    z-index: 9;
}
.errCap::before {
    border-color: transparent #f00 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    content: "";
    height: 0;
    left: -5px;
    position: absolute;
    top: 16px;
    width: 0;
}
.top-nav-style3 .top-nav > ul li a:hover i, .top-nav-style3 .top-nav > ul li.selected a i, .top-nav-style3 .top-nav > ul li.current a i {
    color: #c2c2c2;
}
.top-nav-style3 .mega-menu .div-mega, .head-style2 .mega-menu .div-mega, .nav-4 .mega-menu .div-mega {
    top: 50px;
}
.head-style2 .right-bar {
    margin: 2px 5px 4px 0;
}
.head-style2 .bg-head2 {
    bottom: 0;
}
.sticky .top-nav-style3 .mega-menu .div-mega {
    top: 50px !important;
}
.nav-4 .top-nav > ul > li > a i {
    display: none;
}
.masonry.nobar .post-image {
    max-height: 160px;
}
.post-image a .mask {
    top: 3px;
}
.news-masnory .gallery li {
    margin: 0 1px 1px 0 !important;
}
img {
    vertical-align: middle;
}
header.top-head .logo a {
    margin-left: 0;
    margin-right: 0;
}
header.top-head.top-head-4 .logo a, .head-style2 header.top-head .logo a, .head-style3 header.top-head .logo a {
    margin-left: auto;
    margin-right: auto;
}
.portfolio-filterable.full {
    padding: 0 15px;
}
.top-nav > ul ul li a i {
    font-size: 13px;
    margin-right: 8px;
}
.portfolio-lft-txt {
    max-height: 137px;
}
#message {
    margin: 0;
}
.img-holder .slick-list {
    margin: 0 !important;
}
.img-over.full-hover {
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate(0deg);
    width: 100%;
}
.img-over.full-hover .zoom {
    left: 0;
    top: 0;
}
.img-over.full-hover .zoom b {
    left: 50% !important;
    margin-left: -15px;
    margin-top: -15px;
    top: 50% !important;
    transform: rotate(0deg);
}
.sub-menu-white.top-nav > ul li ul li, .sub-menu-dark.top-nav > ul li ul li {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sub-menu-white.top-nav > ul li ul li:first-child, .sub-menu-dark.top-nav > ul li ul li:first-child {
    border-top-style: solid;
    border-top-width: 4px;
}
.sub-menu-white.top-nav > ul li ul li {
    border-bottom-color: #f2f2f2;
}
.sub-menu-white.top-nav > ul li ul li a {
    background: #fff none repeat scroll 0 0;
    color: #777;
}
.sub-menu-white.top-nav li li.selected > a, .sub-menu-white.top-nav li li.current > a {
    background: #f2f2f2 none repeat scroll 0 0 !important;
    color: #777 !important;
}
.sub-menu-white.top-nav > ul li ul li a:hover {
    background: #f2f2f2 none repeat scroll 0 0 !important;
}
.sub-menu-white.top-nav li li.hasChildren::after, .sub-menu-white.top-nav > ul ul li a i {
    color: #c5c5c5;
}
.sub-menu-white .div-mega {
    background-color: #fff;
    border-top-style: solid;
    border-top-width: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sub-menu-dark .div-mega {
    background-color: #333;
    border-top-style: solid;
    border-top-width: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.sub-menu-white.top-nav .div-mega ul li:first-child, .sub-menu-dark.top-nav .div-mega ul li:first-child {
    border-top-width: 0;
}
.sub-menu-white.top-nav .div-mega h4 {
    background: #eee none repeat scroll 0 0;
}
.sub-menu-dark.top-nav .div-mega h4 {
    background: #111 none repeat scroll 0 0;
    color: #999;
}
.sub-menu-white.top-nav .div-mega ul li, .sub-menu-dark.top-nav .div-mega ul li {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.div-mega h4 {
    border-radius: 3px;
    font-size: 12px;
    padding: 12px 15px !important;
    text-transform: uppercase;
}
.sub-menu-dark.top-nav > ul li ul li {
    border-bottom-color: #3f3f3f;
}
.sub-menu-dark.top-nav > ul li ul li a {
    background: #333 none repeat scroll 0 0;
    color: #ddd;
}
.sub-menu-dark.top-nav li li.selected > a, .sub-menu-dark.top-nav li li.current > a {
    background: #444 none repeat scroll 0 0 !important;
    color: #ddd !important;
}
.sub-menu-dark.top-nav > ul li ul li a:hover {
    background: #3f3f3f none repeat scroll 0 0 !important;
}
.sub-menu-dark.top-nav li li.hasChildren::after, .sub-menu-dark.top-nav > ul ul li a i {
    color: #7f7f7f;
}
.title-minimal, .title-5 {
    background: #efefef none repeat scroll 0 0;
}
.title-minimal .container {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}
.title-minimal .breadcrumbs {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    left: auto;
    margin: 0;
    position: absolute;
    right: 0;
}
.title-minimal .line-separate {
    color: #a5a5a5 !important;
}
.title-minimal .breadcrumbs * {
    color: #a5a5a5;
    font-size: 11px;
}
.title-minimal .breadcrumbs a:hover {
    color: #a5a5a5;
}
.title-minimal h1 {
    font-size: 30px;
}
.title-2.center-title .container, .title-3.center-title .container, .title-4.center-title .container {
    padding-bottom: 50px;
    position: relative;
}
.title-2.center-title .breadcrumbs, .title-3.center-title .breadcrumbs, .title-4.center-title .breadcrumbs, .title-5 .breadcrumbs {
    bottom: 0;
    left: auto;
    margin: 0;
    position: absolute;
    right: 0;
}
.title-2.center-title .inner-title, .title-3.center-title .inner-title, .title-4.center-title .inner-title {
    display: table;
    float: none;
    margin: auto;
    width: auto;
}
.center-title.title-4 h1 {
    display: table;
    float: none;
    margin: 20px auto 5px;
}
.title-5 .container {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}
.title-5 .inner-title {
    display: table-cell;
    vertical-align: middle;
}
.page-title.video-container {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.page-title .highInd {
    z-index: 99999 !important;
}
.page-title .YTPOverlay {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.light-footer .footer-bar {
    background: #e7e7e7 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
}
.light-footer .footer-bar-3 .buyNow {
    border-left: 1px solid #ffffff;
}
.light-footer .footer-top {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #fff;
    color: #999;
}
.light-footer .footer-top a {
    color: #575757;
}
.light-footer .footer-bottom {
    background: #e7e7e7 none repeat scroll 0 0;
    border-top: 1px solid #ffffff;
}
.light-footer .footer-top .block-head {
    border-bottom-color: #e0e0e0;
    color: #777;
}
.light-footer .hover_links_effect li a {
    background: #dddddd none repeat scroll 0 0;
    color: #777;
}
.light-footer .recent-posts-footer li {
    border-bottom: 1px dotted #d5d5d5;
}
.light-footer .footer-top .tags a {
    background: #e5e5e5 none repeat scroll 0 0;
}
.light-footer .footer-top hr {
    border-top: 1px solid #dbdbdb;
}
.light-footer .footer-top hr.hr-style5::before, .light-footer .footer-top hr.hr-style5::after {
    background: #efefef none repeat scroll 0 0;
    color: #d5d5d5;
}
.light-footer .NL .NL-btn {
    background: #d8d8d8 none repeat scroll 0 0;
    color: #474747;
}
.light-footer .NL .input-box {
    border: 1px solid #d8d8d8;
}
.light-footer .NL::before {
    color: #cdcdcd;
    top: 17px;
}
.minimal-foot.footer-bottom .social-list a {
    text-decoration: none;
}
.minimal-foot {
    background: #323232 none repeat scroll 0 0;
    padding: 30px 0;
}
.minimal-foot .footer-menu-inline {
    margin-top: 45px;
}
.left-side-wrap {
    margin-left: 260px;
    position: relative;
}
.right-side-wrap {
    margin-right: 260px;
    position: relative;
}
.left-side-header, .right-side-header {
    background: #fff none repeat scroll 0 0;
    box-shadow: 3px 0 5px 0 rgba(50, 50, 50, 0.25);
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 260px;
    z-index: 5;
}
.right-side-header {
    box-shadow: -3px 0 5px 0 rgba(50, 50, 50, 0.25);
    left: auto;
    right: 0;
}
.left-side-header header.top-head, .right-side-header header.top-head {
    border-bottom: 0 none;
    padding: 70px 0;
}
.left-side-header .search-box-side, .right-side-header .search-box-side {
    display: block;
    margin: 30px 20px;
    overflow: hidden;
    position: relative;
}
.left-side-header .input-box, .right-side-header .input-box {
    border-bottom-left-radius: 2em;
    border-right: 0 none;
    border-top-left-radius: 2em;
    margin-right: -15px;
}
.left-side-header .search-box-side input[type="text"], .right-side-header .search-box-side input[type="text"] {
    font-size: 10px;
    height: 33px;
    width: 190px;
}
.left-side-header .search-box-side input[type="submit"], .right-side-header .search-box-side input[type="submit"] {
    border-radius: 50%;
    font-size: 10px;
    height: 35px;
    padding: 0 5px;
    width: 35px;
}
.left-side-header header.top-head .logo a, .right-side-header header.top-head .logo a {
    margin: auto;
}
.side-nav {
    padding: 30px 0 10px;
}
.side-nav > ul > li {
    margin: 0;
    padding: 0 20px;
    position: relative;
}
.side-nav > ul > li > a:hover i, .side-nav > ul > li.current > a i, .side-nav > ul > li.selected > a i {
    margin-top: 5px;
}
.side-nav > ul > li > a {
    border-bottom: 1px solid #eee;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 17px;
    text-transform: uppercase;
}
.side-nav > ul > li > a:hover {
    color: #777;
}
.side-nav > ul > li.current > a {
    color: #333;
    font-weight: bold;
}
.side-nav > ul > li > ul li.current > a {
    background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
}
.side-nav > ul li a i {
    color: #b8b8b8 !important;
    font-size: 16px;
    margin-right: 10px;
}
.side-nav > ul li a:hover i {
    color: #777 !important;
}
.side-nav > ul li a:hover i, .side-nav > ul li.selected a i, .side-nav > ul li.current a i {
    color: #fff;
}
.side-nav > ul li ul {
    display: none;
    min-width: 220px;
    position: static;
}
.side-nav > ul > li > ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    float: none;
    line-height: 35px;
    margin: 0;
    padding: 0;
    position: relative;
}
.side-nav > ul > li > ul li a:hover {
    background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
}
.side-nav ul ul li.hasChildren {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
.side-nav li li a {
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 40px !important;
    overflow: hidden;
    padding: 0 15px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.side-nav li.hasChildren::after {
    color: #777;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    top: 15px;
    transition: transform 0.3s linear 0s;
}
.side-nav li.hasChildren:hover::after {
    transform: rotate(-180deg);
}
.side-nav li li.hasChildren::after {
    color: #fff;
    right: 10px;
    top: 2px;
}
.side-nav li li a:hover, .side-nav li li.selected > a, .side-nav li li.current > a {
    text-decoration: none;
}
.side-nav .div-mega {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
    display: none;
    padding-top: 0;
    position: static;
}
.side-nav .div-mega .div-mega-section {
    float: none;
    margin: 0;
    width: 100%;
}
.side-nav .div-mega .div-mega-section h4 {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    margin: 0;
}
.side-nav .div-mega .div-mega-section ul {
    display: block;
}
.side-nav .div-mega .div-mega-section ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.side-nav .div-mega .div-mega-section ul li a:hover {
    background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
}
.side-head-block {
    margin: 20px;
}
.side-head-block ul.blocks li {
    border-bottom: 1px solid #ececec;
    display: block;
    float: none;
    font-size: 12px;
    padding: 8px 0;
}
.side-head-block ul.social-list {
    display: table;
    margin: auto;
}
.side-head-block ul.blocks li a, .side-head-block ul.blocks li span {
    font-size: 12px;
}
.side-head-block ul.blocks li i {
    margin-right: 8px;
}
.nicescroll-rails {
    display: block !important;
}
.top-nav > ul li ul {
    display: none;
    height: auto;
    max-height: none;
}
.top-nav > ul > li > ul > li {
    opacity: 1;
    transform: rotateY(0deg);
}
.top-nav ul li li li {
    opacity: 1;
    transform: rotateX(0deg);
}
.top-nav ul li li > ul {
    height: auto;
}
.top-nav > ul.def-effect li ul {
    display: block;
    height: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
}
.top-nav > ul.def-effect > li > ul > li {
    opacity: 0;
    transform: rotateY(90deg);
}
.top-nav > ul.def-effect > li:hover > ul {
    height: auto;
    max-height: none;
    z-index: 0;
}
.top-nav > ul.def-effect li:hover > ul {
    height: auto;
    max-height: none;
    opacity: 1;
    visibility: visible;
}
.top-nav > ul.def-effect > li:hover > ul > li {
    opacity: 1;
    transform: none;
}
.top-nav ul.def-effect li li li {
    opacity: 0;
    transform: rotateX(90deg);
}
.top-nav ul.def-effect li li > ul {
    height: 0;
}
.top-nav ul.def-effect li li:hover > ul {
    height: auto;
}
.top-nav ul.def-effect li li:hover > ul > li {
    opacity: 1;
    transform: none;
}
.top-nav.mega-menu ul div.div-mega ul {
    display: block;
    height: 100%;
    max-height: none;
    opacity: 1;
    visibility: visible;
}
.top-nav > ul li a span {
    position: relative;
}
.top-nav > ul li a span .menu-hint {
    left: auto;
    position: absolute;
    right: -12px;
    top: -12px;
}
.nav-2 .top-nav > ul > li > a span .menu-hint {
    top: 26px;
}
.menu-hint {
    background: #777 none repeat scroll 0 0;
    border-radius: 0.25em;
    color: #fff;
    font-size: 9px;
    left: 3px;
    line-height: 1;
    padding: 1px 4px;
    position: relative;
    text-align: center;
    top: -5px;
    vertical-align: baseline;
    white-space: nowrap;
}
.menu-hint.success {
    background-color: #5cb85c;
}
.menu-hint.success:hover {
    background-color: #449d44;
}
.menu-hint.info {
    background-color: #5bc0de;
}
.menu-hint.info:hover {
    background-color: #31b0d5;
}
.menu-hint.warning {
    background-color: #f0ad4e;
}
.menu-hint.warning:hover {
    background-color: #ec971f;
}
.menu-hint.error {
    background-color: #d9534f;
}
.menu-hint.error:hover {
    background-color: #c9302c;
}
.post-icon {
    border-top-left-radius: 3px;
    box-shadow: 2px 1px 6px 1px rgba(61, 61, 61, 0.55) inset;
    font-size: 15px;
    height: 40px;
    left: 0;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 999;
}
.post-icon::before {
    border-color: transparent transparent #ffffff;
    border-style: solid;
    border-width: 0 0 10px 10px;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}
.timeline-cell .details-img::after, .timeline-cell .post-image::after {
    display: none;
}
.blog-timeline {
    margin-bottom: 30px;
}
.blog-timeline .meta-date {
    display: none;
}
.blog-timeline .timeline-left::before {
    border-left: 1px dashed #ddd;
    content: " ";
    display: inline-block;
    height: 100%;
    left: 39px;
    position: absolute;
    width: 0;
}
.timeline-left .timeline-cell {
    margin: 0 0 30px 83px;
    position: relative;
}
.timeline-left .timeline_date {
    left: -79px;
    position: absolute;
    top: 25px;
    width: 117px;
}
.timeline-left .timeline_date::before {
    background: #ddd none repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 3px;
    left: 36px;
    position: absolute;
    top: 50%;
    width: 38%;
    z-index: 0;
}
.blog-timeline .timeline-right::before {
    border-right: 1px dashed #ddd;
    content: " ";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 30px;
    width: 0;
}
.timeline-right .timeline-cell {
    margin: 0 83px 30px 0;
    position: relative;
}
.timeline-right .timeline_date {
    position: absolute;
    right: -117px;
    top: 25px;
    width: 100px;
}
.timeline-right .timeline_date::before {
    background: #ddd none repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 3px;
    position: absolute;
    right: 70px;
    top: 50%;
    width: 48%;
    z-index: 0;
}
.timeline-cell .post-item {
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 5px;
}
.timeline-cell .post-info h2 {
    text-align: center;
}
.timeline-cell .post-meta {
    border-bottom-width: 0 !important;
    display: table;
    margin: auto;
    max-width: 94%;
}
.timeline-cell .cont {
    display: none;
}
.timeline-cell .post-content p {
    padding: 0 15px 15px;
}
.timeline-right {
    margin: 0;
}
.timeline-left {
    margin: 0;
}
.inner_date {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #ddd;
    border-radius: 50%;
    display: block;
    height: 70px;
    padding: 3px 0 0;
    position: relative;
    text-align: center;
    width: 70px;
    z-index: 2;
}
.inner_date .day {
    display: block;
    font-size: 30px;
}
.inner_date .month {
    display: block;
    margin-top: -11px;
}
.timeline_date .year {
    border-radius: 50%;
    font-size: 11px;
    height: 40px;
    left: 15px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 59px;
    width: 40px;
    z-index: 5;
}
.timeline_no_bar.blog-timeline::before {
    border-left: 1px dashed #ddd;
    content: " ";
    display: inline-block;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    width: 0;
    z-index: 0;
}
.timeline_no_bar .timeline-cell {
    margin: 0 0 30px 83px;
    position: relative;
}
.timeline_no_bar .timeline_date {
    position: absolute;
    top: 25px;
    width: 117px;
}
.timeline_no_bar .timeline_date::before {
    background: #ddd none repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    width: 50%;
    z-index: -1;
}
.timeline_no_bar .blog-timeline::before {
    border-left: 1px dashed #ddd;
    content: " ";
    display: inline-block;
    height: 96.5%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    width: 0;
}
.timeline_no_bar .timeline-cell {
    float: left;
    margin: 0 15px 30px;
    position: relative;
    width: 42.7%;
}
.timeline_no_bar .timeline-cell:nth-child(2n+1) {
    float: left;
}
.timeline_no_bar .timeline-cell:nth-child(2n+3) {
    clear: both;
}
.timeline_no_bar .timeline-cell:nth-child(2n) {
    float: right;
    margin-bottom: 0;
    margin-top: 50px;
}
.timeline_no_bar .timeline-cell:nth-child(2n) .timeline_date {
    left: -105px;
    top: 130px;
}
.timeline_no_bar .side-timeline .timeline-cell:nth-child(2n) .timeline_date {
    left: -92px;
}
.timeline_no_bar .timeline-cell:nth-child(2n) .timeline_date::before {
    left: auto;
    right: 12px;
}
.timeline_no_bar .timeline_no_bar .timeline-cell:nth-child(2n) .timeline_date {
    right: auto;
    top: 155px;
}
.timeline_no_bar .timeline-cell:nth-child(2n+1) .timeline_date {
    right: -104px;
}
.timeline_no_bar .side-timeline .timeline-cell:nth-child(2n+1) .timeline_date {
    right: -143px;
}
.timeline_no_bar .timeline-cell:nth-child(2n+1) .timeline_date .inner_date {
    float: right;
}
.timeline_no_bar .timeline-cell:nth-child(2n) .timeline_date .year {
    left: 14px;
}
.timeline_no_bar .year {
    left: 62px;
}
.timeline_no_bar .timeline-cell .post-item {
    min-height: 250px;
}
.timeline-left .cont, .timeline-right .cont {
    display: block;
    padding: 15px;
}
.sticky-post .post-item {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 15px;
}
.post-gallery {
    display: table;
    margin: auto;
}
.gallery-columns-5 .gallery-item {
    width: 19%;
}
.gallery-item {
    float: left;
    margin: 0 1px 1px 0;
    overflow: hidden;
    position: relative;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    left: 0;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    text-align: left;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.accordion.style-2 h3 a, .accordion.style-2 h3 u {
    border: 0 none;
}
.accordion.style-2 h3 a {
    background: transparent none repeat scroll 0 0;
    line-height: 37px;
}
.accordion.style-2 li > h3 u {
    background: transparent none repeat scroll 0 0 !important;
    color: #a8a8a8 !important;
    float: right;
    font-size: 12px;
    margin: 13px 10px 0;
    padding: 0;
}
.accordion.style-2 h3 {
    border: 1px solid #ddd;
    border-radius: 3px;
}
.accordion.style-2 li.active h3 {
    background: #f1f1f1 none repeat scroll 0 0;
}
.accordion.style-2 .accordion-panel {
    border-left: 0 none;
    margin: 15px 0;
    padding: 0 5px;
}
.btn {
    border-radius: 3px;
}
.btn-lg {
    font-size: 18px;
    line-height: 1.33;
    padding: 12px 18px;
}
.btn-sm {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}
.btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}
.btn-square {
    border-radius: 0;
}
.btn-square_outlined {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 2px solid;
    border-radius: 0;
    text-shadow: none !important;
}
.btn-round {
    border-radius: 25px;
}
.btn-outlined {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 2px solid;
    text-shadow: none !important;
}
.btn-skew {
    margin: 0 10px;
    transform: skew(-20deg, 0deg) !important;
}
.btn-skew span {
    transform: skew(20deg, 0deg) !important;
}
.btn-blue {
    background-color: #5472d2;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-blue:hover {
    background-color: #3c5ecc;
    color: #f7f7f7 !important;
}
.btn-blue.btn-outlined, .btn-blue.btn-square_outlined {
    border-color: #5472d2;
    color: #5472d2 !important;
}
.btn-blue.btn-3d {
    box-shadow: 0 5px 0 #3253bc;
    margin-bottom: 5px;
}
.btn-turquoise {
    background-color: #00c1cf;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-turquoise:hover {
    background-color: #00a4b0;
    color: #f7f7f7 !important;
}
.btn-turquoise.btn-outlined, .btn-turquoise.btn-square_outlined {
    border-color: #00c1cf;
    color: #00c1cf !important;
}
.btn-turquoise.btn-3d {
    box-shadow: 0 5px 0 #008d97;
    margin-bottom: 5px;
}
.btn-pink {
    background-color: #fe6c61;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-pink:hover {
    background-color: #fe5043;
    color: #f7f7f7 !important;
}
.btn-pink.btn-outlined, .btn-pink.btn-square_outlined {
    border-color: #fe6c61;
    color: #fe6c61 !important;
}
.btn-default.btn-outlined, .btn-default.btn-square_outlined {
    border-color: #777;
    color: #777 !important;
}
.btn-default.btn-outlined:hover, .btn-default.btn-square_outlined:hover {
    background-color: #e6e6e6 !important;
}
.btn-pink.btn-3d {
    box-shadow: 0 5px 0 #fe3829;
    margin-bottom: 5px;
}
.btn-default.btn-3d {
    box-shadow: 0 5px 0 #555;
    margin-bottom: 5px;
}
.btn-default.btn-3d:hover {
    background: #767676 none repeat scroll 0 0;
    border-color: #6b6b6b;
    box-shadow: 0 5px 0 #666;
    color: #fff;
}
.btn-violet {
    background-color: #8d6dc4;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-violet:hover {
    background-color: #7c57bb;
    color: #f7f7f7 !important;
}
.btn-violet.btn-outlined, .btn-violet.btn-square_outlined {
    border-color: #8d6dc4;
    color: #8d6dc4 !important;
}
.btn-violet.btn-3d {
    box-shadow: 0 5px 0 #6e48b1;
    margin-bottom: 5px;
}
.btn-peacoc {
    background-color: #4cadc9;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-peacoc:hover {
    background-color: #39a0bd;
    color: #f7f7f7 !important;
}
.btn-peacoc.btn-outlined, .btn-peacoc.btn-square_outlined {
    border-color: #4cadc9;
    color: #4cadc9 !important;
}
.btn-peacoc.btn-3d {
    box-shadow: 0 5px 0 #338faa;
    margin-bottom: 5px;
}
.btn-chino {
    background-color: #cec2ab;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-chino:hover {
    background-color: #c3b498;
    color: #f7f7f7 !important;
}
.btn-chino.btn-outlined, .btn-chino.btn-square_outlined {
    border-color: #cec2ab;
    color: #cec2ab !important;
}
.btn-chino.btn-3d {
    box-shadow: 0 5px 0 #b9a888;
    margin-bottom: 5px;
}
.btn-mulled_wine {
    background-color: #50485b;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-mulled_wine:hover {
    background-color: #413a4a;
    color: #f7f7f7 !important;
}
.btn-mulled_wine.btn-outlined, .btn-mulled_wine.btn-square_outlined {
    border-color: #50485b;
    color: #50485b !important;
}
.btn-mulled_wine.btn-3d {
    box-shadow: 0 5px 0 #342f3c;
    margin-bottom: 5px;
}
.btn-vista_blue {
    background-color: #75d69c;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-vista_blue:hover {
    background-color: #5dcf8b;
    color: #f7f7f7 !important;
}
.btn-vista_blue.btn-outlined, .btn-vista_blue.btn-square_outlined {
    border-color: #75d69c;
    color: #75d69c !important;
}
.btn-vista_blue.btn-3d {
    box-shadow: 0 5px 0 #4ac97d;
    margin-bottom: 5px;
}
.btn-black {
    background-color: #2a2a2a;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-black:hover {
    background-color: #444;
    color: #f7f7f7 !important;
}
.btn-black.btn-outlined, .btn-black.btn-square_outlined {
    border-color: #2a2a2a;
    color: #2a2a2a !important;
}
.btn-black.btn-3d {
    box-shadow: 0 5px 0 #595959;
    margin-bottom: 5px;
}
.btn-grey {
    background-color: #ebebeb;
    color: #666666 !important;
    text-shadow: none !important;
    transition: all 0.5s ease 0s;
}
.btn-grey:hover {
    background-color: #dcdcdc;
    color: #5e5e5e !important;
}
.btn-grey.btn-outlined, .btn-grey.btn-square_outlined {
    border-color: #ebebeb;
    color: #ebebeb !important;
}
.btn-grey.btn-3d {
    box-shadow: 0 5px 0 #cfcfcf;
    margin-bottom: 5px;
}
.btn-orange {
    background-color: #f7be68;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-orange:hover {
    background-color: #f5b14b;
    color: #f7f7f7 !important;
}
.btn-orange.btn-outlined, .btn-orange.btn-square_outlined {
    border-color: #f7be68;
    color: #f7be68 !important;
}
.btn-orange.btn-3d {
    box-shadow: 0 5px 0 #f4a733;
    margin-bottom: 5px;
}
.btn-sky {
    background-color: #5aa1e3;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-sky:hover {
    background-color: #4092df;
    color: #f7f7f7 !important;
}
.btn-sky.btn-outlined, .btn-sky.btn-square_outlined {
    border-color: #5aa1e3;
    color: #5aa1e3 !important;
}
.btn-sky.btn-3d {
    box-shadow: 0 5px 0 #2a86db;
    margin-bottom: 5px;
}
.btn-green {
    background-color: #6dab3c;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-green:hover {
    background-color: #5f9434;
    color: #f7f7f7 !important;
}
.btn-green.btn-outlined, .btn-green.btn-square_outlined {
    border-color: #6dab3c;
    color: #6dab3c !important;
}
.btn-green.btn-3d {
    box-shadow: 0 5px 0 #53812d;
    margin-bottom: 5px;
}
.btn-juicy_pink {
    background-color: #f4524d;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-juicy_pink:hover {
    background-color: #f23630;
    color: #f7f7f7 !important;
}
.btn-juicy_pink.btn-outlined, .btn-juicy_pink.btn-square_outlined {
    border-color: #f4524d;
    color: #f4524d !important;
}
.btn-juicy_pink.btn-3d {
    box-shadow: 0 5px 0 #f11f18;
    margin-bottom: 5px;
}
.btn-sandy_brown {
    background-color: #CCC;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-sandy_brown:hover {
    background-color: #AAA;
    color: #f7f7f7 !important;
	text-decoration: none;
}
.btn-sandy_brown.btn-outlined, .btn-sandy_brown.btn-square_outlined {
    border-color: #777;
    color: #f79468 !important;
}
.btn-sandy_brown.btn-3d {
    box-shadow: 0 5px 0 #777;
    margin-bottom: 5px;
}
.btn-purple {
    background-color: #b97ebb;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-purple:hover {
    background-color: #ae6ab0;
    color: #f7f7f7 !important;
}
.btn-purple.btn-outlined, .btn-purple.btn-square_outlined {
    border-color: #b97ebb;
    color: #b97ebb !important;
}
.btn-purple.btn-3d {
    box-shadow: 0 5px 0 #a559a8;
    margin-bottom: 5px;
}
.btn-white {
    background-color: #ffffff;
    color: #666666 !important;
    text-shadow: none !important;
    transition: all 0.5s ease 0s;
}
.btn-white:hover {
    background-color: #f0f0f0;
    color: #5e5e5e !important;
}
.btn-white.btn-outlined, .btn-white.btn-square_outlined {
    border-color: #ffffff;
    color: #ffffff !important;
}
.btn-white.btn-3d {
    box-shadow: 0 5px 0 #e3e3e3;
    margin-bottom: 5px;
}
.btn-grace {
    background-color: #aed13b;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
}
.btn-grace:hover {
    background-color: #9ec02d;
    color: #f7f7f7 !important;
}
.btn-grace.btn-outlined, .btn-grace.btn-square_outlined {
    border-color: #aed13b;
    color: #aed13b !important;
}
.btn-grace.btn-3d {
    box-shadow: 0 5px 0 #8dac28;
    margin-bottom: 5px;
}
.btn-default {
    background-color: #ffffff;
    border-color: transparent;
    color: #7d7d7d;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0);
    color: #7d7d7d;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default .badge {
    background-color: #7d7d7d;
    color: #ffffff;
}
.btn-primary {
    background-color: #00aef0;
    border-color: transparent;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #0089bd;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary .badge {
    background-color: #ffffff;
    color: #00aef0;
}
.btn-success {
    background-color: #5cb85c;
    border-color: transparent;
    color: #ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success .badge {
    background-color: #ffffff;
    color: #5cb85c;
}
.btn-info {
    background-color: #5bc0de;
    border-color: transparent;
    color: #ffffff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-color: #31b0d5;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info .badge {
    background-color: #ffffff;
    color: #5bc0de;
}
.btn-warning {
    background-color: #f0ad4e;
    border-color: transparent;
    color: #ffffff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-color: #ec971f;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning .badge {
    background-color: #ffffff;
    color: #f0ad4e;
}
.btn-danger {
    background-color: #d9534f;
    border-color: transparent;
    color: #ffffff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-color: #c9302c;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger .badge {
    background-color: #ffffff;
    color: #d9534f;
}
i.icon {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-left: 5px;
    vertical-align: text-top;
    width: 16px;
}
.btn-default {
    background-color: #777 !important;
    border-color: transparent;
    color: #fff !important;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    background-color: #333;
    color: #fff;
}
.btn-border {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-border:hover, .btn-border:focus, .btn-border.focus, .btn-border:active, .btn-border.active {
    background-color: transparent;
    border-color: #ddd;
    color: #ddd;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    background-color: #333;
    color: #fff;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #286090;
    border-color: #204d74;
    color: #fff;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    background-color: #fff;
    color: #337ab7;
}
.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #449d44;
    border-color: #398439;
    color: #fff;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    background-color: #fff;
    color: #5cb85c;
}
.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-color: #31b0d5;
    border-color: #269abc;
    color: #fff;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    background-color: #fff;
    color: #5bc0de;
}
.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    background-color: #fff;
    color: #f0ad4e;
}
.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    background-color: #fff;
    color: #d9534f;
}
.btn-link {
    border-radius: 0;
    color: #337ab7;
    font-weight: normal;
}
.btn-xl, .tp-caption a.btn-xl {
    font-size: 17px;
    padding: 25px 50px !important;
}
.btn-border {
    color: #fff;
}
.button-group .btn {
    margin: 5px;
}
.divider {
    height: 35px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.divider-1::before, .divider-6::before, .divider-6::after, .divider-10::before, .divider-10::after {
    background: #e8e8e8 none repeat scroll 0 0;
    content: "";
    display: table;
    height: 1px;
    position: relative;
    top: 17px;
    width: 100%;
}
.divider-1 .divid_before {
    color: #d5d5d5;
    font-size: 21px;
    margin-left: 46.4%;
    margin-top: -2px;
}
.divider-1 .divid_after {
    color: #d5d5d5;
    float: right;
    font-size: 21px;
    margin-right: 46.4%;
    margin-top: -2px;
    transform: rotateY(180deg);
}
.divider-2::before, .divider-4::before, .divider-5::before {
    background: #e8e8e8 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: -20px;
    position: absolute;
    top: 17px;
    width: 50%;
}
.divider-2::after {
    background: #e8e8e8 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: auto;
    position: absolute;
    right: -20px;
    top: 17px;
    width: 50%;
}
.divider-3::before {
    background: #e8e8e8 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 30px;
    position: absolute;
    top: 17px;
    width: 50%;
}
.divider-3::after {
    background: #e8e8e8 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: auto;
    position: absolute;
    right: 30px;
    top: 17px;
    width: 50%;
}
.divider-4::before {
    margin-left: 45px;
    width: 100%;
}
.divider-5::before {
    left: auto;
    margin-right: 30px;
    right: 0;
    width: 100%;
}
.divider-6::before {
    left: 30%;
    margin-left: -25px;
    width: 20%;
}
.divider-6::after {
    left: auto;
    margin-right: -25px;
    position: absolute;
    right: 30%;
    width: 20%;
}
.divid_right, .divid_left {
    color: #dfdfdf;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 8px;
}
.divid_right {
    left: auto;
    right: 0;
}
.divid_center {
    color: #dfdfdf;
    display: table;
    font-size: 20px;
    margin: 6px auto;
}
.lg-fa {
    font-size: 28px;
}
.divider-7, .divider-8, .divider-9 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eeeded -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    overflow: visible;
    padding: 0;
    position: relative;
}
.divider-7::before {
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 20%;
}
.divider-7::after {
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    right: 0;
    top: -1px;
    width: 20%;
}
.divider-8 span {
    content: "";
    display: inline-block;
    height: 1px;
    left: 35%;
    position: absolute;
    right: 0;
    top: -1px;
    width: 30%;
}
.divider-9::before {
    background: #ddd none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 30%;
    position: absolute;
    right: 0;
    top: -4px;
    width: 40%;
}
.divider-9 span::before {
    background: #ddd none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 35%;
    position: absolute;
    right: 0;
    top: -1px;
    width: 30%;
}
.divider-9 span::after {
    background: #ddd none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 40%;
    position: absolute;
    right: 0;
    top: 2px;
    width: 20%;
}
.divider-9::after {
    background: #ddd none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 45%;
    position: absolute;
    right: 0;
    top: 5px;
    width: 10%;
}
.divider-10::before {
    left: 30%;
    margin-left: -25px;
    width: 20%;
}
.divider-10::after {
    left: auto;
    margin-right: -25px;
    position: absolute;
    right: 30%;
    width: 20%;
}
.block-head.right-head {
    text-align: right;
}
.block-head.right-head::before {
    left: auto;
    right: 20px;
}
.block-head.right-head::after {
    left: auto;
    right: 0;
}
.block-head.style2 {
    border-bottom: 0 none;
}
.block-head.style2.center {
    display: block;
}
.block-head.style2.center span {
    padding: 0 20px;
}
.block-head.style2 span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}
.block-head.style2.right-head span {
    padding-left: 15px;
    padding-right: 0;
}
.block-head.style2::before {
    display: none;
}
.block-head.style2::after {
    background: transparent none repeat scroll 0 0;
    border-top: 8px solid #efefef;
    bottom: auto;
    left: 0;
    margin: -12px 0 0;
    top: 50%;
    width: 100%;
    z-index: 0;
}
.block-head.style3 {
    border-bottom: 0 none;
}
.block-head.style3.center {
    display: block;
}
.block-head.style3.center span {
    padding: 0 20px;
}
.block-head.style3 span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}
.block-head.style3.right-head span {
    padding-left: 15px;
    padding-right: 0;
}
.block-head.style3::before {
    display: none;
}
.block-head.style3::after {
    bottom: auto;
    left: 0;
    margin: 0;
    top: 30%;
    width: 100%;
    z-index: 0;
}
.block-head.style4 {
    display: table;
}
.block-head.style4.center::before {
    left: 50%;
    margin-left: -10%;
}
.block-head.style4.center span {
    padding: 0 20px;
}
.block-head.style4 span {
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 1;
}
.block-head.style4.right-head span {
    padding-left: 15px;
    padding-right: 0;
    position: relative;
}
.block-head.style4::after {
    display: none;
}
.block-head.style4::before {
    bottom: -2px;
    height: 3px;
    left: 0;
    width: 20%;
}
.block-head.style5 {
    border-bottom-width: 3px;
    overflow: hidden;
    padding-bottom: 7px;
}
.block-head.style5.center {
    display: block;
}
.block-head.style5.center span {
    padding: 0 20px;
}
.block-head.style5 span {
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 1;
}
.block-head.style5.right-head span {
    padding-left: 15px;
    padding-right: 0;
    position: relative;
}
.block-head.style5::after {
    display: none;
}
.block-head.style5::before {
    display: none;
}
.block-head.style6.center::after {
    left: 50%;
    margin-left: -10%;
}
.block-head.style6.center span {
    padding: 0 20px;
}
.block-head.style6 span {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}
.block-head.style6.right-head span {
    padding-left: 15px;
    padding-right: 0;
}
.block-head.style6::before {
    display: none;
}
.block-head.style6::after {
    bottom: -1px;
    height: 1px;
    left: 0;
    margin: 0;
    width: 8%;
}
.block-head.style7, .block-head.style8 {
    border-bottom: 0 none;
    padding-bottom: 0;
}
.block-head.style7::before, .block-head.style7::after, .block-head.style8::before, .block-head.style8::after {
    display: none;
}
.block-head.style7 {
    color: #555;
}
.block-head.style7 {
    border-left-style: solid;
    border-left-width: 6px;
    padding: 0 20px;
}
.block-head i {
    margin-right: 10px;
}
.levels.style-2 .level-out, .levels.style-3 .level-out, .levels.style-5 .level-out, .levels.style-6 .level-out {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 11.6667px;
    position: relative;
}
.levels.style-3 .level-out {
    background: #eee none repeat scroll 0 0;
}
.levels.style-5 .level-out, .levels.style-6 .level-out {
    background: #efefef none repeat scroll 0 0;
    border-radius: 25px;
    margin-bottom: 20px;
}
.levels.style-5 .level-in {
    border-radius: 25px;
    height: 17px;
}
.levels.style-6 .level-in {
    border-radius: 25px;
    height: 10px;
}
.levels.style-2 .level-out span, .levels.style-3 .level-out span {
    background: transparent none repeat scroll 0 0;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.levels.style-2 .level-in, .levels.style-3 .level-in {
    border-radius: 3px;
    height: 24px;
}
.levels.style-2 .level-out span {
    line-height: 24px;
}
.levels.style-3 .level-in {
    height: 35px;
}
.levels.style-3 .level-out span {
    line-height: 35px;
}
.levels.style-2 .level-out::after, .levels.style-3 .level-out::after, .levels.style-4 .level-out::after, .levels.style-5 .level-out::after, .levels.style-6 .level-out::after, .levels.style-2 .level-out span::before, .levels.style-3 .level-out span::before, .levels.style-4 .level-out span::before, .levels.style-5 .level-out span::before, .levels.style-6 .level-out span::before, .levels.style-2 .level-in::before, .levels.style-3 .level-in::before, .levels.style-4 .level-in::before, .levels.style-5 .level-in::before, .levels.style-6 .level-in::before {
    display: none;
}
.levels.style-4 .level-out span {
    background: #adadad none repeat scroll 0 0;
    color: #fff;
    padding: 0 5px;
    right: 0;
    text-align: center;
    top: -24px;
    width: auto;
}
.levels.style-5 .level-out span, .levels.style-6 .level-out span {
    background: transparent none repeat scroll 0 0;
    right: 0;
    text-align: right;
    top: -24px;
    width: auto;
}
.orange-bar {
    background: #faa732 none repeat scroll 0 0 !important;
}
.green-bar {
    background: #5bb75b none repeat scroll 0 0 !important;
}
.turquoise-bar {
    background: #49afcd none repeat scroll 0 0 !important;
}
.blue-bar {
    background: #0074cc none repeat scroll 0 0 !important;
}
.service-box-4 h3, .service-box-5 h3 {
    font-size: 17px;
}
.box.rounded .close-box {
    border-radius: 50%;
    right: 1.2em;
    top: 4px;
}
.rounded {
    border-radius: 5em;
    padding: 1.5em 2em;
}
.round {
    border-radius: 5px;
}
.box.round .close-box {
    border-radius: 5px;
}
.parallax {
    transition: background-position 0.2s linear 0s;
}
.product-specs a.btn {
    text-shadow: none;
}
.tweettext, .widget .tweettext {
    color: #909090 !important;
}
.”event_item {
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0 13px;
	/* position: relative; */
}
.”event_item::after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 80px;
	background-color: #eb7d48;
	color: #eb7d48;
}
.event-home h5 {
    margin: 4px 0 10px;
    font-size: 18px;
}
.event_data .date {
    font-size: 16px !important;
}
.event_date {
    background: none;
    color: #333;
    padding: 0;
    text-transform: capitalize;
    font-size: 16px !important;
    line-height: 20px;
}
.event_data .time {
    font-size: 16px !important;
    opacity: 1 !important;
}
.event_date i {
    display: none;
}
.eventpost-date-export {
	display: none;
}
.event_data address {
	padding: 10px;
}
.event_data address span {
	font-size: 13px;
    line-height: 22px;
	font-family: "Merriweather",serif;
}
a.event_link.gps.dashicons-location-alt {
	display: none;
}
.newsIframe {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.newsIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.display_archive .campaign {
    line-height: inherit !important;
    margin: 0 0 20px !important;
}
.display_archive .campaign a:hover {
	text-decoration: underline;
}
.label {
    clear: both;
    color: #333;
    display: block;
    float: left;
    font-family: "Montserrat",serif;
    font-weight: 200;
    margin-top: 10px;
    padding: 0;
	font-size: 13px;
}
.inside {
    clear: both;
    display: block;
    padding: 5px 0 0;
	margin-bottom: 10px;
}
h3.widget-head {
    font-size: 13px;
    text-transform: uppercase;
	margin-bottom: 20px;
}
aside h4 {
    clear: both;
    color: #333;
    display: block;
    float: none;
    font-family: "Montserrat",serif;
    font-size: 13px;
    font-weight: 200;
    margin: 10px 0 !important;
    padding: 0;
}
.page-template-partners .service-box-4 {
    margin: 0 !important;
    min-height: 118px !important;
}
.imgdisplay {
    font-family: "Montserrat",serif !important;
}
div.ppt {
    display: none !important;
}
.name-holder .type {
    color: #333;
    float: right;
}
.name-holder .tiups {
    bottom: 10px;
    color: #333;
    float: right;
    position: absolute;
    right: 30px;
    text-transform: capitalize;
}
.left-shop h4,
.right-shop h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
ul.list-cat,
.list-tag ul {
    margin: 0;
}
ul.list-cat li,
.list-tag ul li {
    border: medium none;
    display: inline-block;
    line-height: 15px;
    margin: 0 4px 5px 0 !important;
    padding: 0 !important;
}
ul.list-cat li::after,
.list-tag ul li::after {
    border-right: 1px solid #333;
    content: " ";
    padding: 0 5px 0 0;
    position: inherit;
    right: 0;
    z-index: -1;
	display: inline-block;
    height: 10px !important;
}
ul.list-cat li a,
.list-tag ul li a {
    margin: 0;
    padding: 0;
}
ul.list-cat li a:hover,
.list-tag ul li a:hover {
	text-decoration: underline;
}
.destacimage {
	clear: both;
	display: block;
	margin: 10px 0;
}
aside ul.social-list {
    clear: both !important;
    display: flex !important;
    float: none !important;
    margin: 10px 0 20px;
}
.cell-6.cos,
.cell-9.cos {
	margin-top: 10px;
}
a.website {
	margin: 10px 0;
	display: block;
}
a.program {
	margin: 0 0 10px;
	display: block;
}
.date {
	display: block;
	clear: both;
	margin: 20px 0 10px;
	font-family: "Montserrat",serif !important;
	color: #333;
	font-size: 16px;
}
.banner_holder{
    width: 100%;
    height: 300px;
    min-height: 200px;
    position: relative;
    outline:1px dotted red;
}
.entry-content .wp-caption {
    width: 100% !important;
    position: relative;
}
.entry-content .wp-caption img {
	width: 100%;
}
.entry-content .wp-caption-text {
	margin: 10px 0;
}
.block-head.act {
	display: block;
	clear: both;
	padding-top: 20px;
}

.accordion-item a h3 {
    font-size: 18px;
    margin: 0 0 3px;
    line-height: 21px;
    text-transform: uppercase;
}
.accordion-item .dates,
.moreevents span {
	font-family: "Montserrat",serif !important;
	color: #333;
	font-size: 16px;
}
.accordion-item-content ul {
	margin:0;
	padding: 0;
}
.accordion-item-content ul li {
	margin-top: 15px;
	display: block;
}
.accordion-item-content a h3 {
    font-size: 18px;
    margin: 0;
}
.accordion-item-content .dates {
	font-family: "Montserrat",serif !important;
	color: #333;
	font-size: 16px;
} 
.name-holder {
    min-height: 78px;
}
.page-template-press .name-holder,
.page-template-press .name-holder {
    min-height: 99px;
}
.cell-4.partnersarchive .cell-8 {
	padding:0 0 15px;
}
.partnersarchive .cell-12 {
	padding: 0;
	min-height: 95px;
}
.partnersarchive .portfolio-item {
	background: #fff;
}
.partnersarchive .portfolio-item h3 {
    font-family: "Montserrat",serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 5px;
    padding: 0;
}
.partnersarchive .portfolio-item .tiups {
    bottom: 10px;
    color: #333;
    float: right;
    position: absolute;
    right: 0;
    text-transform: capitalize;
}
.partnersarchive img {
	max-height: 100px;
	width: auto;
}

/* The Magic */
.accordion:hover .accordion-item:hover .accordion-item-content, .accordion .accordion-item--default .accordion-item-content {
    height: auto;
}
.accordion-item-content, .accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height 0.25s ease 0s;
}
.accordion {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.accordion .accordion-item {
    padding: 0;
}
a.moreevents {
	font-size: 16px;
    margin: 0 0 25px 0;
    display: block;
    clear: both;
	font-family: "Montserrat",serif !important;
}
.dates-finals {
    color: #fff !important;
    float: left;
    width: 179px;
    margin: 0 !important;
    padding: 0 !important;
}
.front-page .dates-finals {
    color: #444;
    font-size: 14px;
    padding: 0 15px 0 0;
    width: 89px;
	margin-top: -10px;
}
.front-page .dates-finals span {
	display: none !important;
}
.dates-finals span {
    clear: both;
    display: block;
    font-size: 14px;
    padding: 10px 0 15px;
}
.dates-finals b {
    background: #eee none repeat scroll 0 0;
    border-radius: 3px;
    color: #eb7d48 !important;
    float: left;
    font-size: 17px !important;
    font-weight: normal;
    margin-right: 5px;
    padding: 0 5px 7px 0 !important;
    text-align: center;
    text-transform: uppercase;
    width: 78px !important;
}
.front-page .dates-finals b:first-of-type + b {
  display:none;
}
.dates-finals i {
    clear: both;
    color: #eb7d48;
    display: block;
    font-size: 51px;
    font-style: normal;
	font-weight: bold;
    letter-spacing: -2px;
    line-height: 64px;
    margin-bottom: -9px;
}
.eventos {
    clear: both;
    display: inline-block;
    padding-bottom: 0px;
    width: 100%;
}
.dates-finals, 
.eventdate {
    color: #444;
    display: inline-block;
    float: left;
    font-family: "Montserrat",serif !important;
    font-size: 16px;
    padding: 0 15px 15px 0;
}
.dates-finals span, 
.eventdate span {
    color: #7b7e82;
}
.act-link {
    font-family: "Montserrat",serif !important;
    font-size: 16px;
	padding-top: 0;
	width: 75%;
    float: left;
	color: #7b7e82;
}
.front-page .act-link {
	width: 260px;
}
.eventdate {
    margin-bottom: 30px;
}
.front-page h3 .eventos {
    display: inline-block;
    margin: 0;
    width: auto;
}
.front-page .eventos {
	padding-bottom: 0;
}
div.em-calendar-wrapper {
    margin-top: 7px;
}
form#searchform {
    float: right;
    margin: 6px 0 0;
}
#searchform input#s {
    border: medium none;
    font-size: 11px;
    padding: 6px;
    width: 170px;
}
#searchform input.search {
    background: #aaa none repeat scroll 0 0;
    font-family: "Montserrat",serif !important;
	padding-top: 1px;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
}
.skdslider ul.slides li {
    height: 360px !important;
}
.skdslider .slide-desc {
    background: rgba(255, 255, 255, 0.8) !important;
    bottom: 20px !important;
    display: inline-block;
    left: 8% !important;
    max-width: 85%;
    padding: 0 15px;
    position: absolute;
}
.slide-desc h3 {
    line-height: 27px;
    margin: 0;
}
.slide-desc .dates,
.slide-desc span.subtitol {
	font-family: "Montserrat",serif !important;
	color: #454545;
	font-size: 18px;
}
.skdslider ul.slide-navs {
	display: none !important;
}
.skdslider a.prev {
    background: transparent url("../images/left.png") !important;
	top: 40% !important;
}
.skdslider a.next {
    background: transparent url("../images/right.png") !important;
	top: 40% !important;
}
.skdslider {
    height: 360px !important;
}


