/*
Theme Name: Alea
Description: A Premium Business, Portfolio and Blog theme.
Author: BlueOwlCreative
Theme URI: http://blueowlcreative.com/wp/alea
Author URI: http://blueowlcreative.com
Version: 1.20
License: GNU General Public License
License URI: license.txt
Text Domain: alea
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

blockquote  {
    quotes: none
}

blockquote:before, blockquote:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom: 1.6em;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* #Basic Styles
================================================== */
body {
    font: 16px/1.7 'Open Sans', arial, sans-serif;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    background: #fff;
}
body.has_preloader {
	overflow-y: scroll;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6, .title, .heading_font, .htabs a, .boc_side_widget ul.menu li a {
    color: #333;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    letter-spacing: -0.02em;
    line-height: 1.25em;
    margin-bottom: 20px;
	font-weight: 500;
}

/* TODO Default headings margin */
.single_post .post_content h2:not(.boc_heading),
.single_post .post_content h3:not(.boc_heading) {
	margin-top: .8em;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
    color: #0bafc7;
    font-weight: inherit;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 36px;
    line-height: 1.3em;
    margin-bottom: 20px;
}

h2 {
    font-size: 27px;
    line-height: 1.3em;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 16px;
}

h1 i.icon, h2 i.icon, h3 i.icon, h4 i.icon, h5 i.icon, h6 i.icon {
    font-size: .86em;
}

.body_font, .body_font h1, .body_font h2, .body_font h3, .body_font h4, .body_font h5 {
    font-family: 'Open Sans', arial;
    text-transform: inherit;
}

p {
    margin: 0 0 12px 0;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}

strong {
    font-weight: 600;
}

small {
    font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 1.06em;
    line-height: 1.5em;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 3px solid #0bafc7;
    border-radius: 2px;
}

blockquote cite {
    display: block;
    font-size: 12px;
    margin-top: 12px;
    color: #999;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* #Links
================================================== */
a, a:visited {
    color: #444;
    outline: 0;
    text-decoration: none;
    -webkit-transition: color .14s linear;
    -moz-transition: color .14s linear;
    -ms-transition: color .14s linear;
    -o-transition: color .14s linear;
    transition: color .14s linear;
}

a:hover, a:focus {
    color: #0bafc7;
}

a.colored, a:visited.colored {
    color: #0bafc7;
}

a:hover.colored, a:focus.colored {
    color: #444;
}

p a, p a:visited {
    line-height: inherit;
}

.post_content a:not(.button) {
    color: #0bafc7;
}

a.dark_links, .dark_links a, .dark_links a h2, .dark_links a h3 {
    color: #444 !important;
}

.white_links a {
    color: #fff !important;
}

a.dark_links:hover, .dark_links a:hover, .white_links a:hover, .dark_links a:hover h2, .dark_links a:hover h3 {
    color: #0bafc7 !important;
}

::selection {
    background-color: #0bafc7;
}
::selection {
    color: #fff;
}

/* #Lists
================================================== */
ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style-position: inside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 24px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
	margin: 8px 0 5px 24px;
	list-style-position: inside;
}/*
ol ol {
	list-style-position: outside;
}*/

ul ul li, ul ol li,
ol ol li, ol ul li {
    margin-bottom: 6px;
}

/* #Images
================================================== */

img {
    max-width: 100%;
    height: auto;
}

/* #Preloader
================================================== */
#boc_page_preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 999992;
    text-align: center;
    -webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    transition: opacity .6s ease;
    opacity: 1;
    top: 0;
    left: 0
}
#boc_page_preloader .spinner {
    position: absolute;
	top: 50%;
	margin-top: -40px;
	margin-left: -30px;
    width: 60px;
    height: 60px;
	-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 2;
}
#boc_page_preloader .spinner .path {
    stroke: #0bafc7;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

/* #Forms
================================================== */

form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
	border: 1px solid #e8e8e8;
	padding: 6px 10px;
	line-height: 1.5em;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: inherit;
	font-size: 15px;
	color: #555;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #f9f9f9;

	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="password"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
    width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    color: #444;
}

textarea {
    min-height: 50px;
}

label,
legend {
    display: block;
    font-weight: bold;
/*    font-size: 13px;*/
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

.captcha_input,
.wpcf7-form-control-wrap .captcha_input[type="text"] {
    width: 140px;
}

.center div.wpcf7 img.ajax-loader {
    margin-left: 5px;
    margin-right: -20px;
}

.white_text div.wpcf7 img.ajax-loader {
    background: white;
    border-radius: 50%;
}

.center .captcha_input {
    margin: auto;
    text-align: center;
}

input.input_bottom_line, select.input_bottom_line, textarea.input_bottom_line {
    background: none;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}

input.input_bottom_line:focus, textarea.input_bottom_line:focus {
    background: none;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0px;
}

input.input_dark, select.input_dark, textarea.input_dark {
    background: rgba(21, 22, 23, .5);
    border: none;
    padding: 11px;
}

/* PlaceHolder CSS */
::-webkit-input-placeholder {
    -webkit-transition: opacity .3s ease, text-indent .3s ease;
    transition: opacity .3s ease, text-indent .3s ease;
}
:-moz-placeholder {
    -moz-transition: opacity .3s ease, text-indent .3s ease;
    transition: opacity .3s ease, text-indent .3s ease;
}
:-ms-input-placeholder {
    transition: opacity .3s ease, text-indent .3s ease;
}
:focus::-webkit-input-placeholder {
    text-indent: 4%;
    opacity: 0;
}
:focus:-moz-placeholder {
    text-indent: 4%;
    opacity: 0;
}
:focus::-moz-placeholder {
    text-indent: 4%;
    opacity: 0;
}
:focus:-ms-input-placeholder {
    text-indent: 4%;
    opacity: 0;
}

/* white text */
.white_text input.input_bottom_line,
.white_text select.input_bottom_line,
.white_text textarea.input_bottom_line {
    border-bottom: 1px solid rgba(250, 250, 250, .3);
    color: #eee;
}
.white_text .input_bottom_line::-webkit-input-placeholder{
    color: rgba(255,255,255,.6);
}
.white_text .input_bottom_line::-moz-placeholder{
    color: rgba(255,255,255,.6);
}
.white_text .input_bottom_line:-ms-input-placeholder{
    color: rgba(255,255,255,.6);
}

.white_text input.input_bottom_line:focus, .white_text textarea.input_bottom_line:focus {
    border-bottom: 1px solid rgba(250, 250, 250, .65);
}

.input_bottom_line::-webkit-input-placeholder {
    font-style: italic;
}

.input_bottom_line::-moz-placeholder {
    font-style: italic;
}

.input_bottom_line:-moz-placeholder {
    font-style: italic;
}

.input_bottom_line:-ms-input-placeholder {
    font-style: italic;
}

/* #Buttons
================================================== */

.button, a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	
	display: inline-block;
    cursor: pointer;
    position: relative;

    font-family: 'Open Sans', Arial, sans-serif;
    border: none;

    color: white;
    background-color: #333;
    text-decoration: none;

    font-weight: 600;
	letter-spacing: .05em;
    font-size: 13px;
    line-height: 1em;
    padding: 11px 18px;

    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;

    white-space: nowrap;
	
	-webkit-appearance: none;
}

.btn_wrapper + .btn_wrapper,
.button + .button {
    margin-left: 20px;
}

.button:hover, a:hover.button, button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background-color: #0bafc7;
}

.button:active, button:active, 
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    background-color: #333;
}

input.btn_outline, a.btn_outline, .btn_outline {
    color: #333 !important;
    text-shadow: none;
    border: 2px solid #333;
    background: transparent;
}

input.btn_outline:hover, a.btn_outline:hover, .btn_outline:hover {
    background-color: #333 !important;
    color: #fff !important;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Fix Chrome border outline */
button:focus,
input:focus {
    outline: none;
}

/* Custom BTN Classes */
.btn_rounded {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn_circled {
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
}

.btn_squared {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.button.btn_gradient {
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15));
}

.button.btn_white, a.button.btn_white, .white_text a.button.btn_white {
    color: #222;
    background-color: #f8f8f8;
    text-shadow: none;
}

a:hover.button.btn_white {
    color: #fff;
    background-color: #333;
}

input.btn_white.button.btn_outline, a.btn_white.button.btn_outline, .btn_white.button.btn_outline {
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, .5);
    background: transparent;
}

input.btn_white.button.btn_outline:hover, a.btn_white.button.btn_outline:hover, .btn_white.button.btn_outline:hover {
    background-color: #f8f8f8 !important;
    color: #333 !important;
}

.button.btn_no_bgr, a.button.btn_no_bgr {
    color: #444;
    background-color: transparent;
    text-shadow: none;
    padding: 0;
}
.button.btn_no_bgr_white, a.button.btn_no_bgr_white {
    color: #fff;
    background-color: transparent;
    text-shadow: none;
    padding: 0;
}

a:hover.button.btn_no_bgr,
a:hover.button.btn_no_bgr_white {
    color: #0bafc7;
    background-color: transparent;
}

.white_text a.button.btn_no_bgr,
.white_text a.button.btn_no_bgr:hover {
    color: #fff;
}

input.btn_theme_color, a.btn_theme_color, .btn_theme_color {
    background-color: #0bafc7;
}

input.btn_theme_color:hover, a:hover.btn_theme_color, .btn_theme_color {
    background-color: #333;
}

input.btn_theme_color.btn_outline, a.btn_theme_color.btn_outline, .btn_theme_color.btn_outline {
    color: #0bafc7 !important;
    border: 2px solid #0bafc7;
    background: transparent;
}

input.btn_theme_color.btn_outline:hover, a.btn_theme_color.btn_outline:hover, .btn_theme_color.btn_outline:hover {
    background-color: #0bafc7 !important;
    color: #fff !important;
}

/* Custom Colors */
input.btn_limegreen, a.btn_limegreen, .btn_limegreen {
    background-color: #8dd00e;
    color: #fff !important;
}

input.btn_limegreen:hover, a.btn_limegreen:hover, .btn_limegreen:hover {
    background-color: #333 !important;
}

input.btn_limegreen.btn_outline, a.btn_limegreen.btn_outline, .btn_limegreen.btn_outline {
    color: #8dd00e !important;
    border: 2px solid #8dd00e;
    background: transparent;
}

input.btn_limegreen.btn_outline:hover, a.btn_limegreen.btn_outline:hover, .btn_limegreen.btn_outline:hover {
    background-color: #8dd00e !important;
    color: #fff !important;
}

input.btn_green, a.btn_green, .btn_green {
    background-color: #00b15e;
    color: #fff !important;
}

input.btn_green:hover, a.btn_green:hover, .btn_green:hover {
    background-color: #333 !important;
}

input.btn_green.btn_outline, a.btn_green.btn_outline, .btn_green.btn_outline {
    color: #00b15e !important;
    border: 2px solid #00b15e;
    background: transparent;
}

input.btn_green.btn_outline:hover, a.btn_green.btn_outline:hover, .btn_green.btn_outline:hover {
    background-color: #00b15e !important;
    color: #fff !important;
}

input.btn_emerald, a.btn_emerald, .btn_emerald {
    background-color: #008884;
    color: #fff !important;
}

input.btn_emerald:hover, a.btn_emerald:hover, .btn_emerald:hover {
    background-color: #333 !important;
}

input.btn_emerald.btn_outline, a.btn_emerald.btn_outline, .btn_emerald.btn_outline {
    color: #008884 !important;
    border: 2px solid #008884;
    background: transparent;
}

input.btn_emerald.btn_outline:hover, a.btn_emerald.btn_outline:hover, .btn_emerald.btn_outline:hover {
    background-color: #008884 !important;
    color: #fff !important;
}

input.btn_jade, a.btn_jade, .btn_jade {
    background-color: #08ada7;
    color: #fff !important;
}

input.btn_jade:hover, a.btn_jade:hover, .btn_jade:hover {
    background-color: #333 !important;
}

input.btn_jade.btn_outline, a.btn_jade.btn_outline, .btn_jade.btn_outline {
    color: #08ada7 !important;
    border: 2px solid #08ada7;
    background: transparent;
}

input.btn_jade.btn_outline:hover, a.btn_jade.btn_outline:hover, .btn_jade.btn_outline:hover {
    background-color: #08ada7 !important;
    color: #fff !important;
}

input.btn_bondi, a.btn_bondi, .btn_bondi {
    background-color: #0095b6;
    color: #fff !important;
}

input.btn_bondi:hover, a.btn_bondi:hover, .btn_bondi:hover {
    background-color: #333 !important;
}

input.btn_bondi.btn_outline, a.btn_bondi.btn_outline, .btn_bondi.btn_outline {
    color: #0095b6 !important;
    border: 2px solid #0095b6;
    background: transparent;
}

input.btn_bondi.btn_outline:hover, a.btn_bondi.btn_outline:hover, .btn_bondi.btn_outline:hover {
    background-color: #0095b6 !important;
    color: #fff !important;
}

input.btn_royalblue, a.btn_royalblue, .btn_royalblue {
    background-color: #1175f3;
    color: #fff !important;
}

input.btn_royalblue:hover, a.btn_royalblue:hover, .btn_royalblue:hover {
    background-color: #333 !important;
}

input.btn_royalblue.btn_outline, a.btn_royalblue.btn_outline, .btn_royalblue.btn_outline {
    color: #1175f3 !important;
    border: 2px solid #1175f3;
    background: transparent;
}

input.btn_royalblue.btn_outline:hover, a.btn_royalblue.btn_outline:hover, .btn_royalblue.btn_outline:hover {
    background-color: #1175f3 !important;
    color: #fff !important;
}

input.btn_turquoise, a.btn_turquoise, .btn_turquoise {
    background-color: #00cccc;
    color: #fff !important;
}

input.btn_turquoise:hover, a.btn_turquoise:hover, .btn_turquoise:hover {
    background-color: #333 !important;
}

input.btn_turquoise.btn_outline, a.btn_turquoise.btn_outline, .btn_turquoise.btn_outline {
    color: #00cccc !important;
    border: 2px solid #00cccc;
    background: transparent;
}

input.btn_turquoise.btn_outline:hover, a.btn_turquoise.btn_outline:hover, .btn_turquoise.btn_outline:hover {
    background-color: #00cccc !important;
    color: #fff !important;
}

input.btn_blue, a.btn_blue, .btn_blue {
    background-color: #05b4ce;
    color: #fff !important;
}

input.btn_blue:hover, a.btn_blue:hover, .btn_blue:hover {
    background-color: #333 !important;
}

input.btn_blue.btn_outline, a.btn_blue.btn_outline, .btn_blue.btn_outline {
    color: #05b4ce !important;
    border: 2px solid #05b4ce;
    background: transparent;
}

input.btn_blue.btn_outline:hover, a.btn_blue.btn_outline:hover, .btn_blue.btn_outline:hover {
    background-color: #05b4ce !important;
    color: #fff !important;
}

input.btn_azure, a.btn_azure, .btn_azure {
    background-color: #6DBBC7;
    color: #fff !important;
}

input.btn_azure:hover, a.btn_azure:hover, .btn_azure:hover {
    background-color: #333 !important;
}

input.btn_azure.btn_outline, a.btn_azure.btn_outline, .btn_azure.btn_outline {
    color: #6DBBC7 !important;
    border: 2px solid #6DBBC7;
    background: transparent;
}

input.btn_azure.btn_outline:hover, a.btn_azure.btn_outline:hover, .btn_azure.btn_outline:hover {
    background-color: #6DBBC7 !important;
    color: #fff !important;
}

input.btn_orange, a.btn_orange, .btn_orange {
    background-color: #fea700;
    color: #fff !important;
}

input.btn_orange:hover, a.btn_orange:hover, .btn_orange:hover {
    background-color: #333 !important;
}

input.btn_orange.btn_outline, a.btn_orange.btn_outline, .btn_orange.btn_outline {
    color: #fea700 !important;
    border: 2px solid #fea700;
    background: transparent;
}

input.btn_orange.btn_outline:hover, a.btn_orange.btn_outline:hover, .btn_orange.btn_outline:hover {
    background-color: #fea700 !important;
    color: #fff !important;
}

input.btn_yellow, a.btn_yellow, .btn_yellow {
    background-color: #ffd800;
    color: #fff !important;
}

input.btn_yellow:hover, a.btn_yellow:hover, .btn_yellow:hover {
    background-color: #333 !important;
}

input.btn_yellow.btn_outline, a.btn_yellow.btn_outline, .btn_yellow.btn_outline {
    color: #ffd800 !important;
    border: 2px solid #ffd800;
    background: transparent;
}

input.btn_yellow.btn_outline:hover, a.btn_yellow.btn_outline:hover, .btn_yellow.btn_outline:hover {
    background-color: #ffd800 !important;
    color: #fff !important;
}

input.btn_purple, a.btn_purple, .btn_purple {
    background-color: #710691;
    color: #fff !important;
}

input.btn_purple:hover, a.btn_purple:hover, .btn_purple:hover {
    background-color: #333 !important;
}

input.btn_purple.btn_outline, a.btn_purple.btn_outline, .btn_purple.btn_outline {
    color: #710691 !important;
    border: 2px solid #710691;
    background: transparent;
}

input.btn_purple.btn_outline:hover, a.btn_purple.btn_outline:hover, .btn_purple.btn_outline:hover {
    background-color: #710691 !important;
    color: #fff !important;
}

input.btn_plum, a.btn_plum, .btn_plum {
    background-color: #6059ea;
    color: #fff !important;
}

input.btn_plum:hover, a.btn_plum:hover, .btn_plum:hover {
    background-color: #333 !important;
}

input.btn_plum.btn_outline, a.btn_plum.btn_outline, .btn_plum.btn_outline {
    color: #6059ea !important;
    border: 2px solid #6059ea;
    background: transparent;
}

input.btn_plum.btn_outline:hover, a.btn_plum.btn_outline:hover, .btn_plum.btn_outline:hover {
    background-color: #6059ea !important;
    color: #fff !important;
}


input.btn_magenta, a.btn_magenta, .btn_magenta {
    background-color: #d0006d;
    color: #fff !important;
}

input.btn_magenta:hover, a.btn_magenta:hover, .btn_magenta:hover {
    background-color: #333 !important;
}

input.btn_magenta.btn_outline, a.btn_magenta.btn_outline, .btn_magenta.btn_outline {
    color: #d0006d !important;
    border: 2px solid #d0006d;
    background: transparent;
}

input.btn_magenta.btn_outline:hover, a.btn_magenta.btn_outline:hover, .btn_magenta.btn_outline:hover {
    background-color: #d0006d !important;
    color: #fff !important;
}

input.btn_pink, a.btn_pink, .btn_pink {
    background-color: #ff336a;
    color: #fff !important;
}

input.btn_pink:hover, a.btn_pink:hover, .btn_pink:hover {
    background-color: #333 !important;
}

input.btn_pink.btn_outline, a.btn_pink.btn_outline, .btn_pink.btn_outline {
    color: #ff336a !important;
    border: 2px solid #ff336a;
    background: transparent;
}

input.btn_pink.btn_outline:hover, a.btn_pink.btn_outline:hover, .btn_pink.btn_outline:hover {
    background-color: #ff336a !important;
    color: #fff !important;
}

input.btn_red, a.btn_red, .btn_red {
    background-color: #F51149;
    color: #fff !important;
}

input.btn_red:hover, a.btn_red:hover, .btn_red:hover {
    background-color: #333 !important;
}

input.btn_red.btn_outline, a.btn_red.btn_outline, .btn_red.btn_outline {
    color: #F51149 !important;
    border: 2px solid #F51149;
    background: transparent;
}

input.btn_red.btn_outline:hover, a.btn_red.btn_outline:hover, .btn_red.btn_outline:hover {
    background-color: #F51149 !important;
    color: #fff !important;
}

input.btn_apple, a.btn_apple, .btn_apple {
    background-color: #f85962;
    color: #fff !important;
}

input.btn_apple:hover, a.btn_apple:hover, .btn_apple:hover {
    background-color: #333 !important;
}

input.btn_apple.btn_outline, a.btn_apple.btn_outline, .btn_apple.btn_outline {
    color: #f85962 !important;
    border: 2px solid #f85962;
    background: transparent;
}

input.btn_apple.btn_outline:hover, a.btn_apple.btn_outline:hover, .btn_apple.btn_outline:hover {
    background-color: #f85962 !important;
    color: #fff !important;
}

input.btn_brown, a.btn_brown, .btn_brown {
    background-color: #45260d;
    color: #fff !important;
}

input.btn_brown:hover, a.btn_brown:hover, .btn_brown:hover {
    background-color: #333 !important;
}

input.btn_brown.btn_outline, a.btn_brown.btn_outline, .btn_brown.btn_outline {
    color: #45260d !important;
    border: 2px solid #45260d;
    background: transparent;
}

input.btn_brown.btn_outline:hover, a.btn_brown.btn_outline:hover, .btn_brown.btn_outline:hover {
    background-color: #45260d !important;
    color: #fff !important;
}

.btn_slanted {
    transform: skewX(-35deg);
}

.btn_slanted span,
.btn_slanted i {
    display: inline-block;
    transform: skewX(35deg);
}

/* Custom Sizes */
.button.btn_small, button.btn_small, a.btn_small,
input[type="submit"].btn_small,
input[type="reset"].btn_small,
input[type="button"].btn_small {
    font-size: 13px;
    padding: 11px 18px;
}

.button.btn_medium, button.btn_medium, a.btn_medium,
input[type="submit"].btn_medium,
input[type="reset"].btn_medium,
input[type="button"].btn_medium {
    font-size: 14px;
    padding: 13px 22px;
}

.button.btn_large, button.btn_large, a.btn_large,
input[type="submit"].btn_large,
input[type="reset"].btn_large,
input[type="button"].btn_large {
    font-size: 14px;
    padding: 16px 26px;
}

.button.btn_huge, button.btn_huge, a.btn_huge,
input[type="submit"].btn_huge,
input[type="reset"].btn_huge,
input[type="button"].btn_huge {
    font-size: 17px;
    padding: 18px 30px;
}

.button.btn_small_stretched, button.btn_small_stretched, a.btn_small_stretched,
input[type="submit"].btn_small_stretched,
input[type="reset"].btn_small_stretched,
input[type="button"].btn_small_stretched {
    font-size: 13px;
    padding: 11px 26px;
}

.button.btn_medium_stretched, button.btn_medium_stretched, a.btn_medium_stretched,
input[type="submit"].btn_medium_stretched,
input[type="reset"].btn_medium_stretched,
input[type="button"].btn_medium_stretched {
    font-size: 14px;
    padding: 13px 30px;
}

.button.btn_large_stretched, button.btn_large_stretched, a.btn_large_stretched,
input[type="submit"].btn_large_stretched,
input[type="reset"].btn_large_stretched,
input[type="button"].btn_large_stretched {
    font-size: 14px;
    padding: 16px 35px;
}

.button.btn_huge_stretched, button.btn_huge_stretched, a.btn_huge_stretched,
input[type="submit"].btn_huge_stretched,
input[type="reset"].btn_huge_stretched,
input[type="button"].btn_huge_stretched {
    font-size: 17px;
    padding: 18px 40px;
}

.button.btn_full_width,
button.btn_full_width,
input[type="submit"].btn_full_width,
input[type="reset"].btn_full_width,
input[type="button"].btn_full_width {
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
}

.button.btn_small.btn_outline, .button.btn_small_stretched.btn_outline {
    padding-top: 9px;
    padding-bottom: 9px;
}

.button.btn_medium.btn_outline, .button.btn_medium_stretched.btn_outline {
    padding-top: 11px;
    padding-bottom: 11px;
}

.button.btn_large.btn_outline, .button.btn_large_stretched.btn_outline {
    padding-top: 14px;
    padding-bottom: 14px;
}

.button.btn_huge.btn_outline, .button.btn_huge_stretched.btn_outline {
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn_3d {
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, .15);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, .15);
}

.button.btn_small.btn_3d, .button.btn_small_stretched.btn_3d {
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, .15);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, .15);
}

.button.btn_medium.btn_3d, .button.btn_medium_stretched.btn_3d {
    padding-top: 12px;
    padding-bottom: 14px;
}

.button.btn_large.btn_3d, .button.btn_large_stretched.btn_3d {
    padding-top: 15px;
    padding-bottom: 17px;
}

.button.btn_huge.btn_3d, .button.btn_huge_stretched.btn_3d {
    padding-top: 17px;
    padding-bottom: 19px;
}

/* Button Icons */
.button i.icon {
    margin: 0px .7em;
    position: relative;
    top: .04em;
    font-size: 1.1em;
    -webkit-transition: left .25s ease-out, opacity .15s ease-out;
    -moz-transition: left .25s ease-out, opacity .15s ease-out;
    -ms-transition: left .25s ease-out, opacity .15s ease-out;
    -o-transition: left .25s ease-out, opacity .15s ease-out;
    transition: left .25s ease-out, opacity .15s ease-out;

    /*  These overwrite VC styles */
    display: inline-block;
    width: .9em;
    height: auto;
    vertical-align: inherit;
    line-height: 10px;
    text-align: center;
}

.button.btn_icon_anim_out i.icon {
    -webkit-transition: left .25s ease-out, opacity .2s ease-out;
    -moz-transition: left .25s ease-out, opacity .2s ease-out;
    -ms-transition: left .25s ease-out, opacity .2s ease-out;
    -o-transition: left .25s ease-out, opacity .2s ease-out;
    transition: left .25s ease-out, opacity .2s ease-out;
}

.button.icon_pos_after i.icon {
    margin-right: 0px;
}

.button.icon_pos_before i.icon {
    margin-left: 0px;
}

.button.btn_small_stretched.icon_pos_before i.icon,
.btn_medium_stretched.icon_pos_before i.icon,
.btn_large_stretched.icon_pos_before i.icon,
.btn_huge_stretched.icon_pos_before i.icon {
    margin-left: 0px;
}

/* Icon Animations */
.button.btn_icon_anim_in span, .button.btn_icon_anim_out span {
    -webkit-transition: left .25s ease-out;
    -moz-transition: left .25s ease-out;
    -ms-transition: left .25s ease-out;
    -o-transition: left .25s ease-out;
    transition: left .25s ease-out;
    position: relative;
}

.button.icon_pos_before.btn_icon_anim_in span {
    left: -1em;
}

.button.btn_icon_anim_in:hover span {
    left: 0;
}

.button.icon_pos_before.btn_icon_anim_in i.icon {
    left: 1em;
    opacity: 0;
}

.button.icon_pos_before.btn_icon_anim_in:hover i.icon {
    left: 0px;
    opacity: 1;
}

.button.icon_pos_before.btn_icon_anim_out span {
    left: 0;
}

.button:not(.btn_no_bgr).btn_icon_anim_out.icon_pos_before:hover span {
    left: -1em;
}

.button.icon_pos_before.btn_icon_anim_out i.icon {
    left: 0px;
    opacity: 1;
}

.button.icon_pos_before.btn_icon_anim_out:hover i.icon {
    left: -20px;
    opacity: 0;
}

.button:not(.btn_no_bgr).icon_pos_after.btn_icon_anim_in span {
    left: 1em;
}

.button.icon_pos_after.btn_icon_anim_in:hover span {
    left: 0;
}

.button.icon_pos_after.btn_icon_anim_in i.icon {
    left: -1em;
    opacity: 0;
}

.button.icon_pos_after.btn_icon_anim_in:hover i.icon {
    left: 0px;
    opacity: 1;
}

.button.icon_pos_after.btn_icon_anim_out span {
    left: 0;
}

.button:not(.btn_no_bgr):not(.btn_no_bgr_white).btn_icon_anim_out.icon_pos_after:hover span {
    left: 1em;
}

.button.icon_pos_after.btn_icon_anim_out i.icon {
    left: 0px;
    opacity: 1;
}

.button.icon_pos_after.btn_icon_anim_out:hover i.icon {
    left: 20px;
    opacity: 0;
}

.post-password-form {
	margin-top: 40px;
}
.post-password-form input[type="password"] {
	max-width: 300px;
}
.post-password-form input[type="submit"] {
	border-radius: 4px;
}


/* Video Icon Link */
.small_video_link {
    padding-left: 45px;
    display: inline-block;
    position: relative;
	transition: all .3s .15s ease;
}
.small_video_link:hover {
    padding-left: 50px;
}

.small_video_link:before, .small_video_link:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.small_video_link:before {
    width: 30px;
    height: 30px;
    border: none;
    background-color: #0bafc7;
    border-radius: 30px;
    transition: all .3s ease;
}

.small_video_link:hover:before {
	box-shadow: 0px 0px 0px 2px #0bafc7;
}
.small_video_link.white:before {
    background-color: #fff;	
}

.small_video_link.white:hover:before {
	box-shadow: 0px 0px 0px 2px white;
}

.small_video_link:after {
    border-top: 5px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 5px solid transparent;
    margin-left: 1px;
}

.small_video_link.white:after {
	border-left: 8px solid #303539;
}

.video_link {
    display: inline-block;
    position: relative;
    width: 82px;
    height: 82px;
    border: 3px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    cursor: pointer;
    text-indent: -8000px;
}

.video_link:before {
	position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 50%;
    margin-left: -6px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 20px;
    border-color: transparent transparent transparent #fff;
}
.video_link:hover {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
	border: 3px solid rgba(255, 255, 255, .8);
}

.video_link.med {
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, .6);
}

.video_link.med:before {
    position: absolute;
    margin-top: -9px;
    margin-left: -4px;
    border-width: 9px 0 9px 12px;
}
.video_link.med:hover {
	border: 2px solid rgba(255, 255, 255, .8);
}


.video_link.inverted {
    background: rgba(255, 255, 255, .85);
    border: none;
}

.video_link.inverted:before {
    border-color: transparent transparent transparent #3a3a3a;
}
.video_link.inverted.med:hover {
	border: none;
}

/* Rev slider arrows - Light slider */
.tp-leftarrow.custom, .tp-rightarrow.custom {
    margin-top: -28px !important;
    top: 50% !important;
    background: rgba(255, 255, 255, .9) !important;
    color: #333333 !important;
    width: 56px !important;
    height: 56px !important;
    line-height: 56px !important;
    text-align: center !important;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.tp-leftarrow.custom:hover, .tp-rightarrow.custom:hover {
    background: rgba(0, 0, 0, .7) !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.tp-rightarrow.custom {
    border-radius: 3px 0 0 3px !important;
    right: 0;
}

.tp-leftarrow.custom {
    border-radius: 0 3px 3px 0 !important;
    left: 0;
}

.tp-rightarrow.custom:before, .tp-leftarrow.custom:before {
    color: #333 !important;
    font-size: 22px !important;
    line-height: 54px !important;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.tp-rightarrow.custom:hover:before, .tp-leftarrow.custom:hover:before {
    color: #ffffff !important;
}

/* Rev slider arrows - Regular Arrows */
.tparrows {
    width: 60px;
    height: 60px;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.tparrows.tp-leftarrow {
    border-radius: 0 4px 4px 0;
}

.tparrows.tp-rightarrow {
    border-radius: 4px 0 0 4px;
}

.tparrows:before {
    font-size: 20px;
    line-height: 60px;
}

/* Rev slider arrows - Hermes Arrows */
.hermes.tparrows {
    width: 50px !important;
    background: rgba(0, 0, 0, .3) !important;
}

.hermes.tparrows:before {
    font-size: 20px !important;
}

.hermes.tparrows.tp-leftarrow {
    border-radius: 0 4px 4px 0;
}

.hermes.tparrows.tp-rightarrow {
    border-radius: 4px 0 0 4px;
}

.hermes .tp-arr-imgholder {
    background-size: cover;
}

/* Theme Buttons in Rev slider Transitions */
.rev_slider a.button {
    -webkit-transition: all .15s linear !important;
    -moz-transition: all .15s linear !important;
    -ms-transition: all .15s linear !important;
    -o-transition: all .15s linear !important;
    transition: all .15s linear !important;
}

/* Default WP styles */
.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone, img.alignnone {
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
    max-width: 100%;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 12px;
    margin: 0 0 10px;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
tr {
    border-bottom: 1px solid #eee;
}
th {
	font-weight: 600;
}
th, td {
    padding: .4em;
}
th:first-child, td:first-child {
    padding-left: 0;
}
dt {
    font-weight: 600;
}
dd {
	margin: 0 1.5em 1.5em;
}

pre {
	background: #eee;
    font-family: Courier,monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code {
    font-family: Courier,monospace;
    font-size: 15px;
    font-size: .9375rem;	
}

.gallery dl img {
    border: 1px solid #f1f1f1 !important;
    padding: 4px;
}

.gallery-caption {
    font-style: italic;
	font-size: .8em;
}
.post_item.sticky {
	padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
	border: 1px solid #ebedf1!important;
    padding-bottom: 8px!important;
    border-radius: 5px;
    background: #fff;
    background: -moz-linear-gradient(top, rgb(252,252,253) 0%, rgb(243,244,246) 100%);
    background: -webkit-linear-gradient(top, rgb(252,252,253) 0%, rgb(243,244,246) 100%);
}
.bypostauthor .comment_avatar .avatar:after {
	content: "";
    position: absolute;
    background: #0bafc7;
    width: 12px;
    height: 12px;
    z-index: 10;
    top: 38px;
    right: 0px;
    border-radius: 10px;
    border: 2px solid white;
}

.form-allowed-tags {
    display: none;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
    color: #aaa;
    font-size: 11px;
    font-size: .785714286rem;
    margin-left: 12px;
    margin-left: .857142857rem;
}

#wp-calendar {
    margin: 20px 0;
    width: 100%;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    color: #686868;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: left;
}

#wp-calendar #next {
    padding-right: 24px;
    padding-right: 1.714285714rem;
    text-align: right;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.post_content.no_sidebar {
	margin-bottom: 30px;
}

.single_post .layout_full-width:not(.template_regular){
	padding: 0 8%;
}
.single_post .layout_full-width.template_side{
	padding: 0 6%;
}
.single_post .template_regular .pic.mb30,
.single_post .layout_full-width .pic.mb30 {
	margin-bottom: 20px;
}
.layout_right-sidebar .post_content.span_3_of_4 {
	padding: 0 30px 0 0;
}
.layout_left-sidebar .post_content.span_3_of_4 {
	padding: 0 0 0 30px;
}

/* Sidebar */
.sidebar h4 {
    font-size: 20px;
}
.sidebar form {
    padding-bottom: 1px;
}

.sidebar .widget,
.wpb_widgetised_column .widget {
    margin-bottom: 32px;
}
.sidebar .widget:last-child,
.wpb_widgetised_column .widget:last-child {
    margin-bottom: 16px;
}

.post_content .wpb_widgetised_column a:not(.button),
.post_content .wpb_widgetised_column a:not(.button):visited {
    color: #333;
}

.post_content .wpb_widgetised_column a:not(.button):hover {
    color: #0bafc7;
}

.post_content .wpb_widgetised_column .side_bar_menu a:not(.button):hover {
    color: #333;
}


/* Post/Portfolio specific elements */

blockquote, .post_description blockquote {
    background: #f7f7f7;
    padding: 26px 40px 26px;
    margin: 32px 0px;
}

blockquote p, .post_description blockquote p {
    font-family: Georgia, serif;
    font-style: italic;
    background: #f7f7f7;
    margin: 0;
}

/* Header */
#header {
    position: fixed;
    display: block;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #fff; /*#373f44*/

    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    z-index: 1499;
    -webkit-transition: top .04s ease-out, background-color .6s ease;
    -moz-transition: top .04s ease-out, background-color .6s ease;
    -ms-transition: top .04s ease-out, background-color .6s ease;
    -o-transition: top .04s ease-out, background-color .6s ease;
    transition: top .04s ease-out, background-color .6s ease;
}

#header.scrolled {
    border-bottom: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);

    background: rgba(255, 255, 255, .97);
}

#header.header_full_width .container {
    width: 97%;
}

#header.mobile_force_relative_position {
    position: relative;
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
    transition: 0;
}

#header.scrolled.has_subheader.hide_subheader_on_scroll {
    top: -36px;
    -webkit-transition: top .1s ease-out, background-color .6s ease;
    -moz-transition: top .1s ease-out, background-color .6s ease;
    -ms-transition: top .1s ease-out, background-color .6s ease;
    -o-transition: top .1s ease-out, background-color .6s ease;
    transition: top .1s ease-out, background-color .6s ease;
}

#header.scrolled .menu_regular_style #menu > ul > li > a {
    line-height: 60px;
}

#wrapper.boxed_wrapper #header {
	box-shadow: none;
}
#wrapper.boxed_wrapper.wrapper_menu_angular_style #header {
    width: auto;
}
#wrapper.boxed_wrapper.wrapper_menu_stripe_style .content_body {
    top: 56px;
}
/* Stripe Menu - remove shadow when scrolled */
.wrapper_menu_stripe_style.page_title_bgr #header.scrolled {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#logo {
    float: left;
    overflow: hidden;
}

/* Fix flickering caused by borded-box*/
#logo *,
#logo *:before,
#logo *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#logo h1 {
    font-size: 30px;
    color: #666;
    line-height: inherit;
    margin-bottom: 0;
    margin-top: 14px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    min-height: 58px;
}

#header.scrolled #logo h1 {
    margin-top: 6px;
}

.tagline {
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    color: #aaa;
    letter-spacing: 0px;
    margin-top: 2px;
}

#logo .logo_img {
    height: 92px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    -webkit-transition: height .1s ease-out;
    -moz-transition: height .1s ease-out;
    -ms-transition: height .1s ease-out;
    -o-transition: height .1s ease-out;
    transition: height .1s ease-out;
    font-size: 0px;
    line-height: 0px;
    letter-spacing: 0;
}

.scrolled #logo .logo_img,
#wrapper.menu_midlogo .scrolled .boc_main_menu #logo a {
    -webkit-transition: height .5s ease-out;
    -moz-transition: height .5s ease-out;
    -ms-transition: height .5s ease-out;
    -o-transition: height .5s ease-out;
    transition: height .5s ease-out;
}

.transparent_header.scrolled #logo .logo_img.transparent_logo_flip {
    -webkit-transition: height .3s ease-out;
    -moz-transition: height .3s ease-out;
    -ms-transition: height .3s ease-out;
    -o-transition: height .3s ease-out;
    transition: height .3s ease-out;
}

/* Fix for FF logo resizing + v1.3 */
header.transparent_header #logo #transparent_logo {
    max-width: 100%;
}

#header.scrolled #logo .logo_img {
    height: 64px;
}
.menu_midlogo #header.scrolled #logo .logo_img > a {
	height: 64px !important;
}

#logo img {
	max-height: 100%;
	width: auto;
	-webkit-transition: opacity .5s ease-out, top .5s ease-out;
	-moz-transition: opacity .5s ease-out, top .5s ease-out;
	-ms-transition: opacity .5s ease-out, top .5s ease-out;
	-o-transition: opacity .5s ease-out, top .5s ease-out;
	transition: opacity .5s ease-out, top .5s ease-out;
/*
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;*/
}


/* Mid Logo Header */
#wrapper.menu_midlogo .boc_main_menu {
	position: relative;
}
#wrapper.menu_midlogo .boc_main_menu #logo a {
	padding: 0;
	display: table-cell;
    position: relative;
    vertical-align: middle;
	font-size: unset;
	-webkit-transition: height .1s ease-out;
    -moz-transition: height .1s ease-out;
    -ms-transition: height .1s ease-out;
    -o-transition: height .1s ease-out;
    transition: height .1s ease-out;
}
#wrapper.menu_midlogo .boc_main_menu #logo {
	margin: 0 20px;
	text-align: center;
}
#wrapper.menu_midlogo #logo .logo_img {
   /* height: 92px;*/
    display: inline-block;
}
#wrapper.menu_midlogo #header {
	opacity: 0;
}

/* If No main nav */
#wrapper.menu_midlogo #logo.no_menu_center_logo {
	margin-left: 50%;
	transform: translateX(-50%);
}

/* Top Logo Header  */
.menu_toplogo #logo {
    float: none;
    text-align: center;
	width: auto!important;
}

.menu_toplogo #logo .logo_img {
    display: inline-block;
    margin: 10px auto 0;
}

.menu_toplogo #logo .logo_img img{
	max-width: 100%!important;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.menu_toplogo #menu {
    display: table;
    margin: auto;
}

.menu_toplogo #header.scrolled #menu {
    float: none;
}
.menu_toplogo #header:not(.scrolled) .menu_regular_style #menu > ul > li > a,
.menu_toplogo #header:not(.scrolled) .menu_regular_style .header_cart_icon {
    line-height: 60px;
}
.menu_toplogo #header:not(.scrolled) .menu_regular_style #menu > ul > li.boc_nav_button {
    height: 64px;
}
.menu_toplogo #header:not(.scrolled) .menu_regular_style #menu #boc_menu_icon {
    top: 27px;
}

.menu_toplogo #header.scrolled.hide_top_logo #logo {
    display: none;
}
/* Custom Header :: END */

/* #Main Navigation
================================================== */
#menu {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#menu a {
    text-decoration: none;
    font-weight: 400;
}

#menu ul {
    list-style: none;
    margin: 0;
}

#menu ul li {
    margin-bottom: 0;
}

#menu > ul > li > a {
    line-height: 88px;
	font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 4px 16px 0px 16px;
    margin: 0;
    z-index: 6;
    position: relative;
    letter-spacing: 0;
    text-transform: capitalize;

    -webkit-transition: all .2s ease-out, line-height .1s ease-out;
    -moz-transition: all .2s ease-out, line-height .1s ease-out;
    -o-transition: all .2s ease-out, line-height .1s ease-out;
    -ms-transition: all .2s ease-out, line-height .1s ease-out;
    transition: all .2s ease-out, line-height .1s ease-out;
}

.scrolled #menu > ul > li > a {
    -webkit-transition: all .2s ease-out, line-height .5s ease-out;
    -moz-transition: all .2s ease-out, line-height .5s ease-out;
    -o-transition: all .2s ease-out, line-height .5s ease-out;
    -ms-transition: all .2s ease-out, line-height .5s ease-out;
    transition: all .2s ease-out, line-height .5s ease-out;
}

/* SuperFish Menu (Main Navigation)
================================================== */
.boc_main_menu {
	float: right;
}

.boc_main_menu.centered {
	display: table;
	float: none;
	margin: 0 auto !important;
}

#menu ul.boc_main_menu.al_left {
	float: left;
	margin-left: 40px;
}
.boc_main_menu.al_right_menu {
	margin-right: 40px;
}

.boc_main_menu, .boc_main_menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.boc_main_menu ul {
    position: absolute;
    padding: 13px 0;
    display: none;
    left: -10px;
    z-index: 99;
    background: rgba(36, 39, 41, 0.92);
    min-width: 12em;
    *width: 12em;

    -webkit-box-shadow: inset 0px 7px 7px -7px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0px 7px 7px -7px rgba(0, 0, 0, .2);
    box-shadow: inset 0px 7px 7px -7px rgba(0, 0, 0, .2);

    border-radius: 0 0 3px 3px;
}
.boc_main_menu.sub_bordered .sub-menu {
    padding: 0;
	border-radius: 0;
}

.boc_main_menu.submenu_top_border ul {
    border-top: 2px solid #0bafc7;
}

.boc_main_menu.submenu_top_border ul ul {
    top: -15px;
}
.boc_main_menu.submenu_top_border.sub_bordered ul ul {
    top: calc(0% - 2px);
}

.boc_main_menu li {
    position: relative;
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.boc_main_menu > li {
    float: left;
}

.boc_main_menu a {
    display: block;
    position: relative;
	padding: 11px 26px;
    line-height: 1em;
    text-decoration: none;
}
.boc_main_menu.sub_bordered .sub-menu a {
    padding-top: .9em;
	padding-bottom: .9em;
	border-bottom: 1px solid rgba(230, 230, 230, 0.45);
}
.boc_main_menu.sub_black.sub_bordered .sub-menu a {
	border-bottom: 1px solid rgba(125, 125, 125, 0.3);
}
.boc_main_menu.sub_bordered .sub-menu li:last-child > a {
	border-bottom: 1px solid transparent;
}

.boc_main_menu li:hover > ul,
.boc_main_menu li.sf-hover > ul {
    display: block;
}


/* Underline on Hover */
.main_menu_underline_effect > li:after {
	display: block;
	content: "";
	width: 10%;
	height: 2px;
	background-color: #0bafc7;
	position: absolute;
	bottom: 0;
	left: 45%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;	
	opacity: 0;
}
.main_menu_underline_effect > li:hover:after {
    width: calc(100% - 32px);
    left: 16px;
	opacity: 1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;	
}
.main_menu_underline_effect > li.no_border:after {
	display: none;
}
/* Disable for Search */
.main_menu_underline_effect > li.boc_search_border:after, 
.main_menu_underline_effect > li.boc_nav_button:after{
	display: none;
}
/* Underline on Hover : END */



/* Submenu :: START */
.boc_main_menu ul ul {
    top: -13px;
    left: 100%;
    border-radius: 0 4px 4px 4px;
}
.boc_main_menu.sub_bordered ul ul {
    top: 0;
}

.boc_main_menu ul li a,
.boc_main_menu ul li {
    color: #eee;
    -webkit-transition: all .1s ease, padding .25s ease;
    -moz-transition: all .1s ease, padding .25s ease;
    -ms-transition: all .1s ease, padding .25s ease;
    -o-transition: all .1s ease, padding .25s ease;
    transition: all .1s ease, padding .25s ease;
}
.boc_main_menu.submenu_minimal ul li a {
	color: #d6d6d6;
}

.boc_main_menu.submenu_bgr_swap ul li:not(.mm_col_title):hover,
.boc_main_menu.submenu_bgr_swap #menu > ul > li:not(.mm_col_title).sf-hover > a,
.boc_main_menu.submenu_bgr_swap > ul > li:not(.mm_col_title) > a:hover {
    background: #0bafc7;
}

.boc_main_menu.submenu_bgr_swap ul li:not(.mm_col_title):hover > a {
    color: #fff;
}

/* Submenu Item Indent animation */
.boc_main_menu.submenu_hover_indent a {
	padding: 11px 32px 11px 26px;
}
.boc_main_menu.submenu_hover_indent ul li:not(.mm_col_title):hover > a {
	padding-left: 32px;
    padding-right: 26px;
}

.boc_main_menu.submenu_hover_indent ul li:not(.mm_col_title):hover > a.sf-with-ul {
	padding-left: 32px;
	padding-right: 36px;
}

#menu > ul.boc_main_menu.submenu_hover_indent > li.megamenu ul > li:not(.mm_col_title):hover > a {
    padding-left: 20px;
	padding-right: 12px;
}

/* Minimal */
.boc_main_menu.submenu_minimal li li:before {
    display: none;
}

.boc_main_menu.submenu_minimal li li:after {
    bottom: 0px;
    top: inherit;
    display: block;
    margin: 0 24px;
    height: 1px;
    background: rgba(255, 255, 255, .12) !important;
    opacity: 1;
    visibility: visible;
}

.boc_main_menu.submenu_minimal li li:last-child:after,
.boc_main_menu.submenu_minimal li li.mm_col_title:after {
    display: none;
}

#menu > ul.boc_main_menu.submenu_minimal > li.megamenu ul > li:after {
    margin: 0 16px;
}

.boc_main_menu.submenu_minimal ul li:not(.mm_col_title):hover > a,
.boc_main_menu.sub_black ul li.current-menu-item > a {
    color: #fff;
}
/* Submenu :: END */

/* White submenu */
.boc_main_menu.sub_white ul {
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .1);
}

.boc_main_menu.sub_white ul li a,
.boc_main_menu.sub_white ul ul li a {
    color: #333;
}

.boc_main_menu.sub_white.submenu_minimal ul li:not(.mm_col_title):hover > a {
    color: #111;
}

.boc_main_menu.sub_white.submenu_minimal li li:after {
    background: #f3f3f3 !important;
}

/* White submenu :: End */

.sf-arrows a.sf-with-ul {
    padding-right: 42px;
}

.sf-arrows li:not(.mm_col_title) > .sf-with-ul:after {
    font-family: 'FontAwesome';
    font-style: normal;
    content: "\f107";
    padding: 0px 0px 0px 10px;
    font-size: 10px;
    top: -1px;
    position: relative;
    line-height: 0;
}

.sf-arrows ul li:not(.mm_col_title) > .sf-with-ul:after {
    content: '\f105';
    right: 20px;
    position: absolute;
    top: 49%;
}

/* Button in Nav */
.menu_regular_style #menu > ul > li.boc_nav_button {
    height: 92px;

    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

#header.scrolled .menu_regular_style #menu > ul > li.boc_nav_button {
    height: 64px;

    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.menu_regular_style #menu > ul > li.boc_nav_button a {
    line-height: 28px !important;
    padding: 0 18px;
    background: transparent;
    border: 2px solid #444;
    margin: 2px 10px 0;
    border-radius: 20px;
    text-shadow: none;

    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    white-space: nowrap;
}

.menu_regular_style #menu > ul > li.boc_nav_button a:hover {
    color: #fff !important;
    background: #444;
}

/* Button in Nav :: End */

/* Stripe Style Menu :: Start */
.menu_stripe_style {
    height: 46px;
    position: absolute;
    width: 100%;
    bottom: -36px;
    background: rgba(48, 50, 52, 1);
    background: -moz-linear-gradient(top, rgba(48, 50, 52, 1) 0%, rgba(34, 36, 37, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48, 50, 52, 1)), color-stop(100%, rgba(34, 36, 37, 1)));
    background: -webkit-linear-gradient(top, rgba(48, 50, 52, 1) 0%, rgba(34, 36, 37, 1) 100%);
    background: -o-linear-gradient(top, rgba(48, 50, 52, 1) 0%, rgba(34, 36, 37, 1) 100%);
    background: -ms-linear-gradient(top, rgba(48, 50, 52, 1) 0%, rgba(34, 36, 37, 1) 100%);
    background: linear-gradient(to bottom, rgba(48, 50, 52, 1) 0%, rgba(34, 36, 37, 1) 100%);
    border-radius: 4px;
    transition: all .2s ease-out;
}

.full_width_container .menu_stripe_style {
    border-radius: 0px;
}

.menu_stripe_style #menu ul.boc_main_menu {
    float: left;
    margin-left: 14px;
    width: calc(100% - 76px);
}

#wrapper.boxed_wrapper .menu_stripe_style #menu ul.boc_main_menu {
    margin-left: 10px;
}
#wrapper.boxed_wrapper.wrapper_menu_stripe_style .main_header .container .section {
	position: relative;
}


.full_width_container .menu_stripe_style #menu ul.boc_main_menu {
    margin-left: 0px;
}

.menu_stripe_style .boc_main_menu ul {
    padding: 12px 0;
}

.menu_stripe_style #menu ul.boc_main_menu ul ul {
    top: -12px;
}
.menu_stripe_style #menu ul.boc_main_menu.sub_bordered ul ul {
    top: 0px;
}

.menu_stripe_style #menu ul.boc_main_menu.submenu_top_border ul ul {
    top: -14px;
}
.menu_stripe_style #menu ul.boc_main_menu.submenu_top_border.sub_bordered ul ul {
    top: calc(0% - 2px);
}

.menu_stripe_style #menu > ul > li > a {
    line-height: 46px;
    padding-top: 0px;
    color: #fff;
}

#menu > ul > li {
    position: relative;
}

.menu_stripe_style #menu > ul > li:hover > a,
.menu_stripe_style #menu > ul > li > a:hover {
    background: #0bafc7;
}

.menu_stripe_style #boc_menu_icon {
    top: 16px;
    margin-right: 24px;
    margin-left: 10px;
}

.menu_stripe_style .boc_menu_icon_ham {
    background: #fff;
}

.menu_stripe_style #menu > ul > li > a {
    padding: 0px 20px;
    margin: 0;
}

.menu_stripe_style #menu .boc_main_menu > li > ul {
    left: 0px;
}

.menu_stripe_style #menu .boc_main_menu .sf-with-ul:after {
    margin-right: -3px;
}

#menu .boc_main_menu .lang-item img {
    margin-right: 6px;
}

.menu_stripe_style #menu .boc_main_menu > li.boc_nav_button {
    float: right;
    background: #0bafc7;
    color: #fff;
    transition: all .2s ease-out;
}

.menu_stripe_style #menu .boc_main_menu > li.boc_nav_button:hover,
.menu_stripe_style #menu .boc_main_menu > li.boc_nav_button:hover a {
    background: rgba(11,175, 199, .6);
}

.menu_stripe_style.white {
    background: #f6f6f6;
    background: -moz-linear-gradient(top, rgb(245, 245, 245) 0%, rgb(240, 240, 240) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(245, 245, 245)), color-stop(100%, rgb(240, 240, 240)));
    background: -webkit-linear-gradient(top, rgb(245, 245, 245) 0%, rgb(240, 240, 240) 100%);
    background: -o-linear-gradient(top, rgb(245, 245, 245) 0%, rgb(240, 240, 240) 100%);
    background: -ms-linear-gradient(top, rgb(245, 245, 245) 0%, rgb(240, 240, 240) 100%);
    background: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(240, 240, 240) 100%);
}

.menu_stripe_style.white #menu > ul > li:not(.boc_nav_button) > a {
    color: #222;
    text-shadow: 0 1px 0px rgba(255, 255, 255, .7);
}

.menu_stripe_style.white #menu > ul > li:hover > a {
    color: #fff;
    text-shadow: none;
}

.menu_stripe_style.white #menu > ul > li:hover > a {
    color: #fff;
    text-shadow: none;
}

.menu_stripe_style.white .boc_menu_icon_ham {
    background: #222;
}

.menu_stripe_style.white .boc_main_menu ul {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .1);
}

.menu_stripe_style.white .boc_main_menu ul ul {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, .1);
}
/* Stripe Style Menu :: END */


/* Solid Style Menu :: Start */
.menu_solid_style {
    height: 53px;
    position: absolute;
    width: 100%;
    bottom: -46px;
    transition: all .2s ease-out;
    border-top: 1px solid rgba(160, 160, 160, .1);
	z-index: 0;
}

.menu_solid_style #menu ul.boc_main_menu {
    float: left;
    width: calc(100% - 40px); /* Allow having right floated menu items (buttons) */
}

.menu_solid_style #menu ul.boc_main_menu ul ul {
    top: -12px;
}
.menu_solid_style #menu ul.boc_main_menu.sub_bordered ul ul {
    top: 0px;
}

.menu_solid_style #menu ul.boc_main_menu.submenu_top_border ul ul {
    top: -14px;
}
.menu_solid_style #menu ul.boc_main_menu.submenu_top_border.sub_bordered ul ul {
    top: calc(0% - 2px);
}

.wrapper_menu_solid_style .header_cart_icon {
    margin-right: 0;
}

.menu_solid_style .boc_main_menu ul {
    padding: 12px 0;
}

.menu_solid_style #menu > ul > li > a {
    line-height: 52px;
    color: #333;
    padding: 0px 20px;
    margin: 0;
}

.menu_solid_style .boc_menu_icon_ham {
    background: #333;
}

.menu_solid_style #menu > ul > li {
    position: relative;
}

.menu_solid_style #boc_menu_icon {
    top: 18px;
    margin-right: 0px;
    margin-left: 10px;
}

.menu_solid_style #menu > ul > li:first-child > a {
    padding-left: 0;
}

.menu_solid_style #menu > ul > li > ul {
    box-shadow: 0px 2px 7px rgba(0, 0, 0, .12);
}

.menu_solid_style #menu > ul > li:first-child > ul {
    left: -21px;
}

.menu_solid_style #menu .boc_main_menu > li > ul {
    left: -1px;
}

.menu_solid_style #menu .boc_main_menu .sf-with-ul:after {
    margin-right: -3px;
}

#menu .boc_main_menu .lang-item img {
    margin-right: 6px;
}

.menu_solid_style #menu .boc_main_menu > li.boc_nav_button {
    float: right;
}

.header_content_solid .header_content_icons, .header_content_solid .header_content_widgets {
    margin-top: 0px;
}

/* Solid Style Menu :: END */

/* Angular Style Menu :: Start */
.wrapper_menu_angular_style #header.sticky_header:not(.transparent_header) + .content_body {
    margin-top: 80px !important;
}

.wrapper_menu_angular_style #header.scrolled {
    box-shadow: none;
}

.wrapper_menu_angular_style #menu .boc_right_menu {
    margin-left: 0px;
}

.wrapper_menu_angular_style #boc_menu_icon {
    top: 16px;
    margin-left: 16px;
}

/* Angular Logo :: Start */
.wrapper_menu_angular_style #logo {
    overflow: visible;
    position: absolute;
    width: 18%;
    left: 0;
    top: 0;
    max-height: 96px;
    text-align: left;
    z-index: 100;
}

.wrapper_menu_angular_style #header:not(.scrolled) #logo {
    min-height: 72px;
}

.wrapper_menu_angular_style #logo:after {
    background: #fff;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    right: -38px;
    top: 0;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    width: 1500px;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, .06);
    transition: background-color .8s ease;
}

.wrapper_menu_angular_style #header.scrolled #logo:after {
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, .06);
}

.wrapper_menu_angular_style #logo .logo_img {
    z-index: 9999;
    height: auto !important;
    width: auto !important;
    margin-right: 0;
    margin-left: 0;
    float: right;
    display: block;
	overflow: hidden;
}

.wrapper_menu_angular_style #logo a {
    display: block;
    position: relative;
}

.wrapper_menu_angular_style #logo a img {
    width: auto !important;
    margin: 10px;
    max-width: 151px;
}

.menu_toplogo .wrapper_menu_angular_style #logo .logo_img {
    margin: 0;
}

.wrapper_menu_angular_style #header #logo,
.wrapper_menu_angular_style #header #logo a img {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
}

.wrapper_menu_angular_style #header.scrolled #logo a img {
    margin: 0;
    height: 46px !important;
    width: auto !important;
}

/* Angular Logo :: Start */

/* Angular Menu :: Start */
.wrapper_menu_angular_style #menu > ul {
    float: right;
}

.wrapper_menu_angular_style .boc_main_menu ul {
    padding: 12px 0;
}

.wrapper_menu_angular_style .boc_main_menu ul {
    left: -8px;
}

.wrapper_menu_angular_style .boc_main_menu ul ul {
    top: -12px;
    left: 100%;
}
.wrapper_menu_angular_style .boc_main_menu.sub_bordered ul ul {
    top: 0;
}

.wrapper_menu_angular_style #menu ul.boc_main_menu.submenu_top_border ul ul {
    top: -14px;
}
.wrapper_menu_angular_style #menu ul.boc_main_menu.submenu_top_border.sub_bordered ul ul {
    top: calc(0% - 2px);
}

.wrapper_menu_angular_style #menu > ul > li > a {
    font-style: italic;
    line-height: 46px;
    padding-top: 0;
}

.menu_toplogo #menu > ul {
    margin-bottom: 0;
}

.wrapper_menu_angular_style #menu > ul > li.megamenu > ul {
    width: 81%;
    right: 0px;
    left: inherit;
}

.wrapper_menu_angular_style #boc_menu_icon:hover .boc_menu_icon_ham {
    background: #0bafc7;
}

/* Angular Menu :: END  */

/* Button in Nav */
.menu_angular_style #menu > ul > li.boc_nav_button {
    margin-top: 8px;
}

.menu_angular_style #menu > ul > li.boc_nav_button a {
    line-height: 26px;
    padding: 0 12px;
    background: transparent;
    border: 2px solid #444;
    margin: 0px 10px 0;
    border-radius: 4px;
    text-shadow: none;

    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    white-space: nowrap;
}

.menu_angular_style #menu > ul > li.boc_nav_button a:hover {
    color: #fff !important;
    background: #444;
}

/* Button in Nav :: End */

/* Angular Style Menu :: End */

/* Mega Menu */
#menu > ul > li.megamenu {
    position: static;
}

#menu > ul > li.megamenu > ul {
    width: 100%;
    left: 0px;
    padding: 16px 10px 10px;
}
#menu > ul > li.megamenu > ul li a {
    border-bottom: none;
}

#menu > ul > li.megamenu > ul.sub-menu > li {
    float: left;
    padding: 0px 18px 0px 16px;
    margin: 10px 0 12px 0;
}

#menu > ul > li.megamenu.mm-col-2 > ul.sub-menu > li {
    width: 50%
}

#menu > ul > li.megamenu.mm-col-3 > ul.sub-menu > li {
    width: 33.3333%
}

#menu > ul > li.megamenu.mm-col-4 > ul.sub-menu > li {
    width: 25%
}

#menu > ul > li.megamenu.mm-col-5 > ul.sub-menu > li {
    width: 20%
}

#menu > ul > li.megamenu.mm-col-6 > ul.sub-menu > li {
    width: 16.6666%
}

#menu > ul > li.megamenu > ul > li ul {
    display: block !important;
    top: 0px !important;
    left: 0px !important;
    position: relative !important;
    box-shadow: none;
    padding: 0px !important;
    background: none;
    height: auto !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    border-top: none;
}

#menu > ul > li.megamenu.mm_bordered_columns > ul.sub-menu > li {
    border-right: 1px solid rgba(255, 255, 255, .12);
}

#menu > ul.sub_white > li.megamenu.mm_bordered_columns > ul.sub-menu > li {
    border-right: 1px solid rgba(0, 0, 0, .06);
}

#menu > ul > li.megamenu > ul.sub-menu > li:last-child {
    border-right: 0 !important;
}

#menu > ul > li.megamenu li.mm_col_title > a {
    font-size: 116%;
    font-weight: 500;
    color: #fff;
	margin-bottom: 4px;
}

#menu > ul.boc_main_menu.sub_white > li.megamenu li.mm_col_title > a {
    color: #333;
}

#menu > ul > li.megamenu ul > li {
    border-radius: 2px;
}
#menu > ul > li.megamenu ul > li > a {
	padding: .68em 16px;
	padding: 11px 16px; /*overwrite padding*/
}

#menu > ul > li.megamenu div.container.mega_menu_holder > ul > li > a:hover {
    background: none;
}

#menu.arrow_effect > ul > li.megamenu div.container.mega_menu_holder > ul > li > a:hover > span {
    padding-left: 0;

}

#menu.arrow_effect > ul > li.megamenu div.container.mega_menu_holder > ul > li > a > span:before {
    opacity: 0;
}

.custom_menu_3 #menu > ul > li.megamenu > ul.sub-menu > li > a:hover {
    color: inherit;
}

.custom_menu_6 #menu > ul > li.megamenu > ul.sub-menu > li > a:hover {
    color: inherit;
}

#menu > ul > li.megamenu div.container.mega_menu_holder div.subsub_menu {
    top: 0;
}

/* Hide class for MM submenu holder */
#menu > ul > li ul > li.mm_hide > a {
    display: none;
}

/* Icons in Menu */
#menu ul li a i.fa,
#menu ul li a i[class^="boc_i-"], 
#menu ul li a i[class*=" boc_i-"],
#mobile_menu ul li a i.fa,
#mobile_menu ul li a i[class^="boc_i-"], 
#mobile_menu ul li a i[class*=" boc_i-"] {

	margin: 0 16px 0 0;
	width: 1em;
    display: inline-block;
    text-align: center;
}

/* MegaMenu : END */

/* Header Content :: Start */
.header_content {
    float: right;
}

.header_content_icons, .header_content_widgets {
    position: absolute;
    top: 50%;
    display: inline-block;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
}

.header_search_icon {
    font-size: 17px;
	margin-left: 20px;
}

.search_sep {
    border-right: 2px solid #ddd;
    margin-right: 10px;
    font-size: 15px;
    content: "";
    opacity: .3;
}

.header_content_widgets {
    right: 140px;
}

.boc_icon_text_item {
    float: right;
    padding: 0 0 0 20px;
    margin: 4px 22px 0 0;
}

.boc_icon_text_item .icon {
    float: left;
    font-size: 24px;
	line-height: 34px;
    color: #0bafc7;
    margin: 0 14px 0 0;
}

.boc_icon_text_item .text span {
    font-size: 15px;
    color: #848789;
    -webkit-transition: color .14s linear;
    -moz-transition: color .14s linear;
    -ms-transition: color .14s linear;
    -o-transition: color .14s linear;
    transition: color .14s linear;
}

.boc_icon_text_item .text {
    float: right;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: color .14s linear;
    -moz-transition: color .14s linear;
    -ms-transition: color .14s linear;
    -o-transition: color .14s linear;
    transition: color .14s linear;
}

.boc_icon_text_item .text strong {
    display: block;
}

/* Header Content :: End */


/* Dotted Side Nav */
.boc_nav-trigger {
  display: none;
}

#boc_vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  opacity: 0;
}
#boc_vertical-nav.shown {
  opacity: 1;
}
#boc_vertical-nav ul{
	list-style: none;
	margin: 0;
}
#boc_vertical-nav ul li {
	text-align: right;
	margin: 0 0 6px;
	transform: translateX(80px);
	transition: transform .5s ease-out;
}
#boc_vertical-nav.shown ul li {
	transform: translateX(0px);
}
#boc_vertical-nav a {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#boc_vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
#boc_vertical-nav a span {
  float: right;
  display: block;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
#boc_vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#boc_vertical-nav a:hover .boc_label {
  opacity: 1;
}
#boc_vertical-nav .is-selected a .boc_dot {
  background-color: #0bafc7;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);	
}
#boc_vertical-nav .boc_dot {
  position: relative;
	top: 10px;
    height: 10px;
    width: 10px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
	
  -webkit-transition: -webkit-transform .2s, background-color .5s;
  -moz-transition: -moz-transform .2s, background-color .5s;
  transition: transform .2s, background-color .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#boc_vertical-nav .boc_label {
	position: relative;
    margin-right: 10px;
    padding: 3px 13px;
    color: white;
    font-size: 14px;
    -webkit-transition: -webkit-transform .15s, opacity .15s;
    -moz-transition: -moz-transform .15s, opacity .15s;
    transition: transform .15s, opacity .15s;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background: rgba(0,0,0,0.8);
	border-color: rgba(0,0,0,0.8);
    border-radius: 3px;
}
#boc_vertical-nav .boc_label:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 50%;
    right: -4px;
    margin-top: -4px;
    border-width: 4px 0 4px 4px;
    border-left-color: inherit;
	transition: transform .15s .1s;
	transform: translateX(-100%);
}
#boc_vertical-nav a:hover .boc_label:after {
	transform: translateX(0);
}
/* Dotted Side Nav :: END */


/* Right Menu - Containing SEARCH and HAMBURGER menu */
#menu .boc_right_menu {
    float: right;
    margin-left: 18px;
}

#menu .boc_right_menu > li {
    float: left;
}

/* Menu Icon HAMBURGER */
#boc_menu_icon {
    position: relative;
    top: 40px;
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;

    -webkit-transition: top .1s ease-out;
    -moz-transition: top .1s ease-out;
    -o-transition: top .1s ease-out;
    -ms-transition: top .1s ease-out;
    transition: top .1s ease-out;
}

#header.scrolled .menu_regular_style #boc_menu_icon {
    top: 27px;
    -webkit-transition: top .5s ease-out;
    -moz-transition: top .5s ease-out;
    -o-transition: top .5s ease-out;
    -ms-transition: top .5s ease-out;
    transition: top .5s ease-out;
}

.boc_menu_icon_ham {
    top: 0;
    position: absolute;
    display: block;
    background: #333;
    width: 17px;
    height: 2px;
    right: 0;
    -webkit-transition: all .5s cubic-bezier(.5, .1, 0, 1) .3s, background-color .3s ease-out, top .2s ease;
    -moz-transition: all .5s cubic-bezier(.5, .1, 0, 1) .3s, background-color .3s ease-out, top .2s ease;
    -o-transition: all .5s cubic-bezier(.5, .1, 0, 1) .3s, background-color .3s ease-out, top .2s ease;
    -ms-transition: all .5s cubic-bezier(.5, .1, 0, 1) .3s, background-color .3s ease-out, top .2s ease;
    transition: all .5s cubic-bezier(.5, .1, 0, 1) .3s, background-color .3s ease-out, top .2s ease;
}

.line_1 {
    top: 0;
}
.line_2 {
    top: 6px;
    width: 22px;
}
.line_3 {
    top: 12px;
}

#boc_menu_icon:hover .line_1 {
    top: -2px;
}

#boc_menu_icon:hover .line_3 {
    top: 14px;
}

.boc_menu_icon_ham_1_open {
    width: 21px;
    -webkit-transform: translateX(-7px) rotate(-45deg) translateY(10px);
    transform: translateX(-7px) rotate(-45deg) translateY(10px);
}

.boc_menu_icon_ham_2_open {
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.boc_menu_icon_ham_3_open {
    width: 21px;
    -webkit-transform: translateX(-4px) rotate(45deg) translateY(-7px);
    transform: translateX(-4px) rotate(45deg) translateY(-7px);
}

/* Side Widget - START */
.boc_side_widget {
    position: fixed;
    overflow-y: auto;
    width: 400px;
    height: 100%;
    padding: 80px 50px 30px;
    background: #1f2123;
    color: #989898;
    top: 0;
    right: -400px;
    z-index: 2500;
    -webkit-font-smoothing: antialiased;
    transition: all .7s cubic-bezier(.19, 1, .22, 1) .04s;
}
.boc_side_widget * {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.boc_side_widget.active_side_widget {
    -webkit-transform: translateX(-380px);
    transform: translateX(-380px);
    transition: all .65s cubic-bezier(.19, 1, .22, 1);
}

#wrapper,
#header .container {
    transition: right .55s cubic-bezier(.19, 1, .22, 1);
    right: 0;
    position: relative;
}

.boc_side_widget_close {
    color: #fff;
    font-size: 49px;
    line-height: 1em;
    margin-right: -14px;
    cursor: pointer;
    -webkit-transition: transform .45s ease;
    transition: transform .45s ease;
    display: inline-block;
    position: absolute;
    left: 318px;
    top: 32px;
}
.boc_side_widget .white_links a {
    color: #dcdcdc !important;
}
.boc_side_widget .white_links a:hover {
    color: #fff !important;
}

.boc_side_widget_close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.boc_side_widget_content {
    content: "";
    clear: both;
	margin-bottom:40px;
}
.boc_side_widget_content:last-child {
    margin-bottom: 10px;
}

.wrapper_overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: -1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

#wrapper.active_side_widget .wrapper_overlay {
    opacity: 1;
    z-index: 2490;
    pointer-events: auto;
}

#wrapper.active_side_widget .wrapper_overlay:hover {
    cursor: url('images/close_overlay.png') 13 13, default;
}

/* Widgets in Side widget */

.boc_side_widget h4.boc_heading {
    margin: 16px 0;
    color: #e2e2e2;
}
.boc_side_widget .widget_nav_menu {
	margin-bottom: 50px;
}
.boc_side_widget ul.menu li {
    list-style: none outside;
	margin: 0;
	padding: 5px 0;
}
.boc_side_widget ul.menu ul {
    margin: 4px 0 0 24px;
	display: none;
}
.boc_side_widget ul.menu li a {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 8px 0;
}
.boc_side_widget ul.menu ul li {
	padding: 3px 0;
}
.boc_side_widget ul.menu ul li a {
	font-size: 18px;
}
.boc_side_widget ul.menu li a > span {
    height: 32px;
    font-size: 17px;
    padding: 0 15px;
}
/* Side Widget - END */

/* Subheader Navigation */
.boc_subheader_widget {
	float: right;
    padding: 5px 12px 7px;
    margin: -5px 16px -8px 16px;
    background: #fff;
    box-shadow: 0px -4px 6px 1px rgba(0, 0, 0, .05);
}

.boc_subheader_widget:empty {
    display: none;
}
.boc_subheader_widget .widget{
	float:left;
}
.boc_subheader_widget ul {
    list-style: none;
    margin: 0;
}

.boc_subheader_widget ul li {
    display: inline-block;
}
.boc_subheader_widget ul li {
    padding: 5px 9px;
    display: inline-block;
}
.boc_subheader_widget a img {
    margin-right: 3px;
}

.boc_subheader_widget > ul > li {
    position: relative;
    float: left;
    padding: 0px;
}
/* Subheader Navigation :: END */

/* WPML */
.boc_subheader_widget .wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
}
.boc_subheader_widget .wpml-ls-legacy-list-horizontal a {
    padding: 5px 8px;
}
#menu .wpml-ls-menu-item .wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    width: 18px;
    height: 12px;
    margin: -1px 5px;
}


/* Mobile Header */
#mobile_header {
	position: fixed;
	display: none;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	top: 0;
    left: 0;
    width: 100%;
	height: 64px;
    transition: top .2s ease-in-out;
}
#mobile_header.mobile_header_up {
    top: -65px;
}
#mobile_header * {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.mobile_header_holder {
    position: relative;
	height: 100%;
}

#mobile_logo {
	position: absolute;
    left: 25%;
    top: 0px;
    padding: 6px;
    width: 50%;
    height: 100%;
    text-align: center;
}
#mobile_logo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	max-height: 100%;
    width: auto;	
}
/* Mobile Menu */
#mobile_menu_toggler {
    position: absolute;
    left: 22px;
    top: 18px;
    width: 34px;
    height: 34px;
    display: none;
    cursor: pointer;
	z-index: 10001;
}
#mobile_menu_toggler.active_mobile_menu .m_nav_ham{
	background: #fff;
}

.m_nav_ham {
    width: 24px;
    height: 2px;
    background: #333;
    margin: 5px auto;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.m_nav_ham_1_open {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 13px;
}

.m_nav_ham_2_open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -7px;
}

.m_nav_ham_3_open {
    opacity: 0;
}

#mobile_menu {
	position: fixed;
    width: 100%;
    height: 100%;
    background: #1f2123;
    top: 0;
    left: -100%;
    z-index: 300;
    -webkit-font-smoothing: antialiased;
    transition: all 1s cubic-bezier(.19,1,.22,1);
	padding-top: 66px;
	-webkit-overflow-scrolling: touch;
}

#mobile_menu.mobile_menu_active {
	left: 0;
}

.noscroll {
    overflow-y: hidden;
    height: 100%;
}
.content_body > div {
    transition: all .9s cubic-bezier(.2, 1, .24, 1);
}

.mobile_scroll {
	overflow-y: auto;
    width: 100%;
    height: 100%;
}

.mobile_menu_ul {
    margin: 0;
    list-style: none;
}
.mobile_menu_ul ul{
    margin: 0 0 0 26px;
}
.mobile_menu_ul li {
    margin: 0;
	list-style: none;
}
.mobile_menu_ul>li {
	transition: all .86s cubic-bezier(.2,1,.24,1);
    transform: translateX(-250px);
}
.mobile_menu_ul>li:nth-child(2) {
    transition-delay: 70ms;
}
.mobile_menu_ul>li:nth-child(3) {
    transition-delay: 140ms;
}
.mobile_menu_ul>li:nth-child(4) {
    transition-delay: 210ms;
}
.mobile_menu_ul>li:nth-child(5) {
    transition-delay: 280ms;
}
.mobile_menu_ul>li:nth-child(6) {
    transition-delay: 350ms;
}
.mobile_menu_ul>li:nth-child(7) {
    transition-delay: 420ms;
}
.mobile_menu_ul>li:nth-child(8) {
    transition-delay: 490ms;
}
.mobile_menu_ul>li:nth-child(9) {
    transition-delay: 560ms;
}
.mobile_menu_ul>li:nth-child(10) {
    transition-delay: 630ms;
}
.mobile_menu_active .mobile_menu_ul>li {
    transform: translateX(0);
	transition: all 0;
}

.mobile_menu_ul li.boc_search_border, .mobile_menu_ul li.boc_search_toggle_li {
    display: none;
}

.mobile_menu_ul li a {
    color: #dedede;
    font-size: 15px;
    line-height: 1.7em;
    display: block;
    position: relative;
    padding: 10px 30px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.mobile_menu_ul>li>a {
    font-size: 17px;
	font-weight: 500;
}

.mobile_menu_ul li a:hover,
.mobile_menu_ul li.current_page_item > a {
    color: #f3f3f3;
}

.mobile_menu_ul li ul {
    display: none;
}

.mobile_menu_ul li a > span {
    float: right;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-top: -2px;
}

.mobile_menu_ul li a:hover > span {
    color: #ddd;
    cursor: pointer;
}

.mobile_menu_ul li a > span:hover {
    color: #fff;
}
.mobile_search_form {
	margin: 20px 30px;
}
.mobile_search_form input{
	width: 100%;
    background: #191a1b;
    border: 1px solid #444;
    padding: 10px 10px;
    color: #ddd;
    border-radius: 2px;
    font-size: 15px;
}

#mobile_boc_menu_icon {
    position: relative;
    width: 26px;
    height: 34px;
    cursor: pointer;
    float: right;
    margin: 23px 24px 0 0;
}

/* #Main containers + Common styles
================================================== */

#wrapper {
    margin: 0px auto;
    text-align: left;
    background: white;
}

#wrapper.full_width_wrapper {
    width: 100%;
    margin: 0px auto;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    border-left: none;
    border-right: none;
    border-bottom: none;
}

/* Content BGR - fix footer Position */
.content_body {
    position: relative;
    z-index: 1;
    background: #fff;
    min-height: 596px;
    overflow: hidden;
}

/* Full width BGR Page Title holder */
.page_title_bgr .full_container_page_title {
    border-bottom: 1px solid #f3f3f3;
    background: #fafafa;
    padding: 0px 0;
    margin-bottom: 56px;
    min-height: 58px;
}
.full_container_page_title.tall_page_heading {
    padding: 50px 0;
}

.wrapper_menu_angular_style.page_title_bgr .full_container_page_title {
    border-bottom: 1px solid #f5f5f5;
}

.page_title_bgr .full_container_page_title.no_bm {
    margin-bottom: 0;
}

.page_title_bgr.bgr_style1 .full_container_page_title {
    background: #fafafa url('images/page_head_bgr1.png') top center;
}

.page_title_bgr .full_container_page_title .page_heading {
    margin: 24px 0 24px;
}

.wrapper_menu_stripe_style.page_title_bgr .full_container_page_title {
    border-bottom: none;
    background: transparent;
    padding: 32px 0 0;
}

.rel_pos {
    position: relative;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.al_left { text-align: left;}
.al_right { text-align: right;}
.fl_left { float: left;}
.fl_right { float: right;}
.no_bm { margin-bottom: 0;}
.h0 { height: 0px;}
.h5 { height: 5px;}
.h8 { height: 8px;}
.h10 { height: 10px;}
.h15 { height: 15px;}
.h20 { height: 20px;}
.h30 { height: 30px;}
.h40 { height: 40px;}
.h60 { height: 60px;}
.h80 { height: 80px;}
.h100 { height: 100px;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt50 { margin-top: 50px !important;}
.mb30 { margin-bottom: 30px;}
.m40 {  margin: 40px;}
.max_w30 { max-width: 30px;}
.max_w50 { max-width: 50px;}
.max_w100 { max-width: 50px;}
.opacity_0 { opacity: 0;}

/* Headings */
p.boc_heading,
div.boc_heading{
    line-height: 1.6;
}
.boc_heading.bgr_diagonal span,
.boc_heading.bgr_dotted span,
.boc_heading.bgr_multidotted span,
.boc_heading.bgr_double span,
.boc_heading.bgr_single span {
    padding: 0 .6em 0 0;
    background: #fff;
    display: inline-block;
}

.boc_heading.bgr_diagonal.center span,
.boc_heading.bgr_dotted.center span,
.boc_heading.bgr_multidotted.center span,
.boc_heading.bgr_double.center span,
.boc_heading.bgr_single.center span {
    padding: 0 .6em;
}
.boc_heading.bgr_diagonal.al_right span,
.boc_heading.bgr_dotted.al_right span,
.boc_heading.bgr_multidotted.al_right span,
.boc_heading.bgr_double.al_right span,
.boc_heading.bgr_single.al_right span {
    padding: 0 0 0 .6em;
}

.boc_heading.bgr_diagonal {
    background: url('images/heading_diagonal.png') repeat-x 0 86%;
}

.boc_heading.bgr_dotted {
    background: url('images/heading_dots.png') repeat-x left 90%;
}

.boc_heading.bgr_multidotted {
    background: url('images/heading_multidots.png') repeat-x left 94%;
}

.boc_heading.bgr_single {
    background: url('images/heading_line.png') repeat-x left 80%;
}

.boc_heading.bgr_double {
    background: url('images/heading_2_lines.png') repeat-x left 80%;
}

.boc_subheading {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 400;
    color: #777;
    text-transform: none;
    letter-spacing: 0;
}

/* Subheader */
#subheader {
    color: #fff;
    padding: 5px 0;
    font-size: 13px;
}

.full_header {
    background: #e9f3fc;
    line-height: 15px;
	overflow: hidden;
}

.header_contacts {
    line-height: 24px;
    float: left;
}

.header_contacts.right {
    float: right;
}

.header_contact_item {
    float: right;
    margin-right: 28px;
}

.header_contacts.right .header_contact_item {
    margin-right: 6px;
    margin-left: 16px;
}

.header_contacts span {
    margin-right: 10px;
    font-size: 15px;
	line-height: 1em;
	position: relative;
	top:1px;
}

.header_contacts_mobile {
    margin: 30px;
}
.header_contact_item_mobile {
    font-size: 13px;
    color: #777;
	margin: 0 0 6px;
}
.header_contact_item_mobile > span {
    margin: 0 8px 0 0;
}

.header_soc_icon_holder_mobile {
	margin: 30px;
	text-align: center;
}
.header_soc_icon_holder_mobile .header_soc_icon {
	color: #aaa;
}
.header_soc_icon_holder_mobile .header_soc_icon .icon {
	font-size: 18px;
}
.header_soc_icon_holder_mobile .header_soc_icon:last-child {
    padding-right: 9px;
}


.header_contacts span.boc_i-location {
    font-size: 14px;
}

.header_contacts span.fa-envelope {
    font-size: 13px;
}

.header_soc_icon_holder {
    float: right;
	margin-top: 2px;
}
.header_soc_icon_holder.left {
	float: left;
}
.header_soc_icon {
    padding: 1px 9px 0;
    display: inline-block;
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.header_soc_icon:last-child {
    padding-right: 0;
}

.header_soc_icon:hover {
    color: #fff;
    opacity: .75;
}

.header_soc_icon .icon {
    line-height: 18px;
    font-size: 16px;
}

header.transparent_header.hide_subheader_on_scroll.scrolled #subheader .section {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
}

header.transparent_header.hide_subheader_on_scroll #subheader .section {
    -webkit-transition: opacity .3s .5s ease-out;
    -moz-transition: opacity .3s .5s ease-out;
    -ms-transition: opacity .3s .5s ease-out;
    -o-transition: opacity .3s .5s ease-out;
    transition: opacity .3s .5s ease-out;
}

/* Newer Search */
#menu > ul > li.boc_search_toggle_li {
    margin-left: 14px;
}

.menu_regular_style #menu > ul > li.boc_search_toggle_li {
/*    margin-right: 18px;*/
}
.menu_regular_style #boc_menu_icon {
    margin-left: 18px;
}

#menu > ul > li.boc_search_toggle_li > a {
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
    font-style: normal;
}

.boc_search_toggle_li:hover > a {
    border-bottom: inherit !important;
}

#boc_searchform_in_header {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    overflow: visible !important;
    display: none;
    background-color: rgba(30, 45, 49, .92);
}

.boc_search_border {
    opacity: .4;
}

#menu .boc_search_border {
	-webkit-user-select: none; 
	user-select: none;
}

#menu > ul > li.boc_search_border a {
    cursor: default;
    margin: -1px 0 0;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 300;
	font-style: normal;
}
#search_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .6);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: all 300ms ease;
}

#search_wrapper.shown {
    visibility: visible;
    opacity: 1;
}

#search_wrapper .search_inner,
#search_wrapper .search_bgr_holder {
    position: absolute;
    overflow: hidden;
    top: 50px;
    top: 5rem;
    bottom: 50px;
    bottom: 5rem;
    left: 50px;
    left: 5rem;
    right: 50px;
    right: 5rem;
    z-index: 100;
}

#search_wrapper .search_bgr_holder {
    z-index: 99;
}

#search_wrapper .search_bgr {
    position: absolute;
    right: 5%;
    top: 10%;

    width: 50px;
    height: 50px;

    background-color: #22272b;
    border-radius: 100%;

    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: -webkit-transform 300ms cubic-bezier(.86, 0, .07, 1) 200ms, opacity 500ms cubic-bezier(.86, 0, .07, 1) 0ms;
    transition: transform 300ms cubic-bezier(.86, 0, .07, 1) 200ms, opacity 500ms cubic-bezier(.86, 0, .07, 1) 0ms;
    z-index: 1;
}

#search_wrapper.shown .search_bgr {
    -webkit-transform: scale(80);
    transform: scale(80);
    opacity: 1;
    transition: -webkit-transform 700ms cubic-bezier(.86, 0, .07, 1) 50ms, opacity 500ms cubic-bezier(.86, 0, .07, 1) 100ms;
    transition: transform 700ms cubic-bezier(.86, 0, .07, 1) 50ms, opacity 500ms cubic-bezier(.86, 0, .07, 1) 100ms;
}

#search_wrapper .search_inner .boc_i-close {
    position: absolute;
    right: 50px;
    top: 20px;
    font-size: 70px;
    line-height: 1em;
    color: #aab6bb;
    cursor: pointer;
    opacity: 0;
    transition: all 300ms linear 0ms;
}

#search_wrapper .search_inner .boc_i-close:hover {
    color: #fff;
}

#search_wrapper.shown .search_inner .boc_i-close {
    top: 50px;
    opacity: 1;
    transition: opacity 300ms ease 400ms, top 300ms ease 400ms, color 300ms linear 0ms;
}

#search_wrapper .search_inner .header_search_form {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 92%;
    float: left;
    margin: 0;
    text-align: center;
    opacity: 0;
    transition: all 0ms linear 0ms;
    margin-top: -30px;
    margin-left: 4%;
}

#search_wrapper.shown .search_inner .header_search_form {
    opacity: 1;
    margin-top: 0;
    transition: all 300ms ease 600ms;
}

.header_search_form input {
    position: relative;
    top: 48%;
    transform: translateY(-50%);
    margin: 0 auto;
    background-color: transparent;
    -webkit-appearance: none;
    border: 0;
    border-bottom: 1px solid #586165;
    width: 52%;
    height: 100px;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
	font-family: inherit;
}

.header_search_form input:focus,
.header_search_form input:active {
    border-bottom: 1px solid #aaa;
}
.header_search_form input:focus::-webkit-input-placeholder {
    text-indent: 0;
    opacity: 1;
}
.header_search_form input:focus:-moz-placeholder {
    text-indent: 0;
    opacity: 1;
}
.header_search_form input:focus::-moz-placeholder {
    text-indent: 0;
    opacity: 1;
}
.header_search_form input:focus:-ms-input-placeholder {
    text-indent: 0;
    opacity: 1;
}
/* Newer search */

/* Subheader Navigation */
#subheader_menu {
    float: right;
    padding-right: 8px;
}

#subheader_menu a {
    padding: 0 14px;
    line-height: 24px;
}

#subheader_menu ul {
    list-style: none;
    margin: 0;
}

#subheader_menu ul li {
    margin-bottom: 0;
    line-height: 1em;
}

#subheader_menu > ul > li {
    position: relative;
    float: left;
    padding: 0px;
}

/* Subheader Navigation :: END */

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

#sidebar #s {
    margin-top: 30px;
    top: 0px;
    right: auto;
    left: 0;
    width: 100%;
    padding: 7px 30px 7px 10px;
    float: none;
    background: #fff url('images/button_search.png') 97% center no-repeat;
	margin-bottom: 10px;
}
#sidebar #s:active, #sidebar #s:focus {
    border: 1px solid #0bafc7;
}

.page_title_bgr #sidebar #s {
    margin-top: 0px;
}

#searchsubmit {
    display: none;
}

#sidebar #searchform {
    margin-bottom: 34px;
}

#sidebar #searchform label {
    display: none;
    border-radius: 3px;
    padding: 9px 13px;
}

.boc_form label {
    font-weight: 600;
}



/* Row Overlay */
.boc_row_with_overlay {
	position: relative;
}
.boc_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
}



/* Owl Carousel */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.posts_carousel_holder .owl-carousel .owl-stage-outer {
	margin: -10px;
    padding: 10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-item img.ajax-loader {
    width: auto;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* BOC Lazy Load Carousel Items */
.owl-carousel .owl-item .boc_owl_lazy {
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div {
    color: #848484;
    display: inline-block;
    margin: 0 0 0 6px;
    font-size: 19px;
    border-radius: 100%;
    cursor: pointer;
    line-height: 19px;
    width: 19px;
    height: 19px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.owl-theme .owl-controls .owl-nav .disabled, .owl-theme .owl-controls .owl-nav div.disabled:hover {
    cursor: default;
	color: #ddd;
}

.owl-theme .owl-controls .owl-nav div:hover {
    color: #0bafc7;
	text-decoration: none;
}

/* Styling dots*/
.owl-dots {
    margin-top: 40px;
    display: inline-block;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    position: relative;
    float: left;
    margin: 0 8px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    display: block;
    height: 100%;
    opacity: .5;
    border-radius: 20px;
    background: #888;
    transition: all .2s linear;
}

.owl-theme .owl-dots .owl-dot.active {
    box-shadow: 0 0 0 2px #bbb;

}

.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
    background: #0bafc7;
    transform: scale(0.5);
}

.owl-theme .owl-dots .owl-dot:not(.active):hover span {
    opacity: .7;
}

/* Owl Carousel :: END */

 
/* Posts Grid/Carousel */
.posts_carousel_holder {
    position: relative;
    margin: 0 0 20px;
}

.post_item_block h4 {
    margin: 26px 0 8px;
	line-height: 1.4em;
}
.post_block_post_meta + h4 {
	margin: 8px 0 14px;
}
.post_item_block h4 + .post_block_post_meta {
    margin: 12px 0 12px;
}
.post_item_block p {
    color: #666;
}
.post_block_post_meta + p {
    margin-top: 12px;
}

.post_item_block .pic {
    margin-bottom: 20px;
	width: 100%;
}

/* Top Arrows */
.posts_carousel_holder .owl-theme .owl-controls .owl-nav div,
.img_carousel_holder .owl-theme .owl-controls .owl-nav div,
.portfolio_carousel_holder .owl-theme .owl-controls .owl-nav div {
    margin: 0 0 0 6px;
}

.posts_carousel_holder .owl-theme .owl-controls .owl-nav,
.img_carousel_holder .owl-theme .owl-controls .owl-nav,
.portfolio_carousel_holder .owl-theme .owl-controls .owl-nav {
    position: absolute;
    right: -2px;
    top: -46px;
}

.no_bgr_top_arrows.posts_carousel_holder .owl-theme .owl-controls .owl-nav,
.no_bgr_top_arrows.img_carousel_holder .owl-theme .owl-controls .owl-nav,
.no_bgr_top_arrows.portfolio_carousel_holder .owl-theme .owl-controls .owl-nav {
    background: transparent;
}

.posts_carousel_holder .owl-theme .owl-prev .icon,
.img_carousel_holder .owl-theme .owl-prev .icon,
.portfolio_carousel_holder .owl-theme .owl-prev .icon {
    margin-left: -1px;
}

.posts_carousel_holder .owl-theme .owl-next .icon,
.img_carousel_holder .owl-theme .owl-next .icon,
.portfolio_carousel_holder .owl-theme .owl-next .icon {
    margin-left: 1px;
}

/* Side Arrows */
.posts_carousel_holder.owl_side_arrows,
.portfolio_carousel_holder.owl_side_arrows,
.img_carousel_holder.owl_side_arrows {
    margin: 4px 70px 20px;
}
.img_carousel_holder.owl_side_arrows .owl-nav .icon {
    font-size: 60px;
}

.posts_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div,
.img_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div,
.portfolio_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div {
    margin: 0;
}

.posts_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav,
.img_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav,
.content_slides_arrowed.owl-theme .owl-controls .owl-nav,
.portfolio_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav {
    position: static;
    right: 0;
    top: 0;
}

.posts_carousel_holder.owl_side_arrows .owl-theme .owl-prev,
.img_carousel_holder.owl_side_arrows .owl-theme .owl-prev,
.content_slides_arrowed.owl-theme .owl-controls .owl-prev,
.portfolio_carousel_holder.owl_side_arrows .owl-theme .owl-prev {
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-20px);
}

.arrows_pos_Inside.content_slides_arrowed.owl-theme .owl-controls .owl-prev {
    left: 30px;
}

.posts_carousel_holder.owl_side_arrows .owl-theme .owl-next,
.img_carousel_holder.owl_side_arrows .owl-theme .owl-next,
.content_slides_arrowed.owl-theme .owl-controls .owl-next,
.portfolio_carousel_holder.owl_side_arrows .owl-theme .owl-next {
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-20px);
}

.arrows_pos_Inside.content_slides_arrowed.owl-theme .owl-controls .owl-next {
    right: 30px;
}

.dots_pos_Right-inside.content_slides_arrowed.owl-theme .owl-controls .owl-prev,
.dots_pos_Right-inside.content_slides_arrowed.owl-theme .owl-controls .owl-next,
.dots_pos_Left-inside.content_slides_arrowed.owl-theme .owl-controls .owl-prev,
.dots_pos_Left-inside.content_slides_arrowed.owl-theme .owl-controls .owl-next {
    transform: translateY(-20px);
}

.posts_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div,
.img_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div,
.content_slides_arrowed.owl-theme .owl-controls .owl-nav div,
.portfolio_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div {
    color: #aaa;
    display: inline-block;
    margin: 0;
    font-size: 40px;
    background: none;
    cursor: pointer;
    line-height: 40px;
    width: auto;
    height: auto;
}

.posts_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div:hover,
.img_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div:hover,
.content_slides_arrowed.owl-theme .owl-controls .owl-nav div:hover,
.portfolio_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div:hover {
    background: none;
    color: #0bafc7;
}

.posts_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav .disabled,
.posts_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div.disabled:hover,
.img_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav .disabled,
.img_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div.disabled:hover,
.content_slides_arrowed.owl-theme .owl-controls .owl-nav .disabled,
.content_slides_arrowed.owl-theme .owl-controls .owl-nav div.disabled:hover,
.portfolio_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav .disabled,
.portfolio_carousel_holder.owl_side_arrows .owl-theme .owl-controls .owl-nav div.disabled:hover {
    color: #aaa;
    opacity: .3;
    cursor: default;
    background: none;
}

.white_text.content_slides_arrowed.owl-theme .owl-controls .owl-nav div,
.white_text.content_slides_arrowed.owl-theme .owl-controls .owl-nav .disabled,
.white_text.content_slides_arrowed.owl-theme .owl-controls .owl-nav div.disabled:hover {
    color: #fff;
}

.white_text.content_slides_arrowed.owl-theme:not(.dots_pos_Below) .owl-dots .owl-dot.current {
    box-shadow: 0 0 0 2px #fff;
}

.white_text.content_slides_arrowed.owl-theme:not(.dots_pos_Below) .owl-dots .owl-dot:not(.active) span {
    background: #fff;
}

.posts_carousel_holder.owl_side_arrows.has_dots .owl-theme .owl-controls .owl-prev,
.posts_carousel_holder.owl_side_arrows.has_dots .owl-theme .owl-controls .owl-next,
.img_carousel_holder.owl_side_arrows.has_dots .owl-theme .owl-controls .owl-nav .owl-prev,
.img_carousel_holder.owl_side_arrows.has_dots .owl-theme .owl-controls .owl-nav .owl-next,
.portfolio_carousel_holder.owl_side_arrows.has_dots .owl-theme .owl-controls .owl-prev,
.portfolio_carousel_holder.owl_side_arrows.has_dots .owl-theme .owl-controls .owl-next {
    margin-top: -31px;
}

.content_slides_arrowed.has_dots.dots_pos_Below.owl-theme .owl-controls .owl-nav .owl-prev,
.content_slides_arrowed.has_dots.dots_pos_Below.owl-theme .owl-controls .owl-nav .owl-next {
    margin-top: -16px;
}

.content_slides_arrowed .owl-dots {
    margin-top: 20px;
}

.content_slides.dots_pos_Left-inside .owl-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4%;
    margin-top: 0;
}
.content_slides.dots_pos_Right-inside .owl-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
    margin-top: 0;
}

.content_slides.dots_pos_Left-inside .owl-controls,
.content_slides.dots_pos_Right-inside .owl-controls {
    margin-top: 0;
}

.content_slides.dots_pos_Left-inside .owl-dots .owl-dot,
.content_slides.dots_pos_Right-inside .owl-dots .owl-dot {
    margin: 12px 10px;
    float: none;
    display: block;
    width: 12px;
    height: 12px;
}

.content_slides {
    opacity: 0;
}

.content_slides.owl-carousel .owl-item {
    -webkit-backface-visibility: inherit;
}

.content_slide_item {
    -webkit-transform: translate3d(0, 0, 0);
}

.portfolio_page .owl-theme .owl-controls {
    margin-top: 0;
}

.img_carousel_holder .img_carousel_item a {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
}

/* Img Slider Custom Arrows */
.img_slider.owl-theme .owl-controls .owl-nav {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.img_slider.owl-theme:hover .owl-controls .owl-nav {
    opacity: 1;
}

.img_slider.owl-theme .owl-dots {
    margin-top: 30px;
}

.img_slider.owl-theme .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, .4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 30px;
    font-size: 16px;
    width: 28px;
    height: 28px;
	color: #fff;
}

/* Bigger */
.img_slider.owl-theme.big_arrows .owl-controls .owl-nav div {
    line-height: 40px;
    font-size: 18px;
    width: 40px;
    height: 40px;
}

.img_slider.owl-theme.big_arrows .owl-controls .owl-nav .owl-prev {
    border-radius: 0 3px 3px 0;
    left: 0;
    margin-left: 0;
    margin-top: -20px
}

.img_slider.owl-theme.big_arrows .owl-controls .owl-nav .owl-next {
    border-radius: 3px 0 0 3px;
    right: 0;
    margin-right: 0;
    margin-top: -20px
}

.img_slider.owl-theme.has_dots.big_arrows .owl-controls .owl-nav .owl-prev,
.img_slider.owl-theme.has_dots.big_arrows .owl-controls .owl-nav .owl-next {
    margin-top: -50px;
}

.img_slider.owl-theme .owl-controls .owl-nav div:hover {
    background: rgba(0, 0, 0, .6);
	color: #fff;
}

.img_slider.owl-theme .owl-controls .owl-nav div.disabled,
.img_slider.owl-theme .owl-controls .owl-nav div.disabled:hover {
    opacity: .2;
    cursor: default;
}

.img_slider.owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
}

.img_slider.owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -13px;
}

.img_slider.owl-theme.has_dots .owl-controls .owl-nav .owl-prev,
.img_slider.owl-theme.has_dots .owl-controls .owl-nav .owl-next {
    margin-top: -38px;
}

.img_slider.owl-theme .owl-prev .icon,
.img_slider.owl-theme .owl-next .icon {
    font-size: 29px;
}

.img_slider.owl-theme.big_arrows .owl-prev .icon,
.img_slider.owl-theme.big_arrows .owl-next .icon {
    font-size: 40px;
}

.img_slider.owl-carousel .owl-item {
    text-align: center;
}
.img_slider.owl-carousel .owl-item img {
    width: auto;
	margin: auto;
}

/* Remove for better looking images */
.owl-carousel .owl-item .img_slider_item img {
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-backface-visibility: inherit;
}

/* Price Table */
.price_column {
    margin: 12px 0 20px;
    padding-bottom: 4px;
    position: relative;
    background: #fff;
    font-size: 16px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;

    z-index: 1;
}

.price_column.add_border {
    border: 1px solid rgba(0, 0, 0, .06);
}

.price_column.add_shadow {
    box-shadow: 0 1px 16px -2px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 1px 16px -2px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 1px 16px -2px rgba(0, 0, 0, .08);
}

.custom_slides .price_column {
    margin: 12px 5px 20px;
}

.price_column.price_column_featured {
    margin-top: 0px;
    z-index: 10;
}

.price_column ul {
    margin: 0;
    list-style: none;
}

.price_column > ul li {
    text-align: center;
    margin: 0;
}

.price_column > ul > li > ul li {
    padding: 12px 32px;
}

.price_column > ul > li > ul li:nth-child(2n+1) {
    background: #f9f9f9;
}

.price_column > ul > li > ul li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}

.price_column > ul li > p {
    margin: 0;
}

.price_column ul li.price_column_title {
    background: #434b4f;
    color: #ffffff;
    font-size: 21px;
    line-height: 30px;
    padding: 14px 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.price_column.price_column_featured ul li.price_column_title {
    font-size: 24px;
    background: #0bafc7;
    padding: 20px 0;
}

.price_column ul li.price_amount {
    font-size: 36px;
    line-height: 1em;
    color: #4f585d;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 24px 12px;
    letter-spacing: 0;
}

.price_desc {
    color: #333;
}

.price_currency {
    font-size: 22px;
    font-weight: normal;
    vertical-align: super;
    line-height: 1em;
    position: relative;
    top: 3px;
    right: 2px;
}

.price_sub {
    color: #969696;
    font-size: 15px;
    font-weight: normal;
    display: block;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: -4px;
}

.price_button_cell {
    padding: 22px 0 18px;
    border-top: 1px solid #f2f2f2;
}

.price_column.price_column_featured .price_button_cell {
    padding: 26px 0 24px;
}

.icon_div {
    width: 25%;
    float: left;
    margin: 14px 0px 20px;
}

.icon_div i {
    margin: 0 18px 0 0;
    font-size: 34px;
    position: relative;
    top: 5px;
    width: 32px;
}

.bouncy_icon {	
	-webkit-animation: bouncy 2s ease-out infinite;
	-moz-animation:    bouncy 2s ease-out infinite;
	animation:         bouncy 2s ease-out infinite;	
}

.bouncing {
	-webkit-animation: bouncy 2.1s cubic-bezier(.41, .82, .62, 1) 2s infinite;
	-moz-animation:    bouncy 2.1s cubic-bezier(.41, .82, .62, 1) 2s infinite;
	animation:         bouncy 2.1s cubic-bezier(.41, .82, .62, 1) 2s infinite;	
}

@-webkit-keyframes bouncy {
    0% { -webkit-transform: translateY(0px); }
    30% { -webkit-transform: translateY(24px); }
    60% { -webkit-transform: translateY(0px); }
}

@keyframes bouncy {
    0% { transform: translateY(0px); }
    30% { transform: translateY(24px); }
    60% { transform: translateY(0px); }
}

@-webkit-keyframes bouncy-rev {
    0% { -webkit-transform: translateY(0px); }
    55% { -webkit-transform: translateY(-20px); opacity: 0; }
    56% { -webkit-transform: translateY(20px); opacity: 0; }
    57% { -webkit-transform: translateY(20px); opacity: 1; }
}

@keyframes bouncy-rev {
    0% { transform: translateY(0px); }
    55% { transform: translateY(-20px); opacity: 0; }
    56% { transform: translateY(20px); opacity: 0; }
	57% { transform: translateY(20px); opacity: 1; }
}


.fade_down {
	-webkit-animation: fade_down_anim 2s ease-in-out infinite;
	-moz-animation:    fade_down_anim 2s ease-in-out infinite;
	animation:         fade_down_anim 2s ease-in-out infinite;
}
@-webkit-keyframes fade_down_anim {
  0%   { -webkit-transform:translate(0,-22px); opacity: 0; }
  50%  { opacity: 1; }
  100% { -webkit-transform:translate(0,22px); opacity: 0; }
}
@-moz-keyframes fade_down_anim {
  0%   { -moz-transform:translate(0,-22px); opacity: 0;  }
  50%  { opacity: 1; }
  100% { -moz-transform:translate(0,22px); opacity: 0; }
}
@keyframes fade_down_anim {
  0%   { transform:translate(0,-22px); opacity: 0; }
  50%  { opacity: 1; }
  100% { transform:translate(0,22px); opacity: 0; }
}



/* Scroll Down Arrow */
#boc_scr_icon {
    width: 45px;
    height: 45px;
    fill: rgba(255, 255, 255, 0.5);
}
#boc_scr_icon.dark {
    fill: rgba(0, 0, 0, 0.5);
}
#boc_scr_icon .outline {
	fill: #fff;
	opacity: 0.3;
}
#boc_scr_icon .circle {
	fill: #fff;
	-webkit-animation: scrollicon 3s infinite;
	animation: scrollicon 3.8s infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}
#boc_scr_icon.dark .circle {
	fill: rgba(0, 0, 0, 0.5);
}
@-webkit-keyframes scrollicon {
  0%,15%,30%,100% { -webkit-transform: translateY(0);transform: translateY(0);}
  5%,20% { -webkit-transform: translateY(11px);transform: translateY(11px);}
}
@keyframes scrollicon {
  0%,15%,30%,100% { -webkit-transform: translateY(0);transform: translateY(0);}
  5%,20% { -webkit-transform: translateY(11px);transform: translateY(11px);}
}



/* Words Rotate */
.rotating {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    -o-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    -webkit-transform-origin-x: 50%;
}

.rotating.flip {
    position: relative;
}

.rotating .front, .rotating .back {
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .6s ease-in-out;

}

.rotating .front {
    position: absolute;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 1px);
    -moz-transform: translate3d(0, 0, 1px);
    -ms-transform: translate3d(0, 0, 1px);
    -o-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}

.rotating.flip .front {
    z-index: 1;
}

.rotating .back {
    display: block;
    opacity: 0;
}

.rotating.spin {
    -webkit-transform: rotate(360deg) scale(0);
    -moz-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    -o-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
    z-index: 2;
    display: block;
    opacity: 1;

    -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
    -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
    -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
    -o-transform: rotateY(180deg) translate3d(0, 0, 0);
    transform: rotateY(180deg) translate3d(0, 0, 0);
}

.rotating.flip.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
    -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
    -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
    -o-transform: rotateX(180deg) translate3d(0, 0, 0);
    transform: rotateX(180deg) translate3d(0, 0, 0);
}

.rotating.flip.cube .front {
    -webkit-transform: translate3d(0, 0, 100px) scale(0.9, .9);
    -moz-transform: translate3d(0, 0, 100px) scale(0.85, .85);
    -ms-transform: translate3d(0, 0, 100px) scale(0.85, .85);
    -o-transform: translate3d(0, 0, 100px) scale(0.85, .85);
    transform: translate3d(0, 0, 100px) scale(0.85, .85);
}

.rotating.flip.cube .back {
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, .9);
    -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, .85);
    -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, .85);
    -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, .85);
    transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, .85);
}

.rotating.flip.cube.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, .9);
    -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, .85);
    -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, .85);
    -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, .85);
    transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, .85);
}

/* Dividers */
.boc_divider {
    position: relative;
    height: 1px;
    background: #eee;
	text-align: left;
}
.boc_divider.divider_right + * {
    clear: both;
}
.boc_divider i.icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    width: auto;
    height: auto;
    color: #bbbbbb;
    background: #fff;
    font-size: 14px;
    margin: 0;
    vertical-align: top !important;
    border-radius: 50%;
}

/* Dividers : END */

/* Icon Sticky */
.boc_image_with_icon_link {
    display: block;
    text-align: center;
}

.boc_image_with_icon {
    position: relative;
    display: inline-block;
}

.boc_image_with_icon > img {
    border-radius: 100%;
    padding: 6px;
    background: #fff;
}

.boc_sticky_holder {
    position: absolute;
    right: -6px;
    top: -3px;
}

.boc_image_with_icon.xsmall .boc_sticky_holder {
    right: -18px;
    top: -18px;
}

.boc_image_with_icon.small .boc_sticky_holder {
    right: -15px;
    top: -15px;
}

.boc_image_with_icon.normal .boc_sticky_holder {
    right: -10px;
    top: -8px;
}

.boc_image_with_icon.xsmall .boc_sticky_holder .sticky_inner {
    transform: scale(0.55, .55) rotate(225deg);
}

.boc_image_with_icon.small .boc_sticky_holder .sticky_inner {
    transform: scale(0.7, .7) rotate(225deg);
}

.boc_image_with_icon.normal .boc_sticky_holder .sticky_inner {
    transform: scale(0.85, .85) rotate(225deg);
}

.boc_image_with_icon.xsmall .boc_sticky .ico {
    font-size: 20px;
    line-height: 110px;
}

.boc_image_with_icon.small .boc_sticky .ico {
    font-size: 26px;
    line-height: 110px;
}

.boc_image_with_icon.normal .boc_sticky .ico {
    font-size: 30px;
    line-height: 105px;
}

.anim200 {
    transition: all 200ms ease-out;
}

.boc_sticky {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    backface-visibility: hidden;
}

.boc_sticky .sticky_inner {
    transform: rotate(225deg);
}

.boc_sticky .sticky_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
}

.boc_sticky .circle_wrapper {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.boc_sticky .circle {
    position: absolute;
    width: 90px;
    height: 90px;
    margin: 20px;
    border-radius: 999px;
}

.icon_3d .boc_sticky .back {
    height: 10px;
    top: 30px;
}

.icon_3d.boc_image_with_icon:hover .back {
    height: 25px;
    top: 40px;
}

.icon_3d .boc_sticky .back .circle {
    margin-top: -80px;
    background-color: #0bafc7;
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .02) 5%, rgba(255, 255, 255, .2) 14%);
}

.icon_3d.boc_image_with_icon:hover .back .circle {
    margin-top: -70px;
}

.boc_sticky .front {
    height: 90px;
    bottom: 0;
    top: auto;
}

.icon_3d.boc_image_with_icon:hover .front {
    height: 80px;
}

.boc_sticky .front .circle {
    margin-top: -10px;
    background-color: #0bafc7;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .05) 70%, rgba(0, 0, 0, .13) 90%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .05) 70%, rgba(0, 0, 0, .13) 90%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, .05) 70%, rgba(0, 0, 0, .13) 90%);
}

.icon_3d.boc_image_with_icon .boc_sticky .front .circle {
    box-shadow: inset 1px 0px 0px rgba(0, 0, 0, .3);
}

.boc_sticky .ico {
    text-align: center;
    position: relative;
    width: 120px;
    height: 110px;
    line-height: 105px;
    font-size: 35px;
    color: #fff;
}

.icon_3d.boc_image_with_icon:hover .front .circle {
    margin-top: -20px;
    background-position: 0 20px;
}

.icon_flat .boc_sticky .front .circle {
    margin-top: 0;
    background-image: none;
}

.icon_flat .boc_sticky .front {
    bottom: 10px;
}

.icon_flat .boc_sticky .ico {
    z-index: 2;
}

/* Icon Sticky : END */

/* Social Icon */
.boc_social_icon_holder_link + .boc_social_icon_holder_link,
.boc_social_icon_holder + .boc_social_icon_holder {
	margin-left: 16px;
}
.boc_social_icon_holder_link.small + .boc_social_icon_holder_link.small{
	margin-left: 10px;
}
.boc_social_icon_holder {
    display: inline-block;
    border-radius: 100%;
    line-height: 1em;
    text-align: center;
/*	margin: 0 10px;	    */
    transition: all .2s;
}
.boc_social_icon_holder.boc_social_icon_style_light {
    background: #eee;
	padding: 11px;
}
.boc_social_icon {
	display: inline-block;
    color: #555;
    width: 1em;
    transition: all .2s;
}

a:hover .boc_social_icon_holder.boc_social_icon_style_light {
    background: #777;
}
a:hover .boc_social_icon_holder.boc_social_icon_style_light .boc_social_icon {
	color: #fff;
}

a:hover .boc_social_icon.boc_social_icon_style_light {
    color: #fff;
}

.boc_social_icon_size_small .boc_social_icon {
    font-size: 16px;
}

.boc_social_icon_size_small {
    padding: 9px;
}

.boc_social_icon_size_normal .boc_social_icon {
    font-size: 21px;
}

.boc_social_icon_size_large {
    padding: 16px;
}
.boc_social_icon_style_minimal {
	padding: 0;
}
.boc_social_icon_style_minimal .boc_social_icon {
    width: auto;
}
a:hover .boc_social_icon_style_minimal .boc_social_icon {
    color: #0bafc7;
}

.boc_social_icon_size_large .boc_social_icon {
    font-size: 26px;
}

.boc_social_icon_style_dark {
    background: #666;
    background: rgba(21, 22, 23, .5);
	padding: 11px;
}

.boc_social_icon_style_dark .boc_social_icon {
    color: #fff;
}

a:hover .boc_social_icon_style_dark {
    background: #eee;
}

a:hover .boc_social_icon_style_dark .boc_social_icon {
    color: #444;
}


/* Social Sharing icons */
.boc_social_sharing_icons a + a {
	margin-left: 11px;
}
.boc_social_sharing_icons a span{
	color: #444;
	transition: all .4s;
}
.boc_social_sharing_icons a:hover span{
	color: #0bafc7;
}

/* Shortcode Icon */
.boc_icon_holder {
    display: inline-block;
    
    line-height: 1.05em;
    text-align: center;
	width: 1em;
}
.boc_icon_holder.with_bgr {
	border-radius: 100%;
}
.boc_icon_size_tiny {
    font-size: 15px;
}

.boc_icon_size_tiny.with_bgr {
    line-height: 29px;
    width: 30px;
    height: 30px;
    position: relative;
    top: 1px;
}

.boc_icon_size_small {
    font-size: 21px;
}

.boc_icon_size_small.with_bgr {
    line-height: 41px;
    width: 44px;
    height: 44px;
}

.boc_icon_holder.boc_icon_size_normal {
    font-size: 30px;
}

.boc_icon_size_normal.with_bgr {
    line-height: 59px;
    width: 62px;
    height: 62px;
}

.boc_icon_holder.boc_icon_size_large {
    font-size: 38px;
}

.boc_icon_size_large.with_bgr {
    line-height: 72px;
    width: 76px;
    height: 76px;
}
.boc_icon_holder.boc_icon_size_larger {
    font-size: 45px;
}

.boc_icon_size_larger.with_bgr {
    line-height: 85px;
    width: 89px;
    height: 89px;
}

.boc_icon_holder.boc_icon_size_huge {
    font-size: 52px;
}

.boc_icon_size_huge.with_bgr {
    line-height: 100px;
    width: 104px;
    height: 104px;
}

.boc_icon_pos_center {
    margin: 0 auto;
    display: block;
}

.boc_icon_pos_left {
    float: left;
    margin-right: 26px;
}

.boc_icon_pos_right {
    float: right;
    margin-left: 26px;
}

.boc_icon_pos_inline {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

.boc_icon_pos_left.boc_icon_size_large {
    margin-right: 24px;
}

.boc_icon_pos_right.boc_icon_size_large {
    margin-left: 24px;
}

.boc_icon_pos_left.boc_icon_size_huge {
    margin-right: 28px;
}

.boc_icon_pos_right.boc_icon_size_huge {
    margin-left: 28px;
}

.icon.boc_icon {
    line-height: 1em;
}

a .boc_icon {
	transition: all .4s;
}
a:hover .boc_icon {
	color: #0bafc7!important;
}

/* Spacings will clear floated icons */
.boc_icon_holder + .boc_spacing {
    clear: both;
}

/* Shortcode Icon :: END */

/* Side Icon Box */
.side_icon_box {
    margin: 20px 0;
}

.side_icon_box .icon_feat {
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    border-radius: 52px;
}

.side_icon_box.large .icon_feat {
    width: 52px;
    height: 52px;
}

.side_icon_box.xlarge .icon_feat {
    width: 60px;
    height: 60px;
}

.side_icon_box .icon_feat.icon_solid {
    top: 0px;
}

.side_icon_box .icon_feat i.icon {
    font-size: 34px;
    color: #0bafc7;
    line-height: 46px;
    margin: 0;
    width: auto;
	height: auto;
    vertical-align: initial;
}

.side_icon_box.small .icon_feat i.icon {
    font-size: 30px;
    line-height: 44px;
}
.side_icon_box.large .icon_feat i.icon {
    font-size: 40px;
    line-height: 50px;
}

.side_icon_box.xlarge .icon_feat i.icon {
    font-size: 48px;
    line-height: 60px;
}

.side_icon_box .icon_feat.icon_solid {
    background: #0bafc7;
}

.side_icon_box .icon_feat.icon_solid i.icon {
    color: #fff;
    line-height: 40px;
    font-size: 20px;
}

.side_icon_box.large .icon_feat.icon_solid i.icon {
    line-height: 52px;
    font-size: 28px;
}

.side_icon_box.xlarge .icon_feat.icon_solid i.icon {
    line-height: 60px;
    font-size: 32px;
}

.side_icon_box h3 {
    font-size: 18px;
    line-height: 26px;
    color: #3a3a3a;
    margin-left: 65px;
    margin-bottom: 12px;
    font-weight: 500;
}

.side_icon_box.large h3 {
    margin-left: 74px;
}

.side_icon_box.xlarge h3 {
    margin-left: 84px;
}

.side_icon_box h3 a:not(.button) {
    color: #555;
}

.side_icon_box_content {
    margin: 0 12px 20px 66px;
    color: #888;
}

.white_text .side_icon_box .side_icon_box_content {
    color: #aaa;
}

.side_icon_box.large .side_icon_box_content {
    margin: 0 12px 20px 75px;
}

.side_icon_box.xlarge .side_icon_box_content {
    margin: 0 12px 20px 85px;
}

/* Side Icon Box :: END */

/* List Item */
.boc_list_item {
    margin-bottom: 6px;
}

.boc_list_item .li_icon {
    float: left;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    border-radius: 40px;
}

.boc_list_item .li_icon.normal {
    width: 26px;
    height: 26px;
}

.boc_list_item .li_icon.large {
    width: 32px;
    height: 32px;
}

.boc_list_item .li_icon.icon_solid {
    top: 0px;
}

.boc_list_item .li_icon.small {
    top: 0px;
}

.boc_list_item .li_icon.small.icon_solid {
    top: 1px;
}

.boc_list_item .li_icon i.icon {
    font-size: 17px;
    color: #0bafc7;
    line-height: 22px;
    margin: 0;
    width: auto;
    height: auto;
    vertical-align: top;
}

.boc_list_item .li_icon.normal i.icon {
    font-size: 20px;
    line-height: 25px;
}

.boc_list_item .li_icon.large i.icon {
    font-size: 23px;
    line-height: 25px;
}

.boc_list_item .li_icon.icon_solid {
    background: #0bafc7;
}

.boc_list_item .li_icon.icon_solid i.icon {
    color: #fff;
    vertical-align: top !important;
}

.boc_list_item .li_icon.small.icon_solid i.icon {
    font-size: 12px;
    line-height: 20px;
}

.boc_list_item .li_icon.normal.icon_solid i.icon {
    font-size: 14px;
    line-height: 26px;
}

.boc_list_item .li_icon.large.icon_solid i.icon {
    font-size: 16px;
    line-height: 32px;
}

.boc_list_item .boc_list_item_text {
    line-height: 22px;
    margin-left: 34px;
}

.boc_list_item .boc_list_item_text.normal {
    line-height: 26px;
    margin-left: 40px;
}

.boc_list_item .boc_list_item_text.large {
    line-height: 32px;
    margin-left: 48px;
}
/* List Item :: END */

.boc_price_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	font-size: 16px;
    line-height: 29px;
    margin-bottom: 8px;
}
.pi_text {
	-webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
	font-weight: bold;
}
.pi_dots {
    background-image: -webkit-radial-gradient(circle closest-side,rgba(0,0,0,.3) 80%,transparent);
    background-image: radial-gradient(circle closest-side,rgba(0,0,0,.3) 80%,transparent);
    background-position: bottom;
    background-size: 7px 3px;
    background-repeat: repeat-x;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.white_text .pi_dots {
    background-image: -webkit-radial-gradient(circle closest-side,rgba(255,255,255,.3) 80%,transparent);
    background-image: radial-gradient(circle closest-side,rgba(255,255,255,.3) 80%,transparent);
}
.pi_price {
    color: #fd7726;
}
.white_text .pi_price {
    color: #fff;
}

.image_featured_text {
    padding: 0 0 32px;
}
.wpb_row.row_img_featured_texts_border {
    margin-bottom: 0;
    border-bottom: 1px dotted #e9e9e9;
}

.row_img_featured_texts_border .vc_column_container {
    border-right: 1px dotted #e9e9e9;
}

.row_img_featured_texts_border .vc_column_container .image_featured_text {
    padding-top: 0;
}

.row_img_featured_texts_border + .row_img_featured_texts_border .vc_column_container .image_featured_text {
    padding-top: 30px;
}

.row_img_featured_texts_border .vc_column_container:last-child {
    border-right: none;
}

.row_img_featured_texts_border.last {
    border-bottom: none;
}

.row_img_featured_texts_border.last .vc_column_container .image_featured_text {
    padding-bottom: 0;
}

.image_featured_text > img {
    float: left;
    margin: 8px 16px 0px 0;
    width: 80px;
    height: 80px;
    top: 0;
    text-align: center;
    transition-duration: .3s;
}

.image_featured_text.round_img > img {
    border-radius: 50%;
}

.image_featured_text.img_3d > img {
    border: 4px solid white;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .12);
}

.image_featured_text.img_small > img {
    width: 68px;
    height: 68px;
}

.image_featured_text .text {
    margin: 0 12px 18px 123px;
    padding-top: 8px;
}

.image_featured_text.img_small .text {
    margin: 0 12px 18px 105px;
}

.image_featured_text .text h3 {
    margin-top: -6px;
}

.image_featured_text.img_small .text h3 {
    margin-bottom: 12px;
}

.image_featured_text .author_position {
    margin: 0 12px 0px 124px;
    padding-top: 16px;
    position: relative;
}

.image_featured_text.img_small .author_position {
    margin: 0 12px 0px 100px;
}

.image_featured_text .author_position:before {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #eee;
    background-color: rgba(0, 0, 0, .06);
    position: absolute;
    top: 0px;
}

.image_featured_text .pos {
    color: #0bafc7;
    font-size: 13px;
}

/* Side Image Box :: END */

/* Overwrite VC gmap styles */
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}

/* PIC stuff */

.pic {
    position: relative;
    display: block;
    overflow: hidden;
}

.pic img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .6s ease;
}

a .img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background-color: rgba(38, 41, 43, .55);
    background-position: center center;
    background-repeat: no-repeat;

    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;

    transition: all .3s ease;
    text-align: center;
}

a .img_overlay.theme_color {
    background-color: rgba(11,175, 199, .85);
}

a:hover .img_overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
}

a .img_overlay .icon_zoom {
    top: 50%;
    left: 50%;
    opacity: 0;
    position: absolute;
    color: #fff;	
	width: 38px;
    height: 38px;
    margin: 0 auto;
    margin-top: -19px;
    margin-left: -19px;
    display: inline-block;
    border-radius: 50%;
    transition: all .35s ease;
    border: 1px solid rgba(255, 255, 255, .3);
}

a:hover .img_overlay .icon_zoom {
    transform: scale(1);
    opacity: 1;
}

a .img_overlay .icon_zoom:after {
    content: "\e900";
    font-family: 'boc_icons';
    cursor: pointer;
    font-size: 15px;
    line-height: 36px;
    vertical-align: top;
}

a .img_overlay .hover_icon {
    top: 50%;
    left: 50%;
    opacity: 0;
    position: absolute;
    color: #fff;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    margin-top: -19px;
    margin-left: -19px;
    display: inline-block;
    border-radius: 50%;
    transition: all .35s ease;
    line-height: 38px;
    font-size: 26px;
    border: 1px solid rgba(255, 255, 255, .2);
}

a .img_overlay .hover_icon.icon_plus {
    background: url(images/icon_plus.png) center center no-repeat;
}
a .img_overlay .hover_icon.no_border {
	border: none;
}
a:hover .img_overlay .hover_icon {
    opacity: 1;
}

/* Image Hover Effects */
.pic.img_hover_effect1 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pic.img_hover_effect1 img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.posts_carousel_holder .pic.img_hover_effect1:hover img,
.pic_info:hover .post_item_block.metro.img_hover_effect1 img,
.pic_info:hover .pic.img_hover_effect1 img,
.boc_image_gallery .pic.img_hover_effect1 a:hover img,
.logo_gallery .pic.img_hover_effect1 a:hover img{
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pic.img_hover_effect1 a .img_overlay .hover_icon {
    top: 50%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: opacity .2s, transform .3s;
    -moz-transition: opacity .2s, transform .3s;
    -o-transition: opacity .2s, transform .3s;
    -ms-transition: opacity .2s, transform .3s;
    transition: opacity .2s, transform .3s;
}

.pic.img_hover_effect1:hover a .img_overlay .hover_icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Only for IMG carousel / Grid (logos) */
.img_carousel .pic.img_hover_effect1 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img_carousel .pic.img_hover_effect1:hover img {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
}

.logo_gallery .pic.img_hover_effect1 img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.pic.img_hover_effect2 {
/*    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);*/
}

.pic.img_hover_effect2 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.post_item_block.metro.img_hover_effect2:hover .pic img,
.pic.img_hover_effect2:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

a:hover .pic.img_hover_effect2 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pic.img_hover_effect2 a .img_overlay .hover_icon {
    top: 50%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: opacity .2s, transform .3s;
    -moz-transition: opacity .2s, transform .3s;
    -o-transition: opacity .2s, transform .3s;
    -ms-transition: opacity .2s, transform .3s;
    transition: opacity .2s, transform .3s;
}

.pic.img_hover_effect2:hover a .img_overlay .hover_icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Only for IMG carousel / Grid (logos) */
.img_carousel .pic.img_hover_effect2 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-backface-visibility: hidden;
}

.img_carousel .pic.img_hover_effect2:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.logo_gallery .pic.img_hover_effect2 img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.pic.img_hover_effect3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pic.img_hover_effect3 img {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    max-width: calc(100% + 40px) !important;
}
.post_item_block.metro.img_hover_effect3:hover img,
.pic.img_hover_effect3 a:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a:hover .pic.img_hover_effect3 img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pic.img_hover_effect3 a .img_overlay .hover_icon {
    top: 50%;
    left: 40%;
    transition: all .5s ease;
}

a .pic_info .pic.img_hover_effect3 .img_overlay_icon .portfolio_icon {
    margin-top: -20px;
    top: 50%;
    left: 42%;
    transition: all .3s .2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pic.img_hover_effect3:hover a .img_overlay .hover_icon, a:hover .pic_info .pic.img_hover_effect3 .img_overlay_icon .portfolio_icon {
    left: 50%;
}

.pic.img_hover_effect4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pic.img_hover_effect4 img {
    transition: all .75s ease;
}

.post_item_block.metro.img_hover_effect4:hover img,
.pic.img_hover_effect4 a:hover img {
    -webkit-transform: rotate(5deg) scale(1.14);
    transform: rotate(5deg) scale(1.14);
}

a:hover .pic.img_hover_effect4 img {
    -webkit-transform: rotate(5deg) scale(1.14);
    transform: rotate(5deg) scale(1.14);
}

.pic.img_hover_effect4 a .img_overlay .hover_icon {
    top: 50%;
}

/* Only for IMG carousel / Grid (logos) */
.img_carousel .pic.img_hover_effect9 img, .logo_gallery .pic.img_hover_effect9 img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */

    -webkit-transition: all .4s cubic-bezier(.63, .08, .35, .92);
    -moz-transition: all .4s cubic-bezier(.63, .08, .35, .92);
    -o-transition: all .4s cubic-bezier(.63, .08, .35, .92);
    -ms-transition: all .4s cubic-bezier(.63, .08, .35, .92);
    transition: all .4s cubic-bezier(.63, .08, .35, .92);
    opacity: .8;
}

.img_carousel .pic.img_hover_effect9:hover img, .logo_gallery .pic.img_hover_effect9:hover img {
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none; /* IE6-9 */
    zoom: 1;
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: 1;
}

/* Overlay + icons */
a .img_overlay_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;
    transition: all .5s .1s cubic-bezier(.58, .14, .09, .85);
}

a:hover .img_overlay_icon {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
}

/* Global hide hover icon */
.hide_hover_icon .pic_info .info_overlay .portfolio_icon,
.hide_hover_icon .pic_info.type1 .img_overlay_icon .portfolio_icon,
.hide_hover_icon .pic_info.type2 .img_overlay_icon .portfolio_icon,
.hide_hover_icon .pic_info.type3 .img_overlay_icon .portfolio_icon,
.hide_hover_icon .pic_info.type4 .img_overlay_icon .portfolio_icon,
.hide_hover_icon .pic_info.type5 .img_overlay_icon .portfolio_icon {
    display: none !important;
}

a .pic_info .plus_overlay {
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

.pic_info .info_overlay {
    z-index: 2;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* INFO overlay */
.info_block {
    margin: 0 0 20px;
}

.pic_info {
    width: 100%;
    height: 100%;

    position: relative;
    line-height: 0;
    overflow: hidden;

    transition: all .5s ease;
}

.pic_info img {
    max-width: 100%;
    height: auto;

    transition: all .65s ease;
}

.boc_image_box.shadowed .pic_info {
	box-shadow: 0 6px 35px rgba(0,0,0,0.1);
	border: none!important;
}

.info_overlay h3 {
    margin: 8px 30px 0 30px;
    padding: 6px 0 0 0;
    position: relative;
    font-size: 18px;
    line-height: 23px;
    color: #333;
}

.info_overlay section {
    margin: 4px 30px 4px 30px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

/* pic info type1 */
.pic_info.type1 {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .06);
}

a .pic_info.type1 .img_overlay_icon {
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
}

a .pic_info.type1 .info_overlay {
    padding: 10px 0 24px;

    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .0), rgba(0, 0, 0, .02));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .0), rgba(0, 0, 0, .02));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .0), rgba(0, 0, 0, .02));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0), rgba(0, 0, 0, .02));
    background-image: linear-gradient(top, rgba(0, 0, 0, .0), rgba(0, 0, 0, .02));
    background-repeat: repeat-x;
}

a .pic_info.type1 .img_overlay_icon .portfolio_icon {
    top: 50%;
    left: 50%;
    opacity: 0;
    position: absolute;
    background: url(images/icon_plus_big.png) center center no-repeat;
    color: #fff;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    margin-left: -18px;
    display: inline-block;
    border-radius: 50%;

    -webkit-transition: all .1s cubic-bezier(.63, .08, .35, .92);
    -moz-transition: all .1s cubic-bezier(.63, .08, .35, .92);
    -o-transition: all .1s cubic-bezier(.63, .08, .35, .92);
    -ms-transition: all .1s cubic-bezier(.63, .08, .35, .92);
    transition: all .1s cubic-bezier(.63, .08, .35, .92);
}

a:hover .pic_info.type1 .img_overlay_icon .portfolio_icon {
    margin-top: -18px;
    opacity: 1;

    -webkit-transition: all .4s .2s cubic-bezier(.63, .08, .35, .92);
    -moz-transition: all .4s .2s cubic-bezier(.63, .08, .35, .92);
    -o-transition: all .4s .2s cubic-bezier(.63, .08, .35, .92);
    -ms-transition: all .4s .2s cubic-bezier(.63, .08, .35, .92);
    transition: all .4s .2s cubic-bezier(.63, .08, .35, .92);
}

.pic_info.type1 .info_overlay section {
    color: #999;
}

a .pic_info.type1 .plus_overlay_icon {
    background: url(images/icon_plus_white.png) 0 0 no-repeat;
    width: 13px;
    height: 13px;
    bottom: 9px;
    position: absolute;
    right: 9px;
    -webkit-transition: all .3s cubic-bezier(.63, .08, .35, .92);
    -moz-transition: all .3s cubic-bezier(.63, .08, .35, .92);
    -o-transition: all .3s cubic-bezier(.63, .08, .35, .92);
    -ms-transition: all .3s cubic-bezier(.63, .08, .35, .92);
    transition: all .3s cubic-bezier(.63, .08, .35, .92);
    z-index: 100;
}

a:hover .pic_info.type1 .plus_overlay_icon {
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.63, .08, .35, .92);
    -moz-transition: all .4s cubic-bezier(.63, .08, .35, .92);
    -o-transition: all .4s cubic-bezier(.63, .08, .35, .92);
    -ms-transition: all .4s cubic-bezier(.63, .08, .35, .92);
    transition: all .4s cubic-bezier(.63, .08, .35, .92);
}

a .pic_info.type1 .plus_overlay {
    border-bottom: 50px solid rgba(11,175, 199, 0.9);
    border-left: 50px solid transparent;
    bottom: 0;
    height: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    -webkit-transition: all .4s cubic-bezier(.63, .08, .35, .92);
    -moz-transition: all .4s cubic-bezier(.63, .08, .35, .92);
    -o-transition: all .4s cubic-bezier(.63, .08, .35, .92);
    -ms-transition: all .4s cubic-bezier(.63, .08, .35, .92);
    transition: all .4s cubic-bezier(.63, .08, .35, .92);
    width: 0;
}

a:hover .pic_info.type1 .plus_overlay {
    border-bottom: 860px solid rgba(11,175, 199, 0.8);
    border-left: 860px solid transparent;
    -webkit-transition: all .6s cubic-bezier(.63, .08, .35, .92);
    -moz-transition: all .6s cubic-bezier(.63, .08, .35, .92);
    -o-transition: all .6s cubic-bezier(.63, .08, .35, .92);
    -ms-transition: all .6s cubic-bezier(.63, .08, .35, .92);
    transition: all .6s cubic-bezier(.63, .08, .35, .92);
}

.pic_info.type1 img {
    border-radius: 0;
}
/* pic info type1 :: END */

/* pic info type2 */
.pic_info.type2 {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a .pic_info.type2 .img_overlay_icon {
    position: absolute;
    background: rgba(11,175, 199, 0.8);
    opacity: 0;
    text-align: center;
    transition: all .4s cubic-bezier(.63, .08, .35, .92);
}

a:hover .pic_info.type2 .img_overlay_icon {
    background: rgba(11,175, 199, 0.8);
    opacity: 1;
}

a .pic_info.type2 .info_overlay {
    padding: 10px 0 24px;

    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .0), rgba(0, 0, 0, .02));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .0), rgba(0, 0, 0, .02));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .0), rgba(0, 0, 0, .02));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .0), rgba(0, 0, 0, .02));
    background-image: linear-gradient(top, rgba(0, 0, 0, .0), rgba(0, 0, 0, .02));
    background-repeat: repeat-x;
}


a .boc_image_box .pic_info.type2 .info_overlay {
    padding: 8px 0 24px;
}
a .boc_image_box .pic_info.type2 {
    border: 1px solid rgba(0, 0, 0, .06);
}

a .pic_info.type2 .img_overlay_icon .portfolio_icon {
    top: 50%;
    left: 50%;
    opacity: 0;

    position: absolute;
	width: 38px;
    height: 38px;
    margin: -19px 0 0 -19px;
    display: inline-block;
    border-radius: 50%;

    transform: scale(0.1);
    transition: opacity .5s .1s, transform .5s .1s;
    border: 1px solid rgba(255, 255, 255, .3);
}

a:hover .pic_info.type2 .img_overlay_icon .portfolio_icon {
    transform: scale(1);
    opacity: 1;
}
/* pic info type2 :: END */

/* pic info type3 */
.pic_info.type3 {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .06);
}

a .pic_info.type3 .img_overlay_icon {
    position: absolute;
    background: rgba(11,175, 199, 0.9);
    opacity: 0;
    text-align: center;
    transition: all .4s cubic-bezier(.63, .08, .35, .92);
}

a:hover .pic_info.type3 .img_overlay_icon {
    background: rgba(11,175, 199, 0.8);
    opacity: 1;
}

a .pic_info.type3 .info_overlay {
    padding: 8px 0 22px;

    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .02));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .02));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .02));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .02));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .02));
    background-repeat: repeat-x;

    border-top: 2px solid rgba(11,175, 199, 1);
}

a .pic_info.type3 .img_overlay_icon .portfolio_icon {
    top: 50%;
    left: 50%;
    opacity: 0;

    position: absolute;
    color: #fff;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    margin-left: -18px;
    display: inline-block;
    border-radius: 50%;

    -webkit-transition: all .1s cubic-bezier(.63, .08, .35, .92);
    -moz-transition: all .1s cubic-bezier(.63, .08, .35, .92);
    -o-transition: all .1s cubic-bezier(.63, .08, .35, .92);
    -ms-transition: all .1s cubic-bezier(.63, .08, .35, .92);
    transition: all .1s cubic-bezier(.63, .08, .35, .92);
	border: 1px solid rgba(255, 255, 255, .3);
}

a:hover .pic_info.type3 .img_overlay_icon .portfolio_icon {
    margin-top: -18px;
    opacity: 1;

    -webkit-transition: all .35s .1s cubic-bezier(.63, .08, .35, .92);
    -moz-transition: all .35s .1s cubic-bezier(.63, .08, .35, .92);
    -o-transition: all .35s .1s cubic-bezier(.63, .08, .35, .92);
    -ms-transition: all .35s .1s cubic-bezier(.63, .08, .35, .92);
    transition: all .35s .1s cubic-bezier(.63, .08, .35, .92);
}
/* pic info type3 :: END */

/* pic info type4 */
.pic_info.type4 {
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .06);
}

a .pic_info.type4 .img_overlay_icon {
    position: absolute;
    top: auto;
    bottom: 0;

    border-bottom: 2px solid #0bafc7;
    opacity: 1;
    text-align: center;
}

a:hover .pic_info.type4 .img_overlay_icon {
    height: 100%;
}

a .pic_info.type4 .img_overlay_icon .icon_link {
    background: url(images/icon_plus_big.png) center center no-repeat;
}

a .pic_info.type4 .info_overlay {
    padding: 10px 0 24px;
}

a .pic_info.type4 .img_overlay_icon .portfolio_icon {
    top: -25%;
    left: -25%;
    opacity: 0;
    position: absolute;
    background-color: rgba(11,175, 199, .8);
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    width: 150%;
    height: 150%;
    margin: 0 auto;

    display: inline-block;
    border-radius: 50%;

    transform: scale(0.1);
    transition: opacity .5s, transform .5s;
}

a:hover .pic_info.type4 .img_overlay_icon .portfolio_icon {
    opacity: 1;
    transform: scale(1);
}
/* pic info type4 :: END */

/* pic info type5 */
.pic_info.type5 {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .06);
}

a .pic_info.type5 .img_overlay_icon {
    position: absolute;
    top: auto;
    bottom: 0;

    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
}

a:hover .pic_info.type5 .img_overlay_icon {
    background: rgba(0, 0, 0, .2);
    height: 100%;
}

a .pic_info.type5 .info_overlay {
    padding: 8px 0 24px;
    border-top: 2px solid rgba(11,175, 199, 1);
}

a:hover .pic_info.type5 .info_overlay {
    background: #0bafc7;
}

a .pic_info.type5 .img_overlay_icon .portfolio_icon {
    top: 50%;
    left: 50%;
    opacity: 0;

    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    margin-left: -19px;
    display: inline-block;
    border-radius: 50%;

    transition: all .1s cubic-bezier(.63, .08, .35, .92);
}

a:hover .pic_info.type5 .img_overlay_icon .portfolio_icon {
    margin-top: -20px;
    opacity: 1;

    transition: all .3s .1s cubic-bezier(.63, .08, .35, .92);
}

a .pic_info.type5 .info_overlay h3,
a .pic_info.type5 .info_overlay h3 strong,
a .pic_info.type5 .info_overlay section {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover .pic_info.type5 .info_overlay h3,
a:hover .pic_info.type5 .info_overlay h3 strong,
a:hover .pic_info.type5 .info_overlay section {
    color: #fff;
}
/* pic info type5 :: END */

/* pic info type6 */
.padded_carousel .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}

.pic_info_link_type6 {
    -webkit-perspective: 1600;
    -moz-perspective: 1600;
    perspective: 1600;
    display: block;
}

.pic_info.type6 {
    -webkit-transition: .6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: .6s;
    -moz-transform-style: preserve-3d;
    transition: .6s;
    transform-style: preserve-3d;
    position: relative;
    overflow: visible;
	-webkit-perspective: 1500;
    -ms-perspective: 1500;
    -moz-perspective: 1500;
    -o-perspective: 1500;
}

a:hover.pic_info_link_type6 .pic_info.type6 .pic{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


a:hover .pic_info.type6 .info_overlay {
   	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	transform: rotateY(0);
}

.pic_info.type6 .pic {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
    z-index: 2;
}

a .pic_info.type6 .info_overlay_padding {
    width: 100%;
    height: 100%;
}

.pic_info.type6 .info_overlay {
    width: 100%;
    height: 100%;
	transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

    background: #0bafc7;
    position: absolute;
    top: 0;
    left: 0;
}

a .pic_info.type6 .plus_overlay_icon {
    background: url(images/icon_plus_white.png) 0 0 no-repeat;
    width: 13px;
    height: 13px;
    bottom: 9px;
    position: absolute;
    right: 9px;
    -webkit-transition: all .2s cubic-bezier(.63, .08, .35, .92);
    -moz-transition: all .2s cubic-bezier(.63, .08, .35, .92);
    -o-transition: all .2s cubic-bezier(.63, .08, .35, .92);
    -ms-transition: all .2s cubic-bezier(.63, .08, .35, .92);
    transition: all .2s cubic-bezier(.63, .08, .35, .92);
}

a .pic_info.type6 .plus_overlay {
    border-bottom: 50px solid #0bafc7;
    border-left: 50px solid transparent;
    bottom: 0;
    height: 0;
    opacity: .95;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    -webkit-transition: all .2s cubic-bezier(.63, .08, .35, .92);
    -moz-transition: all .2s cubic-bezier(.63, .08, .35, .92);
    -o-transition: all .2s cubic-bezier(.63, .08, .35, .92);
    -ms-transition: all .2s cubic-bezier(.63, .08, .35, .92);
    transition: all .2s cubic-bezier(.63, .08, .35, .92);

    width: 0;
}

.pic_info.type6 .info_overlay .info_desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    -webkit-transition: all .1s cubic-bezier(.63, .08, .35, .92);
    -moz-transition: all .1s cubic-bezier(.63, .08, .35, .92);
    -o-transition: all .1s cubic-bezier(.63, .08, .35, .92);
    -ms-transition: all .1s cubic-bezier(.63, .08, .35, .92);
    transition: all .1s cubic-bezier(.63, .08, .35, .92);
}

a .pic_info.type6 .img_overlay_icon {
    display: none;
}

a .pic_info.type6 .plus_overlay_icon {
    z-index: 100;
}

a .pic_info.type6 .portfolio_icon {
    display: none;
}

.pic_info.type6 .info_overlay h3 {
    margin-top: 0;
    padding-top: 0;
    color: #fff;
}

.pic_info.type6 .info_overlay section {
    color: #fff;
    margin-top: 10px;
}
/* pic info type6 :: END*/

/* pic info type7 */
.pic_info.type7 .info_overlay {
    width: -moz-calc(100% - 16px);
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    height: -moz-calc(100% - 16px);
    height: -webkit-calc(100% - 16px);
    height: calc(100% - 16px);
    margin: 8px;

    background-color: rgba(11,175, 199, 0.9);
    transition: all .4s cubic-bezier(.63, .08, .35, .92);
    position: absolute;
    top: 0;
    opacity: 0;
}

a:hover .pic_info.type7 .info_overlay {
    opacity: 1;
}

.pic_info.type7 .info_overlay .info_overlay_padding {
    width: 100%;
    height: 100%;
    display: table;
}

.pic_info.type7 .info_overlay .info_desc {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-top: 40px;
}

.hide_hover_icon .pic_info.type7 .info_overlay .info_desc,
.boc_image_box .pic_info.type7 .info_overlay .info_desc {
    padding-top: 0px;
}

a .pic_info.type7 .img_overlay_icon {
    display: none;
}

a .pic_info.type7 .plus_overlay_icon {
    z-index: 100;
}

a .pic_info.type7 .portfolio_icon {
    display: none;
}

.pic_info.type7 .info_overlay h3 {
    padding: 0;
}

.boc_image_box .pic_info.type7 .info_overlay h3 {
    margin-bottom: 14px;
    padding: 6px 0 0 0;
}

.pic_info.type7 .info_overlay h3, .pic_info.type7 .info_overlay section {
    color: #fff;
    transition: all .2s .1s ease-out;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
}

.pic_info.type7 .info_overlay section {
    margin-top: 6px;
    transform: translateY(20px);
}

a:hover .pic_info.type7 .info_overlay h3 {
    opacity: 1;
    transform: translateY(0px);
    transition: all .35s .25s ease-out;
    margin-top: 0;
}

a:hover .pic_info.type7 .info_overlay section {
    opacity: 1;
    transform: translateY(0px);
    transition: all .35s .4s ease-out;
}

.portfolio_grid a .pic_info.type7 .info_desc .portfolio_icon,
.portfolio_carousel_holder a .pic_info.type7 .info_desc .portfolio_icon {
    display: inline-block;
    top: 50%;
    left: 50%;
    opacity: 0;
    position: absolute;
    width: 36px;
    height: 36px;
    margin: -52px 0 0 -18px;
    border-radius: 50%;
    transform: scale(1) translateY(32px);
    transition: opacity .2s, transform .3s;
    border: 1px solid rgba(255, 255, 255, .3);
}

.portfolio_grid a:hover .pic_info.type7 .info_desc .portfolio_icon,
.portfolio_carousel_holder a:hover .pic_info.type7 .info_desc .portfolio_icon {
    opacity: 1;
    transform: scale(1) translateY(0px);
    transition: opacity .5s .2s, transform .5s;
}
/* pic info type7 :: END*/

/* pic info type8 */
.boc_image_box .pic_info.type8 {
    min-height: 240px;
}
.pic_info.type8 .info_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .5s;
    background-color: transparent;
}

a:hover .pic_info.type8 .info_overlay {
    background-color: rgba(38, 41, 43, .65);
}

.pic_info.type8 .info_overlay .info_overlay_padding {
    display: table;
    width: 100%;
    height: 100%;
}

.pic_info.type8 .info_overlay .info_desc {
    display: table-cell;
    vertical-align: middle;
    padding-top: 34px;
}

.hide_hover_icon .pic_info.type8 .info_overlay .info_desc {
    padding-top: 0px;
}

a .pic_info.type8.img_overlay_icon {
    display: none;
}

a .pic_info.type8 .plus_overlay_icon {
    z-index: 100;
}

a .pic_info.type8 .portfolio_icon {
    display: none;
}

.pic_info.type8 .info_overlay h3 {
    color: #fff;
    transform: translateY(-12px);
    margin: 0px 40px 0 40px;
    transition: all .3s .1s ease;
    opacity: 0;
}

a:hover .pic_info.type8 .info_overlay h3 {
    opacity: 1;
    transform: translateY(0);
    transition: all .3s .25s ease;
    margin-top: 0;
}

.pic_info.type8 .info_overlay h3:after {
    content: "";
    width: 60px;
    border-top: 2px solid #0bafc7;
    position: absolute;
    bottom: -20px;
    left: 0;
    opacity: 0;
}

.center .pic_info.type8 .info_overlay h3:after {
    left: 50%;
    transform: translateX(-50%);
}

.pic_info.type8 .info_overlay section {
    color: #ddd;
    opacity: 0;
    margin: 3px 40px 0px 40px;
    transition: all .3s .1s ease;
    transform: translateY(-12px);
}

a:hover .pic_info.type8 .info_overlay section {
    opacity: 1;
    transform: translateY(0);
    transition: all .3s .4s ease;
}

.pic_info.type8 img {
    transition: all 0.5s ease;
}

.portfolio_grid:not(.hide_hover_icon) a .pic_info.type8 .info_desc .portfolio_icon,
.portfolio_carousel_holder:not(.hide_hover_icon) a .pic_info.type8 .info_desc .portfolio_icon {
    top: 50%;
    left: 50%;
    opacity: 0;
    position: absolute;
	width: 38px;
    height: 38px;
    margin: -54px 0 0 -19px;
    display: inline-block;
    border-radius: 50%;
    transform: translateY(-32px);
    transition: opacity .2s, transform .3s;
    border: 1px solid rgba(255, 255, 255, .2);
}

.portfolio_grid:not(.hide_hover_icon) a:hover .pic_info.type8 .info_desc .portfolio_icon,
.portfolio_carousel_holder:not(.hide_hover_icon) a:hover .pic_info.type8 .info_desc .portfolio_icon {
    opacity: 1;
    transform: scale(1) translateY(0px);
    transition: opacity .5s .2s, transform .5s;
}

/* Img box type8 */
.boc_image_box .pic_info.type8 .info_overlay {
    background-color: rgba(34, 39, 43, .5);
	background: linear-gradient(rgba(38, 41, 43, 0.2) 52%, rgba(38, 41, 43, .6) 90%);
    display: block;
}

a:hover .boc_image_box .pic_info.type8 .info_overlay {
    background-color: rgba(34, 39, 43, .75);
}

.boc_image_box .pic_info.type8 .info_overlay .info_desc {
    bottom: 0;
    transform: translateY(30%);
    transition: transform .4s;
    position: absolute;
	width: 100%;
}

a:hover .boc_image_box .pic_info.type8 .info_overlay .info_desc {
    bottom: 0;
    transform: translateY(0);
}

.boc_image_box .pic_info.type8 .info_overlay h3 {
    transform: translateY(0%);
    transition: transform .4s;
    opacity: 1;
    margin-top: -10px;
    margin-bottom: 36px;
}

a:hover .boc_image_box .pic_info.type8 .info_overlay h3 {
    margin-top: -10px;
}

.boc_image_box .pic_info.type8 .info_overlay h3:after {
    opacity: 1;
}

.boc_image_box .pic_info.type8 .info_overlay section {
    margin: 0px 40px 28px 40px;
    transition: opacity .3s .05s, transform .4s;
    transform: translateY(30px);
}

a:hover .boc_image_box .pic_info.type8 .info_overlay section {
    transition: opacity .3s .05s, transform .4s;
    transform: translateY(0);
}

.boc_image_box .pic_info.type8 img {
    transition: all .75s .1s ease;
}
/* pic info type8 :: END*/

/* pic info type9 - Type8.light */
.pic_info.type8.light .info_overlay {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    transition: all .4s .2s ease;
}

a:hover .pic_info.type8.light .info_overlay {
    background-color: rgba(255, 255, 255, .9);
}

.pic_info.type8.light .info_overlay h3 {
    color: #333;
    transition: transform .3s .5s ease, opacity .3s .1s ease;
    transform: translateY(20px);
}

.pic_info.type8.light .info_overlay section {
    color: #888;
    transition: transform .3s .5s ease, opacity .3s .15s ease;
    transform: translateY(10px);
}

a:hover .pic_info.type8.light .info_overlay h3 {
    transition: all .3s ease .35s;
    transform: translateY(0px);
}

.hide_hover_icon a:hover .pic_info.type8.light .info_overlay h3 {
    transition: all .3s .2s ease-out;
}

a:hover .pic_info.type8.light .info_overlay section {
    transition: all .3s .5s ease-in-out;
}

.hide_hover_icon a:hover .pic_info.type8.light .info_overlay section {
    transition: all .3s .35s ease-in-out;
}

.pic_info.type8.light img {
    transition: all .7s .2s ease;
}

.portfolio_grid:not(.hide_hover_icon) a .pic_info.type8.light .info_desc .portfolio_icon {
    width: 36px;
    height: 36px;
    margin: -50px 0 0 -18px;
    transition: opacity .2s .3s, transform .3s .3s;
    transform: scale(0.6) translateY(32px);
}

.portfolio_grid:not(.hide_hover_icon) a:hover .pic_info.type8.light .info_desc .portfolio_icon {
    transition: opacity .5s .2s, transform .5s .12s;
    transform: scale(1) translateY(0px);
}

/* Img box type9 */
.boc_image_box .pic_info.type8.light .info_overlay {
    background-color: rgba(255, 255, 255, .7);
    display: block;
}

a:hover .boc_image_box .pic_info.type8.light .info_overlay {
    background-color: rgba(255, 255, 255, .9);
}
/* pic info type9 :: END*/

/* Image box (reuses portfolio styles but overwrites some) */
.boc_image_box .info_overlay h3 {
    margin: 12px 30px 0 30px;
    font-size: 18px;
    line-height: 1.5em;
    color: #333;
    padding: 0;
    position: relative;
}

.boc_image_box .info_overlay section {
    font-family: inherit;
    font-style: inherit;
    font-size: 16px;
    line-height: 25px;
    color: #999;
    margin: 4px 30px 0 30px;
}

.boc_image_box .pic_info.type1 .info_overlay section,
.boc_image_box .pic_info.type3 .info_overlay section,
.boc_image_box .pic_info.type4 .info_overlay section {
    color: #999;
}

.boc_image_box:not(.center) .pic_info.type1 .info_overlay section,
.boc_image_box:not(.center) .pic_info.type3 .info_overlay section,
.boc_image_box:not(.center) .pic_info.type4 .info_overlay section,
.boc_image_box:not(.center) .pic_info.type5 .info_overlay section {
    margin-top: 10px;
}

.boc_image_box .pic_info.type1 .info_overlay,
.boc_image_box .pic_info.type3 .info_overlay,
.boc_image_box .pic_info.type4 .info_overlay {
    padding: 8px 0 22px;
}

/* Post Item Block */
.post_item_block {
}
.post_item_block.boxed {
	position: relative;
	overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}
.post_item_block.boxed.boxed_bordered {
	border: 1px solid rgba(0, 0, 0, .08);
}

.post_item_block.boxed.boxed_shadowed {
    -webkit-box-shadow: 0px 2px 16px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 2px 16px rgba(0,0,0,0.06);
    box-shadow: 0px 2px 16px rgba(0,0,0,0.06);
	margin: 2px;
}

.post_item_block.boxed h4 {
    margin: 32px 0 12px;
}
.post_item_block.boxed .post_block_post_meta + h4 {
    margin: 18px 0 10px;
}

.post_item_block.boxed .pic {
    border-bottom: 2px solid #0bafc7;
	display: table;
}
.grid_holder .post_item_block.boxed .pic {
    display: block;
}

.post_item_block.boxed .pic, .post_item_block.boxed .pic img, .post_item_block.boxed .pic a .img_overlay {
    border-radius: 2px 2px 0 0;
}

.post_item_block.boxed .post_item_desc {
    margin: 0 40px 36px;
}

.blog_icon {
	font-size: 16px;
	color: #0bafc7;
	margin-right: 8px;
	position: relative;
    top: 1px;
}
.post_date .blog_icon {
	color: #888;
}
.post_block_post_meta .blog_icon {
	font-size: 15px;
}
a .blog_icon,
.post_content .post_block_post_meta a:not(.button):not(.post_block_post_author),
.post_content .post_block_post_meta a.post_block_post_author:hover {
	color: #777;
}
/*
.post_item_block .post_block_post_meta a:not(.button):hover {
	color: #0bafc7;
}*/
a .blog_icon {
	color: #0bafc7;
	transition: all .3s ease!important;
	display: inline-block;
}
a:hover .blog_icon {
	color: #777;
}

.blog_icon.boc_i-clock-outline {
    font-size: 15px;
}


/* Metro style */
.post_item_block.metro {
    position: relative;
    overflow: hidden;
}
.post_item_block.metro .pic {
    margin-bottom: 0;
}
.post_item_block.metro .pic:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 41, 43, .55);
	background: -moz-linear-gradient(top, rgba(38,41,43,0.2) 50%, rgba(38,41,43,0.95) 90%);
	background: -webkit-linear-gradient(top, rgba(38,41,43,0.2) 50%,rgba(38,41,43,0.95) 90%);
	background: linear-gradient(to bottom, rgba(38,41,43,0.2) 50%,rgba(38,41,43,0.95) 90%);
    opacity: .7;
    transition: all .4s ease-in-out;
	transform: translateZ(0);
}
.post_item_block.metro:hover .pic:after {
    opacity: 1;
}
.post_item_block.metro .post_item_desc {
    margin: 0 40px 18px;
	position: absolute;
	z-index: 10;
	bottom: 0;
	width: calc(100% - 80px);
	transition: all .4s ease-in-out;
	transform: translateZ(0);
}
.post_item_block.metro:hover .post_item_desc {
	bottom: 20px;
}

.post_item_block.metro h4:after {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    width: 0;
    height: 2px;
    background-color: #0bafc7;
    transition: all .4s ease-in-out;
}
.post_item_block.metro:hover h4:after {
	width: 80px;
}
.post_item_block.metro p {
    display: none;
}

.post_item_block.metro .post_meta,
.post_item_block.metro .blog_icon,
.post_item_block.metro.white_links a:hover .blog_icon,
.post_item_block.metro .post_meta,
.post_item_block.metro .post_date {
    color: rgba(255, 255, 255, .74) !important;
}

/* Post Item Block :: END */
.icon_link {
    background: url(images/icon_plus.png) center center no-repeat;
}

/* Custom Slides */
.custom_slides {
	opacity: 0;
}
.custom_slides .section {
    text-align: center;
    margin-top: 20px;
}

.custom_slides.custom_slides_top_nav .section {
    margin-top: 0;
    margin-bottom: 30px;
}

.custom_slides.nav_design_1 .section {
    margin-top: 0px;
}

.custom_slides.nav_design_1.custom_slides_top_nav .section {
    margin-bottom: 10px;
}

.custom_slides.custom_slides_bottom_nav .section {
    margin-top: 30px;
}

.cs_nav {
    margin: 0 auto;
    display: inline-block;
}

.cs_nav_item * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.cs_nav_item {
    min-width: 210px;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 0!important;
}

.custom_slides.nav_style_1 .cs_nav_item {
    height: auto;
}

.custom_slides.nav_style_2 .cs_nav_item {
    height: 100px;
}

.custom_slides.nav_style_1.nav_design_1 .cs_nav_icon {
    margin-bottom: -12px;
}

.custom_slides.nav_style_1 .cs_nav_item {
    margin-bottom: 20px;
}

.custom_slides .owl-controls {
    display: none;
}

.cs_nav_icon {
    margin: 0px auto;
    width: 90px;
    height: 90px;
    text-align: center;
    position: relative;
    transition: opacity .3s, transform .4s;
    top: 0;
}

.custom_slides.nav_design_1 .cs_nav_icon {
    background: transparent;
}

.custom_slides.nav_design_2 .cs_nav_icon {
    background: #fbfbfb;
    border-radius: 100%;
    box-shadow: 0 -8px 40px rgba(0, 0, 0, .02) inset;
}

.custom_slides.nav_style_1.nav_design_2 .cs_nav_icon {
    margin-bottom: 12px;
}

.cs_nav_icon i.icon {
    width: auto;
    height: auto;
    vertical-align: initial;
    font-size: 40px;
    color: #333;
    line-height: 76px;
    transition: all .5s;
    margin: 0 auto;
}
.custom_slides.nav_style_2 .cs_nav_icon i.icon {
    color: #666;
}
.custom_slides.nav_style_1.nav_design_1 .cs_nav_item:hover .cs_nav_icon i.icon,
.custom_slides.nav_style_1.nav_design_2 .cs_nav_item:hover .cs_nav_icon i.icon {
    color: #0bafc7;
}
.custom_slides.nav_design_1 .cs_nav_icon i.icon {
    font-size: 46px;
}
.custom_slides.nav_design_1.nav_style_2 .cs_nav_icon i.icon {
    line-height: 90px;
}
.custom_slides.nav_design_2 .cs_nav_icon i.icon {
    font-size: 36px;
    line-height: 90px;
}
.custom_slides.nav_style_1 .cs_nav_item {
    transition: opacity .3s, transform .4s;
}
.custom_slides.nav_style_1 .cs_nav_item:not(.bouncy_icon):hover {
    transform: translateY(-16px);
}
.custom_slides.nav_design_1 .cs_nav_item.active .cs_nav_icon {

}
.custom_slides.nav_design_1 .cs_nav_item.active .cs_nav_icon i.icon {
    color: #0bafc7;
}
.custom_slides.nav_design_2 .cs_nav_item.active .cs_nav_icon {
    background: #0bafc7;
}
.custom_slides.nav_design_2 .cs_nav_item.active .cs_nav_icon i.icon {
    color: #fff !important;
}
.custom_slides.nav_style_2 .cs_nav_item.has_text:hover .cs_nav_icon {
    transform: translateY(-30px);
    opacity: 0;
}
.cs_nav_item.has_no_text:hover .cs_nav_icon i.icon {
    color: #0bafc7;
}
.cs_nav_item.active.has_no_text:hover .cs_nav_icon i.icon {
    color: #fff;
}
.custom_slides.nav_style_1 .cs_txt {
    color: #555;
    font-size: 17px;
}
.custom_slides.nav_style_2 .cs_txt {
    color: #0bafc7;
    font-size: 20px;
}
.cs_nav_item.has_text .cs_txt, .cs_nav_item.has_text .cs_sub_txt {
    margin: 0;
    position: relative;
    transition: opacity .3s, transform .4s;
}
.custom_slides.nav_style_2 .cs_nav_item.has_text .cs_txt {
    transform: translateY(-10px);
    opacity: 0;
}
.custom_slides.nav_style_2 .cs_nav_item.has_text .cs_sub_txt {
    transform: translateY(-40px);
    opacity: 0;
}
.custom_slides.nav_style_2 .cs_nav_item.has_text:hover .cs_txt {
    transform: translateY(-76px);
    opacity: 1;
}
.cs_sub_txt {
    font-family: Georgia, serif;
    font-style: italic;
    color: #bbb;
    font-size: 16px;
}
.custom_slides.nav_style_1 .cs_sub_txt {
    font-size: 15px;
}
.cs_nav_item.has_text:hover .cs_sub_txt {
    transition: opacity .3s, transform .4s;
}
.custom_slides.nav_style_2 .cs_nav_item.has_text:hover .cs_sub_txt {
    transform: translateY(-72px);
    opacity: 1;
}
.custom_slide_item {
    -webkit-transform: translate3d(0, 0, 0);
}
/* Custom Slides :: End */

/* Top Icon Box */
.top_icon_box.center {
    text-align: center;
}

.top_icon_box .icon_holder .icon_bgr {
    margin: 0px 0 28px 0;
}

.top_icon_box.center .icon_holder .icon_bgr {
    margin: 0px auto 28px auto;
}

.top_icon_box_no_m {
    margin-bottom: 10px;
}

.top_icon_box .icon_holder {
    position: relative;
}

.top_icon_box.type1 .icon_holder {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.icon_center {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.back_icon {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 150px;
    opacity: .05;
	line-height: 1em;
}

/* Overwrite some icon styles from VC */
.top_icon_box i.icon {
    display: block;
    width: auto;
    height: auto;
    vertical-align: inherit;
    margin: 0;
}

/* Overwrite some icon styles from VC :: END */

.top_icon_box.type1 .icon_holder .icon_bgr {
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 2px solid transparent;
    background-color: #0bafc7;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .05));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .05));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .05));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .05));

    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.top_icon_box.type1:hover .icon_holder .icon_bgr {
    border: 2px solid #0bafc7;
    background: transparent;
}

.top_icon_box.type1 .icon_holder .icon_bgr:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';

    top: 0;
    left: 0;
    padding: 0;
    border: 2px solid #0bafc7;
    opacity: .5;
    z-index: -1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.top_icon_box.type1:hover .icon_holder .icon_bgr:after {
    opacity: 0;
    border: 2px solid #0bafc7;
    z-index: 1;

    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -ms-transition: 1s ease;
    transition: 1s ease;

    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.top_icon_box.type1 .icon_holder i {
    font-size: 46px;
    line-height: 100px;
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.top_icon_box.type1:not(.center) .icon_center {
    width: 100px;
    text-align: center;
}

.top_icon_box.type1:hover .icon_holder i {
    color: #0bafc7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

/* 2nd kind */
.top_icon_box.type2 .icon_holder .icon_bgr {
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 3px solid white;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .12);
    background-color: #0bafc7;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .05));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .05));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .05));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .05));
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.top_icon_box.type2:hover .icon_holder .icon_bgr {
    background: #fff;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.top_icon_box.type2:not(.center) .icon_center {
    width: 100px;
    text-align: center;
}
.top_icon_box.type2 i {
    font-size: 46px;
    line-height: 100px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.top_icon_box.type2:hover .icon_holder i {
    color: #0bafc7;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
/* 2nd kind : End */

/* 3rd kind */
.top_icon_box.type3 .icon_holder {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.top_icon_box.type3 .icon_holder .icon_bgr {
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.top_icon_box.type3:hover .icon_holder .icon_bgr {
    background: #0bafc7;
}
.top_icon_box.type3:not(.center) .icon_center {
    width: 100px;
    text-align: center;
}
.top_icon_box.type3 .icon_holder .icon_bgr:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    border: 2px solid #0bafc7;
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.top_icon_box.type3:hover .icon_holder .icon_bgr:after {
    opacity: 1;
    z-index: 1;
    border: 2px solid #0bafc7;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.top_icon_box.type3 .icon_holder i {
    font-size: 46px;
    line-height: 100px;
    color: #0bafc7;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.top_icon_box.type3:hover .icon_holder i {
    color: #fff;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
/* 3rd kind : End */

/* 4nd kind */
.top_icon_box.type4 .icon_holder {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.top_icon_box.type4 .icon_holder .icon_bgr {
    margin-bottom: 16px;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 140px;
    border: 3px solid transparent;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.top_icon_box.type4:not(.center) .icon_center {
    width: 100px;
    text-align: center;
}
.top_icon_box.type4:hover .icon_holder .icon_bgr {
    border: 2px solid #0bafc7;
}

.top_icon_box.type4 .icon_holder .icon_bgr:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    border: 4px solid transparent;
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.top_icon_box.type4:hover .icon_holder .icon_bgr:after {
    opacity: 0;
    z-index: 1;
    border: 2px solid #0bafc7;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease;
    -o-transition: .6s ease;
    -ms-transition: .6s ease;
    transition: .6s ease;

    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.top_icon_box.type4 .icon_holder i {
    font-size: 50px;
    line-height: 100px;
    color: #0bafc7;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.top_icon_box.type4:hover .icon_holder i {
    color: #0bafc7;
}
/* 4th kind : End */

/* 5nd kind */
.top_icon_box.type5 .icon_holder .icon_bgr {
    margin-bottom: 0px;
    text-align: center;
    height: 90px;
    position: relative;
}
.top_icon_box.type5 .icon_holder i {
    display: block;
    font-size: 60px;
    line-height: 70px;
    transition: all .3s ease;
	will-change: transform;
}
.top_icon_box.type5.small_size .icon_holder .icon_bgr {
    height: 74px;
}
.top_icon_box.type5.small_size .icon_holder i {
    font-size: 42px;
    line-height: 60px;
}
.top_icon_box.type5:not(.center) .icon_holder i {
    display: inline-block;
}

.top_icon_box.type5:hover .icon_holder i {
    transform: scale(1.17, 1.17);
}
.top_icon_box.type5 h3 {
    padding-bottom: 0;
    margin-bottom: 20px;
    transition: all .3s .1s ease;
}
.top_icon_box.type5 h3:after {
    display: none;
}
.top_icon_box.type5:hover h3 {
    transform: translateY(15px);
}
.top_icon_box.type5:hover p {
    transform: translateY(10px);
}
.top_icon_box.type5 p {
    transition: all .3s .2s ease;
}
/* 5th kind : End */

/* 6nd kind */
.top_icon_box.type6 .icon_holder .icon_bgr {
    margin-bottom: 0px;
    height: 74px;
    position: relative;
}
.top_icon_box.type6 {
    position: relative;
    padding: 25px 35px 30px;
    background: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.top_icon_box.type6:hover {
    background: #f9f9f9;
}
.top_icon_box.type6:after {
    content: "";
    display: inline-block;
    width: 0%;
    height: 3px;
    line-height: 0;
    background-color: #0bafc7;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width .3s cubic-bezier(.23, .68, .45, .95), height .3s cubic-bezier(.23, .68, .45, .95);
    transition: width .3s cubic-bezier(.23, .68, .45, .95), height .3s cubic-bezier(.23, .68, .45, .95);
}
.top_icon_box.type6:hover:after {
    width: 100%;
}
.top_icon_box.type6 .icon_holder i {
    display: block;
    font-size: 52px;
    line-height: 56px;
    color: #333;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.top_icon_box.type6:hover .icon_holder i {
    color: #0bafc7;
}
.top_icon_box.type6 h3:after {
    display: none;
}
.top_icon_box.type6 h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.top_icon_box.type6 p {
    color: #888;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 300;
}
/* 6th kind : End */

/* 7nd kind */
.top_icon_box.type7 .icon_holder .icon_bgr {
    margin-bottom: 0px;
    height: 78px;
    position: relative;
}
.top_icon_box.type7 {
    position: relative;
    padding-bottom: 35px;
/*    transition: transform .8s ease-out;*/
}
.top_icon_box.type7:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    line-height: 0;
    background-color: #0bafc7;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width .5s cubic-bezier(.23, .68, .45, .95);
}
.top_icon_box.type7:hover:after {
    width: 0%;
}
.top_icon_box.type7 .icon_holder i {
    display: block;
    font-size: 52px;
    line-height: 56px;
    color: #888;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.top_icon_box.type7:hover .icon_holder i {
    color: #0bafc7;
    transform: translateY(-5px);
}
.top_icon_box.type7 h3:after {
    display: none;
}
.top_icon_box.type7 h3 {
    color: #222;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.top_icon_box.type7 p {
    color: #888;
    margin-bottom: 0px;
    font-size: 16px;
}
.top_icon_box.type7.alt_style:after {
    width: 0%;
}
.top_icon_box.type7.alt_style:hover:after {
    width: 100%;
}
/* 7th kind : End */

/* 8nd kind */
.top_icon_box.type8 .icon_holder .icon_bgr {
    margin-bottom: 0px;
    height: 76px;
    position: relative;
}
.top_icon_box.type8 {
    position: relative;
    overflow: hidden;
    padding: 30px 32px;
    border: 1px solid #ddd;
    background: #fff;
    transition: transform .8s ease-out;
    border-radius: 4px;
}
.top_icon_box.type8:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    line-height: 0;
    box-sizing: border-box;
    background-color: #0bafc7;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: height .4s cubic-bezier(.23, .68, .45, .95);
    transition: height .4s cubic-bezier(.23, .68, .45, .95);
}
.top_icon_box.type8:hover:before {
    height: 100%;
}
.top_icon_box.type8 .icon_holder i {
    display: block;
    font-size: 52px;
    line-height: 56px;
    color: #bababa;
    transition: all .1s cubic-bezier(.23, .68, .45, .95);
}
.top_icon_box.type8:hover .icon_holder i,
.top_icon_box.type8:hover h3,
.top_icon_box.type8:hover h3 a:not(.button),
.top_icon_box.type8:hover p {
    color: #fff;
    transition: all .08s cubic-bezier(.23, .68, .45, .95) .1s;
}
.top_icon_box.type8:hover .icon_holder i {
    transition: all .2s ease-out .1s;

    transform: translateY(-6px);
}
.top_icon_box.type8 h3:after {
    display: none;
}
.top_icon_box.type8 h3 {
    color: #222;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.top_icon_box.type8 h3 a:not(.button) {
    color: #222;
}
.top_icon_box.type8 p {
    color: #888;
    margin-bottom: 0px;
    font-size: 16px;
}
.top_icon_box.type8 .back_icon {
    display: block;
    opacity: .15 !important;
    color: #fff;
    bottom: -150px;
    transition: all .5s cubic-bezier(.23, .68, .45, .95) .2s !important;
}
.top_icon_box.type8:hover .back_icon {
    bottom: 0;
}
/* 8th kind : End */

/* 9nd kind */
.top_icon_box.type9 {
    position: relative;
    min-height: 240px;
    -webkit-perspective: 900;
    -ms-perspective: 900;
    -moz-perspective: 900;
    -o-perspective: 900;
}
.top_icon_box.type9 .icon_center {
    position: relative;
    margin-bottom: 16px;
}
.top_icon_box.type9 .icon_center i {
    display: block;
    color: #aaa;
    font-size: 64px;
    line-height: 70px;
    transition: all .1s cubic-bezier(.23, .68, .45, .95);
}
.top_icon_box_face,
.top_icon_box_back {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    padding: 32px;
    transform-style: preserve-3d;
    transition: .55s;
}
.top_icon_box_face {
    position: absolute;
    z-index: 1;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 4px;
    backface-visibility: hidden;
}
.top_icon_box_back {
    border-radius: 4px;
    background: #0bafc7;
    transform: rotatey(-180deg);
    backface-visibility: hidden;
}
.top_icon_box:hover .top_icon_box_face {
    transform: rotatey(180deg);
}
.top_icon_box:hover .top_icon_box_back {
    transform: rotatey(0deg);
    backface-visibility: visible;
}
.top_icon_box_ver_center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.top_icon_box.type9 h3:after {
    display: none;
}
.top_icon_box.type9 .top_icon_box h3 {
    color: #444;
    padding-bottom: 6px;
}
.top_icon_box.type9 .top_icon_box_back h3 {
    color: #fff;
    padding-bottom: 0;
}
.top_icon_box.type9 .top_icon_box_back p {
    color: #fff;
    cursor: inherit;
}
/* 9th kind : End */

/* 10nd kind */
.top_icon_box.type10 .icon_holder .icon_bgr {
    margin-bottom: 0px;
    text-align: center;
    height: 90px;
    position: relative;
}
.top_icon_box.type10.small_size .icon_holder .icon_bgr {
    height: 80px;
}

.top_icon_box.type10 .icon_holder i {
    display: block;
    color: #0bafc7;
    font-size: 60px;
    line-height: 80px;
    transition: all .4s cubic-bezier(0.450, .250, .360, 1.650);
    transform: translateY(40px);
}
.top_icon_box.type10.small_size .icon_holder i {
    transform: translateY(16px);
    font-size: 46px;
}
.top_icon_box.type10:hover .icon_holder i {
    transform: translateY(-5px);
}
.top_icon_box.type10 h3 {
    font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 16px;
    transition: all .4s .05s cubic-bezier(0.450, .250, .360, 1.650);
    transform: translateY(40px);
}
.top_icon_box.type10.small_size h3 {
    transform: translateY(18px);
}
.top_icon_box.type10 h3:after {
    display: none;
}
.top_icon_box.type10:hover h3 {
    transform: translateY(-10px);
}
.top_icon_box.type10 p {
    transition: all .4s .1s cubic-bezier(0.450, .250, .360, 1.650);
    transform: translateY(40px);
    opacity: 0;
    margin-bottom: 20px;
    color: #888;
}
.top_icon_box.type10:hover p {
    transform: translateY(-10px);
    opacity: 1;
}
@media only screen and (max-width: 768px) {
	.top_icon_box.type10 .icon_holder i,
	.top_icon_box.type10:hover .icon_holder i,
	.top_icon_box.type10.small_size .icon_holder i,
	.top_icon_box.type10 h3,
	.top_icon_box.type10:hover h3,
	.top_icon_box.type10 p,
	.top_icon_box.type10:hover p,
	.top_icon_box.type10.small_size h3 {
		transform: translateY(0px);
		opacity: 1;
	}
}
/* 10th kind : End */

.top_icon_box h3 {
    font-size: 20px;
    line-height: 1.5em;
    color: #333;
    padding-bottom: 18px;
    margin-bottom: 20px;
    position: relative;
}

.post_content .top_icon_box h3 a:not(.button) {
    color: #333;
}

.top_icon_box h3:after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background-color: rgba(0, 0, 0, .07);
    position: absolute;
    bottom: -3px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.top_icon_box:hover h3:after {
    width: 100px;
}

.top_icon_box.center h3:after {
    left: 50%;
    margin-left: -30px;
}

.top_icon_box.center:hover h3:after {
    margin-left: -50px;
}

.white_text .top_icon_box h3:after {
    background-color: rgba(255, 255, 255, .1);
}

.top_icon_box h3 a {
    color: #333;
}

.top_icon_box h3 a:hover {
    color: #0bafc7;
}

.top_icon_box p {
    position: relative;
    color: #666;
    margin-bottom: 40px;
    cursor: default;
}

.white_text .top_icon_box p {
    color: rgba(255, 255, 255, .73);
}

/* Top Icon Box */

/* Img gallery */

.img_gallery_caption {
    margin: 24px 24px 8px;
    text-align: center;
    text-transform: capitalize;
}

.img_gallery_description {
    margin: 0px 24px 30px;
    text-align: center;
}

/* Logo Gallery Section */
.logo_gallery {
    margin: 0px 30px 0px 30px;
}

.logo_gallery.left_border {
    box-shadow: -16px 0px 20px -16px rgba(0, 0, 0, .05);
    border-left: 1px solid rgba(0, 0, 0, .07);
    margin: 0px 0px 0px 50px;
    padding-left: 50px;
}

.logo_gallery a {
    display: block;
}

.logo_gallery .pic img {
    width: auto;
    margin: auto;
}

.logo_gallery img {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 100%;
}

/* Logo Gallery :: END */

/* Tipsy */
.tipsy {
    padding: 4px;
    font-size: 14px;
    line-height: 1.4em;
    position: absolute;
    z-index: 100000;
}

.tipsy-inner {
    padding: 8px 12px;
    background-color: rgba(0, 0, 0, .8);
    color: white;
    max-width: 200px;
    text-align: center;
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-arrow {
    position: absolute;
    background: url('images/tipsy.png') no-repeat top left;
    width: 9px;
    height: 4px;
}

.tipsy-n .tipsy-arrow {
    top: -2px;
    left: 50%;
    margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}

.hilite {
	position:relative;
}
.hilite:before,
.hilite:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: -3px;
    height: 52%;
    width: 0;
    -webkit-transition: .4s width;
    transition: .4s width;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform-origin: left;
    transform-origin: left bottom;
    overflow: hidden;
    background: rgba(11,175, 199, .2);
    z-index: -1;
    border-radius: 3px;
    -webkit-transform: skewX(-1deg) rotate(-0.8deg) translateY(-68%);
    transform: skewX(-1deg) rotate(-0.8deg) translateY(-68%);	
}
.hilite:before {
    left: 2px;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: skewX(2deg) rotate(-.8deg) translateY(29%);
    transform: skewX(2deg) rotate(-.8deg) translateY(29%);
}
.hilite.show_hilite:before,
.hilite.show_hilite:after {
    width: 100%;
}
.hilite_dark {
    background: #4d5559;
    color: #fff;
    padding: .03em .2em .03em;
    font-weight: 600;
    border-radius: 2px;
}

/* Testimonials */
.testimonials {
}
.testimonials_carousel {
    padding-bottom: 4px !important;
}
.testimonial_quote {
    -webkit-transform: translate3d(0, 0, 0);
}
.testimonial_style_small .quote_content {
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 3px solid white;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .11);
    margin: 1px;
}
.testimonial_style_small.is_2d .quote_content {
    background-color: #f9f9f9;
    box-shadow: none;
    border: 1px solid #f2f2f2;
}
.testimonial_style_small .quote_content p {
    margin: 26px 28px 26px 54px;
    font-size: 16px;
    line-height: 26px;
    font-family: Georgia, serif;
    font-style: italic;
    color: #777;
}
.testimonial_style_small .quote_content p:before {
    content: '\201C';
    color: #c4c4c4;
    position: absolute;
    top: 30px;
    left: 16px;
    font-size: 60px;
    font-family: Georgia, Serif;
    font-style: italic;
}
#sidebar .testimonial_style_small .quote_content p {
    margin: 20px 20px 20px 52px;
    font-size: 14px;
    line-height: 24px;
}
.testimonial_style_small .quote_arrow {
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: -12px;
    left: 47px;
    background: url('images/quote_arrow.png') 0px 0px no-repeat;
}
.testimonial_style_small.is_2d .quote_arrow {
    display: none;
}
.testimonial_style_small.is_2d .quote_content:after, .testimonial_style_small.is_2d .quote_content:before {
    top: 100%;
    left: 55px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#sidebar .testimonial_style_small.is_2d .quote_content:after, #sidebar .testimonial_style_small.is_2d .quote_content:before {
    left: 43px;
}

.testimonial_style_small.is_2d .quote_content:after {
    border-color: rgba(249, 249, 249, 0);
    border-top-color: #f9f9f9;
    border-width: 5px;
    margin-left: -5px;
}

.testimonial_style_small.is_2d .quote_content:before {
    border-color: rgba(242, 242, 242, 0);
    border-top-color: #f2f2f2;
    border-width: 7px;
    margin-left: -7px;
}

#sidebar .testimonial_style_small .quote_arrow {
    left: 33px;
}

#sidebar .testimonial_style_small .quote_author {
    left: 18px;
}

.testimonial_style_small .quote_author {
    position: relative;
    left: 25px;
    margin-top: 16px;
    margin-bottom: 0;
}

.testimonial_style_small img {
    float: left;
    width: 52px !important;
    height: 52px;
    border-radius: 100%;
    border: 3px solid white;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .08);
    margin-right: 12px;
	margin-left: 6px;
}

.testimonial_style_small.is_2d img {
    box-shadow: none;
    border: 0;
    margin-top: 3px;
}

img.empty_user_testimonial_image {
    display: none !important;
}

.testimonial_style_small img.empty_user_testimonial_image {
    display: block !important;
    width: 50px !important;
    height: 50px;
    margin-left: 7px;
    margin-top: 8px;
}
.testimonial_style_small.owl-theme .owl-dots .owl-dot {
	width: 9px;
    height: 9px;
}

.quote_author_description {
    display: block;
    color: #aaa;
    font-size: 12px;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    margin-top: 2px;
    margin-bottom: 2px;
}

.testimonial_style_big.is_minimal .quote_author_description {
    margin-top: 0px;
}

#sidebar .quote_author_description {
    font-size: 11px;
    margin-top: 1px;
}

#sidebar .testimonial_style_small .icon_testimonial {
    font-size: 14px;
    padding-left: 22px;
}

.icon_testimonial {
    padding-top: 14px;
}

.testimonial_style_small.is_2d .icon_testimonial {
    padding-top: 9px;
}

#sidebar .icon_testimonial {
    padding-top: 8px;
}

.testimonials_carousel.testimonial_style_small .owl-nav {
    position: absolute;
    right: 2px;
    bottom: 26px;
}

#sidebar .testimonials_carousel.testimonial_style_small .owl-nav {
    bottom: 35px;
}

.testimonials_carousel.owl-theme.testimonial_style_small .owl-controls .owl-nav div {
    margin: 0 0 0 4px;
}

.testimonial_style_small .owl-prev .icon {
    margin-left: -1px;
}

.testimonial_style_small .owl-next .icon {
    margin-left: 2px;
}

/* Testimonials Big */
.testimonial_style_big .testimonial_quote {
    margin: 0 80px;
}

.testimonial_style_big.owl_has_arrow_nav {
    padding: 0 50px;
}

.testimonial_style_big .quote_content p {
    font-size: 20px;
    line-height: 32px;
    font-family: Georgia, serif;
    font-style: italic;
    color: #888;
    text-align: center;
    letter-spacing: .01em;
}

.testimonial_style_big.is_minimal .quote_content p {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-style: inherit;
    color: #555;
}

.testimonial_style_big .quote_author_description {
    color: #0bafc7;
}

.testimonial_style_big .quote_author {
    margin-top: 32px;
    text-align: center;
}

.testimonial_style_big.is_minimal .quote_author {
    margin-top: 16px;
    margin-bottom: 10px;
}

.testimonial_style_big img {
    width: 75px !important;
    margin: 0 auto;
    border-radius: 100%;
    border: 3px solid white;
}

.testimonial_style_big.is_minimal img {
    width: 70px !important;
}

.testimonial_style_big .icon_testimonial {
    font-size: 20px;
    margin-bottom: 6px;
}

.testimonial_style_big.is_minimal .icon_testimonial {
    font-size: inherit;
    padding-top: 6px;
    margin-bottom: 3px;
}

.testimonial_style_big .quote_author_description {
    font-size: 15px;
}

.testimonials .owl-dots {
    margin-top: 20px;
}

.testimonials_carousel.testimonial_style_big .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px !important;
}

.testimonials_carousel.testimonial_style_big .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px !important;
}

.testimonials_carousel.testimonial_style_big.owl_has_dot_nav .owl-controls .owl-nav .owl-prev,
.testimonials_carousel.testimonial_style_big.owl_has_dot_nav .owl-controls .owl-nav .owl-next {
    margin-top: -60px !important;
}

.testimonial_style_big.owl-theme .owl-controls .owl-nav div {
    color: #aaa;
    display: inline-block;
    margin: 0;
    font-size: 40px;
    background: none;
    cursor: pointer;
    line-height: 40px;
    width: auto;
    height: auto;
}

.testimonial_style_big.owl-theme .owl-controls .owl-nav div:hover .boc_arrow {
    background: none;
    color: #0bafc7;
}

.testimonial_style_big.owl-theme .owl-controls .owl-nav .disabled,
.testimonial_style_big.owl-theme .owl-controls .owl-nav div.disabled:hover {
    color: #aaa;
    opacity: .3;
    cursor: default;
    background: none;
}

.has_faces_nav .owl-dots {
    display: none !important;
}

.has_faces_nav .quote_author img {
    display: none;
}

.testimonial_style_big:not(.is_minimal).has_faces_nav .quote_author {
    margin-top: 26px;
}

.testimonial_style_big.has_faces_nav .section {
    text-align: center;
}

.testimonial_style_small.has_faces_nav .section {
    margin-left: 10px;
}

.faces_nav {
    margin: 10px auto;
    display: inline-block;
}

.face_nav_item {
    float: left;
    text-align: center;
    cursor: pointer;
	margin: 0 7px;
}
.testimonial_style_small .face_nav_item img {
	margin-right: 0;
}

.testimonial_style_big:not(.is_minimal) .face_nav_item {
    margin: 0 20px;
}

.face_nav_item img {
    opacity: .75;
    transform: scale(.9, .9);
    transition: .24s;
}

.face_nav_item img:hover,
.face_nav_item.active_face img {
    opacity: 1;
    transform: scale(1, 1);
}

.white_text .face_nav_item.active_face img {
    border: 3px solid #0bafc7;
}

/* Boc Arrows */
.boc_arrow {
    display: block;
    width: 38px;
    height: 38px;
    background: transparent;
    border: 1px solid transparent;
    text-indent: -9999em;
    pointer-events: auto;
    transition: all .3s;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin: auto;
}

.boc_arrow_right {
    border-top-color: #777;
    border-right-color: #777;
}

.boc_arrow_left {
    border-bottom-color: #777;
    border-left-color: #777;
}

.white_text .boc_arrow_right {
    border-top-color: white;
    border-right-color: white;
}

.white_text .boc_arrow_left {
    border-bottom-color: white;
    border-left-color: white;
}

.owl-next:not(.disabled) .boc_arrow_right:hover {
    border-top-color: #0bafc7;
    border-right-color: #0bafc7;
}

.owl-prev:not(.disabled) .boc_arrow_left:hover {
    border-bottom-color: #0bafc7;
    border-left-color: #0bafc7;
}

/* TABS */
/* New Tabs */
.newtabs {
    opacity: 0;
}

.horizontal .resp-tabs-list {
    height: 42px;
    margin: 0 0 0 1px;
    padding: 0;
}

.horizontal .resp-tabs-list li {
    display: inline-block;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    color: #333;
    line-height: 28px;
    background-color: #fcfcfc;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .03));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .03));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .03));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .03));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .03));
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    margin-left: -1px;
    padding: 7px 20px 7px 20px;

    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -khtml-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;

    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -ms-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;

    z-index: 1;
    position: relative;
}

.horizontal .resp-tabs-list li:hover {
    background-color: #f3f3f3;
    color: #333;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

.button_style .resp-tabs-container {
    background-color: transparent;
}

.horizontal .resp-tabs-list li.resp-tab-active {
    border-top: 2px solid #0bafc7;
    border-bottom: none;
    margin-bottom: -1px;
    margin-top: -1px;
    padding: 7px 20px 8px 20px;
    background: #FFFFFF;
    color: #333;
    z-index: 2;
}

.resp-tab-content {
    display: none;
    padding: 20px;
}

.resp-tab-content h4 {
    margin-top: 0;
}

.resp-tab-content ul {
    margin-bottom: 6px;
}

.vertical .resp-tab-content {
    padding: 32px 40px;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #e1e1e1;
    margin: -1px 0 0px;
    padding: 24px 30px 10px;
    z-index: 2;
    -moz-border-radius: 0 2px 4px 4px;
    -webkit-border-radius: 0 2px 4px 4px;
    -khtml-border-radius: 0 2px 4px 4px;
    border-radius: 0 2px 4px 4px;
}

/* Last Element btm margin fix */
.single_tab_div > .wpb_row,
.single_tab_div > .wpb_content_element {
    margin-bottom: 20px;
}

/* Button Style */
.button_style.horizontal .resp-tab-content {
    border: 0;
    padding: 24px 0px 4px;
}

.button_style.horizontal .resp-tabs-list li {
    padding: 6px 20px 7px 20px;
}

.button_style.horizontal .resp-tabs-list li.resp-tab-active {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
    border-right: 1px solid rgba(0, 0, 0, .1) !important;
    border-left: 1px solid rgba(0, 0, 0, .1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
    padding: 6px 20px 7px 20px;
    border-right: 0;
    background: #0bafc7;
    color: #fff;
    margin: 0;
}

.button_style.horizontal .resp-tabs-list li {
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0px !important;
}

.button_style.horizontal .resp-tabs-list li:first-child {
    border-radius: 4px 0 0 4px !important;
}

.button_style.horizontal .resp-tabs-list li:last-child {
    border-radius: 0 4px 4px 0 !important;
}

/* Minimal Style */
.minimal_style.horizontal .resp-tabs-list {
    border-bottom: 1px solid #e6e6e6;
}

.minimal_style .resp-tabs-container {
    background: transparent;
}

.minimal_style.horizontal .resp-tab-content {
    border: 0;
    padding: 24px 0px 4px;
}

.minimal_style.horizontal .resp-tabs-list li {
    padding: 2px 0px 10px 0px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    margin: 0 36px 0 0;
    transition: all .2s linear;
}

.minimal_style.horizontal .resp-tabs-list li:last-child {
    margin-right: 0;
}

.minimal_style.horizontal .resp-tabs-list li.resp-tab-active {
    border-bottom: 2px solid #0bafc7;
}

.minimal_style.resp-vtabs ul.resp-tabs-list {
    border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 0;
    padding: 0;
    border-radius: 4px;
}

h2.resp-accordion {
    display: none;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin: -1px 0 0px;
    padding: 10px 15px;
    background-color: #fefefe;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .02));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .02));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .02));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .02));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .02));
}

h2.resp-accordion:first-child {
    border-top: 1px solid #e1e1e1;
}

h2.resp-tab-active {
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e1e1e1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
    padding-top: 1px;
}

.resp-vtabs .resp-tabs-list li {
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-right: none;
    display: block;
    padding: 9px 15px 9px 19px !important;
    margin: -1px 0 0;
    cursor: pointer;
    float: none;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -khtml-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    background-color: #fff;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .02));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .02));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .02));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .02));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .02));

    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -ms-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
}

.resp-vtabs .resp-tabs-list li:hover {
    background-color: #f7f7f7;
    color: #333;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, .08);
    float: left;
    width: 75%;
    min-height: 250px;
    clear: none;
    box-shadow: -8px 0px 22px -12px rgba(0, 0, 0, .1);
    border: 1px solid #e1e1e1;
    border-radius: 0 4px 4px 4px;
}

/* Button Style */
.button_style.resp-vtabs .resp-tabs-container,
.minimal_style.resp-vtabs .resp-tabs-container {
    border: 0;
    box-shadow: none;
}

.button_style.vertical .resp-tab-content,
.minimal_style.vertical .resp-tab-content {
    padding: 0 0 0 60px;
}

.button_style.resp-vtabs .resp-tabs-list li.resp-tab-active {
    border-left: 1px solid rgba(0, 0, 0, .1) !important;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    background: #0bafc7;
    color: #fff;
}

.minimal_style.resp-vtabs .resp-tabs-list li {
    border: none;
    padding: 8px 15px 8px 19px !important;
    margin: 0;
    border-radius: 2px;
    line-height: 1.6em;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.minimal_style.resp-vtabs .resp-tabs-list li:hover {
	background: #f9f9f9;
}

.minimal_style.resp-vtabs .resp-tabs-list li.resp-tab-active {
    position: relative;
    background: #0bafc7;
    color: #fff;
}

.button_style.resp-vtabs .resp-tabs-list li {
    border-right: 1px solid #e1e1e1;
    border-radius: 0px !important;

    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.button_style.resp-vtabs .resp-tabs-list li:first-child {
    border-radius: 4px 4px 0 0 !important;
}

.button_style.resp-vtabs .resp-tabs-list li:last-child {
    border-radius: 0 0 4px 4px !important;
}

/* Arrow for Button + Minimal Style */
.button_style.resp-vtabs .resp-tabs-list li:after,
.minimal_style.resp-vtabs .resp-tabs-list li:after {
    content: "\f105";
    float: right;
    font-family: 'FontAwesome';
    font-size: 16px;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.buttons_boxed_style.resp-vtabs .resp-tabs-list li.resp-tab-active {
    border-bottom: 1px solid #e1e1e1;
    border-left: 2px solid #0bafc7;
    border-right: none;
    background: #fff;
    position: relative;
    z-index: 1;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -khtml-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.buttons_boxed_style.resp-vtabs .resp-tabs-list li.resp-tab-active {
    margin-right: -1px !important;
    padding: 9px 15px 9px 18px !important;
}

h2.resp-accordion span.resp-arrow {
    float: right;
    font-family: 'FontAwesome';
    font-size: 18px;
}

h2.resp-accordion span.resp-arrow:before {
    content: "\f107";
}

h2.resp-accordion.resp-tab-active span.resp-arrow:before {
    content: "\f106";
}

h2.resp-accordion span.icon {
    margin-right: 6px;
}

.resp-tabs-list .resp-tab-item span.icon {
    margin-right: 5px;
    margin-left: -2px;
    position: relative;
    top: 1px;
    width: 18px;
    display: inline-block;
}

/* Accordions */
.acc_item {
    padding: 0px 0px 8px;
    margin: 0px 0 8px;
    position: relative;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.acc_holder.border .acc_item {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 8px 0px 8px;
    margin: -1px 0 0;
}

.acc_control {
    float: left;
    background: #0bafc7 url('images/acc_bgr.png') center -17px no-repeat;
    width: 20px;
    height: 20px;
    margin: 2px 0 0;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;

    border-radius: 2px;
}

.acc_holder.with_bgr .acc_control {
    margin: 4px 16px 0 10px;
    background-position: center -19px;
    width: 16px;
    height: 16px;
}

.acc_holder.with_bgr .acc_item {
    padding: 0px;
    margin: 0 0 -1px;
    background: #fff;
    background-color: rgba(255, 255, 255, .75);
}

.acc_holder.right_btns .acc_control {
    float: right;
}
.acc_holder.right_btns.with_bgr .acc_control {
	margin: 4px 10px 0 16px;
}
.acc_holder.right_btns .acc_heading {
	margin-left: 0;
    margin-right: 34px;
}
.acc_holder.right_btns.with_bgr .acc_heading {
	margin-left: 16px;
}
.acc_holder.right_btns .accordion_content {
    padding: 20px 50px 20px 0px;
}

.acc_holder.rounded .acc_item .acc_control {
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    -khtml-border-radius: 17px;
    border-radius: 17px;
}

.accordion:hover .acc_control {
    background-color: #666;
}

.active_acc .acc_control {
    background: #888 url('images/acc_bgr.png') center 1px no-repeat;
}

.acc_holder.with_bgr .active_acc .acc_control {
    background-color: #0bafc7;
    background-position: center -1px;
}

.acc_heading {
    display: block;
    margin-left: 42px;
}
.acc_holder.with_bgr:not(.right_btns) .acc_heading {
	padding-right: 16px;
}

.accordion {
    padding: 6px 0;
    margin: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;

    line-height: 24px;
    cursor: pointer;
}

.acc_holder.with_bgr .accordion {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    background-color: #fcfcfc;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .03));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .03));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .03));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .03));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, .03));
    border: 1px solid #e4e4e4;
    padding: 9px 4px;
    border-radius: 0px;
}

.acc_holder.with_bgr .acc_item:first-child .accordion {
    border-radius: 3px 3px 0 0;
}

.acc_holder.with_bgr .acc_item:last-child .accordion {
    border-radius: 0 0 3px 3px;
}

.acc_holder.with_bgr .acc_item:last-child .accordion.active_acc {
    border-radius: 0;
}

.acc_holder.with_bgr .accordion:hover {
    background-color: #f3f3f3;
}

.accordion_content {
    display: none;
    padding: 6px 10px 12px 44px;
    overflow: hidden;
}

.acc_holder.with_bgr .accordion_content {
    padding: 22px 32px 22px;
    border: 1px solid #e4e4e4;
    margin-top: -1px;
}

.accordion_content ul {
    margin-bottom: 10px;
}

#sidebar .accordion {
    font-size: 14px;
}

/* Page elements */
.page_heading {
    margin: 42px 0 24px;
}

.page_heading h1 {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page_heading h1 b,
.post_title b {
    font-weight: 700;
}

.breadcrumb {
    margin: 22px 0 0;
    min-height: 20px;
    line-height: 20px;
}
.page_title_bgr .full_container_page_title.breadcrumb_position_floated {
	padding: 14px 0;
}
.breadcrumb_position_floated .page_heading h1{
	font-size: 24px;
}
.breadcrumb_floated {
    float: right;
    margin: 28px 0 0;
}

.breadcrumb a {
    float: left;
    color: #777;
    font-size: 13px;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;

    line-height: 20px;
    margin-right: 8px;
}

.breadcrumb a:hover {
    color: #0bafc7;
}

.breadcrumb a span:after {
    font-family: 'FontAwesome';
    font-size: 11px;
    content: "\f105";
    position: relative;
	margin: 0 0 0 10px;
    width: 6px;
    display: inline-block;
}

.breadcrumb_floated a.last_bc {
    margin-right: 0;
}

.breadcrumb a.last_bc span:after {
    content: "";
    width: 0px;
    margin: 0;
}

.breadcrumb_position_centered.full_container_page_title {
    text-align: center;
}

.breadcrumb_position_centered.full_container_page_title .page_heading {
    margin: 30px 0 30px;
}

.breadcrumb_centered {
    float: none;
    margin: -18px 0 18px;
    display: inline-block;
    position: relative;
    top: -4px;
}

.breadcrumb_centered a.last_bc {
    margin-right: 0;
}

.wrapper_menu_angular_style .breadcrumb_position_normal .breadcrumb {
    margin: 42px 0 0;
}

.wrapper_menu_angular_style.page_title_bgr .breadcrumb_position_normal.full_container_page_title .page_heading {
    margin: 16px 0 20px;
}

.wrapper_menu_angular_style .breadcrumb.breadcrumb_floated {
    margin: 44px 0 0;
}

.wrapper_menu_angular_style.page_title_bgr .breadcrumb_position_floated.full_container_page_title .page_heading {
    margin: 42px 0 18px;
}

.success, .warning_msg, .attention, .information {
    padding: 10px 14px 10px 16px;
    margin-top: 0px;
    margin-bottom: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.success a, .warning_msg a, .attention a, .information a {
    color: #333;
}

.success {
    background: #edf8d5;
    border: 1px solid #ddedb9;
}

.warning_msg {
    background: #ffe8e8;
    border: 1px solid #efd9d9;
}

.attention {
    background: #FFF5CC;
    border: 1px solid #f0e6bf;
}

.information {
    background: #e2f5f7;
    border: 1px solid #d1e9ec;
}

.success .close, .warning_msg .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

.required {
    color: #ff4242;
    font-weight: bold;
    padding-left: 2px;
}

.error {
    display: block;
    color: #ff4242;
}

.boc_i-close.msg_icon {
    float: right;
    margin: 1px 0 7px 20px;
    cursor: pointer;
    font-size: 27px;
    color: #444 !important;
	line-height: 1em;
}

.post_type_in_search {
    font-size: 13px;
	color: #aaa;
}

ol.search_res {
    counter-reset: li;
    margin: 0;
}

.layout_search .col.span_3_of_4 {
	padding-right: 4%;
}
.layout_search .search_form_holder {
	border-bottom: 1px solid #f7f7f7; 
	padding-bottom: 32px; 
	margin-bottom: 40px;
}
.layout_search .search_form_holder h3 {
	margin-bottom: 6px;
}
.layout_search .search_form_holder p {
	margin-bottom: 30px;
}
.layout_search .search_form_holder #s {
	max-width: 480px; 
	height: 38px; 
	padding: 7px 8px 8px;
	float: left; 
	margin-right: 10px;
}
.layout_search .search_form_holder .btn_theme_color {
	height: 38px;
	border-radius: 3px;
}
ol.search_res > li {
    position: relative;
    margin: 0 0 40px 0px;
    padding: 0px 0px;
    list-style: none;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 40px;
}
.s_post_count {
    float: left;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-right: 30px;
    background: #f6f6f6;
    border-radius: 4px;
    color: #5e5e5e;
    font-size: 13px;
    font-weight: bold;
}
.s_post_item {
	overflow: hidden;
}
.search_res h3{
	margin-bottom: 8px;
}
.search_res .more-link0, .search_res .more-link1 {
    margin: 8px 0 12px;
}

/* Sidebar Menu */
.box-category {
    padding: 0px;
}
.sidebar ul,
.wpb_widgetised_column ul {
    list-style: none outside;
}

#sidebar ul {
    margin: 0;
    padding: 0 0 6px;
}

#sidebar ul > li {
    margin: 0px 0px 8px;
	position: relative;
}

#sidebar .widget:not(.woocommerce):not(.widget_rss):not(.widget_recent_comments) > ul li a:before,
#sidebar .widget:not(.woocommerce):not(.widget_rss):not(.widget_recent_comments) .menu > li a:before {
    font-family: 'FontAwesome';
    font-size: 12px;
	font-weight: 600;
    content: "\f105";
    position: absolute;
    top: 7px;
	left: 0;
    color: #757575;
    background: #0bafc7;
    width: 13px;
    height: 13px;
    line-height: 12px;
    border-radius: 12px;
    text-indent: 5px;
    background-color: rgba(0,0,0,0.05);
	transition: all .16s;
	pointer-events: none;
}
#sidebar .widget:not(.woocommerce):not(.widget_rss):not(.widget_recent_comments) > ul li a:hover:before,
#sidebar .widget:not(.woocommerce):not(.widget_rss):not(.widget_recent_comments) .menu > li a:hover:before {
    background: #0bafc7;
    color: #fff;
}
li.recentcomments:before {
	display: none;
}
#sidebar .widget ul ul li:before {
    top: .2em !important;
}
#sidebar .widget:not(.woocommerce):not(.widget_rss):not(.widget_recent_comments) > ul > li a,
#sidebar .widget:not(.woocommerce):not(.widget_rss):not(.widget_recent_comments) .menu > li a {
	padding: 0 6px 0 25px;
    -webkit-transition:  all .16s;
    -moz-transition:  all .16s;
    -o-transition:  all .16s;
    -ms-transition:  all .16s;
    transition: all .16s;
	display: inline-block;
}
#sidebar .widget:not(.woocommerce):not(.widget_rss):not(.widget_recent_comments) > ul > li a:hover,
#sidebar .widget:not(.woocommerce):not(.widget_rss):not(.widget_recent_comments) .menu > li a:hover {
    text-indent: 6px;
	padding-right: 0;
}

.widget.widget_rss,
.widget.widget_recent_comments{
    font-size: 15px;
}
.widget.widget_rss li a,
.widget.widget_recent_comments li a {
    color: #0bafc7;
	border-bottom: 1px solid #ccc;
	transition: all .16s;
}
.widget.widget_rss li a:hover,
.widget.widget_recent_comments li a:hover {
    color: #666;
}

#sidebar .current-cat > a {
    font-weight: 600;
}
#sidebar ul ul {
	padding: 0;
}

#sidebar ul > li ul {
    margin: 4px 0 0px 24px;
}
#sidebar ul > li ul ul ul{
    margin: 4px 0 0px 12px;
}

#sidebar ul > li a:hover {
    color: #333;
}

#sidebar ul > li a.active + ul {
    display: block;
}

.side_bar_menu > li ul > li,
#sidebar li ul > li {
    margin: 0 0 2px;
}

#sidebar ul > li ul > li > a {
    font-size: .91em;
}

.textwidget {
    padding: 0 0 10px;
    margin: 0px 0 0;
}

.tagcloud {
    padding: 0 0 10px;
    overflow: hidden;
}

.tagcloud a {
    float: left;
    font-size: 12px;
    padding: 2px 12px;
    color: #555;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    background-color: #f9f9f9;
    margin: 0 8px 8px 0;
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    transition: all .15s ease-in-out;
    border-radius: 4px;
}

.tagcloud a:hover {
    color: #fff !important;
    text-shadow: none;
    background-color: #0bafc7;
    border-bottom: 1px solid #d5d5d5;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

/* Blog Page */
.post_item.big_image_post_format {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 42px;
    padding-bottom: 20px;
}
.post_item.big_image_post_format:last-child {
    border-bottom: none;
}

.post_item.big_image_post_format .post_title{
	font-size: 23px;
	margin-bottom: 18px;
}
.post_item_desc {}

.post_content .img_slider {
	margin-bottom: 26px;
}
.post_content .video_max_scale {
	margin-bottom: 20px;
}
.post_content .img_slider  .pic,
.post_item  .img_slider .pic {
	margin-bottom: 0;
}

.post_title {
    margin: 0 0 10px;
    line-height: 28px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.post_author img{
	vertical-align: top;
	border-radius: 50%;
	margin-right: 6px;
	width: auto!important;
    display: inline-block!important;
}
.post_meta,
.post_date {
	margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #888;
}
.post_meta {
	margin-bottom: 14px;
}
.post_meta a:hover,
.post_content .post_meta a:not(.button):hover,
.post_content .post_meta .post_comments a,
.post_content .post_meta .boc_like_wrapper a {
	color: #666;
}

.post_block_post_meta {
    font-size: 13px;
    line-height: 20px;
    color: #888;
	margin-top: 30px;
}

.post_item_block .post_block_post_meta.bordered {
    margin: 18px 0 0px;
    border-top: 1px solid #eee;
    padding-top: 18px;
}

.post_item_block .post_block_post_meta > span + span:before {
    content: ' ';
    margin: 0 7px;
}

.post_pages  {
	font-size: 14px;
	margin-top: 12px;
}
.post_pages_title {
	margin-right: 4px;
}
.post_pages .num{
	padding: 3px 0;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    border-radius: 3px;
    width: 30px;
    text-align: center;
    display: inline-block;
	background: #0bafc7;
    color: white;
}
.post_pages a .num{
	background: transparent;
    color: #444;
}
.post_pages a .num:hover {
    background-color: #e5e7e7;
}

.post_comments {
    font-size: 14px;
}
.post_item_block .post_comments {
    float: right;
}
.page .comments_closed,
.nocomments, .no-comments,
.boc_comments.comments_closed.has_no_comments {
    display: none;
}

.boc_comments.has_no_comments.comments_open  {
    margin: 0px; 
    border-top: none; 
    padding: 26px 0px 40px 0px;
}

#cancel-comment-reply-link {
	float: right;
}

.comments.no-border-comments {
    border-right: none;
}

.post_description {
    margin: 0px 0 20px;
}
.post_description.single_full {
    margin: 0px auto 12px;
}

.post_item.big_image_post_format .post_description {
	margin: 0px 0 24px;
}
.post_item.big_image_post_format .post_description p {
	margin: 0 0 30px;
}

.more-link0,
.more-link1 {
	display: block;
    line-height: 22px;
	margin: 16px 0 12px;
	font-size: .94em;
}
.post_description .more-link0,
.post_description .more-link1 {
	margin-top: 22px;
}
.more-link0.bordered,
.more-link1.bordered {
    margin: 20px 0 0px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
	
.post_item_block.boxed .more-link0,
.post_item_block.boxed .more-link1 {
	margin: 20px 0 -6px;
}

.more-link1 a:after {
	content: "\e968";
    font-family: boc_icons;
    font-size: 12px;
    display: inline-block;
    border-radius: 12px;
    margin: 1px 0px 0 10px;
    text-indent: 0;
    width: 12px;
	transition: transform .2s ease;
}

.more-link1 a:hover:after {
    transform: translateX(6px);
}

.padded_block {
    margin-bottom: 50px;
}

#portfolio_carousel.owl-carousel .owl-controls .owl-nav div {
    margin: 0 2px;
}

#portfolio_carousel.owl-carousel .owl-controls .owl-nav {
    position: absolute;
    right: -2px;
    top: -44px;
    padding-left: 8px;
    background: #fff;
}

#portfolio_carousel.owl-carousel .owl-prev .icon {
    margin-left: -1px;
}

#portfolio_carousel.owl-carousel .owl-next .icon {
    margin-left: 1px;
}

/* Full Width Post */
.full_width_feature {
	position: relative;
    z-index: 1;
    margin-bottom: 42px;
	height: 650px;
	background: #373f44;
}
.full_width_feature .full_bgr_img {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center 40%;
	background-attachment: fixed;
	background-size: cover;
}
.full_width_feature:after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 41, 43, .55);
    opacity: .4;
    transition: all .4s ease-in-out;
}
.full_width_feature .container {
	position: relative;
	top: 49%;
	transform: translateY(-50%);
	color: #fff;
	z-index: 4;
	transition: opacity .6s ease-out, filter .4s ease-out;	
}
.full_width_feature .container.faded {
	opacity: 0;
	filter: blur(30px);
	transition: opacity .8s ease-out, filter 2s ease-out;
}
.post_details {
	text-align: center;
}
.post_details h1 {
    font-size: 60px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.25);
    color: #fff;
    margin-bottom: 10px;
}
.post_details .breadcrumb_centered {
    margin-top: 12px;
}
.post_details .breadcrumb_centered a {
    font-size: 13px;
}
.post_meta > span + span:before {
    content: ' | ';
    margin: 0 14px;
    color: #c3c3c3;
    font-size: 10px;
    position: relative;
    top: -2px;
    font-weight: 100;
}
.full_width_feature .post_meta,
.full_width_feature .post_meta .post_date,
.full_width_feature .post_meta .post_date .blog_icon {
	color: #e3e3e3;
}
.full_width_feature .post_meta .blog_icon,
.full_width_feature .post_meta .post_comments a:hover,
.full_width_feature .post_meta .boc_like_wrapper a:hover {
	color: #fff!important;
}
.full_width_feature .post_meta .post_comments a:hover .blog_icon,
.full_width_feature .post_meta .boc_like_wrapper  a:hover .blog_icon {
	color: #0bafc7!important;
}
/*
.single_post .post_meta * {
	font-size: 14px;
}*/



/* Prev Next Posts */
nav.boc_prev_next_posts a {
	position: fixed;
	top: 48%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.template_full nav.boc_prev_next_posts a {
    top: 46%;
}
nav.boc_prev_next_posts a.prev {
	left: 0;
}
nav.boc_prev_next_posts a.next {
	right: 0;
}
p.prev_next_cats {
	max-height: 42px;
    overflow: hidden;
}


/* Skin */
.boc_prev_next_posts .icon-wrap {
	position: relative;
	z-index: 100;
	display: block;
	height: 24px;
	width: 12px;
	padding: 20px 10px;
	border: 0px solid rgba(61, 69, 73, .36);
	background: rgba(61, 69, 73, .36);
	-webkit-transition: height .3s .15s;
	transition: height .3s .15s;
    box-sizing: content-box;
	
	-moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}
.boc_prev_next_posts .prev .icon-wrap {
    border-radius: 0 2px 2px 0;
}
.boc_prev_next_posts .next .icon-wrap {
    border-radius: 2px 0 0 2px;
}

.boc_prev_next_posts .boc_prev_next_arrow  {
	display: block;
	color: #fff;
	font-size: 12px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.boc_prev_next_posts div {
	position: absolute;
	top: 50%;
	padding: 20px;
	width: 410px;
	height: 144px;
	background: #fff;
	opacity: 0;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	box-shadow: 0 0 12px 0px rgba(0,0,0,0.1);
}
.boc_prev_next_posts .prev div {
    border-radius: 0 4px 4px 0;
}
.boc_prev_next_posts .next div {
    border-radius: 4px 0 0 4px;
}

.boc_prev_next_posts a.prev div {
	left: 0;
	padding: 20px 24px 20px 70px;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
	transform: translateY(-50%) translateX(-100%) scale(0.75);
}
.boc_prev_next_posts a.prev div.with_feat_img {
	padding: 20px 140px 20px 70px;
}

.boc_prev_next_posts a.next div {
	right: 0;
	padding: 20px 70px 20px 24px;
	-webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
	transform: translateY(-50%) translateX(100%) scale(0.75);
}

.boc_prev_next_posts a.next div.with_feat_img {
	padding: 20px 70px 20px 140px;
}

.boc_prev_next_posts div span {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #e8e9e9;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: .7em;
	line-height: 1.2;
}

.boc_prev_next_posts div h3 {
	margin: 10px 0 11px;
    padding: 0;
    color: #444;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25em;
    max-height: 2.5em;
    overflow: hidden;
}

.boc_prev_next_posts div p {
	margin: 0;
	color: #0bafc7;
	font-style: italic;
	font-size: 75%;
	font-family: Georgia, serif;
}

.boc_prev_next_posts img {
	position: absolute;
	top: 20px;
	max-width: 104px;
}

.boc_prev_next_posts a.prev img {
	right: 20px;
}

.boc_prev_next_posts a.next img {
	left: 20px;
}

.boc_prev_next_posts a:hover .icon-wrap {
	height: 104px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	border-radius: 0;
}

.boc_prev_next_posts a:hover div {
	opacity: 1;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: translateY(-50%) translateX(0) scale(1);
	transform: translateY(-50%) translateX(0) scale(1);
}
/* Prev Next Posts :: END */


.template_regular.layout_full-width .boc_comments,
.page-template-default .layout_full-width .boc_comments  {
/*	max-width: 800px;*/
}


/* Side Post template */
.template_side .post_description {
    margin: 46px 60px 12px 180px;
} 
.single_post .template_side .post_meta {
    float: left;
    width: 150px;
}
.single_post .template_side.layout_full-width .post_meta {
    margin-top: 6px;
}

.single_post .template_side .post_meta > * {
    display: block;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 16px 0;
}
.single_post .template_side .post_meta > *:last-child {
    border-bottom: none;
}
.single_post .template_side .post_author img {
    margin: 10px auto 16px;
    width: 60px!important;
    display: block!important;
}
.single_post .template_side .post_meta > span + span:before {
    content: '';
    margin: 0;
}
.single_post .template_side .boc_comments {
	margin: 50px 50px 20px 180px;
}

/* Related Posts */
.related_posts_section {
    position: relative;
    margin: 0px 0 0 -10px;
}

.related_posts_section h4 {
    margin: 14px 0 8px;
    font-size: 16px;
    line-height: 21px;
}

.related_posts_section .meta_date {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 10px 0;
    color: #999;
    font-style: italic;
}

.related_posts_section p {
    color: #777;
    font-size: 12px;
    line-height: 18px;
}

/* Comments Section */
.comment-respond {
	padding: 40px 0 0;
	border-top: 1px solid #eee;
}
.comments_section {
    margin: 60px 0 60px;
}

.comments_section label {
    font-weight: normal;
}
.boc_comments {
    margin: 40px 0 0;
    border-top: 1px solid #EEE;
    padding: 40px 0px 40px 0px;	
}
.comment_list h4{
	font-size: 20px;
}

/* Comment List */
.comment_list ol {
    list-style: none;
    margin-left: 0px;
}

.comment_list ul.children {
    list-style: none;
	margin: 8px 0 5px 60px;
}

.comment_list ol.comment_sub {
    list-style: none;
}

.comment_list > ol > li:first-child > .single_comment {
    padding-top: 16px;
}
li .single_comment {
    padding: 28px 0 16px;
    border-top: 1px dotted #ddd;
}
li.pingback  .single_comment ,
li.trackback  .single_comment {
    padding: 20px 0 6px;
}

li .single_comment.first_comment {
    border-top: none;
}

li ol.comment_sub {
    margin-left: 65px;
}
#comment-textarea {
    margin-bottom: 24px;
}
.comment-form .section .col {
	margin-bottom: 6px;
}

/* Comment List Content */
.comment_list ol .comment_avatar {
    float: left;
    margin-right: 22px;
    text-align: center;
    font-size: 12px;
	position: relative;
}

.comment_avatar .avatar img {
    border-radius: 50%;
}

.comment-reply-title {
    font-size: 20px;
}

.comment-reply-link {
    font-size: .85em;
}

.comment_list ol .comment_avatar a.comment_edit {
    display: block;
    margin-top: 12px;
    text-align: center;
    font-style: italic;
}

.comment_list ol .comment_content {
    overflow: hidden;
}

.comment_list ol .comment_name {
	margin-bottom: 4px;
	font-size: 17px;
}

.post_content .comment_name a:not(.button).url {
    color: #444;
}

.comment_list ol .comment_name span {
    font-weight: normal;
    color: #aaa;
    margin: 0 8px;
}

.comment_list ol .comment_name a.comment_reply {
    font-size: 14px;
    font-weight: normal;
}

.comment_list ol .comment_desc {
    font-size: 13px;
    margin-bottom: 16px;
    color: #999;
}

.comment_text {
    font-size: 15px;
}
.comment_text ol {
    list-style-position: inside;
    list-style-type: decimal;
}
.comment_text ul,
.comment_text ol{
    margin-left: 0;
}
.comment_text ul ul,
.comment_text ol ol {
    margin: 8px 0 5px 22px;
}
.pingback .comment_text,
.trackback .comment_text {
    display: none;
}

.post_content .boc_comments a:not(.button):hover {
    color: #444;
}

/* Pagination */
.pagination.section {
    margin: 40px 0;
}

.pagination .links {
    font-size: 14px;
    line-height: 18px;
}

.pagination .links a {
    padding: 6px 0;
    text-decoration: none;
    color: #1f2122 !important;
    font-weight: bold;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    border-radius: 3px;
    width: 32px;
    text-align: center;
    display: inline-block;
}
.pagination .links a:not(.curr_page):hover {
    background-color: #e5e7e7;
}

.pagination .links .curr_page {
    background: #0bafc7;
	color: white!important;
	cursor: default;
}
.pagination .links a span {
	margin: 0 -2px;
}

.page .pagination.section {
    margin: 20px 0 40px;
	padding-top: 20px;
}
.page .pagination .links > span {
	padding: 6px 0;
	background: #e5e7e7;
    font-weight: bold;
    border-radius: 3px;
    width: 32px;
    text-align: center;
    display: inline-block;
}

.pagination .results {
    float: right;
    padding-top: 3px;
}

#boc_template_content {
	margin-top: -30px;
	padding-top: 90px;
}

/* Sidebar Latest Posts */
.boc_latest_posts  {
	margin: 4px 0;
}
.boc_latest_posts img {
	float: left;
	width: 56px;
	min-width: 56px;
	height: 56px;
	background: #fff;
	margin: 0px 14px 0 0;

	transition: all .2s linear;
	border-radius: 56px;
}

.boc_latest_posts img:hover {
	opacity: .8;
 /*   border: 1px solid #bbb;*/
}
.boc_latest_posts  > a{
    display: table-cell;
}

.boc_latest_posts .boc_latest_text {
	display: table-cell;
    vertical-align: middle;
}

.boc_latest_posts .boc_latest_posts_title {
    padding-top: 4px;
    margin-bottom: 6px;	
    font-size: 14px;
    line-height: 19px;
}

.boc_latest_posts p.date {
    color: #999;
    font-size: 13px;
    line-height: 15px;
	margin-bottom: 4px;
}



/* Portfolio Item */

.portfolio_description {
    padding-left: 12px;
}
.pd_scrolling {
	width: auto;
}

/* NEW Portfolio Styles */

.portfolio_section {
    position: relative;
    top: -48px;
}

/* Grid Styles */
.grid_holder {
    clear: both;
    margin: 0px -15px;
}

.grid_holder.no_spacing {
    margin: 0;
}

.grid_holder.small_spacing {
    margin: 0 -4px;
}

.grid_holder .col.span_1_of_3 {
    margin: 0px 15px 30px;
    width: calc(33.33% - 30px);
}

.grid_holder.no_spacing .col.span_1_of_3 {
    margin: 0;
    width: 33.33%;
}

.grid_holder.small_spacing .col.span_1_of_3 {
    margin: 0 4px 8px;
    width: calc(33.33% - 8px);
}

.grid_holder .col.span_2_of_3 {
    margin: 0px 15px 30px;
    width: calc(66.66% - 30px);
}

.grid_holder.no_spacing .col.span_2_of_3 {
    margin: 0;
    width: 66.66%;
}

.grid_holder.small_spacing .col.span_2_of_3 {
    margin: 0 4px 8px;
    width: calc(66.66% - 8px);
}

.grid_holder .col.span_1_of_2 {
    margin: 0px 15px 30px;
    width: calc(50% - 30px);
}

.grid_holder.no_spacing .col.span_1_of_2 {
    margin: 0;
    width: 50%;
}

.grid_holder.small_spacing .col.span_1_of_2 {
    margin: 0 4px 8px;
    width: calc(50% - 8px);
}

.grid_holder .col.span_1_of_4 {
    margin: 0px 15px 30px;
    width: calc(25% - 30px);
}

.grid_holder.no_spacing .col.span_1_of_4 {
    margin: 0;
    width: 25%;
}

.grid_holder.small_spacing .col.span_1_of_4 {
    margin: 0 4px 8px;
    width: calc(25% - 8px);
}

.grid_holder .col.span_2_of_4 {
    margin: 0px 15px 30px;
    width: calc(50% - 30px);
}

.grid_holder.no_spacing .col.span_2_of_4 {
    margin: 0;
    width: 50%;
}

.grid_holder.small_spacing .col.span_2_of_4 {
    margin: 0 4px 8px;
    width: calc(50% - 8px);
}

.grid_holder .col.span_1_of_5 {
    margin: 0px 15px 30px;
    width: calc(20% - 30px);
}

.grid_holder.no_spacing .col.span_1_of_5 {
    margin: 0;
    width: 20%;
}

.grid_holder.small_spacing .col.span_1_of_5 {
    margin: 0 4px 8px;
    width: calc(20% - 8px);
}

.grid_holder .col.span_2_of_5 {
    margin: 0px 15px 30px;
    width: calc(40% - 30px);
}

.grid_holder.no_spacing .col.span_2_of_5 {
    margin: 0;
    width: 40%;
}

.grid_holder.small_spacing .col.span_2_of_5 {
    margin: 0 4px 8px;
    width: calc(40% - 8px);
}

/* Metro grid Cols */
.grid_type_metro .portfolio_animator_class {
    height: 100%;
}

.grid_type_metro.portfolio_grid .pic_info_link_type6 {
    -webkit-perspective: 3000;
    -moz-perspective: 3000;
    perspective: 3000;
    display: block;
}

/* Custom Grid rules for logo grid */
.logo_gallery .grid_holder {
    margin: 0px;
}

.logo_gallery .grid_holder.no_spacing {
    margin: 0;
}

.logo_gallery .grid_holder.small_spacing {
    margin: 0;
}

.logo_gallery .grid_holder .col.span_1_of_3 {
    margin: 15px;
}

.logo_gallery .grid_holder.small_spacing .col.span_1_of_3 {
    margin: 4px;
}

.logo_gallery .grid_holder .col.span_2_of_3 {
    margin: 15px;
}

.logo_gallery .grid_holder.small_spacing .col.span_2_of_3 {
    margin: 4px;
}

.logo_gallery .grid_holder .col.span_1_of_2 {
    margin: 15px;
}

.logo_gallery .grid_holder.small_spacing .col.span_1_of_2 {
    margin: 4px;
}

.logo_gallery .grid_holder .col.span_1_of_4 {
    margin: 15px;
}

.logo_gallery .grid_holder.small_spacing .col.span_1_of_4 {
    margin: 4px;
}

.logo_gallery .grid_holder .col.span_2_of_4 {
    margin: 15px;
}

.logo_gallery .grid_holder.small_spacing .col.span_2_of_4 {
    margin: 4px;
}

.logo_gallery .grid_holder .col.span_1_of_5 {
    margin: 15px;
}

.logo_gallery .grid_holder.small_spacing .col.span_1_of_5 {
    margin: 4px;
}

.logo_gallery .grid_holder .col.span_2_of_5 {
    margin: 15px;
}

.logo_gallery .grid_holder.small_spacing .col.span_2_of_5 {
    margin: 4px;
}

/* Custom Grid rules for logo grid :: End */

#portfolio_filter {
    float: right;
    position: relative;
    background-color: #0bafc7;
    color: #333;
    margin-bottom: 40px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    border: 1px solid rgba(0, 0, 0, .08);
    font-size: 14px;
}

.page_title_bgr #portfolio_filter {
    margin-bottom: 60px;
}

#portfolio_filter:hover {
    background-color: #333;
    color: #fff;
}

#portfolio_filter span {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    min-width: 158px;
    margin: 0 10px;
    line-height: 30px;
    height: 30px;
}

#portfolio_filter span:after {
    content: "\f107";
    padding: 0px 0px 0px 7px;
    font-family: 'FontAwesome';
    font-size: 12px;
    float: right;
    line-height: 28px;
}

#portfolio_filter ul {
    display: none;
    position: absolute;
    top: 31px;
    right: -1px;
    min-width: 180px;

    z-index: 9999;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;

    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    list-style: none;
}

#portfolio_filter ul li {
    margin: 0;
    background: #f7f7f7;
    color: #333;
    line-height: 32px;
}

#portfolio_filter ul li:last-child {
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

#portfolio_filter ul li:last-child div {
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

#portfolio_filter ul li div {
    cursor: pointer;
    padding: 0 10px;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    white-space: nowrap;
}

#portfolio_filter ul li div:hover {
    background-color: #0bafc7;
    color: #fff;
}

.portfolio_inline_filter {
    margin-bottom: 32px;
}

.portfolio_inline_filter:hover {
    background: none;
}

.portfolio_inline_filter ul li {
    display: inline-block;
    color: #333;
    line-height: 32px;
}

.white_text .portfolio_inline_filter ul.minimal_filter_style li {
    color: #d5d5d5;
}

.white_text .portfolio_inline_filter ul.minimal_filter_style li div:hover,
.white_text .portfolio_inline_filter ul.minimal_filter_style .current_portfolio_item {
    color: #fff;
}

.portfolio_inline_filter ul.minimal_filter_style:not(.center) li:first-child div {
    margin-left: 0;
}
.portfolio_inline_filter ul.minimal_filter_style .portfolio_filter_label {
    margin-right: 10px;
}
.portfolio_inline_filter ul.minimal_filter_style:not(.center) li:last-child div {
    margin-right: 0;
}

.portfolio_inline_filter ul.regular_filter_style li {
    margin-right: 8px;
    border-radius: 3px;
    background: #f7f7f7;
}

.portfolio_inline_filter ul.regular_filter_style li:last-child {
    margin-right: 0;
}

.portfolio_inline_filter ul li div {
    cursor: pointer;
    margin: 0 24px 0 0;
    position: relative;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    white-space: nowrap;
}

.portfolio_inline_filter ul.center li div {
	margin: 0 12px 0 12px;
}

.portfolio_inline_filter ul.minimal_filter_style li div:after {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 2px;
    background-color: #0bafc7;
    transition: all .2s ease-out;
}

.portfolio_inline_filter ul.minimal_filter_style li div:hover:after,
.portfolio_inline_filter ul.minimal_filter_style .current_portfolio_item:after {
    width: 100%;
}

.portfolio_inline_filter ul.regular_filter_style li div {
    border-radius: 3px;
    cursor: pointer;
    margin: 0px;
    padding: 0 12px;
}

.portfolio_inline_filter ul.regular_filter_style li div:hover {
    background-color: #0bafc7;
    color: #fff;
}

ul.regular_filter_style .current_portfolio_item {
    background: #444;
    color: #fff;
}

ul.regular_filter_style li.portfolio_filter_label {
    background: none;
}

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* About Page */
.team_block {
    margin: 20px 0px 0px;
}

.team_block_content .pic{
    padding: 16px;
}

.team_block h4 {
    margin: 24px 0 0px;
    font-size: 18px;
    line-height: 22px;
    color: #444;
}

.post_content .team_block h4 a {
    color: #444;
}

.team_block p.team_text {
    margin: 0 0 12px 0;
}

.bordered.team_block_content p.team_text {
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.team_block .team_desc {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 15px;
    color: #0bafc7;
    margin: 0 0 12px;
}

.team_image {
    border: 6px solid white;
    box-shadow: 0px 1px 22px rgba(0, 0, 0, .05);
    overflow: hidden;
    opacity: 0.999;	
}

.team_image.boxed img {
    border-radius: 3px;
}

.team_image.flat_img {
    box-shadow: none;
    border: 0;
}

.team_block_content .team_image.circle,
.team_block_content .team_image.circle img {
    border-radius: 50%;
	transition: all .4s ease;
}
.team_block_content:hover .team_image img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

.team_block .team_icons a,
.post_content .team_block .team_icons a {
    line-height: 18px;
    font-size: 18px;
    width: 25px;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    margin: 4px 0 0;
    display: inline-block;
    color: #9a9a9a;
    text-align: center;

    transition: all .06s ease-in-out;
}

.team_block .team_icons a:hover {
    font-size: 24px;
}

/* Bar graph */
.bar_graph {
    margin-top: 4px;
    margin-bottom: 24px;
}

.bar_graph:last-child span {
    margin-bottom: 0px;
}

.bar_graph .bar_container {
    border-radius: 2px;
    background-color: #fafafa;
    box-shadow: 0 0px 6px rgba(0, 0, 0, .05) inset;
    -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, .05) inset;
    -o-box-shadow: 0 0px 6px rgba(0, 0, 0, .05) inset;
}

.bar_graph span {
    height: 7px;
    width: 0px;
    display: block;
    border-radius: 2px;
    background: #0bafc7;
}

.bar_graph.thin_style span {
    height: 4px;
}

.bar_graph.animated_bgr span {
    background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .16) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .16) 50%, rgba(0, 0, 0, .16) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, .16) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .16) 50%, rgba(0, 0, 0, .16) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(-45deg, rgba(0, 0, 0, .16) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .16) 50%, rgba(0, 0, 0, .16) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, .16) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .16) 50%, rgba(0, 0, 0, .16) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .16) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .16) 50%, rgba(0, 0, 0, .16) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));

    background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -webkit-background-size: 24px 24px;

    -webkit-animation: fortuna-move 3s linear infinite;
    -moz-animation: fortuna-move 3s linear infinite;
    -o-animation: fortuna-move 3s linear infinite;
    animation: fortuna-move 3s linear infinite;
}

@-webkit-keyframes fortuna-move {
    0% {
        background-position: -48px 0
    }
    100% {
        background-position: 0 0
    }
}

@-moz-keyframes fortuna-move {
    0% {
        background-position: -48px 0
    }
    100% {
        background-position: 0 0
    }
}

@-o-keyframes fortuna-move {
    0% {
        background-position: -48px 0
    }
    100% {
        background-position: 0 0
    }
}

@keyframes fortuna-move {
    0% {
        background-position: -48px 0
    }
    100% {
        background-position: 0 0
    }
}

.bar_graph p {
    padding-bottom: 2px;
    margin-bottom: 7px;
    font-weight: 600;
	color: #222;
}

.bar_graph span {
    overflow: visible !important;
    position: relative;
}

.bar_graph span strong {
    position: absolute;
    right: -0px;
    top: -35px;
    padding: 6px 7px;
    background-color: #f8f8f8;
    color: #222;
    line-height: 14px;
    opacity: 0;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
	font-weight: 600;
}

.bar_graph span strong:after {
    border-color: #f6f6f6 transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: -4px;
    content: "";
    display: block;
    left: 17px;
    position: absolute;
    width: 0;
}

.bar_graph.dark_percent span strong {
    background-color: #444;
    color: #fff;
    border: 0;
    font-size: 14px;
}

.bar_graph.dark_percent span strong:after {
    display: block;
    border-color: #333 transparent;
    bottom: -3px;
}

.bar_graph.minimal_bubble_style span strong {
    background-color: transparent;
}

.bar_graph.minimal_bubble_style span strong:after {
    display: none;
}

/* Text Box */
.text_box {
    border: 1px solid #eee;
    padding: 26px 28px 20px 34px;
    margin: 32px 0 32px;
    overflow: hidden;
    background: #fafafa;
    border-radius: 3px;
}

.text_box_content.with_button {
    display: table-cell;
    width: 100%;
}

.text_box h2 {
    font-size: 24px;
	margin-bottom: 12px;
}
.text_box h2 b{
    font-weight: bold;
}
.text_box.larger_title h2 {
    font-size: 28px;
}

.text_box.left_border {
    border-left: 3px solid #0bafc7;
}

.text_box.box_no_bgr {
    border: none;
    padding: 14px 0 0;
    margin: 0;
    background: none;
}

.text_box .btn_holder {
    display: table-cell;
}

.text_box .button {
    margin: 4px 0 20px 52px;
}

.text_box p {
    margin-bottom: 10px;
}

/* Icon Info Box */
.icon_info_box {
    padding: calc(4% + 46px) calc(6% + 46px);
    overflow: hidden;
    position: relative;
    transition: all .6s cubic-bezier(.66, .13, .43, .97);
}

.icon_info_box > * {
    position: relative;
    z-index: 1;
}

.icon_info_box p:last-child {
    margin-bottom: 0;
}

.icon_info_box.with_button {
    display: table-cell;
    width: 100%;
}

.icon_info_box .btn_holder {
    margin: 24px 0 0 0;
}

.back_info_icon {
    display: block;
    position: absolute;
    right: -50px;
    top: -20px;
    opacity: .08;
    color: #666;
    font-size: 280px;
	line-height: 1em;
    transition: all .5s cubic-bezier(.58, .14, .09, .85);
    z-index: 0;
}

.icon_info_box.size_small  .back_info_icon {
    font-size: 220px;
}

.icon_info_box:hover .back_info_icon:not(.top-right):not(.bottom-right) {
    opacity: .06;
}

.icon_info_box:hover .back_info_icon.top-right-zoom {
    transform: scale(1.3) translateY(-10%);
}

.back_info_icon.bottom-right,
.back_info_icon.bottom-right-zoom,
.back_info_icon.bottom-right-spin {
    bottom: -20px;
    top: auto;
}

.icon_info_box:hover .back_info_icon.bottom-right-zoom {
    transform: scale(1.3) translateY(10%);
}

/* -- */
.icon_info_box:hover .back_info_icon.top-right-spin {
    transform: scale(1.3) rotate(8deg) translateY(-10%);
}

.icon_info_box:hover .back_info_icon.bottom-right-spin {
    transform: scale(1.3) rotate(8deg) translateY(10%);
}

.back_info_icon.top-right-big-zoom,
.back_info_icon.bottom-right-big-zoom,
.back_info_icon.top-right-spin-big-zoom,
.back_info_icon.bottom-right-spin-big-zoom {
    transition: all .9s cubic-bezier(.58, .14, .09, .85);
}

.icon_info_box:hover .back_info_icon.top-right-big-zoom {
    transform: scale(2) translateX(7%) translateY(-15%);
}

.icon_info_box .back_info_icon.bottom-right-big-zoom {
    bottom: -20px;
    top: auto;
}

.icon_info_box:hover .back_info_icon.bottom-right-big-zoom {
    transform: scale(2) translateX(7%) translateY(10%);
}

.icon_info_box:hover .back_info_icon.top-right-spin-big-zoom {
    transform: scale(2.5) rotate(8deg) translateY(-10%);
}

.icon_info_box .back_info_icon.bottom-right-spin-big-zoom {
    bottom: -20px;
    top: auto;
}

.icon_info_box:hover .back_info_icon.bottom-right-spin-big-zoom {
    transform: scale(2.5) rotate(8deg) translateY(-10%);
}

.icon_info_box.white_text:hover .back_info_icon:not(.top-right):not(.bottom-right) {
    opacity: .08;
}

.icon_info_box.white_text h2,
.icon_info_box.white_text h3,
.icon_info_box.white_text p {
    color: #fff;
}

.icon_info_box.white_text .back_info_icon {
    color: #fff;
    opacity: .08;
}

/* Counter */
.counter {
    display: inline-block;
    margin: 12px 0 14px;
}
.single_numbers_holder {
	min-height: 78px;
}
.single_numbers_holder.smaller_counter {
	min-height: 58px;
}
.smaller_counter .counter {
    margin: 10px 0 10px;
}

.centered_digits .counter {
    padding-left: 0;
    border-left: 0px;
    text-align: center;
    width: 100%;
}

.counter-digit,
.counter_post_text {
    font-size: 46px;
	font-weight: bold;
    height: 52px;
    line-height: 52px;
    margin: 0;
    color: #0bafc7;
}

.large_counter .counter-digit,
.large_counter .counter_post_text {
    font-size: 60px;
    height: 68px;
	min-height: 68px;
    line-height: 68px;
}
.smaller_counter .counter-digit,
.smaller_counter .counter_post_text {
    font-size: 36px;
    height: 42px;
	min-height: 42px;
    line-height: 42px;
}
.post_text_superscript .counter_post_text {
	font-size: 36px!important;
	line-height: 1em;
    top: -18px;
    left: 6px;
    position: relative;
}
.post_text_superscript.smaller_counter .counter_post_text {
	font-size: 24px!important;
}

.counter_desc {
    font-size: 16px;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 10px 0px;
    color: #555;
    position: relative;
    opacity: .01;
    left: 50px;
    letter-spacing: 0px;

    -webkit-transition: all 2000ms cubic-bezier(0.230, 1.000, .320, 1.000) 300ms;
    -moz-transition: all 2000ms cubic-bezier(0.230, 1.000, .320, 1.000) 300ms;
    -o-transition: all 2000ms cubic-bezier(0.230, 1.000, .320, 1.000) 300ms;
    -ms-transition: all 2000ms cubic-bezier(0.230, 1.000, .320, 1.000) 300ms;
    transition: all 2000ms cubic-bezier(0.230, 1.000, .320, 1.000) 300ms;
}

.single_numbers_holder.white_text .counter_desc {
    color: #fff;
}

.counter_desc.shown {
    opacity: 1;
    left: 0px;
}
/* Counter :: END */

/* Circ. Counter */
.circ_numbers_holder {
    margin: 12px 0 20px;
}

.circ_counter {
    position: relative;
    /*    width: 186px;*/
    height: auto;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.circ_counter .circ_counter_text_holder {
    position: absolute;
    left: 2px;
    top: 43px;
    width: 100%;
    height: 49px;
    line-height: 49px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.circ_counter_text_holder.iconed .circ_counter_text,
.circ_counter_text_holder.iconed .counter_percent_sign { 
	display: none;
}
.circ_counter_text_holder .icon { 
	margin: 0;
    display: inline;
    vertical-align: top;
	font-size: 50px;
    line-height: 1em;
}

.small_counter .circ_counter .circ_counter_text_holder {
    top: 35px;
    font-size: 35px;
}

.small_counter .counter_percent_sign {
    top: -11px;
    font-size: 20px;
}

.large_counter .circ_counter .circ_counter_text_holder {
    top: 53px;
}

.circ_counter .circ_counter_desc {
    margin: 10px 0px 20px;
    font-size: 18px;
    font-family: Georgia, serif;
    font-style: italic;
    text-align: center;
}

.half_circle .circ_counter .circ_counter_desc {
    margin-top: -24px;
}

.counter_percent_sign {
    position: relative;
    top: -15px;
    left: 2px;
    font-size: 20px;
    font-weight: normal;
    color: #777;
    display: none;
}

.counter_percent_sign.shown {
    display: inline;
}

.circ_numbers_holder.white_text, .circ_numbers_holder.white_text .counter_percent_sign {
    color: #fff;
}
/* Circ. Counter :: END */

/* Table */
.responsive_table_container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

.responsive_table_container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.responsive_table_container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

.alea_table {
    margin: 20px 0;
}

.alea_table th {
	border: 1px solid #7f7f7f;
    background-color: #4d4e4f;
    color: #fff;
    padding: 7px 14px;
    text-align: left;
    font-weight: 600;
}

.alea_table td {
    padding: 7px 14px;
    border: #e2e2e2 1px solid;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.alea_table tr.odd td {
    background: #f7f7f7;
}

.alea_table tr:hover td {
    background: rgba(5, 176, 206, .07);
}

.alea_table td.b {
    font-weight: 600;
}

.wpb_single_image .pic {
    line-height: 0;
}

.wpb_single_image .wpb_singleimage_heading {
    display: none;
}

/* Fix SVGs in WPB */
.wpb_single_image figure img[src*=".svg"] { 
    width: 100% !important; 
    height: auto !important; 
}



/* Fix VC image vertical alignment problem in IE - image has a spacing below it */
.wpb_single_image .vc_single_image-wrapper {
    vertical-align: bottom;
}

/* Like Button */
.boc_like_wrapper {
	font-size: 14px;
}
.post_item_block .boc_like_wrapper {
	float:right;
}
.post_item_block .boc_like_wrapper:before {
    content: ' ';
    margin: 0 7px;
}
.boc_like_wrapper .blog_icon {
	display: inline-block;
	opacity: 1;
	margin-right: 6px;
}
.blog_icon.liked {
	color: #888;
}

.boc_like_button.pressed .blog_icon {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5); 
	transform: scale(1.5);
	opacity: 0;
}
/* Like Button :: END */

/* Arrow divider */
.boc_arrow_divider {
    position: absolute;
    left: 50%;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 99;
    border-style: solid;
    margin-left: -14px;
    border-width: 14px 14px 0 14px;
    border-color: #fff transparent transparent transparent;
}
.boc_arrow_divider.small {
    border-width: 8px 8px 0 8px;
	margin-left: -8px;
}
.boc_arrow_divider.bottom {
    border-width: 0 14px 14px 14px;
    border-color: transparent transparent #fff transparent;
}
.boc_arrow_divider.bottom.small {
    border-width: 0 8px 8px 8px;
	margin-left: -8px;
}

/* Animated Headlines */
.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.i_f100 .cd-words-wrapper b,
.i_f100 .typewriter_txt {
    font-weight: 100;
}
.i_f300 .cd-words-wrapper b,
.i_f300 .typewriter_txt {
    font-weight: 300;
}
.i_f400 .cd-words-wrapper b,
.i_f400 .typewriter_txt {
    font-weight: 400;
}
.i_f500 .cd-words-wrapper b,
.i_f500 .typewriter_txt {
    font-weight: 500;
}
.i_f600 .cd-words-wrapper b,
.i_f600 .typewriter_txt {
    font-weight: 600;
}
.i_f700 .cd-words-wrapper b,
.i_f700 .typewriter_txt {
    font-weight: 700;
}
.i_f900 .cd-words-wrapper b,
.i_f900 .typewriter_txt {
    font-weight: 900;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline i {
	font-style: inherit;
}
.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}

/* --------------------------------

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
    /* vertical bar */
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 94%;
    width: 1px;
    background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
    background-color: #0bafc7;
}

.cd-headline.type .cd-words-wrapper.selected::after {
    visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
    color: #fff;
}

.cd-headline.type b {
    visibility: hidden;
}

.cd-headline.type b.is-visible {
    visibility: visible;
}

.cd-headline.type i {
    position: absolute;
    visibility: hidden;
}

.cd-headline.type i.in {
    position: relative;
    visibility: visible;
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

/* --------------------------------

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
/*    display: inline-block;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
}

.cd-headline.rotate-2 b {
    opacity: 0;
}

.cd-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
    opacity: 1;
}

.cd-headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in .4s forwards;
    -moz-animation: cd-rotate-2-in .4s forwards;
    animation: cd-rotate-2-in .4s forwards;
}

.cd-headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out .4s forwards;
    -moz-animation: cd-rotate-2-out .4s forwards;
    animation: cd-rotate-2-out .4s forwards;
}

.cd-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}

@-moz-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0deg);
    }
}

@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -moz-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        -o-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        -moz-transform: translateZ(-20px) rotateX(0deg);
        -ms-transform: translateZ(-20px) rotateX(0deg);
        -o-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@-moz-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -moz-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        -o-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -moz-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        -o-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}

/* --------------------------------

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
    margin: 0 .24em;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
    /* loading bar */
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #0bafc7;
    z-index: 2;
    -webkit-transition: width .3s -0.1s;
    -moz-transition: width .3s -0.1s;
    transition: width .3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    transition: width 3s;
}

.cd-headline.loading-bar b {
    top: .2em;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
}

.cd-headline.loading-bar b.is-visible {
    opacity: 1;
    top: 0;
}

/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
    margin: 0 .24em;
}

.cd-headline.slide b {
    opacity: 0;
    top: .2em;
}

.cd-headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in .6s;
    -moz-animation: slide-in .6s;
    animation: slide-in .6s;
}

.cd-headline.slide b.is-hidden {
    -webkit-animation: slide-out .6s;
    -moz-animation: slide-out .6s;
    animation: slide-out .6s;
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}

/* --------------------------------

xclip 

-------------------------------- */
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
    margin: 0 .24em;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 94%;
    background-color: #aebcb9;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

/* -------------------------------- 

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.zoom b {
    opacity: 0;
}

.cd-headline.zoom b.is-visible {
    opacity: 1;
    -webkit-animation: zoom-in .8s;
    -moz-animation: zoom-in .8s;
    animation: zoom-in .8s;
}

.cd-headline.zoom b.is-hidden {
    -webkit-animation: zoom-out .8s;
    -moz-animation: zoom-out .8s;
    animation: zoom-out .8s;
}

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
}

@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
    }
}

@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px);
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px);
    }
}

/* --------------------------------

xrotate-3 

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-3 b {
    opacity: 0;
}

.cd-headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in .6s forwards;
    -moz-animation: cd-rotate-3-in .6s forwards;
    animation: cd-rotate-3-in .6s forwards;
}

.cd-headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out .6s forwards;
    -moz-animation: cd-rotate-3-out .6s forwards;
    animation: cd-rotate-3-out .6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg);
    }
    100% {
        -moz-transform: rotateY(0deg);
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
    }
}

@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0);
    }
    100% {
        -moz-transform: rotateY(-180deg);
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

/* --------------------------------

xscale 

-------------------------------- */
.cd-headline.scale b {
    opacity: 0;
}

.cd-headline.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.is-visible .cd-headline.scale i {
    opacity: 1;
}

.cd-headline.scale i.in {
    -webkit-animation: scale-up .6s forwards;
    -moz-animation: scale-up .6s forwards;
    animation: scale-up .6s forwards;
}

.cd-headline.scale i.out {
    -webkit-animation: scale-down .6s forwards;
    -moz-animation: scale-down .6s forwards;
    animation: scale-down .6s forwards;
}

.no-csstransitions .cd-headline.scale i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
    opacity: 1;
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
}

@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    60% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

/* --------------------------------

xpush 

-------------------------------- */
.cd-headline.push b {
    opacity: 0;
}

.cd-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in .6s;
    -moz-animation: push-in .6s;
    animation: push-in .6s;
}

.cd-headline.push b.is-hidden {
    -webkit-animation: push-out .6s;
    -moz-animation: push-out .6s;
    animation: push-out .6s;
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

/* Trapezoid */
.trapezoid .wpb_wrapper {
    position: relative;
    z-index: 2;
}

.trapezoid .vc_column-inner:after {
    background: inherit;
    top: 0;
    right: -16%;
    width: 300%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    -webkit-transform: skew(-33deg);
    transform: skew(-33deg);
}

/* Helper CSS Classes */
.btn_push_left {
    margin-right: 20px;
}

.btn_push_right {
    margin-left: 20px !important;
}

.push_down_130 {
    position: relative;
    top: 130px;
    z-index: 10000;
}
.push_up_60 {
    position: relative;
    top: -60px;
    z-index: 10000;
}

.no_text_transform,
.no_text_transform h1,
.no_text_transform h2,
.no_text_transform h3,
.no_text_transform h4,
.no_text_transform h5,
.no_text_transform .heading_font,
.no_text_transform .side_icon_box.large h3 {
    text-transform: none;
}

.letter_spacing_negative {
    letter-spacing: -0.03em;
}
.letter_spacing_medium {
    letter-spacing: 2px;
}
.letter_spacing_big {
    letter-spacing: 3px;
}
.no_letter_spacing {
    letter-spacing: 0;
}
.uppercase {
    text-transform: uppercase;
}

.hairline_weight,
.f100 {
    font-weight: 100;
}
.thin_weight,
.thin_weight.heading_font,
.light_weight,
.f300 {
    font-weight: 300;
}

.normal_weight,
.regular_weight,
.f400 {
    font-weight: 400;
}
.semibold_weight,
.f500 {
    font-weight: 500;
}
.weight_600,
.f600 {
    font-weight: 600!important;
}
.bold_weight,
.f700 {
    font-weight: 700;
}
.bolder_weight,
.f800{
    font-weight: 800;
}
.black_weight,
.f900 {
    font-weight: 900;
}
.italic {
    font-style: italic;
}
.heading_left_line:before {
	height: 2px;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    position: absolute;
    content: "";
    left: -103%;
    top: .94em;
}
.ml_neg_50 {
	margin-left: -50px;
}
/*
.big_heading {
    font-weight: 300;
    line-height: 1.05em;
}

.big_heading strong {
    font-weight: 800;
    color: inherit;
}
*/
.text_shadow {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .15);
}

ul.theme_color_ul {
    list-style: none;
}

ul.theme_color_ul li:before {
    content: '\002022';
    color: #0bafc7;
    margin-right: 16px;
    font-size: 15px;
	position: relative;
}

div.ult-vc-seperator {
    z-index: 2;
}

/* Overlapping quote section */
.vc_row.overlap_quote_row {
    background-size: 67%!important;
    background-repeat: no-repeat!important;
    background-position: right center !important;
}

.hover_box_up,
.hover_box_up > .vc_column-inner {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.hover_box_up:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
}
.hover_box_up:hover > .vc_column-inner {
    box-shadow: 0 18px 25px rgba(0,0,0,0.13);
}

.heading404 {
	font-size:128px;
	line-height: 140px;
}

/* White frame img styles - used for video imgs */
.white_frame_img img {
    border-radius: 4px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    transition: all .2s ease-out;
	box-sizing: initial;
}

.white_frame_img img:hover {
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, .1);
}

/* Padded Boxes */
.padded_30px {
    padding: 30px;
}

/* Floated Offset Elements */
.boc_offset_left {
    float: left;
    max-width: 50%;
	text-align: left;
    margin: 12px 42px 16px -10%!important;
}
.boc_offset_right {
    float: right;
    max-width: 50%;
    text-align: right;
    margin: 12px -10% 16px 42px!important;
}

/* Custom Wave bottom border */
.boc_shape_border {
	position: absolute;
    left: 0px;
    width: 100%;
}
.boc_shape_border.bottom {
	bottom: -1px;
}
.boc_shape_border.top {
	top: -1px;
	transform: rotate(180deg);
}
.boc_shape_border > svg {
    width: 100%;
    left: 0;
    bottom: 0px;
    height: 100%;
    position: absolute;
}
.boc_shape_border_to_front {
	z-index: 2;
}

/* TODO */
.page .post_content > p:last-of-type {
    margin-bottom: 40px;
}
.wp-caption {
    margin-bottom: 40px;
}


/* White Text */
.white_text,
.white_text a,
.white_text h1,
.white_text h2,
.white_text h3,
.white_text h4,
.white_text h5,
.white_text h6,
.white_text .heading_font,
.white_text .side_icon_box h3 a,
.white_text .side_icon_box h3 a:hover,
.white_text .bar_graph p,
.white_text .bar_graph.minimal_bubble_style span strong,
.post_content .white_text .top_icon_box h3 a {
    color: #fff;
}

.white_text .testimonial_style_big .quote_content p,
.white_text .quote_author_description {
    color: #eee;
}

.white_text .side_icon_box.boc_animate_when_almost_visible .side_icon_box_content {
    color: #d4d4d4;
}

.white_text .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, .75) !important;
}
.white_text .owl-theme .owl-dots .owl-dot.active {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .6);
}

.row_overflow {
	overflow: initial!important;
	z-index: 1;
}
.slight_shadow {
	box-shadow: 0 0px 10px 0px rgba(0,0,0,0.07);
}
.slight_shadow_heavy {
	box-shadow: 0 6px 10px 0px rgba(0,0,0,0.1);
}
.grey_shadow {
    box-shadow: 0 2px 20px -2px rgba(0,0,0,0.1);
}
.grey_shadow_column > .vc_column-inner {
    box-shadow: 0 2px 20px -2px rgba(0,0,0,0.1);
}
.medium_shadow {
    box-shadow: 0 15px 80px -20px rgba(0,0,0,0.2);
}
.big_shadow {
	box-shadow: 0 35px 110px -15px rgba(0,0,0,0.3);
}

.boc_image_with_icon.icon_less_top_right .boc_sticky_holder {
    right: 0px;
    top: 0px;
}

.boc_image_with_icon.icon_more_top_right .boc_sticky_holder {
    right: -32px;
    top: -32px;
}

.parallax_scroll_me {
    transition: transform .7s ease .05s;
	will-change: transform;
}
	
/* Separetor Icon */
.section_icon_separator.boc_icon_size_small {
    position: relative;
    top: 22px;
    z-index: 1000;
}

.section_icon_separator.boc_icon_size_normal {
    position: relative;
    top: 36px;
    z-index: 1000;
}

.section_icon_separator.boc_icon_size_large {
    position: relative;
    top: 54px;
    z-index: 1000;
}

/* #Footer
================================================== */
#footer {
    clear: both;
    overflow: auto;
    margin: auto;
    background: #282c2d;
    font-size: 14px;
    color: #999b9c;
    padding-top: 52px;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
}
#footer.no_cols {
	padding-top:0;  
	border-top: 0;
}
#footer.footer_light {
    border-top: 1px solid #eee;
    padding-top: 51px;
    background-color: #f9f9f9;
}

#wrapper.full_width_wrapper #footer {
    width: 100%;
}

#footer.mobile_force_relative_position {
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#footer h3 {
    color: #c8c8c8;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 22px;
}

#footer.footer_light h3 {
    color: #494949;
}

#footer.footer_dark h3 {
    color: #818f96;
    text-shadow: 0px -1px 0px #111;
}

#footer .container .section:empty {
	display: none;
}

#footer .column {
    float: left;
    width: 18%;
}

#footer .big_column {
    float: right;
    width: 28%;
}

#footer a {
    color: #b9bebf;
}

#footer.footer_light a {
    color: #636363;
}

#footer a:hover {
    color: #0bafc7;
}

/* Footer Soc Icons*/
.footer_soc_icon {
    padding: 0px 8px 0;
    margin: 5px 0 0;
    display: inline-block;
    float: right;
}

.footer_soc_icon span {
    line-height: 18px;
    font-size: 18px;
}

/* Footer Soc Icons :: END */

.boc_contact_icon {
    clear: both;
    margin-bottom: 2px;
	line-height: 27px;
}
.boc_contact_icon .icon {
    float: left;
    width: 16px;
    margin-right: 16px;
    line-height: 29px;
    font-size: 16px;
    text-align: center;
}
.boc_contact_icon .icon.fa-envelope {
	font-size: 14px;
}
#sidebar .boc_contact_icon {
    font-size: 14px;
	line-height: 23px;
	margin-bottom: 10px;
}
#sidebar .boc_contact_icon span {
    float: left;
    width: 18px;
    margin-right: 16px;
    line-height: 24px;
    font-size: 17px;
	color: #0bafc7;
}

#footer .columns ul ul.sub-menu {
    margin-top: 3px;
}

#footer .col ul {
    margin: 0px 0 0 0px;
    list-style: none;
    padding: 2px 0 0;
}

#footer .col ul li {
    margin-bottom: 5px;
}

#footer .col ul:not(#recentcomments) li a:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f105";
    display: inline-block;
    position: relative;
    left: -2px;
    margin-right: 6px;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#footer .col ul li a:hover:before {
    left: 0px;
    margin-right: 12px;
}

.margined_left, #footer .col ul.margined_left {
    margin-left: 30px;
}

/* Footer Latest Posts */
#footer .boc_latest_posts img {
	margin: 0 16px 0px 0;
	padding: 0;
	border: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;

	width: 60px;
	min-width: 60px;
	height: 60px;
}

#footer .boc_latest_posts img:hover {
    opacity: .8;
}

#footer .boc_latest_posts p.date {
    color: #989898;
    font-size: 11px;
    margin-top: 7px;
}

#footer.footer_light .boc_latest_posts p.date {
    color: #999;
}

#footer .boc_latest_posts {
    padding-top: 6px;
}

#footer .boc_latest_posts .boc_latest_posts_title {
    padding-top: 1px;
    margin-bottom: 5px;
}

/* Footer Posts :: END */

#powered {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

#footer.footer_light #powered {
    margin-top: 3px;
    font-size: 13px;
}

#footer.footer_light #powered a {
    font-size: 13px;
}

.footer_btm {
    clear: both;
    padding: 20px 0px 20px;
    background: #1f2123;
    border-top: 1px solid #2a2a2a;
    margin-top: 16px;
    overflow: hidden;
}
.footer_btm.no_martop {
	margin-top: 0;
}
#footer.footer_light .footer_btm {
    background: #fff;
    border-top: 1px solid #e9e9e9;
}

.boc_scroll_to_top{
	display: block;
    position: fixed;
    right: 22px;
	bottom: 18px;
    transform: translateY(54px);
	opacity: .8;
    margin: 0;
    z-index: 1490;
    color: #eee;
    text-align: center;
    background-color: #222;
	-webkit-transition: transform .6s cubic-bezier(.63, .08, .35, .92), color .3s;
    transition: transform .6s cubic-bezier(.63, .08, .35, .92), color .3s;
	border-radius: 100%;
	cursor: pointer;
	overflow: hidden;
}

.boc_scroll_to_top:hover{
    color: #fff;
}
.boc_scroll_to_top.shown{
    transform: translateY(0);
}
.scroll_top_icon{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    display: block;
}
.boc_scroll_to_top:hover .scroll_top_icon{
    animation-name: bouncy-rev;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.41, .82, .62, 1);

    -webkit-animation-name: bouncy-rev;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.41, .82, .62, 1);

    -moz-animation-name: bouncy-rev;
    -moz-animation-duration: 1.2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: cubic-bezier(.41, .82, .62, 1);
}


/* #Footer :: END
================================================== */

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    /*  border: 0;*/
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-size: 34px;
    font-family: 'Open Sans', Arial, Baskerville, monospace;
    font-weight: 300;

}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -10px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    background: none;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -38px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -42px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow {
    position: absolute;
    width: 38px;
    height: 38px;
    background: transparent;
    border: 2px solid transparent;
    text-indent: -9999em;
    pointer-events: auto;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mfp-arrow:hover {
    background: transparent;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: -5px;
}

.lt-ie8 .mfp-arrow {
    background-color: #4e4e4e;
}

.mfp-arrow-left {
    left: 45px;
    left: 3rem;
    border-bottom-color: white;
    border-left-color: white;
}

.mfp-arrow-left:hover {
    margin-left: -5px;
    margin-right: 0;
}

.mfp-arrow-right {
    right: 45px;
    right: 3rem;
    border-top-color: white;
    border-right-color: white;
}

.mfp-iframe-holder {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -50px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 50px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 50px;
    display: block;
    right: 0;
    width: auto;
    height: auto;

    /* Border */
    width: calc(100% + 10px);
    margin-bottom: -5px;
    border: 5px solid white;
    border-radius: 2px;
    left: -5px;
    top: 45px;
    /* Border : end */

    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        margin-top: -20px;
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* overlay at start */
.boc_popup_fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

/* overlay animate in */
.boc_popup_fade.mfp-bg.mfp-ready {
    opacity: .8;
}

/* overlay animate out */
.boc_popup_fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.boc_popup_fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

/* content animate it */
.boc_popup_fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.boc_popup_fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* overlay, start state */
.boc_popup_spin.mfp-bg {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
    opacity: .01;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* animate in */
.boc_popup_spin.mfp-ready.mfp-bg {
    opacity: .8;
}

/* animate out */
.boc_popup_spin.mfp-removing.mfp-bg {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
    opacity: .01;
}

/* at start */
.boc_popup_spin .mfp-content {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
    opacity: .01;
    -webkit-transition: all .3s cubic-bezier(.26, .87, .44, 1);
    -moz-transition: all .3s cubic-bezier(.26, .87, .44, 1);
    -o-transition: all .3s cubic-bezier(.26, .87, .44, 1);
    -ms-transition: all .3s cubic-bezier(.26, .87, .44, 1);
    transition: all .3s cubic-bezier(.26, .87, .44, 1);
    -webkit-transform: translateY(-80px) perspective(700px) rotateX(8deg);
    -moz-transform: translateY(-80px) perspective(700px) rotateX(8deg);
    -ms-transform: translateY(-80px) perspective(700px) rotateX(8deg);
    -o-transform: translateY(-80px) perspective(700px) rotateX(8deg);
    transform: translateY(-80px) perspective(700px) rotateX(8deg);
}

/* animate in */
.boc_popup_spin.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.boc_popup_spin.mfp-removing .mfp-content {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
    opacity: .01;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-80px) perspective(700px) rotateX(8deg);
    -moz-transform: translateY(-80px) perspective(700px) rotateX(8deg);
    -ms-transform: translateY(-80px) perspective(700px) rotateX(8deg);
    -o-transform: translateY(-80px) perspective(700px) rotateX(8deg);
    transform: translateY(-80px) perspective(700px) rotateX(8deg);
}

/* Magnific Popup CSS :: END */

/* CUSTOM RESPONSIVE STYLES */

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

	/* Offset for ham menus */
	.noscroll .content_body > div {
		transform: translateX(200px);
	}
	#wrapper:not(.boxed_wrapper).active_side_widget,
	#wrapper:not(.boxed_wrapper).active_side_widget #header .container {
		right: 380px;
		transition: right .8s cubic-bezier(.19, 1, .22, 1) .08s;
	}

    /* left/right sidebars */
    .counter_desc {
        font-size: 18px;
    }

    .contact_page_template.has_right_sidebar .span_3_of_4 {
        padding-right: 40px;
    }

    .contact_page_template.has_left_sidebar .span_3_of_4 {
        padding-left: 40px;
    }

    .resp-vtabs ul.resp-tabs-list {
        width: 20%;
    }

    .resp-vtabs .resp-tabs-container {
        width: 80%;
    }

    .boxed_wrapper #header .container:not(.mega_menu_holder):not(.menu_stripe_holder),
    .boxed_wrapper #footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .boxed_wrapper #header .menu_stripe_holder .container:not(.mega_menu_holder) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .boxed_wrapper.wrapper_menu_solid_style #header .container:not(.mega_menu_holder) {
        padding-left: 0px;
        padding-right: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .boxed_wrapper #header #menu > ul > li.megamenu > div {
        left: -10px;
    }

    .fluid_img img {
        max-width: none;
    }
}

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

    /* Transparent Header */
    #header.transparent_header:not(.scrolled) {
        background: rgba(255, 255, 255, .1);

        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;

        -webkit-transition: background-color .5s ease;
        -moz-transition: background-color .5s ease;
        -ms-transition: background-color .5s ease;
        -o-transition: background-color .5s ease;
        transition: background-color .5s ease;
    }

    #header.transparent_header:not(.scrolled) #subheader,
    #header.transparent_header:not(.scrolled) #subheader a {
        color: #fff;
    }

    #logo #transparent_logo {
        display: none;
        position: absolute;
		width: 100%;
		height: 100%;
        z-index: 1;
        left: 0;
    }

    header.transparent_header #logo #transparent_logo {
        display: inline-block;
    }

    header.transparent_header #logo #transparent_logo img {
        opacity: 1;
    }

    header.transparent_header.scrolled #logo #transparent_logo img {
        opacity: 0;
    }

    header.transparent_header #logo .logo_img > a > img {
        opacity: 0;
    }

    header.transparent_header.scrolled #logo .logo_img > a > img {
        opacity: 1;
    }

    /* Flip effect */
	#logo .transparent_logo_flip img {
		position: relative;
	}
    header.transparent_header #logo .transparent_logo_flip #transparent_logo img {
        -webkit-transition: opacity .4s .1s ease-out, top .4s .1s ease-out;
        -moz-transition: opacity .4s .1s ease-out, top .4s .1s ease-out;
        -ms-transition: opacity .4s .1s ease-out, top .4s .1s ease-out;
        -o-transition: opacity .4s .1s ease-out, top .4s .1s ease-out;
        transition: opacity .4s .1s ease-out, top .4s .1s ease-out;
		top: 0;
    }

    header.transparent_header.scrolled #logo .transparent_logo_flip #transparent_logo img {
        top: -70px;
        -webkit-transition: opacity .5s ease-out, top .5s ease-out;
        -moz-transition: opacity .5s ease-out, top .5s ease-out;
        -ms-transition: opacity .5s ease-out, top .5s ease-out;
        -o-transition: opacity .5s ease-out, top .5s ease-out;
        transition: opacity .5s ease-out, top .5s ease-out;
    }

    header.transparent_header #logo .logo_img.transparent_logo_flip > a > img {
        top: 50px;
        -webkit-transition: opacity .15s ease-out, top .15s ease-out;
        -moz-transition: opacity .15s ease-out, top .1s ease-out;
        -ms-transition: opacity .15s ease-out, top .1s ease-out;
        -o-transition: opacity .15s ease-out, top .1s ease-out;
        transition: opacity .15s ease-out, top .1s ease-out;
    }

    header.transparent_header.scrolled #logo .logo_img.transparent_logo_flip > a > img {
        top: 0;
        -webkit-transition: opacity .3s .3s ease-out, top .3s .3s ease-out;
        -moz-transition: opacity .3s .3s ease-out, top .3s .3s ease-out;
        -ms-transition: opacity .3s .3s ease-out, top .3s .3s ease-out;
        -o-transition: opacity .3s .3s ease-out, top .3s .3s ease-out;
        transition: opacity .3s .3s ease-out, top .3s .3s ease-out;
    }
	/* For Toplogo */	
	.menu_toplogo  header.transparent_header #logo .transparent_logo_flip #transparent_logo img {
		top: 50%;
	}	
	.menu_toplogo  header.transparent_header.scrolled #logo .transparent_logo_flip #transparent_logo img {
		top: 0;
	}	
	.menu_toplogo header.transparent_header.scrolled #logo .logo_img.transparent_logo_flip > a > img {
		top: 50%;
	}

    /* Transparent Header : END */
    #footer {
        position: fixed;
    }
}

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

    .isotope_element {
        margin-bottom: 20px;
    }

    .more-link:before {
        top: 4px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 17px;
    }

    h5 {
        font-size: 14px;
    }

    .circ_counter {
        width: 150px;
    }

    .logo_gallery {
        margin: 0 20px;
        padding-left: 20px;
    }

    #header.scrolled .header_cart .cart-icon-wrap {
        padding-top: 14px;
    }

    #header.scrolled .header_cart .widget_shopping_cart, #header.scrolled .header_cart .cart-notification {
        top: 52px;
    }

    .fluid_img img {
        max-width: none;
    }
}