/* -------------------------------------------------- 
   Table of Contents
----------------------------------------------------- */

/*
Theme Name: Sweetdate
Description:  SweetDate WP Theme, create your online dating site
Author: SeventhQueen
Author URI: http://themeforest.net/user/SeventhQueen/portfolio?ref=SeventhQueen
Tags: dating, clean, responsive, creative, minimal, modern, wordpress, buddypress, bbpress

01. Shared Styles
02. WordPress Specific
03. Header Section
04. Call To Actions Section
05. Main Section
06. Sidebar Section
07. Profile Page
08. Blog Page
09. Search Page
10. Footer
11. Layout Type
12. Custom Plugins Ready
13. Keyframe Animations
14. Retina Ready CSS Graphics
*/

/* -----------------------------------------
   01. Shared Styles
----------------------------------------- */

html, body {
    height: 101%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, th, td {
    margin: 0;
    padding: 0;
    font-size: 13px;
    /*direction: ltr;*/
}

body {
    color: #777;
    font-family: sans-serif;
}

.row {
    width: 980px;
    margin: 0 auto;
}

.reveal-modal .row {
    width: auto;
}

/*** Typography ***/
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 17px;
}

a {
    color: #f00056;
}

a:hover {
}

a:focus {
}

h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1.1em;
    margin-bottom: 14px;
    margin-top: 14px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0;
}

h1 {
    font-size: 44px;
    margin-bottom: 44px;
}

h2, h1.entry-title {
    font-size: 34px;
    margin-bottom: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}



.subheader {
    line-height: 1.3;
    color: #6f6f6f;
    font-weight: normal;
    margin-bottom: 17px;
}

small {
    font-size: 84%;
    line-height: inherit;
}

code {
    background: #f7f7f7;
    font-weight: normal;
}

.label {
    font-weight: normal;
}

.label.radius {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.label.alert {
    background-color: #f00056;
}

.no-marg-top {
    margin-top: 0;
}

/*** Specific page ***/
.inner.kleo-page #header {
    background-image: none;
    padding-bottom: 20px;
}

/*** Useful Classes ***/
.alpha {
    padding: 0 15px 0 0;
}

.omega {
    padding: 0 0 0 15px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.stretch {
    width: 100%;
}

.strong {
    font-weight: bold;
}

.upper-text {
    text-transform: uppercase;
}

.space-b-20 {
    margin-bottom: 20px;
}

.space-b-50 {
    margin-bottom: 50px;
}

.with-top-border {
    border-top: 1px solid #ddd;
}

.pulse {
    -webkit-animation: pulse ease-in-out 1 normal 500ms;
    -moz-animation: pulse ease-in-out 1 normal 500ms;
    -ms-animation: pulse ease-in-out 1 normal 500ms;
    -o-animation: pulse ease-in-out 1 normal 500ms;
    animation: pulse ease-in-out 1 normal 500ms;
}

/* Text meant only for screen readers */
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/*** Colours ***/
.red-text {
    color: #cf0000;
}

.pink-text {
    color: #f00056;
}

.black-text {
    color: #000;
}

.green-text {
    color: #12b8ba;
}

.blue-text {
    color: #18a0c7;
}

.white-text {
    color: #fff;
}

/*** Buttons ***/
.button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button:hover, .button:focus {
}

.button.alert {
    background-color: #ed0058;
    border: 1px solid #ed0058;
}

.button.alert:hover,
.button.alert:focus {
    background-color: #de0052;
    border: 1px solid #de0052;
}

.button.secondary {
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #dddcdc;
}

.button.bordered {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #777;
}

.button.bordered:hover,
.button.bordered:focus {
    border: 1px solid #dddcdc;
    color: #555;
    background-color: #dddcdc;
}

.button.link-button {
    background-color: transparent;
    border: none;
    color: #0296c0;
}

.button.link-button:hover,
.button.link-button:focus {
    background-color: transparent;
    border: none;
    color: #f00056;
}

.button.success {
    background-color: #3cb878;
    color: #fff;
    border: 1px solid #3cb878;
}

.button.success:hover,
.button.success:focus {
    background-color: #33ad6e;
    border: 1px solid #33ad6e;
}

.button.radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.button.facebook {
    background: #3B5A9B;
    border: 1px solid #3B5A9B;
}

.reveal-modal .button.facebook {
    height: 37px;
    font-size: 14px;
    float: right;
    padding: 10px 7px 11px;
}

.reveal-modal .button.facebook:hover {
    background-color: #496bb2;
    border-color: #496bb2;
}

#btnGoUp {
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 47px;
    height: 44px;
    text-indent: -5555px;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAABYCAYAAABlAK7VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODIyQUNGNzc1MjMzMzYwNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowQkRBRjU3RTc5QTUxMUUyQkU4OUM0MTUwRjg2MDc2MCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowQkRBRjU3RDc5QTUxMUUyQkU4OUM0MTUwRjg2MDc2MCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDk4MDExNzQwNzIwNjgxMTgyMkFDRjc3NTIzMzM2MDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDE4MDExNzQwNzIwNjgxMTgyMkFDRjc3NTIzMzM2MDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zE1W8AAAE6UlEQVR42sya209bRxDGB9uBuGAnECA2KE6bC6QP8NCL+tZ/va+tVF4SVQ0kkZKgYAIYEqjrmhrojvpttd6ey+6e3XP2k+YBYe35zd5nZmdubm5oZ2eHCqombEFYS9htWENYHf+/EjYR9hfsQtgfwq6LfLRRELotbFnYHTiQ9Z0GnGJ1AP5Z2Imw8zLh7wpbE9YsOFqLsJGwA2GfQsLPCeuhx32KO+ExRuC9sLGp96biHvo6ALg+DfkbSz57nqdIl8oRL/KvsD4OivZ8r0RwVV182xl+XdgKVacVMFjDL2FLq1qdtDVQy9lVYlEPTEbwPeV0jEH1pM6spRxAbYpPbbBlwq9RvFrLgm8XPPJDq6nOCh1+meLXchJ8DbfD2PXfDVaFX7C865jq0nN7MnaYgm0FAOeA4zdhfc/ttnT4ZgDwVwg6Djw70NTh5wKBS7EDA0/tz+nwjYDgUu8Q+hVVQ4evBwZn3Qh748GBOnneXZLAazgVZwI4MAV/FQD8CYKKx54duNLhJwHAW8rB4tOBiQ4/dmjk0gCcAjgw1uFHDvCzwu4bgKsOPEpw4MTyuyMd/qLANbVrAK7GC6oD0iEbXeh7u8wd1hwdWMZImEg6MEgYiTxdg3UKXuYOFx1HYNby93f1yMhQn+Ua03v5hOLXIC0YOXdcuGVppO5MSfP7IGL4fl4A/okc8+WBxUxnJnmb9wWvC751BSYygR8n/bhCJebss/b0U2GHEYAfgoVs4FkfhB1XCH4MBnKBl0PWrwC8nzd1TUM/3j65BFlGAlYuzlOjWNBQ3NiQwhTU1O3QuKBmG3SPcX9fxE3SV7pkhGlyZh2FO+gMZlpETrsdVlJEVof5nKbL903kVW4pDjHo3xi5EUVSvpeaAXALtoC/1bcHYwA34MjQS/KmgFaFPUAoWM/JUtyCUx3FoY/C9oUdlQnPi3Wj4K5TRwS2hqm3a3ui28LPC9si/7VZ7oTvcaK+MJ1SNjsE99CPFLaovIJvrPvs+WfCnpZ0LWCmb7DwXxbt+a0SwVXxN7eLwPPzkS8rvFU+BIM1/DqSSFXrSdoaqGXsKtsRRVLbYDKC3/J4+vpaxFsm8F2q9o1N1jbazYPfiDhvs5EFv0JxvvhQT+LVNPgexa8HSfB1iuNZVp46lFANXKIwbw98J25rYJ2CvRcAnNPRPwnb89zuPR2+HQD8FwQdu54daOvw84HApXYRNfnQvA4/GxBc6jlCv6Ka1eEbgcFlFuFXDw40yPPukgTOW9qm9h1fDngp32eB/4Aj/TvPDvyvfH8ZAFxuv/c9O3Cpw7skgf40AKcADgx1eJd84Rf072OIPHDVgW8THLAtIZ3r8KeO02YT8zoPXL2bqA6s4m8bnerb44Dc3x5s4kZqmvKWDuwnjESersE6Bc/zltNtrg+hbXP1Hcdb7CElvHQij8d3SO2nBSNHFGf1W12oR1kx7F7E8Ht5ATjXho4jBD8mg4cTrBcFrwu+NQETmcAPcX2NRc+TbgBZ+yuXzV9HAP6aUkr4eYfD78LeVgj+Dgzpl/oc8Vzj6l3ZOXouVr/MjUgMxI1w7XSbwidgJ5jjH4zCKUNxY/yEK0RBTd0OjQtqtr3Ijf5MfkqZ+sm5R5ZPY1ynQB8mi8gdcnt7cEgVFJHVu9AR2lmCtZFXSSrfD7F2BriTFzoI/xFgAIqLMVfA5LoNAAAAAElFTkSuQmCC') no-repeat left top;
    z-index: 950;
}

#btnGoUp:hover {
    background-position: left bottom;
}

/*** Tooltips ***/
.has-tip {
    border-bottom: none;
    cursor: pointer;
    font-weight: bold;
    color: #333;
}

.has-tip:hover, .has-tip:focus {
    border-bottom: none;
    color: #f00055;
}

.has-tip.tip-left, .has-tip.tip-right {
    float: left !important;
}

/*** Pop-ups ***/
.reveal-modal {
    background: url('data:image/gif;base64,R0lGODlhBgAGAJEAAPX19fPz8/j4+Pr6+iH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkI0OTBFNEMxNEZGMTFFMThENDY5OUU2NTRBOEM2RTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkI0OTBFNEQxNEZGMTFFMThENDY5OUU2NTRBOEM2RTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQjQ5MEU0QTE0RkYxMUUxOEQ0Njk5RTY1NEE4QzZFMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQjQ5MEU0QjE0RkYxMUUxOEQ0Njk5RTY1NEE4QzZFMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAAGAAYAAAIMVDYCGYb8jHMJnFgAADs=');
    border: 10px solid #fafafa;
}

.reveal-modal h5 {
    margin-bottom: 40px;
}

.reveal-modal .button {
    padding-left: 10px;
    padding-right: 10px;
}

#kleo-login-result {
    clear: both;
    margin-top: 15px;
}

#login_panel, #forgot_panel {
    z-index: 9999;
}

/*Google Captcha Normalize Styles*/
.g-recaptcha {
    clear: both;
    width: 100%;
    margin: 10px 0;
}

/*** Alert Boxes ***/
div.alert-box {
    display: block;
    padding: 6px 7px 7px;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
    position: relative;
}

div.alert-box.success {
    background-color: #5da423;
    color: #fff;
    text-shadow: none;
}

div.alert-box.alert {
    background-color: #c60f13;
    color: #fff;
    text-shadow: none;
}

div.alert-box.secondary {
    background-color: #e9e9e9;
    color: #505050;
    text-shadow: none;
}

div.alert-box a.close {
    color: #333;
    position: absolute;
    right: 4px;
    top: -1px;
    font-size: 17px;
    opacity: 0.2;
    padding: 4px;
}

div.alert-box a.close:hover, div.alert-box a.close:focus {
    opacity: 0.4;
}

.f-dropdown:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
    border-image: none;
    border-style: inset inset solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 0;
    left: 10px;
    position: absolute;
    top: -12px;
    width: 0;
    z-index: 99;
}

.f-dropdown:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #CCCCCC;
    border-image: none;
    border-style: inset inset solid;
    border-width: 7px;
    content: "";
    display: block;
    height: 0;
    left: 9px;
    position: absolute;
    top: -14px;
    width: 0;
    z-index: 98;
}

.f-dropdown {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    height: auto;
    list-style: none outside none;
    margin-left: 0;
    margin-top: 2px;
    max-height: none;
    max-width: 200px;
    position: absolute;
    top: -9999px;
    width: 100%;
    z-index: 99;
}

.f-dropdown > *:first-child {
    margin-top: 0;
}

.f-dropdown li {
    cursor: pointer;
    font-size: 0.875em;
    line-height: 1.125em;
    margin: 0;
}

.f-dropdown li a {
    color: #555555;
    display: block;
    padding: 0.3125em 0.625em;
}

/* -----------------------------------------
   02. WordPress Specific
----------------------------------------- */

/*** Img alignment ***/
body .alignleft,
.entry-content a:hover .alignleft {
    float: left;
    margin: 4px 10px 0px 0;
    display: block;
}

body .alignright,
.entry-content a:hover .alignright {
    float: right;
    margin: 4px 0px 0px 10px;
    display: block;
}

body .aligncenter,
.entry-content a:hover .aligncenter {
    clear: both;
    display: block;
    margin: 10px auto;
    padding: 10px 0;
}

.alignleft img, .alignright img {
    display: block;
}

/*** Gallery ***/
.gallery a,
.gallery a img {
    border: none;
    max-width: 100%;
    display: block;
    position: relative;
}

.gallery .gallery-item {
    margin: 1px 1px 0 0;
    width: 80px;
    height: 80px;
    padding: 0;
}

.gallery-caption {
    display: none;
}

.bypostauthor {
}

.gallery-icon {
    margin: 0;
}

.gallery-item {
    margin: 0;
}

/*** Image caption ***/
div .wp-caption {
    max-width: 100%;
    font-size: 11px;
    font-style: italic;
    border-width: 1px;
    border-style: solid;
    margin: 5px 15px 10px 0;
    position: relative;
}

.wp-caption img {
    border: medium none;
    display: block;
    padding: 5px;
    margin: 0;
    width: 100%;
}

.wp-caption-text {
    display: block;
    font-size: 11px;
    font-style: italic;
    margin: 0 auto;
    padding: 3px 10px 5px;
    text-align: center;
    font-family: Georgia, "Times New Roman";
}

.wp-caption.aligncenter {
    margin: 5px auto 10px auto;
}

/*** Smiley ***/
.wp-smiley {
    display: inline-block;
    border: none;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* -----------------------------------------
   03. Header Section
----------------------------------------- */

#header {
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0 auto;
}

/*** Top links ***/
.top-links {
    text-align: right;
    color: #0296c0;
    padding: 4px 0;
    border-bottom: 1px solid #0784b3;
    background: #000;
}

.top-links a {
    color: #0296c0;
}

.top-links a:hover {
    color: #f00056;
}

.mail-top {
    display: inline-block;
}

/*** Logo ***/
#logo {
    max-height: 108px;
    text-indent: -9999px;
    padding-top: 0;
    margin-top: 0;
}

#logo img {
    display: block;
    float: left;
}

#logo a {
}

.small-logo {
    height: 43px;
    display: none;
}

/*** Top Bar Navigation ***/
.top-bar {
    background: none;
    margin: 0;
    min-height: 35px;
    line-height: 35px;
}

.top-bar ul {
}

.top-bar ul > li a:not(.button) {
    height: 35px;
    line-height: 35px;
}

@-moz-document url-prefix() {
    .top-bar ul > li a:not(.button) {
        font-weight: normal;
    }
}

.top-bar ul > li:hover a,
.top-bar ul > li.toggle-topbar:hover {
}

.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus {
    background: #1fa8d1;
    border-radius: 3px;
}

.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a, .top-bar ul > li:not(.name):focus a {
    color: #fff;
}

.top-bar > ul .name {
    display: none;
}

.top-bar ul > li.has-dropdown a {
    padding-right: 10px;
}

.top-bar ul > li.has-dropdown a:after {
    display: none;
}

.top-bar ul > li.has-dropdown .dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #1fa8d1 transparent;
    margin-left: 15px;
    position: absolute;
    left: 0;
    top: -4px;
}

.top-bar ul > li.has-dropdown .dropdown {
    background: none;
    padding: 6px 0;
    height: auto;
}

.top-bar ul > li.has-dropdown .dropdown li {
    line-height: 1;
    min-width: 100%;
    padding-bottom: 0;
    background: none;
}

.top-bar ul > li.has-dropdown .dropdown li a {
    color: white;
    font-weight: normal;
    height: 100%;
    line-height: 1;
    padding: 10px 17px 10px 15px;
    white-space: nowrap;
    background: #1fa8d1;
    border-radius: 0;
}

.top-bar ul > li.has-dropdown .dropdown li a:hover,
.top-bar ul > li.has-dropdown .dropdown li a:focus {
    background: #37b8dd;
}

.top-bar ul > li.has-dropdown .dropdown li:last-child {
    padding-bottom: 0;
}

.top-bar.expanded ul li.toggle-topbar a {
    content: "";
    display: block;
    width: 35px;
    height: 0;
    border: none;
    top: auto;
    bottom: 45px;
    margin-bottom: 0;
}

.top-bar ul > li.has-dropdown .dropdown li:last-child:nth-child(3) a {
    border-radius: 3px;
}

.top-bar ul > li.has-dropdown .dropdown li:nth-child(3) a,
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown li:nth-child(3) a {
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.top-bar ul > li.has-dropdown .dropdown li:last-child a,
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown li:last-child a {
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0 6px;
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent #1fa8d1 transparent transparent;
    margin-left: 15px;
    position: absolute;
    left: -19px;
    top: 15px;
}

.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown a {
    border-radius: 0;
}

.lt-ie9 .top-bar ul li.has-dropdown {
    padding-right: 4px;
}

.contain-to-grid {
    background: none;
}

.sticky {
    overflow: visible;
}

.sticky.fixed {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    height: 43px;
    padding-top: 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sticky.fixed .top-bar .small-logo {
    display: block;
    float: left;
    margin-right: 30px;
}

.sticky.fixed {
    -webkit-backface-visibility: hidden;
}

.adminbar-enable .sticky.fixed {
    margin-top: 28px;
}

.not-responsive .top-bar a.hide-for-large-up {
    display: none;
}

/* Temporar */
.always-sticky body {
    padding-top: 53px;
}

.always-sticky #header {
    padding-top: 0;
    padding-bottom: 6px;
    padding-top: 100px;
}

.always-sticky .sticky.fixed {
    background: rgb(0, 0, 0);
    height: 53px;
    padding-top: 6px;
}

.always-sticky .sticky.fixed .kleo-notifications {
    top: -4px;
}

.always-sticky .sticky.fixed .kleo-notifications a {
    padding: 0 2px 2px;
    height: 18px;
    line-height: 18px;
    font-weight: normal;
    display: block;
}

#header .kleo-notifications a {
    color: #fff !important;
}

/*** Search top-bar ***/
#nav-menu-item-search #ajax_search_container a:not(.button) {
    line-height: 1.2em;
    padding: 0;
    display: inline;
}

#nav-menu-item-search #ajax_search_container a.search_title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    color: #333;
}

#nav-menu-item-search #ajax_search_container a.ajax_view_all {
    font-weight: normal;
    color: #f00056;
}

#nav-menu-item-search #ajax_search_container a.ajax_view_all:hover {
    font-weight: bold;
}

#nav-menu-item-search #ajax_search_container .icon {
    color: #ccc;
}

#nav-menu-item-search #ajax_s {
    border: 1px solid #e6e6e6;
    display: block;
}

#nav-menu-item-search {
    position: relative;
}

#ajax_search_container {
    padding: 20px 0 5px;
    background: #fff;
    border-radius: 3px 3px 3px 3px;
    z-index: 9999;
    position: absolute;
    width: 300px;
    left: -228px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    top: 130%;
    line-height: inherit;
}

#ajax_search_container:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 7px;
    border-color: transparent transparent #fff transparent;
    margin-right: 42px;
    position: absolute;
    right: 0;
    top: -14px;
}

#kleo_ajaxsearch {
    vertical-align: top;
    font-size: 11px;
}

#ajax_searchform {
    padding: 0 10px;
}

.kleo_ajax_results h4 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 10px 0 10px;
}

.searchHidden {
    display: none;
}

.kleo_ajax_entry {
    clear: both;
    font-size: 12px;
    line-height: 1.2em;
    border-bottom: 1px dotted #ccc;
    padding: 5px 10px;
}

.kleo_ajax_entry .search_excerpt {
    color: #999;
}

.kleo_ajax_entry:last-child {
    border: none;
}

.ajax_not_found .icon {
    font-size: 24px;
    float: left;
    margin-right: 10px;
}

.ajax_not_found {
    color: #333;
}

.kleo_ajax_entry:hover {
    background: #f7f7f7;
}

.ajax_search_content {
    min-height: 30px;
}

.ajax_search_image {
    width: 24px;
    float: left;
    margin-right: 10px;
    font-size: 24px;
    line-height: 0;
    color: #ccc;
}

.ajax_search_image img {
    border-radius: 100%;
}

.ajax_view_all {
    margin: 0 10px;
}

/* Profile dropdown button */
.btn-profile {
}

.btn-profile .dropdown {
    padding: 0 14px 0 0 !important;
}

.btn-profile .button.dropdown:after {
    border-color: black transparent transparent transparent;
}

.btn-profile .button.dropdown.split.tiny span:after {
    border-color: black transparent transparent transparent;
}

.btn-profile .button.dropdown.split.tiny span {
    width: 25px;
}

.btn-profile .button.dropdown.split.tiny i.icon-user {
    float: left;
    margin-right: 3px;
}

.btn-profile .button.dropdown.split.tiny > a {
    padding: 4px 25px 5px 10px;
    font-size: 11px;
}

.btn-profile .button.dropdown.split.tiny span:after {
    border-style: solid;
    border-width: 4px;
    margin-top: -2px;
}

.button.dropdown.split > a:hover,
.button.dropdown.split > a:focus {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-profile .button.dropdown > ul {
    border: none;
    margin-top: 1px;
}

.btn-profile .button.dropdown > ul li .label {
    font-size: 10px;
    border-radius: 2px;
}

.btn-profile .button.dropdown.split > span {
    box-shadow: none;
}

/*** Search Form ***/
.form-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.form-search.custom span.custom.radio {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.form-search.custom span.custom.checkbox:before {
    content: "";
    display: block;
    line-height: 0.8;
    height: 14px;
    width: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
}

.form-search.custom span.custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background: #0296C0;
    position: relative;
    top: 3px;
    left: 3px;
}

.form-search.custom span.custom.checkbox.checked:before {
    content: "\00d7";
    color: #0296C0;
}

.form-search {
    padding: 10px 12px 20px;
    background: #0296c0;
    position: relative;
    border-left: 10px solid rgba(52, 175, 210, 0.3);
    border-right: 10px solid rgba(52, 175, 210, 0.3);
}

.form-search label {
    color: #fff;
}

.form-search .notch {
    position: absolute;
    bottom: -10px;
    left: 20px;
    margin: 0;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0296c0;
    padding: 0;
    width: 0;
    height: 0;
}

.hide-notch .notch {
    display: none;
}

.form-header {
    background: #0296c0;
    padding: 20px 14px 6px;
    border-left: 10px solid rgba(52, 175, 210, 0.3);
    border-top: 10px solid rgba(52, 175, 210, 0.3);
    border-right: 10px solid rgba(52, 175, 210, 0.3);
}

.form-header .lead {
    color: #fff;
    font-size: 16.4px;
}

.form-footer {
    color: #777777;
    padding: 20px 20px 10px;
    border-left: 10px solid #fafafa;
    border-bottom: 10px solid #fafafa;
    border-right: 10px solid #fafafa;
    background: #f8f8f8 url('data:image/gif;base64,R0lGODlhBgAGAJEAAPX19fPz8/j4+Pr6+iH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkI0OTBFNEMxNEZGMTFFMThENDY5OUU2NTRBOEM2RTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkI0OTBFNEQxNEZGMTFFMThENDY5OUU2NTRBOEM2RTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQjQ5MEU0QTE0RkYxMUUxOEQ0Njk5RTY1NEE4QzZFMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQjQ5MEU0QjE0RkYxMUUxOEQ0Njk5RTY1NEE4QzZFMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAAGAAYAAAIMVDYCGYb8jHMJnFgAADs=');
}

.form-search.custom div.custom.dropdown {
    display: block;
    position: relative;
    width: auto;
    height: 32px;
    margin-bottom: 9px;
    margin-top: 2px;
}

.form-search.custom div.custom.dropdown a.current {
    display: block;
    width: auto;
    line-height: 30px;
    min-height: 32px;
    padding: 0 38px 0 6px;
    border: solid 1px #34afd2;
    color: #fff;
    background-color: #34afd2;
    white-space: nowrap;
}
div#main .form-search.custom div.custom.dropdown a.current {
    color: #fff;
}

.form-search.custom div.custom.dropdown a.selector {
    position: absolute;
    width: 27px;
    height: 32px;
    display: block;
    right: 0;
    top: 0;
    border: solid 1px #34afd2;
}

.form-search.custom div.custom.dropdown a.selector:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -2px;
    margin-left: -5px;
}

.form-search.custom div.custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: 0;
    top: 31px;
    margin: 0;
    padding: 0;
    background: white;
    background: rgba(255, 255, 255, 0.95);
    border: solid 1px #b7f0ff;
}

.form-search.custom div.custom.dropdown ul li {
    color: #555555;
    font-size: 13px;
    cursor: pointer;
    padding: 3px;
    padding-left: 6px;
    padding-right: 38px;
    min-height: 18px;
    line-height: 18px;
    margin: 0;
    white-space: nowrap;
    list-style: none;
}

.form-search.custom div.custom.dropdown ul li.selected {
    background: #b9f0ff;
    color: black;
}

.form-search.custom div.custom.dropdown ul li:hover {
    background-color: #b9f0ff;
    color: black;
}

.form-search.custom input[type="text"] {
    background-color: #34afd2;
    border: 1px solid #0189b0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.9);
}

.form-search.custom div.custom.dropdown ul li.selected:hover {
    background: #b9f0ff;
    cursor: default;
    color: black;
}

.form-search .button {
    background: #34afd2;
    border: 1px solid #34afd2;
    float: left;
    margin-right: 5px;
}

.form-search .button:hover,
.form-search .button:focus {
    color: white;
    background-color: #30bee6;
    border: 1px solid #30bee6;
}

.form-search.custom select {
    margin-bottom: 7px;
}

.home #search-bar {
    border-bottom: 1px solid #ddd;
    min-height: 48px;
}

/* Temporary fix for two lines of text labels */
.form-search.custom .columns {
    height: 32px;
    display: table;
}

.form-search.custom label {
    line-height: 16px;
    display: table-cell;
    vertical-align: middle;
}

.form-search.custom .three.mobile-one.columns {
    height: inherit;
    display: inherit;
}

form.custom div.custom.dropdown a.current {
    overflow: hidden;
}

#horizontal_search.custom div.custom.dropdown a.selector {
    background: #fff;
}

.kleo_members_carousel p:first-child {
    margin-top: -18px;
    display: inline-block;
    width: 100%;
}

.form-search .kleo-checkbox label {
    display: block;
}

/*End of temporary fix*/

/*** LogIn and Signup Forms ***/
.login-buttons em {
    line-height: 22px;
    margin: 3px -6px;
    z-index: 1;
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block;
    color: #69717e;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
}

.reveal-modal .label {
    font-weight: normal; 
}

.reveal-modal input:focus:invalid { /* insert your own styles for invalid form input */
    border-color: red;
}

#forgot_form #lost_result {
    margin-top: 7px;
}

#forgot_form #lost_result p {
    margin-bottom: 0;
}
#register_form_front .row .three {
    width: 29%;
}
#register_form_front .row .three + .one {
    display: none;
}
#register_form_front input::-webkit-input-placeholder,
#register_form_front input::-moz-placeholder,
#register_form_front input:-ms-input-placeholder,
#register_form_front input:-moz-placeholder {
    color: #fff;
}

/*** Profile Thumbs Carousel ***/
.carousel-profiles {
    margin: 0 0 10px 60px;
    overflow: hidden;
}

.form-wrapper .carousel-profiles {
    max-height: 100px;
}

.form-wrapper .carousel-profiles li {
    width: 94px;
    height: 94px;
    max-width: 94px;
    max-height: 94px;
}

.form-wrapper .carousel-profiles .profile-thumbs li:first-child:nth-last-child(1) {
    width: 94px !important;
    height: 94px !important;
}

.carousel-profiles ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.carousel-profiles li {
    text-align: center;
    border: 3px solid #fff;
    padding: 0;
    margin: 6px;
    display: block;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.carousel-profiles li:hover {
    border: 3px solid #fff;
    -webkit-animation: pulse ease-in-out 1 normal 500ms;
    -moz-animation: pulse ease-in-out 1 normal 500ms;
    -ms-animation: pulse ease-in-out 1 normal 500ms;
    -o-animation: pulse ease-in-out 1 normal 500ms;
    animation: pulse ease-in-out 1 normal 500ms;
}

    .carousel-profiles .profile-thumbs img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
}

.carousel-profiles.responsive {
    width: auto;
    margin-left: 0;
}

.carousel-profiles li a {
    display: inline-block;
}

#main .caroufredsel_wrapper,
#main .carousel-profiles .profile-thumbs {
    min-height: 118px;
}

/*** Breadcrumbs ***/
#breadcrumbs-wrapp {
    background: #0095c2;
}

#breadcrumbs-wrapp .breadcrumbs {
    margin: 0;
}

#breadcrumbs-wrapp .inline-list {
    color: #fff;
    margin-bottom: 6px;
}

#breadcrumbs-wrapp .inline-list li {
    padding-top: 6px;
}

#breadcrumbs-wrapp .inline-list li a {
    color: #fff;
}

#breadcrumbs-wrapp .inline-list li a:hover {
    color: #02b5eb;
}

ul.breadcrumbs {
    display: block;
    background: none;
    padding: 6px 10px 7px 0;
    border: none;
}

ul.breadcrumbs li {
}

ul.breadcrumbs li a {
    color: #fff;
}

ul.breadcrumbs li:before {
    content: "/";
}

ul.breadcrumbs li.current a {
    cursor: default;
    color: #fff;
}

/* -----------------------------------------
   04. Call To Actions Section
----------------------------------------- */

#call-to-actions {
    text-align: center;
}

#call-to-actions .section-title,
#call-to-actions h1 {
    opacity: 0;
}

#call-to-actions .lead {
    margin-bottom: 40px;
    opacity: 0;
}

#call-to-actions .alert {
    background-color: #ff0461;
    border: 1px solid #ff0461;
}

#call-to-actions .alert:hover,
#call-to-actions .alert:focus {
    background: #ed0058;
    border: 1px solid #ed0058;
}

#call-to-actions .take-action {
    width: auto;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 40px;
}

#call-to-actions .large.button i {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 12px;
}

#call-to-actions .large.button.icon {
    padding: 15px 5px 16px;
}

#call-to-actions .large.button.disabled {
    border: 1px solid #d8d7d7;
    background: #e8e7e7;
    box-shadow: -1px 1px 1px #fafafa;
    color: #fff;
}

#call-to-actions .or-block {
    display: inline-block;
    padding: 15px 5px 16px;
    font-style: italic;
    float: left;
}

/*** Status Icons ***/
.status {
    text-align: center;
    position: relative;
    bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.status:hover {
    bottom: 5px;
}

.status:hover .icon[data-animation=pulse] img {
    -webkit-animation: pulse ease-in-out 1 normal 500ms;
    -moz-animation: pulse ease-in-out 1 normal 500ms;
    -ms-animation: pulse ease-in-out 1 normal 500ms;
    -o-animation: pulse ease-in-out 1 normal 500ms;
    animation: pulse ease-in-out 1 normal 500ms;
}

.status .block-grid li {
    float: none;
    font-size: 18px;
    color: #8b8b8b;
    min-height: 60px;
}

.status .block-grid li.title {
    font-size: 35.5px;
    min-height: 22px;
}

iframe {
    border: none;
}

.kleo-video {
    display: none;
    margin-bottom: 40px;
    background: #000;
    box-shadow: 0 0 10px #777;
}

.kleo-video .central {
    position: relative;
    background: url('data:image/gif;base64,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') center center no-repeat;
}

.kleo-video .central a.videoClose {
    position: absolute;
    right: 40px;
    bottom: 43px;
    width: 34px;
    height: 34px;
    z-index: 9999;
}

.reveal-modal.video-modal {
    padding: 0;
    border: 0;
}
.reveal-modal.video-modal .flex-video {
    margin-bottom: 0;
}

/* -----------------------------------------
   05. Main Section
----------------------------------------- */

#main {
    padding-top: 60px;
    padding-bottom: 30px;
}

#main.full-builder {
    padding-top: 0;
    padding-bottom: 0;
}

#main.full-builder #main-content > .row {
    width: 100%;
}

#main.full-builder #main-content > .row > .twelve.columns {
    padding: 0;
}

.section {
    padding: 40px 0;
}

section .section {
    padding: 20px 0 40px;
}

.with-border {
    border-bottom: 1px solid #ddd;
}

/*** Carousel for Articles ***/
.carousel-stories a.imagelink, .circle-image a.imagelink {
    display: block;
    position: relative;
}

.carousel-stories a.imagelink .overlay, .circle-image a.imagelink .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 184, 186, 0);
    z-index: 90;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -webkit-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.carousel-stories a.imagelink .read, .circle-image a.imagelink .read {
    color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    z-index: 100;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin: -30px 0px 0px -30px;
    -webkit-transition: ease 0.7s;
    -moz-transition: ease 0.7s;
    -o-transition: ease 0.7s;
    transition: ease 0.7s;
}

.carousel-stories a.imagelink:hover .read, .circle-image a.imagelink:hover .read {
    color: #fff;
}

.carousel-stories a.imagelink:hover .overlay, .circle-image a.imagelink:hover .overlay {
    background: rgba(0, 0, 0, 0.2);
}

.carousel-stories ul {
    text-align: center;
    display: inline-block;
}

.carousel-stories .circle, .circle-image {
    width: 180px;
    height: 180px;
    margin: 30px auto;
}

.carousel-stories .circle img, .circle-image img {
    margin: 0 auto 0 auto;
    display: block;
    width: 180px;
    height: 180px;
    z-index: 10;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.carousel-stories .circle:hover img, .circle-image:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=-0, M21=0, M22=1);
}

/* Small fix for IE8 */
.lt-ie9 .carousel-stories a.imagelink .read,
.lt-ie9 .carousel-stories a.imagelink:hover .read, .lt-ie9 .circle-image a.imagelink .read, .lt-ie9 .circle-image a.imagelink:hover .read {
    display: none;
}

.carousel-stories {
    overflow: hidden;
    max-height: 394px;
    clear: both;
    padding-top: 20px;
}

.carousel-stories ul {
    display: block;
}

.carousel-stories li {
    text-align: center;
    max-width: 326px;
    padding: 0 8px;
    display: block;
    float: left;
}

.carousel-stories.responsive {
    width: auto;
    margin-left: 0;
}

.carousel-stories .overlay {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.carousel-stories .read {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.carousel-stories:hover .read {
    background: rgba(0, 0, 0, 0.2);
}

/*** Testimonials ***/
.testimonials-carousel {
    margin-bottom: 10px;
    padding-top: 10px;
    position: relative;
    min-height: 160px;
}

.testimonials-carousel li {
    text-align: center;
    padding: 0;
    background: none;
    list-style: none;
}

.quote-content {
    margin: 14px;
}

.quote-content, .quote-content p, .quote-content div {
    font-size: 17px;
    line-height: 1.6;
    font-style: italic;
}

.quote-author {
    margin-top: 12px;
    font-size: 11px;
}

.author-description {
    color: #aaa;
}

.widgets-container .widgets ul.testimonials-carousel li:before {
    content: "";
}

.widgets-container .widgets ul.testimonials-carousel li {
    border-bottom: none;
}

.iconq {
    color: #dcdcdc;
}

/*** Support & Newsletter ***/
#support {
    background: #eaeaea url('data:image/gif;base64,R0lGODlhBgAGAJEAAPX19fPz8/j4+Pr6+iH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkI0OTBFNEMxNEZGMTFFMThENDY5OUU2NTRBOEM2RTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkI0OTBFNEQxNEZGMTFFMThENDY5OUU2NTRBOEM2RTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQjQ5MEU0QTE0RkYxMUUxOEQ0Njk5RTY1NEE4QzZFMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQjQ5MEU0QjE0RkYxMUUxOEQ0Njk5RTY1NEE4QzZFMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAAGAAYAAAIMVDYCGYb8jHMJnFgAADs=');
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 10px solid #fafafa;
}

#newsletter-form #result {
}

/*** Pagination ***/
ul.pagination {
    display: block;
    height: 24px;
    margin-left: -5px;
}

ul.pagination li {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    color: #999;
    font-size: 14px;
    margin-left: 5px;
}

ul.pagination li a,
ul.pagination li .page-numbers {
    display: block;
    padding: 1px 0;
    color: #555;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px;
    text-align: center;
}

ul.pagination li:hover a, ul.pagination li a:focus {
    background: #e6e6e6;
}

ul.pagination li.unavailable a {
    cursor: default;
    color: #999;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
    background: transparent;
}

ul.pagination li.current a,
ul.pagination li .current,
div#main ul.pagination li.current a {
    background: #2ba6cb;
    color: white;
    font-weight: bold;
    cursor: default;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li .current:focus {
    background: #2ba6cb;
}

/*** Homepage Members ***/
.section-members {
    text-align: center;
    min-height: 290px;
}

.section-members .item-list {
    border-bottom: 0;
}

.section-members .item-list li:last-child {
    float: left;
}

.section-members .item-options a {
    padding: 5px;
    margin: 0 10px;
    position: relative;
}

.section-members .item-options .selected {
    border-bottom: 3px solid #2ba6cb;
}

.section-members .item-options .selected:after {
    content: "\00a0";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin: 0;
    margin-left: -5px;
    border-top: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2ba6cb;
    padding: 0;
    width: 0;
    height: 0;
}

.section-members .item-avatar {
    padding: 8px;
}

.section-members .item-avatar a {
}

.section-members .item-avatar .avatar {
    border-radius: 50%;
}

.section-members .item-avatar .avatar:hover {
    -webkit-animation: pulse ease-in-out 1 normal 500ms;
    -moz-animation: pulse ease-in-out 1 normal 500ms;
    -ms-animation: pulse ease-in-out 1 normal 500ms;
    -o-animation: pulse ease-in-out 1 normal 500ms;
    animation: pulse ease-in-out 1 normal 500ms;
}

.section-members .item-title {
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-members .item-meta .activity {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*** Homepage Groups ***/
#groups {
}

#groups .meta {
}

#groups .frame {
}

#groups .meta-count {
}

#groups .avatar {
    border-radius: 50%;
}

#groups .item-header-avatar {
    position: relative;
    max-width: 180px;
    margin: 0 auto;
}

#groups .group-item {
    text-align: left;
    margin-bottom: 30px;
}

#groups .circular-item {
    position: absolute;
    left: -10px;
    top: -20px;
    width: 66px;
    height: 66px;
    display: inline-block;
    background: #fff;
    padding: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}

#groups .circular-item .icon {
    position: absolute;
    top: 21px;
    left: 11px;
    font-size: 10px;
}

#groups .circular-item input {
    position: absolute;
    top: 12px;
    right: 18px;
}

/* Small fix for IE8 */
@media \0screen {
    #groups .circular-item {
        border: 3px solid #e5e5e5;
        left: -20px;
        top: -20px;
    }

    #groups .circular-item .icon {
        top: 20px;
        left: 5px;
    }

    #groups .circular-item input {
        background: transparent;
        top: 30px;
        left: 0;
        color: #0296c0;
        font-weight: bold;
    }
}

/*** Group Single ***/
.group-avatar#item-header-avatar .avatar {
    max-width: 150px;
    max-height: 150px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#item-header-content h2 {
    font-size: 20px;
}

#item-header-content .highlight {
    background: #f4f4f4;
    padding: 0 6px;
    border-radius: 3px;
}

/* -----------------------------------------
   06. Sidebar Section
----------------------------------------- */

/*** Widgets ***/
.widgets-container.sidebar_location .widgets ul li {
    padding: 7px 0 7px 14px;
    border-bottom: 1px solid #e3e3e3;
    list-style: none;
}

.widgets-container .widgets ul li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-left: -12px;
    float: left;
    display: block;
}

.widgets-container .widgets ul.tweet_list li:before, .widgets-container .widgets ul.latest-blog li:before {
    content: "";
    margin-left: 0;
}

.widgets-container.sidebar_location .widgets ul li a {
    color: #666;
    font-size: 13px;
}

.widgets-container.sidebar_location .widgets ul li a:hover {
    color: #0296c0;
}

.widgets-container .widgets ul li:last-child {
    border-bottom: none;
}

.widgets-container.sidebar_location .widgets {
    margin-bottom: 30px;
}

.widgets-container.footer_location .widgets ul li {
    padding-left: 12px;
}

.widgets-container.footer_location .widgets ul.tweet_list li, .widgets-container.footer_location .widgets ul.latest-blog li {
    padding-left: 0;
}

.widgets ul {
    list-style: none;
}

.widget_calendar caption {
    margin-bottom: 10px;
}

.widgets-container.sidebar_location .widgets ul#profile-thumbs li {
    padding: 0;
}

.widgets-container .widgets ul#profile-thumbs li:before {
    content: '';
    margin-left: 0;
}

/* -----------------------------------------
   07. Profile Page
----------------------------------------- */

#profile {
    padding-top: 30px;
    padding-bottom: 10px;
    position: relative;
}

/*#profile:after { content: ""; display: block; width: 0; height: 0; border: solid 15px; border-color: #0095c2 transparent transparent transparent; position: absolute; left: 50%; bottom: -25px; margin-left: -7.5px; }*/
#profile h2 {
    margin-bottom: 0;
}

#profile .user-nicename {
    font-size: 14px;
    font-weight: bold;
}

#profile .activity {
    font-size: 11px;
}

#activity-stream .message,
.activity #activity-stream li {
    border-left: 1px solid #e5e5e5;
    list-style: none outside none;
    margin: 0 0 0 25px;
    padding: 30px 0 0;
    float: left;
}

.activity #activity-stream li ul li {
    border-left: 0;
}

.activity #activity-stream li ul li ul li {
    margin: 0;
}

.activity #activity-stream li .media-type-video,
.activity #activity-stream li .media-type-photo {
    border-left: none;
}

#profile #item-header-avatar .avatar {
    border: 6px solid;
    width: 100%;
}

#profile #item-header-avatar img {
}

#profile div.generic-button {
    margin-top: 3px;
}

ul.item-list li.load-more {
    float: none;
    border-left: 1px solid #e5e5e5;
    margin-left: 25px;
}

/*** Match stats ***/
.circular-item {
    position: relative;
    float: left;
    margin-top: 10px;
    width: 80px;
    height: 80px;
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}

.circular-item .hearts {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAA8CAYAAADIQIzXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABH5JREFUeNrsnFlsDVEYx787brXUrrbaqiE0giqCRkTE8kR48CTxJBLBEy9IPHiQeJSIIDyQSHiQWBJBIgQtsa+xr6X2rbVW9fr+mW+Sa3LLzJnlnjPxJf/c9nZmztzfPd93vvOdM03V1NRQQCtglbF6szqyUqyvrJesR6zvrZ1YXV1Nplo64PndWGNYRa73O7AGC9DrrGeUMAsCrhNrAqvNP64/Wo55kiRwluJ5KelpbTweP4LV+T84or7ijn5Aj0q6qyJulUjc+sVqYL1iNWUdU6rQFnpcL7lWosAVs6pYXXIcl5EAf4v1Q8Cq9tREgUOgr5bUojVX68/qwbriI7a5rXuSYpwlgb7Aw/Fw3/EB2itKErh+CoFe1ZqSBK40xvY+JAlcnPlVfZLSkYKY2vrmBldbW2t0j4sr7txktSTJVb/F5KIvkjbleh9xGygrXaeEmRVDwL6apDQkG9yHCHsdCpmvKYHmTLngSpMCTKVyGea0t0O4Dkb9oawKmSO3l7j8jnWfdUPaygs4VEDOs8ZS8KqwY4DWHBDYVNZ0skvyuQx/R5n+BOtwnABTrjUHfJvDWH1IvVYH+ywfJqN4PgoKi1g9fZzzhrWV9TQf4LIn472lGoKZRTuFAUH1A8AlF7MKFcPDRtbdfIHL5TbF4jJQV1GuCT/c8yjZRVC/NpC1gtU24AxlfdR5o9d49pP1UZQNE71yANlVY8deK0IrEvdsG/AzwTsWstb5vI+0n5gcZCAAzDoRet9weVVNP2aTemXZbSiVTWEd+0ccHScjdql8Yc5SwXPJNM7J4KPsqn5cDb3yk8/zAGxtyOkQ7mFVjl6Ee5zHGuJx1oPR+oh7np0O2fVV106nhQyNZFCrZF3ISvbnsGaQ92JskZwzUgadL9kzBx2S8PERXbtSXuGGS1gzSa2CXc5anp1dpDKZTOykXHU4LFYvjagphI3VrGWSn4Yx796kS4+riPDaXUKEBsOiepUu4AZGfP1hIV9vFjxVB3AlZJYhdRmkA7hCMs9G6ADuu4HgynQA98ZAcCU6gLttILhiHcBdMhBcRgdwKP88MAzcV0uTG9lvGLgGXcDdwUzMIHD1lkY3s4fMWUp8oBM45HObKZ4tGYEGBtZNS7ObQuV1C+m9Oecaq9HS8MawQXu7pvDQ2w7hB0vTbxVV2x0awjvOeqwzONhZ1k6N4GGGs9f5JU162xl5XZDnLxkrXtgl0GwKOAdeSuClYm4bS6AHyV5g/2ONwQRwJMkxHmKZG1N7CA/YhHSA9TbXAaaAg2F9E0/mTI6wjY8SW0+SvY2sVTMJnDO7wCp9eYjXbGRdlh52jzzusDINHILzNtYaCvZ4kwPrItk7m3yP3KaBI3EhpAXzFeLWFXHDO0HTHBPBwU6xJnp0WYyMp8ne/xHaI1GmgkMc2s1a+ZcUpUVSGdT6PoV9A6aCgz2ROFWV428PWbsowv8+YTI4kgl3lcst95G9Ly7STTGmg6uTSXeZJKqb5b3IzXRwJCkF9tZtkDSD/oPzZjck22+Ms9HfAgwAxdLpcfpKNaYAAAAASUVORK5CYII=') no-repeat;
    display: block;
    width: 39px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -20px;
}

.circular-item .icon {
    position: absolute;
    top: 20px;
    left: 19px;
}

.circular-item input {
    cursor: default;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    height: auto;
    position: absolute;
    top: 12px;
    right: 30px;
    text-align: center;
}

.circular-item input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.circular-progress-item {
    position: relative;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.circular-progress-item input {
    cursor: default;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    height: auto;
    position: absolute;
    top: 0px;
    border-color: red;
    color: red;
}

.circular-progress-item input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="text"].greenCircle {
    background: rgba(0, 0, 0, 0) !important;
    border: none !important;
    color: transparent;
}

/* Small fix for IE8 */
@media \0screen {
    .circular-item {
        border: 3px solid transparent;
        margin-right: 10px;
    }

    .circular-item .icon {
        top: 20px;
        left: 15px;
    }

    .circular-item input {
        background: transparent;
        top: 30px;
        left: 0;
        color: #fff;
        font-weight: bold;
    }
}

.callout {
    padding: 16px 12px;
    margin-bottom: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.callout .bp-profile-details {
    line-height: 30px;
    font-weight: bold;
    margin-left: 44px;
}

.callout .bp-profile-details:before {
    font: 30px 'FontAwesome';
    content: "\f10e";
    color: #09A9D9;
    margin-left: -40px;
    float: left;
}

.callout .cite {
    margin-left: 44px;
}

/*** Profile Carousel Gallery ***/
#gallery-carousel a.imagelink {
    display: block;
    position: relative;
}

#gallery-carousel a.imagelink .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 184, 186, 0);
    z-index: 10;
    -webkit-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

#gallery-carousel a.imagelink .read {
    color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    z-index: 11;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin: -30px 0px 0px -30px;
    -webkit-transition: ease 0.7s;
    -moz-transition: ease 0.7s;
    -o-transition: ease 0.7s;
    transition: ease 0.7s;
}

#gallery-carousel a.imagelink:hover .read {
    color: #fff;
}

#gallery-carousel a.imagelink:hover .overlay {
    background: rgba(0, 0, 0, 0.2);
}

#gallery-carousel ul {
    text-align: center;
}

#gallery-carousel .circle { /*width: 120px;*/
    height: 120px;
    margin: 7px;
    display: block;
    float: left;
}

#gallery-carousel .circle img {
    display: block; /*width: 120px;*/
    height: 120px;
    z-index: 10;
    border: 3px solid #fff;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#gallery-carousel .circle:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=-0, M21=0, M22=1);
}

.btn-carousel {
    padding-top: 20px;
}

.btn-carousel a {
    padding: 3px 10px;
    display: inline-block;
}

.stanga-prev {
}

.dreapta-next {
}

/* Small fix for IE8 */
.lt-ie9 #gallery-carousel a.imagelink .read,
.lt-ie9 #gallery-carousel a.imagelink:hover .read {
    display: none;
}

/*** Tabs Custom ***/
.tabs.info, #object-nav ul {
    list-style: none;
    border-bottom: solid 1px #e6e6e6;
    display: block;
    height: 40px;
    padding: 0;
    margin-bottom: 40px;
}

.tabs.info.contained {
    margin-bottom: 0;
    margin-left: 0;
}

.tabs.info dt,
.tabs.info li.section-title {
    color: #b3b3b3;
    cursor: default;
    display: block;
    float: left;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    padding-right: 9px;
    padding-left: 20px;
    font-weight: normal;
    width: auto;
    text-transform: uppercase;
}

.tabs.info dt:first-child,
.tabs.info li.section-title:first-child {
    padding: 0;
    padding-right: 9px;
}

.tabs.info dd,
.tabs.info li,
#object-nav ul {
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

#object-nav ul li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
    border-top: none;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
}

#main #object-nav ul li a:hover {
    color: #18a0c7;
}

.tabs.info dd a,
.tabs.info li a,
#main #object-nav ul li a {
    color: #6f6f6f;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
}

.tabs.info dd a:focus,
.tabs.info li a:focus {
    font-weight: normal;
    color: #2ba6cb;
}

.tabs.info dd.active, .tabs.info li.active {
    margin-top: 0;
}

.tabs.info dd.active,
.tabs.info li.active, #object-nav ul li.selected, #object-nav ul li.current {
    border-top: none;
    border-bottom: 2px solid #2ba6cb;
    position: relative;
}

.tabs.info dd.active a,
.tabs.info li.active a, #object-nav ul li.current a, #object-nav ul li.selected a {
    cursor: default;
    color: #3c3c3c;
    border-left: none;
    border-right: none;
    font-weight: normal;
    border-bottom: 2px solid #2ba6cb;
}

.tabs.info dd:first-child,
.tabs.info li:first-child,
#object-nav ul li:first-child {
    margin-left: 0;
}

.tabs.info dd.active a:after,
#object-nav ul li.current a:after,
#object-nav ul li.selected a:after {
    content: "\00a0";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin: 0;
    margin-left: -5px;
    border-top: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2ba6cb;
    padding: 0;
    width: 0;
    height: 0;
}

.tabs.info.centered-tabs {
    text-align: center;
}

.tabs.info.centered-tabs dd, .tabs.info.centered-tabs li {
    display: inline-block;
    float: none;
}

.regulartab dl {
}

.regulartab dt,
.regulartab dd {
    min-height: 30px;
    line-height: 30px;
    margin-bottom: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.regulartab dd p {
    line-height: 30px;
    margin-bottom: 0;
}

.regulartab dt {
    padding: 0 10px 0 5px;
    font-weight: normal;
}

.regulartab dd {
    padding: 0 5px 0 10px;
}

.tabs.pill.custom {
    border-bottom: none;
    margin: 24px auto 46px;
}

.tabs.pill.custom dd,
.tabs.pill.custom li {
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
}

.tabs.pill.custom dd:last-child,
.tabs.pill.custom li:last-child {
    margin-right: 0;
}

.tabs.pill.custom dd a,
.tabs.pill.custom li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    height: 43px;
    line-height: 43px;
    color: #666;
}

.tabs.pill.custom dd a:focus,
.tabs.pill.custom li a:focus {
    font-weight: normal;
}

.tabs.pill.custom dd.active,
.tabs.pill.custom li.active {
    border: none;
    margin-top: 0;
}

.tabs.pill.custom dd.active a,
.tabs.pill.custom li.active a {
    background-color: #2ba6cb;
    border: none;
    color: #fff;
    font-weight: normal;
}

.tabs.pill.custom.contained {
    border-bottom: solid 1px #eee;
    margin-bottom: 0;
}

.tabs.pill.custom.two-up dd,
.tabs.pill.custom.two-up li,
.tabs.pill.custom.three-up dd,
.tabs.pill.custom.three-up li,
.tabs.pill.custom.four-up dd,
.tabs.pill.custom.four-up li,
.tabs.pill.custom.five-up dd,
.tabs.pill.custom.five-up li {
    margin-right: 0;
}

.tabs.pill.custom dd.active a:after {
}

#profile ul.tabs-content {
    clear: left;
}

/*** Toggle ***/

.kleo-toggle .toggle-content.closed {
    display: none;
}

/*** Accordion ***/
ul.accordion {
    border: none;
}

ul.accordion > li {
    border-top: none;
    margin-bottom: 8px;
}

.accordion-title {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    cursor: pointer;
    color: #6f6f6f;
    -webkit-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
    -moz-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
    -o-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
    transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
}

.accordion-title.active {
    color: #000;
}

.accordion-content {
    padding: 15px;
    float: left;
}

.accordion-title .accordion-icon:before {
    font-family: 'FontAwesome';
    content: "\f055";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    float: right;
    text-decoration: inherit;
    padding: 2px 0 0;
    color: #ddd;
}

.accordion-title.active .accordion-icon:before {
    font-family: 'FontAwesome';
    content: "\f056";
    color: #ddd;
}

/*** Lists ***/
.dl-horizontal {
    *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
    display: table;
    line-height: 0;
    content: "";
}

.dl-horizontal:after {
    clear: both;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    line-height: 2.3em;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.dl-horizontal p {
    margin-bottom: 0;
    line-height: 2.3em;
}

.dl-horizontal dd {
    margin-left: 180px;
}

.love-list {
    list-style: none;
    list-style-position: inside;
}

.love-list li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin-left: -12px;
    float: left;
    display: block;
}

.featured-list li {
    list-style: none;
    font-size: 16px;
    padding: 0.4em 3em;
}

.featured-list li:before {
    font: 20px 'FontAwesome';
    content: "\f058";
    color: #3cb878;
    margin: 2px 10px 10px 0;
    float: left;
    display: block;
}

/*** Pricing table ***/
.pricing-table .price {
    background-color: #0095C2;
    color: #FFFFFF;
}

.pricing-table .title {
    background-color: #E6E6E6;
}

/* Tables ---------------------- */
table thead tr {
    background: #f2f2f2;
}

/* Forms (Foundation) */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    border: 1px solid #cccccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* -----------------------------------------
   08. Blog Page
----------------------------------------- */

/*** Article styles ***/
.blog h2,
.single-post h2 {
    margin-bottom: 14px;
}

.blog .article-content,
.post .article-content {
    border-bottom: none;
}

.article-meta .link-list a {
    color: #777;
    display: inline-block;
}

#main .article-meta .link-list a:hover {
    color: #0296c0;
}

.article-meta .link-list i {
    color: #777;
    display: inline-block;
}

.article-media {
    margin-bottom: 10px;
}

.article-media .slider-nav span {
    opacity: 0.1
}

.article-media:hover .slider-nav span {
    opacity: 1;
}

.orbit-wrapper .slider-nav {
    display: block;
}

.orbit-wrapper .slider-nav span {
}

.edit-link {
}

.post-edit-link:before {
    font-family: 'FontAwesome';
    content: "\f044";
    margin-right: 5px;
}

#avatar-crop-pane {
    width: 480px !important;
    height: 480px !important;
}

article.sticky {
    float: none;
}

/*** New WP format post ***/
.format-audio {
}

.format-video {
}

.format-image {
}

.format-gallery {
}

.format-quote {
}

.format-standard {
}

.format-link {
}

.format-status {
}

.format-aside {
}

.format-status div.avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    float: left;
    border: 2px solid #fff;
}

.format-status div.avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    float: left;
}

.format-status .status-info {
    position: relative;
    padding: 20px 10px;
    margin: 30px 0 10px 90px;
    color: #777;
    font-style: italic;
}

.status-time {
    color: #a2a2a2;
    margin-bottom: 5px;
    display: block;
}

.format-quote {
    font-size: 18px;
    font-style: italic;
}

.format-quote .article-content p:before {
    font: 28px 'FontAwesome';
    content: "\f10e";
    color: #f4f4f4;
    margin-right: 10px;
}

.format-aside .article-content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #f4f4f4;
    padding: 20px 20px 6px;
}

/*** Message styles ***/
.messages {
}

.messages-list {
    border-bottom: 1px dotted #e5e5e5;
    margin: 30px 0 10px;
    overflow: hidden;
    padding: 0 0 10px;
}

.message:first-child {
}

.message .children {
    margin: 0;
    padding: 10px 0 0 30px;
    position: relative;
    float: left;
}

.message .children .message {
    border-top: 1px dotted #e5e5e5;
    position: relative;
    padding-top: 30px;
}

.message-meta {
    float: left;
    margin-left: 10px;
}

.message-body {
    float: left;
    margin-left: 60px;
}

.message .avatar, #whats-new-avatar .avatar, .activity #activity-stream div.activity-avatar {
    float: left;
    position: relative;
    z-index: 1;
}

.message .avatar img, #whats-new-avatar .avatar img {
}

.message .author,
.message .author a {
    color: #909090;
    margin: 5px 0;
    font-weight: 500;
    letter-spacing: 0;
}

.message .author a:hover {
}

.message .date,
.message .date a {
    color: #ccc;
    font-style: italic;
    margin: 2px 0;
}

.message .author .message-reply-link {
    font-size: 11px;
}

.leave-message {
    clear: both;
    display: none;
}

.leave-message textarea {
    height: 200px;
}

/*** Comments styles ***/
.comments {
}

.comments-list {
    margin: 30px 0 10px;
    padding: 0 0 10px;
}

.comment {
    border: 1px solid #e5e5e5;
    margin: 10px 0 0 20px;
    padding: 10px 5px 5px 0;
    float: left;
    list-style: none;
    width: calc(100% - 20px);
}

.comment:first-child {
    margin-top: 0;
}

.comment .children {
    margin: 0;
    padding: 10px 0 0 20px;
    position: relative;
    float: left; /*width: calc(100% - 20px);*/
}

.comment .children .comment {
    position: relative; /*width: 100%;*/
}

.comment-meta {
    float: left;
    padding: 0;
    margin: 0;
}

.comment-body {
    float: left;
    margin: 10px 0 0 10px;
    clear: left;
}

.comment div.avatar {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    z-index: 1;
    left: -30px;
    background: #fff;
    padding: 3px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.comment .avatar img {
    margin-right: 0;
    display: block;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.comment .author,
.comment .author a {
    color: #909090;
    margin: 5px 0 5px -10px;
    letter-spacing: 0;
}

.comment .author a:hover {
}

.comment .date,
.comment .date a {
    color: #ccc;
    font-style: italic;
    margin: 2px 0 2px -16px;
}

.comment .author .comment-reply-link {
    font-size: 11px;
}

.leave-comment {
    clear: both;
}

.leave-comment textarea {
    height: 200px;
}

.comment-awaiting-moderation {
    clear: left;
    float: left;
    margin: 10px 0 0 10px;
    font-style: italic;
}

.children #respond {
    margin-left: 20px;
}

.reply {
    float: left;
    margin: 0;
    clear: left;
}

.single-post p.edit-link {
    margin-bottom: 5px;
}

.single-post p.edit-link:before {
    font-family: 'FontAwesome';
    content: "\f044";
    margin-right: 5px;
}

.single-post .reply {
    float: right;
}

/*** Grid styles ***/
.grid_articles .four.columns:nth-child(3n+1) {
    clear: left;
}

.grid_articles .three.columns:nth-child(4n+1) {
    clear: left;
}

.grid_articles .columns:last-child {
    float: left;
}

/* -----------------------------------------
   09. Search Page
----------------------------------------- */
#search-bar {
    padding-top: 10px;
    background: #f8f8f8 url('data:image/gif;base64,R0lGODlhBgAGAJEAAPX19fPz8/j4+Pr6+iH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkI0OTBFNEMxNEZGMTFFMThENDY5OUU2NTRBOEM2RTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkI0OTBFNEQxNEZGMTFFMThENDY5OUU2NTRBOEM2RTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQjQ5MEU0QTE0RkYxMUUxOEQ0Njk5RTY1NEE4QzZFMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQjQ5MEU0QjE0RkYxMUUxOEQ0Njk5RTY1NEE4QzZFMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAAGAAYAAAIMVDYCGYb8jHMJnFgAADs=');
}

.buddypress.members.directory h2 {
    font-size: 46px;
    color: #000;
}

.search-list {
    margin: 0 0 40px;
    display: inline-block;
    width: 100%;
}

.search-item {
    border: 1px solid #e5e5e5;
    list-style: none;
    text-align: center;
    margin-top: 100px;
}

.search-item-mini {
    margin-top: 20px;
}

.search-meta {
}

.search-item .avatar {
    width: 94px;
    height: 94px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: -45px auto 25px;
    border: 4px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.search-item .avatar img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.search-item .author,
.search-item .author a {
    color: #909090;
    word-wrap: break-word;
}

.search-item .author a:hover {
}

.search-item .date,
.search-item .date a {
    height: 26px;
    overflow: hidden;
    color: #ccc;
    font-style: italic;
}

.search-item .author .search-item-reply-link {
    font-size: 11px;
}

.search-item p {
    padding: 5px 8px 0;
}

.search-item .search-body {
    height: 60px;
    margin-bottom: 10px;
    overflow: hidden;
}

.search-item .author {
    height: 30px;
}

/* -----------------------------------------
   10. Footer
----------------------------------------- */

#footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer h5 {
    color: #777;
    margin-bottom: 20px;
}

#footer hr {
    border: solid #333;
    border-width: 1px 0 0;
}

/*** Social Icons ***/
.footer-social-icons a {
    color: #777;
    float: left;
    display: inline-block;
    margin-right: 5px;
}

/*** Twitter Feed ***/
.tweet_list li {
    list-style: none;
    font-size: 12px;
    border-bottom: 1px dotted #333;
    padding-top: 7px;
    padding-bottom: 7px;
}

.tweet_list li:last-child {
    border-bottom: none;
}

.tweet_time a {
    padding: 1px 4px 2px;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline;
    position: relative;
    bottom: 1px;
    color: #9a9a9a;
    background: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.tweet_list .at {
    display: none;
}

/*** Latest Blog ***/
.latest-blog li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.latest-blog span.avatar {
    width: 56px;
    height: 56px;
    padding: 3px;
    background: #777;
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.latest-blog span.avatar:hover {
    background: #f00056;
    padding: 0;
    -webkit-animation: pulse ease-in-out 1 normal 500ms;
    -moz-animation: pulse ease-in-out 1 normal 500ms;
    -ms-animation: pulse ease-in-out 1 normal 500ms;
    -o-animation: pulse ease-in-out 1 normal 500ms;
    animation: pulse ease-in-out 1 normal 500ms;
    border: 3px solid #f00056;
}

.latest-blog img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

/*** Newsletter Form ***/
#result {
    font-weight: bold;
}

/* -----------------------------------------
   11. Layout Type
----------------------------------------- */

/*** Boxed Page ***/
.kleo-page {
    background: #fff;
    box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
    max-width: 1170px;
    min-width: 300px;
    margin: 0 auto;
}

.boxed-style {
}

/*** Wide Page ***/
.wide-style {
    background: #fff;
    margin: 0;
    max-width: none;
}

/* -----------------------------------------
   12. Custom Plugins Ready
----------------------------------------- */

/*** Localization (WPML) ***/
.top-links #lang_sel, .top-links #lang_sel_click {
    display: inline-block;
    float: left;
    text-align: left;
    height: 20px;
    font-family: inherit
}

.top-links #lang_sel a, .top-links #lang_sel a:visited, .top-links #lang_sel_click a, .top-links #lang_sel_click a:visited {
    line-height: inherit;
}

.top-links #lang_sel ul ul, .top-links #lang_sel_click ul ul {
    top: inherit;
}

/*.top-links #lang_sel a.lang_sel_sel { background-image: none; }*/

.top-links #lang_sel_list {
    display: inline-block;
    float: left;
    text-align: left;
    height: 20px;
    font-family: inherit;
    width: auto;
}

#lang_sel_list li, #lang_sel_list ul {
    width: auto;
}

.top-links #lang_sel_list a, #lang_sel a:visited {
    line-height: inherit;
    padding: 2px;
    text-align: left;
}

.top-links #lang_sel_list a.lang_sel_sel {
    background-image: none;
    padding: 2px;
    text-align: left;
}

/*** Contact form7 ***/
.wpcf7-submit {
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

div.wpcf7-response-output {
    padding: 0.5em 1em;
}

.widgets .wpcf7-submit {
    font-size: 11px;
    padding: 5px 14px 6px;
}

.front-form-button {
    margin-bottom: 5px;
}

/*** Google Maps ***/
.map img {
    max-width: none;
    height: auto;
}

.map {
    min-height: 400px;
}

/*** WangGuard ***/
.activity-content a.wangguard-user-report {
    padding: 6px;
    font-size: 11px !important;
    font-weight: normal;
    color: #444;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.my-account.privacy form {
    padding-bottom: 60px;
}

.my-account.privacy form .section {
    display: inline-block;
    width: 100%;
    padding: 0 0 14px;
    margin: 0;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.my-account.privacy form .section h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
}

.my-account.privacy form .section .large-2,
.my-account.privacy form .section .large-5 {
    width: 100%;
}

.my-account.privacy form .section .large-5 label {
    background: #F9F9F9;
    padding: 4px;
    font-size: 13px;
}

.my-account.privacy form .section .large-5 br {
    height: 4px;
    display: none;
}

.my-account.privacy input[type="submit"] {
    background: #0296C0;
    border: 1px solid #0296C0;
    color: #fff;
    padding: 5px 14px 6px;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    border-radius: 4px;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

.my-account.privacy input[type="submit"]:hover {
    background-color: #1fa8d1;
    border: 1px solid #1fa8d1;
}

/* Events manager small fix */
.post.fixed {
    position: static;
}

/*****************
*** REVSLIDER ***/

.rev_slider .button.bordered {
    background-color: transparent;
    border: 3px solid rgba(255, 255, 255, 0.5);
    color: #fafafa;
}

.rev_slider .button.bordered:hover,
.rev_slider .button.bordered:focus {
    border: 3px solid #dddcdc;
    color: #555;
    background-color: #dddcdc;
}

.rev_slider .tp-caption a {
    color: #3ac7ef;
}

.revslider-head.absolute-head .header-bg {
    min-height: 138px;
}

.absolute-head .header-bg {
    position: relative;
}

.absolute-head #header {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 40 !important;
}

.revslider-head .just-after-header {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*overflow: hidden;*/
}

.revslider-head.absolute-head .form-wrapper {
    margin-top: 138px;
}

.rev_slider_wrapper {
    z-index: 0;
}

.page-template-page-templatesfront-page-php .rev_slider_wrapper {
    min-height: 713px;
}

/*** END REVSLIDER ***
***********************/

/* ELEMENTOR */
.elementor-widget-text-editor .elementor-text-editor,
.elementor-widget-text-editor .elementor-text-editor p,
.elementor-widget-text-editor .elementor-widget-container,
.elementor-widget-text-editor {
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.elementor-section.position-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.make-me-visible {
    z-index: 1;
    position: relative;
    color: #fff;
    background: red;
    padding: 2px 10px;
}

.sq-pos-absolute {
    top: 0;
    left: 0;
    right: 0;
}

.elementor-edit-mode .sq-pos-absolute {
    z-index: 1;
}

/*Fix position absolute in edit mode*/
.elementor-edit-mode .sq-pos-absolute .elementor-widget-wrap {
    max-height: 500px;
    overflow-y: auto;
}

@media only screen and (min-width: 992px) {
    .sq-pos-absolute {
        position: absolute !important;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .sq-tablet-pos-absolute {
        position: absolute !important;
    }

}
@media only screen and (max-width: 767px) {
    .sq-mobile-pos-absolute {
        position: absolute !important;
    }
}
/* -----------------------------------------
   13. Keyframe Animations
----------------------------------------- */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    33% {
        -webkit-transform: scale(0.9);
    }
    66% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }
    33% {
        -moz-transform: scale(0.9);
    }
    66% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes pulse {
    0% {
        -ms-transform: scale(1);
    }
    33% {
        -ms-transform: scale(0.9);
    }
    66% {
        -ms-transform: scale(1.1);
    }
    100% {
        -ms-transform: scale(1);
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
    }
    33% {
        -o-transform: scale(0.9);
    }
    66% {
        -o-transform: scale(1.1);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    33% {
        transform: scale(0.9);
    }
    66% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.show_search_pop {
    -webkit-animation: show_search_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
    -moz-animation: show_search_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
    -o-animation: show_search_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Opera 12+ */
    animation: show_search_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
}

@-webkit-keyframes show_search_pop {
    0% {
        -webkit-transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes show_search_pop {
    0% {
        -moz-transform: scale(0.8);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes show_search_pop {
    0% {
        -o-transform: scale(0.8);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes show_search_pop {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

/* -----------------------------------------
   14. Retina Ready CSS Graphics
----------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (   min--moz-device-pixel-ratio: 2), only screen and (     -o-min-device-pixel-ratio: 2/1), only screen and (        min-device-pixel-ratio: 2), only screen and (                min-resolution: 192dpi), only screen and (                min-resolution: 2dppx) {

    .profile-slider-wrapp {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAA8CAYAAADIQIzXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABH5JREFUeNrsnFlsDVEYx787brXUrrbaqiE0giqCRkTE8kR48CTxJBLBEy9IPHiQeJSIIDyQSHiQWBJBIgQtsa+xr6X2rbVW9fr+mW+Sa3LLzJnlnjPxJf/c9nZmztzfPd93vvOdM03V1NRQQCtglbF6szqyUqyvrJesR6zvrZ1YXV1Nplo64PndWGNYRa73O7AGC9DrrGeUMAsCrhNrAqvNP64/Wo55kiRwluJ5KelpbTweP4LV+T84or7ijn5Aj0q6qyJulUjc+sVqYL1iNWUdU6rQFnpcL7lWosAVs6pYXXIcl5EAf4v1Q8Cq9tREgUOgr5bUojVX68/qwbriI7a5rXuSYpwlgb7Aw/Fw3/EB2itKErh+CoFe1ZqSBK40xvY+JAlcnPlVfZLSkYKY2vrmBldbW2t0j4sr7txktSTJVb/F5KIvkjbleh9xGygrXaeEmRVDwL6apDQkG9yHCHsdCpmvKYHmTLngSpMCTKVyGea0t0O4Dkb9oawKmSO3l7j8jnWfdUPaygs4VEDOs8ZS8KqwY4DWHBDYVNZ0skvyuQx/R5n+BOtwnABTrjUHfJvDWH1IvVYH+ywfJqN4PgoKi1g9fZzzhrWV9TQf4LIn472lGoKZRTuFAUH1A8AlF7MKFcPDRtbdfIHL5TbF4jJQV1GuCT/c8yjZRVC/NpC1gtU24AxlfdR5o9d49pP1UZQNE71yANlVY8deK0IrEvdsG/AzwTsWstb5vI+0n5gcZCAAzDoRet9weVVNP2aTemXZbSiVTWEd+0ccHScjdql8Yc5SwXPJNM7J4KPsqn5cDb3yk8/zAGxtyOkQ7mFVjl6Ee5zHGuJx1oPR+oh7np0O2fVV106nhQyNZFCrZF3ISvbnsGaQ92JskZwzUgadL9kzBx2S8PERXbtSXuGGS1gzSa2CXc5anp1dpDKZTOykXHU4LFYvjagphI3VrGWSn4Yx796kS4+riPDaXUKEBsOiepUu4AZGfP1hIV9vFjxVB3AlZJYhdRmkA7hCMs9G6ADuu4HgynQA98ZAcCU6gLttILhiHcBdMhBcRgdwKP88MAzcV0uTG9lvGLgGXcDdwUzMIHD1lkY3s4fMWUp8oBM45HObKZ4tGYEGBtZNS7ObQuV1C+m9Oecaq9HS8MawQXu7pvDQ2w7hB0vTbxVV2x0awjvOeqwzONhZ1k6N4GGGs9f5JU162xl5XZDnLxkrXtgl0GwKOAdeSuClYm4bS6AHyV5g/2ONwQRwJMkxHmKZG1N7CA/YhHSA9TbXAaaAg2F9E0/mTI6wjY8SW0+SvY2sVTMJnDO7wCp9eYjXbGRdlh52jzzusDINHILzNtYaCvZ4kwPrItk7m3yP3KaBI3EhpAXzFeLWFXHDO0HTHBPBwU6xJnp0WYyMp8ne/xHaI1GmgkMc2s1a+ZcUpUVSGdT6PoV9A6aCgz2ROFWV428PWbsowv8+YTI4kgl3lcst95G9Ly7STTGmg6uTSXeZJKqb5b3IzXRwJCkF9tZtkDSD/oPzZjck22+Ms9HfAgwAxdLpcfpKNaYAAAAASUVORK5CYII=');
    }
}
