﻿
html {
}
body {
    background-color: #2e353d !important;
    color: #bbb;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 13px;
    line-height: 1.42857;
    margin: 0;
    padding: 0;
    position: relative;
}
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: none outside none;
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
}
mark {
    background: none repeat scroll 0 0 #ff0;
    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: none repeat scroll 0 0 #222;
    border: 1px solid #555;
    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 #555;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
tr:nth-child(2n) {
    background: none repeat scroll 0 0 #3d3d3d;
}
tfoot {
    background: none repeat scroll 0 0 #555;
    font-weight: bold;
}
th {
    background: none repeat scroll 0 0 #333;
    border-bottom: 2px solid #777;
    border-right: 1px solid #555;
    text-transform: uppercase;
}
td, caption {
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
}
tr.even td {
    background: none repeat scroll 0 0 #333;
}
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: #333333;
    border-right-color: #555;
}
.page-loader {
    background: none repeat scroll 0 0 #333;
    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 #222;
    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 spin;
    border-color: transparent transparent transparent #ccc;
    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);
}
}
.tools {
    position: fixed;
    right: -232px;
    top: 90px;
    transition: all 0.4s ease-in-out 0s;
    width: 230px;
    z-index: 99999;
}
.tools > a {
    background-color: #444;
    color: #fff;
    float: left;
    font-size: 20px;
    margin-left: -55px;
    margin-top: 38px;
    padding: 17px;
    text-decoration: none;
}
.inner-tools {
    background-color: #fff;
    border-left: 5px solid #444;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out 0s;
    width: 230px;
}
.inner-tools p.change-style-title {
    background: none repeat scroll 0 0 #555;
    color: #555;
    margin: 0 -15px;
    padding: 10px 0 9px 10px;
}
.inner-tools .colors {
    color: #888;
}
.inner-tools h5 {
    font-weight: normal;
    margin: 0;
    padding: 15px 0;
}
.chang-style {
    padding: 0 15px 15px;
}
.colors {
    margin-bottom: 10px;
    overflow: hidden;
}
.colors li {
    float: left;
    padding: 2px;
}
.colors li a {
    border-radius: 50%;
    display: block;
    height: 34px;
    overflow: hidden;
    position: relative;
    width: 34px;
}
.def-styl span {
    display: block;
    height: 18px;
}
.colors li a.selected:before {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 17px;
    left: 9px;
    position: absolute;
    top: 5px;
    z-index: 9;
}
.patterns li {
    float: left;
    margin: 3px;
    transition: all 0.2s ease-in-out 0s;
}
.patterns li a {
    background-color: #ccc;
    background-size: cover !important;
    display: block;
    height: 32px;
    width: 32px;
}
.patterns {
    overflow: hidden;
}
.layout .btn {
    border: 1px solid #3d3d3d;
    margin: 0 5px 0 0;
    padding: 0 27px;
}
.layout .btn.light {
    background: none repeat scroll 0 0 #fff !important;
    border: 2px solid #f00 !important;
    color: #333 !important;
}
.layout .btn.dark {
    background: none repeat scroll 0 0 #333 !important;
    border: 0 none !important;
    color: #fff !important;
}
.top-bar {
    background: none repeat scroll 0 0 #060a0e;
    border-bottom: 1px solid #3d3d3d;
    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: 39px;
    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 #555;
    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: none repeat scroll 0 0 #333;
}
header.top-head {
    border-bottom: 9px solid #3d3d3d;
    min-height: 92px;
    position: relative;
    z-index: 5555;
}
.fixedHead {
    background: none repeat scroll 0 0 transparent !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;
    width: 207px;
}
header.top-head .logo.center a {
    margin: auto;
}
.top-menu {
    float: right !important;
    width: auto !important;
}
.top-nav {
    float: left;
}
.top-nav > ul > li {
    border-left: 1px solid #3d3d3d;
    float: left;
    height: 83px;
    margin: 0;
    position: relative;
}
.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;
    height: 83px;
    overflow: hidden;
    padding: 22px 17px 0;
    text-align: center;
    text-transform: uppercase;
}
.top-nav > ul li a span {
    display: block;
    margin-top: 5px;
}
.top-nav > ul li a i {
    color: #666;
    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;
}
.top-nav > ul > li:after {
    background: none repeat scroll 0 0 transparent;
    border-left: 1px solid #555;
    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-size: 13px;
    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: none repeat scroll 0 0 #3d3d3d;
    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: none repeat scroll 0 0 #3d3d3d;
    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, .sticky.nav-2 .top-nav > ul > li: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: none repeat scroll 0 0 transparent;
}
.nav-3 .top-nav > ul > li.current > a, .nav-3 .top-nav > ul > li > a:hover {
    background: none repeat scroll 0 0 transparent;
    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: none repeat scroll 0 0 transparent;
}
.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;
}
.sticky .top-search, .sticky .top-nav > ul > li > a i:after {
    display: none;
}
.sticky .top-nav > ul > li > a, .sticky .top-nav > ul > li {
    height: 70px;
}
.sticky .top-nav > ul > li > a {
    background: none repeat scroll 0 0 transparent;
    border-top: 0 none !important;
    padding-top: 15px;
}
.sticky.nav-2 .top-nav > ul > li > a {
    padding-top: 9px;
}
.sticky .logo {
    margin-top: 13px !important;
}
.sticky .top-nav > ul > li > ul {
    left: 0 !important;
    top: 70px !important;
}
.top-head.sticky {
    min-height: 50px;
    z-index: 99999;
}
.sticky .top-nav > ul > li:after {
    display: none;
}
#home {
    position: relative;
    z-index: 9999;
}
.top-head {
    transition: all 0.5s ease 0s;
}
.sticky {
    background: none repeat scroll 0 0 #fff !important;
    border-bottom-style: solid !important;
    border-bottom-width: 4px !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    left: 0;
    padding: 0 !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.sticky.nav-2 .top-nav > ul > li > a i:after {
    z-index: -1;
}
.sticky.nav-2 .top-nav > ul > li > a:hover i:after, .sticky.nav-2 .top-nav > ul > li.current > a i:after {
    top: -13px !important;
}
.sticky.nav-2 .top-nav > ul > li > a i {
    z-index: 2;
}
.sticky.nav-2 .top-nav > ul li a span {
    margin-top: 0;
}
.head-style2 .sticky .head2-lft-links, .head-style2 .sticky .right-bar {
    display: none;
}
.head-style2 .sticky .logo {
    padding: 7px 0 1px;
}
.head-style3 .sticky .logo {
    display: none;
}
.head-style3 header.top-head.sticky {
    margin-top: 0;
    min-height: inherit;
}
.head-style2 .sticky .bg-head2 {
    display: none;
}
.head-style2 .sticky .top-nav {
    margin-top: 7px;
}
.head-style2 .sticky .top-nav > ul > li > ul {
    left: 0 !important;
    top: 50px !important;
}
.sticky.nav-3 .top-nav > ul > li {
    padding-top: 0 !important;
}
.mega-menu .div-mega {
    display: none;
    left: 0;
    padding: 20px 0 20px 15px;
    position: absolute;
    top: 89px;
    z-index: 99;
}
.mega-menu > li > a {
    display: block;
    position: relative;
}
.div-mega-section {
    float: left;
    margin-right: 20px;
    width: 160px;
}
.mega-menu div.div-mega ul {
    height: 100%;
    max-height: 100%;
    max-width: none !important;
    min-width: 160px !important;
    position: static;
    visibility: visible;
}
.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: none repeat scroll 0 0 #333;
    color: #ddd;
    font-weight: bold;
    padding: 8px 10px;
}
.top-search {
    float: right;
    margin-left: 20px;
    position: relative;
}
.top-search a {
    background: none repeat scroll 0 0 #3d3d3d;
    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: none repeat scroll 0 0 #222;
    bottom: 4px;
    height: 50px;
    left: 27%;
    position: absolute;
    width: 69%;
}
.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-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: none repeat scroll 0 0 #555;
    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: #3d3d3d;
    overflow: hidden;
}
.head-style3 .logo {
    display: table;
    float: none;
    margin: 0 auto !important;
    padding: 15px 15px 20px;
    text-align: center;
}
.top-nav-style3 {
    background: none repeat scroll 0 0 #f6f6f6;
    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: none repeat scroll 0 0 #3d3d3d !important;
    color: #ddd;
}
.head-style3 .top-nav > ul li ul li a:hover {
    background: none repeat scroll 0 0 #333 !important;
    color: #fff;
}
.head-style3 .top-nav li li.hasChildren:after {
    color: #b1b1b1;
}
.head-style3 .top-nav > ul li ul li {
    border-bottom: 1px solid #4b4b4b;
}
.head-style3 .top-bar li, .head-style3 .top-bar li span {
    color: #b3b3b3;
}
.head-style3 .top-bar li {
    border-left: 1px solid #555;
}
.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: none repeat scroll 0 0 transparent;
    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: none repeat scroll 0 0 #3d3d3d !important;
    color: #ddd !important;
}
.head-style3 .top-nav ul li ul li.selected > a, .head-style3 .top-nav ul li ul li.current > a {
    background: none repeat scroll 0 0 #333 !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: none repeat scroll 0 0 #333;
    color: #fff;
    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: 10px;
    top: 2px;
}
.login-box .left {
    float: left;
    margin: 0 5px;
}
.block-bg-1 {
    background: url("../images/bgs/block-bg-1.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    position: relative;
}
.block-bg-2 {
    background: url("../images/bgs/block-bg-2.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    overflow: hidden;
    position: relative;
}
.block-bg-3 {
    background: url("../images/bgs/block-bg-3.jpg") no-repeat fixed 0 0 / cover #fff;
    position: relative;
}
.block-bg-4 {
    background: url("../images/bgs/block-bg-4.jpg") no-repeat fixed 0 0 / cover #fff;
    position: relative;
}
.block-bg-5 {
    background: url("../images/bgs/block-bg-5.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    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: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !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: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dots-pattern {
    background: url("../images/patterns/dots.png") repeat scroll 0 0 transparent;
    border-top: 1px solid #555;
}
.gry-pattern {
    background: url("../images/patterns/gry-patt.png") repeat scroll 0 0 #3d3d3d;
    border-bottom: 1px solid #555;
    border-top: 1px solid #555;
}
.img-pattern {
    background: url("../images/patterns/1.png") repeat scroll 0 0 #fff;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
}
.fx {
    opacity: 0;
}
.animated {
    opacity: 1;
}
.marginRight {
    margin-right: 10px;
}
.marginLeft {
    margin-left: 10px;
}
.marginBottom {
    margin-bottom: 20px;
}
.autoMargin {
    float: none !important;
    margin: auto;
}
input, select, textarea, button, .btn, .fun-title, .r-more {
    text-transform: uppercase;
}
.right {
    float: right !important;
}
.left {
    float: left;
}
.hidden {
    display: none;
}
.visible {
    display: block;
}
.sectionWrapper {
    padding: 80px 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: 10px;
}
.width-30 {
    width: 10px;
}
.width-40 {
    width: 10px;
}
.width-50 {
    width: 10px;
}
.width-60 {
    width: 10px;
}
.width-70 {
    width: 10px;
}
.width-80 {
    width: 10px;
}
.width-90 {
    width: 10px;
}
.width-100 {
    width: 10px;
}
.width-110 {
    width: 10px;
}
.width-120 {
    width: 10px;
}
.width-130 {
    width: 10px;
}
.width-140 {
    width: 10px;
}
.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-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: none repeat scroll 0 0 #3d3d3d;
    margin: 0 15px;
}
.pager ul {
    display: table;
    margin: auto;
}
.pager ul li {
    background: none repeat scroll 0 0 #777;
    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;
}
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-weight: bold;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
}
h1 {
    font-size: 38px;
    line-height: 40px;
}
h2 {
    font-size: 20px;
    text-transform: uppercase;
}
h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
}
h4 {
    font-size: 14px;
    font-weight: normal;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 0;
}
p {
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 20px;
}
.white-bg {
    background: none repeat scroll 0 0 #333;
}
.dark-bg {
    background-color: #222;
    padding: 80px 0;
}
.dark-bg p {
    color: #a3a3a3;
    margin: 0;
}
.gry-bg {
    background: none repeat scroll 0 0 #060a0e;
}
.staff-3 .gry-bg .fun-text {
    color: #ddd !important;
}
.dark-bg h2 {
    color: #bdbdbd;
    font-size: 24px;
}
.alter-bg {
    background: none repeat scroll 0 0 #777;
    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: #555 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 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: none repeat scroll 0 0 #333;
    color: #555;
}
.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: none repeat scroll 0 0 #777;
    color: #3d3d3d;
}
.highlight-1 {
    background: none repeat scroll 0 0 #fcff00;
}
.dropcap {
    display: block;
    float: left;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin: 2px 8px 0 0;
}
blockquote {
    background: none repeat scroll 0 0 #3d3d3d !important;
    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: none repeat scroll 0 0 #000;
    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: #000 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 #000;
    border-width: 5px 0 8px 8px;
    bottom: 25%;
    left: auto;
    right: -5px;
}
.rit-tip:after {
    border-color: transparent #000 transparent transparent;
    border-width: 5px 8px 8px 0;
    bottom: 25%;
    left: -5px;
}
.bot-tip:after {
    border-color: transparent transparent #000;
    border-width: 0 4px 5px 5px;
    bottom: auto;
    top: -5px;
}
.block-head {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 0 20px;
    position: relative;
    text-transform: capitalize;
}
.footer-top .block-head {
    border-bottom-color: #3a3a3a;
    color: #c5c5c5;
    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 {
    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 #3d3d3d;
    border-right: 15px solid #3d3d3d;
}
.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 #b1b1b1;
    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: none repeat scroll 0 0 #5f5f5f;
    color: #ddd !important;
    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;
}
.portfolio-item:hover:after {
    border-top: 0 none;
    height: 3px;
}
.service-box-2 {
    padding-top: 30px;
}
.box-2-cont {
    border: 1px solid #555;
    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 img {
    background-color: #555;
    border: 1px solid #555;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #333 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: none repeat scroll 0 0 #555;
    color: #ddd !important;
    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:hover h4 {
    color: #4e4e4e;
}
.service-box-2 p.mediumFont {
    border-bottom: 1px solid #3d3d3d;
    max-height: 180px;
    overflow: hidden;
    padding-bottom: 25px !important;
}
.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.1em;
    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: #555;
    border: 1px solid #555;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #333 inset;
    color: #969696;
    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: none repeat scroll 0 0 #3d3d3d;
    color: #ddd !important;
    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;
}
.levels {
    overflow: hidden;
}
.level-out {
    background: none repeat scroll 0 0 #555;
    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 #555;
    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: none repeat scroll 0 0 #555;
    color: #ddd;
    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 #555;
    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: #222;
    font-size: 40px;
    margin: auto;
}
.staff-1 .fun-text {
    padding: 23px 0;
}
.staff-1 .fun-number {
    background-color: #222;
    color: #ddd;
}
.staff-1 .fun-number.skew-15, .staff-1 .fun-icon.skew-15 {
    right: 7px;
}
.staff-1 .fun-icon {
    background-color: #222;
    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: #ddd;
}
.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: #ddd;
}
.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: none repeat scroll 0 0 #555;
    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: none repeat scroll 0 0 #222;
}
.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: #464646;
    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: #474747 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: #474747 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: #111 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: #3d3d3d;
    margin: 0 15px;
}
.portfolio-item:after {
    border-top: 2px solid #333;
    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: 170%;
    left: -20%;
    overflow: hidden;
    position: absolute;
    top: -46%;
    transform: rotate(-34deg);
    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(34deg);
    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: 75%;
}
.name-holder {
    overflow: hidden;
    padding: 0 15px 10px;
}
.project-name {
    display: table;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
}
.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: none repeat scroll 0 0 #3d3d3d;
    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 {
    background: none repeat scroll 0 0 #777;
    border-radius: 3px;
    color: #fff;
    display: table;
    font-size: 15px;
    font-weight: bold;
    margin: auto;
    padding: 10px 30px;
}
.portfolio-filterable .portfolio-item {
    background-color: #3d3d3d;
}
.portfolio-filterable .white-bg, .portfolio-filterable .gry-bg {
    line-height: 35px;
    margin: 0 15px 10px;
}
.portfolio-filterable .white-bg {
    background-color: #333;
}
.portfolio-filterable.full [class*="cell-"] {
    border-right: 1px solid #555;
    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: none repeat scroll 0 0 #777;
    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 #555;
    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: none repeat scroll 0 0 #777;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 11px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:hover {
    color: #fff;
}
[class*="skew-"] .btn {
    background: none repeat scroll 0 0 transparent;
    color: inherit;
}
[class*="skew-"] .btn:hover {
    background: none repeat scroll 0 0 transparent;
    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: none repeat scroll 0 0 transparent;
}
.input-box {
    background: none repeat scroll 0 0 #222;
    border: 1px solid #444;
}
.txt-box {
    background-color: transparent;
    background-image: none;
    border: 0 none;
    color: #bbb;
    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;
    color: #333;
    margin: 0 auto 15px;
    padding: 15px;
    position: relative;
}
.box i.fa {
    color: #333;
}
.close-box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    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 {
    color: #333;
    margin: 5px 0 0;
    padding-bottom: 0;
}
.warning-box {
    background: none repeat scroll 0 0 #fff6bf;
    border-color: #e0d594;
}
.info-box {
    background: none repeat scroll 0 0 #c2e1ee;
    border-color: #9fc6d7;
}
.success-box {
    background: none repeat scroll 0 0 #bbdd8c;
    border-color: #a0c272;
}
.error-box {
    background: none repeat scroll 0 0 #f1d5d6;
    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: none repeat scroll 0 0 #444;
    color: #ddd;
    float: left;
    margin: 0 0 0 2px;
}
.tabs > ul li a {
    color: #bbb;
    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 #555;
    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 li > h3 {
    margin: 0 0 15px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
}
.accordion li > h3 a {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #444;
    color: #a8a8a8;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 28px;
    margin: 0;
    padding: 0 15px;
    text-transform: uppercase;
    width: 83%;
}
.accordion li > h3 i.fa {
    margin-right: 7px;
}
.accordion li > h3 u {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #444;
    color: #a8a8a8;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 10px;
    line-height: 1;
    margin: 0 5px 0 10px;
    padding: 10px 10px 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.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 {
    border-left: 3px solid #444;
    margin: 15px 40px;
    padding: 0 15px;
}
.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 {
    padding: 0 0 10px 10px;
}
.list li:before {
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.list-crosshairs li:before {
    content: "";
}
.list-ok li:before {
    content: "";
}
.list-bell li:before {
    content: "";
}
.list-bookmark li:before {
    content: "";
}
.breadcrumbs {
    float: left;
    overflow: hidden;
    padding: 8px 10px;
}
.title-1 .breadcrumbs {
    background-color: #777 !important;
}
.breadcrumbs a {
    color: #fff;
    float: left;
    margin: 0 3px;
}
.breadcrumbs a:hover {
    color: #fff;
    text-decoration: underline;
}
.breadcrumbs span {
    float: left;
    margin: 0 3px;
}
.clients, .auto-clients {
    padding-top: 10px;
}
.clients > div a, .auto-clients > div a {
    border-bottom: 1px solid #222;
    display: block;
    margin: 0 15px;
    padding: 10px;
    text-align: center;
}
.plan-title {
    background: none repeat scroll 0 0 #333;
    font-size: 55px;
    line-height: 90%;
    margin: auto;
    padding-top: 50px;
    text-align: center;
    text-transform: uppercase;
}
.plan-title span {
    color: #ddd;
}
.plan-block {
    color: #fff;
    padding: 50px 50px 0 !important;
}
.plan-block .block {
    padding-bottom: 60px;
    position: relative;
    z-index: 9;
}
.plan-year {
    background: url("../images/planBG.png") no-repeat scroll 0 100% transparent;
    bottom: 40px;
    color: #333;
    font-size: 20px;
    font-weight: 800;
    position: absolute;
    width: 250px;
    z-index: 9;
}
.plan-year:before {
    background: none repeat scroll 0 0 #fff;
    bottom: -6px;
    content: "";
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 23px;
    width: 38px;
    z-index: -1;
}
.plan-year:after {
    bottom: -6px;
    content: "";
    display: inline-block;
    height: 40px;
    position: absolute;
    right: -15px;
    width: 38px;
    z-index: -1;
}
.lft-plan .plan-year {
    right: -73px;
    text-align: right;
}
.rit-plan .plan-year {
    left: -75px;
    transform: scaleX(-1);
}
.rit-plan .plan-year span {
    display: block;
    float: right;
    transform: scaleX(-1);
}
.rit-plan .plan-year:after {
    right: -13px;
}
.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: none repeat scroll 0 0 #444;
    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: none repeat scroll 0 0 rgba(255, 255, 255, 0.23);
    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: #ddd;
}
.list-details li {
    border-top: 1px solid #555;
    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 #555;
    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 #555;
    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: none repeat scroll 0 0 #333;
    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: none repeat scroll 0 0 #363636;
}
.pricing-table-2.selected {
    background: none repeat scroll 0 0 #494949;
    position: relative;
    transform: scale(1.1);
    z-index: 66 !important;
}
.pricing-table-2.selected li.even {
    background: none repeat scroll 0 0 #373737;
}
.pricing-table-2.selected li {
    border-color: #585858;
    color: #949494;
}
.pricing-table-2.selected i.fa {
    background: none repeat scroll 0 0 #494949;
}
.highInd {
    z-index: 9999 !important;
}
.team-boxes [class*="cell-"] {
    margin: 0 0 30px;
}
.team-box {
    background-color: #3d3d3d;
    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 0 !important;
    text-align: center;
    text-transform: none;
}
.team-img h3 {
    margin: 0;
    overflow: hidden;
    padding-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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: #ddd;
}
.team-box:after, .team-box-2:after {
    bottom: -2px;
    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: #3d3d3d;
    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: none repeat scroll 0 0 transparent;
    border: 1px solid #555;
    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: none repeat scroll 0 0 transparent;
    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 #555;
    padding-bottom: 15px;
}
.team-box-2 .t-position {
    border-bottom: 1px solid #555;
    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;
}
.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 #555;
    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: #858585;
    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: none repeat scroll 0 0 #3d3d3d;
    max-height: 167px;
}
.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: none repeat scroll 0 0 #3d3d3d;
    overflow: hidden;
    padding: 0 10px;
}
.share-post .sh, .share-post ul li {
    float: left;
    margin-right: 2px;
}
.share-post .sh, .share-post ul li a {
    display: block;
    font-size: 15px;
    padding: 8px 10px;
}
.share-post .sh {
    display: block;
    font-weight: bold;
}
.share-post ul li i {
    margin: 0;
    padding: 3px;
}
.comment-list {
    margin-bottom: 60px;
    padding: 0 15px;
}
.comment {
    position: relative;
}
.comment-avatar {
    background: none repeat scroll 0 0 #333;
    border: 2px solid #555;
    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: none repeat scroll 0 0 #3d3d3d;
    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: none repeat scroll 0 0 #3d3d3d;
    content: "";
    display: inline-block;
    height: 1px;
    left: -37px;
    position: absolute;
    top: 17px;
    width: 50px;
}
ul.child-comment li:after {
    background: none repeat scroll 0 0 #3d3d3d;
    content: "";
    display: inline-block;
    height: 117%;
    left: -37px;
    position: absolute;
    top: -101%;
    width: 1px;
}
.comments .hint .main-color {
    background: none repeat scroll 0 0 #3d3d3d;
    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 {
    clear: both;
    display: block;
    margin: 0 0 5px;
    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"] {
    background: none repeat scroll 0 0 #222;
    border: 1px solid #444;
    display: inline-block;
    float: left;
    padding: 12px 15px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.contact-form select {
    border: 0 none;
    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: none repeat scroll 0 0 rgb(71, 196, 71);
    color: #fff;
    display: block;
    margin: 15px 0;
    padding: 13px;
    text-align: center;
}
.cform {
    position: relative;
}
img.loader {
    bottom: -5px;
    position: absolute;
    right: 10px;
}
#contact input.error, #contact textarea.error, #contact select.error {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #faabab;
}
.siteMap-nav ul li {
    margin: 5px 0;
}
.siteMap-nav > ul > li > a {
    background: none repeat scroll 0 0 #222;
    color: #bbb;
    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 #555;
    padding: 8px 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: #444;
    content: "";
    font-family: FontAwesome;
    font-size: 60px;
    font-weight: normal;
    left: 46.5%;
    position: absolute;
    top: -33px;
}
.item-box {
    background-color: #3d3d3d;
    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: none repeat scroll 0 0 #222;
    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: #ddd;
}
.item-img {
    padding: 10px;
    position: relative;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.item-details {
    border-top: 1px solid #4e4e4e;
    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 #555;
    padding: 0 0 6px;
}
.item-cart a {
    color: #ddd;
    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: none repeat scroll 0 0 #222;
}
.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: none repeat scroll 0 0 #222;
    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: none repeat scroll 0 0 #555;
    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: none repeat scroll 0 0 #555;
    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: none repeat scroll 0 0 transparent;
    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: none repeat scroll 0 0 #555;
    border: 0 none;
    margin: 0;
}
.steps {
    margin-bottom: 30px;
    padding: 0 15px 0 0;
}
.steps ul {
    display: table;
    width: 100%;
}
.steps li {
    background: none repeat scroll 0 0 #555;
    display: table-cell;
    width: 15.5%;
}
.continue-btn {
    background: none repeat scroll 0 0 #555;
    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 #555;
    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 #777;
    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 #555;
    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 #555;
    color: #777;
    padding-left: 20px;
    padding-right: 20px;
}
.product-specs a.btn:hover {
    background: none repeat scroll 0 0 #555;
    border: 1px solid #666 !important;
    color: #ddd;
}
.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 #555;
    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 #555;
    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 {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #555;
    font-size: 16px;
    margin: 0 5px 0 0;
    padding: 10px 0;
    text-align: center;
    width: 50px;
}
.item-add .btn {
}
.add-items i.fa {
    background: none repeat scroll 0 0 #222;
    border: 1px solid transparent;
    font-size: 10px;
    height: 44px;
    line-height: 46px;
    padding: 0 8px;
}
.add-items i.fa:hover {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #555;
}
.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"] {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #555;
    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: none repeat scroll 0 0 #333;
    border-style: solid;
    border-width: 6px;
    display: none;
    min-height: 200px;
    min-width: 350px;
    padding: 20px;
    position: absolute;
    right: 0;
}
.cart-popup .empty {
    color: #ddd;
    line-height: 160px;
    text-align: center;
}
.mini-cart-list li {
    border-bottom: 1px solid #555;
    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 #555;
    color: #bbb;
    font-weight: 400;
    padding: 0 10px 20px;
}
.mini-cart .checkout {
    padding-top: 20px;
    text-align: center;
}
.mini-cart .checkout a {
    background: none repeat scroll 0 0 #fff;
    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: none repeat scroll 0 0 #6c6c6c;
    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: #777;
}
.page-title .cell-4 img {
    margin-top: 10px;
}
.title-1 {
    background: url("../images/page-titles/Page-title-1.jpg") no-repeat scroll 50% 50% / cover #fff;
	height:230px;
}
.title-1 h1 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.empty-title {
    padding-bottom: 50px;
}
.title-2 {
    background: url("../images/page-titles/Page-title-1.jpg") no-repeat scroll 50% 50% / cover #fff;
}
.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: #ddd;
}
.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: url("../images/page-titles/Page-title-3.jpg") no-repeat scroll 50% 50% / cover rgba(0, 0, 0, 0);
}
.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: none repeat scroll 0 0 #555;
    margin-top: 115px;
}
.title-3 .breadcrumbs span {
    color: #ddd;
}
.title-3 h1 span {
    color: #fff;
    display: block;
}
.title-3 i {
    background: none repeat scroll 0 0 #2f2f2f;
    color: #fff;
    float: left;
    font-size: 60px;
    margin-right: 10px;
    margin-top: 36px;
    padding: 7px;
}
.title-4 {
    background: url("../images/page-titles/Page-title-1.jpg") no-repeat scroll 50% 50% / cover #41a1b7;
}
.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: none repeat scroll 0 0 #777;
    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: none repeat scroll 0 0 #555;
    margin-top: 115px;
}
.title-4 .breadcrumbs span {
    color: #ddd;
}
.title-4 h1 span {
    color: #fff !important;
    display: block;
    font-size: 20px;
}
.widget {
    color: #b2b2b2;
    padding-bottom: 40px;
}
.widget h4 {
    font-size: 13px;
    height: 18px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget-head {
    border-bottom: 1px solid #444;
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 0;
    padding: 0 0 20px;
    position: relative;
    text-transform: capitalize;
}
.widget-head:before {
    bottom: -3px;
    content: "";
    display: inline-block;
    height: 5px;
    left: 20px;
    position: absolute;
    width: 35px;
}
.widget-head:after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 80px;
}
.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 #444 #444;
    border-image: none;
    border-right: 1px solid #444;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    overflow: hidden;
    padding: 10px;
}
.widget-content a {
    color: #ccc;
}
.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 #555;
    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 #3d3d3d;
    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: none repeat scroll 0 0 #222;
    color: #a5a5a5;
    display: block;
    float: left;
    font-size: 11px;
    margin: 3px;
    padding: 8px;
}
.tags-w .tags a:hover {
    background: none repeat scroll 0 0 #777;
    color: #fff;
}
.widget.flickr-stream-w ul, .widget-content .tags {
    margin: 6px 0;
    overflow: hidden;
}
.flickr-stream-w ul li {
    float: left;
    margin: 1px;
    position: relative;
}
.flickr-stream-w ul li a {
    display: block;
    height: 61px;
}
.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;
}
.tp-banner {
    position: relative;
    width: 100%;
}
.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: none repeat scroll 0 0 #fff;
    height: 60px;
    margin: 0 10px;
    width: 50px;
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
    color: #fff;
}
.tp-leftarrow .tp-arr-allwrapper {
    transform: skew(25deg, 0deg);
}
.tp-rightarrow .tp-arr-allwrapper {
    transform: skew(-25deg, 0deg);
}
.tp-arr-iwrapper {
    color: #a0a0a0;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
}
.tp-leftarrow .tp-arr-iwrapper {
    transform: skew(-25deg, 0deg);
}
.tp-leftarrow .tp-arr-iwrapper:before {
    content: "";
}
.tp-rightarrow .tp-arr-iwrapper:before {
    content: "";
}
.tp-rightarrow .tp-arr-iwrapper {
    transform: skew(25deg, 0deg);
}
.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: none repeat scroll 0 0 #fff;
    color: #333 !important;
    text-transform: uppercase;
}
.wit-line {
    background: none repeat scroll 0 0 #fff;
    height: 1px;
    width: 5%;
}
.vert-line {
    background: none repeat scroll 0 0 #fff;
    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: none repeat scroll 0 0 rgba(0, 0, 0, 0.63);
    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;
    padding: 15px 20px;
    text-align: center;
}
.to-bottom i.fa {
    animation: 2s linear 0s normal none infinite bounce;
    border: 2px solid #a8a8a8;
    border-radius: 50%;
    font-size: 30px;
    padding: 20px 22px;
}
@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: none repeat scroll 0 0 #060a0e;
    border-bottom: 1px solid #0f0f0f;
    color: #aaa;
    overflow: hidden;
    padding: 60px 0 50px;
}
.footer-top a {
    color: #9e9e9e;
}
.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: none repeat scroll 0 0 #222;
    color: #3a3a3a;
}
.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: none repeat scroll 0 0 transparent;
    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: none repeat scroll 0 0 #3f3f3f;
    color: #fff;
}
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: none repeat scroll 0 0 #2c2c2c;
    color: #c4c4c4;
    display: block;
    float: left;
    font-size: 11px;
    margin: 3px;
    padding: 8px 6px;
}
.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 img, .footer-top .flickr-stream-w .img-overlay {
    height: 61px;
    width: 61px;
}
.footer-top .flickr-stream-w .img-overlay:before {
    font-size: 22px;
    line-height: 61px;
}
.footer-top .flickr {
    display: block;
    height: 61px;
    overflow: hidden;
}
.copyrights {
    font-size: 11px;
    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: none repeat scroll 0 0 #1d1d1d;
    border-top: 1px solid #363636;
    overflow: auto;
    padding: 15px 0;
}
.social-list li {
    float: left;
    font-size: 18px;
    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;
}
.top-bar .social-list li span {
    line-height: 39px;
}
.pageWrapper.fixedPage {
    background: none repeat scroll 0 0 #1c1d1d;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    margin: auto;
    position: relative;
}
.bg1 {
     background-attachment: fixed;
    background-clip: border-box;
    background-color: #000000;
    background-image: url("../images/patterns/bg1.jpg");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: auto auto
}
.bg2 {
    background: url("../images/patterns/bg2.jpg") repeat scroll 0 0 #333;
}
.bg3 {
    background: url("../images/patterns/bg3.jpg") repeat scroll 0 0 #333;
}
.bg4 {
    background: url("../images/patterns/bg4.jpg") repeat scroll 0 0 #333;
}
.bg5 {
    background: url("../images/patterns/bg5.jpg") repeat scroll 0 0 #333;
}
.bg6 {
    background: url("../images/patterns/bg6.jpg") repeat scroll 0 0 #333;
}
.bg7 {
    background: url("../images/patterns/bg7.jpg") repeat scroll 0 0 #333;
}
.bg8 {
    background: url("../images/patterns/bg8.jpg") repeat scroll 0 0 #333;
}
.bg9 {
    background: url("../images/patterns/bg9.jpg") repeat scroll 0 0 #333;
}
.bg10 {
    background: url("../images/patterns/bg10.jpg") repeat scroll 0 0 #333;
}
.bg11 {
    background: url("../images/patterns/bg11.jpg") repeat scroll 0 0 #333;
}
.bg12 {
    background: url("../images/patterns/bg12.jpg") repeat scroll 0 0 #333;
}
.bg13 {
    background: url("../images/patterns/bg13.jpg") repeat scroll 0 0 #333;
}
.bg14 {
    background: url("../images/patterns/bg14.jpg") repeat scroll 0 0 #333;
}
.bg15 {
    background: url("../images/patterns/bg15.jpg") repeat scroll 0 0 #333;
}
.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: #ddd !important;
}
#holder {
    display: table;
    margin: auto;
}
.digits {
    display: table;
    margin: 80px auto 0;
}
.digits span {
    background: url("../images/digits.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    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: none repeat scroll 0 0 #fff;
    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: none repeat scroll 0 0 rgba(232, 82, 47, 0.6);
    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;
}
#fowd {
    display: none !important;
}
.fa-hover {
}
.fa-hover > span {
    border-radius: 4px;
    color: #999;
    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: none repeat scroll 0 0 #777;
    color: #fff;
}
.fa-hover > span i {
    margin-right: 9px;
}
.fa-hover:hover > span i {
    font-size: 28px;
    vertical-align: -6px;
}
.footWrapper .form-input{margin-bottom:10px;}