/*
	Theme Name: adventistbanat.ro
	Theme URI: http://adventistbanat.ro
	Description: HTML5 responsive template
	Version: 3.0.0 beta
	Author: Vlad Sucitu (@noidoi media)
	Author URI: http://noidoi.org
	Tags: adventist, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,800&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,400,500,700,800,900&subset=latin-ext);

/* Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ded6c3; margin: 1.3em 0; padding: 0; }
input, select { vertical-align: middle; }
body { font:16px/25px 'Alegreya Sans', sans-serif; *font-size:small; color:#565656; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
a, a:hover, a:active { outline: none; }
sub, sup { font-size: 50%; line-height: 0; position: relative; }
sup { top: -0.9em; }
aside sup { font-size: 100%; top: -0.1em; margin-right: 2px;}
sub { bottom: -0.25em; }
pre {
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}
textarea { overflow: auto; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
label {display: block;}
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
::-moz-selection{ background: #87adc4; color:#fff; text-shadow: none; }
::selection { background:#87adc4; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #87adc4; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
select, input, textarea { color: #333; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; margin: 0; padding: 0; }
.fl { float: left; }
.fr { float: right; }
.nm { margin: 0 !important; }
a {
   color: #f9b000;
   text-decoration: none;
}
.yellow { color: #fb9000; }
html {overflow-x: hidden; overflow-y: auto;}

/* Layout */

table {width: 100%; margin-bottom: 20px;}
table tr td {white-space: nowrap}
table tr td {width: 33%; padding: 5px 10px 5px 0;}
.container {
    position: relative;
    max-width: 1140px;
    padding: 0 2.5%;
    margin: 0 auto;
}

#content { background: url(img/waves-bg.png); }

body.error404 .content-wide {text-align: center; min-height: 590px; margin-top: 0; padding-top: 0;}
body.error404 .content-wide img {display: block; margin: 0 auto;}

.content-left {
    float: left;
    width: 68%;
    background: #fff url(img/content-border-bg.png) repeat-y top left;
}

/*.content-left section {clear: both; }

.content-left section article { display: inline-block; width: 49%; vertical-align: top;}*/

/* fluid 5 columns */
.grid-sizer,
.grid-item {  width: 50%; }
.gutter-sizer { width: 0%; }
    
    article .block { padding: 40px 15% 40px 15%;     -webkit-column-break-inside:avoid;
    -moz-column-break-inside:avoid;
    -o-column-break-inside:avoid;
    -ms-column-break-inside:avoid;
    column-break-inside:avoid;}
    
    article.format-gallery .block img {margin: -40px -21% 20px -21%; border-radius: 0; width: auto; max-width: none;}
	article.format-gallery .block p {display: none;}
	
	.gallery {margin-top: 20px!important;}
    .gallery-item {height: auto; margin-top: 0!important; margin-right: 2%; width: 18%!important; }
    .gallery-item img {height: auto; border: 2px solid #f9b000!important; }
	
	
	
	p.tags {border-top: 1px solid #f6efdc; padding-top: 10px; margin-top: 0px!important; }

.ssba {margin: 25px 0 0 -4px; }
.ssba a img {margin-bottom: 10px;}
	
.content-wide {float: none; width: 100%; background: #fff url(img/content-border-bg.png) repeat-y top left; padding: 50px 3.4% 10px 3.4%; box-sizing: border-box; }
.content-wide:after {    content: " ";
    display: table;
    clear: both;}
    
    
body.events-archive .content-wide { padding: 50px 3.4% 30px 3.4%; }
    
.content-right {
    float: left;
    width: 32%;
    padding: 0 0 70px;
    background: url(img/content-border-bg.png) repeat-y top left;
}

.container:before,
.container:after {
    content: " ";
    display: table;
    clear: both;
}

.pagination {padding: 30px 60px; font-size: 18px; border-top: 1px solid #f6efdc;}
.pagination span.current {font-size: 32px; font-weight: 300;}
.pagination a.page-numbers {padding: 0 5px;}
/* Header / Nav */


header#header {
    position: relative;
    height: 161px;
    background: #fff;
}

header#home {
    position: absolute;
    height: 161px;
    width: 95%;
    padding: 0 0 0 2.5%;
    background: none;
    z-index: 3;
}

header#pagini {
    height: 161px;
    width: 95%;
    padding: 0 0 0 2.5%;
    background: none;
    z-index: 3;
}

header .container { height: 161px; }

nav {
    position: absolute;
    text-align: right;
    bottom: 34px;
    right: 0;
    max-width: 80%;
}

nav ul {list-style: none;}

nav ul li {display: inline-block;}

nav a {
    font: 500 20px/20px 'Alegreya Sans';
    color: #575a5c;
    margin: 0 0 0 30px;
    text-decoration: none;
}

nav a:hover, nav a.active { color: #ffffff; }
#nav-lang {
    padding: 0 0 0 20px;
    background: url(img/ico-globe.png) no-repeat 0px 2px;
}


body.page nav a:hover, body.category nav a:hover, body.single nav a:hover, nav a.active, body.pagina nav a:hover, nav a.active, nav ul li.current-menu-item a, nav ul li.current-menu-parent a, body.author nav a:hover, body.tag nav a:hover, body.error404 nav a:hover { color: #f9b000;}
body.tribe-events-page-template nav a:hover, nav a.active, body.tribe-events-page-template nav a:hover, nav a.active { color: #f9b000;}
body.home nav a:hover, nav a.active, body.home nav a:hover, nav a.active { }
#utility-nav {
    position: absolute;
    right: 0;
    top: 23px;
    text-align: right;
}

#utility-nav a {
    font: 600 16px/16px 'Alegreya Sans';
    color: #438390;
    margin: 0 0 0 22px;
    text-decoration: none;
}

#utility-nav ul {list-style: none; display: inline;}
#utility-nav ul li {display: inline-block;}

#language-picker {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 120px;
    list-style: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    z-index: 9999;
}

#language-picker li a {
    display: block;
    height: 33px;
    line-height: 33px;
    margin: 0;
    padding: 0 0 0 15px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

#language-picker li a:hover {
    color: #fff;
    background: #438390;
}

#mobile-menu {
    display: none;
    font: 400 16px/16px 'Alegreya Sans';
    color: #575a5c;
    margin: 0 0 0 30px;
    text-decoration: none;
    position: absolute;
    right: 5%;
    top: 30px;
}

#site-search {
    display: inline-block;
    margin: 0 0 0 22px;
}

#site-search input {
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 25px;
    color: #333;
}
.search-input {width: 172px!important;}

button.search-submit {display: none;}

#mobile-search-link { display: none; }
header#home #site-search input { border-color: #438390; }
#site-search ::-webkit-input-placeholder { color: #aaa; }
#site-search :-moz-placeholder { color: #aaa; }
#site-search ::-moz-placeholder { color: #aaa; }
#site-search :-ms-input-placeholder { color: #aaa; }

header#home nav,
header#home #utility-nav  { right: 0; }

#sub-nav {
    position: relative;
    padding: 14px 0 10px;
    height: 32px;
    background: #f9b000;
    z-index: 1000;
}

#sub-nav .container { padding-left: 8.5157895%; }

#sub-nav a {
    color: #fffaf4;
    text-decoration: none;
    margin: 0 30px 0 0;
    font: 300 20px/30px 'Alegreya Sans';
}

#sub-nav a:hover { color: #7f590f; }

/* Sub Navigation Override */
/*
/* Uncomment this code and change these hex
/* values to override the sub navigation colors.
/*

#sub-nav { background: #f9b000; }

#sub-nav a { color: #fffaf4; }

#sub-nav a:hover { color: #7f590f; }

*/

#sub-nav-mobile { display: none; }

#logo a {
    position: absolute;
    display: block;
    width: 404px;
    height: 120px;
    top: 24.8447205%; /* 40px/161px */
    left: 0;
    text-decoration: none;
    text-indent: -9999em;
    background: url(img/logo.svg) no-repeat top left;
}

header#home #logo a { left: 0; }

/* Hero */

#hero, #sub-hero, #sub-hero-sub-logo  { position: relative; }

#sub-hero { background: url(img/sub-hero-generic.jpg) no-repeat 50% 100%;  }

#sub-hero-sub-logo {padding-top: 30px; margin-top: 20px;}

body.home #sub-hero-sub-logo {padding-top: 30px; margin-top: 181px;}


#sub-hero-sub-logo { background: url(img/sub-hero-generic.jpg) no-repeat 50% 100%;  }

#sub-hero-sub-logo .container{padding: 0 2.5%; max-width: 1140px;}

#sub-hero-sub-logo h1 { 
    display: block;
    height: 115px;
    font: 100 56px/126px 'Alegreya Sans';
    text-transform: uppercase; 
    color: #aadbe5;
    z-index: 999;
    letter-spacing: -2px;
    margin: -35px 0 0 0;
    padding: 0 5.5%; 
    word-spacing: 5px;
}

#sub-hero-sub-logo h1 a {color: #fff;}

#sub-hero-sub-logo h2 {  
    color: #fff;
    font: 600 20px/20px 'Open Sans';}

#sub-hero .container { height: 184px; }
#sub-hero h1 {
    position: absolute;
    display: block;
    height: 126px;
    left: 8.5157895%;
    bottom: -15px;
    font: 100 70px/126px 'Alegreya Sans';
    text-transform: uppercase; 
    color: #aadbe5;
    z-index: 999;
    letter-spacing: -3px;
}

#sub-hero h2 {
    position: absolute;
    bottom: 100px;
    left: 8.5157895%;
    color: #fff;
    font: 600 20px/20px 'Open Sans';
}

#sub-hero.tall .container { height: 309px; }

#sub-hero.my-hero-example { background: url(img/hero-service.jpg) no-repeat 50% 0%; background-attachment: fixed;}


#hero-caption {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 220px;
    padding: 20px;
    border-left: 2px solid #fff;
    color: #fff;
    font: 600 13px/18px 'Montserrat';
    background: url(img/caption-bg.png);
}

#header-logo {
    position: absolute;
    right: 2.5%;
    top: 52px;
    height: 60px;
    padding: 25px 100px 0 0;
    color: #aadbe5;
    text-align: right;
}

#header-logo h2 {
    position: relative;
    bottom: auto;
    left: auto;
}

#header-logo p { font: 300 16px/20px 'Montserrat'; }

/* Homepage Hero Slides */

#hero-slides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

#hero-slides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

#hero-slides li:first-child {
    position: relative;
    display: block;
    float: left;
}

#hero-slides img.slide-bg {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    position: relative;
    z-index: 1;
}

.hero-content {
    position: absolute;
    z-index: 2;
    top: 37%;
    right: 2.5%;
    width: 53%;
    text-align: right;
}

.hero-content.left {
    left: 2.5%;
    right: auto;
    text-align: left;
}

.hero-content h1 {
    font: 300 62px/60px 'Alegreya Sans';
    color: #438390;
    margin: 0 0 12px;
    letter-spacing: -2px;
}

.hero-content h4 {
    font: 600 20px/24px 'Alegreya Sans';
    color: #242626;
    margin: 0 0 12px;
}

.hero-content p {
    font: 400 20px/28px 'Alegreya Sans';
    color: #fff;
    margin: 0 0 10px;
}



.hero-content.dark h1 { color: #438390; }

.hero-content.dark h1 a { color: #438390; }
.hero-content h1 a {color: #438390;}

.hero-content.dark p {color: #4c4c4c;}

.hero-video {
    position: absolute;
    z-index: 2;
    top: 37%;
    right: 14%;
    width: 30%;
}

.hero-video img {
    display: block;
    max-width: 100%;
}

#hero-slides-nav ul {
    position: absolute;
    bottom: 30px;
    left: 2.5%;
    list-style: none;
    z-index: 3;
}

#hero-slides-nav li { display: inline; }
#hero-slides-nav li a {
    display: inline-block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 0 0 0 10px;
    text-indent: -9999em;
    text-decoration: none;
    background: url(img/hero-slides-nav-bg.png) no-repeat top left;
}

#hero-slides-nav li a:hover,
#hero-slides-nav li.rslides_here a {
    background-position: bottom left;
}

#hero-slides img.slide-small { display: none; }

/* Homepage Content Sections */

#home-top-content {
    padding: 90px 17% 90px 14%;
    color: #438390;
}

#home-top-content h2 {
    font: 600 28px/28px 'Montserrat';
    margin: 0 0 30px;
}

#home-top-content p {
    font: 300 22px/30px 'Alegreya Sans';
}

.home-section {
    position: relative;
    padding: 0 17% 90px 14%;
    background: url(img/home-section-bg.png) repeat-x 0 5px;
}

.home-section h2 {
    display: inline-block;
    padding: 0 8px;
    margin: 0 0 20px -8px;
    letter-spacing: 1px;
    font: 600 28px/28px 'Montserrat';
    color: #f9b000;
    background: #fff;
}

.home-section h3 {
    font: 400 20px/26px 'Alegreya Sans';
    color: #438390;
}

.home-section p { margin: 0 0 30px; }

.home-section img.circle {
    display: block;
    max-width: 100%;
    position: absolute;
    top: -41px;
    left: -56px;
}

#home-section-bottom {
    position: relative;
    background: url(img/home-bottom-callout-bg.jpg) no-repeat bottom right;
    background-size: cover;
}

#home-section-bottom-content {
    position: relative;
    padding: 39px 17% 90px 14%;
    color: #fff;
    z-index: 3;
}

#home-section-bottom-content h2 {
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    font: 600 28px/28px 'Montserrat';
    color: #f9b000;
}

#home-section-bottom-content h5 {
    font: 400 11px/16px 'Montserrat';
    margin: 0 0 20px;
}

#home-section-bottom-content p { margin: 0 0 20px; }

#home-section-bottom-content img.circle {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 16px;
    left: -56px;
}

#home-section-bottom-bg {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 99.99%;
    background: url(img/home-section-bottom-bg.jpg) no-repeat bottom right;
    z-index: 2;
    background-size: cover;
}

/* Buttons */

.btn {
    text-decoration: none;
    font: 600 15px/18px 'Alegreya Sans';
    padding: 4px 10px 3px 10px;
    border-radius: 4px;
    color: #f9b000;
    border: 2px solid #f9b000;
    text-transform: uppercase; 
    margin-top: 20px;
    display: inline-block;

}

.btn:hover {
    color: #df9e00;
    border-color: #df9e00;

}

.btn.white {
    color: #fff;
    border: 2px solid #fff;
}

.btn.white:hover {
    color: #f9b000;
    border-color: #f9b000;
}

#hero .btn {
     padding: 4px 10px 3px 10px;
    font: 600 15px/18px 'Alegreya Sans';
    text-transform: uppercase;
}

.btn-paginate {
    font: 600 14px/14px 'Montserrat';
    color: #f9b000;
}

.ico-loading {
    padding-left: 24px;
    background: url(img/ico-loading.gif) no-repeat 0 50%;
}

.feed-description p {letter-spacing: normal;}


/* Content */

.block {
    position: relative;
    padding: 20px 9%;
    border-top: 1px solid #f6efdc;
    overflow: hidden;
    border-left: 1px solid #f6efdc; box-sizing: border-box;
}

.half {
    float: left;
    width: 49.9%;
}
.ierarhie {background: #f7f5ef url(img/waves-bg.png);}
.third {  -webkit-column-count:3; /* Chrome, Safari, Opera */ -moz-column-count: 3; /* Firefox */ column-count: 3;  -webkit-column-rule: 1px solid #f6efdc; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #f6efdc; /* Firefox */
    column-rule: 1px solid #f6efdc;     -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px; -webkit-column-fill: auto; box-sizing: border-box; margin-top: -20px; text-align: center;}
    
 .third .block { -webkit-column-break-inside:avoid;
    -moz-column-break-inside:avoid;
    -o-column-break-inside:avoid;
    -ms-column-break-inside:avoid;
    column-break-inside:avoid;}   

.half .block { padding: 40px 18% 40px 18%; }
.border { border-right: 1px solid #f6efdc; }
.block.first { margin-top: 0px; }
.block.last { padding-bottom: 100px; }
.block.full { padding: 0; }
.block.headline { padding: 75px 18% 23px 18%; }
.block.short { padding: 20px 9%; }

.block h2 {
    font: 600 28px/40px 'Alegreya Sans';
    color: #f9b000;
    margin: 20px 0 15px 0;
    text-transform: uppercase;
}

.half .block.headline h2 { font: 500 24px/26px 'Alegreya Sans'; text-transform: uppercase; }

.block h3 {
    font: 400 26px/28px 'Alegreya Sans';
    color: #438390;
}

.block h3 a {color: #438390;}

.block.first h3 {margin: 20px 0 15px 0; }

.block p {
    font: 400 15px/25px 'Open Sans';
    color: #4c4c4c;
    margin: 10px 0 0px;
}


.block ul, .block ol {font: 400 15px/25px 'Open Sans'; color: #4c4c4c; margin: 10px 0 0 42px;}
.block ul li, .block ol li {margin-bottom: 10px;}

.block img {
    border-radius: 4px;
    display: block;
    max-width: 100%;
    margin: 0 0 20px;
    height: auto;
}

img.alignleft {float: left; padding-right: 20px; padding-bottom: 20px;}

.icon {
	display: inline!important;
	margin: 0!important;
	border-radius: 0;
	
}

.block.full img {
    border-radius: 0px;
    margin: 0;
}

input:invalid, textarea:invalid {
    border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px transparent;
    -webkit-box-shadow: 0px 0px 5px transparent;
    box-shadow: 0px 0px 5px transparent;
    }

.block img.r {
    border-radius: 0;
    margin: 20px 0;
}

.block-slides .block p {  font: 300 16px/24.5px 'Open Sans'; color: #4c4c4c; margin: 10px 0 20px; }
.block-slides .block { padding-top: 15px; border-bottom: none; }
.block-slides .block .date { margin: 0 0 30px; }

.rslides_nav.prev, .rslides_nav.next {
    position: absolute;
    top: 47.5%;
    left: 20px;
    display: block;
    width: 8px;
    height: 10px;
    text-indent: -9999em;
    background: url(img/ico-arrow-left.png) no-repeat top left;
    z-index: 10;
}

.rslides_nav.next {
    left: auto;
    right: 20px;
    background: url(img/ico-arrow-right.png) no-repeat top right;
}


/*departamente*/

h3.departament {display: inline-block; color: #fff; text-transform: uppercase; font-size: 15px; font-weight: 600; font-family: 'Open Sans'; padding: 2px 15px; margin-bottom: 30px; margin-top: 20px; line-height: 140%; }

h2.nume {font-size: 28px; text-transform: none; font-weight: 300; color: #4c4c4c; margin: 0 0 -10px 0; padding: 0;}


.profetie {background: #f9b000; }
.asociatia {background: #9b9b9b;}
.tineret {background: #c6425f; }
.scoala {background: #c8bc9a; }
.comunicare {background: #17a9c2; }
.educatie {background: #438390; }
.libertate {background: #61648f; }
.administrare {background: #8366ae; }
.sanatate {background: #5fb365; }
.familie {background: #e29c7e; }
.adra {background: #6da9aa; }


img.avatar {border-radius: 50px; width: 100px; height: 100px; margin: 0 auto 10px auto;}

/* Section Callout Rules */

.small-image-list h2 {
    position: absolute;
    top: 40px;
    left: 9%;
    letter-spacing: 1px;
    font: 600 20px/20px 'Montserrat';
    color: #f9b000;
    z-index: 5;
}

.small-image-list img {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 32px;
    left: 15%;
    z-index: 3;
}

.small-image-list-content {
    margin: 0 0 0 36%;
}

/* Information Landing Page Rules */

.info-links {
    margin: 0 0 0 1px;
    overflow: hidden;
}

.block-link {
    position: relative;
    float: left;
    display: table;
    width: 24.9%;
    height: 190px;
    border: 1px solid #f6efdc;
    border-width: 0 1px 1px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .block-link { width: 25.05%; }
}

.block-link a {
    display: table-cell;
    vertical-align: middle;
    color: #f9b000;
    width: 95%;
    height: 95%;
    padding: 15%;
    text-align: center;
    text-decoration: none;
    border: 6px solid #fff;
    font: 600 130%/29px 'Montserrat';
    background: #f7f4eb;
    background-size: cover;
}

.block-link a:hover {
    color: #fff;
    background-size: cover;
}

.block-link img {
    display: block;
    max-width: 100%;
}

.info-link:nth-child(4n) { border-width: 0 0 1px 0; }

.section-info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 30%;
    border-right: 1px solid #f6efdc;
    background-size: cover;
}

.section-info span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -50%;
    display: block;
    color: #f9b000;
    width: 70%;
    padding: 0 15%;
    height: 50px;
    text-align: center;
    font: 600 120%/29px 'Montserrat';
}

/* Regular Content Rules */

.content {
    padding: 50px 6.1%;
}


.content h1 {

}

.content h2 {
   font: 600 30px/42px 'Alegreya Sans';
color: #f9b000;
margin: 0 0 20px;
text-transform: uppercase;
}

.content h3 {
    font: 400 26px/28px 'Alegreya Sans';
color: #438390;
margin: 25px 0;
}

.content h4 {
    font: 600 20px/22px 'Alegreya Sans';
    color: #575a5c;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.content p {
    font: 400 16px/24px 'Open Sans';
    color: #4c4c4c;
    margin: 0 0 20px;
}

.content ul, .content ol { margin: 0 0 30px 15px; }

.image-callout {
    float: right;
    width: 38%;
    margin: 0 0 6% 6%;
    color: #fff;
    font: 400 11px/15px 'Montserrat';
    border-radius: 4px;
    background: #242626;
}

.callout-left {
    float: left;
    margin: 0 6% 6% 0;
}

.image-callout img {
    display: block;
    float: left;
    max-width: 100%;
    border-radius: 4px 4px 0 0;
    margin: 0 !important;
}

.image-callout h3 {
    color: #fff;
    font: 600 11px/15px 'Montserrat';
    margin: 0 !important;
}

.image-callout p {
    margin: 0;
    color: #fff;
    font: 300 11px/15px 'Montserrat';
}

.image-callout .caption {
    float: left;
    clear: left;
    padding: 25px;
}

.video-callout {
    float: right;
    width: 23%;
    margin: 0 0 15px 6%;
}

.video-callout img {
    display: block;
    max-width: 100%;
    border: none;
    margin: 0 0 12px;
    border-radius: 4px;
}

.video-callout h4 {
    color: #f9b000;
    font: 600 11px/14px 'Montserrat';
}

.video-callout p {
    font: 400 11px/15px 'Montserrat';
}

.video-thumb-container {
    margin: 45px 0 30px;
    overflow: hidden;
}

.video-thumb {
    width: 46%;
    float: left;
    margin: 0 8% 25px 0;
}

.video-thumb img {
    display: block;
    max-width: 100%;
    margin: 0 0 15px;
}

.video-thumb p {
    color: #438390;
    font: 400 12px/15px 'Alegreya Sans';
    margin: 0 0 4px;
}

.date {
    display: block;
    font: 300 11px/13px 'Montserrat';
    color: #8c9093;
}

.video-thumb.quad {
    width: 22%;
    margin: 0 4% 25px 0;
}

/* Content Slide Shows */

#content-slides-container { position: relative; }
#content-slides, .block-slides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

#content-slides li, .block-slides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

#content-slides li:first-child, .block-slides li:first-child {
    position: relative;
    display: block;
    float: left;
}

#content-slides img.slide-bg {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    position: relative;
    z-index: 1;
}

.content-slides-content {
    position: absolute;
    z-index: 2;
    top: 8%;
    left: 9%;
    width: 41%;
}

.content-slides-content h1 {
    font: 600 28px/41px 'Montserrat';
    color: #f9b000;
    margin: 0 0 32px;
}

.content-slides-content h3 {
    font: 300 20px/24px 'Alegreya Sans';
    color: #fff;
    margin: 0 0 20px;
}

.content-slides-content p {
    font: 300 16px/22px 'Alegreya Sans';
    color: #fff;
    margin: 0 0 30px;
}

#content-slides-nav {
    position: absolute;
    width: 100%;
    bottom: 20px;
    list-style: none;
    z-index: 3;
}

#content-slides-nav ul {
    width: 100%;
    text-align: center;
}

#content-slides-nav li { display: inline; }
#content-slides-nav li a {
    display: inline-block;
    text-align: center;
    width: 14px;
    height: 14px;
    margin: 0 0 0 10px;
    text-indent: -9999em;
    text-decoration: none;
    background: url(img/hero-slides-nav-bg.png) no-repeat top left;
}

#content-slides-nav li a:hover,
#content-slides-nav li.rslides_here a {
    background-position: bottom left;
}

/* Right Column Rules */

.content-right h3 {
    font: 300 34px/25px 'Alegreya Sans';
    text-transform: uppercase; 
    color: #7e7667;

}

#right-callout, important {
    position: relative;
    padding: 60px 0 14.5% 0;
}

#right-callout.news-page { padding: 8.88% 0 8.88% 15%; }

#right-callout-content, .important{
    position: relative;
    z-index: 2;
}

#right-callout p, .important p {
    color: #7e7667;
    margin: 0;
    padding: 0 30px 0 0;
    font: 400 14px/24px 'Open Sans';
}

#right-callout a, .important a {
    color: #7e7667;
    display: block;
    text-decoration: none;
}

#right-callout a:hover, .important a:hover { color: #625c50; }

#right-callout a.btn, .important a.btn {
    display: inline-block;
    color: #f9b000;
    padding: 4px 10px 3px 10px;
    font: 600 15px/18px 'Alegreya Sans';    
    }
    
    
#right-callout-bg, {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;

    z-index: 1;
}

body {overflow-x: hidden; }
.widget-block {padding-top: 30px; padding-bottom: 30px;}


.widget_downloads ul {list-style: none; }
.widget_downloads ul li a {font: 400 22px/30px 'Alegreya Sans';color: #438390; margin: 10px 0 2px; text-transform: none;}
a.all-downloads {border-radius: 4px;
color: #f9b000;
border: 2px solid #f9b000;
text-transform: uppercase;
margin-top: 20px; margin-bottom: 35px;}
a.all-downloads:hover {border-color: #df9e00; color: #f9b000;}

.important { background: url(img/right-callout-bg2.png) repeat bottom left; margin: 0 0 20px -17%; padding: 50px 0 20px 17%; }
.important:after {left: 100%; position: absolute; top: 0; bottom: 0; width: 9999px; content: "";   background: url(img/right-callout-bg2.png) repeat bottom left;}

.important h3 {padding: 0 0 0 34px;
    background: url(img/ico-book.png) no-repeat 0px 10px; }

.important a {display: inline-block;
    color: #f9b000;
    padding: 4px 10px 3px 10px;
    font: 600 15px/18px 'Alegreya Sans';  text-transform: uppercase;}


#right-callout h3.ico-book { margin: 0 0 20px; }

.ico-book {
    padding: 0 0 0 34px;
    background: url(img/ico-book.png) no-repeat 0px 1px;
}

.ico-news {
    padding: 0 0 0 34px;
    background: url(img/ico-news.png) no-repeat 0px 10px;
}

.ico-twitter {
    padding: 0 0 0 25px;
    background: url(img/ico-twitter.png) no-repeat 0% 50%;
}
.ico-facebook {
    padding: 0 0 0 25px;
    background: url(img/ico-facebook.png) no-repeat 0% 50%;
}
.ico-flickr {
    padding: 0 0 0 25px;
    background: url(img/ico-flickr.png) no-repeat 0% 50%;
}
.ico-youtube {
    padding: 0 0 0 25px;
    background: url(img/ico-youtube.png) no-repeat 0% 50%;
}
.ico-rss {
    padding: 0 0 0 25px;
    background: url(img/ico-rss.png) no-repeat 0% 50%;
}
.ico-mobile {
    padding: 0 0 0 25px;
    background: url(img/ico-mobile.png) no-repeat 0% 50%;
}
.ico-email {
    padding: 0 0 0 25px;
    background: url(img/ico-mail.png) no-repeat 0% 50%;
}

/* Right Column Listings */

aside.sidebar { padding: 50px 0 0 15%; }
aside.sidebar h3 { margin: 0 0 25px; line-height: 120%; }
aside.sidebar h3.ico-news { margin: 0 0 20px; }


.listing-item { margin: 0 0 50px; }
.negative {margin: 0;}

aside.sidebar h5, .listing-item h5 a {
    font: 400 22px/30px 'Alegreya Sans';
    color: #438390;
    margin: 10px 0 2px;
}


ul.xoxo li a img {width: 90px; padding: 20px 0 10px; display: block;}


.listing-item .biserica {margin: 0 0 10px 0;}

.listing-item h4 a{
	font: 700 18px/18px 'Alegreya Sans';
	text-transform: uppercase;
	padding: 0 0 20px 0;
	color: #7e7667;
}



.listing-item span {
    display: block;
    font: 500 14px/14px 'Open Sans';
    color: #cbbea6;
}

.listing-item img {
    display: block;
    max-width: 100%;
    margin: 0 0 8px;
    border-radius: 4px;
}

.listing-item p {
    margin: 5px 0 5px;
    color: #7e7667;
    font: 400 14px/22px 'Open Sans';
}

.listing-item a {
    color: #f9b000;
    text-decoration: none;
    font: 400 16px/18px 'Alegreya Sans';
}

.listing-item a img { border: 0; }

a.link-out {
    padding-left: 20px;
    background: url(img/ico-link.png) no-repeat 0px 4px;
}

.news-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/news-gradient.png) repeat-y top left;
    z-index: 2;
}

/* Microsite Rules */

#microsite-search {
    float: right;
    padding: 0 25px 0 0;
    height: 30px;
}
input#microsite-search-input {
    width: 179px;
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 300;
    border: none;
    outline: none;
    background: url(img/news-search-input-bg.png) no-repeat top left;
}

#microsite-search ::-webkit-input-placeholder { color: #fff; }
#microsite-search :-moz-placeholder { color: #fff; }
#microsite-search ::-moz-placeholder { color: #fff; }
#microsite-search :-ms-input-placeholder { color: #fff; }

#microsite-video { margin: 50px 0;}

#filter {
    float: right;
    font: 600 12px/12px 'Montserrat';
    color: #999;
}

#comments { margin: 45px 0; }

/* Form Rules */
.screen-reader-response {display: none;}



input[type=text], input.wpcf7-email {
    margin: 0 8px 8px 0;
    width: 100%;
    padding-left: 12px;
    padding-top: 7px; padding-bottom: 7px;
    padding-right: 12px;
    font-family: 'Open Sans';
    font-size: 15px;
    outline: 0;
    color: #f9b000;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: 400;
    box-sizing: border-box;
}

.g-recaptcha {margin-bottom: 25px;}

form.large-form input[type=text] {
    width: 100%;
    height: 50px;
    display: block;
    margin: 0 0 20px;
}

input[type=submit] {
    display: inline-block;
    margin-top: -8px;
    outline: 0;
    border: none;
    color: #fff;
    height: 37px;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 13px;
    padding: 8px 20px;
    border-radius: 4px;
    background: #f9b000;
}

textarea {
    display: block;
    width: 100%;
    height: 120px;
    padding: 8px;
    margin: 0 0 20px;
    font-family: 'Open Sans';
    font-size: 13px;
    outline: 0;
    color: #f9b000;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: none;
}

.comments {border-top: 1px solid #f6efdc; padding-top: 0px; margin-top: 30px!important; }
.comments img.avatar { }
.comments ul {list-style: none;}
.comments .comment-meta, .comments .comment-author {text-align: center;}

.comments .reply {text-align: center;}
.comments .reply a{display: inline-block; margin: 10px auto 0 auto; color: #f9b000; padding: 4px 10px 3px 10px;
font: 600 15px/18px 'Alegreya Sans'; text-transform: uppercase; border: 2px solid #f9b000; border-radius: 4px; width: auto;}
.comment-body {margin: 0 0 30px 0; border-bottom: 1px solid #f6efdc; padding-bottom: 20px;}
.comments a#cancel-comment-reply-link {font-size: 16px; color: #4c4c4c;}

.comment-body p {margin: 15px 0;}
.comments li {margin: 0 -30px; padding: 30px;}
.comments li.byuser {background: #f7f5ef url(img/waves-bg.png);}


.block form { margin: 0 0 30px; }

.block ::-webkit-input-placeholder { color: #ccc; }
.block :-moz-placeholder { color: #ccc; }
.block ::-moz-placeholder { color: #ccc; }
.block :-ms-input-placeholder { color: #ccc; }

#email-signup {
    width: 400px;
    padding: 0 0 10px;
}

#email-signup p {
    margin: 15px 20px;
    font: 400 14px/21px 'Alegreya Sans';
    color: #777;
}

#email-signup h2 {
    height: 55px;
    margin: 0 0 30px;
    padding: 0 0 0 20px;
    color: #fff;
    font: 700 20px/55px 'Montserrat';
    background: #f8b01e;
}

#email-signup form.large-form input {
    width: 340px;
    margin: 0 20px 15px;
}

#email-signup form.large-form input[type=submit] { width: 360px; }

/* Footer */

footer {
    height: 168px;
    background: #7c776d url(img/footer-bg.png) no-repeat 50% 0%;
}

#footer-top {
    height: 126px;
    font: 400 12px/18px 'Open Sans';
    color: #d6d1c2;
    background: url(img/footer-logo.png) no-repeat 0% 50%;
}

#footer-bottom {
    position: relative;
    height: 42px;
    font: 400 11px/42px 'Open Sans';
    color: #b9b5a8;
}

.footer-links {
    position: absolute;
    top: 60px;
    right: 2.5%;
    width: 45%;
    text-align: right;
}

#footer-top .footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 20px;
    text-align: right;
}

#footer-bottom .footer-links a {
    color: #b9b5a8;
    text-decoration: underline;
    margin: 0 0 0 20px;
    text-align: right;
}

#footer-top a:hover { color: #d6d1c2; }
#footer-bottom .footer-links a:hover { text-decoration: none; }

#footer-top .container {
    padding-left: 60px;
    background: url(img/footer-logo.png) no-repeat 0% 50%;
}

#footer-top p {
    position: absolute;
    width: 50%;
    top: 60px;
    left: 105px;
}

#footer-top a {
    margin: 0 0 0 6px;
    color: #fff;
    text-decoration: none;
}

#footer-bottom a {
    color: #b9b5a8;
    text-decoration: none;
    margin: 0 0 0 5px;
}

#footer-bottom p {
    float: left;
    margin: 0 20px 0 0;
}

#footer-bottom .footer-links { top: 0px; right: 0; }

/* Microsite Rules */

#sub-hero.microsite {
    padding-top: 55px;
    height: 130px;
    background: url(img/hero-microsite.jpg) no-repeat 50% 100%;
}
#sub-hero.microsite h1 {
    color: #fff;
    position: relative;
    font-size: 45px;
    line-height: 45px;
    left: 3%;
    bottom: auto;
}
#sub-hero.microsite h2 {
    position: relative;
    color: #b0b0b0;
    left: 3%;
    bottom: auto;
    margin: 0 0 10px;
    font: 400 25px/25px 'Abril Fatface';
}


/* Calendar */

#right-callout ul h2.luna {font: 700 18px/18px 'Alegreya Sans'; text-transform: uppercase; padding: 10px 0 0px 0;}
#right-callout ul.calendar {padding: 0; list-style: none; margin: 10px 0;}
#right-callout ul.calendar li {border-bottom: 1px solid #dddbd5; padding: 15px 0;}
#right-callout ul.calendar li span {font: 300 50px/50px 'Alegreya Sans'; display: inline-block; vertical-align: middle; width: 20%; margin: 0 10px 0px 0;}

#right-callout ul.calendar li span em {display: block; text-align: left; margin: 0 0 0 10px; font: 300 34px/22px 'Open Sans'}

.sanatate, .sanatate a {color: #5fb365; }
.profetic, .profetic a{color: #f9b000;}
.tineret-2 {color: #c6425f}
.colecta {color: #f9b000;}


/*Tribe*/
.tribe-bar-submit {width: 27%; margin-left: 14.6667%;}
.tribe-events-list-separator-month {margin: 5px auto; }
.tribe-events-list .vevent.hentry {padding-top: 1.2em;}
.tribe-events-event-meta .tribe-events-meta-group, .tribe-events-event-meta .column {padding: 0 3%;}
.tribe-events-meta-group .tribe-events-single-section-title {margin-top: 35px; font-size: 30px; font-weight: 200; padding: 0 0 10px 0; text-transform: uppercase;}
.single-tribe_events .tribe-events-event-meta {font-size: 16px;}

#right-callout ul.calendar li h2 {display: inline-block; vertical-align: middle; font: 400 16px/22px 'Open Sans'; width: 70%;}
#right-callout ul.calendar li:last-child {border-bottom: 0 none;}


/* Departament label */
.block .departament h4 {font: 700 18px/18px 'Alegreya Sans'; text-transform: uppercase; padding: 0 0 20px 0; }

/* Block slides */


/*Single*/
.single-cover-image {margin: 0 -10.9% -10px -10.9%; width: auto;}
.single-cover-image img {border-radius: 0; display: inline; width: 100%;}

article.post h1 {font-size: 34px; font-weight: 400; line-height: 120%;}

/* Single Post details */
.single-meta {margin: 5px 0 20px 0;}
span.author {display: inline-block;}
span.date {font-family:'Open Sans'; font-size: 14px; font-weight: 700; margin-left: 10px; display: inline-block;}

/*Comentarii*/
p.comment-form-url {display: none;}

/* harti */

.su-spoiler-icon {top: 50%!important;}

.su-spoiler-title h3 {margin: 0!important; }

body.biserici-harta .block {border: 0 none;}
span.pozitie {background: #438390; padding: 1px 10px; margin-top: 10px; border-radius: 3px; display: inline-block; }
span.pozitie a {color: #fff;}

.wpsl-results ul {margin: 0; }
.wpsl-results ul li h3 {margin-bottom: 0!important;}
.wpsl-results ul li p {margin-top: 5px;}

select.distanceselect { -webkit-appearance: none;  -moz-appearance: none;  appearance: none; padding: 7px; border: 1px solid #ccc;    font-family: 'Open Sans'; font-size: 15px; outline: 0; color: #f9b000; background: #fff;}

.wpsl-map {border: 0 none!important;}
.simple-locator-form .submit, .simple-locator-form .geo_button_cont {padding-top: 5px;}
.wpslsubmit, .wpsl-geo-button { 

    outline: 0;
    border: none;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 13px;
    padding: 8px 20px;
    border-radius: 4px;
    background: #f9b000;}

.simple-locator-form .alert-error {padding: 5px 10px;}


.wpsl-map h4 {font-size: 22px; font-family: 'Alegreya Sans'; font-weight: 100;}


.wpsl-results ul li {border-right: 1px solid #f6efdc; border-top: 1px solid #f6efdc; margin-bottom: 0!important; padding-bottom: 30px; box-sizing: border-box; width: 50%; }
.wpsl-results ul li:nth-child(even) {border-right: 0 none; padding-left: 40px;}

.wpsl-results ul li:first-child {border-top: 0 none; }
.wpsl-results ul li:nth-child(2) {border-top: 0 none; }

.google_map_canvas {margin-bottom: 30px;}


/* sub-sites - widgets - css */

.widget_rss h3 a {color: #7e7667; }
aside.sidebar .sidebar-widget p {font-size: 22px;  line-height: 160%; margin-bottom: 10px;}

aside.sidebar .sidebar-widget ul {list-style: none;}
aside.sidebar .sidebar-widget ul li {padding-bottom: 10px;}

aside.sidebar .sidebar-widget ul li a {font-size: 22px;}
.rss-date {display: block; color: #b9b5a8;}

aside.sidebar .sidebar-widget p span { font: 700 18px/18px 'Alegreya Sans'; text-transform: uppercase; padding: 10px 0 0px 0; color: #7e7667;}


/* Media Queries */

@media only screen and (min-width: 1280px) {
    .hero-content {
        position: absolute;
        z-index: 2;
        top: 30%;
        left: 50%;
        right: auto;
        width: 510px;
        margin-left: -475px;
        padding: 0 0 0 570px;
        text-align: right;
    }

    .hero-content.left {
        left: auto;
        right: 47%;
        text-align: left;
    }
    #hero-slides-nav ul {
        position: absolute;
        width: 1140px;
        bottom: 30px;
        left: 50%;
        margin-left: -570px;
        list-style: none;
        z-index: 3;
    }


}

@media only screen and (max-width: 1220px) {
    .hero-content { top: 35%; }
    .hero-content h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .hero-content.left { top: 37%; }
}

@media only screen and (max-width: 1180px) {
    .hero-content { top: 32%; }
    .hero-content h1 {
        font-size: 50px;
        line-height: 50px;â
        
    }
     nav { bottom: 54px; }
      nav a { font: 500 16px/16px 'Alegreya Sans'; }

}

@media only screen and (max-width: 1024px) {

    .hero-content h1 { font: 300 46px/52px 'Alegreya Sans'; margin: 0 0 10px; }
    .hero-content h4 { display: none; }
    .hero-content p { font: 400 18px/22px 'Alegreya Sans'; margin: 0 0 5px; }
    #header-logo { right: 5%; }
    nav { bottom: 54px; }
    nav a { font: 500 16px/16px 'Alegreya Sans'; }
    #sub-nav a { margin-right: 20px; }
    #logo a {
        width: 80%;
        top: 22%; /* 40px/161px */
        background: url(img/logo.svg) no-repeat top left;
    }
    #news, #right-callout, #right-callout.news-page { padding-left: 15%; }
    .btn {
        padding: 8px 12px;
    }
    .hero-content .btn { padding: 4px 10px !important; }
    .block-link a { font-size: 110%; }
    .block-link { height: 170px; }
    .rslides_nav.prev { top: 41%; }
    .rslides_nav.next { top: 41%;}
}

@media only screen and (max-width: 960px) {
		body.home #sub-hero-sub-logo {margin-top: 0px;}

	 aside.sidebar {padding: 0;}
	 .sidebar-widget {padding: 40px 9%;}
	 .listings { -webkit-column-count:2; /* Chrome, Safari, Opera */ -moz-column-count: 2; /* Firefox */ column-count: 2;  -webkit-column-rule: 0 /* Chrome, Safari, Opera */
    -moz-column-rule:0; /* Firefox */
    column-rule: 0;     -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px; -webkit-column-fill: auto; box-sizing: border-box; }
    
    .listing-item {-webkit-column-break-inside:avoid;
    -moz-column-break-inside:avoid;
    -o-column-break-inside:avoid;
    -ms-column-break-inside:avoid;
    column-break-inside:avoid;}
    
    
	 header#pagini {width: 100%; padding: 0;}
    .container { padding: 0; }
    header#home, header#header {
        position: relative;
        padding: 0;
        width: 100%;
        height: 258px;
        background: #fff;
    }
    .content-left { width: 100%; }
    .content-right {
        width: 100%;
        background: none;
    }
    #hero .btn {
        padding: 10px 15px !important;
    }
    #nav-lang { background: url(img/ico-globe-white.png) no-repeat 0px 2px; }

    #utility-nav {
        top: 0;
        left: 0;
        right: 0;
        height: 49px;
        text-align: center;
        background: url(img/utility-nav-bg.png) repeat-x 50% 0%;
    }
    #utility-nav a {
        float: none;
        font: 600 16px/49px 'Alegreya Sans';
        margin: 0 12px;
        color: #fff;
    }
    #logo a {
        position: relative;
        width: 410px;
        height: 110px;
        top: auto;
        left: auto;
        margin: 78px auto 0 auto;
        background: url(img/logo.svg) no-repeat top left;
    }
    nav {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 20px 0 0 0;
        text-align: center;
        max-width: 100%;
    }
    
   
    nav a {
        font: 500 16px/16px 'Alegreya Sans';
        margin: 0 12px;
    }
    
    nav a:hover {color: #f9b000}
    #sub-nav a { font-size: 16px; margin: 0 10px 0 0;}
    #sub-hero h1 {
        font: 400 96px/96px 'Abril Fatface';
        bottom: -24px;
    }
        header#home #site-search input { border-color: #68645d;}
    #hero-slides-nav ul {
        position: absolute;
        top: 30px;
        left: auto;
        width: 100%;
        text-align: center;
    }
    #hero-slides-nav ul li { display: inline; float: none; }
    #hero-slides-nav ul li a { float: none; }
    #hero-slides img.slide-large {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        float: none;
    }
    .hero-content {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
        margin: 0;
        padding: 25px 9%;
        text-align: left !important;
        background: url(img/hero-content-bg-ipad.png);
    }
    .hero-content.left { left: 0; }
    .hero-content h1, .hero-content h3, .hero-content p, .hero-content .btn { color: #fff !important; border-color: #fff !important; }
    .hero-content.dark h1 a {color: #fff; }
    .hero-content h1 a {color: #fff;}
	.hero-video {top: 10%; right: 50%; }
	
	
    #header-logo {
        width: 40%;
        padding-top: 0;
        height: 85px;
        background-position: 100% 50%;
    }
    #home-top-content, #home-section-bottom-content { padding: 90px 8%; }
    .home-section img.circle {
        top: -19px;
        width: 10%;
        left: 56px;
    }
    #home-section-bottom-content img.circle {
        width: 10%;
        left: 56px;
        top: 85px;
    }
    #home-section-bottom-content h2, #home-section-bottom-content h5 { margin-left: 85px; }
    #home-section-bottom-content p { font-size: 18px; }
    .home-section h2 { margin: 0 0 50px 80px; }
    .home-section { padding: 0 8% 90px 8%; }
    .home-section p { font-size: 18px; }
    #right-callout, #right-callout.news-page { padding: 60px 9%; }
    #right-callout h3 {  }
    #right-callout p { font-size: 18px; line-height: 25px;}
    .listings { }
    .listing-item { }
    .listing-item img {
    }
    .listing-item h5,
    .listing-item span,
    .listing-item p,
    .listing-item a { }
    .news-item.no-img h5,
    .news-item.no-img span,
    .news-item.no-img p,
    .news-item.no-img a { margin-left: 0%; display: block; }
    .block-link { width: 33.33339%; }
    .info-link:nth-child(4n) { border-width: 0 1px 1px 0; }
    .info-link:nth-child(3n+3) { border-width: 0 0 1px 0; }
    .half { width: 100%; }
    .half.border { border: none; }
    .half .block { padding: 40px 14% 40px 9%; }
    .half .block.full { padding: 0; }
    .half .block.headline { padding: 75px 14% 23px 9%; }
    footer {
        height: 298px;
        background: url(img/footer-bg-ipad.png) repeat-x 50% 0%;
    }
    #footer-top {
        height: 162px;
        padding: 62px 0 0;
        background: none;
        text-align: center;
    }

    #footer-top .footer-links {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    #footer-top .footer-links a { font-size: 16px; font-weight: 600; }
    #footer-top p {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        margin: 55px 0 0;
    }
    #footer-top p a { display: block; margin: 10px 0 0;}
    #footer-bottom { padding-top: 20px; height: 54px;}
    #footer-bottom .footer-links { display: none; }
    #footer-bottom p {
        float: none;
        margin: 0 0 3px;
        line-height: 16px;
        font-size: 13px;
        text-align: center;
    }
    .block.small-image-list img { width: 15%; }
    .block.small-image-list h2 { font-size: 22px;}

    .rslides_nav.prev { top: 53%; }
    .rslides_nav.next { top: 53%;}
    input[type=text], textarea, form.large-form input[type=text] { width: 70%; }
    input[type=submit] { margin-top: 0px; }
    #language-picker { left: 18%; }
    #language-picker li a { color: #438390 !important; }

    #language-picker li a:hover {
        color: #fff !important;
        background: #438390 !important;
    }
    
    #sub-hero-sub-logo {margin-top: 90px;}
    .third {  -webkit-column-count:2; /* Chrome, Safari, Opera */ -moz-column-count: 2; /* Firefox */ column-count: 2;  -webkit-column-rule: 0 /* Chrome, Safari, Opera */
    -moz-column-rule:0; /* Firefox */
    column-rule: 0;     -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px; -webkit-column-fill: auto; box-sizing: border-box; margin-top: -20px; text-align: center;}
}

@media only screen and (max-width : 700px) {
		body.home #sub-hero-sub-logo {margin-top: 0px;}

    #sub-nav a { display: none; }
    #sub-nav-mobile {
        display: block;
        width: 45%;
        margin-top: 4px;
    }
    
    .third {  -webkit-column-count:2; /* Chrome, Safari, Opera */ -moz-column-count: 2; /* Firefox */ column-count: 2;  -webkit-column-rule: 0 /* Chrome, Safari, Opera */
    -moz-column-rule:0; /* Firefox */
    column-rule: 0;     -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px; -webkit-column-fill: auto; box-sizing: border-box; margin-top: -30px; text-align: center;}
    
}

@media only screen and (max-width : 640px) {
 	
 	   .listing-item img {
        float: none;
    }
    .news-gradient { display: none; }
    .listing-item h5,
    .listing-item span,
    .listing-item p,
    .listing-item a { margin-left: 0%; }
    #sub-nav form { padding: 0; }
    input#microsite-search-input {
        width: 129px;
        background: url(img/news-search-input-bg-iphone.png) no-repeat top left;
    }
    #header-logo { display: none; }
    #content-slides li img.slide-bg {
        display: block;
        float: none;
        position: relative;
    }
    .content-slides-content {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        padding: 50px 8%;
        border-bottom: 1px solid #f6efdc;
    }
    .content-slides-content h3 { font-weight: 400; color: #438390; }
    .content-slides-content p {
        color: #333;
        font: 400 16px/22px 'Alegreya Sans'
    }
    .content-slides-content a.btn {
        border-color: #f9b000;
        color: #f9b000;
    }
    #content-slides-nav {
        bottom: auto;
        top: 20px;
    }
        .hero-content p { font: 400 18px/22px 'Alegreya Sans'; margin: 0 0 5px; }

			.third {  -webkit-column-count:2; /* Chrome, Safari, Opera */ -moz-column-count: 2; /* Firefox */ column-count: 2;  -webkit-column-rule: 0 /* Chrome, Safari, Opera */
    -moz-column-rule:0; /* Firefox */
    column-rule: 0;     -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px; -webkit-column-fill: auto; box-sizing: border-box; margin-top: -30px; text-align: center;}

    
}

@media only screen and (max-width : 480px) {
	
	body.home #sub-hero-sub-logo {margin-top: 0px;}
	
#sub-hero-sub-logo h1 {text-align: center;}
	body.error404 .content-wide {text-align: center; min-height: inherit;}
	header#pagini {height: 146px;}
	article .block {padding: 40px 10%;}
	aside.sidebar {padding: 0;}
	#news, #right-callout, #right-callout.news-page, .block, .half .block, #home-top-content, .home-section, .widget-block {}
	.listings { -webkit-column-count:1; /* Chrome, Safari, Opera */ -moz-column-count: 1; /* Firefox */ column-count: 1;  -webkit-column-rule: 0 /* Chrome, Safari, Opera */
    -moz-column-rule:0; /* Firefox */
    column-rule: 0;     -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px; -webkit-column-fill: auto; box-sizing: border-box; }
	.content-right {padding: 0 0 0 0;}
	#sub-hero-sub-logo {margin-top: -30px;}
    #mobile-search-link { display: block; }
    #site-search { display: none; }
    #hero-slides img.slide-large { }
    #hero-slides img.slide-small {
        display: block;
        height: auto;
        float: none;
        width: 100%;
        border: 0;
        position: relative;
        z-index: 1;
    }
    #hero-slides-nav ul { top: 15px; }
	.grid-sizer,
	.grid-item {  width:100%; }
	.gutter-sizer { width: 0%; }
	
    header#home {
        background: #fff;
        position: relative;
        height: auto;
        min-height: 75px;
    }
    header#header {
        width: 100%;
        min-height: 75px;
    }
    .content-left { width: 100%; }
    .content-right {
        width: 100%;
        background: none;
    }
    #sub-hero h1 {
        font: 400 59px/59px 'Abril Fatface';
        bottom: -15px;
    }
    #sub-hero h2 { bottom: 48px; }

    #header-logo { display: none; }
    #sub-nav {
        height: auto;
        padding: 20px 0 10px;
    }
    #logo a {
        position: relative;
        width: 288px;
        height: 100px;
        margin-top: 4%;
        background: url(img/logo-mic.svg) no-repeat top left;
    }
    #home-section-bottom-content img.circle {
        width: 15%;
        left: 40px;
        top: 43px;
        }
    #news,
    
    #right-callout.news-page,
    .block,
    .half .block,
    #home-top-content,
    .home-section {
        padding-left: 9%;
        padding-right: 9%;
    }
    #right-callout {padding: 0; }
    
    #home-top-content { padding-top: 45px; }
    .home-section img.circle {
        width: 15%;
        left: 27px;
        top: -8px;
    }
    .home-section h2 { margin-left: 50px; }
    #home-section-bottom-content { padding: 50px 9%; }
    #home-section-bottom-content h2 { font-size: 24px; line-height: 27px;}
    .video-callout {
        float: none;
        width: 100%;
        margin: 10px 0 30px;
    }
    .block.first { margin-top: 0px; }
    .block.small-image-list img { display: none; }
    .block.small-image-list h2 {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 0 30px;
    }
    .small-image-list-content { margin: 0; }
    
    .content-left section {  -webkit-column-count: 1; /* Chrome, Safari, Opera */ -moz-column-count: 1; /* Firefox */ column-count: 1;  -webkit-column-rule: 0px;  /* Chrome, Safari, Opera */
    -moz-column-rule: 0px; /* Firefox */
    column-rule: 0px;     -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px; -webkit-column-fill: auto; }

    
    .listings {}
    

    .rslides_nav.prev { top: 37.5%; left: 10px; }
    .rslides_nav.next { top: 37.5%; right: 10px; }
    #content-slides-nav { display: none; }
    .block-link {
        width: 100%;
        height: auto;
    }
    .block-link a { padding: 5%; }
    .block-link a:hover { background: ;}
    .info-link:nth-child(2n) { border-width: 0 1px 1px 0; }
    .info-link:nth-child(3n+3) { border-width: 0 1px 1px 0; }
    .image-callout {
        float: none;
        width: 100%;
        margin: 0 0 30px;
        background: none;
    }
    .image-callout .caption { padding: 25px 0; }
    .caption p, .caption h3 { color: #333; }
    .image-callout:before,
    .image-callout:after {
        content: " ";
        display: table;
        clear: both;
    }
    .section-info {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        display: block;
        width: 100%;
        border-right: none;
        background: none;
    }

    .section-info span {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 0 20px;
        display: block;
        color: #f9b000;
        width: 100%;
        padding: 0;
        height: auto;
        text-align: left;
        font: 600 130%/29px 'Montserrat';
    }
    header .container, header#header { height: auto; }
    #mobile-menu {
        display: block;
        line-height: 25px;
    }
    
    nav ul li {display: block;}

    nav {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: 0px;
        padding: 0;
        height: auto;
        max-width: 100%;
        z-index: 9999;
        border-top: 1px solid #ccc;
        background: #fff;
    }
    nav a {
        display: block;
        width: 100%;
        text-align: center;
        height: 45px;
        font-size: 22px;
        padding: 0;
        margin: 0;
        line-height: 45px;
        border-bottom: 1px solid #ccc;
    }
    #utility-nav {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        height: auto;
        max-width: 100%;
        z-index: 9999;
        background: #fff;
    }
    #utility-nav li {
        display: block;
        width: 100%;
        text-align: center;
        height: 45px;

        font-weight: 400;
        padding: 0;
        margin: 0;
        line-height: 45px;
        background: #f1f1f1;
        border-bottom: 1px solid #ccc;
    }
    
    #utility-nav li a {color: #666;         font-size: 18px; }
    #utility-nav a:last-child { border-bottom: none; }
    
    #utility-nav ul {list-style: none; }
	#utility-nav ul li {display: block;}
    
    
    #footer-top {
        padding-top: 52px;
        height: 172px;
    }
    #footer-top .footer-links a {
        font-size: 13px;
        line-height: 21px;
        margin: 0 8px;
    }
    #footer-top p {
        width: 95%;
        margin: 30px auto 0;
        font-size: 14px;
    }
    #footer-bottom { padding: 10px 0 0 0; height: 64px;}
    #footer-bottom p {
        width: 95%;
        margin: 0 auto;
        font-size: 10px;
    }
    input[type=text], textarea, form.large-form input[type=text] { width: 100%; }
    input[type=submit] { margin-top: 0; }
    #sub-nav-mobile {
        display: block;
        width: auto;
    }
    #microsite-search { float: none; }
    input#microsite-search-input {
        width: 179px;
        float: none;
        background: url(img/news-search-input-bg.png) no-repeat top left;
    }
    #language-picker {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        box-shadow: none;
    }
    #language-picker li a {
        display: block;
        width: 100%;
        text-align: center;
        height: 45px;
        font-size: 18px;
        font-weight: 400;
        padding: 0;
        margin: 0;
        color: #555;
        line-height: 45px;
        background: #f1f1f1;
        border-bottom: 1px solid #ccc !important;
    }
    #language-picker li a:hover { background: #fff; }
    
    	.hero-video {top: 0%; right: 0%; width: 100%; }
    	
    	.third {  -webkit-column-count:1; /* Chrome, Safari, Opera */ -moz-column-count: 1; /* Firefox */ column-count: 1;  -webkit-column-rule: 0 /* Chrome, Safari, Opera */
    -moz-column-rule:0; /* Firefox */
    column-rule: 0;     -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px; -webkit-column-fill: auto; box-sizing: border-box; margin-top: -35px; text-align: center;}
    body.page nav a:hover, body.category nav a:hover, body.single nav a:hover, nav a.active, body.pagina nav a:hover, nav a.active, nav ul li.current-menu-item a, nav ul li.current-menu-parent a, body.author nav a:hover, body.tag nav a:hover {color: #f9b000}

    .wpsl-results ul li:nth-child(even) {float: none; margin-bottom: 40px!important; border: 0 none; padding-left: 0; padding-bottom: 0;}
    .wpsl-results ul li {float: none; width: 100%; margin-bottom: 40px!important;  border: 0 none; padding-bottom: 0;}
    
    
}

