/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a {
	text-decoration: none;
}
a:focus {
    outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
li {
	padding: 0;
	margin:0;
}
p {
margin-bottom: 20px;
margin-top: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

body {

  width: 100%;

}

.container {

  margin-left: auto;

  margin-right: auto;

}

.wrapper {

  margin-left: auto;

  margin-right: auto;

}

.w960 .container,

.b960 .container {

  max-width: 984.6153846px;

}

.w1170 .container,

.b1170 .container {

  max-width:1200px;

}

.w960 .wrapper,

.w1170 .wrapper {

  width: 100%;

}

.b960 .wrapper {
max-width: 1104.615385px;
}

.b1170 .wrapper {
max-width: 1320px;
}
.b1170 .container,  .b960 .container {
padding-left: 60px;
padding-right: 60px;
}

/* Grid >> Global

----------------------------------------------------------------------------------------------------*/

.grid_1,

.grid_2,

.grid_3,

.grid_4,

.grid_5,

.grid_6,

.grid_7,

.grid_8,

.grid_9,

.grid_10,

.grid_11,

.grid_12 {

  display: inline;

  float: left;

  margin: 0 1.25%;

}



/* Grid >> 12 Columns

----------------------------------------------------------------------------------------------------*/



.container .grid_1 {

  width: 5.833333%;

}

.container .grid_2 {

  width: 14.166666%;

}

.container .grid_3 {

  width: 22.5%;

}

.container .grid_4 {

  width: 30.833333%;

}

.container .grid_5 {

  width: 39.166666%;

}

.container .grid_6 {

  width: 47.5%;

}

.container .grid_7 {

  width: 55.833333%;

}

.container .grid_8 {

  width: 64.166666%;

}

.container .grid_9 {

  width: 72.5%;

}

.container .grid_10 {

  width: 80.833333%;

}

.container .grid_11 {

  width: 89.166666%;

}

.container .grid_12 {

  width: 97.5%;

}



/* `Clear Floated Elements

----------------------------------------------------------------------------------------------------*/



.clear {

  clear: both;

  display: block;

  overflow: hidden;

  visibility: hidden;

  width: 0;

  height: 0;

}



.clearfix:before,

.clearfix:after,

.container:before,

.container:after {

  content: '.';

  display: block;

  overflow: hidden;

  visibility: hidden;

  font-size: 0;

  line-height: 0;

  width: 0;

  height: 0;

}



.clearfix:after,

.container:after {

  clear: both;

}
.not-responsive.w1170 .wrapper {
min-width: 1170px;
}
.not-responsive.w960 .wrapper {
min-width: 960px;
}


/* Wordpress core classes www */
  :-moz-placeholder {
    font-style:normal;
    color: #45484b;
  }
  :-ms-input-placeholder {
    font-style:normal;
    color: #45484a;
  }
  ::-webkit-input-placeholder {
    font-style:normal;
    color: #45484a;
  }
  .alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  text-align: center;
}
.alignright,
.alignnone,
.alignleft,
.aligncenter {
  max-width: 100%;
  height: auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.gallery-caption {}

.bypostauthor {}

/* Circles */

@media only screen and (max-device-width : 1024px)  {
  html {
    padding-right: 0 !important;
  }
  div.fixed.menu-bg {
  left: -6px;
  }
}
body {
  background: #f3f3f3;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #45484a;
  /*background-attachment: scroll !important;*/
}

p {
  line-height: 1.6;
}
a {
color: #3b74a9;
}
h1 {
font-size: 25px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 17px;
}
h4 {
font-size: 14px;
font-weight: 800;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 20px;
/*text-transform: uppercase;*/
}
ol li {
list-style: decimal;
}
li {
-webkit-backface-visibility: hidden;
}
.right-sidebar h2, .left-sidebar h2,
.right-sidebar h3, .left-sidebar h3 {
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
margin-bottom: 25px;
}
.media_for_js {
  z-index: 1000;
}
/*.post-area {
overflow: hidden;
}*/
/*.left-sidebar .post-area {
float: right;
}*/
.wrapper {
  overflow: hidden;
  clear: both;
}
.nicescroll-rails {
z-index: 100000 !important;
background-color: rgb(220, 221, 223) !important;
}
/*----------------<BACKGROUNDS AND COLORS>----------------*/
.marble {
  background-color: #E6E6E6 !important;
}

.marble-color {
  background-color: #E6E6E6 !important;
}
.ie8 div.wrapper.menu-bg {
background: url(../img/menu-bg.png) !important;
}
.page-header .wrapper {
  overflow: visible;
}
div.wrapper.menu-bg {
background: rgba(255,255,255,0.75);
box-shadow: inset 0 6px 5px -5px rgba(0,0,0,0.3);
overflow: visible;

  behavior: url(/wp-content/themes/circles/css/PIE.htc);
}
.dark-grey {
  background: #1b1e21 !important;
}
.grey {
  background: #1f2326 !important;
}
.b1170 .wrapper, .b960 .wrapper {
  background-color: #f3f3f3;
border-right: 1px solid rgba(0, 0, 0, 0.17);
border-left: 1px solid rgba(0, 0, 0, 0.17);
}
.b1170 .wrapper.blue, .b960 .wrapper.blue {
border-right: 1px solid rgba(0, 0, 0, 0.6);
border-left: 1px solid rgba(0, 0, 0, 0.6);
}
.grey-grad {
  background: #eaebeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9dbdd), to(#eaebeb));
  background: -webkit-linear-gradient(top, #d9dbdd, #eaebeb);
  background: -moz-linear-gradient(top, #d9dbdd, #eaebeb);
  background: -ms-linear-gradient(top, #d9dbdd, #eaebeb);
  background: -o-linear-gradient(top, #d9dbdd, #eaebeb);
}
.dark-grey-grad {
  background: #56595b;
  background: -webkit-gradient(linear, left top, left bottom, from(#43484c), to(#56595b));
  background: -webkit-linear-gradient(top, #43484c, #56595b);
  background: -moz-linear-gradient(top, #43484c, #56595b);
  background: -ms-linear-gradient(top, #43484c, #56595b);
  background: -o-linear-gradient(top, #43484c, #56595b);
}
.dark-grey-grad:hover {
  background: #6c7072;
  background: -webkit-gradient(linear, left top, left bottom, from(#6c7072), to(#66696a));
  background: -webkit-linear-gradient(top, #6c7072, #66696a);
  background: -moz-linear-gradient(top, #6c7072, #66696a);
  background: -ms-linear-gradient(top, #6c7072, #66696a);
  background: -o-linear-gradient(top, #6c7072, #66696a);
}
.sc-button.grey-grad:hover .btn-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.sc-button span {
  position: relative;
  z-index: 5;
}
.sc-button.grey-grad .btn-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #d9dbdd;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaebeb), to(#d9dbdd));

  background: -webkit-linear-gradient(top, #eaebeb, #d9dbdd);
  background: -moz-linear-gradient(top, #eaebeb, #d9dbdd);
  background: -o-linear-gradient(top, #eaebeb, #d9dbdd);
  background: -ms-linear-gradient(top, #eaebeb, #d9dbdd);
  background: linear-gradient(top, #eaebeb, #d9dbdd);
  border-radius: 5px;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.light-grey {
  background: #a7acaf;
}
.lighter-grey {
  background: #b4b8bc !important;
}
.dlight-grey {
  background: #e6e6e6;
}
.blue-radial-grad {
  background: #3170ac;
    background: -moz-radial-gradient(50% 500%, circle farthest-side, #2ea0cf, #3170ac);
    background: -webkit-gradient(radial, 50% 500%, 0, 50% 100%, 100%, color-stop(0%,#2ea0cf), color-stop(100%,#3170ac));
    background: -webkit-radial-gradient(50% 500%, circle farthest-side, #2ea0cf, #3170ac);
    background: -o-radial-gradient(50% 500%, circle farthest-side, #2ea0cf, #3170ac);
    background: -ms-radial-gradient(50% 500%, circle farthest-side, #2ea0cf, #3170ac);
    background: radial-gradient(50% 500%, circle farthest-side, #2ea0cf, #3170ac);
}
.blue {
  background: #3170ac;
}
.light-greyblue {
  background: #e8ecf0;
}
/*----------------</BACKGROUNDS AND COLORS>----------------*/

/*----------------<BORDERS>----------------*/
.border-bottom-white {
  border-bottom: 1px solid #fff;
}
.border-top-white {
  border-top: 1px solid #fff;
}
.border-bottom-black-tr {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.border-bottom-blue-3px {
  background-position: center bottom;
  background-repeat: repeat-x;
  position: relative;
}
.border-bottom-blue-3px:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 3px;
  border-top: 1px solid rgba(0, 0, 0, 0.24);
  background: #3799d8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  z-index: 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.border-tb-white {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
/*----------------</BORDERS>----------------*/

/*----------------<MARGINS, PADDINGS>----------------*/

.wrapper.default-bg .container,
.wrapper.border-tb-white.marble-color .container,
.wrapper.grey .container {
padding: 40px 0 0;
}
.container.blue-radial-grad {
padding-top: 10px;
padding-bottom: 10px;
}
.container.main {
padding: 30px 0 0;
}
.posts-container {
  padding-right: 3.4%;
}
.container.contacts {
padding: 40px 0;
}
/*----------------</MARGINS, PADDINGS>----------------*/

/*----------------<LISTS>----------------*/
.list-type1 li {
  list-style-image: url(../img/list-type1.png);
  list-style-position: inside;
}
.list-type2 li {
  list-style-image: url(../img/list-type2.png);
  list-style-position: inside;
}
/*----------------</LISTS>----------------*/

/*----------------<IMAGE LINKS>----------------*/
.image-links {
  position: absolute;
  top: 24%;
  display: block;
  height: 51px;
left: 50%;
margin-left: -56px;
z-index: 100;
visibility: visible;
}
.size1_3 .image-links {
top: 41%;
}
.size1_2 .image-links {
top: 47%;
}
.widget_recent_works .image-links {
  top: 49%;
}
.widget_out_stuff2 .image-links {
top: 43%;
margin-left: -28px;
}

/*.image-links .circle-link,*/
.image-links a,
.image-links span {
  position: relative;
  float: left;
  width: 51px;
  height: 51px;
  background-image: url(../img/sprite.png);
  background-position: 0 -283px;
visibility: visible;
}
.image-links .circle-link {
  margin: 0 2px;
}
.image-links .link {
  background-position: 0 -334px;
}
.image-links .zoom {
  background-position: -51px -334px;
}
.image-links .video {
  background-position: -47px -426px;
}
.image-links .format-gallery {
  background-position: -96px -425px;
}
.image-links .add {
  background-position: -102px -334px;
}
.image-links .twitter {
  background-position: -51px -283px;
}
.image-links .facebook {
  background-position: -102px -283px;
}
.image-links .skype {
  background-position: -153px -283px;
}
.gallery-image-links  {
  position: relative;
  top: 50%;
  display: inline-block;
  height: 51px;
left: 50%;
margin-left: -46px;
}
.gallery-image-links a {
  margin: 0 -4px;
}
.gallery-image-links a,
.gallery-image-links span {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
}
.gallery-image-links span {
  position: absolute;
  background-image: url(../img/sprite.png);
}
.gallery-image-links a span:first-child+span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.gallery-image-links a:hover span:first-child+span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-image-links a span:first-child {
  background-position: -278px -169px;
}
.gallery-image-links a span:first-child+span {
background: #407eb5;
border-radius: 50%;
margin: 5px 0 0 5px;
width: 41px;
height: 40px;
box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.4);
}
.gallery-image-links a.prev span+span+span {
  background-position: -278px -271px;
}
.gallery-image-links a.next span+span+span {
  background-position: -278px -322px;
}
/*----------------</IMAGE LINKS>----------------*/

/*----------------<PREV NEXT>----------------*/
.prev-t1,
.next-t1,
.prev-t2,
.next-t2,
.prev-t3,
.next-t3 {
  display: block;
  float: left;
  width: 16px;
  height: 15px;
  background-image: url(../img/sprite.png);
  cursor: pointer;
}
.prev-t1 {
  background-position: 0 -25px;
}
.prev-t1:hover {
  background-position: 0px -40px;
}
.next-t1 {
  background-position: -16px -25px;
}
.next-t1:hover {
  background-position: -16px -40px;
}
.prev-t2 {
  background-position: 0 -70px;
}
.next-t2 {
  background-position: -16px -70px;
}
.prev-t3 {
  background-position: 0 -55px;
}
.prev-t3:hover {
  background-position: 0px -70px;
}
.next-t3 {
  background-position: -16px -55px;
}
.next-t3:hover {
  background-position: -16px -70px;
}
/*----------------</PREV NEXT>----------------*/

/*----------------<OTHER>----------------*/
.hidden-overflow {
  overflow: hidden;
}
.absolute {
z-index: 100;
position: relative;
top: 0;
left: 0;
width: 100%;
margin-bottom: 0;
height: 0;
float: left;

}

div.fixed.menu-bg {
  position: fixed !important;
  top: 0;
  -webkit-backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.95);
z-index: 100000;
}
.absolute.fixed .headline {
  margin-top: 45px;
}
.page-header .fixed {
position: fixed;
top: 0;
left: 0;
z-index: 1000;

max-width: none;
width: 100%;
}
.b1170 .wrapper.menu-bg.fixed, .b960 .wrapper.menu-bg.fixed {
background: transparent;
box-shadow: none;
border: 0;
}
.b1170 .fixed .container,
.b960 .fixed .container {
background: rgba(255,255,255,0.95);
box-shadow: inset 0 6px 5px -5px rgba(0,0,0,0.3);
border-bottom: 1px solid rgba(0,0,0,0.1);
border-left: 1px solid #b3b3b3;
border-right: 1px solid #b3b3b3;
}
body.headerstyle2 .fixed .menu>li>a {
height: 40px;
line-height: 40px;
}
.headerstyle2 .fixed  .logo {
height: 40px;
padding-bottom: 0;
}
.headerstyle2 .fixed .logo img {
height: 33px !important;
margin-top: 5px;
}
.headerstyle2 div.wrapper.menu-bg {
background: #fff;
box-shadow: 0 0 5px rgba(0,0,0,0.5);
position: relative;
z-index: 1000;
-webkit-backface-visibility: hidden;
}
.relative {
  position: relative;
}
.tran03slinear {
  -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
          transition: all 0.3s linear;
/*-webkit-backface-visibility: hidden;*/
}
.tran02slinear {
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
          transition: all 0.2s linear;
/*-webkit-backface-visibility: hidden;*/
}
.bg-black-045 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.bg-black-020 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.20;
  filter: alpha(opacity=20);
}
.container50per {
  width:50%;
  float: left;
}
.separator {
  position: relative;
height: 3px;
width: 100%;
background: #dadada;
border-bottom: solid 1px #fff;
margin-bottom: 30px;
}
.top-slider {
height: 450px;
width: 100%;
-webkit-backface-visibility: hidden;
}
.parallax-slider {
position:relative;
}
.top-slider-content {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
z-index: 100;
}
.top-slider .flexslider .slides li, .top-slider .flexslider .slides li img {
width: 100%;
height: auto;
}
.top-slider .flex-control-nav {
  display: none;
}
.fullwidthbanner-container {
  overflow: visible !important;
}
.fullwidthbanner-container .tparrows {
  position: absolute;
}
.tp-rightarrow.tparrows.default {
background-position: -489px -487px;
}
.tp-leftarrow.tparrows.default {
background-position: -466px -487px;
}
.tparrows.default {
background: url(../img/sprite.png);
height: 63px;
width: 23px;
}

/*-------- Slides -------------------*/

.transp_round {
background: rgba(0,0,0,0.12);
width: 360px;
height: 360px;
border-radius: 50%;
}
.tp-caption.transp_round h2 {
text-align: center;
margin-top: 40px;
color: #e1e4e6;
text-shadow: 0 0 6px rgba(0,0,0,0.07);
}
.tp-caption.transp_round p {
text-align: center;
width: 90%;
margin: 20px auto 0;
color: #f8f8f8;
}
.transp_round span.line {
margin: 17px auto 30px;
width: 80%;
height: 1px;
background-color: rgb(216, 216, 216);
display: block;
}
.transp_round .rev-direction-nav {
margin-left: 136px;
}
.tp-caption a {
  color: #ff7302; text-shadow: none;  -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
  color: #ffa902;
}

.tp-caption h2 {
color: #fff;
font: 46px 'Open Sans', sans-serif;
text-transform: uppercase;
line-height: 1;
font-weight: 100;
margin: 0px 0 7px;
}
.tp-caption h2 b {
  font-weight:900;
}
.tp-caption p {
color: #fff;
font-size: 14px;
white-space: normal;
line-height: 1.5;
margin-bottom: 15px;
}
.transp_bg {
background: rgba(29, 29, 29, 0.45);
padding: 24px 29px 34px !important;
width: 355px;
height: 150px;
}
.rev-direction-nav a {
background-position: -278px -169px;
background-image:url(../img/sprite.png);
width: 51px;
height: 51px;
display: inline-block;
margin-left: -4px;
float: left;
}
.rev-direction-nav  a span {
font-size: 0;
border-radius: 50%;
margin: 5px;
width: 41px;
height: 41px;
-webkit-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.4);
box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.4);
display: block;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.rev-direction-nav .rev-prev span {
background-position: -284px -276px;
background-image: url(../img/sprite.png);
}
.rev-direction-nav a span:hover {
background-color: #407eb5;
}
.rev-direction-nav .rev-next span {
background-position: -282px -327px;
background-image: url(../img/sprite.png);
}
.tp-caption iframe {
  border: 0;
}
.transparent {
   background: transparent;
  }

  .button-transparent {
background: transparent;
padding: 15px 30px;
display: inline-block;
border-radius: 5px;
border: 2px solid rgba(255, 255, 255, 0.23);
box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
font: 900 14px Open Sans, Arial, Tahoma;
text-transform: uppercase;
color: #fff !important;
text-shadow: 0 1px 3px rgba(0,0,0,0.4) !important;
position: relative;
cursor: pointer;
}
.button-transparent:after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 3px;
box-shadow: inset 0 -30px 20px -20px rgba(255,255,255,0.2);
}
.tp-caption .revslider-nav2 li {
display: inline-block;
width: 9px;
height: 9px;
border: 1px solid rgba(255,255,255,0.3);
background: transparent;
visibility: visible !important;
border-radius: 50%;
position: relative !important;
box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
margin-left: 6px !important;
cursor: pointer;
}
.tp-caption .revslider-nav2 {
display: block;
margin-top: 25px !important;
}
.tp-caption .revslider-nav2 li a {
background: transparent;
width: 5px;
height: 5px;
border-radius: 50%;
margin: 2px;
display: block;
}
.tp-caption .revslider-nav2 li.active a {
  background: #fff;
}
.nobullets.tp-bullets {
  display: none !important;
}
.tp-caption.transp_caption h2 {
text-shadow: 0 0 4px rgba(0,0,0,0.5);
font-size: 44px;
}
.tp-caption.transp_caption {
background-color: rgba(0,0,0,0.3);
padding: 5px 30px 0px !important;
display: block;
}

.light80 {
color: #fff;
font-size: 69px !important;
font-weight: 100;
text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}
.extrabold55 {
font-size: 47px !important;
font-weight: 900;
color: #fff;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
.white-text {
color: #fff;
font-size: 17px !important;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
width: 23%;
display: block;
line-height: 1.4 !important;
white-space: normal !important;
}
/*----------------</OTHER>----------------*/

/*----------------<HEADER>----------------*/
.page-header {
  position: relative;
z-index: 10000;
}
.page-header .grid_12 {
  margin-bottom: 0;
}
.logo {
display: block;
float: left;
padding-bottom: 17px;
}
.logo img {
display: block;
margin-top: 17.5px;
}
.menu{
  display: block;
  width: 100%;
  margin-left: 5px;
}
.menu li{
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.menu > li:first-child {
margin-left: -10px;
}
.menu li:hover span {
color: #fff;
}
.menu li > span {
position: absolute;
right: 20px;
top: 16px;
color: rgb(187, 187, 187);
display:none;
}
nav {
  -webkit-backface-visibility: hidden;
}
/*.page-header > .wrapper-bg {
  display: inline-block;
}*/
.fixed-header .headline {
padding-top: 45px;
}
.mini_logo {
height: 36px;
margin-top: 5px;
width: 0;
margin-right: 0;
margin-left: 0;
display: block;
margin-bottom: 4px;
float: left;
}
.fixed .mini_logo {
width: 129px;
opacity: 1;
margin-right: 40px;
float: left;
display: block;
}
.menu li>a{
  position:relative;
  display: inline-block;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  color: #4a4d4f;
  text-transform: uppercase;
text-decoration: none;
}
.b960 .menu li>a {
  padding: 0 10px;
}
.headerstyle3 .menu>li>a,
.headerstyle3 .menu>ul>li>a {
padding: 0 10px;
}
.menu >li>a:after,
.menu>ul>li>a:after{
  position: absolute;
  top: 100%;
  left: 0;
  content:'';
  display: block;
  height: 1px;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
       -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
          transition: all 0.3s linear;
}
.page-header .menu-bg  > .container {
text-align: center;
}
.menu li:hover>a:after,
.menu li.current_page_item>a:after{
  background: #105616;
}
/*.menu li:hover>a,
.menu li.current_page_item>a{
  color: #278dc9;
}*/
.menu li:hover> ul {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  height: auto;
  overflow: visible;
}
.menu .sub-menu li .sub-menu,
.menu ul li ul li ul {
left: 100%;
top: -1px;
border: 0;

}
.menu li ul {
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 185px;
  overflow: hidden;
  height: 0px;
  border-top: 1px solid transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: #0f9de0;
  z-index: 9999;
  text-align: left;
}
.menu {
text-align: left;
}
/*.mobile .menu>li:hover>.sub-menu {
height: 0;
}*/
.menu li ul li {
border-top: solid 1px #3b3b3b;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
position: relative;
display: block;
-webkit-backface-visibility: visible;
margin: 0;
}
.menu li> ul>li:first-child{
  border-top-width: 0px;
}
.menu li ul li a {
  display: block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #f3f3f3;
  text-transform: none;
  background-color: #45484a;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  white-space: nowrap;
}
.menu li>ul>li>a:hover{
  background-color: #3f4244;
}
/*--- Mega menu ---*/

@media only screen and (min-width: 767px){
li.mega-menu > .sub-menu {
width: auto;
white-space: nowrap;
padding: 10px 20px;
background-color: rgba(69, 72, 74, 0.95);
border-top: 1px solid #0f9de0;
}
li.mega-menu > .sub-menu > li {
display: inline-block;
float: left;
height: auto;
border-top: 0;
}
li.mega-menu > .sub-menu > li >a {
font-size: 15px;
background-color: transparent !important;
border-bottom: 1px solid #808080;
padding: 0;
margin: 0 20px;
}
li.mega-menu > .sub-menu > li > ul {
display: block !important;
opacity: 1 !important;
position: relative;
left: 0 !important;
background: transparent;
height: auto;
}
li.mega-menu > .sub-menu > li li {
border: 0;
}
li.mega-menu > .sub-menu > li li a {
background-color: transparent;
}
li.mega-menu > .sub-menu > li li a:hover,
.headerstyle2_2 .sub-menu > li a:hover {
background-color: transparent;
color: #0f9de0;
}
li.mega-menu > .sub-menu > li li a:before,
.headerstyle2_2 .sub-menu > li a:before {
  position: absolute;
  left: 11px;
  content: "\f105";
  font-family: FontAwesome;
  top: 0px;
color: #0f9de0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
li.mega-menu > .sub-menu > li li a:hover:before,
.headerstyle2_2 .sub-menu > li a:hover:before {
  opacity: 1;
}
li.mega-menu > .sub-menu > li> a:hover:before {
opacity: 0 !important;
}

}
/*--- /Mega menu ---*/

/*-------------- Post menu ----------------*/

li.post-menu > ul {
  width: 492px;
  background-color: rgba(0,0,0,0.80);
  border-radius: 0 0 2px 2px;
  padding: 3px;
  border-top: 2px solid #0f9de0;
  overflow: visible;
}

li.post-menu > ul >li {
  border: 0;
  float: left;
  width: 76px;
  clear: none;
  height: 76px;
  padding: 3px;
position: static;
margin:0 !important;
}

li.post-menu > ul >li>a {
padding: 0 !important;
height: 100%;
display: block;
background-color: #3170ac;
border-radius: 3px;
}
li.post-menu > ul >li>a>img {
  width: 100%;
  height: 100%;
  border-radius: 3px;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

li.post-menu > ul >li>a>img:hover {
opacity: 0.35;
}
li.post-menu > ul >li:hover .post-details {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -1px;
  border-radius: 0 0 2px 2px;
}

.post-details {
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
  border-top: 1px solid #0f9de0;
}
.post-details img {
  width: 100%;
  display: block;
  padding: 5px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-post-description {
color: #fff;
padding: 5px;
margin-bottom: 0px;
}
.post-details span {
float: left;
width: 30px;
height: 25px;
margin-right: 5px;
background-image: url(../img/sprite.png);
background-position: -243px -292px;
margin-top: 10px;
margin-left: 5px;
}
.post-details span.format-gallery {
  background-position: -205px -292px;
}
.post-details span.format-video {
  background-position: -204px -336px;
}
li.post-menu > ul >li>a:hover {
background-color: #3170ac;
}





.wrapper.headline {
display: block;
height: 54px;
background: transparent;
}
.headerstyle2 .headline {
height: 100px;
}

.headline.only-path {
  height: 55px;
}

.headline h1{
  display: block;
  float: left;
  color: #e7ebee;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  line-height: 54px;
  margin-bottom: 0;
}
.headline.marble h1 {
  color: #a6aaad;
}
.headline h1 span {
display: none;
}
.page-path {
  display: block;
  float: right;
}
.only-path .page-path {
  float: left;
}
.page-header .only-path .page-path {
float: left;
margin-top: 0;
}
.headerstyle2 .page-header .only-path .page-path {
line-height: 85px;
}
#search-icon {
width: 25px;
}
.page-path a,  .page-path span{
  color: #e7ebee;
  line-height: 54px;
  font-size: 10px;
  text-transform: uppercase;
}
.only-path .page-path a,
.only-path .page-path span {
  line-height: 40px;
}

.page-path a:before{
  content: '|';
  padding: 0 4px 0 2px;
}
.page-path a:first-child:before{
  content: '';
  padding: 0;
}

.marble .page-path span, .marble .page-path a {
  color: #545758;
}
#control-panel {
  -webkit-backface-visibility: hidden;
}
#menu-btn {
width: 27px;
height: 13px;
background: url(../img/menu-btn.png) no-repeat;
position: relative;
margin: 18px;
display: none;
}
.socials.mobile-socials {
  display:none;
}
.fixed .socials.mobile-socials {
display: none;
}
/*----------------</HEADER>----------------*/


/*----------------<HEADER STYLE2>----------------*/

.headerstyle2 .menu {
float: right;
width: auto;
}
.headerstyle2 .menu>li>a,.headerstyle2 .menu>ul>li>a {
  height: 100px;
  line-height: 100px;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.headerstyle2 .menu>li, .headerstyle4 .menu>li,  .headerstyle2 .menu>ul>li, .headerstyle4 .menu>ul>li {
margin-right: 15px;
}
.b960.headerstyle2 .menu>li, .headerstyle4 .menu>li, .b960.headerstyle2 .menu>ul>li, .headerstyle4 .menu>ul>li {
margin-right: 5px;
}
.headerstyle2 .fixed .menu>li>a, .headerstyle2 .fixed .menu>ul>li>a {
height: 44px;
line-height: 44px;
}
.headerstyle2 .menu li>a:after {
top:auto;
bottom: -1px;
height: 2px;
}
.headerstyle2 .headline h1 {
line-height: 100px;
}
.headerstyle2 .page-path {
margin-top: 25px;
}
.headerstyle2 .socials li {
height: 33px;
padding: 1px 0;
margin-top: 0;
margin-left: 0;
}
.wrapper.preheader {
background-color: #45484a;
padding: 9px 0;
}
.preheader .socials li span {
  background: #7a8286;

  -webkit-box-shadow: none;
  box-shadow: none;
}
.preheader .socials {
position: relative;
padding-left: 20px;
margin-left: 20px;
}
.preheader .socials:before {
background: #5d5f62;
content: '';
width: 1px;
height: 30px;
position: absolute;
top: 4px;
left: 0;
}
.preheader-builder {
padding: 3px 0;
border-bottom: 1px solid #eff2f2;
color: #9fa2a4;
line-height: 37px;
}
.preheader-builder div.left {
  float: left;
  margin-right: 22px;
}
.preheader-builder div.right {
  float: right;
  margin-left: 22px;
}

.preheader-builder i {
  padding-right: 5px;
  font-size: 15px;
}
.headerstyle2.fixed-header .headline,
.headerstyle5.fixed-header .headline {
padding-top: 0px;
}
.contact {
color: #fff;
line-height: 41px;
padding-left: 25px;
background-image: url(../img/sprite.png);
background-repeat: no-repeat;
float: right;
}
.preheader .phone.contact {
font: 100 28px Open Sans, Arial, Tahoma;
}
.phone.contact {
background: url(../img/sprite.png) -343px -312px no-repeat;
padding-left: 40px;
color: #c4c6c7;
}
.preheader .socials a {
background-repeat: no-repeat;
}
.preheader .socials .facebook {
background-position: -7px -872px;
}
.preheader .socials .twitter {
background-position: -44px -872px;
}
.preheader .socials .skype {
background-position: -78px -872px;
}
.preheader .socials .dribbble {
background-position: -107px -873px;
}
.preheader .socials .youtube {
background-position: -135px -872px;
}
.preheader .socials .tumblr {
background-position: -166px -872px;
}
.preheader .socials .linkedin {
background-position: -196px -872px;
}
.preheader .socials .pinterest {
background-position: -228px -872px;
}
.preheader .socials .google-plus {
background-position: -264px -872px;
}
.preheader .socials  .instagram {
background-position: -303px -874px;
}

.preheader .socials .facebook:hover {
background-position: -7px -905px;
}
.preheader .socials .twitter:hover {
background-position: -44px -905px;
}
.preheader .socials .skype:hover {
background-position: -78px -905px;
}
.preheader .socials .dribbble:hover {
background-position: -107px -906px;
}
.preheader .socials .youtube:hover {
background-position: -135px -906px;
}
.preheader .socials .tumblr:hover {
background-position: -166px -906px;
}
.preheader .socials .linkedin:hover {
background-position: -196px -906px;
}
.preheader .socials .pinterest:hover {
background-position: -228px -907px;
}
.preheader .socials .google-plus:hover {
background-position: -264px -906px;
}
.preheader .socials  .instagram:hover {
background-position: -303px -906px;
}
.headerstyle2 .headline.only-path:hover {
height: 100px;
}
#search-icon {
float: right;
position: relative;
z-index: 100;
}
/*#search-icon form input:focus {
font-size: 12px;
padding: 4px 0 4px 28px;
width: 90px;
border: none;
background-color: #F3F3F3;
cursor: text;
}*/
#search-icon form input {
margin: 0;
padding: 4px 0 4px 28px;
width: 0px;
cursor: pointer;
border: none;
outline: none;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
-webkit-box-shadow: none;
-moz-box-shadow: none;
height: 30px;
box-shadow: none;
background: transparent;
}
#search-icon #searchform {
width: auto;
height: auto;
border: 0;
background: none;
margin-top: 33px;
margin-left: 5px;
position: relative;
}
#search-icon i {
position: absolute;
pointer-events: none;
left: -4px;
top: 43px;
z-index: 100;
color: #444444;
font-size: 19px;
background: url(../img/magnifier.png) no-repeat 18px 0;
width: 17px;
height: 17px;
border-left: 1px solid #ccc;
padding-left: 20px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}

.headerstyle2 nav  {
margin-right: -6px;
}
body.headerstyle2 .page-path span, body.headerstyle2 .page-path a,
body.headerstyle5 .page-path span, body.headerstyle5 .page-path a {
line-height: 25px;
color: #fff;
}
.headerstyle2 .page-path,
.headerstyle5 .page-path {
margin-top: 53px;
background: rgba(0,0,0,0.34);
padding: 0 10px;
}
.headerstyle2 .header-image,
.headerstyle5 .header-image {
height: 120px;
}
.single-portfolio.headerstyle2 .header-image {
height: 100px;
}
.fixed #search-icon #searchform {
margin-top: 4px;
margin-bottom: 4px;
}
.fixed #search-icon i {
top: 13px;
}
.fixed #search-icon form input {
height: 25px;
}
.headerstyle2 .logo img,
.headerstyle4 .logo img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  width:auto;
}

.headerstyle2 .menu li > span {
display: block;
top: 50%;
margin-top: -8px;
right: 0;
}
.headerstyle2 .menu li ul li > span {
display: none;
}
.menu li:hover > span {
color: #278dc9;
}
.headerstyle2 .headline {
height: 100px;
}
.headerstyle2 .headline h1,
.headerstyle5 .headline h1 {
line-height: 35px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
margin-top: 26px;
}

.no-header-image.headerstyle2 .headline h1,
.woocommerce.headerstyle2 .headline h1,
.single-post.headerstyle2 .headline h1,
.category.headerstyle2 .headline h1,
.single-portfolio.headerstyle2 .headline h1 {
margin-top: 18px;
text-shadow: none;
}
.no-header-image.headerstyle2 .headline h1 span,
.woocommerce.headerstyle2 .headline h1 span,
.single-post.headerstyle2 .headline h1 span,
.category.headerstyle2 .headline h1 span,
.single-portfolio.headerstyle2 .headline h1 span {
background: transparent;
padding-left: 0;
color: #45484a;
}
.no-header-image.headerstyle2 .page-path,
.woocommerce.headerstyle2 .page-path,
.single-post.headerstyle2 .page-path,
.category.headerstyle2 .page-path,
.single-portfolio.headerstyle2 .page-path {
margin-top: 40px;
background: transparent;
}
body.single-portfolio.headerstyle2 .page-path span, body.single-portfolio.headerstyle2 .page-path a,
body.woocommerce.headerstyle2 .page-path span, body.woocommerce.headerstyle2 .page-path a,
body.single-post.headerstyle2 .page-path span, body.single-post.headerstyle2 .page-path a,
body.category.headerstyle2 .page-path span, body.category.headerstyle2 .page-path a,
body.no-header-image.headerstyle2 .page-path span, body.no-header-image.headerstyle2 .page-path a {
color: #45484a;
}
body.no-header-image.headerstyle2 .page-path span.current,
body.woocommerce.headerstyle2 .page-path span.current,
body.single-post.headerstyle2 .page-path span.current,
body.category.headerstyle2 .page-path span.current,
body.single-portfolio.headerstyle2 .page-path span.current {
  color: #3b74aa;
}
.single-portfolio.headerstyle2 .headline h1,
.woocommerce.headerstyle2 .headline h1,
.single-post.headerstyle2 .headline h1,
.category.headerstyle2 .headline h1 {
  margin-top: 10px;
}
.single-portfolio.headerstyle2 .page-path,
.woocommerce.headerstyle2 .page-path,
.single-post.headerstyle2 .page-path,
.category.headerstyle2 .page-path {
  margin-top: 17px;
}
.single-portfolio.headerstyle2 .absolute, .single-portfolio.headerstyle2 .headline,
.woocommerce.headerstyle2 .absolute, .woocommerce.headerstyle2 .headline,
.single-post.headerstyle2 .absolute, .single-post.headerstyle2 .headline,
.category.headerstyle2 .absolute, .category.headerstyle2 .headline {
  height: 55px;
}
.headerstyle2 .headline h1 span,
.headerstyle5 .headline h1 span {
font-weight: 100;
font-size: 21px;
clear: both;
display: block;
line-height: 1;
text-transform: none;
background: rgba(0,0,0,0.34);
padding: 6px 10px 9px;
text-shadow: none;
}
.headerstyle2 .page-path,
.headerstyle5 .page-path {
margin-top: 53px;
background: rgba(0,0,0,0.34);
padding: 0 10px;
}
body.headerstyle2 .page-path span, body.headerstyle2 .page-path a,
body.headerstyle5 .page-path span, body.headerstyle2 .page-path a {
line-height: 25px;
color: #fff;
}
.woocommerce.headerstyle2 .header-image,
.single-post.headerstyle2 .header-image,
.category.headerstyle2 .header-image,
.single-portfolio.headerstyle2 .header-image {
height: 55px;
margin-top: -55px;
float: left;
}
.headerstyle2 div.wrapper.menu-bg.transparent {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45MyIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45MyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNzUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: none, -webkit-linear-gradient(to top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.9) 30px,#ffffff 70px);
  background: none, -moz-linear-gradient(to top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.9) 30px,#ffffff 70px);
  background: none, -o-linear-gradient(to top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.9) 30px,#ffffff 70px);
  background: none, -ms-linear-gradient(to top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.9) 30px,#ffffff 70px);
  background: none, linear-gradient(to top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.9) 30px,#ffffff 70px);
  margin-bottom: -70px;
  border-bottom: 0;
float: left;
}
.b960.headerstyle2 div.wrapper.menu-bg.transparent,
.b1170.headerstyle2 div.wrapper.menu-bg.transparent {
  float: none;
}
.b1170.headerstyle2 div.wrapper.menu-bg.transparent.fixed,
.b960.headerstyle2 div.wrapper.menu-bg.transparent.fixed {
background: none;
}
.wrapper.transparent-content .container.main {
padding-top: 70px;
}
.wrapper.transparent-content {
margin-top: -70px;
background: #FFF;
}
.wrapper.transparent-content:before {
position: absolute;
left: 0;
height: 70px;
width: 100%;
z-index: 100000;
display: block;
content: '';
background: none, -webkit-linear-gradient(top,rgba(255,255,255,0.25) 0px,rgba(255,255,255,0.9) 50px,#ffffff 70px);
background: none, -moz-linear-gradient(top,rgba(255,255,255,0.25) 0px,rgba(255,255,255,0.9) 50px,#ffffff 70px);
background: none, -o-linear-gradient(top,rgba(255,255,255,0.25) 0px,rgba(255,255,255,0.9) 50px,#ffffff 70px);
background: none, -ms-linear-gradient(top,rgba(255,255,255,0.25) 0px,rgba(255,255,255,0.9) 50px,#ffffff 70px);
background: none, linear-gradient(top,rgba(255,255,255,0.25) 0px,rgba(255,255,255,0.9) 50px,#ffffff 70px);
}
 #search-icon form input {
  width: 200px;
  position: absolute;
  top: 40px;
  right: -30px;
  height: 40px;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);

display: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  border-radius: 4px;

  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
font-size: 13px;
}

#search-icon i {
pointer-events: all;
cursor: pointer;
}
 #search-icon :-moz-placeholder {
    font-style:italic;
  }
 #search-icon :-ms-input-placeholder {
    font-style:italic;
  }
 #search-icon ::-webkit-input-placeholder {
    font-style:italic;
  }

/*----------------</HEADER STYLE2>----------------*/


/*----------------<HEADER STYLE3>----------------*/
.headerstyle3 .menu-bg {
position: relative;
z-index: 50;
}

.headerstyle3 .menu {
margin-right: -36px;
}
.headerstyle3 .menu, .headerstyle2 .menu  {
width: auto;
float: right;
}
.headerstyle3 .contact {
color: #7f8182;
line-height: 19px;
float: left;
margin-top: 12px;
margin-right: 20px;
}
.headerstyle3 .phone.contact {
background-position: -453px -52px;
padding-left: 15px;
}
.headerstyle3 .email.contact {
background-position: -447px -79px;
padding-left: 25px;
}
.headerstyle2 .header-image.header-image-no-titlebar {
height: 0px;
}
.headerstyle3 .menu-bg .container {
text-align: left;
}
.headerstyle3 .socials li {
  overflow: visible;
}
.b960.headerstyle3 .menu>li {
margin-right: 10px;
}
/*----------------</HEADER STYLE3>----------------*/


/*----------------<HEADER STYLE4>----------------*/

@media only screen and (min-width: 768px){
  .headerstyle4 .page-header {
  margin-bottom: -100px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 50;
  }
  .wrapper.dark-menu {
  background-color: rgba(0,0,0,0.5);
  }
  .headerstyle4.fixed-header .page-header .dark-menu {
  position: fixed;
  width: 100%;
  top: 0;
left: -1px;
  z-index: 10000;
  }
  .headerstyle4 #search-icon form input {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  }
  .headerstyle4 .menu {
  float: right;
  width: auto;
  }
.headerstyle4 .header-image.header-image-no-titlebar {
  height: 90px;
  margin: 0;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.headerstyle4.fixed-header .header-image.header-image-no-titlebar {
height: 30px;
}
.headerstyle4 .header-image {
height: 149px;
margin-top: -55px;
float: left;
}
  .headerstyle4 .menu>li>a {
    line-height: 100px;
    height: 100px;
    color: #fff;
    padding: 0 30px 0 20px;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
.b960.headerstyle4 .menu>li>a {
padding: 0 30px 0 10px;
}
  .headerstyle4 .menu li ul {
  background: none;
  border-top: 1px solid #0f9de0;
-webkit-backface-visibility: hidden;
  }
  .headerstyle4 .menu li ul li {
  border: 0;

  }
  .headerstyle4 .menu > li {
    margin-right: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .headerstyle4 #search-icon form input:focus {
  background-color: rgba(0,0,0,0.3);
  }
  .headerstyle4 .menu li ul li a {
  background-color: rgba(0,0,0,0.5);
  border: 0;

  }
  .headerstyle4 .menu li ul li {
    margin-right: 0;
  }
  .headerstyle4 .menu li ul li a:hover {
    background-color: rgba(0,0,0,0.65);
  }

  .headerstyle4 .menu li > span {
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -7px;

    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .headerstyle4 .menu li:hover > span {
    color: rgb(187, 187, 187);

    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  .headerstyle4 .menu>li:hover {
  background: rgba(0,0,0,0.30);
  }

    .headerstyle4 :-moz-placeholder {
      color: #ffffff;
    }
    .headerstyle4 :-ms-input-placeholder {
      color: #ffffff;
    }
    .headerstyle4 ::-webkit-input-placeholder {
      color: #ffffff;
    }

  .headerstyle4  #search-icon i {
    background-image: url(../img/magnifier-white.png);
  }

  .fixed-header.headerstyle4 .logo img {
  height: 30px !important;
  margin: 5px 0;
  }
  .headerstyle4 .logo img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .fixed-header.headerstyle4 #search-icon i {
  top: 10px;
  }

  .fixed-header.headerstyle4 .menu>li>a {
  line-height: 40px;
  height: 40px;
  }
  .fixed-header.headerstyle4 #search-icon #searchform {
    margin-top: 0;
  }
  .fixed-header.headerstyle4 .logo {
    padding-bottom: 0;
  }
}
.headerstyle4 .menu .mega-menu ul a {
background: transparent;
}
.headerstyle4 .menu .mega-menu > ul {
background: rgba(0,0,0,0.5);
}
.headerstyle4 .menu .mega-menu li > span {
display: none;
}
.b1170.headerstyle4.fixed-header .page-header .dark-menu,  .b960.headerstyle4.fixed-header .page-header .dark-menu {
max-width: none;
background: none;
}
.b1170.headerstyle4.fixed-header .page-header .dark-menu .container,  .b960.headerstyle4.fixed-header .page-header .dark-menu .container {
background-color: rgba(0,0,0,0.5);
position: relative;
padding-right: 63px;
}
.b1170.headerstyle5.fixed-header .wrapper.main-menu,  .b960.headerstyle5.fixed-header .wrapper.main-menu {
max-width: none;
background: none;
border: 0;
}
.b1170.headerstyle5.fixed-header .wrapper.main-menu .container,  .b960.headerstyle5.fixed-header .wrapper.main-menu .container {
background: #fff;
position: relative;
border-bottom: 1px solid #e3e3e3;
}

/*----------------</HEADER STYLE4>----------------*/

/*----------------- Headerstyle5 -------------*/
.headerstyle5 .menu li>a {
font-family: 'open sans', arial, tahoma;
}
.headerstyle5 .menu li>a:before {
font-family: FontAwesome;
margin-right: 5px;
font-size: 15px;
position: relative;
top: -1px;
height: 26px;
}
@media only screen and (min-width: 768px){
  .headerstyle5 .page-header .wrapper {
  background-color: #fff;
  }
.headerstyle5 .menu > li:hover>a {
color: #3b74a9;
}

.headerstyle5 .menu >li>a:after, .headerstyle5 .menu>ul>li>a:after {
margin-top: 1px;
}
.main-menu {
  border-bottom: 1px solid #e3e3e3;
}
.headerstyle5 #search-icon i {
top: 13px;
}
.headerstyle5 #search-icon #searchform {
margin-top: 8px;
margin-bottom: 0;
}
.header-text {
float: left;
margin-top: 35px;
margin-left: 30px;
}
.header-text span {
display: block;
color: #7f7f7f;
text-transform: uppercase;
font-size: 10px;
}
.header-contact {
float: right;
margin-top: 28px;
}
.header-contact a {
display: block;
color: #7f7f7f;
}
.header-contact .phone {
background-position: -320px -710px;
margin-bottom: 5px;
}
.header-contact .email {
background-position: -321px -738px;
}
.headerstyle5  .wrapper.small_preheader {
background: #2a2b2c;
height: 35px;
}
.small_preheader span:before {
font-family: fontAwesome;
margin-right: 5px;
font-size: 19px;
height: 21px;
}
.small_preheader span {
font-size: 10px;
text-transform: uppercase;
color: #9c9fa2;
font-family: 'Open Sans', arial, tahoma;
margin-left: 15px;
line-height: 35px;
height: 35px;
}
.headerstyle5 .socials li {
margin-top: 0;
margin-left: 10px;
}

.headerstyle5 .page-header .socials li a {
width: 20px;
margin: 0;
padding: 0;
}
.headerstyle5 .page-header .socials .facebook {
background-position: -16px -1937px !important;
}
.headerstyle5 .page-header .socials .twitter {
background-position: -54px -1937px !important;
}
.headerstyle5 .page-header .socials .skype {
background-position: -88px -1937px !important;
}
.headerstyle5 .page-header .socials .dribbble {
background-position: -116px -1937px !important;
}
.headerstyle5 .page-header .socials .youtube {
background-position: -144px -1937px !important;
}
.headerstyle5 .page-header .socials .linkedin {
background-position: -206px -1937px !important;
}
.headerstyle5 .page-header .socials .google-plus {
background-position: -270px -1937px !important;
}
.headerstyle5 .page-header .socials .pinterest {
background-position: -239px -1937px !important;
}
.headerstyle5 .page-header .socials .tumblr {
background-position: -174px -1937px !important;
}
.headerstyle5 .page-header .socials .instagram {
background-position: -306px -1936px !important;
}
.fixed-header .main-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
}
.fixed-header .small_preheader {
  margin-bottom: 46px;
}
.menu [class^="icon-"]:before, .menu [class*=" icon-"]:before {
font-family: fontawesome;
}
.menu li a[class^="icomoon-"]:before, .menu li a[class*=" icomoon-"]:before {
font-family: icomoon;
top: 2px;
}
.headerstyle5 .page-header .wrapper.headline {
background: transparent;
}
.headerstyle5 .only-path .page-path {
margin-top: 30px;
}
.headerstyle5.no-header-image .header-image.header-image-no-titlebar {
height: 0;
}


}


/*----------------- /Headerstyle5 -------------*/

/*----------------- Header style 6 ------------*/

@media only screen and (min-width: 768px){

.headerstyle2.headerstyle2_2 .menu>li, .headerstyle2.headerstyle2_2 .menu>ul>li {
margin-top: 36px;
margin-right: 5px;
}

.headerstyle2.headerstyle2_2 .menu>li>a, .headerstyle2.headerstyle2_2 .menu>ul>li>a {
height: 30px;
line-height: 30px;
border-radius: 3px;
padding-right: 25px;
margin-right: 0px;
}
.b960.headerstyle2.headerstyle2_2 .menu>li>a, .b960.headerstyle2.headerstyle2_2 .menu>ul>li>a {
padding-left: 0;
}
.headerstyle2_2 .sub-menu {
background: #fff;
border-radius: 3px;
box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}
.headerstyle2.headerstyle2_2 .menu>li>span, .headerstyle2.headerstyle2_2 .menu>ul>li>span {
right: 10px;
color: #adafb0;
}
.headerstyle2.headerstyle2_2 .menu>li:hover>span, .headerstyle2.headerstyle2_2 .menu>ul>li:hover>span {
right: 5px;
color: #fff;
background-color: #0f9de0;
width: 14px;
height: 14px;
text-align: center;
line-height: 15px;
border-radius: 50%;
box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.5);
}
.headerstyle2.headerstyle2_2 .menu>li.current_page_item>a,
.headerstyle2.headerstyle2_2 .menu>ul>li.current_page_item>a,
.headerstyle2.headerstyle2_2 .menu>li.current-menu-parent>a {
background-color: #1b8bd2;
color: #fff;
box-shadow: inset 0 0 0 1px rgba(0, 71, 116, 0.32);
}
.headerstyle2.headerstyle2_2 .menu>li.current_page_item>span,
.headerstyle2.headerstyle2_2 .menu>ul>li.current_page_item>span,
.headerstyle2.headerstyle2_2 .menu>li.current-menu-parent>span {
color: #fff;
}
.headerstyle2_2 li.post-menu > a,  .headerstyle2_2 li.mega-menu > a {
margin-bottom: 1px;
}
.headerstyle2_2 li.post-menu > ul {
border-top-color: transparent;
background-color: #fff;
}
.headerstyle2_2 li.post-menu .sub-menu > li a:hover:before {
display: none;
}
.headerstyle2_2 .menu-post-description {
color: #45484a;
}
.headerstyle2_2 .mega-menu ul li ul {
box-shadow: none;
}
.headerstyle2_2 li.mega-menu>.sub-menu {
border-top-color: transparent;
background-color: #fff;
padding: 10px 0px;
}
.headerstyle2_2  .menu >li>a:after, .headerstyle2_2  .menu>ul>li>a:after {
  display: none;
}
.fixed-header.headerstyle2.headerstyle2_2 .menu>li, .fixed-header.headerstyle2.headerstyle2_2 .menu>ul>li {
margin-top: 1px;
}
.headerstyle2_2 li.mega-menu>.sub-menu li a {
color: #45484a;
}
.headerstyle2_2 li.mega-menu>.sub-menu > li >a {
font-weight: 900;
border: 0;
}
.headerstyle2_2 .sub-menu li a {
background-color: transparent;
color: #45484a;
border-color: #e3eaf4;
padding: 0 20px;
}
.headerstyle2_2 .sub-menu li {
border-color: #e3eaf4;
margin: 0 10px;
}
.headerstyle2_2 .post-details {
  background-color: #fff;
}
.wrapper.preheader.white {
background-color: #fff;
}
.preheader.white {
position: relative;
z-index: 3000;
border-bottom: 1px solid #edf0f1;
}
.preheader.white p {
display: inline-block;
color: #69767f;
margin-right: 30px;
margin-bottom: 0;
}
.preheader.white span {
margin-right: 5px;
}
.preheader.white .menu li {
margin: 0;
line-height: 10px;
height: 10px;
}
.preheader.white .menu li a {
color: #9c9fa2;
font-size: 10px;
line-height: 10px;
height: 15px;
}
.preheader.white .menu {
float: none;
display: inline-block;
margin: 0;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
height: 19px;
margin-top: 1px;
margin-right: 25px;
}
.preheader.white .menu li:hover .icon-angle-down {
background: none;
box-shadow: none;
color: #0f9de0;
right: 7px;
}
.cart-button {
color: #1b8bd2;
font-size: 12px;
float: right;
margin-top: 4px;
}
.cart-button:before {
content: "\f07a";
font-family: fontawesome;
margin-right: 5px;
}
.preheader.white .menu .icon-angle-down {
margin-top: 0;
top: -1px;
}

}

/*----------------<PREHEADER ICONS>----------------*/
.preheader-builder .socials li {
margin-top: 0;
margin-left: 10px;
}

.preheader-builder .socials li a {
width: 20px;
margin: 0;
padding: 0;
}
.preheader-builder .socials span.tran02slinear {
display: none;
}
.preheader-builder .socials .facebook {
background-position: -16px -1937px !important;
}
.preheader-builder .socials .twitter {
background-position: -54px -1937px !important;
}
.preheader-builder .socials .skype {
background-position: -88px -1937px !important;
}
.preheader-builder .socials .dribbble {
background-position: -116px -1937px !important;
}
.preheader-builder .socials .youtube {
background-position: -144px -1937px !important;
}
.preheader-builder .socials .linkedin {
background-position: -206px -1937px !important;
}
.preheader-builder .socials .google-plus {
background-position: -270px -1937px !important;
}
.preheader-builder .socials .pinterest {
background-position: -239px -1937px !important;
}
.preheader-builder .socials .tumblr {
background-position: -174px -1937px !important;
}
.preheader-builder .socials .instagram {
background-position: -306px -1936px !important;
}
/*----------------</PREHEADER ICONS>----------------*/

/*----------------<HEADER IMAGE>----------------*/
.header-image {
  height: 99px;
  background-position: center;
}
.header-image.header-image-path-only {
  height: 85px;
}
.header-image.header-image-no-titlebar {
  height: 40px;
}
.image1 .header-image{
  background-image: url(../images/image1.jpg);
}
.image2 .header-image{
  background-image: url(../images/image2.jpg);
}
.image3 .header-image{
  background-image: url(../images/image3.jpg);
}
.image4 .header-image{
  background-image: url(../images/image4.jpg);
}
.image5 .header-image{
  background-image: url(../images/image5.jpg);
}
.image6 .header-image{
  background-image: url(../images/image6.jpg);
}
/*----------------</HEADER IMAGE>----------------*/


/*----------------<HEADER STYLE7>----------------*/

body.headerstyle7.fixed-header .page-header .menu-bg{
  opacity:.8;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
}

body.headerstyle7.fixed-header .page-header .menu-bg:hover{
  opacity:1;
}

body.headerstyle7 .page-header .menu>li>a:after{
  content:''!important;
  display:inline-block!important;
  width:15px!important;
  height:15px!important;
  background:url(../img/header7-menu.png) no-repeat!important;
  background-position:left top;
  margin-left:6px;
  top:3px;
  position:relative!important;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
}

body.headerstyle7 .page-header .menu>li:hover>a:after{
  background-position:left bottom!important;
}

/*----------------</HEADER STYLE7>----------------*/


/*----------------<PLACEHOLDER>----------------*/
.placeholder {
  height: 450px;
  background-position: center;
}
.placeholder{
  background-image: url(../images/placeholder.jpg);
}
/*----------------</PLACEHOLDER>----------------*/

/*----------------<TWO HEADERS>----------------*/
.two-headers {
  position: relative;
        box-sizing: border-box;
       -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  padding-right: 100px;
  min-height: 89px;
}
.two-headers h2,
.two-headers h3 {
  color: #e7ebee;
}
.two-headers h2 {
  font-size: 28px;
  font-weight: 300;
  margin-top: 10px;
  text-transform: none;
margin-bottom: 0;
}
.two-headers h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}
.two-headers a {
  position: absolute;
  right: 0;
  width: 85px;
  height: 84px;
  top: 50%;
  margin-top: -46px;
  color: #474a4c;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px #f1f1f1;
  text-transform: uppercase;
  line-height: 1.2;
  background: #fff;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.7);

  -webkit-box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
  box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
  behavior: url(/wp-content/themes/circles/css/PIE.htc);
}

.no-csstransitions .two-headers a:before {
width: 11px;
left: 5px;
}
.two-headers a:before {
content: '';
position: absolute;
width: 18px;
height: 12px;
background: rgb(247, 247, 247);
border: 1px solid rgba(0,0,0,0.6);
left: 1px;
-webkit-transform: skewX(30deg);
-moz-transform: skewX(30deg);
-o-transform: skewX(30deg);
transform: skewX(30deg);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0.5773502691896265, M21=0, M22=1, SizingMethod='auto expand')";
border-right: 0;
border-bottom: 0;
top: 8px;
}
.two-headers a span {
padding: 28px 15px;
float: left;
background: #fff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(3,36,62,0.2) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(3,36,62,0.2)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(3,36,62,0.2) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(3,36,62,0.2) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(3,36,62,0.2) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(3,36,62,0.2) 100%);
border-radius: 50%;
-ms-border-radius: 50%;
text-shadow: 0 1px 0 #fff;
box-shadow: -1px -1px 0 1px rgba(0,0,0,0.1);
height: 28px;
overflow: hidden;
width: 55px;
  behavior: url(/wp-content/themes/circles/css/PIE.htc);
}
/*----------------</TWO HEADERS>----------------*/

/*----------------<THREE PLATES>----------------*/
.three-plates {
background: #a7acaf !important;
overflow: hidden;
}
.three-plates .plate {
  position: relative;
  float: left;
  width: 33.333333%;
z-index: 10;
}
.three-plates .plate a{
  display: block;
  position: relative;
  padding: 25px 0 20px;
}
.three-plates .plate:hover {
  background: transparent;
}
.three-plates .plate .alpha,
.three-plates .plate .omega {
  display: block;
  position: absolute;
  height: 100%;
  width: 300%;
  background: #a7acaf;
  top: 0;
}
.plate:hover, .plate:hover .alpha, .plate:hover .omega {
box-shadow: inset 0px -2px 0px 0px #3799d8;
}
.three-plates .plate:hover .alpha,
.three-plates .plate:hover .omega {
  background: transparent;
}
.three-plates .plate .alpha {
  right: 100%;
}
.three-plates .plate .omega {
  left: 100%;
}
.three-plates .plate .separator {
  position: absolute;
  top:0;
  left: 0;
  height:100%;
  width: 1px;
  background: #717476;
  border-right: solid 1px #babec1;
}
.three-plates .plate .separator div{
  position: absolute;
  top: 50%;
  left: 0;
  height:15px;
  width: 8px;
  margin-top:-7px;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
}
.three-plates .plate:first-child .separator{
  display: none;
}
.three-plates .plate h2,
.three-plates .plate h3 {
  color: #53575b;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
  text-align: center;
}
.three-plates .plate:hover h2,
.three-plates .plate:hover h3 {
  color: #f3f3f3;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.three-plates .plate h2 {
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
margin-bottom: 0;
}
.three-plates .plate h3 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
margin-bottom: 0;
}
.three-plates-img-1,
.three-plates-img-2,
.three-plates-img-3,
.three-plates-idea,
.three-plates-list,
.three-plates-mental,
.three-plates-start,
.three-plates-strategy,
.three-plates-target,
.three-plates-time,
.three-plates-upload {
  position: relative;
  display: block;
  width: 64px;
  height: 65px;
  margin: 0px auto 15px;
}
.three-plates-img-1 span,
.three-plates-img-2 span,
.three-plates-img-3 span,
.three-plates-idea span,
.three-plates-list span,
.three-plates-mental span,
.three-plates-start span,
.three-plates-strategy span,
.three-plates-target span,
.three-plates-time span,
.three-plates-upload span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/sprite.png);
}
.three-plates-img-1 span+span,
.three-plates-img-2 span+span,
.three-plates-img-3 span+span,
.three-plates-idea span+span,
.three-plates-list span+span,
.three-plates-mental span+span,
.three-plates-start span+span,
.three-plates-strategy span+span,
.three-plates-target span+span,
.three-plates-time span+span,
.three-plates-upload span+span {
  opacity: 0;
  filter: alpha(opacity=0);
}

.three-plates-upload span,
.three-plates-upload span+span {
  background-position: center center;
  background-repeat: no-repeat;
}

.three-plates .plate:hover .three-plates-img-1 span:first-child,
.three-plates .plate:hover .three-plates-img-2 span:first-child,
.three-plates .plate:hover .three-plates-img-3 span:first-child,
.three-plates .plate:hover .three-plates-idea span:first-child,
.three-plates .plate:hover .three-plates-list span:first-child,
.three-plates .plate:hover .three-plates-mental span:first-child,
.three-plates .plate:hover .three-plates-start span:first-child,
.three-plates .plate:hover .three-plates-strategy span:first-child,
.three-plates .plate:hover .three-plates-target span:first-child,
.three-plates .plate:hover .three-plates-time span:first-child,
.three-plates .plate:hover .three-plates-upload span:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
}
.three-plates .plate:hover .three-plates-img-1 span+span,
.three-plates .plate:hover .three-plates-img-2 span+span,
.three-plates .plate:hover .three-plates-img-3 span+span,
.three-plates .plate:hover .three-plates-idea span+span,
.three-plates .plate:hover .three-plates-list span+span,
.three-plates .plate:hover .three-plates-mental span+span,
.three-plates .plate:hover .three-plates-start span+span,
.three-plates .plate:hover .three-plates-strategy span+span,
.three-plates .plate:hover .three-plates-target span+span,
.three-plates .plate:hover .three-plates-time span+span,
.three-plates .plate:hover .three-plates-upload span+span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.three-plates-img-1 span:first-child {
  background-position: -34px 0;
}
.three-plates-img-1 span+span {
  background-position: -34px -65px;
}
.three-plates-img-2 span:first-child {
  background-position: -112px 0;
}
.three-plates-img-2 span+span {
  background-position: -112px -65px;
}
.three-plates-img-3 span:first-child {
  background-position: -184px 0;
}
.three-plates-img-3 span+span {
  background-position: -184px -65px;
}
.three-plates-idea span:first-child {
  background-position: 0 -491px;
}
.three-plates-idea span+span {
  background-position: 0 -565px;
}
.three-plates-list span:first-child {
  background-position: -67px -491px;
}
.three-plates-list span+span {
  background-position: -67px -565px;
}
.three-plates-mental span:first-child {
  background-position: -135px -491px;
}
.three-plates-mental span+span {
  background-position: -135px -565px;
}
.three-plates-start span:first-child {
  background-position: -198px -491px;
}
.three-plates-start span+span {
  background-position: -198px -565px;
}
.three-plates-strategy span:first-child {
  background-position: -266px -491px;
}
.three-plates-strategy span+span {
  background-position: -266px -565px;
}
.three-plates-target span:first-child {
  background-position: -329px -491px;
}
.three-plates-target span+span {
  background-position: -329px -565px;
}
.three-plates-time span:first-child {
  background-position: -393px -491px;
}
.three-plates-time span+span {
  background-position: -393px -565px;
}

/*----------------</THREE PLATES>----------------*/

/*----------------<ADVANTAGES>----------------*/
.advantages section {
  position: relative;
  margin-bottom: 40px;
}
.advantages a {
  display: inline-block;
  margin: 5px 0 0 88px;
}
.advantages:after {
clear: both;
display: block;
content: '';
}
.advantages h2 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
color: #45484a;
margin-bottom: 0;
}
.advantages a:hover h2 {
  color: #3170ac;
}
.advantages .icon-content {
  display: block;
  margin: 5px 0 0 88px;
  font-size: 12px;
  font-weight: 400;

font-family: 'Open Sans', sans-serif;
}
.advantages ul li{
  padding: 3px 0;
}
.advantages a .advantages-img,
.teaser a .advantages-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 69px;
  height: 71px;
}
.advantages-img img {
text-align: center;
width: 40px;
position: absolute;
left: 14px;
top: 15px;
}
.advantages a .advantages-img span,
.teaser a .advantages-img span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/sprite.png);
}
.advantages a .advantages-img span:first-child+span,
.teaser a .advantages-img span:first-child+span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.advantages a:hover .advantages-img span:first-child+span,
.teaser a:hover .advantages-img span:first-child+span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.advantages a .advantages-img span:first-child,
.teaser a .advantages-img span:first-child {
  background-position: 0px -130px;
}
.advantages a .advantages-img.font-icon span {
background: transparent;
}
.advantages a .advantages-img.font-icon i {
  font-size:65px;
}
.advantages a:hover .advantages-img.font-icon span:first-child+span {
  opacity:0;
}
.advantages a .advantages-img span:first-child+span, .teaser a .advantages-img span:first-child+span {
background: #407eb5;
border-radius: 50%;
top: 5px;
left: 5px;
width: 59px;
height: 59px;
box-shadow: inset 0 50px 30px -30px rgba(0,0,0,0.2);
}
.advantages a .advantages-img.img-1 span+span+span,
.teaser a .advantages-img.img-1 span+span+span {
  background-position: -69px -130px;
}
.advantages a .advantages-img.img-2 span+span+span,
.teaser a .advantages-img.img-2 span+span+span {
  background-position: -138px -130px;
}
.advantages a .advantages-img.img-3 span+span+span,
.teaser a .advantages-img.img-3 span+span+span {
  background-position: -207px -130px;
}
.advantages a .advantages-img.champion span+span+span,
.teaser a .advantages-img.champion span+span+span {
  background-position: 7px -636px;
}
.advantages a .advantages-img.function span+span+span,
.teaser a .advantages-img.function span+span+span {
  background-position: -54px -638px;
}
.advantages a .advantages-img.leaf span+span+span,
.teaser a .advantages-img.leaf span+span+span {
  background-position: -108px -636px;
}
.advantages a .advantages-img.light span+span+span,
.teaser a .advantages-img.light span+span+span {
  background-position: -162px -638px;
}
.advantages a .advantages-img.settings span+span+span,
.teaser a .advantages-img.settings span+span+span {
  background-position: -220px -637px;
}
.advantages a .advantages-img.show span+span+span,
.teaser a .advantages-img.show span+span+span {
  background-position: -282px -637px;
}
.advantages a .advantages-img.time span+span+span,
.teaser a .advantages-img.time span+span+span {
  background-position: -338px -638px;
}
.advantages .advantages-img-upload span+span+span {
 background-position: center center;
 background-repeat: no-repeat;
}
/*----------------</ADVANTAGES>----------------*/

/*----------------<WHY CHOOSE US>----------------*/
.why-choose-us {
overflow: hidden;
}
.why-choose-us>.separator {
  position: relative;
  height:3px;
  width: 100%;
  background: #dadada;
  border-bottom: solid 1px #fff;
  margin-bottom: 30px;
}
.why-choose-us .separator div{
  position: absolute;
  top: 0;
  left: 50%;
  width: 19px;
  height:10px;
  margin-left:-9px;
  background-image: url(../img/sprite.png);
  background-position: 0 -15px;
}
.why-choose-us a {
  display: inline-block;
  margin-bottom: 10px;
width: 100%;
}
article.why-choose-us h2 {
  display: block;
  float: left;
  height: 41px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  line-height: 21px;
  width: 100%;
  padding-left: 50px;
  color: #45484a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
margin-bottom: 0;
}

.why-choose-us a:hover h2 {
  color: #3170ac;
}
.why-choose-us .why-choose-us-img {
  position: relative;
  display: block;
  float: left;
  width: 41px;
  height: 41px;
  margin-right: -45px;
  margin-left: 1px;
  border-radius: 50%;
  overflow: hidden;
  behavior: url(/wp-content/themes/circles/css/PIE.htc);
}


.why-choose-us .why-choose-us-img span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/sprite.png);
  border-radius: 50%;
}

.why-choose-us .why-choose-us-img span:first-child+span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.why-choose-us a:hover .why-choose-us-img span:first-child+span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.why-choose-us .why-choose-us-img span:first-child {
  background: #4c4f51;
  border-radius: 50%;

  -webkit-box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.5);
  box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.5);
}


.why-choose-us .why-choose-us-img span:first-child+span {
  background: #3789bd;
  border-radius: 50%;

  -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
}

.why-choose-us .why-choose-us-img.img-1 span+span+span {
  background-position: -111px -201px;
}
.why-choose-us .why-choose-us-img.img-2 span+span+span {
  background-position: -152px -201px;
}
.why-choose-us .why-choose-us-img.img-3 span+span+span {
  background-position: -193px -201px;
}
.why-choose-us .why-choose-us-img.img-4 span+span+span {
  background-position: -234px -201px;
}
.why-choose-us .why-choose-us-img.img-5 span+span+span {
  background-position: -112px -242px;
}
.why-choose-us .why-choose-us-img.img-6 span+span+span {
  background-position: -152px -242px;
}
.why-choose-us .why-choose-us-img.img-7 span+span+span {
  background-position: -193px -242px;
}
.why-choose-us .why-choose-us-img.img-8 span+span+span {
  background-position: -234px -242px;
}
.why-choose-us .why-choose-us-img.footprint span+span+span {
  background-position: -338px -202px;
}
.why-choose-us .why-choose-us-img.setting span+span+span {
  background-position: -338px -241px;
}
/*----------------</WHY CHOOSE US>----------------*/

/*----------------<POST>----------------*/
.post {
  position: relative;
  display: block;
  padding: 30px 0 25px 10px;
  margin-left: 80px;
}
.post:first-child {
  padding-top: 0px;
}
.recent-posts .post>header h2 {
    font-size: 18px;
    font-weight: 300;
    color: #3170ac;
    margin-bottom: 10px;
    text-transform: none;
    line-height: 1;
}
.post .separator {
  position: absolute;
  top:0;
  right:0;
  height:3px;
  width: 100%;
  background: #dadada;
  border-bottom: solid 1px #fff;
  margin-bottom: 30px;
}
.container > .separator {
position: relative;
top: 0;
right: 0;
height: 3px;
width: 97.4%;
background: #dadada;
border-bottom: solid 1px #fff;
margin-bottom: 30px;
}
.recent-posts .separator {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #dadada;
  height: 0;
  margin-bottom: 0px;
}
.post:first-child .separator {
  display: none;
}
.post-helper-absolute {
  position: absolute;
  top: 30px;
  left: -80px;
}
.post:first-child .post-helper-absolute {
  top: 0px;
}
.post-comments {
  position: absolute;
  top: 48px;
  left: 42px;
  display: block;
  width: 26px;
  height: 26px;

  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.7);
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.7);
  background-position: 0 -100px;
  border-radius: 50%;
  behavior: url(/wp-content/themes/circles/css/PIE.htc);
}

.post-comments span {
  float: right;
  font-size: 12px;
  font-weight: 300;
  color: #f3f3f3;
  line-height: 22px;
  padding: 0 4px 0 4px;
  text-align: center;
  background: #2f6daa;
  border-radius: 50%;
  margin: 0px;
  width: 14px;

  -webkit-box-shadow: inset 0 0px 4px 0px rgba(0,0,0,0.4);
  box-shadow: inset 0 0px 4px 0px rgba(0,0,0,0.4);
  border: 2px solid #fff;
  behavior: url(/wp-content/themes/circles/css/PIE.htc);
}

.inline.post-comments span {
background: transparent;
box-shadow: none;
border: 0;
width: auto;
border-radius: 0;
font-size: 11px;
padding: 0;
line-height: 16px;
display: inline-block;
float: none;
}
.inline.post-comments span:after {
  display: none;
}
.post-comments span:after {
content: '';
background: url(../img/sprite.png) 0px -103px;
position: absolute;
top: 3px;
left: -2px;
width: 5px;
height: 5px;
}
.post-comments.inline {
background-image: url(../img/comments.png);
background-position: 0;
background-repeat: no-repeat;
display: inline-block;
position: relative;
left: auto;
top: auto;
width: auto;
padding-left: 20px;
height: 16px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
font-size: 11px;
}

.post-author {
  display: block;
  width: 71px;
  text-align: center;
  margin-top: 8px;
  font-size: 11px;
}
.post-author a{
  color: #3170ac;
}
.post-author.inline {
  display: inline;
  margin-right: 10px;
  padding-left: 25px;
  background-image: url(../img/author.png);
  background-position: left 0px;
  background-repeat: no-repeat;
  padding-bottom: 1px;
}
.post-type {
  position: relative;
  display: block;
  width: 41px;
  height: 41px;
  background-image: url(../img/sprite.png);
  background-position: -70px -201px;
  margin: 13px auto 0;
}
.post-type span{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 41px;
  height: 41px;
  background-image: url(../img/sprite.png);
}
.post.format-gallery .post-type span{
  background-position: -193px -283px;
}
.post.format-image .post-type span {
  background-position: -234px -283px;
}
.post.format-video .post-type span{
  background-position: -193px -324px;
}
.post .post-type span{ /* default post icon */
  background-position: -234px -324px;
}
.post-date,
.post-category {
  display: inline-block;
  height: 16px;
  padding: 1px 0;
  font-size: 11px;
  margin-right: 10px;
  padding-left: 25px;
}
.post-date {
  background-image: url(../img/date.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.post-category {
  background-image: url(../img/category.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.post-category span,
.post-category a,
.post-comments.inline a {
  color: #3170ac;
  line-height: 16px;
}
.post-body {
  display: block;
  margin-top: 15px;
}
.post-body-text p {
  margin-top: 20px;
}
.recent-posts .post-body-text p {
margin-top: 10px;
margin-bottom: 0;
}
.read-more {
  color: #3170ac;
  text-transform: uppercase;
  font-size: 10px;
  background: url(../img/read-more.png) no-repeat right center;
  padding-right: 18px;
  margin-left: 3px;
}
.post-month-aside {
  background: #45484a;
  text-align: center;
  padding-bottom: 2px;
}
.post-month-aside span {
  color: #f3f3f3;
  font-size: 11px;
}
.post-day-aside {
  text-align: center;
  background: #eaeaea;
  width: 70px;
  height: 50px;
  line-height: 50px;
}
.post-day-aside span {
  color: #45484a;
  font-size: 30px;
  text-align: center;
}
.post.left .item-con-t1 {
  width: 46.5%;
  float: left;
  margin-right: 3%;
}
.post.right .item-con-t1 {
  width: 46.5%;
  float: right;
  margin-left: 5%;
}
.post.center .item-con-t1 {
  width: 100%;
}
.post-blockquote {
  float: left;
  width: 50%;
  font-size: 14px;
  font-style: italic;
  margin-right: 5%;
  margin-bottom: 5px;
  padding: 10px 5%;
  background: url(../img/marble-normal.gif) repeat #ebebeb;
  color: #3b74aa;
}
.post-single-pagination {
  margin-left: 80px;
}
.post-single-pagination a[rel=prev],
.post-single-pagination a[rel=next] {
  line-height: 36px;
  text-transform: uppercase;
  color: #f3f3f3;
  font-size: 11px;
}
.post-single-pagination a[rel=prev] {
  float: left;
  padding-left: 15px;
  background: url(../img/prev.png) left center no-repeat;
}
.post-single-pagination a[rel=next] {
  float: right;
  padding-right: 15px;
  background: url(../img/next.png) right center no-repeat;
}
.post-pagination {
  margin-left: 80px;
}
.post-pagination li{
  position: relative;
  display: block;
  float: left;
  width: 16px;
  height: 36px;
  text-align: center;
  margin-right: 3px;
}
.post-pagination li:hover span,
.post-pagination li.active span {
  opacity: 1;
  filter: alpha(opacity=1);
}
.post-pagination li:hover a,
.post-pagination li.active a {
  color: #3170ac;
}
.post-pagination li span{
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top:-8px;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../img/sprite.png);
  background-position: -279px -96px;
}
.post-pagination li a{
  position: relative;
  display: block;
  line-height: 36px;
  height: 36px;
  color: #f3f3f3;
  font-size: 11px;
}
.post-pagination .prev-page {
  background: url(../img/prev.png) left center no-repeat;
}
.post-pagination .next-page {
  background: url(../img/next.png) right center no-repeat;
}

.videoWrapper {
position: relative;
padding-bottom: 0;
padding-top: 0px;
height: auto;
display: block;
width: 100%;
float: left;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flexslider-posts-slider .videoWrapper {
margin-bottom: 20px;
}
.videoWrapper img {
opacity: 0;
}
.post-img.post-video {
height: auto;
}
/*----------------</POST>----------------*/


/*----------------<BLOG>----------------*/

.post h2 {
  margin-bottom: 15px;
  text-transform: none;
  color: #3b74aa;
  font-weight: 100;
  font-size: 25px;
}
.template-blog-3 {
  padding: 40px 0 0;
}
.post.format-gallery .flexslider {
margin-bottom: 0;
}

/*----------------</BLOG>----------------*/

/*----------------<ABOUT THE AUTHOR>----------------*/
.about {
  margin: 0 0 10px 80px;
}
.about>h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about .separator {
  position: relative;
  height:3px;
  width: 100%;
  background: #dadada;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
}
.about .separator div{
  position: absolute;
  top: 0;
  left: 50%;
  width: 19px;
  height:10px;
  margin-left:-9px;
  background-image: url(../img/sprite.png);
  background-position: 0 -15px;
}

.about-content {
  position: relative;
  padding: 25px 10px;
}

.about-helper-absolute {
  position: absolute;
  top: 25px;
  left: -80px;
}

.about-body {
  display: block;
}

/*----------------</ABOUT THE AUTHOR>----------------*/

/*----------------<WHAT CLIENTS SAY ----------*/

.widget_testimonials_2 .quote {
  background: url(../img/quotes.png) no-repeat right -10px #e6e6e6;
    padding: 20px 25px;
  position: relative;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
}

.widget_testimonials_2 article {
    display: block;
    margin: 1px 2px 30px;
}
.widget_testimonials_2 .container-t1 {
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  border-radius: 6px;
}
.widget_testimonials_2 .helper {
  position: absolute;
  background: url(../img/testimonial-helper.png);
  bottom: -24px;
  right: 20px;
  width: 30px;
  height: 26px;
}
.widget_testimonials_2 header {
    margin: 19px 0 0 10px;
    padding-left: 30px;
    background: url(../img/author.png) no-repeat 4px 2px;
}
.widget_testimonials_2 h3 {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
    color: #45484a;
}
.widget_testimonials_2 header span {
text-transform: uppercase;
font-size: 10px;
width: 100%;
float: left;
}
.widget_testimonials_2 span a{
  color: #45484a;
}
.widget_testimonials_2 .slides li {
    padding-right: 0px;
}
.widget_testimonials_2 header .author {
font-weight: bold;
text-transform: uppercase;
color: #45484a;
}
.widget_testimonials-container  .flex-direction-nav a,
.widget_our_clients-container .flex-direction-nav a,
.widget_testimonials_2 .flex-direction-nav a,
.recent_projects .flex-direction-nav a {
    float: left;
    width: 10px;
    height: 14px;
    font-size: 0;
    background-image: url(../img/sprite.png);
}
.flexslider-testimonials.widget_testimonials_2 {
width: 100%;
overflow: visible;
position: relative;
}
.flexslider-testimonials.widget_testimonials_2 .flexslider{
width: 100%;
}
.widget_testimonials-container .flex-direction-nav .flex-next,
.widget_our_clients-container .flex-direction-nav .flex-next,
.widget_testimonials_2 .flex-direction-nav .flex-next,
.recent_projects .flex-direction-nav .flex-next {
    background-position: -19px -25px;
}
.widget_testimonials-container .flex-prev,
.widget_our_clients-container .flex-prev,
.widget_testimonials_2 .flex-prev,
.recent_projects .flex-prev {
    background-position: -3px -25px;
}
.widget_testimonials-container .flex-direction-nav,
.widget_our_clients-container .flex-direction-nav,
.widget_testimonials_2 .flex-direction-nav,
.recent_projects .flex-direction-nav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.widget_our_clients-container .flex-direction-nav {
  top: 40px;
}
.flex-direction-nav li {
    float: left;
    margin-left: 10px;
    list-style: none;
}
.widget_testimonials_2 .flex-direction-nav {
top: -30px;
}
/*----------------</WHAT CLIENTS SAY ----------*/

/*----------------<Testimonials>-------------*/

.widget_testimonials-container  .flex-direction-nav a {
    float: left;
    width: 10px;
    height: 14px;
    font-size: 0;
    background-image: url(../img/sprite.png);
}
.lighter-grey  .widget_testimonials-container .flex-direction-nav .flex-next{
    background-position: -19px -70px;
}
.lighter-grey  .widget_testimonials-container .flex-prev {
    background-position: -3px -70px;
}
.widget_testimonials-container .flex-direction-nav {
    display: block;
    position: absolute;
    right: 0;
    top: -10px;
}

/*-----------------<Testiomonials>------------*/

/*----------------<RECENT PROJECTS>----------------*/

.recent_projects .container-t1 {
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.8);
  box-shadow: 0 0 1px rgba(0,0,0,0.8);
  position: relative;
  float: left;
  width: 100%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.recent_projects {
margin-bottom: 40px;
padding: 0 1px;
}
.recent_projects .theme-one-third:nth-child(3n+3){
  margin-right: 0;
}
.recent_projects .image-links {
top: 50%;
}
.recent_projects img {
    width: 100%;
    float: left;
}
.recent_projects header {
    background: #e7e7e7;
    padding-bottom: 19px;
    display: block;
    float: left;
    width: 100%;
}
.recent_projects h2 {
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    padding-top: 15px;
    text-transform: none;
    margin-bottom: 0;

}
.recent_projects h3 {
    font-size: 11px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 0;

}
.recent_projects .facilities {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.recent_projects .image-links {
left: 50%;
margin-left: -55px;
    margin-top: -25px;
}


/*----------------</RECENT PROJECTS>----------------*/

/*----------------<TEASER>----------------*/

.teaser {
  float: left;
  border-radius: 50%;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  behavior: url(/wp-content/themes/circles/css/PIE.htc);
  padding-left: 1px;
  padding-right: 1px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.teaser.style1 {
overflow: visible;
float: left;
}
.teaser-hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;

  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.teaser-hover {


}
.teaser:hover .teaser-hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.ie8 .teaser.style2 header {
  background: url(../img/bg-black-045.png);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.ie8 .teaser.style2:hover header {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.teaser > img, .teaser div > img {
float: left;
width: 100%;
border-radius: 50%;
height: auto;
}
.teaser.style1 header {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 43% 0;
  height: 100%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  border-radius: 50%;
}


.ie8 .blue-grad {
  background-color: rgb(72, 172, 219);
}
.blue-grad {
  border-radius: 200px;
  background-color: rgba(72, 172, 219, 0.91);

  -webkit-box-shadow: inset 0 0 200px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 200px 0px rgba(0,0,0,0.3);
}

.teaser.style2 header {
background: rgba(69, 72, 74, 0.78);
position: absolute;
bottom: 0;
width: 100%;
padding-top: 15%;
height: 35%;
border-radius: 0 0 700px 700px;
text-align: center;
  -webkit-backface-visibility: hidden;
}
.teaser h2 {
color: #fff;
font-size: 19px;
text-transform: uppercase;
font-weight: normal;
margin-bottom:0;
}
.teaser h3 {
color: #fff;
font-size: 14px;
font-weight: normal;
padding: 0 10%;
}
.teaser.style2 header div {
  position: absolute;
  background: rgba(255, 255, 255, 0.13);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  top: -25px;
  left: 50%;
  margin-left: -25px;

  -webkit-box-shadow: 0 0 1px #333;
  box-shadow: 0 0 1px #333;
  padding: 4px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.teaser.style2 header div span {
  background: #fff;
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 40px;
}
.teaser.style2 header span:before {
font-size: 14px;
font-weight: 100;
line-height: 44px;
}
.teaser.small {
width: 100%;
}
.teaser.style3 h2 {
font-size: 14px;
font-weight: bold;
}
.teaser.style3 header {
  height: 75%;
  width: 98%;
  position: absolute;
  text-align: center;
  padding-top: 38%;
  margin-left: 2%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}

.teaser-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
-webkit-backface-visibility: hidden;
}
.teaser .bg-black-045 {
border-radius: 50%;
background-color: #45484a;
}
.teaser.style4 header {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.teaser.style4 h2 {
font-size: 14px;
font-weight: bold;
color: #45484a;
text-align: center;
}
.teaser .teaser-icon {
position: absolute;
top: 50%;
left: 50%;
display: block;
z-index: 1;
width: 69px;
height: 69px;
margin: 0;
margin: -34px 0 0 -34px;
}
.teaser > div {
  float: left;
  width: 100%;
  border-radius: 50%;
  border: 4px solid #fff;

  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.8);
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.8);
  position: relative;
  overflow: hidden;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.teaser.style4 .advantages-img img {
width: 50px;
height: 50px;
margin: 0;
position: absolute;
top: 10px;
left: 10px;
}
/*----------------</TEASER>----------------*/

/*----------------<CALL TO ACTIONS>----------------*/

.purchase-plate {
background: url(../img/marble-normal.gif) repeat #ebebeb;
border-left: 2px solid #427bb1;
position: relative;
margin-top: 30px;
padding: 30px 210px 30px 0;
}
.purchase-plate_header {
color: #3170ac;
font-size: 24px;
font-weight: 300;
padding-left: 60px;
}
.purchase-plate_text {
font-size: 19px;
padding-left: 60px;
display: block;
    line-height: 1;

}
.purchase-plate_button {
position: absolute;
top: 50%;
width: 160px;
right: 30px;
height: 48px;
border-radius: 6px;
border-bottom: 4px solid rgba(255, 253, 253, 0.25);
background: #56595b;
color: #f3f3f3;
text-align: center;
line-height: 52px;
text-transform: uppercase;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
font-weight: bold;
font-size: 12px;
margin-top: -24px;
}

/*----------------</CALL TO ACTIONS>----------------*/

/*----------------<POST-SLIDER>----------------*/

.post-slider footer,
.post-slider header,
.post-slider .post-body-text {
position: relative;
margin-left: 110px;
}
.post-slider header {
margin-top: 15px;
margin-bottom: 10px;
font-size: 18px;
font-weight: 300;
}
.post-slider .post-body-text p {
    margin-top: 0;
}
.post.post-slider {
border: 1px solid #ccc;
margin-left: 0;
padding: 4px;
border-radius: 3px;
padding-bottom: 30px;
}
.post-slider img {
width: 100%;
height: auto;
margin-bottom: 20px;
}
.post-slider footer {
margin-bottom: 10px;
}
.post.post-slider .post-helper-absolute {
    top: -27px;
    left: -86px;
display: block;
}
.flexslider {
/*position: relative;*/
margin-top: 30px;
}
.flex-viewport {
z-index: 1;
}
.flex-control-nav.flex-control-paging {
    position: absolute;
    top: 8px;
    right: 22px;
}
.flex-control-nav li {
float: left;
}
.flex-control-nav a {
    background: #f3f3f3;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    font-size: 0;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.flex-direction-nav {
display: none;
}
.flex-control-nav a.flex-active {
  background: #2774ae;
  border: 2px solid #fff;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------<POST-SLIDER>----------------*/

/*----------------<POST-SLIDER>----------------*/

.widget_more_info {
position: relative;
}
.widget_more_info h2 {
color: #Fff;
font-weight: 300;
font-size: 26px;
padding-right: 180px;
margin: 5px 0;
padding-left: 10px;
}
.widget_more_info span {
position: absolute;
right: 30px;
width: 60px;
height: 35px;
background: url(../img/sprite.png) -350px 0px;
top: 50%;
margin-top: -46px;
color: #474a4c;
padding: 30px 15px;
text-align: center;
text-shadow: 1px 1px #f1f1f1;
}

/*----------------<POST-SLIDER>----------------*/

/*-------------------- IMAGES SLIDER -----------------*/

.images-slider .flex-direction-nav li {
background-position: -278px -169px;
background-image: url(../img/sprite.png);
width: 51px;
height: 51px;
display: inline-block;
margin-left: -4px;
}
.images-slider .flex-direction-nav {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -47px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
margin-top: -25px;
z-index: 10;
}

.images-slider:hover .flex-direction-nav {
opacity: 1;
}
.images-slider.flexslider {
position: relative;
margin: 0;
}
.flexslider .slides li {
float: left;
}
.images-slider .slides li img {
float: left;
width: 100%;
height: auto;
}
.images-slider .flex-direction-nav li a {
font-size: 0;
border-radius: 50%;
margin: 5px;
width: 41px;
height: 40px;
-webkit-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.4);
box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.4);
display: block;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.images-slider .flex-direction-nav li a:hover {
background-color: #407eb5;
}
.images-slider .flex-prev {
background-position: -284px -276px;
background-image: url(../img/sprite.png);
}
.images-slider .flex-next {
background-position: -282px -327px;
background-image: url(../img/sprite.png);
}
.flexslider-posts-slider.images-slider .flex-direction-nav {
top: 40%;
}

/*-------------------- IMAGES SLIDER -----------------*/

/*----------------<COMMENTS>----------------*/
.comments {
  margin: 0 0 10px 80px;
}
.comments-header {
  text-align: center;
}
.comments-header>h1,
.number-of-comments {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.number-of-comments {
  margin-left: 4px;
}
.number-of-comments span{
  color: #3b74aa;
}
.comments .separator {
  position: relative;
  height:3px;
  width: 100%;
  background: #dadada;
  border-bottom: solid 1px #fff;
}
.comments .separator div{
  position: absolute;
  top: 0;
  left: 50%;
  width: 19px;
  height:10px;
  margin-left:-9px;
  background-image: url(../img/sprite.png);
  background-position: 0 -15px;
}
.comment {
  position: relative;
  padding: 25px 10px;
}
.comment-reply {
  font-size: 11px;
}
.comment.depth-2, .comment.depth-3 {
  padding-left: 50px;
  background: url(../img/marble-normal.gif) repeat #ebebeb;
  border-bottom: solid 1px #fff;
}
.comment.depth-3 {
margin-left: 40px;
margin-top: 20px;
}
.comment-helper-absolute {
  position: absolute;
  top: 25px;
  left: -80px;
}
.comment-reply {
  color: #3b74aa;
}
.comment .post-author {
  width: 61px;
}
.comment-body {
  display: block;
  margin-top: 7px;
}
/*----------------</COMMENTS>----------------*/

/*----------------<LEAVE COMMENT>----------------*/
.leave-comment {
  margin: 0 0 120px 80px;
}
.leave-comment>h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.leave-comment .separator {
  position: relative;
  height:3px;
  width: 100%;
  background: #dadada;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
}
.leave-comment .separator div{
  position: absolute;
  top: 0;
  left: 50%;
  width: 19px;
  height:10px;
  margin-left:-9px;
  background-image: url(../img/sprite.png);
  background-position: 0 -15px;
}
.leave-comment form {
  width: 100%;
}
.leave-comment form .input-field {
  display: block;
  float: left;
  width: 49.166666%;
}
.leave-comment form .input-field.text-area {
  width: 100%;
}
.leave-comment form .input-field:nth-child(2n) {
  margin-right: 1.666666%;
}
.leave-comment form .input-field div:first-child {
  font-size: 12px;
  line-height: 28px;
  margin-top: 4px;
}
.leave-comment form .input-field div span{
  color: #7f7f7f;
}
.leave-comment form .input-field .input-style{
  display: block;
  width: 100%;
}
.leave-comment form .input-field .input-style input,
.leave-comment form .input-field .input-style textarea {
  border-width: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  resize: none;
  background: transparent;
  overflow: hidden;
  color: #45484a;
  outline: none;
  font-size: 12px;
}
.leave-comment form .input-field .input-style textarea {
  height: 100px;
}
#reply-title {
text-align: center;
font-size: 24px;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 10px;
}
.form-allowed-tags {
margin: 10px 0;
float: left;
}
.form-allowed-tags {
float: left;
margin: 10px 0;
}

#commentform input[type=submit] {
  display: inline-block;
  cursor: pointer;
  font-size: 10px;
  padding: 8px 40px;
  margin-top: 10px;
  margin-right: 7px;
  text-transform: uppercase;
  border-width: 1px;
  border-color: #f3f3f3;
  border-style: solid;
  border-radius: 8px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  color: #45484a;
  position: relative;
  background: #eaebeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9dbdd), to(#eaebeb));
  background: -webkit-linear-gradient(top, #d9dbdd, #eaebeb);
  background: -moz-linear-gradient(top, #d9dbdd, #eaebeb);
  background: -ms-linear-gradient(top, #d9dbdd, #eaebeb);
  background: -o-linear-gradient(top, #d9dbdd, #eaebeb);
}
/*----------------</LEAVE COMMENT>----------------*/

/*----------------<CONTACTS>----------------*/
.contacts h2 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 22px;
    text-transform: uppercase;
}
div#map-box {
  display:block;
height: 400px;
}
#map-box >p {
display: none;
}
.contacts .grid_3 div ul {
  margin-top: 20px;
}
.contacts .grid_3 div ul:first-child {
  margin-top: 0px;
}
.contacts form {
  width: 100%;
}
.contacts form .input-field {
  display: block;
  float: left;
  width: 49.166666%;
}
.contacts form .input-field.text-area {
  width: 100%;
}
.contacts form .input-field:first-child {
  margin-right: 1.666666%;
}
.contacts form .input-field div:first-child {
  font-size: 12px;
  line-height: 28px;
  margin-top: 4px;
}
.contacts form .input-field div span{
  color: #7f7f7f;
}
.contacts form .input-field .input-style{
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.contacts form .input-field.focus .input-style {
  background: #dadada;
}
.contacts form .input-field .input-style input,
.contacts form .input-field .input-style textarea {
  border-width: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  resize: none;
  background: transparent;
  overflow: hidden;
  color: #45484a;
  font-size: 12px;
  outline: none;
}
.contacts form .input-field .input-style textarea {
  height: 100px;
}
#map-box>div {
height: 400px;
position: relative;
width: 100% !important;
margin: 0;
}
.wpgmappity_container, .top-slider .wpgmappity_container {
width: 100% !important;
}
.top-slider .wpgmappity_container {
height: 400px !important;
}
/*----------------</CONTACTS>----------------*/

/*----------------<SEARCH FORM>----------------*/
.widget_search form input,
.widget_product_search form input {
  border-width: 0px;
  padding: 0px;
  margin: 0px;
  background: transparent;
  overflow: hidden;
  color: #45484a;
  font-size: 12px;
}
.widget_search form div input[type=text],
.widget_product_search form div input[type=text]{
  display: block;
  padding-right: 33px;
  width: 100%;
          box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
outline: none;
}
.widget_search form div input+input,
.widget_product_search form div input+input {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 33px;
  height: 15px;
  margin-top: -7.5px;
  background-image: url(../img/search.png);
  background-position: center center;
  background-repeat: no-repeat;
font-size: 0;
}
.widget_search h1, .widget_search label,
.widget_product_search h1, .widget_product_search label {
  display: none;
}
.widget_search form,
.widget_product_search form {
  position: relative;
  padding: 8px;
  border-radius: 8px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
  background: #e6e6e6;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.widget_product_search {
  margin-bottom: 30px;
}
.widget_search form.focus,
.widget_product_search form.focus {
  background: #dadada;
}
/*----------------</SEARCH FORM>----------------*/

/*----------------<CATEGORIES>----------------*/

.widget_categories li,.left_navigation li {
  padding-left: 6px;
  list-style: disc inside;
  line-height: 28px;
  border-top: 1px solid #dadada;

  -webkit-box-shadow: 0 1px 0 0 #fff inset;
  box-shadow: 0 1px 0 0 #fff inset;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_categories li:first-child,
.left_navigation li:first-child{
  border-top: 0px solid #dadada;
  box-shadow: 0 0px 0 0 #fff inset;
}
.widget_categories li:hover,
.widget_categories a:hover,
.left_navigation li:hover,
.left_navigation a:hover {
  color: #3170ac;
}
.widget_categories li a,.left_navigation li a {
  text-decoration: none;
  color: #45484a;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_categories li.active a, .widget_categories li.active,
.left_navigation li.active a, .left_navigation li.active {
    color: #3b74a9;
}
/*----------------</CATEGORIES>----------------*/

/*----------------<PAGES>----------------*/

.widget_pages li,.left_navigation li {
  padding-left: 6px;
  list-style: disc inside;
  line-height: 28px;
  border-top: 1px solid #dadada;

  -webkit-box-shadow: 0 1px 0 0 #fff inset;
  box-shadow: 0 1px 0 0 #fff inset;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_pages li:first-child,
.left_navigation li:first-child{
  border-top: 0px solid #dadada;
  box-shadow: 0 0px 0 0 #fff inset;
}
.widget_pages li:hover,
.widget_pages a:hover,
.left_navigation li:hover,
.left_navigation a:hover {
  color: #3170ac;
}
.widget_pages li a,.left_navigation li a {
  text-decoration: none;
  color: #45484a;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_pages li.active a, .widget_pages li.active,
.left_navigation li.active a, .left_navigation li.active {
    color: #3b74a9;
}
/*----------------</PAGES>----------------*/

/*----------------<ARCHIVES>----------------*/

.widget_archive li,.left_navigation li {
  padding-left: 6px;
  list-style: disc inside;
  line-height: 28px;
  border-top: 1px solid #dadada;

  -webkit-box-shadow: 0 1px 0 0 #fff inset;
  box-shadow: 0 1px 0 0 #fff inset;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_archive li:first-child,
.left_navigation li:first-child{
  border-top: 0px solid #dadada;
  box-shadow: 0 0px 0 0 #fff inset;
}
.widget_archive li:hover,
.widget_archive a:hover,
.left_navigation li:hover,
.left_navigation a:hover {
  color: #3170ac;
}
.widget_archive li a,.left_navigation li a {
  text-decoration: none;
  color: #45484a;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_archive li.active a, .widget_archive li.active,
.left_navigation li.active a, .left_navigation li.active {
    color: #3b74a9;
}

/*----------------</ARCHIVES>----------------*/

/*----------------<META>----------------*/

.widget_meta li,.left_navigation li {
  padding-left: 6px;
  list-style: disc inside;
  line-height: 28px;
  border-top: 1px solid #dadada;

  -webkit-box-shadow: 0 1px 0 0 #fff inset;
  box-shadow: 0 1px 0 0 #fff inset;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_meta li:first-child,
.left_navigation li:first-child{
  border-top: 0px solid #dadada;
  box-shadow: 0 0px 0 0 #fff inset;
}
.widget_meta li:hover,
.widget_meta a:hover,
.left_navigation li:hover,
.left_navigation a:hover {
  color: #3170ac;
}
.widget_meta li a,.left_navigation li a {
  text-decoration: none;
  color: #45484a;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_meta li.active a, .widget_meta li.active,
.left_navigation li.active a, .left_navigation li.active {
    color: #3b74a9;
}

/*----------------</META>----------------*/

/*----------------<RECENT COMMENTS>----------------*/

.widget_recent_comments li,.left_navigation li {
  padding-left: 6px;
  list-style: disc inside;
  line-height: 28px;
  border-top: 1px solid #dadada;

  -webkit-box-shadow: 0 1px 0 0 #fff inset;
  box-shadow: 0 1px 0 0 #fff inset;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_recent_comments li:first-child,
.left_navigation li:first-child{
  border-top: 0px solid #dadada;
  box-shadow: 0 0px 0 0 #fff inset;
}
.widget_recent_comments li:hover,
.widget_recent_comments a:hover,
.left_navigation li:hover,
.left_navigation a:hover {
  color: #3170ac;
}
.widget_recent_comments li a,.left_navigation li a {
  text-decoration: none;
  color: #45484a;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_recent_comments li.active a, .widget_recent_comments li.active,
.left_navigation li.active a, .left_navigation li.active {
    color: #3b74a9;
}

/*----------------</RECENT COMMENTS>----------------*/

/*----------------<RECENT POSTS>----------------*/

.widget_recent_entries li,.left_navigation li {
  padding-left: 6px;
  list-style: disc inside;
  line-height: 28px;
  border-top: 1px solid #dadada;

  -webkit-box-shadow: 0 1px 0 0 #fff inset;
  box-shadow: 0 1px 0 0 #fff inset;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_recent_entries li:first-child,
.left_navigation li:first-child{
  border-top: 0px solid #dadada;
  box-shadow: 0 0px 0 0 #fff inset;
}
.widget_recent_entries li:hover,
.widget_recent_entries a:hover,
.left_navigation li:hover,
.left_navigation a:hover {
  color: #3170ac;
}
.widget_recent_entries li a,.left_navigation li a {
  text-decoration: none;
  color: #45484a;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_recent_entries li.active a, .widget_recent_entries li.active,
.left_navigation li.active a, .left_navigation li.active {
    color: #3b74a9;
}

/*----------------</RECENT POSTS>----------------*/

/*----------------<WIDGET RSS>----------------*/

.widget_rss li,.left_navigation li {
  padding-left: 6px;
  list-style: disc inside;
  line-height: 28px;
  border-top: 1px solid #dadada;

  -webkit-box-shadow: 0 1px 0 0 #fff inset;
  box-shadow: 0 1px 0 0 #fff inset;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_rss li:first-child,
.left_navigation li:first-child{
  border-top: 0px solid #dadada;
  box-shadow: 0 0px 0 0 #fff inset;
}
.widget_rss li:hover,
.widget_rss a:hover,
.left_navigation li:hover,
.left_navigation a:hover {
  color: #3170ac;
}
.widget_rss li a,.left_navigation li a {
  text-decoration: none;
  color: #45484a;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_rss li.active a, .widget_rss li.active,
.left_navigation li.active a, .left_navigation li.active {
    color: #3b74a9;
}

/*----------------</WIDGET RSS>----------------*/

/*----------------<GALLERY>----------------*/
.single-gallery {
padding: 30px 0;
}
.single-gallery-container {
  padding-right: 2.4%;
}
.portfolio-gallery .flexslider {
margin: 0;
}
.related-works .widget_recent_works {
margin-bottom: 30px;
}
.wrapper.related-works.marble-color.border-tb-white .container {
padding: 30px 0 0px;
}
.gallery-filters {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 38px;
}
.gallery-filters ul,
.gallery-filters li {
  display: inline;
}
.gallery-filters a:hover,
.gallery-filters a.selected {
  color: #3170ac;
}
.gallery-filters li:before {
  content: '|';
  padding: 0 7px;
}
.gallery-filters li:first-child:before {
  content: '';
  padding: 0 0 0 7px;
}
.gallery-container {
  overflow: hidden;
  padding-top: 30px;
}
.gallery {
  position: relative;
  width: 102.564102%
}
.gallery .item-con-t1 {
          box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.gallery .item-con-t1.size1_2,
.gallery .item-con-t1.size1_3,
.gallery .item-con-t1.size1_4 {
  margin-right: 2.5%;
float: left;
margin-bottom: 30px;
}
.gallery .item-con-t1.size1_2 {
  width: 47.4%;
}
.gallery .item-con-t1.size1_3 {
  width: 30.8%;
}
.gallery .item-con-t1.size1_4 {
  width: 22.4%;
}
.gallery .item-con-t1 header {
  bottom: 0;
  height: 70px;
  z-index: 2;
}
.gallery .item-con-t1 .facilities {
  top: 0%;
  height: 100%;
}
.single-gallery .item-con-t1{
  width: 100%;
opacity: 0;
}
.single-gallery .item-con-t1 header {
  bottom: 0;
  height: 70px;
  z-index: 2;
}
.single-gallery .item-con-t1 .facilities {
  top: 0%;
  height: 100%;
}
.single-gallery .image-link {
  top: 0;
  right: 0;
  margin: 8px;
}
.single-gallery .image-link,
.single-gallery .image-link span {
  position: absolute;
  display: inline-block;
  width: 51px;
  height: 51px;
  background-image: url(../img/sprite.png);
  background-position: 0 -283px;
}
.single-gallery .image-link .zoom {
  background-position: -51px -334px;
}
.single-gallery .grid_3 section h1 {
font-size: 14px;
font-weight: 800;
margin-bottom: 18px;
text-transform: uppercase;
line-height: 1;
}
.project-info {
margin-top: 30px;
}
.single-gallery .grid_3 section ul {
    font-size: 12px;
}
.single-gallery .grid_3 section ul li{
    padding: 3px 0;
  list-style-image: url(../img/list-type1.png);
  list-style-position: inside;
}
.gallery-single-pagination a[rel=prev],
.gallery-single-pagination  a[rel=next] {
  display: block;
  float:left;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 11px;
}
.gallery-single-pagination .to_gallery {
  display: block;
  float:left;
  height: 36px;
  width: 14px;
  margin: 0 8px;
  background: url(../img/gallery.png) center center no-repeat;
}
.gallery-single-pagination a[rel=prev] {
  padding-left: 15px;
  background: url(../img/prev.png) left center no-repeat;
}
.gallery-single-pagination a[rel=next] {
  padding-right: 15px;
  background: url(../img/next.png) right center no-repeat;
}
/*----------------</GALLERY>----------------*/

/*----------------<AVATAR>----------------*/
.widget_recent_posts_2-container .avatar.big {
width: 59px;
height: 59px;
margin-left: 1px;
}
div.avatar.big {
width: 71px;
height: 71px;
}
div.avatar {
width: 51px;
height: 51px;
padding: 0;
border-radius: 50%;
overflow: hidden;
border: 4px solid rgba(236, 236, 236, 0.4);
behavior: url(/wp-content/themes/circles/css/PIE.htc);
-webkit-box-shadow: 0 0 0 1px rgba(116,122,124,0.4);
box-shadow: 0 0 0 1px rgba(116,122,124,0.4);
}
.avatar img {
width: 100%;
height: 100%;
border-radius: 50%;
}




.widget_testimonials-container .sc-button {
padding: 10px 30px;
}

/*----------------</AVATAR>----------------*/

@media only screen and (min-width: 767px){

/*----------------- IMAGE ANIMATIONS --------------*/

.cssanimations .animated {
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);

    -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration:0.3s;
  transition-duration: 0.3s;
  transition-property:all;
-moz-transition-property: all; /* Firefox 4 */
-webkit-transition-property: all; /* Safari and Chrome */
-o-transition-property:all; /* Opera */
}
.cssanimations .animated.slow {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}

.cssanimations .animated.left-to-right,
.cssanimations .animated.right-to-left,
.cssanimations .animated.fade,
.cssanimations .animated.bottom-to-top {
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  -ms-transition-duration:1.2s;
  transition-duration: 1.2s;
}
.cssanimations .animation_started.animated {
-webkit-transform: scale(1) translate3d(0,0,0);
-moz-transform: scale(1) translate3d(0,0,0);
-o-transform: scale(1) translate3d(0,0,0);
-ms-transform: scale(1) translate3d(0,0,0);
transform: scale(1) translate3d(0,0,0);
opacity:1;
}

.cssanimations .left-to-right {
  -webkit-transform: scale(1) translate3d(-50%,0,0);
  -moz-transform: scale(1) translate3d(-50%,0,0);
  -o-transform: scale(1) translate3d(-50%,0,0);
  -ms-transform: scale(1) translate3d(-50%,0,0);
  transform: scale(1) translate3d(-50%,0,0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.cssanimations .fade {
  -webkit-transform: scale(1) translate3d(0,0,0);
  -moz-transform: scale(1) translate3d(0,0,0);
  -o-transform: scale(1) translate3d(0,0,0);
  -ms-transform: scale(1) translate3d(0,0,0);
  transform: scale(1) translate3d(0,0,0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.cssanimations .right-to-left {
  -webkit-transform: scale(1) translate3d(50%,0,0);
  -moz-transform: scale(1) translate3d(50%,0,0);
  -o-transform: scale(1) translate3d(50%,0,0);
  -ms-transform: scale(1) translate3d(50%,0,0);
  transform: scale(1) translate3d(50%,0,0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.cssanimations .bottom-to-top {
  -webkit-transform: scale(1) translate3d(0,50%,0);
  -moz-transform: scale(1) translate3d(0,50%,0);
  -o-transform: scale(1) translate3d(0,50%,0);
  -ms-transform: scale(1) translate3d(0,50%,0);
  transform: scale(1) translate3d(0,50%,0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.cssanimations .bottom-to-top-full {
  -webkit-transform: scale(1) translate3d(0,100%,0);
  -moz-transform: scale(1) translate3d(0,100%,0);
  -o-transform: scale(1) translate3d(0,100%,0);
  -ms-transform: scale(1) translate3d(0,100%,0);
  transform: scale(1) translate3d(0,100%,0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.cssanimations .pale-on-hover:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0% {-webkit-transform:translateY(0);}
50% {-webkit-transform:translateY(-30px);}
100% {-webkit-transform:translateY(0);}
}
@keyframes myfirst /* Safari and Chrome */
{
0% {transform:translateY(0);}
50% {transform:translateY(-30px);}
100% {transform:translateY(0);}
}
.cssanimations .floating-element {
  animation:myfirst 2s;
animation-iteration-count:5000;
  -webkit-animation:myfirst 2s; /* Safari and Chrome */
-webkit-animation-iteration-count:5000;
}

/*----------------- IMAGE ANIMATIONS --------------*/
}
/*----------------<ITEM CONTAINER TYPE1>----------------*/
.gallery-container .gallery > article {
  opacity: 0;
}
.item-con-t1,.container-t1 {
  border-radius: 2px;
}

.item-con-t1 {
  display: block;
  background: #cbcbcc;
  padding: 1px 1px 2px;
  opacity:0;
}
.container-t1 {
  display: block;
  background: #f3f3f3;
  padding: 3px;

  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  height: auto;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.container-t1-margin, .container-margin {
  position: relative;
  display: block;
  overflow: hidden;
}

.container-t1-margin {
  /*opacity: 0;*/
}
.item-con-t1 img {
display: block;
width: 100%;
height: auto;
}
.item-con-t1 .blue-line {
  display: block;
  height: 2px;
  background-color: #2373cd;
  background-repeat: repeat-x;
  border-radius: 0 0 1px 1px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.item-con-t1:hover .blue-line.visible-on-hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.item-con-t1 header,
.item-con-t1 footer,
.item-con-t1 .facilities {
  z-index: 1;
  position: absolute;
  display: block;
  left:0;
  width: 100%;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  height: 100%;
}
.item-con-t1 header.visible-on-hover,
.item-con-t1 footer.visible-on-hover,
.recent_projects .visible-on-hover,
.item-con-t1 .facilities.visible-on-hover {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
}
.item-con-t1:hover header.visible-on-hover,
.item-con-t1:hover footer.visible-on-hover,
.container-t1:hover .visible-on-hover,
.item-con-t1:hover .facilities.visible-on-hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.no-csstransitions .item-con-t1:hover header.visible-on-hover,
.no-csstransitions .item-con-t1:hover footer.visible-on-hover,
.no-csstransitions .container-t1:hover .visible-on-hover,
.no-csstransitions .item-con-t1:hover .facilities.visible-on-hover {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.item-con-t1 h2,
.item-con-t1 h3 {
  position: relative;
  text-align: center;
}
.item-con-t1 h2 {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 300;
  color: #f3f3f3;
margin-bottom: 0;
}
.item-con-t1 h3 {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  color: #a6abaf;
}
/*----------------</ITEM CONTAINER TYPE1>----------------*/

/*----------------<NEWSLETTER SIGNUP>----------------*/
.newsletter-signup {
  margin-bottom: 20px;
}
.newsletter-signup>h4 {
  color: #b1b6b9;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}
.newsletter-signup p {
  color: #b4b9bc;
  font-size: 12px;
  margin-bottom: 20px;
}
.newsletter-signup-form {
  position: relative;
  height: 34px;
  padding: 8px;
  border-radius: 8px;
  margin-right: 1px;
          box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.07), 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.newsletter-signup-form input:first-child {
  border-width: 0px;
  padding: 0px;
  margin: 0px;
  background: transparent;
  overflow: hidden;
  color: #b1b6b9;
  font-size: 12px;
}
.newsletter-signup-form input:first-child {
  display: block;
  padding-right: 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
.newsletter-signup-form input+input {
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  width: 66px;
  height: 30px;
  font-size: 10px;
  border: 1px solid #56595b;
  border-radius: 6px;
  color: #b1b6b9;
  text-transform: uppercase;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.07);
}
/*----------------</NEWSLETTER SIGNUP>----------------*/

/*----------------<SOCIALS>----------------*/
.socials {
  display: block;
  float: right;
}
.socials li {
display: block;
float: left;
height: 36.5px;
margin-top: 31.5px;
margin-left: 3px;
border-radius: 50%;
position: relative;
overflow: hidden;
}
.socials li span {
position: absolute;
width: 98%;
height: 97%;
background: #366fa5;
box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
border-radius: 50%;
top: 101%;
left: 1px;
}
.socials li:hover span {
top: 1px;
}
.headerstyle3 .preheader-builder .socials li span,
.headerstyle5 .preheader-builder .socials li span {
  display: none;
}
.headerstyle3 .socials .cloud {
position: absolute;
top: -22px;
left: -8px;
display: block;
background: #717171;
color: #c1c7ca;
font-size: 11px;
padding: 4px 9px;
opacity: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
-ms-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.headerstyle3 .socials .cloud .helper {
position: absolute;
top: 100%;
left: 15px;
display: block;
width: 7px;
height: 6px;
background-image: url(../img/sprite.png);
background-position: -309px -140px;
}
.headerstyle3 .socials a:hover + .cloud {
opacity: 1;
filter: progid:DXImageTransf;
}
.headerstyle3 .socials li:hover {
background: transparent;
box-shadow: none;
}
.preheader-builder .socials li {
  margin-top: 0;
}
.socials a {
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../img/socials.png);
  position: relative;
}
.socials .facebook {
  background-position: 0 0;
}
.headerstyle3 .socials .facebook:hover {
  background-position: 0 0;
}
.socials .facebook:hover {
  background-position: 0 -35px;
}
.socials .twitter {
  background-position: 0 -70px;
}
.headerstyle3 .socials .twitter:hover {
  background-position: 0 -70px;
}
.socials .twitter:hover {
  background-position: 0 -105px;
}
.socials .skype {
  background-position: 0 -140px;
}
.headerstyle3 .socials .skype:hover {
  background-position: 0 -140px;
}
.socials .skype:hover {
  background-position: 0 -175px;
}
.socials .dribbble {
  background-position: 0 -210px;
}
.headerstyle3 .socials .dribbble:hover {
  background-position: 0 -210px;
}
.socials .dribbble:hover {
  background-position: 0 -245px;
}
.socials .youtube {
  background-position: 0 -280px;
}
.headerstyle3 .socials .youtube:hover {
  background-position: 0 -280px;
}
.socials .youtube:hover {
  background-position: 0 -315px;
}
.socials .instagram {
background-position: -129px -564px;
}
.headerstyle3 .socials .instagram:hover {
background-position: -129px -564px;
}
.socials .instagram:hover {
background-position: -129px -593px;
}


.socials .linkedin {
  background-position: -67px -561px;
}
.headerstyle3 .socials .linkedin:hover {
  background-position: -67px -561px;
}
.socials .linkedin:hover {
  background-position: -67px -592px;
}


.socials .pinterest {
  background-position: -67px -632px;
}
.headerstyle3 .socials .pinterest:hover {
  background-position: -67px -632px;
}
.socials .pinterest:hover {
  background-position: -67px -662px;
}

.socials .tumblr {
  background-position: -67px -775px;
}
.headerstyle3 .socials .tumblr:hover {
  background-position: -67px -775px;
}
.socials .tumblr:hover {
  background-position: -67px -805px;
}


.socials .google-plus {
  background-position:-69px -702px;
}
.headerstyle3 .socials .google-plus:hover {
  background-position: -69px -702px;
}
.socials .google-plus:hover {
  background-position: -69px -733px;
}


.socials-bottom h1{
  color: #b1b6b9;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}
.socials-bottom li {
  position: relative;
  display: block;
  float: left;
  height: 35px;
  width: 35px;
  margin-left: 3px;
}
.socials-bottom li:first-child {
  margin-left: 0px;
}
.socials-bottom a:hover+.cloud{
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.socials-bottom .cloud {
  position: absolute;
  top: -22px;
  left: -8px;
  display: block;
  background: #717171;
  color: #c1c7ca;
  font-size: 11px;
  padding: 4px 9px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
}
.socials-bottom .cloud .helper{
  position: absolute;
  top: 100%;
  left: 15px;
  display: block;
  width: 7px;
  height: 6px;
  background-image: url(../img/sprite.png);
  background-position: -309px -140px;
}
.socials-bottom a {
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../img/socials.png);
}
.socials-bottom .facebook {
  background-position: -35px 0;
}
.socials-bottom .twitter {
  background-position: -35px -70px;
}
.socials-bottom .skype {
  background-position: -35px -140px;
}
.socials-bottom .dribbble {
  background-position: -35px -210px;
}
.socials-bottom .youtube {
  background-position: -35px -280px;
}
.socials-bottom .tumblr {
  background-position: -8px -806px;
}
.socials-bottom .google-plus {
  background-position: -10px -734px;
}
.socials-bottom .pinterest {
  background-position: -8px -663px;
}
.socials-bottom .linkedin {
  background-position: -8px -592px;
}
.socials-bottom  .instagram {
background-position: -129px -626px;
}


/*---- Social2 ------*/

.socials2 {
  display: block;
  float: right;
}
.socials2 li {
display: block;
float: left;
height: 26px;
margin-top: 0;
margin-left: 10px;
border-radius: 50%;
position: relative;
overflow: hidden;
width: 26px;
}
.socials2 li a {
display: block;
width: 26px;
height: 26px;
border-radius: 50%;
background-color: #f2f5f7;
background-image: url(../img/socials.png);
}

.socials2 .facebook {
background-position: -189px -1px;
}
.socials2 .twitter {
background-position: -189 -30px;
}
.socials2 .skype {
background-position: -189 -59px;
}
.socials2 .dribbble {
background-position: -189 -88px;
}
.socials2 .youtube {
background-position: -189 -118px;
}
.socials2 .tumblr {
background-position: -189 -231px;
}
.socials2 .google-plus {
background-position: -189 -203px;
}
.socials2 .pinterest {
background-position: -189 -178px;
}
.socials2 .linkedin {
background-position: -189 -148px;

}
.socials2 .instagram {
background-position: -188 -261px;
}
/*----------------</SOCIALS>----------------*/

/*----------------<COLUMN>----------------*/
.column {
  display: block;
  width: 102.564102%;
}
.column_post {
  display: block;
  width: 30.77%;
  margin: 0 2.5% 30px 0;
  padding: 1px 1px 4px;
  border-radius: 2px;
  background: #cbcbcc;
      box-sizing: border-box;
     -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.column_post-helper {
  display: block;
  padding: 3px 3px 30px;
  border-radius: 2px;
  background: #f3f3f3;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.column_post-media {
  width: 100%;
}
.column_post-media img{
  width: 100%;
  height: 100%;
}
.column_post header{
  position: relative;
  display: block;
  padding: 12px 16px;
  min-height: 41px;
  background: #eaeaea;
}
.column_post header a,
.column_post header h2 {
    color: #3170AC;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 0;
}
.column_post header a {
  display: block;
  margin-top: 7px;
  margin-left: 53px;
}
.column_post-type {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 41px;
  height: 41px;
  background: #f3f3f3;
  border-radius: 50%;
  margin: -20.5px 16px 0;
  overflow: hidden;
}
.column_post-type span{
  display: block;
  width: 41px;
  height: 41px;
  background-image: url(../img/sprite.png);
  background-position: -5px -388px;
}
.column_post.format-photo .column_post-type span {
  background-position: -5px -388px;
}
.column_post.format-gallery .column_post-type span {
  background-position: -5px -388px;
}
.column_post.format-video .column_post-type span {
  background-position: -51px -388px;
}
.column_post.format-audio .column_post-type span {
  background-position: -149px -388px;
}
.column_post.format-link .column_post-type span {
  background-position: -100px -388px;
}
.column_post.format-slider .column_post-type span {
  background-position: -197px -388px;
}
.column_post footer{
  display: block;
  padding: 12px 8px;
  margin: 0 8px;
    border-bottom: 1px solid #DADADA;
    box-shadow: 0 1px 0 0 #FFF;
}
.column_post-date,
.column_post-category,
.column_post-author {
  display: inline-block;
  height: 16px;
  padding: 1px 0;
  font-size: 11px;
  margin-right: 10px;
  padding-left: 25px;
}
.column_post-date {
  background-image: url(../img/date.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.column_post-category {
  background-image: url(../img/category.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.column_post-author {
  background-image: url(../img/author.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.column_post-category span,
.column_post-category a,
.column_post-author span,
.column_post-author a{
  color: #3170ac;
  line-height: 16px;
}
.column_post-body{
  margin: 12px 16px 0;
}
/*----------------</COLUMN>----------------*/

/*----------------<FOOTER>----------------*/
.copyright {
  display: block;
  float: left;
  color: #7b7b7b;
  line-height: 56px;
  font-size: 12px;
}
footer .grid_3 img {
  max-width: 100%;
}
footer .grid_3 {
  margin-bottom: 0px;
}
footer ul li {
  list-style:none;
}
footer .widget_recent_comments li {
  color: #69767f;
  border-top: 1px solid #272b2e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer .widget_recent_comments li a, .left_navigation li a {
  color: #69767f;
}
footer .widget_recent_entries li {
  color: #69767f;
  border-top: 1px solid #272b2e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer .widget_recent_entries li a, .left_navigation li a {
  color: #69767f;
}
#back_to_top {
    position: fixed;
    bottom: 40px;
    right: 30px;
    width: 61px;
    height: 61px;
    background: url(../img/back_to_top.png);
    display: none;
    -webkit-backface-visibility: hidden;
z-index: 1000;
}
footer .wrapper.grey {
  padding: 0 0 0;
}
.widget_wysija_cont p label {
display: none;
}

/*----------------</FOOTER>----------------*/

/*----------------<FLEXSLIDER>----------------*/
.flexslider {
  margin: 0 0 60px;
  border: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
  zoom: 1;
  opacity:0;
}
.column .flexslider {
  margin: 0;
}

.top-slider .flexslider {
  margin-bottom: 0;
}

/*----------------</FLEXSLIDER>----------------*/

/*----------------<ISOTOPE>----------------*/
/* 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: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.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;
}

/*** disabling Isotope CSS3 transitions */
.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;
}
/*----------------</ISOTOPE>----------------*/

/*------------------------- SHOP ------------------------*/

body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
border: 1px solid #dbdbdb;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 30%;
background-color: #f8f8f8;
padding: 2px 2px 0px;
border-radius: 3px;
clear: none;
margin-right: 3.8%;
float: none;
display: inline-block;
}

body.woocommerce ul.products li.product:nth-child(3n+3), body.woocommerce-page ul.products li.product:nth-child(3n+3) {
  margin-right: 0;
}

body.woocommerce ul.products li.product a img, body.woocommerce-page ul.products li.product a img {
  border-radius: 3px;

  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dbdbdb;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body.woocommerce ul.products li.product h3, body.woocommerce-page ul.products li.product h3 {
  color: #909598;
  font-weight: 100;
  text-align: center;
  font-size: 17px;
  padding-top: 0;
}
body.woocommerce ul.products li.product .price, body.woocommerce-page ul.products li.product .price {
font-size: 18px;
text-align: center;
color: #3b74aa;
font-weight: 100;
text-decoration: none;
}
body.woocommerce ul.products li.product a, body.woocommerce-page ul.products li.product a {
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background: transparent;
text-transform: uppercase;
font-weight: 100;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;


}

body.woocommerce ul.products li.product .product-bottom a {
width: 50%;
display: inline-block;
text-align: center;
padding: 8px 0 8px 30px;
color: #909598;
font-size: 11px;
font-weight: normal;
background-image: url(../img/sprite.png);
margin: 3px 0 0;
}

body.woocommerce ul.products li.product .product-bottom {
  border-top: 1px solid #dbdbdb;
  margin-left: -2px;
  padding-right: 4px;
  width: 100%;
  background-color: #ededed;
  border-radius: 0 0 3px 3px;
}

body.woocommerce ul.products li.product .product-bottom a.add_to_cart_button {
background-position: 10px -1493px;
border-right: 1px solid #ccc;
}


body.woocommerce ul.products li.product .product-bottom a.product-details {
background-position: 20px -1465px;
}
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
box-shadow:none !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
display: none;
}
body.woocommerce .woocommerce-ordering, body.woocommerce-page .woocommerce-ordering {
float: left;
position: relative;
}
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
-webkit-appearance: none;
background: transparent;
border: 1px solid #dbdbdb;
padding: 5px;
border-radius: 3px;
padding-left: 60px;
outline: none;
}
.woocommerce-ordering span.icon-angle-down {
left: auto;
right: 10px;
top: 11px;
}
.woocommerce-ordering span {
position: absolute;
left: 10px;
top: 7px;
color: #7f8182;
}
body.woocommerce ul.cart_list li a, body.woocommerce ul.product_list_widget li a, body.woocommerce-page ul.cart_list li a, body.woocommerce-page ul.product_list_widget li a {
color: #45484a;
font-weight: 500;
text-transform: uppercase;
font-size: 13px;
}
body.woocommerce ul.cart_list li .amount, body.woocommerce ul.product_list_widget li .amount, .woocommerce-page ul.cart_list li .amount, .woocommerce-page ul.product_list_widget li .amount {
color: #3b74aa;
}
body.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
top: 15px;
right: 15px;
}
body.woocommerce ul.products li.product .product-bottom a.added_to_cart {
background: transparent;
}
body.woocommerce ul.products li.product .product-bottom a.add_to_cart_button.added {
display: none;
}
body.woocommerce-page ul.product_list_widget li {
border-bottom: 1px solid #dadada;
border-top: 1px solid #fff;
padding: 8px 0;
}
body.woocommerce-page ul.product_list_widget li:first-child {
border-top: 0;
}
body.woocommerce-page ul.product_list_widget li:last-child {
box-shadow: 0 1px 0 0 #Fff;
}
body.woocommerce-page div.product div.images div.thumbnails a {
width: 32%;
margin-right: 2%;
}
body.woocommerce div.product div.images img {
box-shadow: none;
border-radius: 10px;
border: 1px solid #dbdbdb;
}
body.woocommerce-page div.product div.images {
width: 43%;
}
body.woocommerce-page div.product div.summary {
width: 53%;
}
body.woocommerce div.product .product_title {
font-weight: 300;
color: #909598;
}
body.woocommerce div.product p.price {
color: #3b74aa;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
background: rgb(28, 99, 167);
border-radius: 6px;
box-shadow: inset 0 -4px 0 0 rgba(255, 255, 255, 0.25);
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
font-weight: 400;
overflow: hidden;
display: inline-block;
position: relative;
padding: 14px 20px 14px 40px;
font-size: 12px;
color: #ffffff;
transition-property: all;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
transition: 0.3s;
opacity: 0.85;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition-delay: 0s;
transition-timing-function: cubic-bezier(0, 0, 1, 1);
text-shadow: 0px 1px 1px rgba(0,0,0,1);
text-decoration: none;
background-image: url(../img/sprite.png);
border: 0;
background-position: -160px -699px;
}
body.woocommerce-page div.product .woocommerce-tabs {
clear: none;
width: 53%;
float: right;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: #3b74aa;
color: #fff;
font-weight: 100;
text-transform: uppercase;
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
background: #e9e9e9;
text-transform: uppercase;
margin: 0;
border-radius: 0;
box-shadow: none;
border: 0;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight:300;
}
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
  content:none;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs {
margin-left: 0;
padding-left: 0;
}
.woocommerce-tabs h2 {
color: #3170ac;
text-transform: none;
font-weight: 100;
}


/*---------- CArt --------------*/

body.woocommerce-cart table.shop_table {
background: #f8f8f8;
}
body.woocommerce-cart table.shop_table thead {
background: #fff;
}
body.woocommerce-cart table.cart th {
color: #45484a;
text-transform: uppercase;
font-size: 11px;
}
body.woocommerce-cart table.cart .product-thumbnail {
width: 80px;
}
body.woocommerce-cart table.cart th.product-quantity {
text-align: center;
}
body.woocommerce-cart table.cart td.product-remove {
width: 50px;
}
body.woocommerce-cart table.cart a.remove {
color: #3b75ac;
margin-left: 20px;
margin-right: 0;
}
body.woocommerce-cart table.cart img {
width: 49px;
height: 46px;
padding: 2px;
border: 1px solid #e0e0e0;
background: #f3f3f3;
border-radius: 4px;
}
body.woocommerce-cart .product-name a {
color: #3b74aa;
text-transform: uppercase;
}
body.woocommerce-cart .quantity,
.woocommerce div.product form.cart div.quantity {
border-radius: 5px;
overflow: hidden;
border-top: 1px solid #ccc;
}

.woocommerce div.product form.cart div.quantity {
margin-top: 6px !important;
margin-right: 10px !important;
}
body.woocommerce-cart .quantity .minus,
body.woocommerce .quantity .minus {
background: rgb(226,226,226);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(236,236,236,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(100%,rgba(236,236,236,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(236,236,236,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(236,236,236,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(236,236,236,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(236,236,236,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ececec',GradientType=0 );
border: 0;
border-left: 1px solid rgb(199, 199, 199);
box-shadow: none;
color: #9fa1a2;
border-radius: 0;
}
body.woocommerce-cart .quantity input.qty,
body.woocommerce .quantity input.qty {
background: #e6e6e6;
outline: none;
border: 0;
color: #45484a;
font-weight: normal;
}
body.woocommerce-cart .quantity .plus,
body.woocommerce .quantity .plus {
background: rgb(236,236,236);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(226,226,226,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(226,226,226,1)));
background: -webkit-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(226,226,226,1) 100%);
background: -o-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(226,226,226,1) 100%);
background: -ms-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(226,226,226,1) 100%);
background: linear-gradient(to bottom, rgba(236,236,236,1) 0%,rgba(226,226,226,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#e2e2e2',GradientType=0 );
border: 0;
border-left: 1px solid rgb(199, 199, 199);
border-bottom: 1px solid rgb(199, 199, 199);
box-shadow: none;
color: #9fa1a2;
border-radius: 0;
}
body.woocommerce-cart .cart .button, body.woocommerce-page .woocommerce.widget_price_filter .price_slider_amount .button, .woocommerce-page .woocommerce .cart-collaterals .shipping_calculator .button {
float: left;
text-decoration: none;
text-transform: uppercase;
font-size: 10px;
color: #45484a;
border-radius: 5px;
background: #eaebeb;
background: -webkit-gradient(linear, left top, left bottom, from(#d9dbdd), to(#eaebeb));
background: -webkit-linear-gradient(top, #d9dbdd, #eaebeb);
background: -moz-linear-gradient(top, #d9dbdd, #eaebeb);
background: -ms-linear-gradient(top, #d9dbdd, #eaebeb);
background: -o-linear-gradient(top, #d9dbdd, #eaebeb);
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
box-shadow: 1px 1px 0px 0 #c5c5c5;
margin-bottom: 25px;
padding: 11px 20px;
border-top: 0;
border-left: 0;
width: auto;
}
.woocommerce .cart-collaterals .cart_totals table .amount {
color: #3872aa;
}
.woocommerce-page .woocommerce .cart-collaterals .cart_totals table td {
padding-right: 20px;
}
body.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select {
position: relative;
padding: 8px;
border-radius: 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
background: #e6e6e6;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
border: 0;
outline: none;
}
.woocommerce form .form-row select {
-webkit-appearance: none;
}
body.woocommerce-cart .woocommerce table.cart td.actions .button.alt {
font-size: 10px;
float: right;
border-radius: 6px;
border-bottom: 4px solid #5895ce;
background: #56595b;
background: -webkit-gradient(linear, left top, left bottom, from(#2f6aa3), to(#427bb1));
background: -webkit-linear-gradient(top, #2f6aa3, #427bb1);
background: -moz-linear-gradient(top, #2f6aa3, #427bb1);
background: -ms-linear-gradient(top, #2f6aa3, #427bb1);
background: -o-linear-gradient(top, #2f6aa3, #427bb1);
color: #f3f3f3;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
font-weight: bold;
font-size: 12px;
margin-left: 10px;
padding: 9px 20px;
}
.woocommerce-page .woocommerce .cart-collaterals .shipping_calculator .button {
margin-left: 4px;
}
body.woocommerce-page .woocommerce table.cart .actions input.input-text, .woocommerce-page .cart input.button {
margin: 5px;
}
body.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
background: #3b74aa;
border-top: 1px solid #336492;
}
.woocommerce-page .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #dcdcdc;
border-top: 1px solid #bdbdbd;
height: 4px;
}
body.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
box-shadow: none;
border: 1px solid rgb(78, 78, 78);
background: rgb(153,157,159);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(153,157,159,1) 0%, rgba(101,111,118,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,157,159,1)), color-stop(100%,rgba(101,111,118,1)));
background: -webkit-linear-gradient(top, rgba(153,157,159,1) 0%,rgba(101,111,118,1) 100%);
background: -o-linear-gradient(top, rgba(153,157,159,1) 0%,rgba(101,111,118,1) 100%);
background: -ms-linear-gradient(top, rgba(153,157,159,1) 0%,rgba(101,111,118,1) 100%);
background: linear-gradient(to bottom, rgba(153,157,159,1) 0%,rgba(101,111,118,1) 100%);
}
.woocommerce .widget_price_filter .price_slider_amount {
color: #3b74aa;
}
.woocommerce-page .woocommerce .cart-collaterals .cart_totals {
float: left;
}
.cart_totals h2 {
text-align: left;
font-size: 14px;
font-weight: 900;
}
.woocommerce-page .woocommerce .cart-collaterals .cart_totals table {
width: 100%;
background: #f8f8f8;
border: 1px solid #d9d9d9;
border-radius: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr {
border: 1px solid #000;
border-collapse: collapse;
}
.woocommerce-page .woocommerce .cart-collaterals .cart_totals table th {
text-align: left;
padding: 12px 5px 13px 20px;
text-transform: uppercase;
font-size: 11px;
border-right: 1px solid #d9d9d9;
}
.woocommerce .cart-collaterals .cart_totals table .shipping {
background: #ededed;
border-bottom: 1px solid #d9d9d9;
border-top: 1px solid #d9d9d9;
position: relative;
}
.woocommerce .cart-collaterals .cart_totals table .shipping th {
font-weight: normal;
}
.woocommerce .cart-collaterals .cart_totals table .shipping td {
text-transform: uppercase;
}
 body.woocommerce-page .cart-collaterals .shipping-calculator-form {
  display: block !important;
  height: auto !important;
 }

 .woocommerce .shipping-calculator-button {

font-size: 14px;
font-weight: 900;
color: #45484a;
 }
 .shipping_calculator h2 {
  line-height: 1;
  text-align: left;
 }
  body.woocommerce-page .woocommerce .cart-collaterals .shipping_calculator {
  margin: 0;
 }
 body.woocommerce-page .woocommerce .cart-collaterals .shipping_calculator {
margin-top: -3px;
}
body.woocommerce-page table.shop_table {
  border-radius: 0;
}

.woocommerce form .shipping-calculator-form .form-row:first-child {
  position: relative;
}

.widget_shopping_cart {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 10000;
  width: auto;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.woocommerce-page #cart_button {
  display: block;
}
#cart_button {
  display: none;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  padding: 4px;
  z-index: 1000;
  float: right;
  position: relative;
  clear: both;
  margin-bottom: 10px;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.widget_shopping_cart_content {
  background: #f8f8f8;
  z-index: 1000;
  padding:0;
  border: 1px solid #d9d9d9;
  width: 240px;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  clear: both;

  -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.07);
  box-shadow: 0 0 20px 5px rgba(0,0,0,0.07);
}
body.woocommerce-page ul.product_list_widget li {
border-top: 0;
padding: 8px 15px;
}
.fixed-header .widget_shopping_cart {
top: 2px;
}
.fixed-header #cart_button:after {
background-position: -168px -1492px;
}
.fixed-header #cart_button {
width: 30px;
height: 30px;
}
#cart_button:after {
  display: block;
  width: 100%;
  height: 100%;
  background: #3b74a9;
  content: '';
  border-radius: 50%;

  -webkit-box-shadow: inset 0 -30px 30px -20px rgba(0,0,0,0.2);
  box-shadow: inset 0 -30px 30px -20px rgba(0,0,0,0.2);
  background-image: url(../img/sprite.png);
  background-position: -163px -1487px;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_shopping_cart_content .buttons .button {
width: 49%;
margin: 5px 0;
padding: 0;
display: inline-block;
background: transparent;
border: 0;
box-shadow: none;
font-weight: normal;
line-height: 30px;
text-align: center;
text-transform: uppercase;
}
.widget_shopping_cart_content .buttons .button:first-child {
border-right: 1px solid #d9d9d9;
}
.widget_shopping_cart_content .buttons {
width: 240px;
background: #ededed;
height: 40px;
margin: 0;
border-top: 1px solid #d9d9d9;
}
.woocommerce-page .woocommerce  .widget_shopping_cart .total {
padding: 7px 15px 7px;
margin-bottom: 0;
color: #45484a;
font-size: 11px;
}
.widget_shopping_cart_content .buttons .button:hover {
  background: transparent !important;
}
.woocommerce ul.product_list_widget.cart_list li img, #added_item img {
width: 49px;
height: 46px;
padding: 2px;
background: #f3f3f3;
box-shadow: none;
border: 1px solid #d9d9d9;
border-radius: 3px;
}
 #added_item img {
  float: right;
 }
.woocommerce-page ul.cart_list.product_list_widget li .amount {
color: #000;
}
.widget_shopping_cart > h1 {
display: none;
}
.widget_shopping_cart_content .total .amount {
color: #3b74aa;
font-weight: bold;
}
.woocommerce-page .widget_shopping_cart .total strong {
text-transform: uppercase;
}
.form-row .icon-angle-down {
position: absolute;
top: 14px;
right: 15px;
}
#added_item {
position: fixed;
top: 90px;
right: 25px;
background: #f8f8f8;
width: 250px;
z-index: 1000;
border: 1px solid #d9d9d9;
padding: 10px;
display: none;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
}
.fixed-header #added_item {
top: 50px;
}
.woocommerce-page.woocommerce .widget_shopping_cart .total {
margin-bottom: 0;
padding: 7px 15px;
font-size: 11px;
}

/*-------- WP GAllery --------------*/

.gallery-item img {
border: 1px solid #cfcfcf !important;
width: 100%;
height: auto;
border-radius: 4px;
padding: 3px;
border-bottom: 2px solid #cfcfcf !important;
}
.gallery-icon {
margin-right: 30px;
}
/*------ Banner ---------ss----*/
.banner-builder {
  opacity:1;
  background-size:cover!important;
}
.banner-wrapper {
  position:relative;
}
#canvasLoader {
position: absolute;
top: 50%;
left: 50%;
margin-left: -20px;
z-index: 2;
}
.banner-overlay {
position: absolute;
width: 100%;
height: 100%;
background: #f3f3f3;
top: 0;
left: 0;
z-index: 1;
}

/**
 * Blockquote
 *
 */
.sc-blockquote-slider {
  background: #f4f4f4;
}
/**
 * input
 */
 .sc-input {
  padding: 10px;
  border-radius: 8px;
          box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
 }
  .sc-searchform {
  position: relative;
  padding: 8px;
  border-radius: 8px;
          box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
 }
/**
 * Button
 */
.sc-button {
  display: inline-block;
  cursor: pointer;
  font-size: 10px;
  padding: 8px 20px;
  margin-top: 5px;
  margin-right: 7px;
  text-transform: uppercase;
  border-width: 1px;
  border-color: #f3f3f3;
  border-style: solid;
  border-radius: 8px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  color: #45484a;
  position: relative;
  margin-bottom: 15px;
}

.sc-button-small {
  padding: 1px 12px;
  line-height: 24px;
  font-size: smaller;
}

.sc-button-large {
  padding: 2px 20px;
  line-height: 34px;
  font-size: larger;
}

/**
 * List
 *
 */

.sc-list ul {
  list-style-type: none;
}

.sc-list ul li {
padding: 9px 0 10px 1.4em;
border-bottom: 1px solid rgba(218,222,225,0.86);
box-shadow: 0 1px 0 0 #fff;
}

.sc-list ul li:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.4em;
  width: 1.4em;
  color: #3b74a9;
}

.sc-list-icon-arrow ul li:before {
content: "\f061";
font-size: 10px;
margin-left: -18px;
margin-right: 4px;
}
.sc-list-icon-circle ul li:before {
content: "\f111";
font-size: 6px;
margin-left: -16px;
margin-right: 8px;
}
.sc-list-icon-check ul li:before {
content: "\f107";
font-size: 14px;
margin-right: -2px;
margin-left: -18px;
}
.sc-list-icon-star ul li:before {
content: "\f005";
margin: 0 3px 0 -18px;
font-size: 11px;
}
.sc-list-icon-plus ul li:before {
content: "+";
margin: 0 -3px 0 -19px;
font-size: 16px;
}
.sc-list-icon-dash ul li:before {
content: "-";
margin: 0 -4px 0 -18px;
font-size: 16px;
}

/**
 * Divider
 */
.sc-divider {
  width: auto;
  border-bottom: 3px solid #dadada;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  box-shadow: 0 1px 0 0 #fff;
  display: block;
clear: both;
}

.sc-divider .sc-divider-text {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin: 0 10px;
  text-transform: uppercase;
  height: 50px;
  font-size: 24px;
  font-weight: 300;
}

.sc-divider .sc-divider-scroll {
  position: absolute;
  right: 5px;
  cursor: pointer;
  color: #888;
}

.sc-divider-center {
  text-align: center;
}

.sc-divider-left {
  text-align: left;
}

.sc-divider-right {
  text-align: right;
}

.sc-divider-larger .sc-divider-text {
  font-size: 24px;
}
.sc-divider-smaller .sc-divider-text {
  font-size: 18px;
  height: 40px;
}
.sc-divider-style-2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  background: url(../img/sprite.png) 0 -15px;
  width: 19px;
  height: 10px;
  margin-left: -9px;
}

/**
 * Divider 2
 */

.sc-divider-2 {
  margin: 20px auto;
  position: relative;
  border-bottom: 1px solid #000;
  width: 75px;
}

.sc-divider-2 .triangle {
  position: absolute;
  left: 50%;
  margin-left: -8.5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #000 transparent transparent transparent;
}

/**
 * Message
 */

.sc-message {
  position: relative;
  display: block;
  padding: 0 35px 0 20px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px;
}
.sc-message div {
  margin: 20px 0;
}
.sc-message .close {
  position: absolute;
  top: 13px;
  right: 13px;
  font-size: 12px;
  line-height: 12px;
}

.sc-message-info {
  background-color: #e9f7fe;
  border-color: #b6d7e8;
  color: #5091b2;
}
.sc-message-info .close{
  color: #5091b2;
}
.sc-message-alert {
  background-color: #fbfadd;
  border-color: #ded58a;
  color: #918c38;
}
.sc-message-alert .close{
  color: #918c38;
}
.sc-message-success {
  background-color: #ebf6e0;
  border-color: #b3dc82;
  color: #5f9035;
}
.sc-message-success .close{
  color: #5f9035;
}
.sc-message-error {
  background-color: #ffe9e9;
  border-color: #fbc4c4;
  color: #de5959;
}
.sc-message-error .close{
  color: #de5959;
}
/**
 * Posts slider
 */

.sc-posts-slider h4 {
  display: block;
  font-size: 13px;
  line-height: 22px;
  margin: 5px 0px 10px 0px;
}

.sc-posts-slider h4 a {
  color: #444;
  text-decoration: none;
}

.sc-posts-slider h4 a:hover {
  color: #FE7100;
}
.flexslider-posts-slider {
  position: relative;
}

/**
 * Latest works slider
 */

.sc-latest-works {
  margin: 0 0 60px;
  background: #fff;
  border: 0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,.2);
  -o-box-shadow: 0 0 0 rgba(0,0,0,.2);
  zoom: 1;
}

.sc-latest-works ul li {
  padding-right: 18px;
}


/**
 * Call to action
 */

.sc-call-to-action {
  padding: 30px;
  margin-bottom: 60px;
  max-width: 100%;
}

.sc-call-to-action-bottom {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 25px;
}

.sc-call-to-action-bottom .sc-call-to-action-button {
  display: block;
}

.sc-call-to-action-right {
  text-align: right;
}

.sc-call-to-action-right .sc-call-to-action-button {
  float: right;
  margin-left: 30px;
}

.sc-call-to-action-left .sc-call-to-action-button {
  float: left;
  margin-right: 30px;
}

.sc-call-to-action-clear {
  clear: both;
}

.sc-call-to-action .sc-call-to-action-text {
  padding: 10px 20px;
  margin: 0;
  display: inline;
  font-size: 18px;
}

.sc-call-to-action-bottom .sc-call-to-action-text {
  display: block;
  padding: 15px 20px 20px 20px !important;
}

.sc-call-to-action-button a {
border-radius: 6px;
box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.2);
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
font-weight: bold;
overflow: hidden;
display: inline-block;
position: relative;
padding: 10px 20px;
font-size: 16px;
color: #ffffff;
transition-property: all;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
transition: 0.3s;
opacity: 0.85;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition-delay: 0s;
transition-timing-function: cubic-bezier(0, 0, 1, 1);
text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
text-decoration: none;
background-color: #3170AC;
}
.sc-call-to-action-large .sc-button-hover {
padding: 15px 40px;
}

.sc-button-hover:after {
position: absolute;
top: 0;
content: '';
left: 0;
width: 100%;
height: 100%;
border-radius: 0;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, rgba(0,0,0,0.14) 0%, rgba(3,3,3,0.14) 1%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.14)), color-stop(1%,rgba(3,3,3,0.14)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.14) 0%,rgba(3,3,3,0.14) 1%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.14) 0%,rgba(3,3,3,0.14) 1%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.14) 0%,rgba(3,3,3,0.14) 1%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.14) 0%,rgba(3,3,3,0.14) 1%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24000000', endColorstr='#00ffffff',GradientType=0 );
}

.sc-call-to-action a:hover {
  opacity:1;
  filter:alpha(opacity=100);
}


.sc-call-to-action-small a, .sc-call-to-action-small .sc-call-to-action-text {
padding: 7px 23px;
font-size: 12px;
}

.sc-call-to-action-regular a, .sc-call-to-action-regular .sc-call-to-action-text {
padding: 12px 35px;
font-size: 15px;
}

.sc-call-to-action-orange a {
  background-color: #fe7100;
}

.sc-call-to-action-black a {
  background-color: #000000;
}

.sc-call-to-action-red a {
  background-color: #DA4F49;
}

.sc-call-to-action-green a {
  background-color: #5BB75B;
}

.sc-call-to-action-blue a {
  background-color: #0074CC;
}

.purchase-plate, .sc-call-to-action {
background: url(../img/marble-normal.gif) repeat #ebebeb;
border-left: 2px solid #427bb1;
position: relative;
margin-top: 0;
margin-bottom: 40px;
}
.purchase-plate_header {
color: #3170ac;
font-size: 28px;
font-weight: 300;
padding-left: 55px;
margin-bottom: 5px;
text-transform: none;
}
.purchase-plate_text {
font-size: 18px;
padding-left: 55px;
display: block;
line-height: 1;
text-transform: none;

}

.purchase-plate .sc-button-hover {
position: absolute;
right: 40px;
top: 50%;
margin-top: -21px;
font-size: 12px;
padding: 0px 10px;
opacity: 0.85;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.purchase-plate .sc-button-hover:hover {
opacity: 1;
}
/*
* Embed media
*/

.sc-embed-media {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 24px;
}
.sc-embed-media iframe,
.sc-embed-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Image
 */

.sc-image {
  display: block;
  position: relative;
  overflow: hidden;
}

.sc-image .sc-image-overlay {
  width: 28px;
  height: 28px;
  bottom: -28px;
  right:-28px;
  z-index: 20;
  position: absolute;
  background: url("../images/magnify.png") no-repeat 6px 6px;
  display: inline-block;
  background-color: #fe7100;
  opacity: 0;
  -webkit-transition:  0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition:  0.5s ease all;
  transition:  0.5s ease all;
}

.sc-image:hover .sc-image-overlay {
  bottom: 0px;
  right: 0;
  opacity: 1;
}

/**
 * Masonry
 *
 */
.sc-gal {
  padding-bottom: 60px;
}

.sc-gal_item {
  display: block;
  float: left;
          box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 32.698961937716%;
  height: auto;
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
}

.sc-gal_item_half {
  width: 16.176470588235%;
}

.sc-gal_item-image{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.sc-gal_item-image_wrap{
  position: absolute;
  left:-100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255,82,0,0.86);
  filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#86ff5200,endColorstr=#86ff5200);
  z-index: 1000;
}

.sc-gal_item-image img{
  display: block;
  width:100%;
  height: auto;
  -webkit-transition: all 0.9s ease-out;
     -moz-transition: all 0.9s ease-out;
       -o-transition: all 0.9s ease-out;
      -ms-transition: all 0.9s ease-out;
          transition: all 0.9s ease-out;

}
.sc-gal_item-image:hover img{

  display: block;
      -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
     -moz-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (max-width: 767px){
  .sc-gal_item {
    width: 49.468085106383%;
  }

  .sc-gal_item_half {
    width: 24.468085106383%;
  }
}

/**
 * Highlight
 */
.sc-highlight-full-width {
  padding-left: 5000px;
  padding-right: 5000px;
  margin-left: -5000px;
  margin-right: -5000px;
  /*background-color: #ebebeb;*/
  z-index: 1;
  /*-webkit-backface-visibility: visible;*/
  clear: both;
  /*zoom: 1;*/
  position: static;
}

.sc-highlight-standard {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ebebeb;
  overflow: hidden;
  zoom: 1;
}

.sc-highlight {
  padding-top: 10px;
  padding-bottom: 10px;
position: relative;
zoom: 1;
}
.sc-highlight-full-width video {
position: absolute;
top: 0;
opacity: 0;
}
.video-pattern {
background: url(../img/grid.png);
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
}

.sc-highlight-full-width.slider-content {
  padding-top: 30px;
}

/**
 * Map container
 */

.sc-map-container  {
margin-left: -5000px;
margin-right: -5000px;
display:block;
height: 400px;
}

.sc-map-container >p {
display: none;
}

.sc-map-container>div {
height: 100%;
position: relative;
width: 100% !important;
margin: 0;
}
.sc-map-container .wpgmappity_container  {
width: 100% !important;
}

.sc-map-container .wpgmappity_container img  {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: url(grayscale.svg); /* Firefox 4+ */
filter: gray; /* IE 6-9 */
}


/**
 * Skill bar
 */
.sc-skillbar {
margin-bottom: 15px;
height: 35px;
}

.sc-skillbar-title {
color: #f3f3f3;
text-align: left;
padding-left: 10px;
float: left;
margin-bottom: -32px;
position: relative;
height: 36px;
line-height: 43px;
}

.sc-skillbar-bar {
float: left;
width: 100%;
background: #e6e6e6;
padding: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 2px;
margin-bottom: 10px;
-webkit-box-shadow: inset 0 1px 0 0 #c6c6c6;
box-shadow: inset 0 1px 0 0 #c6c6c6;
height: 36px;
}

.sc-skillbar-bar div {
color: #f3f3f3;
background: #b4b9bc;
height: 32px;
line-height: 32px;
text-align: left;
padding-left: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 2px;
width: 50%;
float: left;
}


/**
 * Skill bar 2
 *
 */

 .sc-skillbar.sc-skillbar-style-2 {
height: auto;
display: block;
}
.sc-skillbar-style-2 .sc-skillbar-title {
margin-bottom: 10px;
color: #45484a;
height: 27px;
}
.sc-skillbar-style-2 .sc-skillbar-bar {
height: 16px;
margin-bottom: 6px;
}
@-webkit-keyframes avia_bg_move {0%{background-position:-50px 0}100%{background-position:0 0}}
@-moz-keyframes avia_bg_move {0%{background-position:-50px 0}100%{background-position:0 0}}
@-o-keyframes avia_bg_move {0%{background-position:-50px 0}100%{background-position:0 0}}
@keyframes avia_bg_move {0%{background-position:-50px 0}100%{background-position:0 0}}
.sc-skillbar-style-2 .sc-skillbar-bar div {
  height: 12px;
  background-image: url(../img/skillbar2.png);
  background-color: #48a3dc;
  position: relative;
  overflow: visible !important;
  padding-left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
-webkit-animation: avia_bg_move 1.5s linear infinite;
-moz-animation: avia_bg_move 1.5s linear infinite;
-o-animation: avia_bg_move 1.5s linear infinite;
animation: avia_bg_move 1.5s linear infinite;

  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
}

.sc-skillbar-style-2 .sc-skillbar-bar div.started {
  opacity:1;
}
.sc-skillbar-style-2 .sc-skillbar-bar span {
  position: absolute;
  top: -39px;
  right: -14px;
  height: 30px;
  width: 30px;
  background: #2a2c2d;
  color: #fff;
  border-radius: 50%;
  font: 10px Arial, Tahoma, Verdana;
  text-align: center;
  line-height: 30px;
  z-index: 100;

  -webkit-box-shadow: 3px 2px 0 0 rgba(0,0,0,0.2);
  box-shadow: 3px 2px 0 0 rgba(0,0,0,0.2);
}

.sc-skillbar-style-2 .sc-skillbar-bar span:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -2px;
  left: 10px;

  -webkit-box-shadow: 3px 1px 0 0 rgba(0,0,0,0.2);
  box-shadow: 3px 1px 0 0 rgba(0,0,0,0.2);
  background: #2a2c2d;

  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}




/**
* Team members
*
*/

.team-member.centered {
  text-align: center;
}

.team-member h2 {
font-weight: 100;
text-transform: capitalize;
margin-top: 10px;
margin-bottom: 0;
margin-left: 20px;
}
.team-member h3 {
font-weight: 300;
font-size: 11px;
color: #3f4244;
margin-left: 20px;
}
.team-member hr {
background: transparent;
border-top: 1px solid #dfdfdf;
height: 0;
border-right: 0;
border-left: 0;
border-bottom: 1px solid #fff;
margin-bottom: 10px;
}
.team-member img {
margin-top: 0;
}
.team-member .socials {
float: left;
display: block;
margin-left: 20px;
}

.team-member.centered .socials {
  float: none;
  display: inline-block;
  margin: 0 auto;
}

.team-member br {
display: none;
}
.team-member p {
margin-bottom: 10px;
margin-left: 20px;
}
.team-member .socials li {
margin-top: 0;
}
/**
 * Teaser
 *
 */

.sc-teaser {
  border: 1px solid #DDD;
  border-radius: 4px;
}

.sc-teaser-content {
  margin: 20px 20px 10px 20px;
}

/**
 * Column shortcodes
 *
 */
.theme-one-half.theme-column-last .theme-one-half:last-child {
  margin-right: 0;
}
.theme-one-half { width: 48%; }
.theme-one-third { width: 30.66%; }
.theme-two-third { width: 65.33%; }
.theme-one-fourth { width: 22%; }
.theme-three-fourth { width: 74%; }
.theme-one-fifth { width: 16.8%; }
.theme-two-fifth { width: 37.6%; }
.theme-three-fifth { width: 58.4%; }
.theme-four-fifth { width: 67.2%; }
.theme-one-sixth { width: 13.33%; }
.theme-five-sixth { width: 82.67%; }

.theme-one-half,
.theme-one-third,
.theme-two-third,
.theme-three-fourth,
.theme-one-fourth,
.theme-one-fifth,
.theme-two-fifth,
.theme-three-fifth,
.theme-four-fifth,
.theme-one-sixth,
.theme-five-sixth {
  position: relative;
  margin-right: 4%;
  margin-bottom: 2em;
  float: left;
  }

.theme-column-last {
  margin-right: 0!important;
  clear: right;
  }

/*-----------------------------------------------------------------------------------*/
/*  Button Styles
/*-----------------------------------------------------------------------------------*/

a.theme-button,
a.theme-button:visited {
  display: inline-block;
  color: #fff!important;
  text-decoration: none!important;
  text-align: center;
  font-family: Helvetica, Arial, Sans-serif;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  font-size: 14px;
  outline: none;
  font-weight: bold;
  line-height: 1em;
  padding: 7px 13px!important;
  cursor: pointer;
  border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
  border: 1px solid #0d507a!important;
  margin: 0 0.1em 1.5em 0!important;
  vertical-align: middle;
  background: #0c6fb1;
    background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
    background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
    background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
    background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
    background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
  }

a.theme-button.square {
  border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    -o-border-radius: 4px!important;
  }

a.theme-button.medium {
  padding: 11px 16px!important;
  font-size: 16px;
  border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
  }

a.theme-button.large {
  padding: 15px 20px!important;
  font-size: 18px;
  border-radius: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
  }

a.theme-button:hover {
  text-decoration: none;
  }

a.theme-button:active {
  position: relative;
  top: 1px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
  }

a.theme-button.green {
  border-color: #69963b!important;
  background: #7fc33c;
    background: -webkit-gradient(linear, left top, left bottom, from(#b1d960), to(#7fc33c));
    background: -webkit-linear-gradient(top, #b1d960, #7fc33c);
    background: -moz-linear-gradient(top, #b1d960, #7fc33c);
    background: -ms-linear-gradient(top, #b1d960, #7fc33c);
    background: -o-linear-gradient(top, #b1d960, #7fc33c);
  }

a.theme-button.green:hover {
  background: #8dd242;
    background: -webkit-gradient(linear, left top, left bottom, from(#b9e46a), to(#8dd242));
    background: -webkit-linear-gradient(top, #b9e46a, #8dd242);
    background: -moz-linear-gradient(top, #b9e46a, #8dd242);
    background: -ms-linear-gradient(top, #b9e46a, #8dd242);
    background: -o-linear-gradient(top, #b9e46a, #8dd242);
  }

a.theme-button.light-blue {
  border-color: #2681a2!important;
  background: #2caada;
    background: -webkit-gradient(linear, left top, left bottom, from(#46cae8), to(#2caada));
    background: -webkit-linear-gradient(top, #46cae8, #2caada);
    background: -moz-linear-gradient(top, #46cae8, #2caada);
    background: -ms-linear-gradient(top, #46cae8, #2caada);
    background: -o-linear-gradient(top, #46cae8, #2caada);
  }

a.theme-button.light-blue:hover {
  background: #32bcef;
    background: -webkit-gradient(linear, left top, left bottom, from(#50d6f5), to(#32bcef));
    background: -webkit-linear-gradient(top, #50d6f5, #32bcef);
    background: -moz-linear-gradient(top, #50d6f5, #32bcef);
    background: -ms-linear-gradient(top, #50d6f5, #32bcef);
    background: -o-linear-gradient(top, #50d6f5, #32bcef);
  }

a.theme-button.blue {
  border-color: #0d507a!important;
  background: #0c6fb1;
    background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
    background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
    background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
    background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
    background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
  }

a.theme-button.blue:hover {
  background: #1188d6;
    background: -webkit-gradient(linear, left top, left bottom, from(#1bb6e6), to(#1188d6));
    background: -webkit-linear-gradient(top, #1bb6e6, #1188d6);
    background: -moz-linear-gradient(top, #1bb6e6, #1188d6);
    background: -ms-linear-gradient(top, #1bb6e6, #1188d6);
    background: -o-linear-gradient(top, #1bb6e6, #1188d6);
  }

a.theme-button.red {
  border-color: #ab4b44!important;
  background: #e3514a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed8376), to(#e3514a));
    background: -webkit-linear-gradient(top, #ed8376, #e3514a);
    background: -moz-linear-gradient(top, #ed8376, #e3514a);
    background: -ms-linear-gradient(top, #ed8376, #e3514a);
    background: -o-linear-gradient(top, #ed8376, #e3514a);
  }

a.theme-button.red:hover {
  background: #ff5e56;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff988c), to(#ff5e56));
    background: -webkit-linear-gradient(top, #ff988c, #ff5e56);
    background: -moz-linear-gradient(top, #ff988c, #ff5e56);
    background: -ms-linear-gradient(top, #ff988c, #ff5e56);
    background: -o-linear-gradient(top, #ff988c, #ff5e56);
  }

a.theme-button.orange {
   border-color: #dc9014!important;
   background: #ffb031;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffce4f), to(#ffb031));
    background: -webkit-linear-gradient(top, #ffce4f, #ffb031);
    background: -moz-linear-gradient(top, #ffce4f, #ffb031);
    background: -ms-linear-gradient(top, #ffce4f, #ffb031);
    background: -o-linear-gradient(top, #ffce4f, #ffb031);
  }

a.theme-button.orange:hover {
   background: #ffc531;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdb4f), to(#ffc531));
    background: -webkit-linear-gradient(top, #ffdb4f, #ffc531);
    background: -moz-linear-gradient(top, #ffdb4f, #ffc531);
    background: -ms-linear-gradient(top, #ffdb4f, #ffc531);
    background: -o-linear-gradient(top, #ffdb4f, #ffc531);
  }

a.theme-button.purple {
   border-color: #996192!important;
   background: #d17ac6;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3acdc), to(#d17ac6));
    background: -webkit-linear-gradient(top, #e3acdc, #d17ac6);
    background: -moz-linear-gradient(top, #e3acdc, #d17ac6);
    background: -ms-linear-gradient(top, #e3acdc, #d17ac6);
    background: -o-linear-gradient(top, #e3acdc, #d17ac6);
  }

a.theme-button.purple:hover {
   background: #eb90e0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3baec), to(#eb90e0));
    background: -webkit-linear-gradient(top, #f3baec, #eb90e0);
    background: -moz-linear-gradient(top, #f3baec, #eb90e0);
    background: -ms-linear-gradient(top, #f3baec, #eb90e0);
    background: -o-linear-gradient(top, #f3baec, #eb90e0);
  }

a.theme-button.grey {
  color: #555!important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-color: #acacac!important;
  background: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e5e5e5));
    background: -webkit-linear-gradient(top, #efefef, #e5e5e5);
    background: -moz-linear-gradient(top, #efefef, #e5e5e5);
    background: -ms-linear-gradient(top, #efefef, #e5e5e5);
    background: -o-linear-gradient(top, #efefef, #e5e5e5);
  }

a.theme-button.grey:hover {
  background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f6f6f6));
    background: -webkit-linear-gradient(top, #fcfcfc, #f6f6f6);
    background: -moz-linear-gradient(top, #fcfcfc, #f6f6f6);
    background: -ms-linear-gradient(top, #fcfcfc, #f6f6f6);
    background: -o-linear-gradient(top, #fcfcfc, #f6f6f6);
  }

a.theme-button.black {
  border-color: #323232!important;
  background: #444444;
    background: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#444444));
    background: -webkit-linear-gradient(top, #6c6c6c, #444444);
    background: -moz-linear-gradient(top, #6c6c6c, #444444);
    background: -ms-linear-gradient(top, #6c6c6c, #444444);
    background: -o-linear-gradient(top, #6c6c6c, #444444);
  }

a.theme-button.black:hover {
  background: #575757;
    background: -webkit-gradient(linear, left top, left bottom, from(#8d8d8d), to(#575757));
    background: -webkit-linear-gradient(top, #8d8d8d, #575757);
    background: -moz-linear-gradient(top, #8d8d8d, #575757);
    background: -ms-linear-gradient(top, #8d8d8d, #575757);
    background: -o-linear-gradient(top, #8d8d8d, #575757);
  }

/*-----------------------------------------------------------------------------------*/
/*  Alert Styles
/*-----------------------------------------------------------------------------------*/

.theme-alert {
    padding: 0.8em;
    margin: 0 0 1.5em 0;
    line-height: 1.6em;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    -o-border-radius: 4px!important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
  }

.theme-alert.white {
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #373737;
  }

.theme-alert.red {
    background: #ffe6e3;
    border: 1px solid #f2c3bf;
    color: #bf210e;
  }

.theme-alert.yellow {
    background: #fff7d6;
    border: 1px solid #e9d477;
    color: #956433;
  }

.theme-alert.green {
    background: #edfdd3;
    border: 1px solid #c4dba0;
    color: #657e3c;
  }

.theme-alert.grey {
    background: #fbfbfb;
    border: 1px solid #dfdfdf;
    color: #373737;
  }

/*-----------------------------------------------------------------------------------*/
/*  Tab Styles
/*-----------------------------------------------------------------------------------*/

.theme-tabs.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
  }

.theme-tabs {
  background: none;
  margin: 0 0 2em 0;
  }

.theme-tabs ul.theme-nav {
  list-style: none!important;
  margin: 0!important;
  padding: 0;
  background: none;
  border: 0;
  float: none;
  }

.theme-tabs ul.theme-nav li {
  float: left;
  position: relative;
  margin: 0 2px -1px 0!important;
  z-index: 10;
  list-style: none!important;
  }


.theme-tabs ul.theme-nav li a {
  border: 1px solid #dfdfdf!important;
  border-bottom: none!important;
  display: block;
  overflow: hidden;
  padding: 5px 10px 0 10px;
  height: 26px;
  background: #FBFBFB;
  margin: 0!important;
  text-decoration: none;
  color: #373737!important;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
  }

.theme-tabs ul.theme-nav li a:hover {
  background: #fff!important;
  margin: 0!important;
  }

.theme-tabs ul.theme-nav li.ui-tabs-selected a {
  height: 27px;
  background: #fff;
  }

.theme-tabs .theme-tab {
  background: #fff;
  padding: 10px;
  border: 1px solid #dfdfdf;
  }

.z-tabs {
float: left;
width: 100%;
margin-bottom: 30px;
opacity: 0;
}

.z-tab {
  list-style:none;
}

.z-tabs-nav {
float: left;
margin-bottom: 0px;
}
.z-tab {
float: left;
margin-right: 1px;
height: 38px;
}
.z-link {
padding: 9px 70px;
text-decoration: none;
background: url(../img/marble-normal.png) repeat #f7f7f7;
float: left;
border: 1px solid #ddd;
margin-bottom: 0px;
border-radius: 2px 2px 0 0;
position: relative;
color: #45484a;
text-transform: uppercase;
text-align: center;
cursor: pointer;
}
.z-link img {
height: 13px;
float: left;
margin-top: 3px;
margin-right: 3px;
}
.z-active .z-link {
background: url(../img/marble-semi-light.png) repeat #f7f7f7;
border-bottom: 1px solid rgb(240, 240, 240);
box-shadow: inset 0 1px 0 0 #3aa6e3;
border-top-color: #2373cd;
color: #3b74a9;
}
.w960 .horizontal .z-link, .b960 .horizontal .z-link {
padding: 9px 40px;
}
.z-content {
display: none;
float: left;
background: url(../img/marble-semi-light.png) repeat #f7f7f7;
border: 1px solid #ddd;
padding: 20px 10px 20px 20px;
margin-top: -1px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.top-right .z-tabs-nav {
float: right;
margin-right: -1px;
}

.z-link i {
  padding-right: 6px;
}

/*--- Vertical ---*/

/*-------------- Compact -------------*/

.top-compact .z-tabs-nav,
.bottom-compact .z-tabs-nav {
width: 100%;
}
.top-compact .z-link,
.bottom-compact .z-link {
padding: 9px 0 !important;
width: 98.5%;
}
.top-compact .z-tab,
.bottom-compact .z-tab {
margin-right: 0;
}
.top-compact .z-last .z-link,
.bottom-compact .z-last .z-link  {
width: 99%;
}
/*-------------- Compact -------------*/

.vertical .z-tabs-nav {
width: 33%;
position: relative;
}
.vertical .z-tab {
  width: 100%;
  margin-right: 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.vertical .z-tabs-nav:after {
content: '';
width: 100%;
height: 500px;
background: url(../img/marble-normal.png) repeat #f7f7f7;
position: absolute;
left: 0;
top: 100%;
}
.vertical .z-link {
width: 100%;
padding: 0 0 0 10px;
line-height: 38px;
text-align: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-left: 0;
border-right: 0;
border-radius: 0;
}
.vertical.top-left .z-active .z-link {
border-top: 1px solid #ddd;
border-right-color: #fff;
-webkit-box-shadow: inset 1px 0 0 0 #3aa6e3;
box-shadow: inset 1px 0 0 0 #3aa6e3;
border-left-color: #2373cd;
}
.vertical.top-right .z-active .z-link {
  border-top: 1px solid #ddd;
  border-left-color: #fff;

  -webkit-box-shadow: inset -2px 0 0 0 #3aa6e3;
  box-shadow: inset -2px 0 0 0 #3aa6e3;
  border-right-color: #2373cd;
}
.vertical .z-active .z-link {
background: transparent;
}
.vertical.top-left .z-container {
  float: right;
  width: 67%;
  margin-left: -1px;
}
.z-tabs.vertical {
background: transparent;
border: 1px solid #ddd;
/*-webkit-backface-visibility: hidden;*/
overflow: hidden;
}
.vertical .z-content {
  margin-top: 0;
background: transparent;
border: 0;
border-left: 1px solid #ddd;

}
.vertical.top-right .z-container {
  width: 67.1%;
  margin-left: 1px;
  margin-right: -1px;
  float: left;
}
.vertical.top-right .z-container {
width: 67.4%;
margin-left: -1px;
margin-right: -1px;
float: left;
}
.vertical .z-tab:first-child .z-link {
border-top: 0 !important;
}
.vertical.top-right .z-content {
border-right: 1px solid #ddd;
}
.vertical  .z-container {
background: transparent;
}

/*--- Horizontal Bottom ---*/

.bottom-left .z-active .z-link, .bottom-right .z-active .z-link, .bottom-center .z-active .z-link,  .bottom-compact  .z-active .z-link {
border-bottom-color: #2373cd;
box-shadow: inset 0 -1px 0 0 #3aa6e3;
border-top-color: #F0F0F0;
}
.bottom-left .z-tabs-nav {
  float: left;
  margin-top: -1px;
}
.bottom-right .z-tabs-nav {
  float: right;
  margin-top: -1px;
}

/*--- Horizontal Center ---*/

.top-center .z-tabs-nav, .bottom-center .z-tabs-nav {
display: block;
float: none;
text-align: center;
}
.top-center .z-link, .bottom-center .z-link {
display: block;
float: none;
}
.top-center .z-tab, .bottom-center .z-tab {
float: none;
display: inline-block;
}
/*-----------------------------------------------------------------------------------*/
/*  Toggle Styles
/*-----------------------------------------------------------------------------------*/

.theme-toggle { margin: 0 0 2em 0; }

.theme-toggle .theme-toggle-title {
  display: block;
  padding: 10px 10px 10px 30px;
  background: #FBFBFB;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  outline: none;
  position: relative;
  }

.theme-toggle .theme-toggle-title:hover { border: 1px solid #c5c5c5; }

.theme-toggle-inner {
  padding: 10px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-top: none;
  }

.theme-toggle span.ui-icon {
    background: url(images/toggles/toggle-closed.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -6px 0 0 0;
  }

.theme-toggle .ui-state-active .ui-icon { background: url(images/toggles/toggle-open.png) no-repeat; }


/* Clearfix */
.theme-clearfix:before,
.theme-clearfix:after { content:""; display:table; }
.theme-clearfix:after { clear: both; }
.theme-clearfix { zoom:1; /* For IE 6/7 (trigger hasLayout) */ }

/**
 * Pricing table
 *
 */

.extended-pricing-table div.column .button, .price-cell .custom-button, .price-block .custom-button,  .simple-pricing-table a.button {
position: absolute;
bottom: 35px;
left: 50%;
margin-left: -70px;
width: 140px;
text-transform: uppercase;
font-weight: normal;
text-align: center;
padding: 5px 0;
background: #fbfbfb;
background: -moz-linear-gradient(top, #fbfbfb 0%, #e9e9e9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e9e9e9));
background: -webkit-linear-gradient(top, #fbfbfb 0%,#e9e9e9 100%);
background: -o-linear-gradient(top, #fbfbfb 0%,#e9e9e9 100%);
background: -ms-linear-gradient(top, #fbfbfb 0%,#e9e9e9 100%);
background: linear-gradient(to bottom, #fbfbfb 0%,#e9e9e9 100%);
}

.extended-pricing-table div.column.featured,.prices-blocks-box div.price-cell.featured,.prices-blocks-box div.price-block.featured {
  z-index: 1;
  width: 22%;
/*  height: 405px;*/
  margin: -6px -9px -6px -1px;
  border-color: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.21);
  -moz-box-shadow: 0 0 18px rgba(0,0,0,0.21);
  box-shadow: 0 0 18px rgba(0,0,0,0.21);
}
.extended-pricing-table div.column.featured:first-child,
.prices-blocks-box div.price-block.featured:first-child{
  margin-left: -9px;
        margin-top: -6px;
        margin-right: -2px;
        position: relative;
}
.extended-pricing-table div.column.featured h3,
.prices-blocks-box div.price-block.featured h3{
  color: #fff;
  background: #3781b7;
}
.extended-pricing-table div.column.featured .price-block-value .value,.prices-blocks-box div.price-block.featured .price-block-value .value{
  color: #3781b7;
}
.extended-pricing-table div.column.featured .button,.prices-blocks-box div.price-cell.featured .custom-button,.prices-blocks-box div.price-block.featured .custom-button{
  color: #fff;
  border-color: #387aab;
  background: #488bbb;
 /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;
base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4OGJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTc3YTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #488bbb 0%, #3577a8 100%);
 /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#488bbb), color-stop(100%,#3577a8));
 /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #488bbb 0%,#3577a8 100%);
 /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #488bbb 0%,#3577a8 100%);
 /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #488bbb 0%,#3577a8 100%);
 /* IE10+ */  background: linear-gradient(to bottom,  #488bbb 0%,#3577a8 100%);
 /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#488bbb', endColorstr='#3577a8',GradientType=0 );
 /* IE6-8 */  -webkit-box-shadow: inset 1px 1px 0 rgba(135,205,255,0.33);
  -moz-box-shadow: inset 1px 1px 0 rgba(135,205,255,0.33);
  box-shadow: inset 1px 1px 0 rgba(135,205,255,0.33);
}
.extended-pricing-table div.column.featured .button:hover,.prices-blocks-box div.price-cell.featured .custom-button:hover,.prices-blocks-box div.price-block.featured .custom-button:hover{
  color: #fff;
  background: #3577a8;
 /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;
base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzM1NzdhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODhiYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #3577a8 1%, #488bbb 100%);
 /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3577a8), color-stop(100%,#488bbb));
 /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #3577a8 1%,#488bbb 100%);
 /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #3577a8 1%,#488bbb 100%);
 /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #3577a8 1%,#488bbb 100%);
 /* IE10+ */  background: linear-gradient(to bottom,  #3577a8 1%,#488bbb 100%);
 /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3577a8', endColorstr='#488bbb',GradientType=0 );
 /* IE6-8 */}
section.prices h2.prices-header{
  margin: 50px 0 -30px;
  padding: 0 0 20px 10px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  border-bottom: solid 1px #eaecee;
}
section section.extended-pricing-table{
  margin: 50px 0;
  float: left;
  width: auto;
      /*  margin-left: 15px;*/
}
/*.price-list{
  float: left;
  width: 304px;
  margin: 0 0 0 14px;
}*/
.prices-blocks-box.list3 div.price-list:first-child{
  margin: 0;
}
.price-list ul li{
  padding: 10px 10px;
  background: url('images/sprite/sprite.png') no-repeat left bottom;
  list-style: none;
}
.price-list ul li:after{
  display: block;
  content: '.';
  clear: both;
  font-size: 0;
  line-height: 0;
  /*text-indent: 10000px;*/
  color: transparent;
  height: 0;
}
ul.features li:last-child,
.price-list ul li:last-child{
  background: none;
}
.price-list ul li .left{
  float: left;
}
.price-list ul li .right{
  float: right;
  color: #3781b7;
  font-weight: 900;
  margin: 0 0 0 8px;
}
.extended-pricing-table div.column,
.price-cell{
  position: relative;
  padding: 0 0 63px;
  float: left;
  margin: 0 0 0 8px;
  width: 19%;
  border: solid 1px #eaecee;
  background: #fff;
}
.extended-pricing-table div.column:first-child,
.prices-blocks-box div.price-cell:first-child{
  width: 19%;
  margin: 0 8px 0 0;
  /*border: none; */
        border: 1px solid #EAECEE;
}
div.features-list {
    margin-right: -8px!important;
    border: none!important;
}

.extended-pricing-table div.column.features-list div.header{
  height: 123px;
}
.price-cell-header.empty{
  height: 54px;
}
.extended-pricing-table div.column .header h2, .price-cell-header h3{
  color: #C6C6C6;
  height: 52px;
  line-height: 52px;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  border-bottom: solid 1px #454646;
  background: #383838;
}

.extended-pricing-table div.column.featured .header h2 {
  padding-top: 6px;
}

.extended-pricing-table div.column.featured .header h2{
  color: #fff;
  padding: 6px 0 0;
  background: #3781B7;
  border-bottom-color: #4589BB;
}
.extended-pricing-table div.column.featured{
  padding-bottom: 69px;
}
.extended-pricing-table div.column.featured .button{
  bottom: 17px;
}
.extended-pricing-table div.column ul li,.price-cell-body ul li{
  padding: 10px;
  text-align: center;
}

.extended-pricing-table li {
  list-style:none;
}

.extended-pricing-table div.column ul li p{
  padding:0;
  margin:0;
  line-height:0;
  font-size:0;
}

.extended-pricing-table div.column:first-child ul li,.prices-blocks-box div.price-cell:first-child .price-cell-body ul li{
  /*text-align: left;*/
}
div.features-list ul li {
    text-align: left!important;
}
.extended-pricing-table div.column ul li:nth-child(odd),.price-cell-body ul li:nth-child(odd){
  background: #eaecee;
  }
.extended-pricing-table div.column .price,.price-cell .price-cell-value{
  height: 56px;
  background: #383838;
  text-align: center;
  padding: 13px 0 0;
  line-height: 24px;
}
.price-cell .price-cell-value.empty{
  background: none;
}

.extended-pricing-table div.column .price {
  margin-bottom: 0;
}

.extended-pricing-table div.column .price .price-period, .price-cell .price-cell-value .terms{
  font-size: 11px;
  color: #919191;
  text-transform: uppercase;
}
.extended-pricing-table div.column .price span,.price-cell .price-cell-value .value{
  font-size: 24px;
  color: #fff;
  display: block;
  text-transform: none;
}
.extended-pricing-table div.column .price span.price-period{
  font-size: 11px;
  color: #919191;
  text-transform: uppercase;
}
.extended-pricing-table div.column.featured .price span.price-period{
  color: #fff;
}
.extended-pricing-table div.column .button,.price-cell .custom-button{
  bottom: 14px;
}
.extended-pricing-table div.column.featured,.prices-blocks-box div.price-cell.featured{
  height: auto;
  padding-bottom: 69px;
  border-color: #3781b7;
}
.prices-blocks-box div.price-cell.featured h3{
  padding-top: 6px;
  border-bottom-color: #4589bb;
  color: #fff;
  background: #3781b7;
}
.prices-blocks-box div.price-cell.featured .price-cell-value{
  background: #3781b7;
}
.prices-blocks-box div.price-cell.featured .price-cell-value .terms{
  color: #fff;
}
.prices-blocks-box div.price-cell.featured .custom-button{
  bottom: 17px;
}
section hr.line{
  background: #EAECEE;
  color: #eaecee;
  border: 0 none;
  height: 1px;
}
.extended-pricing-table div.column.features-list{
  background: none;
}
.extended-pricing-table div.column.features-list ul li:nth-child(even){
  background: #fff;
}
.features .check,.features .uncheck{
  color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.features .check{
  background-image: url('../images/allowed.png');
}
.features .uncheck{
  background-image: url('../images/denied.png');
}
  .simple-pricing-table .features li[data-tooltip],
  .extended-pricing-table .features li[data-tooltip] { position: relative; cursor: help; }

  .ie7 .simple-pricing-table .features li[data-tooltip],
  .ie7 .extended-pricing-table .features li[data-tooltip] { cursor: auto; }

    .simple-pricing-table .features li[data-tooltip]:hover,
    .extended-pricing-table .features li[data-tooltip]:hover { color: #54555a; }

  /* Tooltip container */
  .simple-pricing-table .features li[data-tooltip]:before,
  .extended-pricing-table .features li[data-tooltip]:before {
    background: #414141;
    border: 1px solid #E2E2E2;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .10);
       -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .10);
            box-shadow: 0 0 10px rgba(0, 0, 0, .10);
    bottom: 0;
/*    color: #7b7b7b;*/
    color: #fff;
    content: attr(data-tooltip) !important;
    font-size: 11px;
    left: 0;
    line-height: 1.5;
    opacity: 0;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    -webkit-transition: 0.25s ease all;
    -moz-transition: 0.25s ease all;
    -ms-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    transition: 0.25s ease all;
    width: 143px;
    z-index: 98;

  }

  .simple-pricing-table .features li[data-tooltip]:before {
    white-space: normal !important;
    left: -11px;
    width: 100%;
  }

  .extended-pricing-table .features-list .features li[data-tooltip]:before {
    left: -1px;
    text-align: left;
    width: 168px;
  }

    .simple-pricing-table .features li[data-tooltip]:hover:before,
    .extended-pricing-table .features li[data-tooltip]:hover:before {
      bottom: 100%;
      opacity: 1;
    }

  /* Tooltip arrow */
  .simple-pricing-table .features li[data-tooltip]:after,
  .extended-pricing-table .features li[data-tooltip]:after {
    background: #414141;
    /*border-bottom: 1px solid #fee5a2;*/
    border-right: 1px solid #5E5E5E;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
       -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    left: 50%;
    margin: 0 0 0 -5px;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.25s ease all;
    -moz-transition: 0.25s ease all;
    -ms-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    transition: 0.25s ease all;
    width: 10px;
    z-index: 99;
  }

    .simple-pricing-table .features-list .features li[data-tooltip]:after,
    .extended-pricing-table .features-list .features li[data-tooltip]:after {
      left: 22px;
      margin-left: 0;
    }

    .simple-pricing-table .features li[data-tooltip]:hover:after,
    .extended-pricing-table .features li[data-tooltip]:hover:after {
      top: -5px;
      opacity: 1;
    }

    .simple-pricing-table .features li[data-tooltip]:hover:after { bottom: 24px !important; }

  .ie8 .simple-pricing-table .features li[data-tooltip]:before,
  .ie8 .simple-pricing-table .features li[data-tooltip]:after,
  .ie8 .extended-pricing-table .features li[data-tooltip]:before,
  .ie8 .extended-pricing-table .features li[data-tooltip]:after { display: none; }

    .ie8 .simple-pricing-table .features li[data-tooltip]:hover:before,
    .ie8 .extended-pricing-table .features li[data-tooltip]:hover:before { display: block; }



.simple-pricing-table span.price-value{
  font-size: 60px;
  line-height: 44px;
  font-weight: 900;
  color: #242424;
}
.simple-pricing-table span.price-value span{
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  vertical-align: top;
}
.simple-pricing-table div.column {
white-space: nowrap;
width: 19.2%;
margin-right: 1% !important;
margin-left: 0;
}
div.footer2 {
    text-align: center;
    display: block;
    overflow: auto;
}
.simple-pricing-table div.column.featured ul{
  padding-bottom: 28px;
}
.simple-pricing-table div.featured {
padding-bottom: 32px;
margin-right: -1%!important;
margin-left: -1%!important;
}
.simple-pricing-table h5.description{
  white-space: normal;
  height: 36px;
  margin: 0 !important;
  line-height: 20px;
}
.simple-pricing-table ul{
  padding-top: 3px;
/*  overflow: hidden;*/
}

.simple-pricing-table ul li {
  list-style:none;
}

.extended-pricing-table a.button, .simple-pricing-table a.button {
float: none;
margin: 0;
margin-left: auto;
margin-right: auto;
cursor: pointer;
font-family: inherit;
overflow: visible;
text-decoration: none;
font-weight: 700;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
left: 50%;
color: #5e5e5e;
border: 1px solid #c8bfc6;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075),inset 0 1px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075),inset 0 1px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075),inset 0 1px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.1);
}

.extended-pricing-table a.button:hover,
.simple-pricing-table a.button:hover {
  background: 0;
  text-decoration: none;
}

section section.simple-pricing-table  {
    float: left;
    margin: 50px 0;
    width: auto;
}

.simple-pricing-table .column {
    border: 1px solid #EAECEE;
    float: left;
    margin: 0 0 0 8px;
    padding: 0 0 26px;
    position: relative;
    width: 19%;
    background:  #FFFFFF;
}

.simple-pricing-table .column:FIRST-CHILD {
  margin:0;
}



.simple-pricing-table .column.featured {
border-color: #FFFFFF;
box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
margin: -6px -9px -6px -1px;
width: 20%;
z-index: 1;
}


.simple-pricing-table .column.featured .header H2{
    background: none repeat scroll 0 0 #3781B7;
    color: #FFFFFF;
}

.simple-pricing-table .column.featured .header H3{
  color: #3781B7;
}



.simple-pricing-table .column.featured .header H3 .price-value{
  color: #3781B7;
}


.simple-pricing-table .header .price-period {
    color: #A7A7A7;
    font-size: 11px;
    margin: 12px 0 0;
    text-transform: uppercase;
}





.simple-pricing-table .header {
    text-align: center;

}

.simple-pricing-table .header H2{
    background: #F6F6F6;
    border-bottom: 1px solid #E4E7E9;
    font-size: 16px;
    font-weight: 900;
    height: 51px;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
    color: #3781B7;
}


.simple-pricing-table .header H3{
    color: #A7A7A7;
    font-size: 11px;
    margin: 18px 0 0;
    padding: 0;
    text-transform: uppercase;
}






.simple-pricing-table .header H5{
    color: #242424;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0 0;
    padding: 0 12px;
    text-align: center;
}

.simple-pricing-table UL {
    padding: 21px 20px 16px;
    text-align: left;
}

.simple-pricing-table UL LI {

/*   background: url("images/ch001/allowed.png") no-repeat scroll 8px 12px, url("images/sprite/sprite.png") no-repeat left bottom;      */
     background: url('../img/dots.png') repeat-x bottom;
     padding: 10px 8px 12px 24px;
}


.simple-pricing-table UL LI P{
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}


.simple-pricing-table UL LI SPAN{
    display: inline-block;
    height: 100%;
    margin: 0 0 0 -24px;
    padding: 0 16px 0 0;
    width: 8px;
}



.simple-pricing-table .footer {
    text-align:center;

}


.simple-pricing-table .column.featured .button{

  color: #fff;
  border-color: #387aab;
  background: #488bbb;
 /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;
base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4OGJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTc3YTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #488bbb 0%, #3577a8 100%);
 /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#488bbb), color-stop(100%,#3577a8));
 /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #488bbb 0%,#3577a8 100%);
 /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #488bbb 0%,#3577a8 100%);
 /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #488bbb 0%,#3577a8 100%);
 /* IE10+ */  background: linear-gradient(to bottom,  #488bbb 0%,#3577a8 100%);
 /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#488bbb', endColorstr='#3577a8',GradientType=0 );
 /* IE6-8 */  -webkit-box-shadow: inset 1px 1px 0 rgba(135,205,255,0.33);
  -moz-box-shadow: inset 1px 1px 0 rgba(135,205,255,0.33);
  box-shadow: inset 1px 1px 0 rgba(135,205,255,0.33);

}


.simple-pricing-table .column.featured .button:HOVER{
  color: #fff;
  background: #3577a8;
 /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;
base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzM1NzdhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODhiYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #3577a8 1%, #488bbb 100%);
 /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3577a8), color-stop(100%,#488bbb));
 /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  #3577a8 1%,#488bbb 100%);
 /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #3577a8 1%,#488bbb 100%);
 /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #3577a8 1%,#488bbb 100%);
 /* IE10+ */  background: linear-gradient(to bottom,  #3577a8 1%,#488bbb 100%);
 /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3577a8', endColorstr='#488bbb',GradientType=0 );
 /* IE6-8 */


}


.page-content .simple_heading {
    border-bottom: 1px solid #EAECEE;
    color: #3781B7;
    font-size: 18px;
    line-height: 18px;
    margin: 50px 0 0 !important;
    padding: 0 0 20px 10px !important;
    text-transform: uppercase;

}


.simple-pricing-table .header .price-period{
    color: #A7A7A7;
    display: block;
    font-size: 11px;
    line-height: 11px;
    margin: 12px 0 0;
    text-transform: uppercase;
}


.simple-pricing-table .featured .header H3 .price-period {
  color:#a7a7a7;
}

.simple-pricing-table p,
.extended-pricing-table p{
  margin-bottom: 0;
}
.simple-pricing-table div.column:last-child,
.extended-pricing-table div.column:last-child {
margin-right: 0 !important;
}
.extended-pricing-table,
.simple-pricing-table {
margin-bottom: 40px;
}
.wpb_content_element {
display: block;
}
.simple-pricing-table div.column .discount{
    background: url("../img/discount.png") no-repeat 0 0;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: 900;
    height: 34px;
    padding: 6px 0 0 10px;
    position: absolute;
    right: -3px;
    top: 36px;
    width: 50px;
    z-index: 1;
    text-align: center;
}

.simple-pricing-table div.column .button {
width: 70%;
margin-left: -35%;
bottom: 20px;
}

.prices-blocks-box.list3 div.price-list:first-child{
  margin: 0;
}
.price-list ul li{
  padding: 10px 10px;
  background: url('../img/dots.png') repeat-x bottom;
}
.price-list ul li:after{
  display: block;
  content: '.';
  clear: both;
  font-size: 0;
  line-height: 0;
  /*text-indent: 10000px;*/
  color: transparent;
  height: 0;
}
ul.features li:last-child,
.price-list ul li:last-child{
  background: none;
}
.price-list ul li .left{
  float: left;
}
.price-list ul li .right{
  float: right;
  color: #3781b7;
  font-weight: 900;
  margin: 0 0 0 8px;
}


/*------ Blockquotes -----------*/
blockquote:after {
background: url(../img/sprite.png) -445px -105px no-repeat;
position: absolute;
width: 40px;
height: 40px;
left: 0;
top: 0;
content: '';
}
blockquote {
margin: 20px 0;
padding: 0 20px 0 40px;
color: #3b74aa;
font-style: italic;
line-height: 1.7;
font-weight: 400;
}

.blockquote-container-center {
  width: 100%;
  margin-bottom: 20px;
}
.blockquote-container-slider {
  width: 100%;
}
.blockquote-container-slider p {
  font-size: 1em !important;
}
.blockquote-container-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.blockquote-container-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.blockquote {
background: url(../img/sprite.png) -443px -105px no-repeat;
position: relative;
padding: 0px 15px 0px 55px;
font-style: italic;
line-height: 1.7;

font-weight: 400;

min-width: 120px;
margin: 0;
}
.blockquote-modern {
  border-left: 3px solid #97c44b;
  padding: 22px 0px 22px 25px;
  background: #FFFFFF;
}

.blockquote-container-slider .blockquote-classic:before {
  color: #444444 !important;
}
.blockquote p{
  font-size: 1.07em;
  line-height: 22px;
  margin-bottom: 10px;
color: #3b74aa;
margin-top: 14px;
}
.blockquote span{
  text-align: left;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
}
.blockquote span a {
  color: #606060;
}

/*------- Buttons ----------------*/

.btn-style2 {
font-size: 10px;
border-radius: 4px;
background-color: #4989CE;
color: #f3f3f3;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
font-weight: bold !important;
font-size: 12px;
opacity: 0.95;
box-shadow: inset 0 -4px 0 -1px rgba(0,0,0,0.2);
font-family: 'Open Sans', Arial, Tahoma !important;
transition: opacity 0.15s;
}
.btn-style2:hover {
opacity: 1;
}
.btn-style2.mid:active,
.btn-style2.big:active {
box-shadow: inset 0 -2px 0 -1px rgba(0,0,0,0.2);
top: 1px;
position: relative;
padding-top: 13px;
padding-bottom: 13px;
}
.btn-style2.small:active {
box-shadow: inset 0 -2px 0 -1px rgba(0,0,0,0.2);
top: 1px;
position: relative;
padding-top: 7px;
padding-bottom: 7px;
}
.btn-style2:before {
margin-right: 10px;
font-family: FontAwesome;
font-weight: normal;
}

.btn {
float: left;
text-decoration: none;
text-transform: uppercase;
font-size: 10px;
color: #45484a;
border-radius: 5px;
background: rgb(216,219,221);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(216,219,221,1) 0%, rgba(243,243,243,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,219,221,1)), color-stop(100%,rgba(243,243,243,1)));
background: -webkit-linear-gradient(top, rgba(216,219,221,1) 0%,rgba(243,243,243,1) 100%);
background: -o-linear-gradient(top, rgba(216,219,221,1) 0%,rgba(243,243,243,1) 100%);
background: -ms-linear-gradient(top, rgba(216,219,221,1) 0%,rgba(243,243,243,1) 100%);
background: linear-gradient(to bottom, rgba(216,219,221,1) 0%,rgba(243,243,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8dbdd', endColorstr='#f3f3f3',GradientType=0 );
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
    box-shadow: 1px 1px 0px 0 #c5c5c5;
  margin-bottom: 25px;
}
.btn.small,
.btn-style2.small {
padding: 8px 21px;
}
.btn.mid,
.btn-style2.mid {
padding: 14px 38px;
}
.btn.big,
.btn-style2.big {
padding: 14px 60px;
}
.btn-style2 img {
display: inline-block;
margin-right: 10px;
height: 16px;
vertical-align: middle;
}

/*-------- Button style3 ------------*/

body .btn-style3 {
font: 14px 'open sans', arial, tahoma;
color: #e2e5e8;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
border: 1px solid rgba(0,0,0,0.1);
padding: 19px 40px;
box-shadow: inset 0 6px 0 0 rgba(255,255,255,0.15);
border-radius: 3px;
text-transform: uppercase;
}
.btn-style3:before {
font-family: fontawesome;
margin-right: 10px;
}

/*-------- Button style4 ------------*/

.btn-style4 {
background-color: #303437;
font-family: 'open sans', arial, tahoma !important;
/*color: #e2e5e8;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
border: 1px solid rgba(0,0,0,0.1);*/
padding: 8px 24px;
/*box-shadow: inset 0 6px 0 0 rgba(255,255,255,0.15);*/
border-radius: 3px;
text-transform: uppercase;
}
.btn-style4:before {
font-family: icomoon;
margin-right: 10px;
}

.btn-style4.mid {
padding: 14px 34px;
}

.btn-style4.big {
padding: 19px 48px;
}

/*-------- Infobox ---------*/

.infobox {
float: left;
width: 100%;
text-align: center;
position: relative;
border: 1px solid #ccc;
border-radius: 3px;
overflow: hidden;
}
.infobox h2 {
margin-top: 60px;
font-weight: 400;
font-size: 23px;
}
.infobox h3 {
font-weight: 400;
}
.infobox .btn {
margin: 0 auto;
float: none;
display: block;
width: 55px;
margin-top: 10px;
margin-bottom: 50px;
}
.infobox .bottom-line {
position: absolute;
bottom: 0;
width: 100%;
height: 1px;
background-color: #2373cd;
border-bottom: 1px solid #3aa6e3;
border-top: 1px solid #cbcbcc;
left: 0;
}

/*-------- Infobox ---------*/

/*--------- Latest Tweets --------*/

.tweets-desc a {
word-wrap: break-word;
}

/*--------- Latest Tweets --------*/



/*-------------------- LASTEST POSTS GALLERY -----------------*/

.latest-posts-gallery .flex-direction-nav li {
background-position: -278px -169px;
background-image: url(../img/sprite.png);
width: 51px;
height: 51px;
display: inline-block;
margin-left: -4px;
}
.latest-posts-gallery .flex-direction-nav {
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -47px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.latest-posts-gallery:hover .flex-direction-nav {
opacity: 1;
}
.latest-posts-gallery {
position: relative;
}
.latest-posts-gallery .flex-direction-nav li a {
font-size: 0;
border-radius: 50%;
margin: 5px;
width: 41px;
height: 40px;
-webkit-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.4);
box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.4);
display: block;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.latest-posts-gallery .flex-direction-nav li a:hover {
background-color: #407eb5;
}
.latest-posts-gallery .flex-prev {
background-position: -284px -275px;
background-image: url(../img/sprite.png);
}
.latest-posts-gallery .flex-next {
background-position: -282px -325px;
background-image: url(../img/sprite.png);
}

/*-------------------- LASTEST POSTS GALLERY -----------------*/


/*------------------- DROPCAPS -----------------------*/

.dropcap {
position: relative;
width: 100%;
margin-bottom: 30px;
}
.dropcap_holder {
display: block;
float: left;
margin-right: 8px;
width: 35px;
height: 35px;
}
.dropcap_text {
display: block;
}
.dropcap_circle .dropcap_letter {
color: #ffffff;
background: #3b74a9;
border-radius: 17px;
top: 4px;
font-size: 22px;
}
.dropcap_letter {
position: absolute;
top: -10px;
left: 0px;
width: 35px;
height: 35px;
font-size: 35px;
text-align: center;
font-family: Arial;
color: #3b74a9;
}


/*------------------- PERSON DETAILS -----------------------*/

.personal-details {
  margin-bottom: 2em;
padding: 30px 0 0;
}

/*------------------- RECENT POSTS  -----------------------*/

.recent-posts h4 {
  margin-bottom: 10px;
}

/*---------- Services -----------*/


.service {
display: block;
text-align: center;
margin-bottom: 20px;
}
.service-icon {
  width: 100px;
  height: 100px;
  position: relative;
  background: #f3f3f3;
  border-radius: 50%;

  -webkit-box-shadow: 0 0 0px 1px #cdcecf;
  box-shadow: 0 0 0px 1px #cdcecf;
  padding: 2px;
  display: inline-block;
  margin-bottom: 20px;
margin-top: 1px;
cursor: pointer;
}

.service-icon span {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  z-index: 10;
  color: #bfc1c2;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.service-icon:hover span {
color: #3170ac;
}
.service-icon div {
  display: block;
  margin: 0;
  border-radius: 50%;
  border: 4px solid #ccc;
  text-align: center;
  line-height: 100px;
  border-bottom-color: #f3f3f3 !important;

  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  width: 100%;
  height: 100%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;

  -webkit-transition-property: border-color, -webkit-transform;
  -moz-transition-property: border-color, -moz-transform;
  -o-transition-property: border-color, -o-transform;
  -ms-transition-property: border-color, -ms-transform;
  transition-property: border-color, transform;
  /*-webkit-backface-visibility: hidden;*/
}
.service-icon:hover div {
  -webkit-transform: rotateZ(133deg);
  -moz-transform: rotateZ(133deg);
  -o-transform: rotateZ(133deg);
  -ms-transform: rotateZ(133deg);
  transform: rotateZ(133deg);
}


.service-icon:hover div {
border-color: #3170ac;
}
.service h2 {
font: 900 14px Open Sans, Arial, Tahoma;
}
.service-icon img {
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
width: 50px;
height: 50px;
margin: -25px 0 0 -25px;
}
/*--- Service style2 ---*/

.service.service-style2 .service-icon span {
color: #3170ac;
}
.service.service-style2:hover .service-icon div{
background-color: #3170ac;
}
.service.service-style2:hover .service-icon span {
color: #fff;
}
.service.service-style2 {
background-color: rgba(255, 255, 255, 0.75);
padding: 0 30px 30px;
margin-top: 40px;
font: 13px Open Sans, Arial;
color: #303030;
position: relative;
}

.service.service-style2 .service-icon {
box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
background: rgba(243, 243, 243, 0.56);
margin-top: -47px;
width: 88px;
height: 88px;
margin-bottom: 25px;
padding: 3px;
}
.service.service-style2 div {
  border: 0;
  background-color: #eaeaea;

  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}


.service-icon:hover div {
border-color: #3170ac;
}
.service.service-style2 .read-more {
color: #303030;
background: transparent;
line-height: 12px;
}
.service.service-style2 .read-more:after {
background-position: -16px -25px;
background-image: url(../img/sprite.png);
content: '';
width: 11px;
height: 12px;
display: inline-block;
}

/*---------- Icons style4 -----------*/

.sc-icon {
padding-left: 60px;
border-bottom: 1px solid #dadada;
position: relative;
margin-bottom: 20px;
}
.sc-icon span {
color: #3170ac;
font-size: 40px;
position: absolute;
top: 0;
left: 0;
}
.sc-icon span.uploaded {
width: 40px;
line-height: 40px;
text-align: center;
}
.sc-icon h2 {
font-weight: 900;
font-size: 18px;
text-transform: none;
margin-bottom: 10px;
}
.sc-icon p b {
color: #3170ac;
}




/*----- Icon Style 5 --------*/

.sc-icon.sc-icon-style2 span {
  background-color: #fbfbfb;
  border: 1px solid #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #898a8b;
  position: relative;
  display: inline-block;
  margin-right: -70px;
  margin-bottom: 10px;
font-size: 30px;


  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.sc-icon.sc-icon-style2 {
border: 0;
padding: 0;
}
.sc-icon.sc-icon-style2 h2 {
padding-left: 80px;
display: inline-block;
vertical-align: middle;
margin-top: -10px;
}
.sc-icon.sc-icon-style2 p {
clear: both;
display: block;
}
.sc-icon.sc-icon-style2:hover span {
background-color: #3170ac;
color: #fff;
}
.sc-icon.sc-icon-style2 span img {
width: 30px;
line-height: 60px;
vertical-align: middle;
margin-top: -6px;
display: inline-block;
}

/*------------- Icon style 6 ---------------------*/

.sc-icon.sc-icon-style3 {
color: #e2e5e8;
border: 0;
padding-left: 100px;
}
.sc-icon.sc-icon-style3 h2 {
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
.sc-icon.sc-icon-style3 span {
color: #fff;
background-color: #4a97ca;
width: 70px;
height: 70px;
border-radius: 50%;
text-align: center;
line-height: 70px;
font-size: 35px;
}
.sc-icon.sc-icon-style3 span img {
width: 30px;
vertical-align: middle;
display: inline-block;
height: 30px;
margin-top: -10px;
}
/*------------- Icon style 7 ---------------------*/

.sc-icon.sc-icon-style4 {
text-align: center;
border: 0;
padding: 0;
}
.sc-icon.sc-icon-style4:hover span {
color: #fff;
background-color: #1b8bd2;
}
.sc-icon.sc-icon-style4 span {
  position: static;
  display: inline-block;
  margin-bottom: 20px;
  color: #717475;
  background-color: #fff;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  vertical-align: middle;
  line-height: 63px;
  font-size:32px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.sc-icon.sc-icon-style4 h2 {
font-weight: 100;
font-size: 24px;
margin-bottom: 0px;
}
.sc-icon.sc-icon-style4 a {
color: #1b8bd2;
display: inline-block;
}
.sc-icon.sc-icon-style4 a:after {
content: "\f105";
font-family: FontAwesome;
margin-left: 5px;
font-size: 14px;
}
.sc-icon.sc-icon-style4 p {
margin-bottom: 10px;
}

/*---------- Special text -----------*/
.special-text-pattern {
  background: url(../img/special-text-pattern.png) left center repeat-x;
}

.special-text-pattern span {
  background-color: #F3F3F3;
  padding: 0 13px 0 6px;
}


/*------ Featured Projects ----------*/

.featured-projects p {
text-align: center;
width: 50%;
display: inline-block;
margin-bottom: 50px;
}
.featured-projects {
text-align: center;
position: relative;
clear: both;
}
.featured-projects .pagination {
position: absolute;
top: 10px;
right: 0;
}
.featured-project {
  background-color: #f3f6f8;

  -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
  margin: 10px 0 15px;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  float: left;
  width: 100%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


.featured-project:hover {
background-color: #fff;
}
.featured-project:hover h2{
  color: #4c83b7;
}

.featured-project .likes:hover {
  cursor: pointer;
}

.featured-project:hover .likes:before {
color: #be4243;

}
.featured-project img {
width: 100%;
height: auto;
display: block;
}
.featured-project-slider .slides {
float: left;
}
.project-body {
  text-align: left;
  float: left;
  padding: 20px;
  position: relative;
  width: 100%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.featured-project h2 {
  color: #474747;
  font-weight: 100;
  font-size: 18px;
  text-transform: none;
  margin-bottom: 5px;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.featured-project h3 {
color: #474747;
font-weight: 300;
font-size: 11px;
margin-bottom: 0px;
}
.likes {
  position: absolute;
  top: 40px;
  right: 20px;
  line-height: 8px;
  font-size: 11px;
}

.likes:before {
font-size: 19px;
color: #adb2b6;
margin-right: 7px;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.featured-projects .sc-divider {
border-bottom-width: 1px;
}
.featured-project-slider.full-width .featured-project {
  margin: 10px 0px 15px 1px;

  -webkit-box-shadow: 0 3px 10px -1px rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px -1px rgba(0,0,0,0.1);
background-color: #f0f0f0;
}
.featured-project-slider.full-width .featured-project:hover {
background-color: #ffffff;
}
.featured-project-slider.full-width .featured-project:hover .project-body:after {
border-color: transparent transparent #ffffff transparent;
}
.featured-project-slider.full-width .slides li {
overflow: hidden;
}
.featured-project-slider.full-width .project-body:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 8px 9px;
  border-color: transparent transparent #f0f0f0 transparent;
  content: '';
  position: absolute;
  top: -8px;
  left: 20px;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
/*-webkit-backface-visibility: hidden;*/
}
.featured-project-slider.full-width .featured-project a {
position: relative;
display: block;
}
.featured-project a {
display: block;
width: 100%;
height: auto;
float: left;
}
.featured-project .hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1 !important;

  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.featured-project-slider.full-width .featured-project >a:hover:after {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.featured-project-slider.full-width .featured-project > a:after {
content: '+';
position: absolute;
left: 50%;
top: 50%;
width: 87px;
height: 87px;
background-color: rgba(0,0,0,0.4);
border-radius: 50%;
border: 3px solid rgba(255,255,255,0.6);
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
color: #fff;
font-size: 30px;
font-weight: 100;
line-height: 87px;
margin-top: -45px;
margin-left: -45px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(0);
-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
-ms-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

/*------ Featured Projects 2 ----------*/
featured-projects-2-container {
  overflow: hidden;
  padding-top: 30px;
}

.featured-projects-2 {
  position: relative;
  width: 102.564102%
}

.featured-projects-2 article.featured-project {
  margin-right: 2.5%;
  float: left;
  margin-bottom: 30px;
  width: 30.8%;
}

.featured-projects-2 article.featured-project a.link {
  position: relative;
}

.featured-projects-2 article.featured-project a.link .triangle  {
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8.5px 8px 8.5px;
  border-color: transparent transparent #F3F6F8 transparent;
}

.featured-projects-2 article.featured-project a.link .overlay  {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 91px;
  height: 91px;
  margin-left: -45px;
  margin-top: -45px;
  background-image: url(../img/overlay.png);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -ms-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.featured-projects-2 article.featured-project:hover a.link .overlay  {
  opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1 !important;

  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.featured-projects-2 article.featured-project a.link .triangle  {
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8.5px 8px 8.5px;
  border-color: transparent transparent #F3F6F8 transparent;
}

.featured-projects-2 article.featured-project:hover a.link .triangle  {
  border-color: transparent transparent #FFF transparent;
}

.featured-projects-2 article.featured-project h2,
.featured-projects-2 article.featured-project h3 {
  text-align: left;
}

.fp-filter {
  margin: 40px auto;
  border: 1px solid #e3e3e3;
  padding: 10px 20px 10px;
  width: 230px;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
  line-height: 20px;

}

.fp-filter ul {
margin: 0;
position: absolute;
left: -1px;
right: -1px;
border: 1px solid #e3e3e3;
padding: 0;
background: #FFF;
top: 100%;
border-top-color: #fff;
margin-top: -1px;
z-index: 1;
display: none;
}
.fp-filter:hover ul {
display: block;
}
.fp-filter:after {
font-family: fontawesome;
content: "\f107";
position: absolute;
font-size: 20px;
color: #ccc;
right: 20px;
top: 10px;
}

.fp-filter li {
list-style: none;
}

.fp-filter li:before {
  content: '';
  padding: 0;
}

.fp-filter li:first-child:before {
  content: '';
  padding: 0;
}

.fp-filter li a {
font-size: 12px;
color: #9d9fa2;
text-decoration: none;
line-height: 40px;
border-top: 1px solid #ebebeb;
display: block;
padding: 0 20px;
}

/*----------- Testimonials slider ---------*/

.sc-testimonial-slider {
position: relative;
text-align: center;
}
.control-nav .flex-control-nav {
position: static;
display: inline-block;
text-align: center;
padding: 0;
}
.sc-testimonial-slider {
position: relative;
}
.sc-testimonial {
text-align: left;
padding-left: 60px;
background: url(../img/quote2.png) no-repeat left top;
}
.sc-testimonial span {
font-weight: bold;
color: #555555;
}
.control-nav .flex-control-nav a {
background: #CECECE;
width: 10px;
height: 10px;
margin-top: 1px;
}
.control-nav .flex-control-nav a.flex-active {
background: #2774ae;
border: 0;
width: 11px;
height: 11px;
margin-top: 0;
}
.control-nav .flex-control-nav li {
list-style: none;
}

/*------------ Testimonial style2 -----------*/

.sc-testimonial.sc-testimonial-style2 {
padding-left: 140px;
padding-top: 40px;
background: url(../img/quote3.png) no-repeat 140px top;
position: relative;
}
.sc-testimonial.sc-testimonial-style2 img {
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
padding: 4px;
background-color: #fff;
border: 1px solid #d5d6d6;
width: 105px;
height: 105px;
}
.sc-testimonial.sc-testimonial-style2 span {
text-transform: uppercase;
font-size: 11px;
font-weight: normal;
}
.sc-testimonial.sc-testimonial-style2 span b {
  font-weight: 900;
  display: block;
}


/*---------- Accordion style3 --------------*/

.widget_accordion.accordion_style3 .item {
padding: 0;
border: 0;
}
.widget_accordion.accordion_style3 li {
list-style:none;
}
.widget_accordion.accordion_style3 .button {
left: auto;
right: 15px;
top: 8px;
width: 25px;
height: 25px;
border: 1px solid #e3e3e3;
border-radius: 50%;
text-align: center;
line-height: 25px;
background-color: #fff;
}
.widget_accordion.accordion_style3 header {
background-color: transparent;
padding: 10px 20px;
border: 1px solid #e3e3e3;
margin-bottom: -1px;
}
.widget_accordion.accordion_style3 h2 {
margin: 0;
}
.widget_accordion.accordion_style3 .button span {
position: static;
margin: 0;
width: 25px;
color: #e3e3e3;
}
.widget_accordion.accordion_style3 .item-container {
padding: 20px;
font-size: 13px;
}
.widget_accordion.accordion_style3 .active header {
background-color: #fdfdfd;
}
.widget_accordion.accordion_style3 .button span+span {
margin-top: 2px;
}



/*------------ Rounded Counter -----------------*/

.sc-counter {
  background-color: rgba(0,0,0,0.13);
  border-radius: 50%;
  width: 70%;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  margin-left: 15%;
  position: relative;

  -webkit-box-shadow: inset 0 0 20px -10px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 20px -10px rgba(0,0,0,0.1);
}

.sc-counter img {
float: left;
width: 100%;
height: auto;
clear: both;
}
.sc-counter span {
position: absolute;
top: 50%;
left: 0;
margin-top: 20px;
width: 100%;
text-align: center;
}
.sc-counter .sc-quantity {
font-weight: 900;
display: block;
font-size: 60px;
position: absolute;
width: 105px;
height: 80px;
margin: -55px 0 0 -53px;
left: 50%;
top: 50%;
}

/*------------ Counter -----------------*/

.sc-counter-2 .sc-counter-icon {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.sc-counter-2 .sc-counter-icon i {
  font-size: 51px;
  color: #1b8bd2;
}

.sc-counter-2 .sc-quantity {
  clear: both;
  text-align: center;
  display: block;
  color: #FFF;
  font-size: 54px;
  font-weight: bold;
  font-family: "Open Sans", Arial, Tahoma;
}

.sc-counter-2 .sc-title {
  clear: both;
  text-align: center;
  display: block;
  font-size: 13px;
  color: #adb2b6;
  text-transform: uppercase;
}



/*----------- Gallery slider --------------*/

.thumbnail-slider li img {
  width: 100%;
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: pointer;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #e7e7e7;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.thumbnail-slider .flex-active-slide img {
opacity: 1;
}
.thumbnail-slider li.not-visible {
-webkit-transform: translateY(100%);
transition: 0.2s;
}
.gallery-slider .slides li img {
  float: left;
  width: 100%;
  height: auto;
}
.flexslider.gallery-slider {
  margin-bottom: 4px;
  background-color: #fff;
  padding: 4px 4px 4px;
  border-radius: 2px;
  border: 1px solid #e7e7e7;
  display: block;
}

.flexslider.gallery-slider li {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0 !important;
  z-index: 1 !important;

  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.flexslider.gallery-slider li.flex-active-slide {
display: block;
opacity: 1 !important;
z-index: 2 !important;
}
.flexslider.thumbnail-slider li {
padding-left: 4px;
width: 109px !important;
}
.flexslider.thumbnail-slider {
margin-left: -4px;
position: relative;
z-index: 10;
}
.thumbnail-slider .slides {
  width: 102% !important;

  -webkit-transform: translate3d(0px, 0, 0) !important;
  -moz-transform: translate3d(0px, 0, 0) !important;
  -o-transform: translate3d(0px, 0, 0) !important;
  -ms-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0px, 0, 0) !important;
}

.gallery-image span:after {
background: url(../img/link.png) center;
position: absolute;
top: 50%;
left: 50%;
content: '';
/*-webkit-backface-visibility: hidden;*/
width: 92px;
margin: -46px 0 0 -46px;
height: 92px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(0);
-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
-ms-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
z-index: 10000;
}
.gallery-image:hover span:after {
opacity: 1;
-webkit-transform: scale(1);
}
.gallery-image span {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.23);
opacity:0;
transition: 0.3s;
}
.gallery-image:hover span {
opacity:1;
}
.gallery-thumb:after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  background: rgba(0,0,0,0.7);
  left: 40px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
  z-index: 1;
  width: 230px;

  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
visibility: hidden;
}
.gallery-thumb:before {
content: '';
width: 0px;
height: 0px;
border-style: solid;
border-width: 15px 15px 0 0;
border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
top:0;
left: 70px;
position: absolute;
z-index: 1;
visibility: hidden;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.thumbnail-slider .flex-viewport {
overflow: visible !important;
}
.gallery-thumb {
position: relative;
display: block;
margin-bottom: 4px;
}
.gallery-thumb.tooltip:hover:after, .gallery-thumb.tooltip:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;

  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
visibility: visible;
}
.thumbnail-slider img {
display: block;
}
.gallery-thumb div {
display: block;
overflow: hidden;
}

/**
* Promo line
*/

.sc-promoline-button {
  white-space: nowrap;
  text-align: right;
}

.sc-promoline-button img {
  display: inline-block;
  margin-right: 10px;
  height: 16px;
  vertical-align: middle;
}

.sc-promo-line-text {
  font-size: 34px;
  margin-top: -16px;
  color: #FFF;
  margin-bottom: 0 !important;
  letter-spacing: -0.03em;
  font-weight: 300;
}

.sc-promo-line-header {
  font-weight: bold;
}

/*---------- Get in touch ---------------*/
#get_in_touch input,  #get_in_touch textarea {
color: #abacad;
background: #fff;
border: 1px solid #E3E3E4;
display: block;
width: 100%;
padding: 12px 20px;
box-sizing: border-box;
outline:none;
}
#get_in_touch .name input {
border-bottom: 0;
}
#get_in_touch textarea {
margin: 20px 0;
min-height:100px;
}

#get_in_touch input[type=submit] {
  width:auto;
}
 #get_in_touch :-moz-placeholder {
    font-style:normal;
    color: #abacad;
  }
#get_in_touch  :-ms-input-placeholder {
    font-style:normal;
    color: #abacad;
  }
 #get_in_touch ::-webkit-input-placeholder {
    font-style:normal;
    color: #abacad;
  }
  #get_in_touch div {
position: relative;
}
#get_in_touch .name:before {
content: "\f007";
}
#get_in_touch div:before {
font-family: FontAwesome;
position: absolute;
right: 14px;
top: 13px;
font-size: 20px;
color: #abacad;
}
#get_in_touch .e-mail:before {
content: "\f0e0";
}
.clear_form {
float: right;
color: #abacad;
text-transform: uppercase;
font-size: 11px;
cursor: pointer;
}
.clear_form:after {
content: "\f057";
font-family: fontawesome;
margin-left: 5px;
font-size: 14px;
}

/**
* Form
*/

.sc-form-success {
  margin-bottom: 10px;
}

.sc-form .error {
  color: #FF0000;
}

.sc-form-row {
  position: relative;
}

.sc-form-row input,
.sc-form-row textarea {
  width: 94%;
  border: 1px solid #e3e3e3;
  padding: 10px 3%;
  background-color: #FFF;
  background-image: none;
}

.sc-form-row textarea {
  height: 70px;
}

.sc-form-no-top-border input {
  border-top-width: 0;
}

.sc-form-row.sc-form-textarea,
.sc-form-row.sc-form-submit {
  margin-top: 18px;
}

.sc-form-submit input {
  width: auto;
  text-transform:uppercase;
  background-color: #FFF;
  color: #45484a;
}

.sc-highlight .sc-form-submit input {
  background-color: #edeeef;
  border-radius: 3px;
  position: absolute;
  right: 0;
  margin-right: 51%;
  font-size: 11px;
}

.sc-form-row.sc-form-first {
  margin-top: 0;
}

.sc-form-row span.sc-form-icon,
.sc-form-row span.sc-form-clear {
  position: absolute;
  right: 10px;
  top: 12px;
  display: inline-block;
  color: #abacad;
}

.sc-form-row span.sc-form-clear {
  text-transform: uppercase;
  cursor: pointer;
}

.sc-highlight .sc-form-row span.sc-form-clear {
  background-color: #edeeef;
  border-radius: 3px;
  padding: 11px 30px;
  top: 0;
  color: #45484A;
  left: 0;
  right: auto;
  margin-left: 51%;
  font-size: 11px;
}


.sc-form :-moz-placeholder {
  color: #b1b2b2;
}
.sc-form :-ms-input-placeholder {
  color: #b1b2b2;
}
.sc-form ::-webkit-input-placeholder {
  color: #b1b2b2;
}

.sc-our-clients-2 {
  padding-top: 10px;
}

/*----------------<LATEST POSTS 2>----------------*/
.latest_posts_2 {
position: relative;
float: left;
width: 100%;
margin-bottom: 40px;
}
.latest_posts_2 .post {
margin-left: 0;
}
.latest_posts_2>h2 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.latest_posts_2-container {
  display: block;
  width: 102.564102%;
}
.latest_posts_2 .grid_12{
  overflow: hidden;
}
.latest_posts_2 .item {
  float: left;
  width: 98%;
  padding-bottom: 0;
}
.latest_posts_2 .item-body{
  display: block;
  margin-top: 7px;
  margin-left: 16px;
  margin-right: 16px;
}
.latest_posts_2 .item-helper{
  position: relative;
  float: left;
  padding-right: 10px;

}

.latest_posts_2 .item .media {
  position: relative;
  cursor: pointer;
}

.latest_posts_2 .item .media .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.latest_posts_2 .item .media img {
  display: block;
  width: 100%;
  height: auto;
}

.latest_posts_2 .item header {
  line-height: 60px;
  height: 60px;
  overflow: hidden;
}

.latest_posts_2 .item header h2,
.latest_posts_2 .item header h2 a {
  font-size: 18px;
  font-weight: 300;
  color: #3170ac;
  text-transform: none;
}

.latest_posts_2 .item .meta {
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin: 11px -10px 17px -10px;
  padding: 10px 10px 10px 10px;
  
}

.latest_posts_2 .item .meta .post-category span {
  max-width: 110px;
  height: 12px;
  overflow: hidden;
  display: inline-block;
}

.latest_posts_2 .item .excerpt {
  cursor: pointer;
  -webkit-user-select: none; 
  -moz-user-select: none;
  -ms-user-select: none;
}

.latest_posts_2-container .slides > li {
  padding-right: 24px;
}

.latest_posts_2 .flexslider {
  margin-bottom: 0;
}

/*----------------</latest POSTS 2>----------------*/


/*----------------<RECENT POSTS>----------------*/
.widget_recent_posts {
margin-bottom: 40px;
}
.widget_recent_posts h2{
  color: #b1b6b9;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.widget_recent_posts .recent-post {
  width:100%;
  padding: 10px 0;
  border-top: 1px solid #595c5e;
}
.widget_recent_posts h2+.recent-post {
  border-top-width: 0;
}
.widget_recent_posts .recent-post .post-info{
  display: inline;
}
.widget_recent_posts .recent-post .post-info div{
  display: inline;
  text-transform: uppercase;
  font-size: 10px;
  color: #909397;
}
.widget_recent_posts .recent-post .post-info div:before{
  content: '|';
  padding: 0 4px 0 2px;
}
.widget_recent_posts .recent-post .post-info div:first-child:before{
  content: '';
  padding: 0;
}
.widget_recent_posts .recent-post .post-info a {
  color: #909397;
}
.widget_recent_posts .recent-post header a {
  color: #bbdbef;
}
.widget_recent_posts .recent-post p {
  color: #b4b8bc;
  margin:0;
}
/*----------------</RECENT POSTS>----------------*/


/*----------------<FOOTER RECENT POSTS>----------------*/

.latest-desc .latest-date,  .latest-desc .latest-author {
display: inline;
text-transform: uppercase;
font-size: 10px;
color: #909397;
background: none;
padding-left: 0;
}
.latest-desc .latest-author:before {
content: '|';
padding: 0 4px 0 2px;
}
.latest-desc h3 a {
color: #a3b5c2;
font-size: 13px;
font-weight: normal;
text-transform: none;
}
.latest-excerpts p {
color: #69767f;
margin: 0;
}
.wysija-text {
color: #69767f;
font-size: 12px;
margin: 0;
}

.latest-posts li:first-child .latest-desc {
border-bottom: 1px solid #272b2e;
padding-bottom: 10px;
margin-bottom: 10px;
}
.latest-desc h3 {
margin-bottom: 0;
}

/*----------------<FOOTER RECENT POSTS>----------------*/

/*----------------<FOOTER CONTACT>----------------*/
.address {
background: url(../img/sprite.png) -344px -170px no-repeat;
padding-left: 40px;
}
.phone {
background: url(../img/sprite.png) -347px -315px no-repeat;
padding-left: 40px;
}
.email {
background: url(../img/sprite.png) -348px -422px no-repeat;
padding-left: 40px;
}
/*----------------<FOOTER CONTACT>----------------*/


/*----------------<TEXT>----------------*/
footer .widget_text {
margin-bottom: 40px;
}

footer .widget h2{
  color: #4d565d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 20px;
}

footer .widget_text div {
  color: #b1b6b9;
}

footer .widget_social_icons_item h2 {
margin: 40px 0 0;
}
footer .widget_text address {
  width:100%;
  color: #69767f;
  font-style: normal;
}
footer .widget_text address ul {
  margin-top: 25px;
}
footer .widget_text address ul:first-child {
  margin-top: 0px;
}
.wysija-input {
display: block;
padding-right: 70px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-width: 0px;
padding: 0px;
margin: 0px;
background: transparent;
overflow: hidden;
color: #b1b6b9;
font-size: 12px;
position: relative;
height: 44px;
padding: 8px;
margin-right: 1px;
background: #262b2e;
outline: none;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
margin-top: 10px;
}
footer .wrapper.grey .container {
padding: 45px 0 35px;
}

.wysija-input.focus {
background: #3a3a3a;
}
.widget_wysija_cont input.wysija-submit {
margin-right: 6px;
margin-top: -56px;
position: relative;
float: right;
width: 29px;
height: 29px;
font-size: 0;
border: 1px solid #373d40;
border-radius: 50%;
color: #b1b6b9;
text-transform: uppercase;
box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.07);
background: url(../img/join-us.png) no-repeat center;
}
/*----------------</TEXT>----------------*/

/*----------------<RECENT WORKS>----------------*/
.widget_recent_works-container {
  display: block;
  width: 103.448275%;
}
.widget_recent_works {
width: 100%;
float: left;
margin-bottom: 40px;
}
.widget_recent_works .grid_3 h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
}
.widget_recent_works .grid_3 p {
  margin-bottom: 9px;
}
.widget_recent_works .grid_9 {
  overflow: hidden;
}
.widget_recent_works .item-con-t1 {
  float: left;
  width: 98%;
  margin-right: 3.333333%;
          box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  opacity: 0;
}
.widget_recent_works .item-con-t1 header {
  bottom: 0;
  height: 37.2%;
}
.widget_recent_works .item-con-t1 .facilities {
  top: 0%;
  height: 63%;
}

.widget_recent_works .flexslider {
  margin-bottom: 0;
}

/*----------------</RECENT WORKS>----------------*/

/*----------------<OUR STUFF>----------------*/
.widget_out_stuff-container {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  /*opacity: 0;*/
}
.widget_out_stuff-container .grid_3 h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
}
.widget_out_stuff-container .grid_3 p {
  margin-bottom: 9px;
}
.widget_out_stuff-container .grid_9 {
  overflow: hidden;
}
.widget_out_stuff-container .item-con-t1 {
  float: left;
  position: relative;
  margin-right: 3.333333%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
width: 100%;

  -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
  box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
}
.widget_out_stuff-container .item-con-t1:hover {
-webkit-box-shadow: 0 3px 0 0 #3d90d3;
box-shadow: 0 3px 0 0 #3d90d3;
}
.widget_out_stuff-container .item-con-t1:hover .corner {
  opacity: 1;
}
.widget_out_stuff-container .item-con-t1 .corner {
content: '';
position: absolute;
bottom: -9px;
background-color: transparent;
left: 50%;
margin-left: -5px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
z-index: 1;
width: 0px;
height: 0px;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #3d90d3 transparent transparent transparent;
}


.widget_out_stuff-container .container-t1 {
border-radius: 50%;
overflow: hidden;
position: relative;
padding:0;
}
.widget_out_stuff-container img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;

  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.widget_out_stuff-container .item-con-t1:hover img{
    -webkit-filter: grayscale(0);
      filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");

}
.widget_out_stuff-container .container-t1 > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(1);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.widget_out_stuff-container .item-con-t1:hover header{
  opacity: 0;
}
.widget_out_stuff-container header img {
border-radius: 0;
position: absolute;
bottom: 0;
left: -3px;
right: 6px;
width: 102%;
}
.widget_out_stuff-container .item-con-t1 header {
  bottom: 0;
  height: 28%;
}
.widget_out_stuff-container .item-con-t1 .facilities {
  top: 0%;
  height: 63%;
}
.ie8 .widget_out_stuff-container header img {
  display: none;
}
.ie8 .widget_out_stuff-container header {
  background: url(../img/bg-black-045.png);
}
.ie8 .widget_out_stuff-container:hover header {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

/*----------------</OUR STUFF>----------------*/

/*----------------<OUR STUFF2>----------------*/
.widget_out_stuff2-container {
  display: block;
  width: 102.564102%;
}
.widget_out_stuff2 .grid_12 {
  overflow: hidden;
}
.widget_out_stuff2 .item-con-t1 {
  float: left;
  width: 100%;
  margin-right: 2.5%;
          box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.widget_out_stuff2 .item-con-t1 img {
width: 110% !Important;
height: auto !important;
margin-left: -5%;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(1);
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
-webkit-backface-visibility: hidden;
}
.widget_out_stuff2 .item-con-t1:hover img {
-webkit-filter: grayscale(0);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.widget_out_stuff2 .container-t1-margin {
height: auto !important;
}
.widget_out_stuff2 {
cursor: pointer;
}

.widget_out_stuff2 .item-con-t1 header {
  bottom: 0;
  height: 50%;
}
.widget_out_stuff2 .item-con-t1 header h2,
.widget_out_stuff2 .item-con-t1 header p {
  position: relative;
  margin: 0 30px;
  color: #fff;
}
.widget_out_stuff2 .item-con-t1 header h2 {
  text-transform: uppercase;
  text-align: left;
  font-size: 28px;
  font-weight: 300;
  margin-top: 33px;
}
.widget_out_stuff2 .item-con-t1 header h2 b {
  font-weight: 800;
}
.widget_out_stuff2 .item-con-t1 header p {
  font-size: 14px;
  margin-top: 12px;
}
.widget_out_stuff2 .item-con-t1 header h2 span {
  font-weight: 800;
}
.widget_out_stuff2 .item-con-t1:hover header .bg-black-045 {
  background: #3170ac;
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget_out_stuff2 .item-con-t1:hover .overlay {
opacity: 0.85;
}
.widget_out_stuff2 .item-con-t1 header .overlay {
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: url(../img/wous2-overlay.png);
background-color: #3e8cb9;
}
.widget_out_stuff2 .item-con-t1 .facilities {
  top: 0%;
  height: 100%;
}
/*----------------</OUR STUFF2>----------------*/

/*----------------<PERSONAL DETAILS>----------------*/

.member-info img {
float: left;
width: 57px;
border-radius: 50%;
padding: 4px;
background-color: #fff;
border: 1px solid #ddd;
margin-right: -70px;
}
.member-info h2,.member-info span,.member-info p {
  float: left;
  width: 100%;
  padding-left: 80px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.member-info p.description {
font-size: 16px;
line-height: 1.3;
}
.member-info span {
color: #3278b6;
line-height: 1;
font-size: 14px;
}
.member-social a {
  float: left;
  width: 41px;
  height: 41px;
  background-image: url(../img/socials.png);
  margin-right: 10px;
  border-style: solid;
  border-width: 4px;
  border-color: #f2f5f6;
  border-radius: 50%;
  position: relative;

  -webkit-box-shadow: 0px 0px 1px 0px rgba( 0, 0, 0, 0.3);
  box-shadow: 0px 0px 1px 0px rgba( 0, 0, 0, 0.3);

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;

  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
}


.member-social a.facebook {
  background-position: -5px -369px;
}
.member-social a.twitter {
  background-position: -5px -428px;
}
.member-social a.skype {
  background-position: -5px -488px;
}
.member-social a.facebook:hover {
  background-position: -61px -369px;
}
.member-social a.twitter:hover {
  background-position: -61px -428px;
}
.member-social a.skype:hover {
  background-position: -61px -488px;
}
.member-social a:hover {
background-color: #3b74aa;
}
.member-social a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.member-social a:hover:after {
  -webkit-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.5);
  box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.5);
}

.member-skills {
float: left;
width: 100%;
margin-top: 20px;
}
.member-skills div {
  float: left;
  width: 100%;
  background: #e6e6e6;
  padding: 2px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 10px;

  -webkit-box-shadow: inset 0 1px 0 0 #c6c6c6;
  box-shadow: inset 0 1px 0 0 #c6c6c6;
}

.member-skills div span {
  color: #f3f3f3;
  background: #b4b9bc;
  height: 32px;
  line-height: 32px;
  text-align: left;
  padding-left: 10px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  width: 50%;
  float: left;
  opacity: 0;
}
.member-info {
margin-bottom: 20px;
}
.personal-details .separator {
    width: 100%;
}

/*----------------</PERSONAL DETAILS>----------------*/

/*----------------<RELATED WORKS>----------------*/

.widget_related_works .item-con-t1 .facilities {
  top: 0%;
  height: 100%;
}

.widget_recent_works-container .slides > li {
  padding-right: 24px;

-webkit-backface-visibility: visible;
}

/*----------------</RELATED WORKS>----------------*/

/*----------------<RECENT POSTS 2>----------------*/
.widget_recent_posts_2 {
position: relative;
float: left;
width: 100%;
margin-bottom: 40px;
}
.widget_recent_posts_2 .pagination {
  position: absolute;
  top: 13px;
  right: 1.25%;
  display: block;
  width: 32px;
  height: 15px;
}
.widget_recent_posts_2 .image-links {
margin-left: -26px;
}
.widget_recent_posts_2>h2 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.widget_recent_posts_2>.separator {
  position: relative;
  height:3px;
  width: 100%;
  background: #dadada;
  border-bottom: solid 1px #fff;
  margin-bottom: 30px;
}
.widget_recent_posts_2 .separator div{
  position: absolute;
  top: 0;
  left: 50%;
  width: 19px;
  height:10px;
  margin-left:-9px;
  background-image: url(../img/sprite.png);
  background-position: 0 -15px;
}
.widget_recent_posts_2-container {
  display: block;
  width: 102.564102%;
}
.widget_recent_posts_2 .grid_12{
  overflow: hidden;
}
.widget_recent_posts_2 .item {
  float: left;
  width: 98%;
}
.widget_recent_posts_2 .item-body{
  display: block;
  margin-top: 7px;
}
.widget_recent_posts_2 .item-helper{
  position: relative;
  float: left;
  padding-right: 10px;

}
.widget_recent_posts_2 .item header h2,
.widget_recent_posts_2 .item header h2 a{
  font-size: 18px;
  font-weight: 300;
  color: #3170ac;
  text-transform: none;
}
.widget_recent_posts_2 .item-con-t1{
  width: 100%;
          box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.widget_recent_posts_2 .item-con-t1 footer {
  top: 0;
  height: 33%;
}
.widget_recent_posts_2 .item-con-t1 .facilities {
  bottom: 0%;
  height: 67%;
}
.widget_recent_posts_2-fac {
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 16px;
  margin-top: -8px;
  width: 100%;
}
.widget_recent_posts_2-fac .date, .widget_recent_posts_2-fac .category {
float: left;
height: 16px;
padding: 1px 0;
font-size: 11px;
margin: 0 0px 0 10px;
padding-left: 25px;
color: #f3f3f3;
overflow: hidden;
text-align: left;
width: 23%;
}
.widget_recent_posts_2-fac .date {
  background-image: url(../img/date1.png);
  background-position: left center;
  background-repeat: no-repeat;
margin-left: 19%;
}
.b960 .widget_recent_posts_2-fac .date,  .w960 .widget_recent_posts_2-fac .date {
margin-left: 16%;
}
.widget_recent_posts_2-fac .category {
  background-image: url(../img/category1.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 39%;
}
.widget_recent_posts_2-fac .category span,
.widget_recent_posts_2-fac .category a {
  color: #f3f3f3;
  line-height: 16px;
}

.widget_recent_posts_2-container .slides > li {
  padding-right: 24px;
}

.widget_recent_posts_2 .flexslider {
  margin-bottom: 0;
}

/*----------------</RECENT POSTS 2>----------------*/

/*----------------<TESTIMONIALS>----------------*/
.widget_testimonials-container {
  position: relative;
}
.widget_testimonials-container .pagination {
  position: absolute;
  top: 40px;
  right: 1.25%;
  display: block;
  width: 32px;
  height: 15px;
}
.widget_testimonials-container {
  display: block;
  width: 100%;
  position: relative;
margin-bottom: 0;
}
.widget_testimonials-container .grid_12{
  overflow: hidden;
}
.widget_testimonials-container .item {
  float: left;
  width: 100%;
  margin-right: 0;
}
.widget_testimonials-container .item-body{
  display: block;
  margin-left: 100px;
}
.widget_testimonials-container .item-helper{
  display: block;
  float:left;
  width: 85px;
}
.widget_testimonials-container header h2 {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 15px;
  padding-right: 40px;
  margin-bottom: 0;
}
.widget_testimonials-container .item .author {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 3px;
}
.widget_testimonials-container .item .info {
  font-size: 10px;
  text-transform: uppercase;
}
.widget_testimonials-container .quote {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  border-top: 1px solid #b4b8bc;
          box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 4px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #909397;
  margin: 0 2px 4px 0;
  color: #ebebeb;
  background-image: url(../img/quote.png);
  background-position: 90% top;
  background-repeat: no-repeat;
}
.widget_testimonials-container .quote .helper{
  position: absolute;
  top: 17px;
  left: -23px;
  display: block;
  width: 24px;
  height: 34px;
  background-image: url(../img/sprite.png);
  background-position: -299px -96px;
}
/*----------------</TESTIMONIALS>----------------*/

/*----------------<OUR CLIENTS>----------------*/
.widget_our_clients {
position: relative;
float: left;
width: 100%;
padding: 30px 0;
}
.widget_our_clients .pagination {
  position: absolute;
  top: 40px;
  right: 1.25%;
  display: block;
  width: 32px;
  height: 15px;
}
h2.title {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.widget_our_clients>.separator {
  position: relative;
  height:3px;
  width: 100%;
  background: #dadada;
  border-bottom: solid 1px #fff;
  margin-bottom: 30px;
}
.widget_our_clients .separator div, .personal-details .separator div {
  position: absolute;
  top: 0;
  left: 50%;
  width: 19px;
  height:10px;
  margin-left:-9px;
  background-image: url(../img/sprite.png);
  background-position: 0 -15px;
}
.widget_our_clients-container {
  display: block;
  width: 102.564102%;
}
.widget_our_clients-container img {
display: block;
}
.widget_our_clients .grid_12{
  overflow: hidden;
}
.widget_our_clients .item{
  float: left;
  width: 17.5%;
  margin-right: 2.5%;
}
.widget_our_clients .item img{
  max-width: 100%;
}
/*----------------</OUR CLIENTS>----------------*/

/*----------------<SINGLE TWEET>----------------*/
.widget.widget_single_tweet {
position: relative;
padding-top: 17px;
padding-bottom: 16px;
}
.widget_single_tweet .pagination {
  position: absolute;
  top: 35px;
  right: 1.25%;
  display: block;
  width: 32px;
  height: 15px;
}
.b1170 .widget_single_tweet .pagination,  .b960 .widget_single_tweet .pagination {
right: 6%;
}
.widget_single_tweet .widget_single_tweet-container {
  display: block;
  background-image: url(../img/single-tweet.png);
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 57px;
  padding-left: 80px;
  padding-right: 45px;
}
.widget_single_tweet .grid_12{
  overflow: hidden;
}
.widget_single_tweet .item{
  float: left;
}
.widget_single_tweet .item .message {
font-size: 16px;
color: #ebebeb;
display: block;
overflow: hidden;
width: 100%;
height: 22px;
margin-top: 9px;
}
.widget_single_tweet .item .message a{
  font-style: italic;
  color: #bbdbef;
}
.widget_single_tweet .item .time {
font-size: 12px;
color: #bbdbef;
display: block;
width: 100%;
height: 17px;
}
/*----------------</SINGLE TWEET>----------------*/

/*----------------<MULTIPOSTS>----------------*/
.widget_multi_posts_entries {
  width: 100%;
}

.widget_bookmark_content_item {
display: block;
clear: both;
width: 100%;
}
.widget_bookmark_content_item span {
font-size: 10px;
color: #a6a8aa;
text-transform: uppercase;
clear: both;
display: inline-block;
}
.widget_bookmark_content_item .wp-post-image {
float: left;
width: 60px;
height: 60px;
margin-right: 10px;
}
.widget_bookmark_author a {
color: #a6a8aa;
}
.g-line {
display: block;
height: 0;
border-bottom: 1px solid #fff;
border-top: 1px solid #dadada;
margin: 5px 0;
}
.widget_bookmark_content_item >p {
display: inline;
margin-left: 5px;
}
.widget_bookmark_content_item > a {
clear: left;
display: inline-block;
}
/*----------------</MULTIPOSTS>----------------*/

/*----------------<ACCORDION>----------------*/
.widget_accordion {
  display: block;
  margin-bottom: 25px;
}
.widget_accordion li {
  list-style:none;
}
.widget_accordion>h2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}
.widget_accordion .item {
  position: relative;
  border-top: 1px solid #dadada;
  box-shadow: 0 1px 0 0 #fff inset;
  padding: 12px 0px 6px 22px;
}
.widget_accordion .item:first-child {
  border-top: 0px solid #dadada;
  box-shadow: 0 0 0 0 #fff inset;
}
.widget_accordion footer{
  position: absolute;
  left: 0px;
  float: left;
  width: 13px;
  height: 21px;
  cursor: pointer;
}
.widget_accordion footer span {
  position: absolute;
  width: 13px;
  height: 21px;
  background: url(../img/sprite.png) no-repeat;
}
.widget_accordion footer span:first-child {
background: transparent;
font-size: 24px;
line-height: 24px;
font-weight: 100;
}
.widget_accordion .active footer span:first-child {
display: none;
}
.widget_accordion .active footer span+span {
  display:block;
}
.widget_accordion footer span+span {
font-size: 30px;
font-weight: 100;
line-height: 18px;
height: 20px;
background: transparent;
display: none;
margin-left: 2px;
}
.widget_accordion header h2{
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 6px;
  font-weight: 400;
  color: #45484a;
  cursor: pointer;
text-transform: none;
}
.widget_accordion .item-container {
  display: none;
  font-size: 12px;
  padding-bottom: 5px;
}
/*----------------</ACCORDION>----------------*/

/*----------------<ACCORDION Style2>----------------*/
.widget.widget_accordion.accordion_style2 .item {
    position: relative;
    border: 0;
    margin-bottom: 1px;
    padding: 0;
}
.accordion_style2 li {
  list-style:none;
}
.accordion_style2 header {
    padding-left: 30px;
    background: #ededed;
    border: 1px solid rgb(226, 226, 226);
    padding-top: 5px;
}
.widget_accordion.accordion_style2 footer {
    left: 5px;
}
.widget_accordion.accordion_style2 .item-container {
    padding-left: 32px;
    margin: 10px 0;
}
.widget_accordion.accordion_style2 footer span:first-child {
background-position: 2px -465px;
}
.widget_accordion.accordion_style2 footer span+span {
    background-position: 0 -464px;
}
.widget_accordion.accordion_style2 .active footer span+span {
    background-position: 0 -439px;
}
.widget_accordion.accordion_style2 footer span {
width: 25px;
margin-top: 9px;
font-size: 0;
background-image: url(../img/sprite.png);
}
.widget_accordion.accordion_style2 header h2 {
    text-transform: none;
}
.widget_accordion .item.active h2 {
color: #3B74AA;
}
/*----------------</ACCORDION Style2>----------------*/


/*----------------<LATEST TWEETS>----------------*/
.widget_latest_tweets_widget {
display: block;
margin-bottom: 30px;
}
.widget_latest_tweets_widget>h2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}
.widget_latest_tweets_widget li {
  border-top: 1px solid #dadada;
  box-shadow: 0 1px 0 0 #fff inset;
  padding: 12px 0 0px 18px;
  background-image: url(../img/list-tweet.png);
  background-position: left 17px;
  background-repeat: no-repeat;
  list-style: none;
}
.widget_latest_tweets_widget li:first-child {
  border-top: 0px solid #dadada;
  box-shadow: 0 0 0 0 #fff inset;
}
.widget_latest_tweets_widget li h3 {
  color: #45484a;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}
.widget_latest_tweets_widget li h4 {
  color: #a6a8aa;
  text-transform: none;
  font-weight: normal;
  font-size: 13px;
}
/*----------------</LATEST TWEETS>----------------*/



/*--------- UNDERLINE TABS -------------*/

.underline .z-tabs-nav {
width: 100%;
}
.underline .z-tab {
width: 33.33333333%;
margin-right: 0;
}
.underline .z-link {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 9px 0 !important;
width: 100%;
border: 0;
border-right: 1px solid #f3f3f3;
border-bottom: 1px solid #3b74aa;
overflow: hidden;
cursor: pointer;
font-size: 12px;
}

.underline .z-active .z-link {
background: #3b74aa;
color: #fff;
border-top: 0;
}
.underline .z-content {
background: url(../img/marble-normal.png) repeat #f7f7f7;
border: 0;
margin-bottom: 20px;
}
/*--------- SIDEBAR TABS -------------*/

/*----- Widget Categories -----*/

.widget_categories, .widget_side_navi, .widget_archive,
.widget_calendar, .widget_pages, .widget_meta, .widget_recent_comments,
.widget_recent_entries, .widget_nav_menu, .widget_rss, .widget_tag_cloud, .widget_search {
margin-bottom: 35px;
}

/*---------- Widget Left Navigation -----------------*/

.widget_left_navigation li {
border: 1px solid #f2f2f3;
background: #fff;
margin: 0;
padding: 0;
border-bottom: 0;
}
.widget_left_navigation li a {
  color: #45484a;
  padding: 8px 10px;
  display: block;
  font-size: 12px;

  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}

.widget_left_navigation li:hover > a,.widget_left_navigation li.active > a {
  color: #3774ae;

  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  background-color: #fcfcfc;
}

.widget_left_navigation li a:before {
content: "\f105";
margin-right: 5px;
font-family: fontawesome;
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

@font-face {
  font-family: 'icomoon';
  src:url('../font/icomoon.eot');
  src:url('../font/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../font/icomoon.woff') format('woff'),
    url('../font/icomoon.ttf') format('truetype'),
    url('../font/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icomoon-"] {
*/
.icomoon-home, .icomoon-home-2, .icomoon-home-3, .icomoon-home-4, .icomoon-home-5, .icomoon-home-6, .icomoon-home-7, .icomoon-home-8, .icomoon-home-9, .icomoon-home-10, .icomoon-home-11, .icomoon-office, .icomoon-newspaper, .icomoon-pencil, .icomoon-pencil-2, .icomoon-pencil-3, .icomoon-pencil-4, .icomoon-pencil-5, .icomoon-pencil-6, .icomoon-quill, .icomoon-quill-2, .icomoon-quill-3, .icomoon-pen, .icomoon-pen-2, .icomoon-pen-3, .icomoon-pen-4, .icomoon-pen-5, .icomoon-marker, .icomoon-home-12, .icomoon-marker-2, .icomoon-blog, .icomoon-blog-2, .icomoon-brush, .icomoon-palette, .icomoon-palette-2, .icomoon-eyedropper, .icomoon-eyedropper-2, .icomoon-droplet, .icomoon-droplet-2, .icomoon-droplet-3, .icomoon-droplet-4, .icomoon-paint-format, .icomoon-paint-format-2, .icomoon-image, .icomoon-image-2, .icomoon-image-3, .icomoon-images, .icomoon-image-4, .icomoon-image-5, .icomoon-image-6, .icomoon-images-2, .icomoon-image-7, .icomoon-camera, .icomoon-camera-2, .icomoon-camera-3, .icomoon-camera-4, .icomoon-music, .icomoon-music-2, .icomoon-music-3, .icomoon-music-4, .icomoon-music-5, .icomoon-music-6, .icomoon-piano, .icomoon-guitar, .icomoon-headphones, .icomoon-headphones-2, .icomoon-play, .icomoon-play-2, .icomoon-movie, .icomoon-movie-2, .icomoon-movie-3, .icomoon-film, .icomoon-film-2, .icomoon-film-3, .icomoon-film-4, .icomoon-camera-5, .icomoon-camera-6, .icomoon-camera-7, .icomoon-camera-8, .icomoon-camera-9, .icomoon-dice, .icomoon-gamepad, .icomoon-gamepad-2, .icomoon-gamepad-3, .icomoon-pacman, .icomoon-spades, .icomoon-clubs, .icomoon-diamonds, .icomoon-king, .icomoon-queen, .icomoon-rock, .icomoon-bishop, .icomoon-knight, .icomoon-pawn, .icomoon-chess, .icomoon-bullhorn, .icomoon-megaphone, .icomoon-new, .icomoon-connection, .icomoon-connection-2, .icomoon-podcast, .icomoon-radio, .icomoon-feed, .icomoon-connection-3, .icomoon-radio-2, .icomoon-podcast-2, .icomoon-podcast-3, .icomoon-mic, .icomoon-mic-2, .icomoon-mic-3, .icomoon-mic-4, .icomoon-mic-5, .icomoon-book, .icomoon-book-2, .icomoon-books, .icomoon-reading, .icomoon-library, .icomoon-library-2, .icomoon-graduation, .icomoon-file, .icomoon-profile, .icomoon-file-2, .icomoon-file-3, .icomoon-file-4, .icomoon-file-5, .icomoon-file-6, .icomoon-files, .icomoon-file-plus, .icomoon-file-minus, .icomoon-file-download, .icomoon-file-upload, .icomoon-file-check, .icomoon-file-remove, .icomoon-file-7, .icomoon-file-8, .icomoon-file-plus-2, .icomoon-file-minus-2, .icomoon-file-download-2, .icomoon-file-upload-2, .icomoon-file-check-2, .icomoon-file-remove-2, .icomoon-file-9, .icomoon-copy, .icomoon-copy-2, .icomoon-copy-3, .icomoon-copy-4, .icomoon-paste, .icomoon-paste-2, .icomoon-paste-3, .icomoon-stack, .icomoon-stack-2, .icomoon-stack-3, .icomoon-folder, .icomoon-folder-download, .icomoon-folder-upload, .icomoon-folder-plus, .icomoon-folder-plus-2, .icomoon-folder-minus, .icomoon-folder-minus-2, .icomoon-folder8, .icomoon-folder-remove, .icomoon-folder-2, .icomoon-folder-open, .icomoon-folder-3, .icomoon-folder-4, .icomoon-folder-plus-3, .icomoon-folder-minus-3, .icomoon-folder-plus-4, .icomoon-folder-remove-2, .icomoon-folder-download-2, .icomoon-folder-upload-2, .icomoon-folder-download-3, .icomoon-folder-upload-3, .icomoon-folder-5, .icomoon-folder-open-2, .icomoon-folder-6, .icomoon-folder-open-3, .icomoon-certificate, .icomoon-cc, .icomoon-tag, .icomoon-tag-2, .icomoon-tag-3, .icomoon-tag-4, .icomoon-tag-5, .icomoon-tag-6, .icomoon-tag-7, .icomoon-tags, .icomoon-tags-2, .icomoon-tag-8, .icomoon-barcode, .icomoon-barcode-2, .icomoon-qrcode, .icomoon-ticket, .icomoon-cart, .icomoon-cart-2, .icomoon-cart-3, .icomoon-cart-4, .icomoon-cart-5, .icomoon-cart-6, .icomoon-cart-7, .icomoon-cart-plus, .icomoon-cart-minus, .icomoon-cart-add, .icomoon-cart-remove, .icomoon-cart-checkout, .icomoon-cart-remove-2, .icomoon-basket, .icomoon-basket-2, .icomoon-bag, .icomoon-bag-2, .icomoon-bag-3, .icomoon-coin, .icomoon-coins, .icomoon-credit, .icomoon-credit-2, .icomoon-calculate, .icomoon-calculate-2, .icomoon-support, .icomoon-phone, .icomoon-phone-2, .icomoon-phone-3, .icomoon-phone-4, .icomoon-contact-add, .icomoon-contact-remove, .icomoon-contact-add-2, .icomoon-contact-remove-2, .icomoon-call-incoming, .icomoon-call-outgoing, .icomoon-phone-5, .icomoon-phone-6, .icomoon-phone-hang-up, .icomoon-phone-hang-up-2, .icomoon-address-book, .icomoon-address-book-2, .icomoon-notebook, .icomoon-envelop, .icomoon-envelop-2, .icomoon-mail-send, .icomoon-envelop-opened, .icomoon-envelop-3, .icomoon-pushpin, .icomoon-location, .icomoon-location-2, .icomoon-location-3, .icomoon-location-4, .icomoon-location-5, .icomoon-location-6, .icomoon-location-7, .icomoon-compass, .icomoon-compass-2, .icomoon-map, .icomoon-map-2, .icomoon-map-3, .icomoon-map-4, .icomoon-direction, .icomoon-history, .icomoon-history-2, .icomoon-clock, .icomoon-clock-2, .icomoon-clock-3, .icomoon-clock-4, .icomoon-watch, .icomoon-clock-5, .icomoon-clock-6, .icomoon-clock-7, .icomoon-alarm, .icomoon-alarm-2, .icomoon-bell, .icomoon-bell-2, .icomoon-alarm-plus, .icomoon-alarm-minus, .icomoon-alarm-check, .icomoon-alarm-cancel, .icomoon-stopwatch, .icomoon-calendar, .icomoon-calendar-2, .icomoon-calendar-3, .icomoon-calendar-4, .icomoon-calendar-5, .icomoon-print, .icomoon-print-2, .icomoon-print-3, .icomoon-mouse, .icomoon-mouse-2, .icomoon-mouse-3, .icomoon-mouse-4, .icomoon-keyboard, .icomoon-keyboard-2, .icomoon-screen, .icomoon-screen-2, .icomoon-screen-3, .icomoon-screen-4, .icomoon-laptop, .icomoon-mobile, .icomoon-mobile-2, .icomoon-tablet, .icomoon-mobile-3, .icomoon-tv, .icomoon-cabinet, .icomoon-archive, .icomoon-drawer, .icomoon-drawer-2, .icomoon-drawer-3, .icomoon-box, .icomoon-box-add, .icomoon-box-remove, .icomoon-download, .icomoon-upload, .icomoon-disk, .icomoon-cd, .icomoon-storage, .icomoon-storage-2, .icomoon-database, .icomoon-database-2, .icomoon-database-3, .icomoon-undo, .icomoon-redo, .icomoon-rotate, .icomoon-rotate-2, .icomoon-flip, .icomoon-flip-2, .icomoon-unite, .icomoon-subtract, .icomoon-interset, .icomoon-exclude, .icomoon-align-left, .icomoon-align-center-horizontal, .icomoon-align-right, .icomoon-align-top, .icomoon-align-center-vertical, .icomoon-align-bottom, .icomoon-undo-2, .icomoon-redo-2, .icomoon-forward, .icomoon-reply, .icomoon-reply-2, .icomoon-bubble, .icomoon-bubbles, .icomoon-bubbles-2, .icomoon-bubble-2, .icomoon-bubbles-3, .icomoon-bubbles-4, .icomoon-bubble-notification, .icomoon-bubbles-5, .icomoon-bubbles-6, .icomoon-bubble-3, .icomoon-bubble-dots, .icomoon-bubble-4, .icomoon-bubble-5, .icomoon-bubble-dots-2, .icomoon-bubble-6, .icomoon-bubble-7, .icomoon-bubble-8, .icomoon-bubbles-7, .icomoon-bubble-9, .icomoon-bubbles-8, .icomoon-bubble-10, .icomoon-bubble-dots-3, .icomoon-bubble-11, .icomoon-bubble-12, .icomoon-bubble-dots-4, .icomoon-bubble-13, .icomoon-bubbles-9, .icomoon-bubbles-10, .icomoon-bubble-blocked, .icomoon-bubble-quote, .icomoon-bubble-user, .icomoon-bubble-check, .icomoon-bubble-video-chat, .icomoon-bubble-link, .icomoon-bubble-locked, .icomoon-bubble-star, .icomoon-bubble-heart, .icomoon-bubble-paperclip, .icomoon-bubble-cancel, .icomoon-bubble-plus, .icomoon-bubble-minus, .icomoon-bubble-notification-2, .icomoon-bubble-trash, .icomoon-bubble-left, .icomoon-bubble-right, .icomoon-bubble-up, .icomoon-bubble-down, .icomoon-bubble-first, .icomoon-bubble-last, .icomoon-bubble-replu, .icomoon-bubble-forward, .icomoon-bubble-reply, .icomoon-bubble-forward-2, .icomoon-user, .icomoon-users, .icomoon-user-plus, .icomoon-user-plus-2, .icomoon-user-minus, .icomoon-user-minus-2, .icomoon-user-cancel, .icomoon-user-block, .icomoon-users-2, .icomoon-user-2, .icomoon-users-3, .icomoon-user-plus-3, .icomoon-user-minus-3, .icomoon-user-cancel-2, .icomoon-user-block-2, .icomoon-user-3, .icomoon-user-4, .icomoon-user-5, .icomoon-user-6, .icomoon-users-4, .icomoon-user-7, .icomoon-user-8, .icomoon-users-5, .icomoon-vcard, .icomoon-tshirt, .icomoon-hanger, .icomoon-quotes-left, .icomoon-quotes-right, .icomoon-quotes-right-2, .icomoon-quotes-right-3, .icomoon-busy, .icomoon-busy-2, .icomoon-busy-3, .icomoon-busy-4, .icomoon-spinner, .icomoon-spinner-2, .icomoon-spinner-3, .icomoon-spinner-4, .icomoon-spinner-5, .icomoon-spinner-6, .icomoon-spinner-7, .icomoon-spinner-8, .icomoon-spinner-9, .icomoon-spinner-10, .icomoon-spinner-11, .icomoon-spinner-12, .icomoon-microscope, .icomoon-binoculars, .icomoon-binoculars-2, .icomoon-search, .icomoon-search-2, .icomoon-zoom-in, .icomoon-zoom-out, .icomoon-search-3, .icomoon-search-4, .icomoon-zoom-in-2, .icomoon-zoom-out-2, .icomoon-search-5, .icomoon-expand, .icomoon-contract, .icomoon-scale-up, .icomoon-scale-down, .icomoon-expand-2, .icomoon-contract-2, .icomoon-scale-up-2, .icomoon-scale-down-2, .icomoon-fullscreen, .icomoon-expand-3, .icomoon-contract-3, .icomoon-key, .icomoon-key-2, .icomoon-key-3, .icomoon-key-4, .icomoon-key-5, .icomoon-keyhole, .icomoon-lock, .icomoon-lock-2, .icomoon-lock-3, .icomoon-lock-4, .icomoon-unlocked, .icomoon-lock-5, .icomoon-unlocked-2, .icomoon-wrench, .icomoon-wrench-2, .icomoon-wrench-3, .icomoon-wrench-4, .icomoon-settings, .icomoon-equalizer, .icomoon-equalizer-2, .icomoon-equalizer-3, .icomoon-cog, .icomoon-cogs, .icomoon-cog-2, .icomoon-cog-3, .icomoon-cog-4, .icomoon-cog-5, .icomoon-cog-6, .icomoon-cog-7, .icomoon-factory, .icomoon-hammer, .icomoon-tools, .icomoon-screwdriver, .icomoon-screwdriver-2, .icomoon-wand, .icomoon-wand-2, .icomoon-health, .icomoon-aid, .icomoon-patch, .icomoon-bug, .icomoon-bug-2, .icomoon-inject, .icomoon-inject-2, .icomoon-construction, .icomoon-cone, .icomoon-pie, .icomoon-pie-2, .icomoon-pie-3, .icomoon-pie-4, .icomoon-pie-5, .icomoon-pie-6, .icomoon-pie-7, .icomoon-stats, .icomoon-stats-2, .icomoon-stats-3, .icomoon-bars, .icomoon-bars-2, .icomoon-bars-3, .icomoon-bars-4, .icomoon-bars-5, .icomoon-bars-6, .icomoon-stats-up, .icomoon-stats-down, .icomoon-stairs-down, .icomoon-stairs-down-2, .icomoon-chart, .icomoon-stairs, .icomoon-stairs-2, .icomoon-ladder, .icomoon-cake, .icomoon-gift, .icomoon-gift-2, .icomoon-balloon, .icomoon-rating, .icomoon-rating-2, .icomoon-rating-3, .icomoon-podium, .icomoon-medal, .icomoon-medal-2, .icomoon-medal-3, .icomoon-medal-4, .icomoon-medal-5, .icomoon-crown, .icomoon-trophy, .icomoon-trophy-2, .icomoon-trophy-star, .icomoon-diamond, .icomoon-diamond-2, .icomoon-glass, .icomoon-glass-2, .icomoon-bottle, .icomoon-bottle-2, .icomoon-mug, .icomoon-food, .icomoon-food-2, .icomoon-hamburger, .icomoon-cup, .icomoon-cup-2, .icomoon-leaf, .icomoon-leaf-2, .icomoon-apple-fruit, .icomoon-tree, .icomoon-tree-2, .icomoon-paw, .icomoon-steps, .icomoon-flower, .icomoon-rocket, .icomoon-meter, .icomoon-meter2, .icomoon-meter-slow, .icomoon-meter-medium, .icomoon-meter-fast, .icomoon-dashboard, .icomoon-hammer-2, .icomoon-balance, .icomoon-bomb, .icomoon-fire, .icomoon-fire-2, .icomoon-lab, .icomoon-atom, .icomoon-atom-2, .icomoon-magnet, .icomoon-magnet-2, .icomoon-magnet-3, .icomoon-magnet-4, .icomoon-dumbbell, .icomoon-skull, .icomoon-skull-2, .icomoon-skull-3, .icomoon-lamp, .icomoon-lamp-2, .icomoon-lamp-3, .icomoon-lamp-4, .icomoon-remove, .icomoon-remove-2, .icomoon-remove-3, .icomoon-remove-4, .icomoon-remove-5, .icomoon-remove-6, .icomoon-remove-7, .icomoon-remove-8, .icomoon-briefcase, .icomoon-briefcase-2, .icomoon-briefcase-3, .icomoon-airplane, .icomoon-airplane-2, .icomoon-paper-plane, .icomoon-car, .icomoon-gas-pump, .icomoon-bus, .icomoon-truck, .icomoon-bike, .icomoon-road, .icomoon-train, .icomoon-ship, .icomoon-boat, .icomoon-cube, .icomoon-cube-2, .icomoon-cube-3, .icomoon-cube4, .icomoon-pyramid, .icomoon-pyramid-2, .icomoon-cylinder, .icomoon-package, .icomoon-puzzle, .icomoon-puzzle-2, .icomoon-puzzle-3, .icomoon-puzzle-4, .icomoon-glasses, .icomoon-glasses-2, .icomoon-glasses-3, .icomoon-sun-glasses, .icomoon-accessibility, .icomoon-accessibility-2, .icomoon-brain, .icomoon-target, .icomoon-target-2, .icomoon-target-3, .icomoon-gun, .icomoon-gun-ban, .icomoon-shield, .icomoon-shield-2, .icomoon-shield-3, .icomoon-shield-4, .icomoon-soccer, .icomoon-football, .icomoon-baseball, .icomoon-basketball, .icomoon-golf, .icomoon-hockey, .icomoon-racing, .icomoon-eight-ball, .icomoon-bowling-ball, .icomoon-bowling, .icomoon-bowling-2, .icomoon-lightning, .icomoon-power, .icomoon-power-2, .icomoon-switch, .icomoon-power-cord, .icomoon-cord, .icomoon-socket, .icomoon-clipboard, .icomoon-clipboard-2, .icomoon-signup, .icomoon-clipboard-3, .icomoon-clipboard-4, .icomoon-list, .icomoon-list-2, .icomoon-list-3, .icomoon-numbered-list, .icomoon-list-4, .icomoon-list-5, .icomoon-playlist, .icomoon-grid, .icomoon-grid-2, .icomoon-grid-3, .icomoon-grid-4, .icomoon-grid-5, .icomoon-grid-6, .icomoon-tree-3, .icomoon-tree-4, .icomoon-tree-5, .icomoon-menu, .icomoon-menu-2, .icomoon-circle-small, .icomoon-menu-3, .icomoon-menu-4, .icomoon-menu-5, .icomoon-menu-6, .icomoon-menu-7, .icomoon-menu-8, .icomoon-menu-9, .icomoon-cloud, .icomoon-cloud-2, .icomoon-cloud-3, .icomoon-cloud-download, .icomoon-cloud-upload, .icomoon-download-2, .icomoon-upload-2, .icomoon-download-3, .icomoon-upload-3, .icomoon-download-4, .icomoon-upload-4, .icomoon-download-5, .icomoon-upload-5, .icomoon-download-6, .icomoon-upload-6, .icomoon-download-7, .icomoon-upload-7, .icomoon-globe, .icomoon-globe-2, .icomoon-globe-3, .icomoon-earth, .icomoon-network, .icomoon-link, .icomoon-link-2, .icomoon-link-3, .icomoon-link2, .icomoon-link-4, .icomoon-link-5, .icomoon-link-6, .icomoon-anchor, .icomoon-flag, .icomoon-flag-2, .icomoon-flag-3, .icomoon-flag-4, .icomoon-flag-5, .icomoon-flag-6, .icomoon-attachment, .icomoon-attachment-2, .icomoon-eye, .icomoon-eye-blocked, .icomoon-eye-2, .icomoon-eye-3, .icomoon-eye-blocked-2, .icomoon-eye-4, .icomoon-eye-5, .icomoon-eye-6, .icomoon-eye-7, .icomoon-eye-8, .icomoon-bookmark, .icomoon-bookmark-2, .icomoon-bookmarks, .icomoon-bookmark-3, .icomoon-spotlight, .icomoon-starburst, .icomoon-snowflake, .icomoon-temperature, .icomoon-temperature-2, .icomoon-weather-lightning, .icomoon-weather-rain, .icomoon-weather-snow, .icomoon-windy, .icomoon-fan, .icomoon-umbrella, .icomoon-sun, .icomoon-sun-2, .icomoon-brightness-high, .icomoon-brightness-medium, .icomoon-brightness-low, .icomoon-brightness-contrast, .icomoon-contrast, .icomoon-moon, .icomoon-bed, .icomoon-bed-2, .icomoon-star, .icomoon-star-2, .icomoon-star-3, .icomoon-star-4, .icomoon-star-5, .icomoon-star-6, .icomoon-heart, .icomoon-heart-2, .icomoon-heart-3, .icomoon-heart-4, .icomoon-heart-broken, .icomoon-heart-5, .icomoon-heart-6, .icomoon-heart-broken-2, .icomoon-heart-7, .icomoon-heart-8, .icomoon-heart-broken-3, .icomoon-lips, .icomoon-lips-2, .icomoon-thumbs-up, .icomoon-thumbs-up-2, .icomoon-thumbs-down, .icomoon-thumbs-down-2, .icomoon-thumbs-up-3, .icomoon-thumbs-up-4, .icomoon-thumbs-up-5, .icomoon-thumbs-up-6, .icomoon-people, .icomoon-man, .icomoon-male, .icomoon-woman, .icomoon-female, .icomoon-peace, .icomoon-yin-yang, .icomoon-happy, .icomoon-happy-2, .icomoon-smiley, .icomoon-smiley-2, .icomoon-tongue, .icomoon-tongue-2, .icomoon-sad, .icomoon-sad-2, .icomoon-wink, .icomoon-wink-2, .icomoon-grin, .icomoon-grin-2, .icomoon-cool, .icomoon-cool-2, .icomoon-angry, .icomoon-angry-2, .icomoon-evil, .icomoon-evil-2, .icomoon-shocked, .icomoon-shocked-2, .icomoon-confused, .icomoon-confused-2, .icomoon-neutral, .icomoon-neutral-2, .icomoon-wondering, .icomoon-wondering-2, .icomoon-cursor, .icomoon-cursor-2, .icomoon-point-up, .icomoon-point-right, .icomoon-point-down, .icomoon-point-left, .icomoon-pointer, .icomoon-hand, .icomoon-stack-empty, .icomoon-stack-plus, .icomoon-stack-minus, .icomoon-stack-star, .icomoon-stack-picture, .icomoon-stack-down, .icomoon-stack-up, .icomoon-stack-cancel, .icomoon-stack-checkmark, .icomoon-stack-list, .icomoon-stack-clubs, .icomoon-stack-spades, .icomoon-stack-hearts, .icomoon-stack-diamonds, .icomoon-stack-user, .icomoon-stack-4, .icomoon-stack-music, .icomoon-stack-play, .icomoon-move, .icomoon-resize, .icomoon-resize-2, .icomoon-warning, .icomoon-warning-2, .icomoon-notification, .icomoon-notification-2, .icomoon-question, .icomoon-question-2, .icomoon-question-3, .icomoon-question-4, .icomoon-question-5, .icomoon-plus-circle, .icomoon-plus-circle-2, .icomoon-minus-circle, .icomoon-minus-circle-2, .icomoon-info, .icomoon-info-2, .icomoon-blocked, .icomoon-cancel-circle, .icomoon-cancel-circle-2, .icomoon-checkmark-circle, .icomoon-checkmark-circle-2, .icomoon-cancel, .icomoon-spam, .icomoon-close, .icomoon-close-2, .icomoon-close-3, .icomoon-close-4, .icomoon-close-5, .icomoon-checkmark, .icomoon-checkmark-2, .icomoon-checkmark-3, .icomoon-checkmark-4, .icomoon-spell-check, .icomoon-minus, .icomoon-plus, .icomoon-minus-2, .icomoon-plus-2, .icomoon-enter, .icomoon-exit, .icomoon-enter-2, .icomoon-exit-2, .icomoon-enter-3, .icomoon-exit-3, .icomoon-exit-4, .icomoon-play-3, .icomoon-pause, .icomoon-stop, .icomoon-backward, .icomoon-forward-2, .icomoon-play-4, .icomoon-pause-2, .icomoon-stop-2, .icomoon-backward-2, .icomoon-forward-3, .icomoon-first, .icomoon-last, .icomoon-previous, .icomoon-next, .icomoon-eject, .icomoon-volume-high, .icomoon-volume-medium, .icomoon-volume-low, .icomoon-volume-mute, .icomoon-volume-mute-2, .icomoon-volume-increase, .icomoon-volume-decrease, .icomoon-volume-high-2, .icomoon-volume-medium-2, .icomoon-volume-low-2, .icomoon-volume-mute-3, .icomoon-volume-mute-4, .icomoon-volume-increase-2, .icomoon-volume-decrease-2, .icomoon-volume5, .icomoon-volume4, .icomoon-volume3, .icomoon-volume2, .icomoon-volume1, .icomoon-volume0, .icomoon-volume-mute-5, .icomoon-volume-mute-6, .icomoon-loop, .icomoon-loop-2, .icomoon-loop-3, .icomoon-loop-4, .icomoon-loop-5, .icomoon-shuffle, .icomoon-shuffle-2, .icomoon-wave, .icomoon-wave-2, .icomoon-arrow-first, .icomoon-arrow-right, .icomoon-arrow-up, .icomoon-arrow-right-2, .icomoon-arrow-down, .icomoon-arrow-left, .icomoon-arrow-up-2, .icomoon-arrow-right-3, .icomoon-arrow-down-2, .icomoon-arrow-left-2, .icomoon-arrow-up-left, .icomoon-arrow-up-3, .icomoon-arrow-up-right, .icomoon-arrow-right-4, .icomoon-arrow-down-right, .icomoon-arrow-down-3, .icomoon-arrow-down-left, .icomoon-arrow-left-3, .icomoon-arrow-up-left-2, .icomoon-arrow-up-4, .icomoon-arrow-up-right-2, .icomoon-arrow-right-5, .icomoon-arrow-down-right-2, .icomoon-arrow-down-4, .icomoon-arrow-down-left-2, .icomoon-arrow-left-4, .icomoon-arrow-up-left-3, .icomoon-arrow-up-5, .icomoon-arrow-up-right-3, .icomoon-arrow-right-6, .icomoon-arrow-down-right-3, .icomoon-arrow-down-5, .icomoon-arrow-down-left-3, .icomoon-arrow-left-5, .icomoon-arrow-up-left-4, .icomoon-arrow-up-6, .icomoon-arrow-up-right-4, .icomoon-arrow-right-7, .icomoon-arrow-down-right-4, .icomoon-arrow-down-6, .icomoon-arrow-down-left-4, .icomoon-arrow-left-6, .icomoon-arrow, .icomoon-arrow-2, .icomoon-arrow-3, .icomoon-arrow-4, .icomoon-arrow-5, .icomoon-arrow-6, .icomoon-arrow-7, .icomoon-arrow-8, .icomoon-arrow-up-left-5, .icomoon-arrow-square, .icomoon-arrow-up-right-5, .icomoon-arrow-right-8, .icomoon-arrow-down-right-5, .icomoon-arrow-down-7, .icomoon-arrow-down-left-5, .icomoon-arrow-left-7, .icomoon-arrow-up-7, .icomoon-arrow-right-9, .icomoon-arrow-down-8, .icomoon-arrow-left-8, .icomoon-arrow-up-8, .icomoon-arrow-right-10, .icomoon-arrow-bottom, .icomoon-arrow-left-9, .icomoon-arrow-up-left-6, .icomoon-arrow-up-9, .icomoon-arrow-up-right-6, .icomoon-arrow-right-11, .icomoon-arrow-down-right-6, .icomoon-arrow-down-9, .icomoon-arrow-down-left-6, .icomoon-arrow-left-10, .icomoon-arrow-up-left-7, .icomoon-arrow-up-10, .icomoon-arrow-up-right-7, .icomoon-arrow-right-12, .icomoon-arrow-down-right-7, .icomoon-arrow-down-10, .icomoon-arrow-down-left-7, .icomoon-arrow-left-11, .icomoon-arrow-up-11, .icomoon-arrow-right-13, .icomoon-arrow-down-11, .icomoon-arrow-left-12, .icomoon-arrow-up-12, .icomoon-arrow-right-14, .icomoon-arrow-down-12, .icomoon-arrow-left-13, .icomoon-arrow-up-13, .icomoon-arrow-right-15, .icomoon-arrow-down-13, .icomoon-arrow-left-14, .icomoon-arrow-up-14, .icomoon-arrow-right-16, .icomoon-arrow-down-14, .icomoon-arrow-left-15, .icomoon-arrow-up-15, .icomoon-arrow-right-17, .icomoon-arrow-down-15, .icomoon-arrow-left-16, .icomoon-arrow-up-16, .icomoon-arrow-right-18, .icomoon-arrow-down-16, .icomoon-arrow-left-17, .icomoon-menu-10, .icomoon-menu-11, .icomoon-menu-close, .icomoon-menu-close-2, .icomoon-enter-4, .icomoon-enter-5, .icomoon-esc, .icomoon-backspace, .icomoon-backspace-2, .icomoon-backspace-3, .icomoon-tab, .icomoon-transmission, .icomoon-transmission-2, .icomoon-sort, .icomoon-sort-2, .icomoon-key-keyboard, .icomoon-key-A, .icomoon-key-up, .icomoon-key-right, .icomoon-key-down, .icomoon-key-left, .icomoon-command, .icomoon-checkbox-checked, .icomoon-checkbox-unchecked, .icomoon-square, .icomoon-checkbox-partial, .icomoon-checkbox, .icomoon-checkbox-unchecked-2, .icomoon-checkbox-partial-2, .icomoon-checkbox-checked-2, .icomoon-checkbox-unchecked-3, .icomoon-checkbox-partial-3, .icomoon-radio-checked, .icomoon-radio-unchecked, .icomoon-circle, .icomoon-circle-2, .icomoon-crop, .icomoon-crop-2, .icomoon-vector, .icomoon-rulers, .icomoon-scissors, .icomoon-scissors-2, .icomoon-scissors-3, .icomoon-filter, .icomoon-filter-2, .icomoon-filter-3, .icomoon-filter-4, .icomoon-font, .icomoon-font-size, .icomoon-type, .icomoon-text-height, .icomoon-text-width, .icomoon-height, .icomoon-width, .icomoon-bold, .icomoon-underline, .icomoon-italic, .icomoon-strikethrough, .icomoon-strikethrough-2, .icomoon-font-size-2, .icomoon-bold-2, .icomoon-underline-2, .icomoon-italic-2, .icomoon-strikethrough-3, .icomoon-omega, .icomoon-sigma, .icomoon-nbsp, .icomoon-page-break, .icomoon-page-break-2, .icomoon-superscript, .icomoon-subscript, .icomoon-superscript-2, .icomoon-subscript-2, .icomoon-text-color, .icomoon-highlight, .icomoon-pagebreak, .icomoon-clear-formatting, .icomoon-table, .icomoon-table-2, .icomoon-insert-template, .icomoon-pilcrow, .icomoon-left-to-right, .icomoon-right-to-left, .icomoon-paragraph-left, .icomoon-paragraph-center, .icomoon-paragraph-right, .icomoon-paragraph-justify, .icomoon-paragraph-left-2, .icomoon-paragraph-center-2, .icomoon-paragraph-right-2, .icomoon-paragraph-justify-2, .icomoon-indent-increase, .icomoon-indent-decrease, .icomoon-paragraph-left-3, .icomoon-paragraph-center-3, .icomoon-paragraph-right-3, .icomoon-paragraph-justify-3, .icomoon-indent-increase-2, .icomoon-indent-decrease-2, .icomoon-share, .icomoon-new-tab, .icomoon-new-tab-2, .icomoon-popout, .icomoon-embed, .icomoon-code, .icomoon-console, .icomoon-seven-segment-0, .icomoon-seven-segment-1, .icomoon-seven-segment-2, .icomoon-seven-segment-3, .icomoon-seven-segment-4, .icomoon-seven-segment-5, .icomoon-seven-segment-6, .icomoon-seven-segment-7, .icomoon-seven-segment-8, .icomoon-seven-segment-9, .icomoon-share-2, .icomoon-share-3, .icomoon-mail, .icomoon-mail-2, .icomoon-mail-3, .icomoon-mail-4, .icomoon-google, .icomoon-google-plus, .icomoon-google-plus-2, .icomoon-google-plus-3, .icomoon-google-plus-4, .icomoon-google-drive, .icomoon-facebook, .icomoon-facebook-2, .icomoon-facebook-3, .icomoon-facebook-4, .icomoon-instagram, .icomoon-twitter, .icomoon-twitter-2, .icomoon-twitter-3, .icomoon-feed-2, .icomoon-feed-3, .icomoon-feed-4, .icomoon-youtube, .icomoon-youtube-2, .icomoon-vimeo, .icomoon-vimeo2, .icomoon-vimeo-2, .icomoon-lanyrd, .icomoon-flickr, .icomoon-flickr-2, .icomoon-flickr-3, .icomoon-flickr-4, .icomoon-picassa, .icomoon-picassa-2, .icomoon-dribbble, .icomoon-dribbble-2, .icomoon-dribbble-3, .icomoon-forrst, .icomoon-forrst-2, .icomoon-deviantart, .icomoon-deviantart-2, .icomoon-steam, .icomoon-steam-2, .icomoon-github, .icomoon-github-2, .icomoon-github-3, .icomoon-github-4, .icomoon-github-5, .icomoon-wordpress, .icomoon-wordpress-2, .icomoon-joomla, .icomoon-blogger, .icomoon-blogger-2, .icomoon-tumblr, .icomoon-tumblr-2, .icomoon-yahoo, .icomoon-tux, .icomoon-apple, .icomoon-finder, .icomoon-android, .icomoon-windows, .icomoon-windows8, .icomoon-soundcloud, .icomoon-soundcloud-2, .icomoon-skype, .icomoon-reddit, .icomoon-linkedin, .icomoon-lastfm, .icomoon-lastfm-2, .icomoon-delicious, .icomoon-stumbleupon, .icomoon-stumbleupon-2, .icomoon-stackoverflow, .icomoon-pinterest, .icomoon-pinterest-2, .icomoon-xing, .icomoon-xing-2, .icomoon-flattr, .icomoon-foursquare, .icomoon-foursquare-2, .icomoon-paypal, .icomoon-paypal-2, .icomoon-paypal-3, .icomoon-yelp, .icomoon-libreoffice, .icomoon-file-pdf, .icomoon-file-openoffice, .icomoon-file-word, .icomoon-file-excel, .icomoon-file-zip, .icomoon-file-powerpoint, .icomoon-file-xml, .icomoon-file-css, .icomoon-html5, .icomoon-html5-2, .icomoon-css3, .icomoon-chrome, .icomoon-firefox, .icomoon-IE, .icomoon-opera, .icomoon-IcoMoon, .icomoon-safari {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icomoon-home:before {
  content: "\21";
}
.icomoon-home-2:before {
  content: "\22";
}
.icomoon-home-3:before {
  content: "\23";
}
.icomoon-home-4:before {
  content: "\24";
}
.icomoon-home-5:before {
  content: "\25";
}
.icomoon-home-6:before {
  content: "\26";
}
.icomoon-home-7:before {
  content: "\27";
}
.icomoon-home-8:before {
  content: "\28";
}
.icomoon-home-9:before {
  content: "\29";
}
.icomoon-home-10:before {
  content: "\2a";
}
.icomoon-home-11:before {
  content: "\2b";
}
.icomoon-office:before {
  content: "\2c";
}
.icomoon-newspaper:before {
  content: "\2d";
}
.icomoon-pencil:before {
  content: "\2e";
}
.icomoon-pencil-2:before {
  content: "\2f";
}
.icomoon-pencil-3:before {
  content: "\30";
}
.icomoon-pencil-4:before {
  content: "\31";
}
.icomoon-pencil-5:before {
  content: "\32";
}
.icomoon-pencil-6:before {
  content: "\33";
}
.icomoon-quill:before {
  content: "\34";
}
.icomoon-quill-2:before {
  content: "\35";
}
.icomoon-quill-3:before {
  content: "\36";
}
.icomoon-pen:before {
  content: "\37";
}
.icomoon-pen-2:before {
  content: "\38";
}
.icomoon-pen-3:before {
  content: "\39";
}
.icomoon-pen-4:before {
  content: "\3a";
}
.icomoon-pen-5:before {
  content: "\3b";
}
.icomoon-marker:before {
  content: "\3c";
}
.icomoon-home-12:before {
  content: "\3d";
}
.icomoon-marker-2:before {
  content: "\3e";
}
.icomoon-blog:before {
  content: "\3f";
}
.icomoon-blog-2:before {
  content: "\40";
}
.icomoon-brush:before {
  content: "\41";
}
.icomoon-palette:before {
  content: "\42";
}
.icomoon-palette-2:before {
  content: "\43";
}
.icomoon-eyedropper:before {
  content: "\44";
}
.icomoon-eyedropper-2:before {
  content: "\45";
}
.icomoon-droplet:before {
  content: "\46";
}
.icomoon-droplet-2:before {
  content: "\47";
}
.icomoon-droplet-3:before {
  content: "\48";
}
.icomoon-droplet-4:before {
  content: "\49";
}
.icomoon-paint-format:before {
  content: "\4a";
}
.icomoon-paint-format-2:before {
  content: "\4b";
}
.icomoon-image:before {
  content: "\4c";
}
.icomoon-image-2:before {
  content: "\4d";
}
.icomoon-image-3:before {
  content: "\4e";
}
.icomoon-images:before {
  content: "\4f";
}
.icomoon-image-4:before {
  content: "\50";
}
.icomoon-image-5:before {
  content: "\51";
}
.icomoon-image-6:before {
  content: "\52";
}
.icomoon-images-2:before {
  content: "\53";
}
.icomoon-image-7:before {
  content: "\54";
}
.icomoon-camera:before {
  content: "\55";
}
.icomoon-camera-2:before {
  content: "\56";
}
.icomoon-camera-3:before {
  content: "\57";
}
.icomoon-camera-4:before {
  content: "\58";
}
.icomoon-music:before {
  content: "\59";
}
.icomoon-music-2:before {
  content: "\5a";
}
.icomoon-music-3:before {
  content: "\5b";
}
.icomoon-music-4:before {
  content: "\5c";
}
.icomoon-music-5:before {
  content: "\5d";
}
.icomoon-music-6:before {
  content: "\5e";
}
.icomoon-piano:before {
  content: "\5f";
}
.icomoon-guitar:before {
  content: "\60";
}
.icomoon-headphones:before {
  content: "\61";
}
.icomoon-headphones-2:before {
  content: "\62";
}
.icomoon-play:before {
  content: "\63";
}
.icomoon-play-2:before {
  content: "\64";
}
.icomoon-movie:before {
  content: "\65";
}
.icomoon-movie-2:before {
  content: "\66";
}
.icomoon-movie-3:before {
  content: "\67";
}
.icomoon-film:before {
  content: "\68";
}
.icomoon-film-2:before {
  content: "\69";
}
.icomoon-film-3:before {
  content: "\6a";
}
.icomoon-film-4:before {
  content: "\6b";
}
.icomoon-camera-5:before {
  content: "\6c";
}
.icomoon-camera-6:before {
  content: "\6d";
}
.icomoon-camera-7:before {
  content: "\6e";
}
.icomoon-camera-8:before {
  content: "\6f";
}
.icomoon-camera-9:before {
  content: "\70";
}
.icomoon-dice:before {
  content: "\71";
}
.icomoon-gamepad:before {
  content: "\72";
}
.icomoon-gamepad-2:before {
  content: "\73";
}
.icomoon-gamepad-3:before {
  content: "\74";
}
.icomoon-pacman:before {
  content: "\75";
}
.icomoon-spades:before {
  content: "\76";
}
.icomoon-clubs:before {
  content: "\77";
}
.icomoon-diamonds:before {
  content: "\78";
}
.icomoon-king:before {
  content: "\79";
}
.icomoon-queen:before {
  content: "\7a";
}
.icomoon-rock:before {
  content: "\7b";
}
.icomoon-bishop:before {
  content: "\7c";
}
.icomoon-knight:before {
  content: "\7d";
}
.icomoon-pawn:before {
  content: "\7e";
}
.icomoon-chess:before {
  content: "\e000";
}
.icomoon-bullhorn:before {
  content: "\e001";
}
.icomoon-megaphone:before {
  content: "\e002";
}
.icomoon-new:before {
  content: "\e003";
}
.icomoon-connection:before {
  content: "\e004";
}
.icomoon-connection-2:before {
  content: "\e005";
}
.icomoon-podcast:before {
  content: "\e006";
}
.icomoon-radio:before {
  content: "\e007";
}
.icomoon-feed:before {
  content: "\e008";
}
.icomoon-connection-3:before {
  content: "\e009";
}
.icomoon-radio-2:before {
  content: "\e00a";
}
.icomoon-podcast-2:before {
  content: "\e00b";
}
.icomoon-podcast-3:before {
  content: "\e00c";
}
.icomoon-mic:before {
  content: "\e00d";
}
.icomoon-mic-2:before {
  content: "\e00e";
}
.icomoon-mic-3:before {
  content: "\e00f";
}
.icomoon-mic-4:before {
  content: "\e010";
}
.icomoon-mic-5:before {
  content: "\e011";
}
.icomoon-book:before {
  content: "\e012";
}
.icomoon-book-2:before {
  content: "\e013";
}
.icomoon-books:before {
  content: "\e014";
}
.icomoon-reading:before {
  content: "\e015";
}
.icomoon-library:before {
  content: "\e016";
}
.icomoon-library-2:before {
  content: "\e017";
}
.icomoon-graduation:before {
  content: "\e018";
}
.icomoon-file:before {
  content: "\e019";
}
.icomoon-profile:before {
  content: "\e01a";
}
.icomoon-file-2:before {
  content: "\e01b";
}
.icomoon-file-3:before {
  content: "\e01c";
}
.icomoon-file-4:before {
  content: "\e01d";
}
.icomoon-file-5:before {
  content: "\e01e";
}
.icomoon-file-6:before {
  content: "\e01f";
}
.icomoon-files:before {
  content: "\e020";
}
.icomoon-file-plus:before {
  content: "\e021";
}
.icomoon-file-minus:before {
  content: "\e022";
}
.icomoon-file-download:before {
  content: "\e023";
}
.icomoon-file-upload:before {
  content: "\e024";
}
.icomoon-file-check:before {
  content: "\e025";
}
.icomoon-file-remove:before {
  content: "\e026";
}
.icomoon-file-7:before {
  content: "\e027";
}
.icomoon-file-8:before {
  content: "\e028";
}
.icomoon-file-plus-2:before {
  content: "\e029";
}
.icomoon-file-minus-2:before {
  content: "\e02a";
}
.icomoon-file-download-2:before {
  content: "\e02b";
}
.icomoon-file-upload-2:before {
  content: "\e02c";
}
.icomoon-file-check-2:before {
  content: "\e02d";
}
.icomoon-file-remove-2:before {
  content: "\e02e";
}
.icomoon-file-9:before {
  content: "\e02f";
}
.icomoon-copy:before {
  content: "\e030";
}
.icomoon-copy-2:before {
  content: "\e031";
}
.icomoon-copy-3:before {
  content: "\e032";
}
.icomoon-copy-4:before {
  content: "\e033";
}
.icomoon-paste:before {
  content: "\e034";
}
.icomoon-paste-2:before {
  content: "\e035";
}
.icomoon-paste-3:before {
  content: "\e036";
}
.icomoon-stack:before {
  content: "\e037";
}
.icomoon-stack-2:before {
  content: "\e038";
}
.icomoon-stack-3:before {
  content: "\e039";
}
.icomoon-folder:before {
  content: "\e03a";
}
.icomoon-folder-download:before {
  content: "\e03b";
}
.icomoon-folder-upload:before {
  content: "\e03c";
}
.icomoon-folder-plus:before {
  content: "\e03d";
}
.icomoon-folder-plus-2:before {
  content: "\e03e";
}
.icomoon-folder-minus:before {
  content: "\e03f";
}
.icomoon-folder-minus-2:before {
  content: "\e040";
}
.icomoon-folder8:before {
  content: "\e041";
}
.icomoon-folder-remove:before {
  content: "\e042";
}
.icomoon-folder-2:before {
  content: "\e043";
}
.icomoon-folder-open:before {
  content: "\e044";
}
.icomoon-folder-3:before {
  content: "\e045";
}
.icomoon-folder-4:before {
  content: "\e046";
}
.icomoon-folder-plus-3:before {
  content: "\e047";
}
.icomoon-folder-minus-3:before {
  content: "\e048";
}
.icomoon-folder-plus-4:before {
  content: "\e049";
}
.icomoon-folder-remove-2:before {
  content: "\e04a";
}
.icomoon-folder-download-2:before {
  content: "\e04b";
}
.icomoon-folder-upload-2:before {
  content: "\e04c";
}
.icomoon-folder-download-3:before {
  content: "\e04d";
}
.icomoon-folder-upload-3:before {
  content: "\e04e";
}
.icomoon-folder-5:before {
  content: "\e04f";
}
.icomoon-folder-open-2:before {
  content: "\e050";
}
.icomoon-folder-6:before {
  content: "\e051";
}
.icomoon-folder-open-3:before {
  content: "\e052";
}
.icomoon-certificate:before {
  content: "\e053";
}
.icomoon-cc:before {
  content: "\e054";
}
.icomoon-tag:before {
  content: "\e055";
}
.icomoon-tag-2:before {
  content: "\e056";
}
.icomoon-tag-3:before {
  content: "\e057";
}
.icomoon-tag-4:before {
  content: "\e058";
}
.icomoon-tag-5:before {
  content: "\e059";
}
.icomoon-tag-6:before {
  content: "\e05a";
}
.icomoon-tag-7:before {
  content: "\e05b";
}
.icomoon-tags:before {
  content: "\e05c";
}
.icomoon-tags-2:before {
  content: "\e05d";
}
.icomoon-tag-8:before {
  content: "\e05e";
}
.icomoon-barcode:before {
  content: "\e05f";
}
.icomoon-barcode-2:before {
  content: "\e060";
}
.icomoon-qrcode:before {
  content: "\e061";
}
.icomoon-ticket:before {
  content: "\e062";
}
.icomoon-cart:before {
  content: "\e063";
}
.icomoon-cart-2:before {
  content: "\e064";
}
.icomoon-cart-3:before {
  content: "\e065";
}
.icomoon-cart-4:before {
  content: "\e066";
}
.icomoon-cart-5:before {
  content: "\e067";
}
.icomoon-cart-6:before {
  content: "\e068";
}
.icomoon-cart-7:before {
  content: "\e069";
}
.icomoon-cart-plus:before {
  content: "\e06a";
}
.icomoon-cart-minus:before {
  content: "\e06b";
}
.icomoon-cart-add:before {
  content: "\e06c";
}
.icomoon-cart-remove:before {
  content: "\e06d";
}
.icomoon-cart-checkout:before {
  content: "\e06e";
}
.icomoon-cart-remove-2:before {
  content: "\e06f";
}
.icomoon-basket:before {
  content: "\e070";
}
.icomoon-basket-2:before {
  content: "\e071";
}
.icomoon-bag:before {
  content: "\e072";
}
.icomoon-bag-2:before {
  content: "\e073";
}
.icomoon-bag-3:before {
  content: "\e074";
}
.icomoon-coin:before {
  content: "\e075";
}
.icomoon-coins:before {
  content: "\e076";
}
.icomoon-credit:before {
  content: "\e077";
}
.icomoon-credit-2:before {
  content: "\e078";
}
.icomoon-calculate:before {
  content: "\e079";
}
.icomoon-calculate-2:before {
  content: "\e07a";
}
.icomoon-support:before {
  content: "\e07b";
}
.icomoon-phone:before {
  content: "\e07c";
}
.icomoon-phone-2:before {
  content: "\e07d";
}
.icomoon-phone-3:before {
  content: "\e07e";
}
.icomoon-phone-4:before {
  content: "\e07f";
}
.icomoon-contact-add:before {
  content: "\e080";
}
.icomoon-contact-remove:before {
  content: "\e081";
}
.icomoon-contact-add-2:before {
  content: "\e082";
}
.icomoon-contact-remove-2:before {
  content: "\e083";
}
.icomoon-call-incoming:before {
  content: "\e084";
}
.icomoon-call-outgoing:before {
  content: "\e085";
}
.icomoon-phone-5:before {
  content: "\e086";
}
.icomoon-phone-6:before {
  content: "\e087";
}
.icomoon-phone-hang-up:before {
  content: "\e088";
}
.icomoon-phone-hang-up-2:before {
  content: "\e089";
}
.icomoon-address-book:before {
  content: "\e08a";
}
.icomoon-address-book-2:before {
  content: "\e08b";
}
.icomoon-notebook:before {
  content: "\e08c";
}
.icomoon-envelop:before {
  content: "\e08d";
}
.icomoon-envelop-2:before {
  content: "\e08e";
}
.icomoon-mail-send:before {
  content: "\e08f";
}
.icomoon-envelop-opened:before {
  content: "\e090";
}
.icomoon-envelop-3:before {
  content: "\e091";
}
.icomoon-pushpin:before {
  content: "\e092";
}
.icomoon-location:before {
  content: "\e093";
}
.icomoon-location-2:before {
  content: "\e094";
}
.icomoon-location-3:before {
  content: "\e095";
}
.icomoon-location-4:before {
  content: "\e096";
}
.icomoon-location-5:before {
  content: "\e097";
}
.icomoon-location-6:before {
  content: "\e098";
}
.icomoon-location-7:before {
  content: "\e099";
}
.icomoon-compass:before {
  content: "\e09a";
}
.icomoon-compass-2:before {
  content: "\e09b";
}
.icomoon-map:before {
  content: "\e09c";
}
.icomoon-map-2:before {
  content: "\e09d";
}
.icomoon-map-3:before {
  content: "\e09e";
}
.icomoon-map-4:before {
  content: "\e09f";
}
.icomoon-direction:before {
  content: "\e0a0";
}
.icomoon-history:before {
  content: "\e0a1";
}
.icomoon-history-2:before {
  content: "\e0a2";
}
.icomoon-clock:before {
  content: "\e0a3";
}
.icomoon-clock-2:before {
  content: "\e0a4";
}
.icomoon-clock-3:before {
  content: "\e0a5";
}
.icomoon-clock-4:before {
  content: "\e0a6";
}
.icomoon-watch:before {
  content: "\e0a7";
}
.icomoon-clock-5:before {
  content: "\e0a8";
}
.icomoon-clock-6:before {
  content: "\e0a9";
}
.icomoon-clock-7:before {
  content: "\e0aa";
}
.icomoon-alarm:before {
  content: "\e0ab";
}
.icomoon-alarm-2:before {
  content: "\e0ac";
}
.icomoon-bell:before {
  content: "\e0ad";
}
.icomoon-bell-2:before {
  content: "\e0ae";
}
.icomoon-alarm-plus:before {
  content: "\e0af";
}
.icomoon-alarm-minus:before {
  content: "\e0b0";
}
.icomoon-alarm-check:before {
  content: "\e0b1";
}
.icomoon-alarm-cancel:before {
  content: "\e0b2";
}
.icomoon-stopwatch:before {
  content: "\e0b3";
}
.icomoon-calendar:before {
  content: "\e0b4";
}
.icomoon-calendar-2:before {
  content: "\e0b5";
}
.icomoon-calendar-3:before {
  content: "\e0b6";
}
.icomoon-calendar-4:before {
  content: "\e0b7";
}
.icomoon-calendar-5:before {
  content: "\e0b8";
}
.icomoon-print:before {
  content: "\e0b9";
}
.icomoon-print-2:before {
  content: "\e0ba";
}
.icomoon-print-3:before {
  content: "\e0bb";
}
.icomoon-mouse:before {
  content: "\e0bc";
}
.icomoon-mouse-2:before {
  content: "\e0bd";
}
.icomoon-mouse-3:before {
  content: "\e0be";
}
.icomoon-mouse-4:before {
  content: "\e0bf";
}
.icomoon-keyboard:before {
  content: "\e0c0";
}
.icomoon-keyboard-2:before {
  content: "\e0c1";
}
.icomoon-screen:before {
  content: "\e0c2";
}
.icomoon-screen-2:before {
  content: "\e0c3";
}
.icomoon-screen-3:before {
  content: "\e0c4";
}
.icomoon-screen-4:before {
  content: "\e0c5";
}
.icomoon-laptop:before {
  content: "\e0c6";
}
.icomoon-mobile:before {
  content: "\e0c7";
}
.icomoon-mobile-2:before {
  content: "\e0c8";
}
.icomoon-tablet:before {
  content: "\e0c9";
}
.icomoon-mobile-3:before {
  content: "\e0ca";
}
.icomoon-tv:before {
  content: "\e0cb";
}
.icomoon-cabinet:before {
  content: "\e0cc";
}
.icomoon-archive:before {
  content: "\e0cd";
}
.icomoon-drawer:before {
  content: "\e0ce";
}
.icomoon-drawer-2:before {
  content: "\e0cf";
}
.icomoon-drawer-3:before {
  content: "\e0d0";
}
.icomoon-box:before {
  content: "\e0d1";
}
.icomoon-box-add:before {
  content: "\e0d2";
}
.icomoon-box-remove:before {
  content: "\e0d3";
}
.icomoon-download:before {
  content: "\e0d4";
}
.icomoon-upload:before {
  content: "\e0d5";
}
.icomoon-disk:before {
  content: "\e0d6";
}
.icomoon-cd:before {
  content: "\e0d7";
}
.icomoon-storage:before {
  content: "\e0d8";
}
.icomoon-storage-2:before {
  content: "\e0d9";
}
.icomoon-database:before {
  content: "\e0da";
}
.icomoon-database-2:before {
  content: "\e0db";
}
.icomoon-database-3:before {
  content: "\e0dc";
}
.icomoon-undo:before {
  content: "\e0dd";
}
.icomoon-redo:before {
  content: "\e0de";
}
.icomoon-rotate:before {
  content: "\e0df";
}
.icomoon-rotate-2:before {
  content: "\e0e0";
}
.icomoon-flip:before {
  content: "\e0e1";
}
.icomoon-flip-2:before {
  content: "\e0e2";
}
.icomoon-unite:before {
  content: "\e0e3";
}
.icomoon-subtract:before {
  content: "\e0e4";
}
.icomoon-interset:before {
  content: "\e0e5";
}
.icomoon-exclude:before {
  content: "\e0e6";
}
.icomoon-align-left:before {
  content: "\e0e7";
}
.icomoon-align-center-horizontal:before {
  content: "\e0e8";
}
.icomoon-align-right:before {
  content: "\e0e9";
}
.icomoon-align-top:before {
  content: "\e0ea";
}
.icomoon-align-center-vertical:before {
  content: "\e0eb";
}
.icomoon-align-bottom:before {
  content: "\e0ec";
}
.icomoon-undo-2:before {
  content: "\e0ed";
}
.icomoon-redo-2:before {
  content: "\e0ee";
}
.icomoon-forward:before {
  content: "\e0ef";
}
.icomoon-reply:before {
  content: "\e0f0";
}
.icomoon-reply-2:before {
  content: "\e0f1";
}
.icomoon-bubble:before {
  content: "\e0f2";
}
.icomoon-bubbles:before {
  content: "\e0f3";
}
.icomoon-bubbles-2:before {
  content: "\e0f4";
}
.icomoon-bubble-2:before {
  content: "\e0f5";
}
.icomoon-bubbles-3:before {
  content: "\e0f6";
}
.icomoon-bubbles-4:before {
  content: "\e0f7";
}
.icomoon-bubble-notification:before {
  content: "\e0f8";
}
.icomoon-bubbles-5:before {
  content: "\e0f9";
}
.icomoon-bubbles-6:before {
  content: "\e0fa";
}
.icomoon-bubble-3:before {
  content: "\e0fb";
}
.icomoon-bubble-dots:before {
  content: "\e0fc";
}
.icomoon-bubble-4:before {
  content: "\e0fd";
}
.icomoon-bubble-5:before {
  content: "\e0fe";
}
.icomoon-bubble-dots-2:before {
  content: "\e0ff";
}
.icomoon-bubble-6:before {
  content: "\e100";
}
.icomoon-bubble-7:before {
  content: "\e101";
}
.icomoon-bubble-8:before {
  content: "\e102";
}
.icomoon-bubbles-7:before {
  content: "\e103";
}
.icomoon-bubble-9:before {
  content: "\e104";
}
.icomoon-bubbles-8:before {
  content: "\e105";
}
.icomoon-bubble-10:before {
  content: "\e106";
}
.icomoon-bubble-dots-3:before {
  content: "\e107";
}
.icomoon-bubble-11:before {
  content: "\e108";
}
.icomoon-bubble-12:before {
  content: "\e109";
}
.icomoon-bubble-dots-4:before {
  content: "\e10a";
}
.icomoon-bubble-13:before {
  content: "\e10b";
}
.icomoon-bubbles-9:before {
  content: "\e10c";
}
.icomoon-bubbles-10:before {
  content: "\e10d";
}
.icomoon-bubble-blocked:before {
  content: "\e10e";
}
.icomoon-bubble-quote:before {
  content: "\e10f";
}
.icomoon-bubble-user:before {
  content: "\e110";
}
.icomoon-bubble-check:before {
  content: "\e111";
}
.icomoon-bubble-video-chat:before {
  content: "\e112";
}
.icomoon-bubble-link:before {
  content: "\e113";
}
.icomoon-bubble-locked:before {
  content: "\e114";
}
.icomoon-bubble-star:before {
  content: "\e115";
}
.icomoon-bubble-heart:before {
  content: "\e116";
}
.icomoon-bubble-paperclip:before {
  content: "\e117";
}
.icomoon-bubble-cancel:before {
  content: "\e118";
}
.icomoon-bubble-plus:before {
  content: "\e119";
}
.icomoon-bubble-minus:before {
  content: "\e11a";
}
.icomoon-bubble-notification-2:before {
  content: "\e11b";
}
.icomoon-bubble-trash:before {
  content: "\e11c";
}
.icomoon-bubble-left:before {
  content: "\e11d";
}
.icomoon-bubble-right:before {
  content: "\e11e";
}
.icomoon-bubble-up:before {
  content: "\e11f";
}
.icomoon-bubble-down:before {
  content: "\e120";
}
.icomoon-bubble-first:before {
  content: "\e121";
}
.icomoon-bubble-last:before {
  content: "\e122";
}
.icomoon-bubble-replu:before {
  content: "\e123";
}
.icomoon-bubble-forward:before {
  content: "\e124";
}
.icomoon-bubble-reply:before {
  content: "\e125";
}
.icomoon-bubble-forward-2:before {
  content: "\e126";
}
.icomoon-user:before {
  content: "\e127";
}
.icomoon-users:before {
  content: "\e128";
}
.icomoon-user-plus:before {
  content: "\e129";
}
.icomoon-user-plus-2:before {
  content: "\e12a";
}
.icomoon-user-minus:before {
  content: "\e12b";
}
.icomoon-user-minus-2:before {
  content: "\e12c";
}
.icomoon-user-cancel:before {
  content: "\e12d";
}
.icomoon-user-block:before {
  content: "\e12e";
}
.icomoon-users-2:before {
  content: "\e12f";
}
.icomoon-user-2:before {
  content: "\e130";
}
.icomoon-users-3:before {
  content: "\e131";
}
.icomoon-user-plus-3:before {
  content: "\e132";
}
.icomoon-user-minus-3:before {
  content: "\e133";
}
.icomoon-user-cancel-2:before {
  content: "\e134";
}
.icomoon-user-block-2:before {
  content: "\e135";
}
.icomoon-user-3:before {
  content: "\e136";
}
.icomoon-user-4:before {
  content: "\e137";
}
.icomoon-user-5:before {
  content: "\e138";
}
.icomoon-user-6:before {
  content: "\e139";
}
.icomoon-users-4:before {
  content: "\e13a";
}
.icomoon-user-7:before {
  content: "\e13b";
}
.icomoon-user-8:before {
  content: "\e13c";
}
.icomoon-users-5:before {
  content: "\e13d";
}
.icomoon-vcard:before {
  content: "\e13e";
}
.icomoon-tshirt:before {
  content: "\e13f";
}
.icomoon-hanger:before {
  content: "\e140";
}
.icomoon-quotes-left:before {
  content: "\e141";
}
.icomoon-quotes-right:before {
  content: "\e142";
}
.icomoon-quotes-right-2:before {
  content: "\e143";
}
.icomoon-quotes-right-3:before {
  content: "\e144";
}
.icomoon-busy:before {
  content: "\e145";
}
.icomoon-busy-2:before {
  content: "\e146";
}
.icomoon-busy-3:before {
  content: "\e147";
}
.icomoon-busy-4:before {
  content: "\e148";
}
.icomoon-spinner:before {
  content: "\e149";
}
.icomoon-spinner-2:before {
  content: "\e14a";
}
.icomoon-spinner-3:before {
  content: "\e14b";
}
.icomoon-spinner-4:before {
  content: "\e14c";
}
.icomoon-spinner-5:before {
  content: "\e14d";
}
.icomoon-spinner-6:before {
  content: "\e14e";
}
.icomoon-spinner-7:before {
  content: "\e14f";
}
.icomoon-spinner-8:before {
  content: "\e150";
}
.icomoon-spinner-9:before {
  content: "\e151";
}
.icomoon-spinner-10:before {
  content: "\e152";
}
.icomoon-spinner-11:before {
  content: "\e153";
}
.icomoon-spinner-12:before {
  content: "\e154";
}
.icomoon-microscope:before {
  content: "\e155";
}
.icomoon-binoculars:before {
  content: "\e156";
}
.icomoon-binoculars-2:before {
  content: "\e157";
}
.icomoon-search:before {
  content: "\e158";
}
.icomoon-search-2:before {
  content: "\e159";
}
.icomoon-zoom-in:before {
  content: "\e15a";
}
.icomoon-zoom-out:before {
  content: "\e15b";
}
.icomoon-search-3:before {
  content: "\e15c";
}
.icomoon-search-4:before {
  content: "\e15d";
}
.icomoon-zoom-in-2:before {
  content: "\e15e";
}
.icomoon-zoom-out-2:before {
  content: "\e15f";
}
.icomoon-search-5:before {
  content: "\e160";
}
.icomoon-expand:before {
  content: "\e161";
}
.icomoon-contract:before {
  content: "\e162";
}
.icomoon-scale-up:before {
  content: "\e163";
}
.icomoon-scale-down:before {
  content: "\e164";
}
.icomoon-expand-2:before {
  content: "\e165";
}
.icomoon-contract-2:before {
  content: "\e166";
}
.icomoon-scale-up-2:before {
  content: "\e167";
}
.icomoon-scale-down-2:before {
  content: "\e168";
}
.icomoon-fullscreen:before {
  content: "\e169";
}
.icomoon-expand-3:before {
  content: "\e16a";
}
.icomoon-contract-3:before {
  content: "\e16b";
}
.icomoon-key:before {
  content: "\e16c";
}
.icomoon-key-2:before {
  content: "\e16d";
}
.icomoon-key-3:before {
  content: "\e16e";
}
.icomoon-key-4:before {
  content: "\e16f";
}
.icomoon-key-5:before {
  content: "\e170";
}
.icomoon-keyhole:before {
  content: "\e171";
}
.icomoon-lock:before {
  content: "\e172";
}
.icomoon-lock-2:before {
  content: "\e173";
}
.icomoon-lock-3:before {
  content: "\e174";
}
.icomoon-lock-4:before {
  content: "\e175";
}
.icomoon-unlocked:before {
  content: "\e176";
}
.icomoon-lock-5:before {
  content: "\e177";
}
.icomoon-unlocked-2:before {
  content: "\e178";
}
.icomoon-wrench:before {
  content: "\e179";
}
.icomoon-wrench-2:before {
  content: "\e17a";
}
.icomoon-wrench-3:before {
  content: "\e17b";
}
.icomoon-wrench-4:before {
  content: "\e17c";
}
.icomoon-settings:before {
  content: "\e17d";
}
.icomoon-equalizer:before {
  content: "\e17e";
}
.icomoon-equalizer-2:before {
  content: "\e17f";
}
.icomoon-equalizer-3:before {
  content: "\e180";
}
.icomoon-cog:before {
  content: "\e181";
}
.icomoon-cogs:before {
  content: "\e182";
}
.icomoon-cog-2:before {
  content: "\e183";
}
.icomoon-cog-3:before {
  content: "\e184";
}
.icomoon-cog-4:before {
  content: "\e185";
}
.icomoon-cog-5:before {
  content: "\e186";
}
.icomoon-cog-6:before {
  content: "\e187";
}
.icomoon-cog-7:before {
  content: "\e188";
}
.icomoon-factory:before {
  content: "\e189";
}
.icomoon-hammer:before {
  content: "\e18a";
}
.icomoon-tools:before {
  content: "\e18b";
}
.icomoon-screwdriver:before {
  content: "\e18c";
}
.icomoon-screwdriver-2:before {
  content: "\e18d";
}
.icomoon-wand:before {
  content: "\e18e";
}
.icomoon-wand-2:before {
  content: "\e18f";
}
.icomoon-health:before {
  content: "\e190";
}
.icomoon-aid:before {
  content: "\e191";
}
.icomoon-patch:before {
  content: "\e192";
}
.icomoon-bug:before {
  content: "\e193";
}
.icomoon-bug-2:before {
  content: "\e194";
}
.icomoon-inject:before {
  content: "\e195";
}
.icomoon-inject-2:before {
  content: "\e196";
}
.icomoon-construction:before {
  content: "\e197";
}
.icomoon-cone:before {
  content: "\e198";
}
.icomoon-pie:before {
  content: "\e199";
}
.icomoon-pie-2:before {
  content: "\e19a";
}
.icomoon-pie-3:before {
  content: "\e19b";
}
.icomoon-pie-4:before {
  content: "\e19c";
}
.icomoon-pie-5:before {
  content: "\e19d";
}
.icomoon-pie-6:before {
  content: "\e19e";
}
.icomoon-pie-7:before {
  content: "\e19f";
}
.icomoon-stats:before {
  content: "\e1a0";
}
.icomoon-stats-2:before {
  content: "\e1a1";
}
.icomoon-stats-3:before {
  content: "\e1a2";
}
.icomoon-bars:before {
  content: "\e1a3";
}
.icomoon-bars-2:before {
  content: "\e1a4";
}
.icomoon-bars-3:before {
  content: "\e1a5";
}
.icomoon-bars-4:before {
  content: "\e1a6";
}
.icomoon-bars-5:before {
  content: "\e1a7";
}
.icomoon-bars-6:before {
  content: "\e1a8";
}
.icomoon-stats-up:before {
  content: "\e1a9";
}
.icomoon-stats-down:before {
  content: "\e1aa";
}
.icomoon-stairs-down:before {
  content: "\e1ab";
}
.icomoon-stairs-down-2:before {
  content: "\e1ac";
}
.icomoon-chart:before {
  content: "\e1ad";
}
.icomoon-stairs:before {
  content: "\e1ae";
}
.icomoon-stairs-2:before {
  content: "\e1af";
}
.icomoon-ladder:before {
  content: "\e1b0";
}
.icomoon-cake:before {
  content: "\e1b1";
}
.icomoon-gift:before {
  content: "\e1b2";
}
.icomoon-gift-2:before {
  content: "\e1b3";
}
.icomoon-balloon:before {
  content: "\e1b4";
}
.icomoon-rating:before {
  content: "\e1b5";
}
.icomoon-rating-2:before {
  content: "\e1b6";
}
.icomoon-rating-3:before {
  content: "\e1b7";
}
.icomoon-podium:before {
  content: "\e1b8";
}
.icomoon-medal:before {
  content: "\e1b9";
}
.icomoon-medal-2:before {
  content: "\e1ba";
}
.icomoon-medal-3:before {
  content: "\e1bb";
}
.icomoon-medal-4:before {
  content: "\e1bc";
}
.icomoon-medal-5:before {
  content: "\e1bd";
}
.icomoon-crown:before {
  content: "\e1be";
}
.icomoon-trophy:before {
  content: "\e1bf";
}
.icomoon-trophy-2:before {
  content: "\e1c0";
}
.icomoon-trophy-star:before {
  content: "\e1c1";
}
.icomoon-diamond:before {
  content: "\e1c2";
}
.icomoon-diamond-2:before {
  content: "\e1c3";
}
.icomoon-glass:before {
  content: "\e1c4";
}
.icomoon-glass-2:before {
  content: "\e1c5";
}
.icomoon-bottle:before {
  content: "\e1c6";
}
.icomoon-bottle-2:before {
  content: "\e1c7";
}
.icomoon-mug:before {
  content: "\e1c8";
}
.icomoon-food:before {
  content: "\e1c9";
}
.icomoon-food-2:before {
  content: "\e1ca";
}
.icomoon-hamburger:before {
  content: "\e1cb";
}
.icomoon-cup:before {
  content: "\e1cc";
}
.icomoon-cup-2:before {
  content: "\e1cd";
}
.icomoon-leaf:before {
  content: "\e1ce";
}
.icomoon-leaf-2:before {
  content: "\e1cf";
}
.icomoon-apple-fruit:before {
  content: "\e1d0";
}
.icomoon-tree:before {
  content: "\e1d1";
}
.icomoon-tree-2:before {
  content: "\e1d2";
}
.icomoon-paw:before {
  content: "\e1d3";
}
.icomoon-steps:before {
  content: "\e1d4";
}
.icomoon-flower:before {
  content: "\e1d5";
}
.icomoon-rocket:before {
  content: "\e1d6";
}
.icomoon-meter:before {
  content: "\e1d7";
}
.icomoon-meter2:before {
  content: "\e1d8";
}
.icomoon-meter-slow:before {
  content: "\e1d9";
}
.icomoon-meter-medium:before {
  content: "\e1da";
}
.icomoon-meter-fast:before {
  content: "\e1db";
}
.icomoon-dashboard:before {
  content: "\e1dc";
}
.icomoon-hammer-2:before {
  content: "\e1dd";
}
.icomoon-balance:before {
  content: "\e1de";
}
.icomoon-bomb:before {
  content: "\e1df";
}
.icomoon-fire:before {
  content: "\e1e0";
}
.icomoon-fire-2:before {
  content: "\e1e1";
}
.icomoon-lab:before {
  content: "\e1e2";
}
.icomoon-atom:before {
  content: "\e1e3";
}
.icomoon-atom-2:before {
  content: "\e1e4";
}
.icomoon-magnet:before {
  content: "\e1e5";
}
.icomoon-magnet-2:before {
  content: "\e1e6";
}
.icomoon-magnet-3:before {
  content: "\e1e7";
}
.icomoon-magnet-4:before {
  content: "\e1e8";
}
.icomoon-dumbbell:before {
  content: "\e1e9";
}
.icomoon-skull:before {
  content: "\e1ea";
}
.icomoon-skull-2:before {
  content: "\e1eb";
}
.icomoon-skull-3:before {
  content: "\e1ec";
}
.icomoon-lamp:before {
  content: "\e1ed";
}
.icomoon-lamp-2:before {
  content: "\e1ee";
}
.icomoon-lamp-3:before {
  content: "\e1ef";
}
.icomoon-lamp-4:before {
  content: "\e1f0";
}
.icomoon-remove:before {
  content: "\e1f1";
}
.icomoon-remove-2:before {
  content: "\e1f2";
}
.icomoon-remove-3:before {
  content: "\e1f3";
}
.icomoon-remove-4:before {
  content: "\e1f4";
}
.icomoon-remove-5:before {
  content: "\e1f5";
}
.icomoon-remove-6:before {
  content: "\e1f6";
}
.icomoon-remove-7:before {
  content: "\e1f7";
}
.icomoon-remove-8:before {
  content: "\e1f8";
}
.icomoon-briefcase:before {
  content: "\e1f9";
}
.icomoon-briefcase-2:before {
  content: "\e1fa";
}
.icomoon-briefcase-3:before {
  content: "\e1fb";
}
.icomoon-airplane:before {
  content: "\e1fc";
}
.icomoon-airplane-2:before {
  content: "\e1fd";
}
.icomoon-paper-plane:before {
  content: "\e1fe";
}
.icomoon-car:before {
  content: "\e1ff";
}
.icomoon-gas-pump:before {
  content: "\e200";
}
.icomoon-bus:before {
  content: "\e201";
}
.icomoon-truck:before {
  content: "\e202";
}
.icomoon-bike:before {
  content: "\e203";
}
.icomoon-road:before {
  content: "\e204";
}
.icomoon-train:before {
  content: "\e205";
}
.icomoon-ship:before {
  content: "\e206";
}
.icomoon-boat:before {
  content: "\e207";
}
.icomoon-cube:before {
  content: "\e208";
}
.icomoon-cube-2:before {
  content: "\e209";
}
.icomoon-cube-3:before {
  content: "\e20a";
}
.icomoon-cube4:before {
  content: "\e20b";
}
.icomoon-pyramid:before {
  content: "\e20c";
}
.icomoon-pyramid-2:before {
  content: "\e20d";
}
.icomoon-cylinder:before {
  content: "\e20e";
}
.icomoon-package:before {
  content: "\e20f";
}
.icomoon-puzzle:before {
  content: "\e210";
}
.icomoon-puzzle-2:before {
  content: "\e211";
}
.icomoon-puzzle-3:before {
  content: "\e212";
}
.icomoon-puzzle-4:before {
  content: "\e213";
}
.icomoon-glasses:before {
  content: "\e214";
}
.icomoon-glasses-2:before {
  content: "\e215";
}
.icomoon-glasses-3:before {
  content: "\e216";
}
.icomoon-sun-glasses:before {
  content: "\e217";
}
.icomoon-accessibility:before {
  content: "\e218";
}
.icomoon-accessibility-2:before {
  content: "\e219";
}
.icomoon-brain:before {
  content: "\e21a";
}
.icomoon-target:before {
  content: "\e21b";
}
.icomoon-target-2:before {
  content: "\e21c";
}
.icomoon-target-3:before {
  content: "\e21d";
}
.icomoon-gun:before {
  content: "\e21e";
}
.icomoon-gun-ban:before {
  content: "\e21f";
}
.icomoon-shield:before {
  content: "\e220";
}
.icomoon-shield-2:before {
  content: "\e221";
}
.icomoon-shield-3:before {
  content: "\e222";
}
.icomoon-shield-4:before {
  content: "\e223";
}
.icomoon-soccer:before {
  content: "\e224";
}
.icomoon-football:before {
  content: "\e225";
}
.icomoon-baseball:before {
  content: "\e226";
}
.icomoon-basketball:before {
  content: "\e227";
}
.icomoon-golf:before {
  content: "\e228";
}
.icomoon-hockey:before {
  content: "\e229";
}
.icomoon-racing:before {
  content: "\e22a";
}
.icomoon-eight-ball:before {
  content: "\e22b";
}
.icomoon-bowling-ball:before {
  content: "\e22c";
}
.icomoon-bowling:before {
  content: "\e22d";
}
.icomoon-bowling-2:before {
  content: "\e22e";
}
.icomoon-lightning:before {
  content: "\e22f";
}
.icomoon-power:before {
  content: "\e230";
}
.icomoon-power-2:before {
  content: "\e231";
}
.icomoon-switch:before {
  content: "\e232";
}
.icomoon-power-cord:before {
  content: "\e233";
}
.icomoon-cord:before {
  content: "\e234";
}
.icomoon-socket:before {
  content: "\e235";
}
.icomoon-clipboard:before {
  content: "\e236";
}
.icomoon-clipboard-2:before {
  content: "\e237";
}
.icomoon-signup:before {
  content: "\e238";
}
.icomoon-clipboard-3:before {
  content: "\e239";
}
.icomoon-clipboard-4:before {
  content: "\e23a";
}
.icomoon-list:before {
  content: "\e23b";
}
.icomoon-list-2:before {
  content: "\e23c";
}
.icomoon-list-3:before {
  content: "\e23d";
}
.icomoon-numbered-list:before {
  content: "\e23e";
}
.icomoon-list-4:before {
  content: "\e23f";
}
.icomoon-list-5:before {
  content: "\e240";
}
.icomoon-playlist:before {
  content: "\e241";
}
.icomoon-grid:before {
  content: "\e242";
}
.icomoon-grid-2:before {
  content: "\e243";
}
.icomoon-grid-3:before {
  content: "\e244";
}
.icomoon-grid-4:before {
  content: "\e245";
}
.icomoon-grid-5:before {
  content: "\e246";
}
.icomoon-grid-6:before {
  content: "\e247";
}
.icomoon-tree-3:before {
  content: "\e248";
}
.icomoon-tree-4:before {
  content: "\e249";
}
.icomoon-tree-5:before {
  content: "\e24a";
}
.icomoon-menu:before {
  content: "\e24b";
}
.icomoon-menu-2:before {
  content: "\e24c";
}
.icomoon-circle-small:before {
  content: "\e24d";
}
.icomoon-menu-3:before {
  content: "\e24e";
}
.icomoon-menu-4:before {
  content: "\e24f";
}
.icomoon-menu-5:before {
  content: "\e250";
}
.icomoon-menu-6:before {
  content: "\e251";
}
.icomoon-menu-7:before {
  content: "\e252";
}
.icomoon-menu-8:before {
  content: "\e253";
}
.icomoon-menu-9:before {
  content: "\e254";
}
.icomoon-cloud:before {
  content: "\e255";
}
.icomoon-cloud-2:before {
  content: "\e256";
}
.icomoon-cloud-3:before {
  content: "\e257";
}
.icomoon-cloud-download:before {
  content: "\e258";
}
.icomoon-cloud-upload:before {
  content: "\e259";
}
.icomoon-download-2:before {
  content: "\e25a";
}
.icomoon-upload-2:before {
  content: "\e25b";
}
.icomoon-download-3:before {
  content: "\e25c";
}
.icomoon-upload-3:before {
  content: "\e25d";
}
.icomoon-download-4:before {
  content: "\e25e";
}
.icomoon-upload-4:before {
  content: "\e25f";
}
.icomoon-download-5:before {
  content: "\e260";
}
.icomoon-upload-5:before {
  content: "\e261";
}
.icomoon-download-6:before {
  content: "\e262";
}
.icomoon-upload-6:before {
  content: "\e263";
}
.icomoon-download-7:before {
  content: "\e264";
}
.icomoon-upload-7:before {
  content: "\e265";
}
.icomoon-globe:before {
  content: "\e266";
}
.icomoon-globe-2:before {
  content: "\e267";
}
.icomoon-globe-3:before {
  content: "\e268";
}
.icomoon-earth:before {
  content: "\e269";
}
.icomoon-network:before {
  content: "\e26a";
}
.icomoon-link:before {
  content: "\e26b";
}
.icomoon-link-2:before {
  content: "\e26c";
}
.icomoon-link-3:before {
  content: "\e26d";
}
.icomoon-link2:before {
  content: "\e26e";
}
.icomoon-link-4:before {
  content: "\e26f";
}
.icomoon-link-5:before {
  content: "\e270";
}
.icomoon-link-6:before {
  content: "\e271";
}
.icomoon-anchor:before {
  content: "\e272";
}
.icomoon-flag:before {
  content: "\e273";
}
.icomoon-flag-2:before {
  content: "\e274";
}
.icomoon-flag-3:before {
  content: "\e275";
}
.icomoon-flag-4:before {
  content: "\e276";
}
.icomoon-flag-5:before {
  content: "\e277";
}
.icomoon-flag-6:before {
  content: "\e278";
}
.icomoon-attachment:before {
  content: "\e279";
}
.icomoon-attachment-2:before {
  content: "\e27a";
}
.icomoon-eye:before {
  content: "\e27b";
}
.icomoon-eye-blocked:before {
  content: "\e27c";
}
.icomoon-eye-2:before {
  content: "\e27d";
}
.icomoon-eye-3:before {
  content: "\e27e";
}
.icomoon-eye-blocked-2:before {
  content: "\e27f";
}
.icomoon-eye-4:before {
  content: "\e280";
}
.icomoon-eye-5:before {
  content: "\e281";
}
.icomoon-eye-6:before {
  content: "\e282";
}
.icomoon-eye-7:before {
  content: "\e283";
}
.icomoon-eye-8:before {
  content: "\e284";
}
.icomoon-bookmark:before {
  content: "\e285";
}
.icomoon-bookmark-2:before {
  content: "\e286";
}
.icomoon-bookmarks:before {
  content: "\e287";
}
.icomoon-bookmark-3:before {
  content: "\e288";
}
.icomoon-spotlight:before {
  content: "\e289";
}
.icomoon-starburst:before {
  content: "\e28a";
}
.icomoon-snowflake:before {
  content: "\e28b";
}
.icomoon-temperature:before {
  content: "\e28c";
}
.icomoon-temperature-2:before {
  content: "\e28d";
}
.icomoon-weather-lightning:before {
  content: "\e28e";
}
.icomoon-weather-rain:before {
  content: "\e28f";
}
.icomoon-weather-snow:before {
  content: "\e290";
}
.icomoon-windy:before {
  content: "\e291";
}
.icomoon-fan:before {
  content: "\e292";
}
.icomoon-umbrella:before {
  content: "\e293";
}
.icomoon-sun:before {
  content: "\e294";
}
.icomoon-sun-2:before {
  content: "\e295";
}
.icomoon-brightness-high:before {
  content: "\e296";
}
.icomoon-brightness-medium:before {
  content: "\e297";
}
.icomoon-brightness-low:before {
  content: "\e298";
}
.icomoon-brightness-contrast:before {
  content: "\e299";
}
.icomoon-contrast:before {
  content: "\e29a";
}
.icomoon-moon:before {
  content: "\e29b";
}
.icomoon-bed:before {
  content: "\e29c";
}
.icomoon-bed-2:before {
  content: "\e29d";
}
.icomoon-star:before {
  content: "\e29e";
}
.icomoon-star-2:before {
  content: "\e29f";
}
.icomoon-star-3:before {
  content: "\e2a0";
}
.icomoon-star-4:before {
  content: "\e2a1";
}
.icomoon-star-5:before {
  content: "\e2a2";
}
.icomoon-star-6:before {
  content: "\e2a3";
}
.icomoon-heart:before {
  content: "\e2a4";
}
.icomoon-heart-2:before {
  content: "\e2a5";
}
.icomoon-heart-3:before {
  content: "\e2a6";
}
.icomoon-heart-4:before {
  content: "\e2a7";
}
.icomoon-heart-broken:before {
  content: "\e2a8";
}
.icomoon-heart-5:before {
  content: "\e2a9";
}
.icomoon-heart-6:before {
  content: "\e2aa";
}
.icomoon-heart-broken-2:before {
  content: "\e2ab";
}
.icomoon-heart-7:before {
  content: "\e2ac";
}
.icomoon-heart-8:before {
  content: "\e2ad";
}
.icomoon-heart-broken-3:before {
  content: "\e2ae";
}
.icomoon-lips:before {
  content: "\e2af";
}
.icomoon-lips-2:before {
  content: "\e2b0";
}
.icomoon-thumbs-up:before {
  content: "\e2b1";
}
.icomoon-thumbs-up-2:before {
  content: "\e2b2";
}
.icomoon-thumbs-down:before {
  content: "\e2b3";
}
.icomoon-thumbs-down-2:before {
  content: "\e2b4";
}
.icomoon-thumbs-up-3:before {
  content: "\e2b5";
}
.icomoon-thumbs-up-4:before {
  content: "\e2b6";
}
.icomoon-thumbs-up-5:before {
  content: "\e2b7";
}
.icomoon-thumbs-up-6:before {
  content: "\e2b8";
}
.icomoon-people:before {
  content: "\e2b9";
}
.icomoon-man:before {
  content: "\e2ba";
}
.icomoon-male:before {
  content: "\e2bb";
}
.icomoon-woman:before {
  content: "\e2bc";
}
.icomoon-female:before {
  content: "\e2bd";
}
.icomoon-peace:before {
  content: "\e2be";
}
.icomoon-yin-yang:before {
  content: "\e2bf";
}
.icomoon-happy:before {
  content: "\e2c0";
}
.icomoon-happy-2:before {
  content: "\e2c1";
}
.icomoon-smiley:before {
  content: "\e2c2";
}
.icomoon-smiley-2:before {
  content: "\e2c3";
}
.icomoon-tongue:before {
  content: "\e2c4";
}
.icomoon-tongue-2:before {
  content: "\e2c5";
}
.icomoon-sad:before {
  content: "\e2c6";
}
.icomoon-sad-2:before {
  content: "\e2c7";
}
.icomoon-wink:before {
  content: "\e2c8";
}
.icomoon-wink-2:before {
  content: "\e2c9";
}
.icomoon-grin:before {
  content: "\e2ca";
}
.icomoon-grin-2:before {
  content: "\e2cb";
}
.icomoon-cool:before {
  content: "\e2cc";
}
.icomoon-cool-2:before {
  content: "\e2cd";
}
.icomoon-angry:before {
  content: "\e2ce";
}
.icomoon-angry-2:before {
  content: "\e2cf";
}
.icomoon-evil:before {
  content: "\e2d0";
}
.icomoon-evil-2:before {
  content: "\e2d1";
}
.icomoon-shocked:before {
  content: "\e2d2";
}
.icomoon-shocked-2:before {
  content: "\e2d3";
}
.icomoon-confused:before {
  content: "\e2d4";
}
.icomoon-confused-2:before {
  content: "\e2d5";
}
.icomoon-neutral:before {
  content: "\e2d6";
}
.icomoon-neutral-2:before {
  content: "\e2d7";
}
.icomoon-wondering:before {
  content: "\e2d8";
}
.icomoon-wondering-2:before {
  content: "\e2d9";
}
.icomoon-cursor:before {
  content: "\e2da";
}
.icomoon-cursor-2:before {
  content: "\e2db";
}
.icomoon-point-up:before {
  content: "\e2dc";
}
.icomoon-point-right:before {
  content: "\e2dd";
}
.icomoon-point-down:before {
  content: "\e2de";
}
.icomoon-point-left:before {
  content: "\e2df";
}
.icomoon-pointer:before {
  content: "\e2e0";
}
.icomoon-hand:before {
  content: "\e2e1";
}
.icomoon-stack-empty:before {
  content: "\e2e2";
}
.icomoon-stack-plus:before {
  content: "\e2e3";
}
.icomoon-stack-minus:before {
  content: "\e2e4";
}
.icomoon-stack-star:before {
  content: "\e2e5";
}
.icomoon-stack-picture:before {
  content: "\e2e6";
}
.icomoon-stack-down:before {
  content: "\e2e7";
}
.icomoon-stack-up:before {
  content: "\e2e8";
}
.icomoon-stack-cancel:before {
  content: "\e2e9";
}
.icomoon-stack-checkmark:before {
  content: "\e2ea";
}
.icomoon-stack-list:before {
  content: "\e2eb";
}
.icomoon-stack-clubs:before {
  content: "\e2ec";
}
.icomoon-stack-spades:before {
  content: "\e2ed";
}
.icomoon-stack-hearts:before {
  content: "\e2ee";
}
.icomoon-stack-diamonds:before {
  content: "\e2ef";
}
.icomoon-stack-user:before {
  content: "\e2f0";
}
.icomoon-stack-4:before {
  content: "\e2f1";
}
.icomoon-stack-music:before {
  content: "\e2f2";
}
.icomoon-stack-play:before {
  content: "\e2f3";
}
.icomoon-move:before {
  content: "\e2f4";
}
.icomoon-resize:before {
  content: "\e2f5";
}
.icomoon-resize-2:before {
  content: "\e2f6";
}
.icomoon-warning:before {
  content: "\e2f7";
}
.icomoon-warning-2:before {
  content: "\e2f8";
}
.icomoon-notification:before {
  content: "\e2f9";
}
.icomoon-notification-2:before {
  content: "\e2fa";
}
.icomoon-question:before {
  content: "\e2fb";
}
.icomoon-question-2:before {
  content: "\e2fc";
}
.icomoon-question-3:before {
  content: "\e2fd";
}
.icomoon-question-4:before {
  content: "\e2fe";
}
.icomoon-question-5:before {
  content: "\e2ff";
}
.icomoon-plus-circle:before {
  content: "\e300";
}
.icomoon-plus-circle-2:before {
  content: "\e301";
}
.icomoon-minus-circle:before {
  content: "\e302";
}
.icomoon-minus-circle-2:before {
  content: "\e303";
}
.icomoon-info:before {
  content: "\e304";
}
.icomoon-info-2:before {
  content: "\e305";
}
.icomoon-blocked:before {
  content: "\e306";
}
.icomoon-cancel-circle:before {
  content: "\e307";
}
.icomoon-cancel-circle-2:before {
  content: "\e308";
}
.icomoon-checkmark-circle:before {
  content: "\e309";
}
.icomoon-checkmark-circle-2:before {
  content: "\e30a";
}
.icomoon-cancel:before {
  content: "\e30b";
}
.icomoon-spam:before {
  content: "\e30c";
}
.icomoon-close:before {
  content: "\e30d";
}
.icomoon-close-2:before {
  content: "\e30e";
}
.icomoon-close-3:before {
  content: "\e30f";
}
.icomoon-close-4:before {
  content: "\e310";
}
.icomoon-close-5:before {
  content: "\e311";
}
.icomoon-checkmark:before {
  content: "\e312";
}
.icomoon-checkmark-2:before {
  content: "\e313";
}
.icomoon-checkmark-3:before {
  content: "\e314";
}
.icomoon-checkmark-4:before {
  content: "\e315";
}
.icomoon-spell-check:before {
  content: "\e316";
}
.icomoon-minus:before {
  content: "\e317";
}
.icomoon-plus:before {
  content: "\e318";
}
.icomoon-minus-2:before {
  content: "\e319";
}
.icomoon-plus-2:before {
  content: "\e31a";
}
.icomoon-enter:before {
  content: "\e31b";
}
.icomoon-exit:before {
  content: "\e31c";
}
.icomoon-enter-2:before {
  content: "\e31d";
}
.icomoon-exit-2:before {
  content: "\e31e";
}
.icomoon-enter-3:before {
  content: "\e31f";
}
.icomoon-exit-3:before {
  content: "\e320";
}
.icomoon-exit-4:before {
  content: "\e321";
}
.icomoon-play-3:before {
  content: "\e322";
}
.icomoon-pause:before {
  content: "\e323";
}
.icomoon-stop:before {
  content: "\e324";
}
.icomoon-backward:before {
  content: "\e325";
}
.icomoon-forward-2:before {
  content: "\e326";
}
.icomoon-play-4:before {
  content: "\e327";
}
.icomoon-pause-2:before {
  content: "\e328";
}
.icomoon-stop-2:before {
  content: "\e329";
}
.icomoon-backward-2:before {
  content: "\e32a";
}
.icomoon-forward-3:before {
  content: "\e32b";
}
.icomoon-first:before {
  content: "\e32c";
}
.icomoon-last:before {
  content: "\e32d";
}
.icomoon-previous:before {
  content: "\e32e";
}
.icomoon-next:before {
  content: "\e32f";
}
.icomoon-eject:before {
  content: "\e330";
}
.icomoon-volume-high:before {
  content: "\e331";
}
.icomoon-volume-medium:before {
  content: "\e332";
}
.icomoon-volume-low:before {
  content: "\e333";
}
.icomoon-volume-mute:before {
  content: "\e334";
}
.icomoon-volume-mute-2:before {
  content: "\e335";
}
.icomoon-volume-increase:before {
  content: "\e336";
}
.icomoon-volume-decrease:before {
  content: "\e337";
}
.icomoon-volume-high-2:before {
  content: "\e338";
}
.icomoon-volume-medium-2:before {
  content: "\e339";
}
.icomoon-volume-low-2:before {
  content: "\e33a";
}
.icomoon-volume-mute-3:before {
  content: "\e33b";
}
.icomoon-volume-mute-4:before {
  content: "\e33c";
}
.icomoon-volume-increase-2:before {
  content: "\e33d";
}
.icomoon-volume-decrease-2:before {
  content: "\e33e";
}
.icomoon-volume5:before {
  content: "\e33f";
}
.icomoon-volume4:before {
  content: "\e340";
}
.icomoon-volume3:before {
  content: "\e341";
}
.icomoon-volume2:before {
  content: "\e342";
}
.icomoon-volume1:before {
  content: "\e343";
}
.icomoon-volume0:before {
  content: "\e344";
}
.icomoon-volume-mute-5:before {
  content: "\e345";
}
.icomoon-volume-mute-6:before {
  content: "\e346";
}
.icomoon-loop:before {
  content: "\e347";
}
.icomoon-loop-2:before {
  content: "\e348";
}
.icomoon-loop-3:before {
  content: "\e349";
}
.icomoon-loop-4:before {
  content: "\e34a";
}
.icomoon-loop-5:before {
  content: "\e34b";
}
.icomoon-shuffle:before {
  content: "\e34c";
}
.icomoon-shuffle-2:before {
  content: "\e34d";
}
.icomoon-wave:before {
  content: "\e34e";
}
.icomoon-wave-2:before {
  content: "\e34f";
}
.icomoon-arrow-first:before {
  content: "\e350";
}
.icomoon-arrow-right:before {
  content: "\e351";
}
.icomoon-arrow-up:before {
  content: "\e352";
}
.icomoon-arrow-right-2:before {
  content: "\e353";
}
.icomoon-arrow-down:before {
  content: "\e354";
}
.icomoon-arrow-left:before {
  content: "\e355";
}
.icomoon-arrow-up-2:before {
  content: "\e356";
}
.icomoon-arrow-right-3:before {
  content: "\e357";
}
.icomoon-arrow-down-2:before {
  content: "\e358";
}
.icomoon-arrow-left-2:before {
  content: "\e359";
}
.icomoon-arrow-up-left:before {
  content: "\e35a";
}
.icomoon-arrow-up-3:before {
  content: "\e35b";
}
.icomoon-arrow-up-right:before {
  content: "\e35c";
}
.icomoon-arrow-right-4:before {
  content: "\e35d";
}
.icomoon-arrow-down-right:before {
  content: "\e35e";
}
.icomoon-arrow-down-3:before {
  content: "\e35f";
}
.icomoon-arrow-down-left:before {
  content: "\e360";
}
.icomoon-arrow-left-3:before {
  content: "\e361";
}
.icomoon-arrow-up-left-2:before {
  content: "\e362";
}
.icomoon-arrow-up-4:before {
  content: "\e363";
}
.icomoon-arrow-up-right-2:before {
  content: "\e364";
}
.icomoon-arrow-right-5:before {
  content: "\e365";
}
.icomoon-arrow-down-right-2:before {
  content: "\e366";
}
.icomoon-arrow-down-4:before {
  content: "\e367";
}
.icomoon-arrow-down-left-2:before {
  content: "\e368";
}
.icomoon-arrow-left-4:before {
  content: "\e369";
}
.icomoon-arrow-up-left-3:before {
  content: "\e36a";
}
.icomoon-arrow-up-5:before {
  content: "\e36b";
}
.icomoon-arrow-up-right-3:before {
  content: "\e36c";
}
.icomoon-arrow-right-6:before {
  content: "\e36d";
}
.icomoon-arrow-down-right-3:before {
  content: "\e36e";
}
.icomoon-arrow-down-5:before {
  content: "\e36f";
}
.icomoon-arrow-down-left-3:before {
  content: "\e370";
}
.icomoon-arrow-left-5:before {
  content: "\e371";
}
.icomoon-arrow-up-left-4:before {
  content: "\e372";
}
.icomoon-arrow-up-6:before {
  content: "\e373";
}
.icomoon-arrow-up-right-4:before {
  content: "\e374";
}
.icomoon-arrow-right-7:before {
  content: "\e375";
}
.icomoon-arrow-down-right-4:before {
  content: "\e376";
}
.icomoon-arrow-down-6:before {
  content: "\e377";
}
.icomoon-arrow-down-left-4:before {
  content: "\e378";
}
.icomoon-arrow-left-6:before {
  content: "\e379";
}
.icomoon-arrow:before {
  content: "\e37a";
}
.icomoon-arrow-2:before {
  content: "\e37b";
}
.icomoon-arrow-3:before {
  content: "\e37c";
}
.icomoon-arrow-4:before {
  content: "\e37d";
}
.icomoon-arrow-5:before {
  content: "\e37e";
}
.icomoon-arrow-6:before {
  content: "\e37f";
}
.icomoon-arrow-7:before {
  content: "\e380";
}
.icomoon-arrow-8:before {
  content: "\e381";
}
.icomoon-arrow-up-left-5:before {
  content: "\e382";
}
.icomoon-arrow-square:before {
  content: "\e383";
}
.icomoon-arrow-up-right-5:before {
  content: "\e384";
}
.icomoon-arrow-right-8:before {
  content: "\e385";
}
.icomoon-arrow-down-right-5:before {
  content: "\e386";
}
.icomoon-arrow-down-7:before {
  content: "\e387";
}
.icomoon-arrow-down-left-5:before {
  content: "\e388";
}
.icomoon-arrow-left-7:before {
  content: "\e389";
}
.icomoon-arrow-up-7:before {
  content: "\e38a";
}
.icomoon-arrow-right-9:before {
  content: "\e38b";
}
.icomoon-arrow-down-8:before {
  content: "\e38c";
}
.icomoon-arrow-left-8:before {
  content: "\e38d";
}
.icomoon-arrow-up-8:before {
  content: "\e38e";
}
.icomoon-arrow-right-10:before {
  content: "\e38f";
}
.icomoon-arrow-bottom:before {
  content: "\e390";
}
.icomoon-arrow-left-9:before {
  content: "\e391";
}
.icomoon-arrow-up-left-6:before {
  content: "\e392";
}
.icomoon-arrow-up-9:before {
  content: "\e393";
}
.icomoon-arrow-up-right-6:before {
  content: "\e394";
}
.icomoon-arrow-right-11:before {
  content: "\e395";
}
.icomoon-arrow-down-right-6:before {
  content: "\e396";
}
.icomoon-arrow-down-9:before {
  content: "\e397";
}
.icomoon-arrow-down-left-6:before {
  content: "\e398";
}
.icomoon-arrow-left-10:before {
  content: "\e399";
}
.icomoon-arrow-up-left-7:before {
  content: "\e39a";
}
.icomoon-arrow-up-10:before {
  content: "\e39b";
}
.icomoon-arrow-up-right-7:before {
  content: "\e39c";
}
.icomoon-arrow-right-12:before {
  content: "\e39d";
}
.icomoon-arrow-down-right-7:before {
  content: "\e39e";
}
.icomoon-arrow-down-10:before {
  content: "\e39f";
}
.icomoon-arrow-down-left-7:before {
  content: "\e3a0";
}
.icomoon-arrow-left-11:before {
  content: "\e3a1";
}
.icomoon-arrow-up-11:before {
  content: "\e3a2";
}
.icomoon-arrow-right-13:before {
  content: "\e3a3";
}
.icomoon-arrow-down-11:before {
  content: "\e3a4";
}
.icomoon-arrow-left-12:before {
  content: "\e3a5";
}
.icomoon-arrow-up-12:before {
  content: "\e3a6";
}
.icomoon-arrow-right-14:before {
  content: "\e3a7";
}
.icomoon-arrow-down-12:before {
  content: "\e3a8";
}
.icomoon-arrow-left-13:before {
  content: "\e3a9";
}
.icomoon-arrow-up-13:before {
  content: "\e3aa";
}
.icomoon-arrow-right-15:before {
  content: "\e3ab";
}
.icomoon-arrow-down-13:before {
  content: "\e3ac";
}
.icomoon-arrow-left-14:before {
  content: "\e3ad";
}
.icomoon-arrow-up-14:before {
  content: "\e3ae";
}
.icomoon-arrow-right-16:before {
  content: "\e3af";
}
.icomoon-arrow-down-14:before {
  content: "\e3b0";
}
.icomoon-arrow-left-15:before {
  content: "\e3b1";
}
.icomoon-arrow-up-15:before {
  content: "\e3b2";
}
.icomoon-arrow-right-17:before {
  content: "\e3b3";
}
.icomoon-arrow-down-15:before {
  content: "\e3b4";
}
.icomoon-arrow-left-16:before {
  content: "\e3b5";
}
.icomoon-arrow-up-16:before {
  content: "\e3b6";
}
.icomoon-arrow-right-18:before {
  content: "\e3b7";
}
.icomoon-arrow-down-16:before {
  content: "\e3b8";
}
.icomoon-arrow-left-17:before {
  content: "\e3b9";
}
.icomoon-menu-10:before {
  content: "\e3ba";
}
.icomoon-menu-11:before {
  content: "\e3bb";
}
.icomoon-menu-close:before {
  content: "\e3bc";
}
.icomoon-menu-close-2:before {
  content: "\e3bd";
}
.icomoon-enter-4:before {
  content: "\e3be";
}
.icomoon-enter-5:before {
  content: "\e3bf";
}
.icomoon-esc:before {
  content: "\e3c0";
}
.icomoon-backspace:before {
  content: "\e3c1";
}
.icomoon-backspace-2:before {
  content: "\e3c2";
}
.icomoon-backspace-3:before {
  content: "\e3c3";
}
.icomoon-tab:before {
  content: "\e3c4";
}
.icomoon-transmission:before {
  content: "\e3c5";
}
.icomoon-transmission-2:before {
  content: "\e3c6";
}
.icomoon-sort:before {
  content: "\e3c7";
}
.icomoon-sort-2:before {
  content: "\e3c8";
}
.icomoon-key-keyboard:before {
  content: "\e3c9";
}
.icomoon-key-A:before {
  content: "\e3ca";
}
.icomoon-key-up:before {
  content: "\e3cb";
}
.icomoon-key-right:before {
  content: "\e3cc";
}
.icomoon-key-down:before {
  content: "\e3cd";
}
.icomoon-key-left:before {
  content: "\e3ce";
}
.icomoon-command:before {
  content: "\e3cf";
}
.icomoon-checkbox-checked:before {
  content: "\e3d0";
}
.icomoon-checkbox-unchecked:before {
  content: "\e3d1";
}
.icomoon-square:before {
  content: "\e3d2";
}
.icomoon-checkbox-partial:before {
  content: "\e3d3";
}
.icomoon-checkbox:before {
  content: "\e3d4";
}
.icomoon-checkbox-unchecked-2:before {
  content: "\e3d5";
}
.icomoon-checkbox-partial-2:before {
  content: "\e3d6";
}
.icomoon-checkbox-checked-2:before {
  content: "\e3d7";
}
.icomoon-checkbox-unchecked-3:before {
  content: "\e3d8";
}
.icomoon-checkbox-partial-3:before {
  content: "\e3d9";
}
.icomoon-radio-checked:before {
  content: "\e3da";
}
.icomoon-radio-unchecked:before {
  content: "\e3db";
}
.icomoon-circle:before {
  content: "\e3dc";
}
.icomoon-circle-2:before {
  content: "\e3dd";
}
.icomoon-crop:before {
  content: "\e3de";
}
.icomoon-crop-2:before {
  content: "\e3df";
}
.icomoon-vector:before {
  content: "\e3e0";
}
.icomoon-rulers:before {
  content: "\e3e1";
}
.icomoon-scissors:before {
  content: "\e3e2";
}
.icomoon-scissors-2:before {
  content: "\e3e3";
}
.icomoon-scissors-3:before {
  content: "\e3e4";
}
.icomoon-filter:before {
  content: "\e3e5";
}
.icomoon-filter-2:before {
  content: "\e3e6";
}
.icomoon-filter-3:before {
  content: "\e3e7";
}
.icomoon-filter-4:before {
  content: "\e3e8";
}
.icomoon-font:before {
  content: "\e3e9";
}
.icomoon-font-size:before {
  content: "\e3ea";
}
.icomoon-type:before {
  content: "\e3eb";
}
.icomoon-text-height:before {
  content: "\e3ec";
}
.icomoon-text-width:before {
  content: "\e3ed";
}
.icomoon-height:before {
  content: "\e3ee";
}
.icomoon-width:before {
  content: "\e3ef";
}
.icomoon-bold:before {
  content: "\e3f0";
}
.icomoon-underline:before {
  content: "\e3f1";
}
.icomoon-italic:before {
  content: "\e3f2";
}
.icomoon-strikethrough:before {
  content: "\e3f3";
}
.icomoon-strikethrough-2:before {
  content: "\e3f4";
}
.icomoon-font-size-2:before {
  content: "\e3f5";
}
.icomoon-bold-2:before {
  content: "\e3f6";
}
.icomoon-underline-2:before {
  content: "\e3f7";
}
.icomoon-italic-2:before {
  content: "\e3f8";
}
.icomoon-strikethrough-3:before {
  content: "\e3f9";
}
.icomoon-omega:before {
  content: "\e3fa";
}
.icomoon-sigma:before {
  content: "\e3fb";
}
.icomoon-nbsp:before {
  content: "\e3fc";
}
.icomoon-page-break:before {
  content: "\e3fd";
}
.icomoon-page-break-2:before {
  content: "\e3fe";
}
.icomoon-superscript:before {
  content: "\e3ff";
}
.icomoon-subscript:before {
  content: "\e400";
}
.icomoon-superscript-2:before {
  content: "\e401";
}
.icomoon-subscript-2:before {
  content: "\e402";
}
.icomoon-text-color:before {
  content: "\e403";
}
.icomoon-highlight:before {
  content: "\e404";
}
.icomoon-pagebreak:before {
  content: "\e405";
}
.icomoon-clear-formatting:before {
  content: "\e406";
}
.icomoon-table:before {
  content: "\e407";
}
.icomoon-table-2:before {
  content: "\e408";
}
.icomoon-insert-template:before {
  content: "\e409";
}
.icomoon-pilcrow:before {
  content: "\e40a";
}
.icomoon-left-to-right:before {
  content: "\e40b";
}
.icomoon-right-to-left:before {
  content: "\e40c";
}
.icomoon-paragraph-left:before {
  content: "\e40d";
}
.icomoon-paragraph-center:before {
  content: "\e40e";
}
.icomoon-paragraph-right:before {
  content: "\e40f";
}
.icomoon-paragraph-justify:before {
  content: "\e410";
}
.icomoon-paragraph-left-2:before {
  content: "\e411";
}
.icomoon-paragraph-center-2:before {
  content: "\e412";
}
.icomoon-paragraph-right-2:before {
  content: "\e413";
}
.icomoon-paragraph-justify-2:before {
  content: "\e414";
}
.icomoon-indent-increase:before {
  content: "\e415";
}
.icomoon-indent-decrease:before {
  content: "\e416";
}
.icomoon-paragraph-left-3:before {
  content: "\e417";
}
.icomoon-paragraph-center-3:before {
  content: "\e418";
}
.icomoon-paragraph-right-3:before {
  content: "\e419";
}
.icomoon-paragraph-justify-3:before {
  content: "\e41a";
}
.icomoon-indent-increase-2:before {
  content: "\e41b";
}
.icomoon-indent-decrease-2:before {
  content: "\e41c";
}
.icomoon-share:before {
  content: "\e41d";
}
.icomoon-new-tab:before {
  content: "\e41e";
}
.icomoon-new-tab-2:before {
  content: "\e41f";
}
.icomoon-popout:before {
  content: "\e420";
}
.icomoon-embed:before {
  content: "\e421";
}
.icomoon-code:before {
  content: "\e422";
}
.icomoon-console:before {
  content: "\e423";
}
.icomoon-seven-segment-0:before {
  content: "\e424";
}
.icomoon-seven-segment-1:before {
  content: "\e425";
}
.icomoon-seven-segment-2:before {
  content: "\e426";
}
.icomoon-seven-segment-3:before {
  content: "\e427";
}
.icomoon-seven-segment-4:before {
  content: "\e428";
}
.icomoon-seven-segment-5:before {
  content: "\e429";
}
.icomoon-seven-segment-6:before {
  content: "\e42a";
}
.icomoon-seven-segment-7:before {
  content: "\e42b";
}
.icomoon-seven-segment-8:before {
  content: "\e42c";
}
.icomoon-seven-segment-9:before {
  content: "\e42d";
}
.icomoon-share-2:before {
  content: "\e42e";
}
.icomoon-share-3:before {
  content: "\e42f";
}
.icomoon-mail:before {
  content: "\e430";
}
.icomoon-mail-2:before {
  content: "\e431";
}
.icomoon-mail-3:before {
  content: "\e432";
}
.icomoon-mail-4:before {
  content: "\e433";
}
.icomoon-google:before {
  content: "\e434";
}
.icomoon-google-plus:before {
  content: "\e435";
}
.icomoon-google-plus-2:before {
  content: "\e436";
}
.icomoon-google-plus-3:before {
  content: "\e437";
}
.icomoon-google-plus-4:before {
  content: "\e438";
}
.icomoon-google-drive:before {
  content: "\e439";
}
.icomoon-facebook:before {
  content: "\e43a";
}
.icomoon-facebook-2:before {
  content: "\e43b";
}
.icomoon-facebook-3:before {
  content: "\e43c";
}
.icomoon-facebook-4:before {
  content: "\e43d";
}
.icomoon-instagram:before {
  content: "\e43e";
}
.icomoon-twitter:before {
  content: "\e43f";
}
.icomoon-twitter-2:before {
  content: "\e440";
}
.icomoon-twitter-3:before {
  content: "\e441";
}
.icomoon-feed-2:before {
  content: "\e442";
}
.icomoon-feed-3:before {
  content: "\e443";
}
.icomoon-feed-4:before {
  content: "\e444";
}
.icomoon-youtube:before {
  content: "\e445";
}
.icomoon-youtube-2:before {
  content: "\e446";
}
.icomoon-vimeo:before {
  content: "\e447";
}
.icomoon-vimeo2:before {
  content: "\e448";
}
.icomoon-vimeo-2:before {
  content: "\e449";
}
.icomoon-lanyrd:before {
  content: "\e44a";
}
.icomoon-flickr:before {
  content: "\e44b";
}
.icomoon-flickr-2:before {
  content: "\e44c";
}
.icomoon-flickr-3:before {
  content: "\e44d";
}
.icomoon-flickr-4:before {
  content: "\e44e";
}
.icomoon-picassa:before {
  content: "\e44f";
}
.icomoon-picassa-2:before {
  content: "\e450";
}
.icomoon-dribbble:before {
  content: "\e451";
}
.icomoon-dribbble-2:before {
  content: "\e452";
}
.icomoon-dribbble-3:before {
  content: "\e453";
}
.icomoon-forrst:before {
  content: "\e454";
}
.icomoon-forrst-2:before {
  content: "\e455";
}
.icomoon-deviantart:before {
  content: "\e456";
}
.icomoon-deviantart-2:before {
  content: "\e457";
}
.icomoon-steam:before {
  content: "\e458";
}
.icomoon-steam-2:before {
  content: "\e459";
}
.icomoon-github:before {
  content: "\e45a";
}
.icomoon-github-2:before {
  content: "\e45b";
}
.icomoon-github-3:before {
  content: "\e45c";
}
.icomoon-github-4:before {
  content: "\e45d";
}
.icomoon-github-5:before {
  content: "\e45e";
}
.icomoon-wordpress:before {
  content: "\e45f";
}
.icomoon-wordpress-2:before {
  content: "\e460";
}
.icomoon-joomla:before {
  content: "\e461";
}
.icomoon-blogger:before {
  content: "\e462";
}
.icomoon-blogger-2:before {
  content: "\e463";
}
.icomoon-tumblr:before {
  content: "\e464";
}
.icomoon-tumblr-2:before {
  content: "\e465";
}
.icomoon-yahoo:before {
  content: "\e466";
}
.icomoon-tux:before {
  content: "\e467";
}
.icomoon-apple:before {
  content: "\e468";
}
.icomoon-finder:before {
  content: "\e469";
}
.icomoon-android:before {
  content: "\e46a";
}
.icomoon-windows:before {
  content: "\e46b";
}
.icomoon-windows8:before {
  content: "\e46c";
}
.icomoon-soundcloud:before {
  content: "\e46d";
}
.icomoon-soundcloud-2:before {
  content: "\e46e";
}
.icomoon-skype:before {
  content: "\e46f";
}
.icomoon-reddit:before {
  content: "\e470";
}
.icomoon-linkedin:before {
  content: "\e471";
}
.icomoon-lastfm:before {
  content: "\e472";
}
.icomoon-lastfm-2:before {
  content: "\e473";
}
.icomoon-delicious:before {
  content: "\e474";
}
.icomoon-stumbleupon:before {
  content: "\e475";
}
.icomoon-stumbleupon-2:before {
  content: "\e476";
}
.icomoon-stackoverflow:before {
  content: "\e477";
}
.icomoon-pinterest:before {
  content: "\e478";
}
.icomoon-pinterest-2:before {
  content: "\e479";
}
.icomoon-xing:before {
  content: "\e47a";
}
.icomoon-xing-2:before {
  content: "\e47b";
}
.icomoon-flattr:before {
  content: "\e47c";
}
.icomoon-foursquare:before {
  content: "\e47d";
}
.icomoon-foursquare-2:before {
  content: "\e47e";
}
.icomoon-paypal:before {
  content: "\e47f";
}
.icomoon-paypal-2:before {
  content: "\e480";
}
.icomoon-paypal-3:before {
  content: "\e481";
}
.icomoon-yelp:before {
  content: "\e482";
}
.icomoon-libreoffice:before {
  content: "\e483";
}
.icomoon-file-pdf:before {
  content: "\e484";
}
.icomoon-file-openoffice:before {
  content: "\e485";
}
.icomoon-file-word:before {
  content: "\e486";
}
.icomoon-file-excel:before {
  content: "\e487";
}
.icomoon-file-zip:before {
  content: "\e488";
}
.icomoon-file-powerpoint:before {
  content: "\e489";
}
.icomoon-file-xml:before {
  content: "\e48a";
}
.icomoon-file-css:before {
  content: "\e48b";
}
.icomoon-html5:before {
  content: "\e48c";
}
.icomoon-html5-2:before {
  content: "\e48d";
}
.icomoon-css3:before {
  content: "\e48e";
}
.icomoon-chrome:before {
  content: "\e48f";
}
.icomoon-firefox:before {
  content: "\e490";
}
.icomoon-IE:before {
  content: "\e491";
}
.icomoon-opera:before {
  content: "\e492";
}
.icomoon-IcoMoon:before {
  content: "\e493";
}
.icomoon-safari:before {
  content: "\e494";
}

@media only screen and (min-width: 1000px){
  .b960 .fullwidthbanner-container .fullwidthabanner {
  margin-bottom: -7px;
  }
  .b960 .wrapper.top-slider {
    height: auto !Important;
  }
  .post-area {
    z-index: 2;
  }
}
@media only screen and (max-width: 1200px){
.container {
  padding-left: 20px !important;
  padding-right: 20px !important;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page-header .menu-bg > .container {
padding: 0 !important;
}
.teaser.small {
  height: auto;
  border-radius: 1020px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

  .teaser.style3 h2 {
  width: 80%;
  margin-top: -5px;
  margin-left: 10%;
  }
  .teaser.style4 header {
  /*position: absolute;*/
  /*bottom: -30px;*/
  }
  .teaser {
  width: 96%;
  height: auto;
  margin-bottom: 30px;
border-radius: 500px;
  }
  .teaser > img, .teaser div > img {
  border-radius: 500px;
  height: auto;
  }
  .teaser.style2 header {
  /*border-radius: 0 0 50% 50%;*/
  }
  .teaser.style3 header {
  padding-top: 35%;
  }
  .teaser.style1 header {
  border-radius: 500px;
  }
  .widget_recent_posts_2-fac .date {
    margin-left: 15%;
  }
  .rev_slider {
    margin-bottom: -7px;
  }
}
@media only screen and (max-width: 959px){
  .why-choose-us .grid_3 {
    width: 47.5%;
  }
  footer .container .grid_3 {
    width: 47.5%;
  }
  .post-area.grid_6 {
    width: 97.5%;
  }
  .post-area.grid_9 {
    width: 72.5% !Important;
  }
  .padding-0_34per_0_0 {
    padding-right: 0;
  }
/*  .left-sidebar.grid_3 {
    width: 97.5%
  }*/
  /*.right-sidebar.grid_3 {
    width: 97.5%
  }*/
  .menu>li>a {
    padding: 0 10px;
  }
  .widget_recent_posts_2-fac .date {
    margin-left: 17%;
  }
  .widget_out_stuff2 .item-con-t1 header h2 {
  font-size: 18px;
  }
  .widget_out_stuff2 .item-con-t1 header p {
  margin-top: 5px;
  line-height: 1;
  }
  body.woocommerce ul.products li.product:nth-child(2n+2), body.woocommerce-page ul.products li.product:nth-child(2n+2) {
  margin-right: 0;
  }
  body.woocommerce ul.products li.product:nth-child(3n+3), body.woocommerce-page ul.products li.product:nth-child(3n+3) {
  margin-right: 3.8%;
  }
  body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
    width: 47.5%;
  }
.headerstyle2 .menu li > span {
  right: -10px;
}
}
@media only screen and (max-width: 767px){
.headerstyle2 div.wrapper.menu-bg.transparent {
  margin-bottom:0;
}
.wrapper.transparent-content {
  margin-top:0;
}
.top-slider-content {
position: relative;
}
.white-text {
font-size: 11px !important;
width: 60%;
}
.extrabold55 {
font-size: 12px !important;
}
.light80 {
font-size: 19px !important;
}
  .column_post {
  width: 47.5%;
  }
  .three-plates .plate {
    width: 100% !important;
  }
  .three-plates .plate:hover {
    background: #a7acaf;
  }
  .three-plates .plate .alpha,
  .three-plates .plate .omega {
    display: none;
  }
  .three-plates .plate .separator {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #717476;
    border-bottom: solid 1px #babec1;
  }
  .three-plates .plate .separator div{
    position: absolute;
    top: 7px;
    left: 50%;
    height:8px;
    width: 15px;
    margin-left:-7px;
    background-image: url(../img/sprite.png);
    background-position: -8px 0;
  }
  .three-plates .plate:first-child .separator{
    display: none;
  }
  .advantages .grid_4 {
    width: 47.5%;
  }
  .grid_1, .grid_2, .grid_4, .grid_5, .grid_6 {
    width: 47.5% !Important;
    margin-bottom: 10px;
  }
  .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    width: 97.5% !Important;
    margin-bottom: 10px;
  }
  .widget_more_info h2 {
  font-size: 19px;
  padding: 20px;
  margin-bottom: 110px;
  }
  .widget_more_info span {
  position: absolute;
  right: 39%;
  bottom: 30px;
  top: auto;
  }
    .tab-nav li a {
        padding: 9px 25px;
    }

 .theme-one-fourth {
    width: 45%;
    margin-right: 5%;
  }

.flexslider-posts-slider.images-slider .flex-direction-nav {
top: 32%;
}

.widget_recent_posts_2-container .slides > li {
padding-right: 12px;
}
.extended-pricing-table div.column, .price-cell,
.extended-pricing-table div.column.featured,
.simple-pricing-table div.column, .price-cell,
.simple-pricing-table div.column.featured {
width: 47.5%;
margin: 0 2% 20px 0 !important;
}

.extended-pricing-table div.column.features-list,
.simple-pricing-table div.column.features-list {
width:100%;
}
.extended-pricing-table div.column.features-list .header {
  display:none;
}
.headerstyle2 .header-image.header-image-no-titlebar {
margin-top: 0;
}
.banner-inner h2 {
font-size: 20px !important;
}
.button-transparent {
padding: 5px 10px;
margin-top: -10px;
}
.tp-caption h2 {
font-size: 20px;
}
.tp-caption p {
font-size: 9px;
}
.tp-caption.transparent {
background: transparent;
margin-top: -30px !important;
}

}


@media only screen and (max-width: 767px){
.logo {
width: 205px;
margin: 0 auto;
float: none;
height: 75px;
}
.socials {
width: 100%;
text-align: center;
}
.socials li {
display: inline-block;
float: none;
margin-top: 0;
}


/*------ Mobile -----*/
.page-path {
display: none;
}
.headerstyle2 .headline h1 span {
display:none;
}
body.headerstyle2 .headline h1 {
  line-height: 54px;
}
body.headerstyle2 .page-path {
  margin-top: 0;
}
body.headerstyle2 nav {
float: left;
width: 100%;
padding-right: 50px;
}
body.headerstyle2 nav {
float: left;
width: 100%;
padding-right: 50px;
}
body.headerstyle2 .menu>li>a {
  height: 44px;
  line-height: 44px;
}
body.email.contact {
  margin-left: 0px;
}
body.headerstyle3 nav {
  float: none;
  margin: 0;
}
.absolute {
height: auto;
float: none;
}
.wrapper.header-image {
margin-top: -54px;
height: 54px;
}
.absolute.fixed .menu-bg {
position: relative;
}
.menu li {
margin: 0;
display: block;
text-align: left;
padding-left: 5px;
border: 0;
border-bottom: 1px dotted #555;
}
.menu li > span {
  display:block;
padding: 15px 20px;
right: 0px;
top: 0px;
}
.menu li:hover>a, .menu li.current_page_item>a {
color: #fff;
border: 0;
}
.menu li a {
color: rgb(187, 187, 187);
border: 0;
width: 100%;
}
.mini_logo {
display: inline;
float: none;
width: auto;
margin-right: 10px;
margin-left: 25px;
}
.menu li:hover> ul {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.menu li>ul {
position: relative;
background: transparent;
height: auto;
opacity: 1;
margin: 0 !important;
width: auto !important;
}
.menu li>ul>li>a {
background-color: #fff;
color: #BBB;
border: 0;
}
.headerstyle3 .menu, .headerstyle2 .menu {
width: 100%;
float: left;
}
.menu li>ul>li>a:hover {
background-color: #292929;
color: #fff;
border: 0;
}
.menu li:hover>a:after, .menu li.current_page_item>a:after {
display: none;
}
.menu>li:hover>a, .menu>li.current_page_item>a {
color: #fff;
border: 0;
}
.menu li>ul>li {
  border: 0;
}
.menu li>ul>li>a {
background-color: #292929;
}
.headerstyle2 .headline {
height: 55px;
}
.socials.mobile-socials {
  display:block;
}
#menu-btn {
  display: inline-block;
}
#search-icon {
  display: none;
}
.headerstyle2 .menu {
width: 100%;
}
.menu > li:first-child {
margin-left: 0px;
}
.headerstyle2 .menu li > span {
right: 15px;
top: 8px;
}
header .menu {
margin-top: 0;
float: left;
width: 100%;
overflow: hidden;
background: rgb(41, 41, 41);
height: 0;
}
header .menu.opened {
height: auto;
}
.page-header > .wrapper {
display: none;
}
div.fixed.menu-bg {
position: relative !important;
}
.menu-bg .container, .menu-bg .grid_12 {
padding: 0;
width: 100% !important;
margin:0;
}
.menu {
margin: 0;
}
.headerstyle2 .page-header > .wrapper {
display: block;
overflow: hidden;
}
.headerstyle2 .wrapper.preheader {
display: none;
}
.headerstyle2 .logo {
display: inline-block;
width: 150px;
height: 40px;
margin-left: 20px;
}
.headerstyle2 .logo img {
height: 30px !important;
opacity: 1;
}
.headerstyle2 .menu>li {
width: 100%;
padding-right: 10px;
}
.headerstyle3 .contact {
display: none;
}
.headerstyle3 .mobile-socials li {
overflow: hidden;
}
.headerstyle3 .menu-bg .container,  .headerstyle3 .menu-bg .grid_12 {
text-align: center;
padding: 0;
}
div.wrapper.menu-bg {
background: rgba(255,255,255,1);
}
.menu-bg {
background-color: #fff;
}
.menu .sub-menu li .sub-menu, .menu ul li ul li ul {
left: 10px;
}
/*---- Mobile ---*/
.page-template-template-contact-form-1-php.headerstyle2 .headline h1 {
margin-top: 0 !important;
}

.headerstyle4 .page-header .container .grid_12 {
margin: 0;
width: 100% !important;
}
.headerstyle4 .page-header .container {
padding: 0 !important;
text-align: center;
}
.headerstyle4 .page-header > .wrapper {
display: block;
}
.headerstyle4 .logo img {
height: 100% !important;
margin-top: 7.5px;
}
.headerstyle4 .logo {
width: auto;
height: 30px;
display: inline-block;
}

li.post-menu > ul >li {
width: 24.1%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: auto;
clear: none;
display: inline-block;
float: none;
}
.post-details {
display: none !important;
}
li.post-menu > ul >li>a>img,  li.post-menu > ul >li>a {
height: auto;
}

.headerstyle5  .page-header .wrapper.small_preheader {
display: none;
}
.headerstyle5 .page-header > .wrapper.main-menu {
display: block;
background-color: #fff;
text-align: center;
}
.wrapper.main-menu .container {
padding: 0 !important;
}

}






















@media only screen and (max-width: 639px){
  .featured-project-slider.full-width .featured-project > a:after{
display:none;
}
.wrapper.headline {
  height: auto;
}
  .gallery-container .gallery .item-con-t1 {
width: 47.4%;
}
  .column_post header a, .column_post header h2 {
  font-size: 12px;
  }
  #back_to_top {
    display:none !important;
  }
  .widget_out_stuff2 .item-con-t1 {
  width: 99.564102%;
  }
  .b1170 .container, .b960 .container {
  padding-left: 10px;
  padding-right: 10px;
  }
  .item-con-t1 h2 {
  font-size: 12px;
  }
  .widget_recent_posts_2-fac .date {
  margin-left: 13%;
  }
  .advantages .grid_4 {
    width: 97.5%;
  }
  .why-choose-us .grid_3 {
    width: 97.5%;
  }
  footer .container .grid_3 {
    width: 97.5%;
  }
  .left-sidebar.grid_3 {
    width: 97.5%;
  }
  .right-sidebar.grid_3 {
    width: 97.5%;
  }
  .leave-comment form .input-field {
    width: 100%;
  }
  .leave-comment form .input-field:first-child {
    margin-right: 0%;
  }
  .single-gallery .grid_9,
  .single-gallery .grid_3 {
    width: 97.5%;
  }
  .single-gallery .grid_9 {
    margin-bottom: 30px;
  }
  .contacts .grid_9,
  .contacts .grid_3 {
    width: 97.5%;
  }
  .contacts .grid_3 {
    margin-bottom: 30px;
  }
  .contacts form .input-field {
    width: 100%;
  }
  .contacts form .input-field:first-child {
    margin-right: 0%;
  }
  .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    width: 97.5% !Important;
  }
  .purchase-plate_header,  .purchase-plate_text {
  padding: 0;
  }
  div.purchase-plate {
  padding: 30px 30px 40px;
  }

.purchase-plate a.sc-button-hover {
position: absolute;
left: 50%;
top: auto;
bottom: 15px;
margin-left: -80px;
right: auto;
}
.purchase-plate a.purchase-plate_button {
position: relative;
display: block;
top: auto;
margin: 20px 0 0;
right: auto;
left: auto;
bottom: auto;
}
  .widget_out_stuff .item-con-t1 {
  width: 80%;
  margin-left: 8%;
  margin-top: 30px;
  }
  .widget_testimonials .item {
  width: 96%;
  }

  .theme-one-half,
  .theme-one-third,
  .theme-two-third,
  .theme-three-fourth,
  .theme-one-fifth,
  .theme-two-fifth,
  .theme-three-fifth,
  .theme-four-fifth,
  .theme-one-sixth,
  .theme-five-sixth {
    width: 100%;
    margin-right: 0;
  }
.theme-one-fourth {
width: 100%;
margin: 0;
}
  .z-link {
    width: 100%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .z-tab {
    width: 100% !important;
  }
  .horizontal .z-tabs-nav {
    width: 100%;
  }
  .post-helper-absolute {
  display: none;
  }
  .post {
  margin-left: 0;
  padding-right: 10px;
  }
  .flexslider-posts-slider.images-slider .flex-direction-nav {
  top: 28%;
  }
  .two-headers h2 {
  font-size: 18px;
  }
  .two-headers h3 {
  font-size: 13px;
  margin-bottom: 0;
  }
  .two-headers a {
  top: 37%;
  }
  .widget_out_stuff2 .item-con-t1 header h2 {
  font-size: 16px;
  }
  .widget_out_stuff2 .item-con-t1 header p {
  font-size: 12px;
  margin-top: 0px;
  line-height: 1.5;
  }
  .transp_bg, .transp_round {
    display: none;
  }
  .post-area.grid_9 {
    width: 97.5% !Important;
  }
.underline .z-link {
  font-size: 13px;
}

.post-area {
  z-index: 1;
}

}

@media only screen and (max-width: 560px){
  .widget_recent_works .image-links {
  top: 50%;
  }
  .post-category {
  height: auto;
  }
  .post .post-body .item-con-t1 {
  width: 100%;
  margin: 0;
  }
  .column_post {
  width: 97%;
  }
  .gallery-container .gallery .item-con-t1 {
  width: 97.4%;
  }
  .flexslider-posts-slider.images-slider .flex-direction-nav {
  top: 12%;
  }
  .widget_recent_works .flexslider {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
margin-top: 10px;

  }
  .widget_recent_posts_2-fac .date {
  margin-left: 6%;
  }
    .widget_recent_posts_2-container .slides > li {
  padding-right: 3px;
  }

  .widget_recent_works .item-con-t1 {
  width: 99%;
  }
  .headline h1 {
  font-size: 20px;
  white-space: nowrap;
  }
.item-con-t1:hover .visible-on-hover {
  opacity: 0 !important;
}
.item-con-t1 .visible-on-hover.hover {
  opacity: 1 !important;
  }
  .avatar img {
border-radius: 100px;
}

.extended-pricing-table div.column, .price-cell,
.extended-pricing-table div.column.featured,
.simple-pricing-table div.column, .price-cell,
.simple-pricing-table div.column.featured {
width: 100%;
}
.headerstyle2 .headline h1 span, .headerstyle5 .headline h1 span {
white-space: normal;
}
.headerstyle2 .header-image, .headerstyle5 .header-image {
height: 140px;
margin-top: -120px;
}

.sc-highlight-full-width img {
display: block;
float: none;
max-width: 100%;
margin: 0 auto;
}
.sc-highlight-full-width {
min-height: initial !Important;
padding-top: 50px !Important;
padding-bottom: 30px !Important;
background-size: cover !important;
background-position: center !important;
}
.banner-inner {
padding-bottom: 20px !Important;
padding-top: 30px !important;
}
.banner-builder {
height: auto !important;
}


}

@media only screen and (max-width: 320px){
    .widget_recent_works-container .slides > li {
padding-right: 0;
}
  body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
  width: 99%;
  }

  ul.socials.mobile-socials {
    display: none;
  }

  div.panel-switcher {
    display: none;
  }
  .fixed-header .headline {
    padding-top: 0;
  }

}
/*----------- Mobile -----------*/




@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .three-plates-img-1 span,
  .three-plates-img-2 span,
  .three-plates-img-3 span,
  .three-plates-idea span,
  .three-plates-list span,
  .three-plates-mental span,
  .three-plates-start span,
  .three-plates-strategy span,
  .three-plates-target span,
  .three-plates-time span,

  .advantages a .advantages-img span,
  .teaser a .advantages-img span,

  .why-choose-us .why-choose-us-img span,

  .rev-direction-nav .rev-next span,
  .rev-direction-nav .rev-prev span,
  .rev-direction-nav a {
    background-image: url("../img/sprite@2x.png");
    background-size: 512px 760px;
  }
  .socials a, .socials-bottom a {
    background-image: url("../img/socials@2x.png");
    background-size: 350px 1000px;
  }
}


.media_for_js {
  position: fixed;
  visibility: hidden;
  width: 0px;
  height: 0px;
  z-index: 940;
}
@media only screen and (max-width: 939px){
  .media_for_js {
    z-index: 939;
  }
}
@media only screen and (max-width: 767px){
  .media_for_js {
    z-index: 767;
  }
}
@media only screen and (max-width: 639px){
  .media_for_js {
    z-index: 639;
  }
}
@media only screen and (max-width: 479px){
  .media_for_js {
    z-index: 479;
  }
}

