﻿body {
    font-family:Open Sans, "Helvetica Neue", Helvetica, Arial;
    font-size:14px;
    line-height:24px;
    background-color:#fff; 
    color:#7b7b7b
} 
h1, h2, h3, h4, h5, h6 {
    line-height:inherit;
    color:#333; 
    margin:0 0 15px;
    font-family:inherit;
    font-weight:600
}
h1.large, h2.large, h3.large, h4.large, h5.large, h6.large {
    font-weight:300;
}
h1 {
    font-size:22px;
    line-height:28px;
    font-weight:600;
}
h1.large {
    font-size:33px;
    line-height:44px;
}
h2 {
    font-size:20px;
    font-weight:600;
    line-height:26px;
}
h2.large {
    font-size: 24px;
    /* line-height:39px; */
    /* line-height: 22px; */
    
}
h2.inscriere {
    padding-bottom: 5px;
}
h3 {
    font-size:18px;
    line-height:24px;
}
h3.large {
    font-size:27px;
    line-height:36px;
}
h4 {
    font-size:16px;
    line-height:22px;
}
h4.large {
    font-size:24px;
    line-height:33px;
}
h5 {
    font-size:14px;
    line-height:20px;
}
h5.large {
    font-size:22px;
    line-height:40px;
}
h6 {
    font-size:12px
}
h6.large {
    font-size:18px;
    line-height:21px;
}
a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color:#333;
    -webkit-transition:all 0.1s ease-in-out;
    -moz-transition:all 0.1s ease-in-out;
    -ms-transition:all 0.1s ease-in-out;
    -o-transition:all 0.1s ease-in-out;
    transition:all 0.1s ease-in-out;
}
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, a:focus {
    outline:0;
    text-decoration:none;
    color:inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover {
    color:#251560;
    text-decoration:none
}
.button, button {
    border:0;
}
input, select, textarea {
    color:#666;
    padding:9px 10px;
    border:1px solid #f1f1f1;
    font-family:inherit;
    margin-bottom:5px;
}
input:focus, select:focus, textarea:focus {
    border:1px solid #ccc;
    outline:0;
}
.button, button, input[type="submit"], input[type="button"], input[type="reset"] {
    color:#999;
    line-height:1.5;
    display:inline-block;
    padding: 8px 20px;
    background:#f1f1f1;
    text-decoration:none;
    font-weight:600;
    border:0;
    -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;
}
.button:hover, .button:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
    outline:none;
    cursor:pointer;
    color:#fff;
    background:#251560;
}
.button:active, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
    background:#428425
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#555;
}
#header {
    border-top:5px solid #251560;
}
#header #main-header .logo {
    padding:0 0 20px 0;
    float:left;
    position:relative;
}
#header #main-header .logo .site-description {
    position:absolute;
    text-indent:-9999999px;
    display:block;
}
#header #main-header .logo.text .name {
    text-transform:uppercase;
    font-size:30px;
    font-family:'Helvetica'
}
#header #main-header .logo.text .site-description {
    position:relative;
    text-indent:0
}
#header #main-header .sitemenu {
    float:right
}
#header .header-ads {
    padding:10px 0
}
#header #top-notice {
    background:#251560;
    color:#efefef;
}
#header #top-notice .container {
    padding-top:5px;
    padding-bottom:15px;
}
#header #top-notice .container .close {
    margin-right:20px;
}
#header .header-search {
    position:relative;
    float:right;
    width:50px;
    height:54px;
    z-index:2;
}
#header .header-search-input-wrap {
    position:absolute;
    right:50px;
    height:54px;
    width:0;
    overflow:hidden;
    -webkit-transition:width 200ms;
    -moz-transition:width 200ms;
    transition:width 200ms;
}
#header .header-search.header-search-open .header-search-input-wrap {
    width:280px;
}
#header .header-icon-search, #header input[type="submit"].header-search-submit {
    width:50px;
    height:54px;
    display:block;
    position:absolute;
    right:0;
    top:0;
    line-height:42px;
    text-align:center;
    cursor:pointer;
    text-align:center;
}
#header .header-icon-search {
    color:#666;
    z-index:90;
    -webkit-transition:all 0.1s ease-in-out;
    -moz-transition:all 0.1s ease-in-out;
    -ms-transition:all 0.1s ease-in-out;
    -o-transition:all 0.1s ease-in-out;
    transition:all 0.1s ease-in-out;
}
#header .header-icon-search i {
    margin-top:19px
}
#header .header-icon-search:hover {
    background:#363636;
    color:#fff
}
#header .header-search.header-search-open .header-icon-search {
    background:#251560;
    color:#fff;
    z-index:1;
    pointer-events:none;
}
#header input[type="submit"].header-search-submit {
    background:transparent;
    color:transparent;
    box-shadow:none;
    border:none;
    padding:0;
    border-radius:0;
    outline:none;
    z-index:-1;
}
#header .header-search.header-search-open input[type="submit"].header-search-submit {
    z-index:90;
}
#header input[type="text"].header-search-input {
    border:none;
    outline:none;
    opacity:0;
    background:#f1f1f1;
    width:280px;
    height:54px;
    margin:0;
    padding:15px;
}
#header .header-search.header-search-open input[type="text"].header-search-input {
    opacity:1;
    border-left:1px solid #fff;
}
#header .responsive-menu {
    float:right;
    margin:30px 0 0;
}
#header .responsive-menu a {
    display:inline-block;
    width:30px;
    height:30px;
    background:#363636;
    color:#fff;
    text-align:center;
    padding-top:4px;
}
#header .fixedheader {
    top:0;
    left:0;
    z-index:9999999;
    opacity:0;
    width:100%;
    background:#ffcc33;
}
#header .fixedheader.affix {
    opacity:1;
}
#header .fixedheader .container {
    display:none;
    margin-right:auto!important;
    margin-left:auto!important;
}
#header .fixedheader.affix .container {
    display:block
}
#header .fixedheader .social-media ul li {
    float:left;
    margin:10px 5px 0 0;
}
#header .fixedheader .social-media ul li a {
    display:block;
    width:35px;
    height:35px;
    color:#fff;
    padding-top:5px;
    text-align:center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
#header .fixedheader .header-search {
    margin-top:10px
}
#header .fixedheader input[type="text"].header-search-input {
    height:35px
}
#header .fixedheader .header-search, #header .fixedheader .header-search-input-wrap, #header .fixedheader .header-icon-search, #header .fixedheader input[type="submit"].header-search-submit {
    width:35px;
    height:35px;
}
#header .fixedheader .header-icon-search, #header .fixedheader input[type="submit"].header-search-submit {
    line-height:13px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
#header .fixedheader .header-icon-search {
    background:#333;
    color:#fff
}
#header .fixedheader .header-search-input-wrap {
    margin-right:-10px;
}
#header .fixedheader .header-icon-search i {
    margin-top:10px
}
#header .fixedheader input[type="text"].header-search-input {
    padding:1px 15px;
    background:#333;
    border-left:0;
}
#header .fixedheader .header-search.header-search-open input[type="text"].header-search-input {
    border-left:0;
}
#topnav {
    border:1px solid #f9f9f9;
    border-top:0;
    position:relative;
    text-transform:uppercase;
    font-size:13px
}
#topnav .date {
    padding:15px 20px
}
#topnav ul {
    float:right;
}
#topnav ul li {
    float:left
}
#topnav ul li a {
    padding:15px 20px;
    display:block;
    border-right:1px solid #f9f9f9;
    font-weight:800
}
#topnav li li a, #topnav ul li:last-child a {
    border-right:0
}
#topnav li li {
    float:none;
    border-bottom:1px solid #f1f1f1
}
#topnav li li:last-child {
    border-bottom:0
}
#topnav ul ul {
    background:#fff;
    width:110px;
    margin-top:1px
}
#topnav ul ul ul {
    margin-top:0;
    margin-left:1px
}
#topnav .header-search {
    position:absolute;
    right:0;
    top:0;
}
#topnav input[type="text"].header-search-input {
    background:#fff;
}
#header .fullmenu {
    background:#ffcc33;
}
#header .fullmenu li {
   /*border-right:1px solid #333;*/
}
#header .fullmenu li a {
    padding:18px 20px;
    display:block;
    color:#251560;
    font-weight:700;
    font-family:'Open Sans'
}
#header .fullmenu li a:hover{
    color:#fff;
}
#header .fullmenu li>a.sf-with-ul:after {
    font-family:'FontAwesome';
    content:'\f103';
    margin-left:10px;
    line-height:1px;
}
#header .fullmenu li li li>a.sf-with-ul:after {
    font-family:'FontAwesome';
    content:'\f101';
    float:right;
    line-height:28px;
}
#header .fullmenu ul ul {
    background:#f1f1f1;
    width:100%
}
#header .fullmenu li li {
    border-right:0
}
#header .fullmenu li li li {
    border-bottom:1px solid #222;
}
#header .fullmenu li li:last-child, #header .fullmenu li li li:last-child {
    border-bottom:0
}
#header .fullmenu li li a {
    color:#000;
    border-right:1px solid #fff;
    font-weight:400
}
#header .fullmenu li li li a {
    border-right:0;
    color:#fff;
}
#header .fullmenu li li li a:hover {
    color:#fff
}
#header .fullmenu ul ul ul {
    width:190px;
    background:#000;
    margin-top:2px;
    margin-left:1px;
}
#header .fullmenu ul ul ul ul {
    margin-top:0
}
#header .fullmenu li li:hover>a, #header .fullmenu li li.sfHover>a, #header .fullmenu li li.current>a {
    color:#251560;
}
#header .fullmenu li li li:hover>a, #header .fullmenu li li li.sfHover>a, #header .fullmenu li li li.current>a {
    color:#fff;
}
#header .fullmenu li li li:hover, #header .fullmenu li li li.sfHover, #header .fullmenu li li li.current {
    background:#251560;
    color:#fff;
}
#header .fullmenu ul ul ul {
    margin-left:-1px
}
#header .fullmenu ul ul ul ul {
    margin-left:1px
}
#header .fixedheader .fullmenu li li a {
    text-transform:none;
}
#header .fixedheader .fullmenu ul ul {
    width:190px;
    background:#000;
    margin-top:0px;
    margin-left:1px;
}
#header .fixedheader .fullmenu li li>a.sf-with-ul:after {
    font-family:'FontAwesome';
    content:'\f101';
    margin-left:10px;
    line-height:28px;
    float:right;
}
#header .fixedheader .fullmenu li li a {
    border-right:0;
    color:#fff
}
#header .fixedheader .fullmenu li li {
    border-bottom:1px solid #222;
}
#header .fixedheader .fullmenu ul ul {
   /* margin-top:1px;*/
    margin-left:0px;
}
#header .fixedheader .fullmenu ul ul ul {
    margin-top:0;
    margin-left:1px
}
#header .fixedheader .fullmenu li:hover, #header .fixedheader .fullmenu li.sfHover, #header .fixedheader .fullmenu li.current {
    background:#251560;
    color:#fff;
}
#header .fixedheader .fullmenu li li:last-child {
    border-bottom:0
}
.sf-menu, .sf-menu * {
    margin:0;
    padding:0;
    list-style:none;
}
.sf-menu li {
    position:relative;
}
.sf-menu ul {
    position:absolute;
    display:none;
    top:100%;
    left:0;
    z-index:99;
}
.sf-menu>li {
    float:left;
}
.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
    display:block;
}
.sf-menu a {
    display:block;
    position:relative;
}
.sf-menu ul ul {
    top:0;
    left:100%;
}
.sf-navbar {
    position:relative;
}
.sf-navbar:before {
    content:'';
    position:absolute;
    left:0;
    z-index:-1;
    background-color:#BDD2FF;
    height:200%;
    width:100%;
}
.sf-navbar ul {
    box-shadow:none;
}
.sf-navbar li {
    position:static;
}
.sf-navbar>li>a, .sf-navbar>li>ul>li>a {
    border:none;
}
.sf-navbar>li>ul {
    /*min-width:36em;*/
}
.sf-navbar ul li {
    position:relative;
}
.sf-navbar ul ul {
    left:0;
    top:100%;
}
.sf-navbar ul ul ul {
    left:100%;
    top:0;
}
.sf-navbar ul ul li {
    width:100%;
}
.sf-navbar>li>ul>li {
    float:left;
}
.sf-navbar li:hover, .sf-navbar li.sfHover, .sf-navbar ul li.current {
    background:#251560;
    color:#fff;
}
.sf-navbar ul li:hover, .sf-navbar ul li.sfHover, .sf-navbar ul ul li {
    background:transparent;
}
.sf-navbar ul ul li:hover a, .sf-navbar ul ul li.sfHover a, .sf-navbar ul ul li.current a {
    color:#fff
}
.heading-content {
    border-bottom:3px double #f1f1f1;
    padding:10px 0;
    color:#ababab;
    line-height:1
}
.heading-content .heading-title {
    color:inherit;
}
#breadcrumbs {
    color:#aaa;
    font-size:13px;
    margin:5px 0 4px 0;
}
#breadcrumbs a {
    color:inherit;
    font-weight:inherit;
    margin-right:10px;
}
#breadcrumbs a:hover {
  color:#251560;
}
#breadcrumbs a:after {
    content:'\f105';
    font-family:'FontAwesome';
    margin:0 0 0 10px;
}
#breadcrumbs a:first-child { 
    margin-left:20px;
}
#footer #widgetarea {
    padding:20px 0
}
#footer #widgetarea .widgetcontent {
    border-top:5px solid #363636;
    padding-top:15px
}
#footer #credit {
    background:#f6f6f6;
    padding:20px 0;
    color:#a1a1a1
}
#footer #credit a {
    color:#888
}
#footer #credit a:hover {
    color:#7b7b7b
}
#footer #credit ul {
    float:right
}
#footer #credit ul li {
    float:left
}
#footer #credit ul li a {
    padding:0 10px;
    font-size:13px;
}
#footer #credit.black {
    background:#333;
    color:#a1a1a1
}
.slideitem {
    position:relative;
    overflow:hidden;
}
.slideitem .slidecontent {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:15px 20px;
    overflow:hidden;
    background-image:rgba(0, 0, 0, 0.3);
    background-image:-webkit-gradient(linear, center top, center bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image:-moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image:-ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image:-o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.slideitem .slidecontent .entry-title span {
    background:#251560;
    color: #fff;
    display:inline-block;
    padding:5px 10px;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.slideitem:hover .slidecontent .entry-title span {
    background:#ffcc33;
    color:#251560;
    /* margin: 0px; */
    /* display: inline; */
    /* padding: 0px; */
}
.slideitem .slidecontent .entry-title span a {
    color: #fff;
}
.slideitem:hover .slidecontent .entry-title span a {
    color: #000;
}
.slideitem:hover .title .post-info span {
    background:#363636;
    color:#fff
}
.slideitem:hover .slidecontent {
    background-image:rgba(0, 0, 0, 0.6);
    background-image:-webkit-gradient(linear, center top, center bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image:-moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image:-ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image:-o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.slideitem .title {
    padding-top:0px;     
}
.slideitem .title a {
    /* color:#fff; */
    text-transform:uppercase;    
    font-weight: 700;
    font-size: 16px;
/*     line-height: 1; */
    line-height: 20px;
}

.slideitem .title .post-info {
    margin-bottom:0;
    color:#aaa;
    font-size:11px;
}
.slideitem .title .post-info a {
    color:inherit;
    font-size:inherit;
}
.slideitem .title .post-info span {
    background:#fff;
    padding:0;
    color:inherit;
    float:left;
    padding:2px 10px;
    display:inline-block;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.slideitem .desc {
    color:#fff;
    margin-top:10px;
}
.slideitem.main img {max-height:504px !important;}


#widgetarea .widget .widgettile {
    font-size:14px;
    font-weight:300;
    border-bottom:1px solid #f6f6f6;
    padding-bottom:15px;
    color:#333;
    text-transform:uppercase;
}
#widgetarea.black {
    background:#363636
}
#widgetarea.black .widget .widgettile {
    color:#fff;
    border-bottom:1px solid #444
}
#widgetarea.black a {
    color:#fff
}
#widgetarea.black a:hover {
    color:#77B959
}
#widgetarea.black li {
    border-bottom-color:#444!important
}
#widgetarea.black li:hover {
    background:transparent;
}
#sidebar .widget {
    border:1px solid #f6f6f6;
    border-top:0;
    padding:0 20px 20px;
    margin-bottom:30px
}
#sidebar .widget .widgettile {
    font-size:14px;
    text-transform:uppercase;
    border-top:3px solid #333;
    border-bottom:1px solid #f6f6f6;
    margin:0 -21px 20px;
    padding:2px 21px 0;
}
#sidebar .widget img, #widgetarea .widget img {
    max-width:100%;
    height:auto;
}
#sidebar .widget select, #widgetarea .widget select {
    width:100%;
    white-space:normal;
}
.widget.post-list .post-images {
    width:70px;
    height:auto;
    /* height:70px; */
    margin-right: 10px;
}
.widget.post-list .post-title {
    padding-left:0px
}
.widget.post-list li {
    border-bottom:1px solid #f1f1f1;
    padding:0 50px 20px 20px;
    margin:0 -20px 20px;
    position:relative;
}
.widget.post-list li:last-child {
    border-bottom:0;
    padding-bottom:0;
    margin-bottom:0
}
.widget.post-list li .entry-title {
    font-size:15px
}
.widget.post-list li:hover .rating .rating-count {
    background:#251560
}
.widget.post-list li:hover .rating .rating-count:after {
    border-color:#48782C transparent transparent transparent;
}
.widget.post-list li .rating {
    position:absolute;
    top:7px;
    right:-8px;
    z-index:3
}
.widget.post-list li .rating .rating-count {
    position:relative;
    background:#f1f1f1;
    padding:5px 15px;
    color:#fff;
    font-weight:300;
    font-size:18px;
    font-style:normal;
    display:block;
}
.widget.post-list li .rating .rating-count i {
    margin-right:5px;
}
.widget.post-list li .rating .rating-count:after {
    content:'';
    width:0px;
    height:0px;
    border-style:solid;
    border-width:8px 8px 0 0;
    border-color:#e7e7e7 transparent transparent transparent;
    position:absolute;
    right:0px;
    bottom:-8px;
}
#widgetarea .widget.post-list li {
    border-bottom:1px solid #f1f1f1;
    padding:0 0 20px;
    margin:0 0 20px;
    position:relative;
}

.widget.widget_categories ul {
    margin:-20px 0 0;
    padding:0;
    list-style:none;
}
.widget.widget_categories ul li {
    padding:10px 0;
    border-bottom:1px solid #f1f1f1
}
.widget.widget_categories ul li:last-child {
    border-bottom:0
}
#sidebar .widget.widget_categories ul {
    margin:-20px
}
#sidebar .widget.widget_categories ul li {
    padding:10px 20px;
}
.widget.taxonomy_widget .taxonomy_content {
    margin:-20px
}
.widget.taxonomy_widget .taxonomy_content li {
    padding:10px 20px;
    border-bottom:1px solid #f1f1f1
}
.widget.taxonomy_widget .taxonomy_content li:last-child {
    border-bottom:0
}
.widget.taxonomy_widget .taxonomy_content li:hover {
    background:#fbfbfb
}
.widget.taxonomy_widget .taxonomy_content li:hover span {
    background:#251560
}
.widget.taxonomy_widget .taxonomy_content li span {
    float:right;
    min-width:23px;
    min-height:23px;
    font-size:10px;
    background:#333;
    color:#fff;
    text-align:center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
#widgetarea .widget.taxonomy_widget .taxonomy_content {
    margin:-20px 0 0 0
}
#widgetarea .widget.taxonomy_widget .taxonomy_content li {
    padding:10px 0;
}
.widget.post-list-images {
    padding-bottom:0!important;
}
.widget.post-list-images ul {
    border-top:1px solid #f1f1f1;
    margin:10px -20px 0;
    padding:0 20px;
}
.widget.post-list-images ul li {
    border-bottom:1px solid #f1f1f1;
    margin:0 -20px;
    padding:10px 20px 10px;
}
.widget.post-list-images ul li:hover {
    background:#fbfbfb
}
.widget.post-list-images .entry-title a {
    font-size:15px
}
.widget.post-list-images ul li:last-child {
    margin-bottom:0;
    border-bottom:0;
}
#widgetarea .widget.post-list-images ul {
    margin:10px 0px 0;
    padding:0
}
#widgetarea .widget.post-list-images ul li {
    margin:0;
    padding:10px 0;
}
#widgetarea.black .widget.post-list-images ul {
    border-top-color:#444;
}
.widget.widget_tag_cloud a {
    display:inline-block;
    padding:3px 15px 3px 10px;
    border:1px solid #f1f1f1;
    position:relative;
    margin:0 2px 5px 0;
    font-size:15px;
    color:#a8a8a8
}
.widget.widget_tag_cloud a:hover {
}
.widget.widget_recent_comments ul {
    margin:-20px 0 0;
    padding:0;
    list-style:none;
}
.widget.widget_recent_comments ul li {
    padding:10px 0;
    border-bottom:1px solid #f1f1f1
}
.widget.widget_recent_comments ul li:last-child {
    border-bottom:0
}
#sidebar .widget.widget_recent_comments ul {
    margin:-20px
}
#sidebar .widget.widget_recent_comments ul li {
    padding:10px 20px
}
.widget.widget_recent_entries ul {
    margin:-20px 0 0;
    padding:0;
    list-style:none;
}
.widget.widget_recent_entries ul li {
    padding:10px 0;
    border-bottom:1px solid #f1f1f1
}
.widget.widget_recent_entries ul li:last-child {
    border-bottom:0
}
#sidebar .widget.widget_recent_entries ul {
    margin:-20px
}
#sidebar .widget.widget_recent_entries ul li {
    padding:10px 20px
}
.widget.widget_rss ul {
    margin:-20px 0 0;
    padding:0;
    list-style:none;
}
.widget.widget_rss ul li {
    padding:10px 0;
    border-bottom:1px solid #f1f1f1
}
.widget.widget_rss ul li:last-child {
    border-bottom:0
}
.widget.widget_rss ul li .rsswidget {
    display:block;
}
.widget.widget_rss ul li .rss-date {
    font-size:13px;
    margin:10px 0
}
.widget.widget_rss ul li cite {
    margin-top:10px;
    display:block
}
#sidebar .widget.widget_rss ul {
    margin:-20px
}
#sidebar .widget.widget_rss ul li {
    padding:10px 20px
}
#sidebar .widget.category .widget-content {
    margin:-20px
}
#sidebar .widget.category ul {
    margin:0;
    padding:0;
    list-style:none;
}
#sidebar .widget.category li a {
    color:#7b7b7b;
    padding:10px 20px;
    border-bottom:1px solid #f1f1f1;
    display:block;
}
#sidebar .widget.category li a:hover {
    background:#fbfbfb;
    color:#333
}
#sidebar .widget.category li li a {
    padding-left:40px
}
#sidebar .widget.category li li li a {
    padding-left:60px
}
#sidebar .widget.category li li li li a {
    padding-left:80px
}
#sidebar .widget.category li li a:before, #sidebar .widget.category li li li a:before, #sidebar .widget.category li li li li a:before {
    content:'\f105';
    font-family:'FontAwesome';
    font-size:10px;
    margin-right:10px;
}
#sidebar .widget.category ul li:last-child a {
    border-bottom:0
}
#sidebar .widget.category ul ul li:last-child a {
    border-bottom:1px solid #f1f1f1;
}
#widgetarea .widget.widget_nav_menu ul {
    list-style:none;
    padding:0;
    margin:-10px 0 0 0;
}
#widgetarea .widget.widget_nav_menu li a {
    padding:10px 0;
    border-bottom:1px dotted #f1f1f1;
    display:block;
}
#widgetarea .widget.widget_nav_menu li:last-child a {
    border-bottom:0
}
#widgetarea.black .widget.widget_nav_menu li a {
    border-bottom-color:#444;
}
#sidebar .widget.widget_pages ul, #sidebar .widget.widget_nav_menu ul {
    margin:0
}
#sidebar .widget.widget_pages ul li, #sidebar .widget.widget_nav_menu li {
    padding:0;
    border-bottom:0
}
.widget.flickr .flickr_badge_image {
    width:25%;
    float:left;
}
.widget.flickr .flickr_badge_image img {
    width:100%;
    height:100%;
    padding:0.5px;
    opacity:0.8;
    position:relative;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
}
.widget.flickr .flickr_badge_image:hover img {
    opacity:1;
}
#sidebar .widget.enews .widgettile {
    border-top-color:#251560;
}
.widget.enews form input {
    display:block;
    width:100%
}
.widget.last-tweet .tweet-content {
    margin:-20px;
}
.widget.last-tweet .tweet-content ul {
    list-style:none;
    margin:0;
    padding:0;
}
.widget.last-tweet .tweet-content ul li {
    padding:10px 20px 10px 40px;
    border-bottom:1px solid #f1f1f1;
    position:relative;
}
.widget.last-tweet .tweet-content ul li:before {
    content:'\f099';
    font-family:'FontAwesome';
    position:absolute;
    left:20px;
    top:12px;
}
.widget.last-tweet .tweet-content ul li:last-child {
    border-bottom:0
}
.widget.last-tweet .tweet-content ul li .tweet_text {
    color:#333;
}
.widget.last-tweet .tweet-content ul li .tweet_time {
    display:block;
    font-size:13px;
}
.widget.last-tweet .tweet-content ul li a {
    color:#7b7b7b
}
.widget.last-tweet .tweet-content ul li a:hover {
    color:#251560
}
#widgetarea .widget.last-tweet .tweet-content {
    margin:-20px 0 0;
}
#widgetarea .widget.last-tweet .tweet-content ul li {
    padding:10px 0 10px 20px;
}
#widgetarea .widget.last-tweet .tweet-content ul li:before {
    left:0px;
}
#widgetarea.black .widget.last-tweet .tweet-content ul li .tweet_text {
    color:#fff
}
.widget.contact-widget .contact-info-content {
    margin:-20px
}
.widget.contact-widget .contact-info-content li {
    padding:10px 20px;
    border-bottom:1px solid #f1f1f1
}
.widget.contact-widget .contact-info-content li:last-child {
    border-bottom:0
}
.widget.contact-widget .contact-info-content li i {
    min-width:25px;
}
#widgetarea .widget.contact-widget .contact-info-content {
    margin:-20px 0 0 0;
}
#widgetarea .widget.contact-widget .contact-info-content li {
    padding:10px 0;
}
#sidebar .widget.popupar.post-list {   
    border-color:#393939;
    background-color: #333;
}
#sidebar .widget.popupar.post-list .widgettile {
    border-top-color:#251560;
    border-bottom-color:#393939;
    color:#fff
}
#sidebar .widget.popupar.post-list li {
    border-bottom-color:#393939
}
#sidebar .widget.popupar.post-list li .entry-title a {
    color:#fff
}


#sidebar .widget.popupar.post-list li .entry-title a:hover {
    color:#ffffff;
    background:none;
    text-decoration:underline;
}
#sidebar .widget.post-list li .rating .rating-count {
    background:#222
}
#sidebar .widget.post-list li .rating .rating-count:after {
    border-color:#111 transparent transparent transparent;
}
#sidebar .widget.post-list li:hover .rating .rating-count {
    background:#251560
}
#sidebar .widget.post-list li:hover .rating .rating-count:after {
    border-color:#48782C transparent transparent transparent;
}
#sidebar .widget.widget_search {
    padding-bottom:15px
}
.widget.widget_search .screen-reader-text {
    display:none
}
.widget.widget_calendar .table {
    margin-bottom:0!important
}
.site-trend {
    background:#f1f1f1;
    font-size:14px;
}
.site-trend #hotnews {
    padding:15px 0 15px 20px
}
.site-trend #hotnews a {
    color:#7b7b7b
}
.site-trend strong {
    text-transform:uppercase;
    font-weight:400
}
.site-trend .top-social ul {
    float:right;
    margin-bottom:0
}
.site-trend .top-social ul li {
    float:left;
    margin-left:1px;
}
.site-trend .top-social ul li a {
    display:block;
    padding:15px 20px;
    background:#fff;
    font-size:inherit;
    color:inherit;
}
.site-trend .top-social ul li a:hover {
    color:#fff
}
.newsbox .boxheading {
    padding:1px 0;
    color:#363636;
    position:relative;
    overflow:hidden;
    z-index:1;
    border-top:3px solid #240C60;
    border-bottom:1px solid #f1f1f1;
}
.newsbox .boxheading h5 {
    color:inherit;
    font-size:14px;
    font-weight:300;
    text-transform:uppercase;
}
.newsbox .boxheading .control-nav {
    position:absolute;
    top:7px;
    right:0;
    z-index:2;
    width:90px;
    text-align:right;
}
.newsbox .boxheading .control-nav a {
    display:inline-block;
    padding:2px 10px;
    color:#363636;
    margin-left:-2px;
    border:1px solid #f1f1f1;
    color:#d1d1d1
}
.newsbox .boxheading .control-nav a:hover {
    border:1px solid #d1d1d1;
    color:#c1c1c1
}
.newsbox .boxheading .rss-icon {
    margin:10px 0 0
}
.newsbox .boxheading .rss-icon a {
    color:#fff;
}
.newsbox .subheading {
    padding:10px 0;
}
.newsbox .subheading li {
    float:left;
    margin-left:1px
}
.newsbox .subheading li a {
    padding:4px 20px;
    font-family:'Helvetica Neue';
    color:#363636;
}
.newsbox .subheading li:last-child a {
    border-right:0
}
.newsbox .boxlink a {
    font-weight:300;
    font-size:11px;
    border:1px solid #f6f6f6;
    color:#d1d1d1;
    padding:10px;
    text-align:center;
    display:block;
    margin-top:20px;
    text-transform:uppercase;
}
.newsbox .boxlink a:hover {
    border-color:#e1e1e1;
    color:#d5d5d5
}
.newsbox .carousel-area li {
    float:left;
    list-style-type:none;
    padding-left:15px;
    padding-right:15px;
    min-height:400px;
}
.newsbox .carousel-area li a {
    display:inline-block;
    padding-left:5px;
    padding-right:5px;
}
.newsbox .rowpost {
    border-top:1px solid #f1f1f1;
    padding-top:20px;
}
.boxrecent {
    border-top:1px solid #f6f6f6;
    padding-top:10px;
}
.boxrecent .post-info {
    margin:10px 0;
}
.boxrecent .postitem {
    border-bottom:1px solid #f6f6f6;
    margin-bottom:10px;
}
.boxrecent .postitem:last-child {
    border-bottom:0;
    margin-bottom:0
}
.postitem {
    position:relative;
}
.postitem .comment.right {
    position:absolute;
    top:20px;
    right:-8px;
    z-index:3;
    min-width:33px;
    min-height:33px;
    text-align:center;
}
.postitem .comment.right .comment-count {
    position:relative;
    background:#251560;
    padding:4px 8px 6px;
    color:#fff;
    font-weight:300;
    font-size:18px;
    font-style:normal;
    display:block;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.postitem .comment.right .comment-count i {
    margin-right:5px;

}
.postitem .comment.right .comment-count:after {
   /* content:'';
    width:0px;
    height:0px;
    border-style:solid;
    border-width:8px 8px 0 0;
    border-color:#48782C transparent transparent transparent;
    position:absolute;
    right:0px;
    bottom:-8px;*/
}
.postitem .post-images {
    position:relative;
}

.postitem .post-heading .entry-title {
  margin:0 0 5px 0;
  font-size:15px;
  line-height:20px;
}
.newsbox .carousel-area li a.btn-special-rho {
  padding-right:15px;
  padding-left:15px;
}
.newsbox .carousel-area.dvd li {
    padding-left:15px;
    padding-right:15px;
}
.newsbox .carousel-area.dvd li a.img-dvd {
    padding:0;
}
.newsbox .carousel-area.dvd li a.img-dvd img {
    width:100%;
    height:auto;
    margin:0;
    padding:0;
}
#main .newsbox .carousel-area.dvd li h4 {
  font-size:15px;
}
.newsbox .carousel-area.dvd li .postitem .images-mark {
   height:96%;
}
.newsbox .carousel-area.dvd li .postitem .images-mark .markcontent a {
  padding-top:12px;
}
.newsbox .carousel-area.dvd li h4 a:hover {
   background:none;
}
#productlist li {
   min-height:250px !important;
} /* min-height carousel */

.postitem .postmedia {
    position:relative;
}
.postitem .postmedia .comment.right {
    right:7px
}
.postitem .images-mark {
    position:absolute;
    width:100%;
    height:100%;
    text-align:center;
    /*background:rgba(255, 255, 255, 0.2);*/
    opacity:1;
    z-index:2;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    -o-transition:all 0.1s linear;
    -ms-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
.postitem .post-images.hover .images-mark {
    background:rgba(0, 0, 0, 0.3);
    background-image:-webkit-gradient(linear, center top, center bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image:-moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image:-ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image:-o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.postitem .images-mark .markcontent {
    display:block;
    width:100%;
    position:absolute;
    top:0;
    opacity:0
}
.postitem .images-mark .markcontent a {
    display:inline-block;
    padding-top:12px;
    /*background:rgba(255, 255, 255, 0.4);*/
    color:#fff;
    width:50px;
    height:50px;
    font-size:22px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.postitem .post-shortcontent {
    margin-left:120px;
}
.postitem.posts {
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:3px double #f1f1f1
}
.postitem.boxed p, .postitem.posts p {
    margin-bottom:0
}
.postitem.boxed {
    border:1px solid #f1f1f1;
    border-bottom:4px double #f1f1f1;
    padding-bottom:0
}
.postitem.boxed .post-media {
    margin-top:-1px;
    margin-left:-1px;
    margin-right:-1px;
    height:auto;
    overflow:hidden;
}
.postitem.boxed .post-media img {
    max-width:100%;
    height:auto;
    width:100%;
}
.postitem.boxed .entry-title, .postitem.boxed .entry-info, .postitem.boxed .entry-summary, .postitem.boxed .entry-share {
    padding-left:20px;
    padding-right:20px;
}
.postitem.boxed .entry-share {
    border-top:1px solid #f6f6f6;
    color:#ababab;
    margin-top:20px;
    padding-top:15px;
    padding-bottom:15px;
    font-size:11px;
}
.postitem.boxed .entry-share li {
    float:left;
    margin-right:5px;
}
.postitem.boxed .social a {
    display:block;
    color:inherit;
    background:#f1f1f1;
    text-align:center;
    width:25px;
    height:25px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.postitem.boxed .social a:hover {
    color:#fff
}
.postitem.boxed .entry-share span a {
    color:inherit;
    text-transform:uppercase;
}
.post-info {
    text-transform:uppercase;
    color:#c0c0c0;
    font-size:11px;
    margin:0 0 10px
}
.post-info a {
    color:inherit;
}
.post-info span {
    margin-right:-3px;
    background:#f6f6f6;
    color:#a6a6a6;
    display:inline-block;
    padding:3px 10px;
}
.post-info span i {
    margin-right:5px
}
.post-info span.category {
    background:#363636;
    color:#fff
}
.post-info.alternative span {
    background:transparent;
    color:#ababab;
    padding:0;
    margin-right:10px
}
.post-quotes {
    padding:20px;
    background:#363636;
    font-size:18px;
    line-height:24px;
    font-weight:300;
    position:relative;
}
.post-quotes:after {
    position:absolute;
    content:'';
    width:0px;
    height:0px;
    border-style:solid;
    border-width:10px 10px 0 10px;
    border-color:#363636 transparent transparent transparent;
    bottom:-10px;
    left:20px;
}
.post-quotes blockquote {
    border-left:0;
    padding:0;
}
.post-quotes a {
    margin-top:10px;
    color:#666;
    border-bottom:1px solid #666;
    display:inline-block;
    font-size:13px
}
.post-quotes a:hover {
    color:#888;
    border-bottom-color:#888
}
.entry-info {
    border-top:1px solid #f6f6f6;
    border-bottom:1px solid #f6f6f6;
    padding:7px 0;
    text-transform:uppercase;
    font-size:11px;
    color:#ababab;
    margin-top:17px
}
.entry-info span {
    margin-right:20px;
}
.entry-info span i {
    margin-right:5px;
}
.entry-info a {
    color:inherit;
}
.entry-info .nexpost {
    margin-right:0
}
.entry-info .nexpost i {
    margin:0 0 0 5px;
}
.entry-info .readmore {
    margin-right:0
}
.entry-info .readmore i {
    margin-left:5px
}
.entry-meta span, .entry-meta a {
    display:block;
    float:left;
    padding:3px 15px 3px 10px;
    border:1px solid #f1f1f1;
    position:relative;
    margin:0 2px 2px 0;
    font-size:13px;
    color:#a8a8a8
}
.entry-meta a:hover {
    border-color:#f1f1f1;
    background:#f1f1f1;
    color:#999
}
.entry-meta span {
    color:#999;
    font-weight:bold
}
.entry-meta span i {
    margin-right:5px
}
.entry-meta span time {
    font-weight:normal;
}
.entry-meta .post-social-share a {
    min-width:40px;
    text-align:center;
}
.authorbox {
    border-top:3px solid #363636
}
.authorbox .boxcontent {
    border:1px solid #f1f1f1;
    border-top:0;
    padding:20px;
}
.authorbox .boxcontent p:last-child {
    margin-bottom:0
}
.authorbox .boxcontent .author-avatar {
    float:left;
    margin-top:5px
}
.authorbox .boxcontent .author-info {
    padding-left:100px
}
.authorbox .author-social {
    float:left;
}
.authorbox .author-social li {
    float:left;
    margin:15px 5px 0 0;
}
.authorbox .author-social li a {
    width:25px;
    height:25px;
    color:#fff;
    font-size:12px;
    background:#333;
    display:block;
    text-align:center;
    padding-top:1px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.rating-area li {
    margin-bottom:10px
}
.rating-area .rating-score {
    color:#fff;
    font-size:51px;
    padding:40px 20px;
    text-align:center;
    font-weight:300;
    background:#251560
}
.rating-area .rating-score .title {
    font-size:13px;
    line-height:13px;
    line-height:26px;
    display:block;
    margin-top:10px;
    text-transform:uppercase;
}
.rating-area .rating-details {
    color:#fff;
    padding:20px;
    background:#363636
}
.rating-area .rating-details .heading {
    color:inherit;
    margin-bottom:5px;
    text-transform:uppercase;
    font-size:13px
}
.rating-area .star-rating {
    font-family:'FontAwesome';
    font-size:13px;
    line-height:13px;
}
.rating-area .star-rating-1:before {
    content:'\f005 \f006 \f006 \f006 \f006';
}
.rating-area .star-rating-2:before {
    content:'\f005 \f005 \f006 \f006 \f006';
}
.rating-area .star-rating-3:before {
    content:'\f005 \f005 \f005 \f006 \f006';
}
.rating-area .star-rating-4:before {
    content:'\f005 \f005 \f005 \f005 \f006';
}
.rating-area .star-rating-5:before {
    content:'\f005 \f005 \f005 \f005 \f005';
}
.rating-bar {
    background:#757575;
    position:relative;
}
.rating-bar .rating-bar-content {
    background:#251560;
    padding:2px 10px;
    color:#fff;
    font-weight:bold;
    width:0;
    font-size:12px
}
.rating-bar span {
    position:absolute;
    top:-25px;
    right:0;
    width:40px;
    height:25px;
    background:#757575;
    color:#fff;
    text-align:center;
    padding-top:5px;
    font-size:16px;
}
.prenebox {
    background:#f1f1f1;
    padding:20px;
    clear:both;
}
.prenebox span {
    text-transform:uppercase;
    display:block;
    font-size:13px;
    letter-spacing:0.05em
}
.child-main .mainlist, #sidebar-content #content {
    float:right
}
.child-main .childlist, #sidebar-content #sidebar {
    float:left
}
.pagenavi a, .pagenavi span {
    padding:5px 0 0;
    margin-right:5px;
    background:#363636;
    color:#fff;
    min-width:35px;
    min-height:35px;
    display:inline-block;
    text-align:center;
}
.pagenavi span {
    background:#251560;
    color:#fff
}
.pagenavi a:hover {
    background:#251560;
}
.mansory .pagenavi {
    text-align:center;
    clear:both;
}
.comment-list .heading {
    margin-bottom:20px
}
.comment-list ul {
    list-style:none;
    margin:0;
    padding:0;
}
.comment {
    margin-bottom:15px;
}
.comment:last-child {
    border-bottom:0;
    margin-bottom:0;
}
.comment ul {
    margin:15px 0 0 0;
    padding:0 0 0 70px;
}
.comment ul .comment:last-child {
    padding-bottom:0
}
.comment .avatar {
    float:left;
    width:50px;
}
.comment .avatar img {
}
.comment .comment-text {
    margin:0 0 0 70px;
    background:#f1f1f1;
    padding:20px;
    position:relative;
}
.comment .comment-text:before {
    width:0;
    height:0;
    border-top:15px solid transparent;
    border-bottom:15px solid transparent;
    border-right:15px solid #f1f1f1;
    position:absolute;
    content:'';
    top:20px;
    left:-15px;
}
.comment .comment-text .author {
    margin-bottom:5px
}
.comment .comment-text .author span {
    font-weight:bold;
    display:block;
    line-height:0.6;
    margin-bottom:5px;
    color:#333
}
.comment .comment-text .author time {
    font-size:13px;
    color:#bebebe
}
.comment .comment-text .author a {
    color:#bebebe;
    font-size:13px;
}
.comment .comment-text .author a:before {
    content:"\2022";
    margin:0 5px;
    color:#bebebe!important;
}
.comment .comment-text .author a.url:before {
    display:none
}
.comment .comment-text .author a.url {
    color:#999;
    font-size:15px
}
.comment .comment-text .author a:hover {
    color:#666;
}
.comment-form .form-input {
    margin-bottom:15px;
}
.comment-form textarea, .comment-form .field input {
    width:100%;
}
.comment-form .form-submit {
    text-align:right;
}
.comment-form .form-submit #submit {
    background:#f1f1f1;
    border:0;
}
.comment-form .form-submit #submit:hover {
    background:#251560;
    color:#fff;
}
.alert {
    margin-bottom:20px;
    border:1px solid #f1f1f1;
    border-width:0 0 0 3px;
    color:#aeaeae;
    padding:15px 40px 15px 20px;
    font-weight:bold;
    position:relative;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.alert p {
    margin-bottom:0
}
.alert .close {
    position:absolute;
    top:35%;
    right:20px;
    color:inherit;
}
.alert.error {
    border-color:#b10000;
    color:#b10000;
    background:#fff5f5;
}
.alert.success {
    border-color:#007caf;
    color:#007caf;
    background:#f2fbff;
}
.alert.warning {
    border-color:#dd9e30;
    color:#dd9e30;
    background:#fff8ec;
}
.alert.info {
    border-color:#5dac10;
    color:#5dac10;
    background:#f6ffee;
}
.tabs {
    margin-bottom:20px
}
.tabs .tabNavigation li {
    float:left;
    margin-right:-1px
}
.tabs .tabNavigation li a {
    display:block;
    padding:12px 20px;
   /* border:1px solid #f1f1f1;*/
    font-weight:700;
    color:#fff;
    background-color: #251560;

}
.tabs .tabNavigation li.yellow-btn a {
  	color: #251560;
    background-color: #ffcc33;
}
.tabs .tabNavigation li.yellow-btn a:after {
    color: #fff;
}

.tabs .tabNavigation li a:hover {
    color: #251560;
    background-color: #ffcc33;
}

.tabs .tabNavigation li.yellow-btn a:hover {
  	color:#fff;
    background-color: #251560;
}
.tabs .tabNavigation li.yellow-btn a:hover:after {
    color: #ffcc33;
}

.tabs .tabNavigation li.active a {
    border-bottom:1px solid #fff;
    color:#251560;
    background-color: #fff;
}
.tabs .tabNavigation li i {
    margin-right:10px
}
.tabs .tabs-container {
    display:none;
    padding:15px 20px;
    border:1px solid #f1f1f1;
    margin-top:-1px;
}
.tabs .tabs-container.active {
    display:block
}
.tabs .tabs-container p:last-child {
    margin-bottom:0
}
.tabs.left .tabNavigation {
    float:left;
    min-width:180px;
    border-right:1px solid #f1f1f1;
}
.tabs .tabNavigation {
    margin-left: 10px;
}
.tabs.left .tabNavigation li {
    float:none
}
.tabs.left .tabNavigation li {
    margin-bottom:-1px;
}
.tabs.left .tabs-container {
    margin-left:179px;
    margin-top:0
}
.tabs.left .tabNavigation li.active a {
    border-bottom:1px solid #f1f1f1;
    border-right:1px solid #fff;
}
.tabs.right .tabNavigation {
    float:right;
    min-width:180px;
}
.tabs.right .tabNavigation li {
    float:none;
}
.tabs.right .tabNavigation li {
    margin:0 0 -1px -1px;
}
.tabs.right .tabs-container {
    margin-right:180px;
    margin-top:0
}
.tabs.right .tabNavigation li.active a {
    border-left:1px solid #fff;
    border-bottom:1px solid #f1f1f1;
}
.accordion .accordion-item {
  /*  margin-bottom:15px*/
}
.accordion .accordion-title {
    margin-bottom:0
}
.accordion .accordion-title a {
    padding:12px 25px 8px;
    border:1px solid #f1f1f1;
    display:block;
    overflow:hidden;
    font-weight:700;
    font-size:15px;
    line-height:24px;
}
.accordion .accordion-title a .icon-accordion:before {
    color:inherit;
    content:"\f068";
    font-family:"FontAwesome";
    font-style:normal;
    padding:20px 25px 20px 0;
    margin:-14px 25px -14px 0;
    font-size:10px;
    line-height:1;
    border-right:1px solid #f1f1f1
}
.accordion .accordion-title a.collapsed .icon-accordion:before {
    content:"\f067";
}
.accordion .accordion-body {
    padding:15px 20px;
    border:1px solid #f1f1f1;
    margin-top:-1px
}
.pricing-item {
    border:1px solid #f1f1f1;
    border-top:3px solid #000;
    margin-bottom:30px;
}
.pricing-item .pricing-title {
    padding:20px;
    border-bottom:1px solid #f1f1f1;
    text-transform:uppercase;
}
.pricing-item .pricing-price {
    padding:20px 20px 30px;
    border-bottom:1px solid #f1f1f1;
}
.pricing-item .pricing-price span {
    font-size:22px;
    line-height:49px;
    /*font-weight:800;*/
    position:relative;
    display:block;
    font-weight: 600;
    color: #000;
}
.pricing-item .pricing-price i {
    font-size:13px;
    line-height:13px;
}
.pricing-item .pricing-price i.currency {
    position:absolute;
    top:5px;
    right:-10px
}
.pricing-item .pricing-price i.per {
    position:absolute;
    bottom:-5px;
    right:0
}
.pricing-item .pricing-details ul li {
    padding:5px 0;
    background:#f1f1f1;
    margin:0 -1px;
    font-size:12px;
    text-align: left;
    padding-left: 10px;
    /* height:68px; */
    
}
.pricing-item .pricing-details ul li:nth-child(2n) {
    background:#fdfdfd
}
.pricing-item .button {
    padding-top:15px;
    padding-bottom:15px;
    text-transform:uppercase;
}
.pricing-item .button:hover {
    background:#333;
}
.button.block {
    display:block;
    width:100%
}
.button i {
    margin-left:5px;
}
.button.green {
    background:#251560;
    color:#fff
}
.button.green:hover {
    background:#77b959;
}
.button.red {
    background:#b90000;
    color:#fff
}
.button.red:hover {
    background:#5e0000;
}
.button.blue {
    background:#31bde6;
    color:#fff
}
.button.blue:hover {
    background:#0c5d74;
}
.button.yellow {
    background:#edda04;
    color:#fff
}
.button.yellow:hover {
    background:#5c5f00;
}
.button.orange {
    background:#c94505;
    color:#fff
}
.button.orange:hover {
    background:#672200;
}
.button.black {
    background-color:#222;
    color:#fff;
    font-size: 12px;
}
.button.black:hover {
    /* background:#444; */
    background-color:#ffcc33 ;
    color:#000;
}
.divider {
    height:1px;
    border-bottom:3px double #f1f1f1;
    clear:both;
    margin-top:30px;
    margin-bottom:30px;
}
.divider.striptags {   
    opacity:0.4;
    height:3px;
    border-bottom:0;
}
.dropcap {
    font-size:32px;
    display:inline-block;
    float:left;
    margin:8px 10px 0 0;
    color:#666
}
.dropcap.square {
    color:#7b7b7b;
    font-size:19px;
    line-height:1;
    border:2px solid #7b7b7b;
    padding:6px 12px;
}
.dropcap.round {
    border:0;
    font-size:18px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    color:#fff;
    background-color:#363636;
    padding:5px 11px;
}
.highlight {
    background:#333;
    display:inline-block;
    color:#fff;
    padding:0 10px;
}
.highlight.blue {
    background-color:#055db5;
}
.highlight.yellow {
    background-color:#e2b71f;
}
.highlight.red {
    background-color:#c20000;
}
.highlight.green {
    background-color:#348806;
}
.highlight.color {
    background-color:#C73831;
}
.infobox {
    border:3px solid #f1f1f1;
    padding:20px;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.infobox .infobox-content {
    padding-left:95px
}
.infobox:hover {
    border-color:#251560;
}
.infobox:hover h3 {
    color:#251560;
}
.infobox .icon-effect .fa {
    display:inline-block;
    font-size:0px;
    cursor:pointer;
    margin-top:5px;
    width:75px;
    height:75px;
    border-radius:50%;
    text-align:center;
    position:relative;
    z-index:1;
    color:#fff;
}
.infobox .icon-effect .fa:before {
    speak:none;
    font-size:36px;
    line-height:76px;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    display:block;
    -webkit-font-smoothing:antialiased;
}
.infobox .icon-effect .fa:after {
    pointer-events:none;
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    content:'';
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}
.infobox .icon-effect .fa {
    color:#fff;
    box-shadow:0 0 0 3px #f1f1f1;
    -webkit-transition:color 0.3s, border 0.3s;
    -moz-transition:color 0.3s, border 0.3s;
    transition:color 0.3s, border 0.3s;
}
.infobox .icon-effect .fa:after {
    top:-2px;
    left:-2px;
    padding:2px;
    z-index:-1;
    background:#f1f1f1;
    -webkit-transition:-webkit-transform 0.2s, opacity 0.2s;
    -moz-transition:-moz-transform 0.2s, opacity 0.2s;
    transition:transform 0.2s, opacity 0.2s;
}
.infobox:hover .icon-effect .fa {
    color:#fff;
}
.infobox:hover .icon-effect .fa {
    box-shadow:0 0 0 3px #251560;
}
.infobox:hover .icon-effect .fa:after {
    -webkit-transform:scale(0.85);
    -moz-transform:scale(0.85);
    -ms-transform:scale(0.85);
    transform:scale(0.85);
    background:#251560;
}
.adsbox img {
    display:block;
    max-width:100%;
    height:auto;
    margin:0 auto;
}
.callout {
    padding:20px;
    border:2px solid #f2f2f2;
}
.callout p:last-child {
    margin-bottom:0
}
.callout .action a {
    margin-top:4%
}
.testimonial .testimonial-content {
    background:#f1f1f1;
    padding:20px;
    font-weight:300;
    position:relative;
}
.testimonial .testimonial-content:after {
    position:absolute;
    content:'';
    width:0px;
    height:0px;
    border-style:solid;
    border-width:20px 20px 0 0;
    border-color:#f1f1f1 transparent transparent transparent;
    bottom:-20px;
    right:20px;
}
.testimonial .testimonial-cite {
    padding:10px 50px 0 0;
    font-size:13px
}
.testimonial .testimonial-cite .name {
    font-weight:bold
}
.testimonial p:last-child {
    margin-bottom:0
}
.icon-list li i {
    width:20px
}
.bottom-1, .bottom-30 {
    margin-bottom:30px;
}
.bottom-20 {
    margin-bottom:20px;
}
.bottom-15 {
    margin-bottom:15px;
}
.bottom-10 {
    margin-bottom:10px;
}
.bottom-5 {
    margin-bottom:5px;
}
.bottom-2 {
    margin-bottom:2px;
}
.bottom-0 {
    margin-bottom:0!important;
}
.top-60 {
    margin-top:60px;
}
.top-30 {
    margin-top:30px;
}
.top-20 {
    margin-top:20px;
}
.top-10 {
    margin-top:10px;
}
.top-5 {
    margin-top:5px
}
.top-0 {
    margin-top:0!important;
}
.form .field {
    margin:0 0 10px
}
.wpcf7-form p, .form .field label {
    display:block;
    margin:0 0 10px;
    font-weight:700;
}
.form .field .fullwidth {
    width:100%
}
.wpcf7-form .wpcf7-not-valid, .form .field .error {
    border:1px solid #d70344!important;
}
.form .validate {
    display:none
}
.wpcf7-form {
    margin-top:30px
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    margin-top:10px;
    display:block
}
.wpcf7-form textarea {
    width:100%
}
.wpcf7-form .wpcf7-submit {
    margin-top:20px
}
div.wpcf7-response-output {
    margin:0!important
}
.wpcf7-form .wpcf7-not-valid-tip {
    display:none;
}
.back-to-top {
    padding:4px 0;
    width:35px;
    height:35px;
    text-align:center;
    background:#999;
    color:#fff;
    display:inline-block;
    position:fixed;
    right:20px;
    bottom:10px;
    z-index:99999999;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.back-to-top:hover {
    cursor:pointer;
    background:#333;
    color:#fff;
}
.fof-title {
    font-size:79px;
    line-height:79px;
    display:block;
    font-weight:300
}
.social.color .facebook a, .social .facebook a:hover {
    background:#3B559F
}
.social.color .twitter a, .social .twitter a:hover {
    background:#32CCFE
}
.social.color .googleplus a, .social .googleplus a:hover {
    background:#d15033
}
.social.color .pinterest a, .social .pinterest a:hover {
    background:#C9212E
}
.social.color .youtube a, .social .youtube a:hover {
    background:#D82624
}
.social.color .linkedin a, .social .linkedin a:hover {
    background:#0073B2
}
.social.color .flickr a, .social .flickr a:hover {
    background:#FF0084
}
.social.color .xing a, .social .xing a:hover {
    background:#015A60
}
.social.color .skype a, .social .skype a:hover {
    background:#1AB9F1
}
.social.color .tumblr a, .social .tumblr a:hover {
    background:#2B4661
}
.social.color .bitbucket a, .social .bitbucket a:hover {
    background:#013567
}
.social.color .dropbox a, .social .dropbox a:hover {
    background:#018BD3
}
.social.color .instagram a, .social .instagram a:hover {
    background:#AD8263
}
.social.color .dribbble a, .social .dribbble a:hover {
    background:#F96599
}
.social.color .foursquare a, .social .foursquare a:hover {
    background:#00ADEF
}
.social.color .dribbble a, .social .dribbble a:hover {
    background:#F96599
}
.social.color .github a, .social .github a:hover {
    background:#B4B4B4
}
.social.color .vk a, .social .vk a:hover {
    background:#416692
}
.social.color .maxcdn a, .social .maxcdn a:hover {
    background:#FF960E
}
.social.color .weibo a, .social .weibo a:hover {
    background:#D52B2B
}
.social.color .trello a, .social .trello a:hover {
    background:#226784
}
.social.color .rss a, .social .rss a:hover {
    background:#FE9900
}
.sticky {
}
.bypostauthor {
}
.alignnone {
    margin:5px 0 20px;
}
.aligncenter, div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto
}
.wp-caption {
    background:#fff;
    border:1px solid #f1f1f1;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption:hover {
    border-color:#ccc
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption[class*=" wp-image-"], .wp-caption[class^="wp-image-"], .wp-caption[class^="wp-image-"]:hover, .wp-caption[class*=" wp-image-"]:hover {
    border:1px solid #f1f1f1!important;
}
.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:5px 4px 0px;
}
.gallery {
    margin-bottom:20px;
}
.gallery p {
    display:block;
    height:4px
}
.gallery-item {
    float:left;
    margin:0 4px 4px 0;
    overflow:hidden;
    position:relative;
}
.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
    display:table;
    margin:0 auto 20px;
}
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
    text-align:center;
}
.gallery-columns-4 .gallery-item {
    max-width:23%;
    max-width:-webkit-calc(25% - 4px);
    max-width:calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width:19%;
    max-width:-webkit-calc(20% - 4px);
    max-width:calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width:15%;
    max-width:-webkit-calc(16.7% - 4px);
    max-width:calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width:13%;
    max-width:-webkit-calc(14.28% - 4px);
    max-width:calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width:11%;
    max-width:-webkit-calc(12.5% - 4px);
    max-width:calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width:9%;
    max-width:-webkit-calc(11.1% - 4px);
    max-width:calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right:0;
}
.gallery-caption {
    background-color:rgba(0, 0, 0, 0.7);
    box-sizing:border-box;
    color:#fff;
    font-size:14px;
    line-height:1.3;
    margin:0;
    max-height:50%;
    opacity:0;
    padding:2px 8px;
    position:absolute;
    bottom:0;
    left:0;
    text-align:left;
    -webkit-transition:opacity 400ms ease;
    transition:opacity 400ms ease;
    width:100%;
}
.gallery-caption:before {
    box-shadow:0 -10px 15px #000 inset;
    content:"";
    height:100%;
    min-height:49px;
    position:absolute;
    left:0;
    top:0;
    width:100%;
}
.gallery-item:hover .gallery-caption {
    opacity:1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display:none;
}
#content img {
    max-width:100%;
    height:auto;
    display:block;
    margin: 0px;
    padding: 0px;
}
#content.blog-post-fix img {
    height: auto !important;
    width:100%;
}
#content .video img {
  width:100%;
}


/*CUSTOM CSS*/

.accordion .social a {
display: block;
color: inherit;
background: #f1f1f1;
text-align: center;
width: 25px;
height: 25px;
-webkit-border-radius:50%;
-moz-border-radius: 50%;
border-radius:50%;
}

.accordion .social li {
    float: left;
    height: auto;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.accordion .social .fa {
    text-align: center;
    padding: 0px;
    margin: 0px;
    height: 25px;
    width: 25px;
    padding-top: 8px;
    font-size: 12px;
    color: #aaa;

}
.accordion .social {
    margin-bottom: 15px;
}
.social-block {
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #f1f1f1;
    border-bottom: 4px double #f1f1f1;
}
.infobox {
   /* border-radius: 20px;*/
}

#header .fullmenu li a {
    font-size: 12px;
    line-height:17px;
    padding-left: 16px;
    padding-right: 17px;
    text-transform: uppercase;
}
#sidebar .widget_nav_menu {
   /* border-radius: 20px;
    border: 3px solid #f6f6f6;*/
}
/*#sidebar .widget_nav_menu a:hover{
    color: #251560;
}*/
#sidebar .widget_nav_menu .widgettile {
    border-top: none;
    background-color: #ffcc33;
   /* border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
    text-transform: uppercase;
   /* text-align: center;*/
    font-weight: bold;
    padding-left: 30px;
}
#header .fullmenu li>a.sf-with-ul:after {
    content: '\f078';
    font-size: 10px;
    vertical-align: 2px;
}
#footer #credit ul li a {
    font-size: 13px;
}



/*  add css  */
.postitem.boxed.new-postitem .entry-title {
 /* margin-top: -68px;*/
  z-index: 2;
  margin-bottom: 0;
  color: #ffffff;
  position: relative;
  padding: 10px 15px;
  background: rgba(36,12,98,0.9);
}
.postitem.boxed.new-postitem .entry-title a {
  color:#ffffff;
}
.postitem.boxed.new-postitem .entry-info {
  margin-top:0;
}
.postitem.boxed.new-postitem .media-image {
  height:180px;
  overflow:hidden;
}
/*.postitem.boxed.new-postitem .media-image img {
  width:auto;
  height:180px;
}*/
.postitem.boxed.new-postitem .media-image {
    height: 230px;
}
.postitem.boxed.new-postitem h3.entry-title {
    position: absolute;
    bottom: 10px;
    width: 90%;
    left: 5%;
}
.media-image h3 {
    
}

.fa-chevron-right:before {
content: "\f054";
margin-right: 10px;
margin-left: 10px;
font-size: 10px;
}
#footer a:hover {
    text-decoration: none;
    color: #251560;
    background-color: #ffcc33; 
}
#footer a {
    text-decoration: underline;
}

#footer-widget-1 a {
    padding:5px;
    text-decoration: none;
}
#sidebar .widget.widget_nav_menu ul#menu-elements {
    list-style-type: none;
    padding-left: 10px;
}
#sidebar .widget.widget_nav_menu ul#menu-elements li {
    border-bottom: 1px solid #f6f6f6;    
}
#sidebar .widget.widget_nav_menu ul#menu-elements li a {
    padding: 5px 0px;
    width: 100%;
    display: block;
}
#sidebar .widget.widget_nav_menu ul#menu-elements li:hover {
    background: #251560;
}
#sidebar .widget.widget_nav_menu ul#menu-elements li a:hover{
    background: #251560;
    color: #fff;
    padding-left: 5px;
}

.infobox:hover .icon-effect .fa:after {
    background: #fff;
}
.infobox:hover a {
    background-color: #fff;
}


/*.tabs .tabNavigation li a {
     background-color: #fff;
}*/
.bottom-2 {
	margin-bottom: 0px;
}
#header .fullmenu ul li ul {
	top: 54px;
}
#header .fullmenu li a:hover {
	background-color: #251560;
}
#header .fullmenu li:hover ul li a:hover {
	background-color: #ffcc33;
}

/* .slideitem:hover .slidecontent .entry-title span a:hover {
	background-color: inherit;
} */
.speaker-item p {
    margin-bottom: 0px;
    line-height: 1.4;
}
.speaker-item {
    height: 250px;
    margin-bottom: 20px;    
}
.speaker-head-image {
    float:left;
    max-width:300px;
    margin:0 15px 0 0;
}
.speaker-head-image img {
    margin:0;
    padding:0;
    
}
.speaker-image {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #FFF;
}
.speaker-image img {
    border-radius: 50%;
}
.speaker-image:hover {
    border: 3px solid #ffcc33;
}

.speaker-name {    
    text-align: center;   
    line-height:1.4;
    margin-bottom:5px;
}
.speaker-name a {
    color: #251560;
}
.speaker-position {
    font-size: 12px;
    text-align: center;
}
.speaker-company {
    text-align: center;
    font-size: 12px;    
}
.speaker-item-eveniment {
    height: auto;
    margin-bottom: 20px;
}
.speaker-item-eveniment .speaker-name {
    text-align: left;
}
.speaker-item-eveniment .speaker-position {
    text-align: left;
    
}
.timestamp-dark {
    background-color: #251560;
    color: #fff;
    font-size:14px;
    padding-left: 10px;
}

.breadcrumbs ul {
    list-style-type: none;   
    font-size: 12px;   
}
.breadcrumbs ul li {
    float: left;
}
.breadcrumbs ul li a {
     color:#7b7b7b;
     text-decoration: underline;
}
.sbreadcrumb {
    margin-left: 5px;
}
.speaker-list h3 {
    margin-bottom: 30px;
}
.parteneri-image {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f1f1f1;
}
.parteneri-image img { 
  border-radius: 50%;
}
.parteneri-list {
    margin-bottom: 40px;
}
.parteneri-image:hover {
    border: 3px solid #ffcc33;
}  
.parteneri-list h3 {
    color: inherit;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    /* border-bottom: 1px solid #f1f1f1; */
    /* border-top: 3px solid #240C60; */
    /* line-height: 46px; */
} 
.parteneri-item {
    margin-bottom: 30px;
    height:160px;
}

.accordion .accordion-title a {
    border: none;
    padding-left: 0px;
    font-size: 12px;
}
.accordion-heading {
    border: 1px solid #f1f1f1;
    cursor: pointer;
    
}
.accordion-heading:hover {
    background-color: #ffcc33;
}
.accordion-info p {
    float: left;
    margin-right: 15px;
    font-size: 14px;
}
.accordion .icon-accordion:before {
    color: inherit;
    content: "\f068";
    font-family: "FontAwesome";
    font-style: normal;
    padding: 20px 25px 20px 0;
    margin: -14px 25px -14px 0;
    font-size: 10px;
    line-height: 1;
    border-right: 1px solid #f1f1f1;
}
.accordion .accordion-title {
    width: 100%;
}
.accordion .accordion-info {
    width: 95%;
}
.accordion .fa {
    width: 5%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    display: block;
    height: 40px;
    float: left;
    vertical-align: middle;
    margin-top: 16px;
    font-size: 10px;
    color: #000;
} 


/*  add css */
.product-options label { 
  color:#fff;
  display:block;
  line-height:18px;
  font-weight:normal;
}
.product-options label input  {
  vertical-align:middle;
  margin-top:-3px;
}
#order_form {
  color:#ffffff;
}
#order_form input[type="text"], #order_form input[type="number"] {
  width:227px;
}
#order_form input[type="submit"] {
  background:#ffcc33;
  color:#333333;
  font-weight:700;
  margin-top:10px;
}
#order_form input[type="submit"]:hover {
  color:#ffffff;
  background:#251560;
}

#header #main-header .logo {
  margin:-23px 0 -5px 0;
}
.navbar-nav {
  float:right;
  margin:10px 20px 0 0;
}
.navbar-nav li {
  list-style-type:none;
  display:inline-block;
}
.navbar-nav li a {
  color: #aaa;
  font-size: 13px;
  padding:1px 5px;
  margin:0 0 0 10px;
}
.navbar-nav li a:hover {
  color:#251560;
}
.header-cos {
  margin-right:15px;
}
.header-cos i {
  color:#ffcc33;
  vertical-align:middle;
}
.header-cos:hover i {
  color:#230d62;
}
.ads.header-right {
  margin:8px 0 15px 0;
  display:none;
}

.cos.pull-right  {
  margin-top:11px;
}
.produse.pull-right {
  background:#eeeeee;
  margin-top:8px;
  height:32px;
  padding:3px 10px 0 10px;
}

.bg {
  /* background:#eeeeee; */
  /* margin-bottom:15px; */
}

.row-cos {
  width:100%;
  clear:both;
  font-size:12px;
  margin:0;
  padding: 15px 0px;
  border-top:1px dashed #e0e0e0;
}
.header-cos {
  background-color: #fff;
  clear:both;
  width:100%;
  padding:5px 0px;
  margin-right:0;
  border-bottom: 4px solid #000;
  font-weight: 700;
  color: #000;
  font-size: 14px;
}
.col-1 {
  float:left;
  width:83%;
  width: 95%;
  padding-left:0px;
}
.col-1-special {
    width: 100%;
    padding-left: 0px;
}
.col-2, .col-3 {
  float:left;
  width:12%;
  position: relative;
}

.col-4 {
  float:left;
  width:5%;
}
.row-cos .col-1 h3 {
  font-weight: normal;
  padding: 0;
  float:left;  
  background-color: #000; 
  width: 100%;
  display: block;  
  font-size: 14px; 
  min-height: 30px;
  line-height:20px;
  margin-bottom: 0px;
}
.row-cos .col-1 h3 a { 
    color: #fff;
    font-weight: 700;
    padding: 5px 5px;
    display: inline-block;
    width:100%;
}
.row-cos .col-1 h3 a:hover { 
    color: #000;
}
.row-cos .col-1 h3.cos-title-special {
    width: auto;
    padding-right: 10px;
    text-transform: uppercase;
}
.quantity-label {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    line-height: 30px;
}
.row-cos .col-1 ul.boom-item li {
  display:inline-block;
  list-style-type:none;
  width: 100%;
  float: left;
}
.row-cos .col-1 ul.extra-options li {
  display:inline-block;
  list-style-type:none;
  width: auto;;
  float: left;
  margin-right: 5px;
}
.extra-options {
    background-color: #000; 
    color: #ffcc33;
    font-style: italic;
    padding-top: 5px;
}
.fields {
  width:100%;
  margin:0;
  padding:0;
  clear:both;
}
.fields li {
  display:block;
  width:25%; 
  float: left; 
}
.variant-list {
    background-color: #000;
    padding: 5px;
    color: #fff;
}
.variant-list label {
    margin-bottom: 0px;
    font-weight: 400;
    margin-right: 10px;
}
.variant-title {
    margin: 0px 10px 0px 0px;
    color: #ffcc33;
    font-style: italic;
    
}
.fields li select {
    width: 80%;
    padding: 5px 7px;
}
.variant-list input {
    vertical-align: middle;
    margin: 0px 5px 0px 0px;   
}
.fields li input {
  display: block;
  font-size: 12px;
  width: 80%;
  padding:2px 7px;
  margin-right: 15px;
  margin-bottom:10px;
}
.row-cos input[type="text"], .row-cos textarea, .row-cos select {

 border: 1px solid #000;
}
.fields label input[type="checkbox"] {
  vertical-align:middle;
  margin:-3px 0 0 5px;
}
.row-cos button {
  padding: 0;
  margin:5px 10px 0 0 ;
  background:none;
}
.row-cos button i {
  color:#000000;
  font-size:20px;
}
.row-cos button:hover, .row-cos button:focus {
  background:none;
}
.orderfunctions i {
  color:#FE9900;
  font-size:22px;
}
.orderfunctions:hover {
  background:none;
}
.row-cos .total-price, .row-cos .price {
  margin-top:0x;
  /*padding-left: 10px;*/
}
.row-cos .total-price p {
  margin:0;
  color: #000;
}
input[type="submit"].btn-nextstep {
  background-color:#ffcc33;
  color:#000000;
  font-weight:700;
  height: 44px;
  display: block;
}
input[type="submit"].btn-nextstep:hover {
  background-color:#000;
  color:#fff;
} 
.btn-1, .btn-4 {
  padding:10px 25px;
  background: #bbb;
  display:inline-block;
  color:#ffffff;
  font-weight:700;
  margin-right:10px;
}
.btn-1:hover, btn-4:hover {
  background-color:#ffcc33;
  color: #000;
}
.cos-button-row {
    margin-top: 0px;
    padding-top: 15px;
    float: none;
}
.add-plan-trigger .btn-1 {    
    background-color: #000;
}
.add-plan-trigger .btn-1:hover {    
    background-color: #ffcc33;
    color: #000;
    
}
.event-special .accordion-heading {
	min-height: 170px;
}
.event-special .accordion-title {
	width: 90%;
}
.event-special .fa {
	width: 10%;
}
.accordion .event-special .accordion-info  {
	width: 90%;
}
.clear-float {
	float: none;
}
.event-special {
	width: 100%;
}
#jPanelMenu-menu {
	display: none;
}
.postitem.boxed {
    /* height:370px; */
    padding-bottom:65px;
    position:relative;
}
.postitem.boxed .entry-share {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
}
.postitem.boxed .entry-summary {
    max-height:170px;
    overflow:hidden;
}
.text-heading p {
    font-size: 18px;
    border-bottom: 1px solid #251560;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #251560;
}
.text-heading {
    /* padding: 0px 15px; */
    margin-bottom: 15px;
}

/*  paceholder style  */
::-webkit-input-placeholder {
    font-style:italic;
}

:-moz-placeholder { /* Firefox 18- */
    font-style:italic;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-style:italic;
}

:-ms-input-placeholder {  
    font-style:italic;
}
/*  placeholder style  */


.contact-item p {
    margin-bottom: 0px;
    line-height: 1.4;
}
.contact-item {
    height: 170px;
    margin-bottom: 20px;    
}
.contact-image {
    border-radius: 50%;
    overflow: hidden;
    float:left;
    margin:0 15px 0 0;
    border: 3px solid #FFF;
}
.contact-image img {
   border-radius: 50%;
}
.contact-image:hover {
    border-radius:50%;
    border: 3px solid #ffcc33;
}
.contact-name {    
    text-align: left;
    color:#251560;
}
.contact-name a {
    color: #251560;
}
.contact-position {
    font-size: 12px; 
    line-height:18px;
    text-align: left;
}
.contact-phone {
    margin-top:5px;
    text-align: left;
    font-size: 12px;
}
.contact-email {
    font-size:11px;
    margin:5px 0;
}
.contact-email a {
    color:#240C60;
    text-decoration:underline;
}

/* left-nav */
.left-nav ul {
  background:#f1f1f1;
  margin:0;
  padding:0;
}
.left-nav ul li { 
  list-style-type:none;
  padding:0;
  margin:0;
  border-bottom:1px solid #fff;
}
.left-nav ul li a {
  padding: 8px 20px;
  display:block;
}
.left-nav ul li a:hover {
  background:#251560;
  color:#ffffff;
}
/* left-nav */

/*  magazin  */
.items ul.items-list li.items-list-header span.items-list-cell {
  background:#251560 !important;
  border:1px solid #ffffff !important;
  border-left:none !important;
  font-weight:normal !important;
}
.items ul.items-list li.items-list-header span.items-list-cell-first, .items ul.items-list li.items-list-header span.items-list-cell-last {
  border-radius:0 !important;
}
.items-list {
  width:100% !important;
}
.items-list-cell {
  width:140px !important;
}
.items-list-cell.items-list-cell-first {
  width:440px !important;
  text-align:left !important;
}

.items ul.items-list-paging {
   margin:20px auto 40px !important;
}
.items ul.items-list-paging li {
  display:inline-block !important;
  float:none !important;
}
.items ul.items-list-paging li a {
  padding: 5px 10px 0;
  margin-right: 0px;
  background: #363636;
  color: #fff;
  min-width: 35px;
  min-height: 35px;
  display: inline-block;
  text-align: center;
}
.items ul.items-list-paging li a:hover {
  background: #ffcc33;
  color:#ffffff;
}
.items ul.items-list-paging li strong {
  padding: 5px 0 0;
  margin-right:0px;
  background: #ffcc33;
  color: #251560;
  min-width: 35px;
  min-height: 35px;
  display: inline-block;
  text-align: center;
}
.items .item-details {
  margin:10px 0 !important;
}
/* magazin */
#main h4 {
  color:#7b7b7b;
  font-weight: 400;
  font-size: 14px;
}
.homepage-evenimente #main h4 {
  color:#7b7b7b;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
}
#main .video h4, #main .homepage-article h4 {
   font-size: 15px;
}
.homepage-article .mainpost .post-images {
  /* height:335px;
  overflow:hidden; */
} 
.homepage-article .mainpost .post-images img {
  width:100%; 
}

/* product-box  */
.search-box { 
  min-height:350px;
}
.product-box {
  /* min-height:430px; */
  border-bottom:3px double #dddddd;
  margin-bottom:15px;
}
.product-box h2 {
  font-weight:600;
  font-size: 18px;
  line-height: 25px;
  min-height:50px; 
  margin-bottom:10px;
}
.product-box .sale {
  display:none;
}
.product-box .product-image {
  /* max-height:270px; */
  max-height:235px;
  overflow:hidden;
}
.product-box .product-image img {height:auto;width:100%; }
.product-box .product-content {
  text-align:left;  
  font-size:18px;
  color:#251560;
  font-weight:700;
  margin:16px 0 0px 0;
}
.product-box .compare_label {
  font-weight:normal;
  font-size:14px;
}
.product-box .compare_label input[type="checkbox"] {
  vertical-align:middle;
  margin:0;
}
.product-box .btn-special-rho {
  float:right;
  margin-top:-42px;
}
.category-wrap .pagination-info {
  float:right;
  margin:-25px 0 25px 0;
}
.category-wrap .display-products {
  float:left;
  margin:10px 0 0 -50px;
}
.category-wrap .display-products a:hover {
  background:none;
}
.category-wrap .display-products a:hover i { 
  color:#fe9900;
}

/* list box  */
.list-view .product-box {
  margin:0 0 15px 0;
  padding:0 0 15px 0; 
  position:relative;
}
.list-view .product-box .product-content p {
  font-size:23px;
  position:absolute;
  left:130px;
  bottom:15px;
  margin:0;
}
.list-view .product-box .btn-special-rho {
  position:absolute;
  right:0;
  bottom:15px;
  margin:0;
  float:none !important;
}
/* end list box  */

.rating-star-block a:hover {
  background:none;
}
#show_price {
  font-size:29px;
  color:#251560;
  font-weight:600;
  margin:0 0 5px 0;
}
.product_quantity {float:left;margin:0 10px 0 0;}
#order_form input[type="submit"] {margin:0 0 0 0;}

#FormSave1 {
  width:50%;
}
#FormSave1 input[type="reset"] {background:#333;color:#ffffff;}
#FormSave1 input[type="reset"]:hover {color:#333333;background:#ffcc33;}
#FormSave1 input[type="submit"] {background:#ffcc33;margin-left:7px;color:#333;}
#FormSave1 input[type="submit"]:hover {background:#333333;color:#ffffff;}


.filter-vertical .anuleaza, .btn-review {background:#333;color:#ffffff;display:inline-block;padding:4px 15px 4px 15px;margin-top:10px;font-size:11px;text-transform:uppercase;}
.filter-vertical .anuleaza:hover, .btn-review:hover {background:#ffcc33;color:#333333;}
.filter-vertical input[type="submit"] {background:#ffcc33;color:#333333;display:inline-block;padding:8px 15px;margin-top:10px;font-size:11px;text-transform:uppercase;}
.filter-vertical input[type="submit"]:hover {background:#333;color:#ffffff;}
.filter-content ul {margin:0;padding:0;}
.filter-content ul li {list-style-type:none;font-weight:600;display:block;float:none !important;}
.filter-content ul li label {font-weight:600;}
.btn-review i {margin:0 5px 0 0;}


footer #social {margin: 0px 0 20px 0px;padding:0;}
footer #social li {
    display: inline;
    position: relative;
    float: left;
    width: auto;
    height: auto;
    margin:0 25px 20px 0;
}
footer #social li:nth-child(4n+1) {
  clear:left;
}
footer #social li a:hover {
  background:none;
  color:#333333;
}

.fa-facebook {margin-left:15px;margin-right:15px;}

footer #social li a:hover i.fa-rss  {color:#e19126;}
footer #social li a:hover i.fa-twitter  {color:#11e0e8;}
footer #social li a:hover i.fa-facebook  {color:#063fb1;}
footer #social li a:hover i.fa-linkedin  {color:#0795be;}
footer #social li a:hover i.fa-youtube  {color:#d34231;}
footer #social li a:hover i.fa-google-plus {color:#d34231;}

.picasa-icon {background:url(/Files/Templates/Designs/BusinessDays/assets/images/picasa-icon.png) no-repeat top left;width:39px;height:40px;display:inline-block;}
.picasa-icon:hover {background:url(/Files/Templates/Designs/BusinessDays/assets/images/picasa-icon-hover.png) no-repeat top left;}

.slideshare-icon {background:url(/Files/Templates/Designs/BusinessDays/assets/images/slideshare-icon.png) no-repeat top left;width:40px;height:40px;display:inline-block;}
.slideshare-icon:hover {background:url(/Files/Templates/Designs/BusinessDays/assets/images/slideshare-icon-hover.png) no-repeat top left;}


/*** Foter Icons ***/
[class^="icon-png-"]{
    background-image:url(images/sprites.png);
    background-repeat: no-repeat;
    display:block;
    width:32px;
    height: 32px;
}
footer #social [class^="icon-png-"]:hover{
    opacity: 0.9;
    filter: Alpha(opacity=90);
}

footer #social .icon-png-twitter {
    background-position: 0 -34px;
}
footer #social .icon-png-linkedin {
    background-position: -48px -34px;
}
footer #social .icon-png-facebook {
    background-position: -96px -34px;
}
footer #social .icon-png-googleplus {
    background-position: -144px -34px;
}
footer #social .icon-png-youtube {
    background-position: -192px -34px;
}
footer #social .icon-png-picasa {
    background-position: -240px -34px;
}
footer #social .icon-png-feed {
    background-position: -288px -34px;
}
footer #social .icon-png-slideshare {
    background-position: -336px -34px;
}
footer #social .icon-png-flickr {
    background-position: -384px -34px;
}
footer #social .icon-png-trilulilu {
    background-position:-427px -34px;
}

.ticker-title span {
  font-weight:700;
}

.banner-list {display:none;}
.pagination.pagination-custom.pull-right li {
  display:inline-block;
  list-style-type:none;
  margin:0 0 0 2px;
  padding:0 0 0 0;
}
.pagination.pagination-custom.pull-right li a {
  padding:6px 10px;
  background: #363636;
  color: #fff;
  line-height:16px;
  display: inline-block;
  text-align: center;
}
.pagination.pagination-custom.pull-right li a:hover, .pagination.pagination-custom.pull-right li.active a { 
  background: #ffcc33;
  color: #251560;
}

/*  product-page  */ 
#product-page .sale {
  display:none;
}
#product-page .btn-review {
  background: #ddd;
  color: #333;
  font-weight:400;
  margin:13px 0 -15px 0;
}
#product-page .product-code {
  margin:0 20px 0 0;
  padding:0 0px 15px 0;
  width:100%;
  clear:both;
  border-bottom:3px double #f1f1f1;
}
#product-page .product-order {
  width:100%;
  float:left;
  clear:both;
  padding:0 0 20px 0;
  margin:0 0 15px 0;
  border-bottom:3px double #f1f1f1;
}
#product-page #order_form  {
  color:#7b7b7b;
  margin-top:10px;
}
#product-page #order_form p {
  display: inline-block;
  float: left;
  margin: 7px 15px 0 0;
}
#product-page .image-panel {
  margin:0 0 20px 0;
}
#product-page .image-panel img {
  width:100%;  
}
#product-page input[type="number"] {
  border:1px solid #e0e0e0;
  width:60px;
  padding:8px 10px 7px;
}
#commentform textarea {
  border:1px solid #e0e0e0;
  width:560px;
  height:200px;
}
#product-page .add-comment {
  background: #333;
  color: #ffffff;
  display: inline-block;
  padding:6px 15px 5px 15px;
  margin-top: 10px;
}
#product-page .add-comment:hover, #product-page .btn-review:hover {
  background: #ffcc33;
  color: #333333;
}
#product-page .description {
  border-bottom:3px double #f1f1f1;
  padding:0 0 20px 0;
  margin:0 0 20px 0;
}
#product-page .product-addthis {
  margin:-54px 0 0 -170px;
}
#product-page .product-addthis a:hover {
  background:none;
}
.plan-description {
    padding: 5px 0px 0px 0px;
}
.plan-description p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.product-order {
    padding-top: 22px;
}
.product-options label.title {
    font-style: italic;
    color: #ffcc33;
    font-weight: 400;
}
.input-block-1 {
    padding-top: 10px;
}
.reset-padding {
    padding: 0px;
}
.plan-item {
    margin-bottom: 20px;
}
.social-block {
	border-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.accordion .social-block ul {
	margin-bottom: 0px;
}
.accordion .social .fa:hover {
	color: #fff;
}
.plan-variant-titles {
	padding-top: 133px;
}
.plan-review-list .button {
	font-size: 11px;
}
#main h4 {
	font-size: 11px;
}
.pricing-item .pricing-price span {
	font-size: 18px;
}
.pricing-item .pricing-price {
	padding-top: 0px;
	padding-bottom: 0px;
}
.col-1-cos {
	width: 95%;
	padding: 0px;
}
.row-cos .total-price, .row-cos .price {
	margin-bottom: 15px;
}
.col-1-cos ul.boom-item {
	margin-bottom: 0px;
	padding: 0px;
}
.detail-wrapper {
	width: 95%;
}
.product-price h1 {
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}
.product-price h1 span {
	font-weight: 600;
}
.product-options .input-block-1 label {
	color: #ffcc33;
	font-style: italic;
	font-size: 14px;
}
.product-options .input-block label {	
	font-size: 14px;
}
.plan-add-wrap .widgettitle-special {
	text-transform: uppercase;
font-size: 15px;
}
.plan-add-wrap .place-order #submit {
	background-color: #ffcc33;
	color: #000;
	font-size: 14px;
}
.plan-add-wrap .place-order #submit:hover {
	background-color: #251560;
	color: #fff;
}
.top10 {
	margin-top: 10px;
}
.reset-padding-left {
	padding-left: 0px;
}
.pricing-item .pricing-details ul li.plan-specifications {
	margin: 0px;
	padding-left: 0px;
	text-align: center;
}
.plan-specifications .fa-minus {
	font-size: 7px;
	color: #aaa;
}
.plan-specifications .fa-check { 
	font-size: 16px;
	color: #000;
}
.cos-sumar {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    float: none;
}
.cos-sumar p {
	font-weight: 700;
	font-size: 14px;
    line-height: 40px; 
    color: #000;
    padding 0px;
    margin: 0px
}
.cos-sumar p.bold-text {
    font-size: 18px
}
.padding-reset-left {
	padding-left: 0px;
}
.padding-reset-right {
	padding-right: 0px;
}
.social-block {
	border-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.accordion .social-block ul {
	margin-bottom: 0px;
}
.accordion .social .fa:hover {
	color: #fff;
}
.plan-variant-titles {
	padding-top: 133px;
}
.plan-review-list .button {
	font-size: 11px;
}
#main h4 {
	font-size: 11px;
}
.pricing-item .pricing-price span {
	font-size: 18px;
    line-height: 18px;
}
.pricing-item .pricing-price {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 48px;
    padding-top: 5px;
}
.pricing-item .pricing-price span.old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #999;
}
.col-1-cos {
	width: 95%;
	padding: 0px;
}
.row-cos .total-price, .row-cos .price {
	margin-bottom: 0px;
    text-align: center;    
	color: #000;
    background-color: #ffcc33;
    padding: 5px;
    font-size: 16px;
	height:  30px;
	line-height: 20px;
}
.col-1-cos ul.boom-item {
	margin-bottom: 0px;
	padding: 0px;
}
input.quantity {
	margin-left: 10px;
	width: 50px;
	padding: 0px 5px;    
}
.row-cos input, row-cos select, row-cos textarea {
    border: 1px solid #000;
    color: #000;
    font-weight: 700;
}
.detail-wrapper { 
	width: 95%;
}
.product-price h1 {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}
.product-price h1 span {
	font-weight: 600;
}
.product-options .input-block-1 label {
	color: #ffcc33;
	font-style: italic;
	font-size: 14px;
}
.product-options .input-block label {	
	font-size: 14px;
}
.plan-add-wrap .widgettitle-special {
	text-transform: uppercase;
font-size: 15px;
}
.plan-add-wrap .place-order #submit {
	background-color: #ffcc33;
	color: #000;
	font-size: 14px;
}
.plan-add-wrap .place-order #submit:hover {
	background-color: #251560;
	color: #fff;
}
.top10 {
	margin-top: 10px;
}
.reset-padding-left {
	padding-left: 0px;
}
.pricing-item .pricing-details ul li.plan-specifications {
	margin: 0px;
	padding-left: 0px;
	text-align: center;
}
.plan-specifications .fa-minus {
	font-size: 7px;
	color: #aaa;
}
.plan-specifications .fa-check {
	font-size: 16px;
	color: #000;
}
.padding-reset {
    padding: 0px;
}

/*  detaliu speaker  */
#content img.img-detaliu-speaker {
  margin:5px 20px 10px 0;
  max-width:240px;
}
.lista-prezentari h3 {
  padding:5px 0px;
  line-height: 25px;
  font-weight: 700;
  font-size: 16px;
  margin-top:10px;
}
.lista-prezentari ul {
  margin:0;
  padding:0;
}
.lista-prezentari ul li {
  list-style-type:none;
  margin:0 0 10px 0;
  clear:both;
  float:left;
  width:100%;
}
.lista-prezentari ul li .item-time {
  margin:0 0 0 0;
  border-right: 5px solid #fff;
}
.lista-prezentari ul li:hover .item-title {
  background:#ffcc33;
}
  
.item-details.prezentari {
  margin:10px 0 0 0;  
}
.item-details.prezentari h3 {
  font-weight: 600;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}
.item-details.prezentari ul {
  margin:0 0 0 20px;
  padding:0;
}
.item-details.prezentari ul li {
  list-style-type:disc;
  color:#000;
}
.item-details.prezentari ul li a {
  color:#7b7b7b;
}


/*PART 3*/

.entry-title {    
    line-height: 30px;
    font-weight: 400;
    font-size: 20px;
}
.entry-title span {
    display: inline-block;
}
.entry-title-decoration {
    border-bottom: 3px double #f1f1f1;
}
.main-plan-title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.entry-content p.main-plan-title {
    color: #000;
}
.slider .flex-control-nav li a {
    background-color: #fff;
}
.old-price {
    font-size: 13px;
    text-decoration: line-through;
}


/* From Cart */

.plan-list {
  margin-bottom: 20px;
}
.plan-list .btn-plan {
  width: 100%;
  text-align: center;
  padding: 25px;
  background-color: #000;
}
.plan-list .btn-plan:hover {
  background-color: #ffcc33;
  color: #000;
}

.add-plan-trigger {
  margin-bottom: 15px;
}
.add-plan-trigger .fa {
  font-size: 14px;
  margin-left: 10px;
}

.additional-plan-wrap {
  border-top: 1px dashed #bbb;
  padding-top: 20px;
}

.plan-wrap {
  display: none;
}

.plan-add-wrap {
  margin-top: 35px;
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.plan-add-wrap #show_price {
  font-size: 20px;
  margin: 0px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px;
  background-color: #ffcc33;
  color: #000;
  font-weight: 700;
}
.plan-add-wrap small {
  color: #fff;
}
.plan-add-wrap .widgettile {
  color: #fff;
  margin-bottom: 0px;
}
.plan-add-wrap .place-order {
  /* 		position: absolute;
  		right: 15px;
  		bottom: 5px; */
  padding-right: 15px;
  padding-top: 23px;
}
.plan-add-wrap .place-order #submit {
  color: #000;
}

.total-price p {
  font-size: 16px;
}

.cart-item-intro {
  padding-top: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.product-options select {
    width: 200px; 
}

.entry-content, .entry-content .post_content, .entry-content p {
  color:#7b7b7b;
}
.entry-content p {
  line-height:24px;
  word-wrap: break-word;
}

/* style2 */
/* Modal */

.modal-open {
    overflow:hidden
}
.modal {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index: 1060;
    display:none;
    overflow:auto;
    overflow-y:scroll}
.modal.fade .modal-dialog {
    -webkit-transform:translate(0, -25%);
    -ms-transform:translate(0, -25%);
    transform:translate(0, -25%);
    -webkit-transition:-webkit-transform .3s ease-out;
    -moz-transition:-moz-transform .3s ease-out;
    -o-transition:-o-transform .3s ease-out;
    transition:transform .3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform:translate(0, 0);
    -ms-transform:translate(0, 0);
    transform:translate(0, 0)
}
.modal-dialog {
    position:relative;
    z-index:1050;
    width:auto;
    margin:10px
}
.modal-content {
    position:relative;
    background-color:#fff;
    border:1px solid #999;
    border:1px solid rgba(0, 0, 0, 0.2);
    border-radius:6px;
    outline:0;
    -webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip:padding-box
}
.modal-backdrop {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index: 2;
    background-color:#000
}
.modal-backdrop.fade {
    opacity:0;
    filter:alpha(opacity=0)
}
.modal-backdrop.in {
    opacity:.5;
    filter:alpha(opacity=50)
}
.modal-header {
    min-height:16.428571429px;
    padding:15px;
    border-bottom:1px solid #e5e5e5
}
.modal-header .close {
    margin-top:-2px
}
.modal-title {
    margin:0;
    line-height:1.428571429
}
.modal-body {
    position:relative;
    padding:20px
}
.modal-footer {
    padding:19px 20px 20px;
    margin-top:15px;
    text-align:right;
    border-top:1px solid #e5e5e5
}
.modal-footer:before, .modal-footer:after {
    display:table;
    content:" "
}
.modal-footer:after {
    clear:both
}
.modal-footer:before, .modal-footer:after {
    display:table;
    content:" "
}
.modal-footer:after {
    clear:both
}
.modal-footer .btn+.btn {
    margin-bottom:0;
    margin-left:5px
}
.modal-footer .btn-group .btn+.btn {
    margin-left:-1px
}
.modal-footer .btn-block+.btn-block {
    margin-left:0
}
@media screen and (min-width:768px) {
    .modal-dialog {
        width:600px;
        margin:30px auto
    }
    .modal-content {
        -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow:0 5px 15px rgba(0, 0, 0, 0.5)
    }
}










.accordion-title {
    padding-left: 10px; 
    padding: 12px 25px 8px;   
    display: block;
    overflow: hidden;
    font-weight: 700;   
    line-height: 24px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 12px; 
}
.accordion .accordion-title a {

/* border: 1px solid #f1f1f1; */
font-size: 12px;
display: block;
overflow: hidden;
font-weight: 700;
/* font-size: 15px; */ 
line-height: 24px;
padding: 0px;
margin: 0px;
}
.accordion .accordion-title a:hover {
    background-color: inherit; 
}
.accordion .accordion-title {
    width: auto;
    padding-left: 0px;
}
.social-block span {
    margin-right: 10px;    
} 
.social-block {
    padding-bottom: 10px;
} 
.social-block p {
    margin-bottom: 0px;
}
.accordion .fa {
    width: 40px;
    height: auto;
}
.accordion .accordion-info {
    width: auto;
    padding-left: 40px
}
.reset-padding-right {
    padding-right: 0px;
}
.accordion .speaker-name {
    font-size: 12px;
    line-height: 1.4;
}
.accordion .speaker-item {
    height: auto;
    min-height: 140px;
}
.accordion .speaker-list h3 {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    background-color: #f1f1f2;
    color: #333;
    padding-left: 5px;
    text-transform: uppercase;
}
.accordion .social .basic .fa {
    color:#fff;
    background-color: #dbf0c5;
    overflow: hidden;
    border-radius: 50%;
}
.accordion .social .fa {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px;
    line-height:25px;
}
.accordion .social .basic .fa:hover {   
    background-color: #92d050;    
}
.accordion .social .plus .fa {
    font-family: 'FontAwesome';
    line-height:25px;
    padding: 0px;
    color:#fff;
    background-color: #ffeaab;
    overflow: hidden;
    border-radius: 50%;
    font-size: 10px;
    padding-top: 1px;
    
}
.accordion .social .plus .fa:hover {    
    background-color: #ffc000;   
}
.accordion .social .premium .fa {
    padding:;
    color:#fff;
    background-color: #ffabab;
    overflow: hidden;
    border-radius: 50%;
}
.accordion .social .premium .fa:hover {   
    background-color: #ff0000;
    
}
.accordion .accordion-heading.collapsed {
    background-color: #f1f1f1;
}
.accordion .accordion-heading {
    background-color: #f1f1f1;
}
.accordion .accordion-heading.collapsed:hover {
    background-color: #ffcc33;
}
.accordion .accordion-heading.collapsed a {
    /* background-color: #f1f1f1; */
    /* color: #000; */
}
.item-time {
    text-align: center;
    background-color: #f1f1f1;
    color: #000;
    font-weight: 600;
    font-size: 13px;
}
#content .header-cos {
    background-color: #fff;
    color: #000;
    padding-left: 0px;
}
.header-cos {
    background-color: #251560;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px; 
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-cos a {
    font-wight: 400;
} 
.produse.pull-right {
    height: 29px;
}
.voucher {
    margin-bottom: 15px;
    border-top: 1px dashed #bbb;
    padding-top: 15px;
    color: #000;
}
.voucher input[type="text"] {
    border-color: #000;
    line-height: 27px;
}
.voucher label {
    line-height: 27px;
    margin-right: 5px;
}
.voucher a {
    background-color: #000;
    color: #fff;
    padding: 5px 10px
}
.checkout-page .checkout-detail ul {
    list-style: none;
}
.checkout-page .checkout-detail p.total-pay {
    background-color: #000;
    border: none; 
    line-height: 30px;
}

/* new style blog */
.reset-padding-firstpost {
    padding-left:0;
    padding-right:10px;
}
.blog-content .post-details {
    padding:0 0 20px 0;
}
.blog-content .postitem.boxed {
    padding:0 0 0 0;
}
.blog-content .post-details .entry-categories {
    margin: 10px 20px 0 20px;
    padding: 0 10px;
    width: auto;
    display: inline-block;
}
.blog-content .post-details h3 {
	margin: 10px 0;
    padding: 0 20px;
    line-height: 1.4;
}
.blog-content .post-details .entry-author {
    margin:5px 20px 0 20px;
    text-transform:uppercase;
}
.blog-content .btn-special-rho{
    margin-left:20px;
    margin-top:10px;
    color:#000;
    
}
.blog-content .btn-special-rho a{
    color:#000;
}
.blog-content .btn-special-rho:hover{
    color:#FFFFFF;
}

/* .blog-content .btn-special-rho {
    font-size:0.8em;
    display:block;
    font-weight:400;
    margin:0;
    background:none;
    text-transform:none;
    padding:5px 0 0 20px;
}
.blog-content .btn-special-rho:hover {
    background:none;
}
.blog-content .btn-special-rho:hover span {
	text-decoration:underline;
} */


.blog-content .first .post-images {
    max-height:630px;
}
.blog-content .first .post-details {
    position:absolute;
    top:-1px;
    left:0; 
    width:100%;
    padding:20px 0 20px 40px;
    background:rgba(0,0,0,0.8);
}
.blog-content .first .post-details .entry-categories, .blog-content .first .post-details .entry-author {
    display:none;
}
.blog-content .first .post-details h3 {
    text-transform: capitalize !important;
    font-size: 1.3em;
    padding:0;
    margin:0;
    max-width:80%;
    line-height:1.2;
}
.blog-content .first .post-details h3 a {
    font-size: 2em;
}
.blog-content .first .post-details h3 a:hover {
    background:none;
}
.blog-content .first .btn-special-rho { 
    display:inline-block;
    margin:10px 0 0 5px; 
    padding:7px 10px;
  	line-height:1;
}
.pagenavi {
  clear:both;
  width:100%;
  text-align:center;
}


/* progress bar */
.meter { 
    height: 25px;  /* Can be anything */
    width:100%;
    clear:both;
	position: relative;
    margin: 0px 0 10px 0; /* Just for demo spacing */
    background: #555;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding:3px 5px 5px 5px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter span {
    height: 15px;    
    width:100%;
    
       -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
           -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
               border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;
     -webkit-border-bottom-left-radius: 0px;
            -moz-border-radius-topleft: 0px;
         -moz-border-radius-bottomleft: 0px;
                border-top-left-radius: 0px;
             border-bottom-left-radius: 0px;
    background-color: rgb(255, 204, 51);
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgb(255, 204, 51)),
      color-stop(1, rgb(84,240,84))
     );
    background-image: -moz-linear-gradient(
      center bottom,
      rgb(43,194,83) 37%,
      rgb(84,240,84) 69%
     );
    -webkit-box-shadow: 
      inset 0 2px 9px  rgba(255,255,255,0.3),
      inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 
      inset 0 2px 9px  rgba(255,255,255,0.3),
      inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow: 
      inset 0 2px 9px  rgba(255,255,255,0.3),
      inset 0 -2px 6px rgba(0,0,0,0.4);
    
    overflow: hidden;
}
.meter span:after {
    content: "";
    position: absolute;
    top:-10px; left: 0; bottom: auto; right: auto;
    background-image: 
       -webkit-gradient(linear, 0 0, 100% 100%, 
          color-stop(.25, rgba(255, 255, 255, .2)), 
          color-stop(.25, transparent), color-stop(.5, transparent), 
          color-stop(.5, rgba(255, 255, 255, .2)), 
          color-stop(.75, rgba(255, 255, 255, .2)), 
          color-stop(.75, transparent), to(transparent)
       );
    background-image: 
        -moz-linear-gradient(
          -45deg, 
          rgba(255, 255, 255, .2) 25%, 
          transparent 25%, 
          transparent 50%, 
          rgba(255, 255, 255, .2) 50%, 
          rgba(255, 255, 255, .2) 75%, 
          transparent 75%, 
          transparent
       );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
       -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
           -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
               border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;
     -webkit-border-bottom-left-radius: 0px;
            -moz-border-radius-topleft: 0px;
         -moz-border-radius-bottomleft: 0px;
                border-top-left-radius: 0px;
             border-bottom-left-radius: 0px;
    overflow: hidden;
}

.orange span {
    background-color: #FFCC33;
    background-image: -moz-linear-gradient(top, #FFCC33, #FFCC33);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFCC33),color-stop(1, #FFCC33));
    background-image: -webkit-linear-gradient(#FFCC33, #FFCC33); 
}
        
.nostripes span, .nostripes span:after {
    -webkit-animation: none;
    background-image: none;
}


/* select language */
#header a.active {
  border: 1px solid #ddd;
  padding:0 5px 3px;
}


.noPadding {
	padding: 0;
}

.accordion-list h2 {
  font-size: 1.2em;
  font-weight: 400;
  color: #999;
}
.accordion-list h2 span {
  color:#333;
  font-weight: 600;
}
.applyForm {
  margin: 0 0 0 5em;
}
.applyForm .table>thead>tr>th, .applyForm .table>tbody>tr>th, 
.applyForm .table>tfoot>tr>th, .applyForm .table>thead>tr>td, 
.applyForm .table>tbody>tr>td, .applyForm .table>tfoot>tr>td {
	padding: 0 5px;
    line-height: 1.3;
    vertical-align: middle;
    border-top: none;
    text-align: right;
}
.applyForm input[type="text"], .applyForm select {
	width: 300px !important;
}


.speaker-image.neconfirmat {
   border: 3px solid #ff0000;
}
.text-confirmare {
   line-height: 1.3;
   font-size: 12px;
   color: #666;
} 

.mobile-wrapper {
	/*transform: none !important;*/
}

#modal1 iframe, #modal2 iframe, #modal3 iframe {
	min-height: 60vh;
}
.modal-title {
	display: inline-block;
}
@media (min-width: 768px) {
	.modal-dialog {
  		width: 600px;
  		margin: 70px auto;
	}
}


@media (min-width: 992px)
{
  .modal-lg {
    width: 800px;
  }
}