/*
Theme Name: ballettodiroma.sbs
Theme URI: https://www.ballettodiroma.sbs/
Author: MauroMaraniStudio
Author URI: https://www.mauromarani.com/
Description: ballettodiroma.sbs custom website based on AccessPress
Version: 3.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 AccessPress Staple is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s,
samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
    overflow-y: scroll;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    position: relative;
}
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
main, 
nav, 
section {
    display: block;
}

ol, 
ul {
    list-style: outside none none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, 
th, 
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, 
q:before, q:after {
    content: "";
}
blockquote, 
q {
    quotes: "" "";
}
a:focus {
    outline: 0 none;
}
a:hover, 
a:active {
    outline: 0 none;
}
a img {
    border: 0 none;
}
body, 
button, 
input, 
select, 
textarea {
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #555;
    font-family: "Raleway", serif;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
}
p {
    margin-bottom: 20px;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
  font-family: "Lato",sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 15px;
  padding-left: 32px;
  position: relative;
}
blockquote:before {
  content: "“";
  font-size: 64px;
  left: 0;
  position: absolute;
  top: -28px;
}
blockquote:after {
  content: "”";
  font-size: 64px;
  right: 0;
  position: absolute;
  bottom: -64px;
}
address {
    margin: 0 0 15px;
}
pre {
    background: none repeat scroll 0 0 #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, 
kbd, 
tt, 
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: none repeat scroll 0 0 #fff9c0;
    text-decoration: none;
}
sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

hr {
    background-color: #ccc;
    border: 0 none;
    height: 1px;
    margin-bottom: 15px;
}
ul, ol {
    margin: 0 0 15px 20px;
}
ul {
    list-style: outside none disc;
}
ol {
    list-style: outside none decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 15px 15px;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
figure {
    margin: 0;
}
table {
    border-collapse: collapse;
    margin: 0 0 15px;
    width: 100%;
}
th {
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 5px 10px;
}
td {
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #000;
}
#wp-calendar a {
    color: #ff6448;
}

button, 
input, 
select, 
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}
.navigation .nav-links a, 
.bttn, 
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    background: none repeat scroll 0 0 #ff6448;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 10px 15px;
    position: relative;
    text-shadow: none;
}
.navigation .nav-links a:hover, 
.bttn:hover, button, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
    background: #22252D;
}
input[type="checkbox"], 
input[type="radio"] {
    padding: 0;
}
button::-moz-focus-inner, 
input::-moz-focus-inner {
 border: 0 none;
 padding: 0;
}
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="number"], 
input[type="tel"], 
input[type="date"], 
input[type="search"],
select {
    border: 1px solid #ccc;
    color: #666;
    height: 36px;
    width: 100%;
    border-radius: 3px;
}
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="number"]:focus, 
input[type="tel"]:focus, 
input[type="search"]:focus, 
textarea:focus {
    border: 1px solid #aaa;
}
.searchform input[type="text"]:focus {
    border: medium none;
}
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="number"], 
input[type="tel"], 
input[type="search"],
select {
    padding: 3px 6px;
}
textarea {
    border: 1px solid #ccc;
    color: #666;
    height: 125px;
    max-width: 100%;
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 100%;
}

a {
    color: #555;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:visited {
}
a:hover, 
a:focus, 
a:active {
    color: #ff6448;
}

#breadcrumbs {font-size:13px;margin: 8px 0px 7px;}
#breadcrumbsbd {font-size:13px;margin:8px 0px 7px;color:#fff;}
#breadcrumbsbd a {color:#ccc;}
#breadcrumbsbd a:hover {color:#000;}


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

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

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.clearfix:before, .clearfix:after, 
.row:before, .row:after, 
.entry-content:before, .entry-content:after, 
.comment-content:before, .comment-content:after, 
.site-header:before, .site-header:after, 
.site-content:before, .site-content:after, 
.site-footer:before, .site-footer:after, 
.ak-container:after, .ak-container:before {
    content: "";
    display: table;
}

.clearfix:after, 
.row:after, 
.entry-content:after, 
.comment-content:after, 
.site-header:after, 
.site-content:after, 
.site-footer:after, 
.ak-container:after {
    clear: both;
}

.clear {
    clear: both;
}

.widget {
    margin: 0 0 25px;
}

.widget select {
    max-width: 100%;
}

.widget_search .search-submit {
    display: none;
}

h1.entry-title {
    color: #666;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.entry-title a {
    color: #666;
}

.entry-title a:hover {
    color: #ff6448;
}

.hentry {
    margin: 0 0 15px;
}

.byline, 
.updated {
    display: none;
}

.published {
    display: inline;
}

.single .byline, 
.group-blog .byline, 
.posted-on {
    display: inline;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

.page-content, .entry-content, .entry-summary {
    margin: 15px 0 0;
    text-align:justify;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.edit-link .post-edit-link {
    background: none repeat scroll 0 0 #293037;
    border-radius: 3px;
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
    padding: 4px 10px;
}

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

#blog-post article.hentry, 
.search article.hentry, 
.archive article.hentry, 
.tag article.hentry, 
.category article.hentry {
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

article.hentry .edit-link {
    display: block;
    margin-top: 20px;
}

article.hentry h1.entry-title {
    line-height: 1.2;
    margin-bottom: 5px;
}

article.hentry .entry-footer > span {
    font-size: 13px;
    margin-right: 15px;
}

.page-header .page-title {
    color: #666;
    padding-bottom: 15px;
}

.posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.cat-links:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.comments-link:before {
    content: "\f075";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.tags-links:before {
    content: "?";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.entry-footer a {
    color: #999;
}

.entry-footer a:hover {
    color: #01aefd;
}

.nav-links .meta-nav {
    display: none;
}

.nav-links .nav-previous, 
.nav-links .nav-next {
    float: left;
    width: 50%;
}

.nav-links .nav-next {
    text-align: right;
}

.nav-links .nav-previous a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.nav-links .nav-next a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.entry-thumbnail {
    float: left;
    width: 20%;
}

.archive-thumbnail {
    margin-bottom: 20px;
}

.entry-exrecpt {
    float: right;
    width: 60%;
}

.short-content {
    margin-bottom: 10px;
}

.short-content + .bttn {
    float: left;
}

.archive-wrap .archive-btn {
    float: left;
}

.entry-footer {
    margin-top: 10px;
}

.full-width {
    float: none;
    width: 100%;
}

.blog .format-aside .entry-title, 
.archive .format-aside .entry-title {
    display: none;
}

.main-title{
    color: #353535;
    border-bottom: 2px dotted #eee;
}

.main-title span {
  /**/
  border-bottom: 4px solid #ff6448;
  bottom: -2px;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.menu-le-produzioni-container {
  margin-bottom:25px;
}

.comment-content a {
    word-wrap: break-word;
}

#comments h2.comments-title {
    background: none repeat scroll 0 0 #ff6448;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 15px 0;
    padding: 6px 15px;
}

#comments h3 {
    background: none repeat scroll 0 0 #ff6448;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: -20px 0 15px -20px;
    padding: 10px 20px;
}

#commentform label {
    display: inline-block;
    width: 120px;
    color: #353535;
}

.comment-form p {
    color: #353535;
}

textarea#comment {
    height: 150px;
    width: 60%;
}

.comments-area ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.comments-area ol.children {
    margin: 0 0 0 15px;
}

.comment-list .comment-body {
    background: none repeat scroll 0 0 #fcfcfc;
    border-top: 2px solid #ff6448;
    margin-bottom: 20px;
    padding: 15px;
}

.comment-author img {
    margin-right: 15px;
    vertical-align: text-top;
}

.comment-author .fn {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
}

.comment-author .fn .url {
    color: #333;
    padding: 0 5px;
}

.comment-author .fn .url:hover {
    background: none repeat scroll 0 0 #23a38f;
    color: #fff;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    font-size: 12px;
    font-style: italic;
}

.comment-metadata  a {
    color: #333;
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #293037;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
}

#respond {
    background: none repeat scroll 0 0 #efefef;
    color: #ccc;
    margin: 30px 0;
    padding: 20px;
}

#commentform .form-submit {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    color: #fff;
    font-style: italic;
}

#cancel-comment-reply-link:before {
    color: #fff;
    content: "?";
    font-family: FontAwesome;
    font-style: normal;
    margin: 0 5px 0 20px;
}

.logged-in-as a {
    color: #353535;
}

.infinite-scroll .paging-navigation, 
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-footer {
    display: none;
}

.page-content img.wp-smiley, 
.entry-content img.wp-smiley, 
.comment-content img.wp-smiley {
    border: medium none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.site-main .gallery-item {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-caption {
}

.site-main .gallery a img {
    border: medium none;
    height: auto;
}

.site-main .gallery dd, 
.site-main .gallery figcaption {
    margin: 0;
}

.site-main .gallery-columns-2 .gallery-item {
  max-width: 50%;
  padding:3px;
}

.site-main .gallery-columns-3 .gallery-item {
  max-width: 33%;
  padding:3px;
}

.site-main .gallery-columns-4 .gallery-item {
  max-width: 25%;
  padding:3px;
}

.site-main .gallery-columns-4 .gallery-item img {
}

embed, 
iframe, 
object {
    max-width: 100%;
    width:100%;
}

body {
    font-weight: 400;
}

body.boxed-layout {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    overflow: visible;
}

.ak-container {
    margin: 0 auto;
    width: 1170px;
}

.menu-toggle {
    display: none;
}

.sticky {
}

.bypostauthor {
}

.bx-wrapper * {
    direction: ltr;
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
#masthead {
    background: none repeat scroll 0 0 #000000;
    border-bottom: 3px solid #ff6448;
    z-index: 99;
    width: 100%;
    margin-bottom: 30px;
    position:fixed;
    top:0;
}

.no-slider {
    background: none repeat scroll 0 0 #000000 !important;
    border-bottom: 3px solid #ff6448;
}

.home #masthead {
    background: none repeat scroll 0 0;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.home #masthead.no_slider {
    background: #000000;
    position: relative;
    z-index: 999;
}

.home #masthead.classic {
    position:fixed;
    background: #000000;
}

.site-branding {
    float: left;
    padding: 5px 0;
}

.site-branding img{
    max-height: 80px;
}

.site-branding.logo-left{
    max-height: 100px;
}

.site-branding h1{
    color: #ff6448;
    margin: 0;
    font-weight: 300;
}

.site-branding .tagline{
    line-height: 1.4;
    font-weight: 200;
    color: #EEE;
}

.site-branding.logo-center {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.site-branding.logo-right {
    float: right;
    line-height: 58px;
}

#main-header{
    position: relative;
}
/*--------------------------------------------------------------
header social
--------------------------------------------------------------*/
.header-social {
    background: rgba(0,0,0,0.2);
    line-height: 34px;
}

.classic .header-social{
}

.header-social .ak_footer_social {
    float: right;
    
}
/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/
#site-navigation {
    float: right;
}

#site-navigation ul {
    list-style: outside none none;
    margin: 0;
    font-size: 13px;
}

#site-navigation .staple-menu {
  line-height:60px;
}

#site-navigation .staple-menu > ul > li {
    float: left;
    position: relative;
    white-space: nowrap;
    display: block;
}

#site-navigation .staple-menu > ul > li a {
    color: #ffffff;
    display: block;
    font-weight: 400;
    padding: 0 15px;
    position: relative;
    text-transform: capitalize;
}

#site-navigation .staple-menu > ul > li:hover > a, 
#site-navigation .staple-menu > ul > li.current-menu-item > a,
#site-navigation .staple-menu > ul > li.current-page-ancestor > a,
#site-navigation .staple-menu > ul > li.current-menu-ancestor > a,
#site-navigation .staple-menu > ul > li.current-menu-parent > a{
    background: rgba(102,102,102,0.2);
    display: block;
}

#site-navigation .staple-menu > ul > li a:after {
    border: medium none;
}

#site-navigation .staple-menu > ul > li > a:hover:after, 
#site-navigation .staple-menu > ul > li.current-menu-item > a:after,
#site-navigation .staple-menu > ul > li.current-page-ancestor > a:after, 
#site-navigation .staple-menu > ul > li.current-menu-ancestor > a:after,
#site-navigation .staple-menu > ul > li.current-menu-parent > a:after {
    background: #ff6448;
    border: medium none;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 999999;
}

#site-navigation .staple-menu > ul#menu-british > li > a:hover:after, 
#site-navigation .staple-menu > ul#menu-british > li.current-menu-item > a:after,
#site-navigation .staple-menu > ul#menu-british > li.current-page-ancestor > a:after, 
#site-navigation .staple-menu > ul#menu-british > li.current-menu-ancestor > a:after,
#site-navigation .staple-menu > ul#menu-british > li.current-menu-parent > a:after {
    background: #bb3f4d;
    border: medium none;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 999999;
}

.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main-navigation ul ul {
    background: rgba(0,0,0,1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    left: 0;
    position: absolute;
    top: 130%;
    z-index: 99999;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: left;
    font-size: 13px !important;
    font-weight: 300 !important;
}

#site-navigation ul li {
    position: relative;
}

#site-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation ul ul a {
    min-width: 150px;
    padding: 0;
    line-height: 42px;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.main-navigation ul ul li:last-child > a{
    border-bottom: 0;
}

.menu-main-menu-container > ul ul li:hover > ul {
    display: block;
    height: auto;
    opacity: 1;
    top: 99px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    visibility: visible;
}

.menu-center #site-navigation {
    display: inline-block;
    float: none;
}

.menu-wrap.menu-center {
    line-height: 10px;
    text-align: center;
}

.menu-wrap.menu-right {
    float: left;
}

.menu-center .staple-menu{
    line-height: 52px !important
}

.staple-menu-top {margin-right:20px;}

#site-navigation .staple-menu-top > ul > li {
    float: left;
    position: relative;
    white-space: nowrap;
    display: block;
}

#site-navigation .staple-menu-top > ul > li:last-child{border-right:1px solid #666;}
#site-navigation .staple-menu-top > ul > li.lang-item-first{border-left:1px solid #666;}

#site-navigation .staple-menu-top > ul > li a {
    color: #ffffff;
    display: block;
    font-weight: 400;
    padding: 0 10px;
    position: relative;
    text-transform: capitalize;
}

#site-navigation .staple-menu-top > ul > li:hover > a, 
#site-navigation .staple-menu-top > ul > li.current-menu-item > a, 
#site-navigation .staple-menu-top > ul > li.current-page-ancestor > a,
#site-navigation .staple-menu-top > ul > li.current-menu-ancestor > a,
#site-navigation .staple-menu-top > ul > li.current-menu-parent > a{
    background: rgba(0,0,0,0.2);
    display: block;
}

#site-navigation .staple-menu-top > ul > li a:after {
    border: medium none;
}

#site-navigation .staple-menu-top > ul > li > a:hover:after, 
#site-navigation .staple-menu-top > ul > li.current-menu-item > a:after,  
#site-navigation .staple-menu-top > ul > li.current-page-ancestor > a:after,
#site-navigation .staple-menu-top > ul > li.current-menu-ancestor > a:after,
#site-navigation .staple-menu-top > ul > li.current-menu-parent > a:after,
#site-navigation .staple-menu-top > ul > li.current-lang > a:after {
    background: #ff6448;
    border: medium none;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 999999;
}

#site-navigation .staple-menu-top > ul > li.current-menu-item,  
#site-navigation .staple-menu-top > ul > li.current-page-ancestor,
#site-navigation .staple-menu-top > ul > li.current-menu-ancestor,
#site-navigation .staple-menu-top > ul > li.current-menu-parent,
#site-navigation .staple-menu > ul > li.current-menu-item,  
#site-navigation .staple-menu > ul > li.current-page-ancestor,
#site-navigation .staple-menu > ul > li.current-menu-ancestor,
#site-navigation .staple-menu > ul > li.current-menu-parent {
  background: #ff6448;
}

.menu-center .staple-menu-top {
    line-height: 52px !important
}

.staple-menu-lp {line-height: 35px !important}

#site-navigation .staple-menu-lp > ul > li {
    float: left;
    position: relative;
    white-space: nowrap;
    display: block;
}

#site-navigation .staple-menu-lp > ul > li a {
    color: #ffffff;
    display: block;
    font-weight: 400;
    padding: 0 10px;
    position: relative;
    text-transform: capitalize;
}

#site-navigation .staple-menu-lp > ul > li:hover > a, 
#site-navigation .staple-menu-lp > ul > li.current-menu-item > a, 
#site-navigation .staple-menu-lp > ul > li.current-page-ancestor > a,
#site-navigation .staple-menu-lp > ul > li.current-menu-ancestor > a,
#site-navigation .staple-menu-lp > ul > li.current-menu-parent > a{
    background: rgba(0,0,0,0.2);
    display: block;
}

#site-navigation .staple-menu-lp > ul > li a:after {
    border: medium none;
}

#site-navigation .staple-menu-lp > ul > li > a:hover:after, 
#site-navigation .staple-menu-lp > ul > li.current-menu-item > a:after,  
#site-navigation .staple-menu-lp > ul > li.current-page-ancestor > a:after,
#site-navigation .staple-menu-lp > ul > li.current-menu-ancestor > a:after,
#site-navigation .staple-menu-lp > ul > li.current-menu-parent > a:after {
    background: #ff6448;
    border: medium none;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 999999;
}

.menu-center .staple-menu-lp {
    line-height: 52px !important
}

.sub-menu ul.sub-menu a {
    line-height: 32px;
}
/*--------------------------------- 
 Content 
 ---------------------------------*/
#content {padding-top:105px;}
#content #primary {margin-top:20px;}
#content #secondary-right, #content #secondary-left {margin-top:20px;}

#primary .entry-content a {color: #ff6448;}
#primary .entry-content a:hover {color: #000000;}

#primary .entry-content .events-archive a {color: #999999;}
#primary .entry-content .events-archive .entry-title a {color: #666666;}
#primary .entry-content .events-archive a:hover,
#primary .entry-content .events-archive .entry-title a:hover {color: #ff6448;}

#primary .entry-content a.tomato {color: tomato;}
#primary .entry-content a.tomato:hover {color: #000000;}

#primary .post-password-required .container-custom {border: 1px solid tomato;text-align: center;max-width: 600px;margin: 20px auto;padding: 15px;}

/*--------------------------------------------------------------
Search css
--------------------------------------------------------------*/
.search-icon .ak-search {
    background: none repeat scroll 0 0 rgba(53, 53, 53, 0.9);
    display: none;
    height: 100%;
    left: 0;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.search-icon {
    color: #ffffff;
    padding-left: 10px;
    background: none !important;
    margin-right:6px
}

.search-icon i {
    cursor: pointer;
}

.menu-wrap .search-field {
    display: block;
    height: 50px !important;
    left: 50%;
    margin: -25px auto 0 -490px;
    position: absolute;
    top: 50%;
    width: 980px !important;
    font-size: 26px;
}

.search-close {
    font-size: 40px;
    padding-right: 40px;
    padding-top: 30px;
    text-align: right;
}

.menu-wrap .search-submit {
    font-family: "Raleway",sans-serif;
    font-size: 30px !important;
    font-weight: 300 !important;
    height: 60px;
    left: 50%;
    margin-left: -100px;
    margin-top: -30px;
    position: absolute !important;
    top: 65%;
    width: 200px;
}

.menu-center .search-icon {
    display: inline-block;
    float: none;
    vertical-align: top;
}
/*--------------------------------------------------------------
Home Slider
--------------------------------------------------------------*/
.home .site-content {
    position: relative;
}

/*------- home slider controls begin ------*/

#home-slider .bx-wrapper {
    position: relative;
}

#home-slider .slides {
    text-align: center;
    display:none;
}

#home-slider .slides:first-child {
    display:inline;
}

#home-slider .staple-overlay{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.25) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.76)), color-stop(100%,rgba(0,0,0,0.25)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);

}

#home-slider .caption-wrapper {
    height: auto;
    left: 0;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 100%;
}

#home-slider .slider-caption {
    color: #ffffff;
}

#home-slider .small-caption {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
}

#home-slider .caption-title {
    border-top: 1px solid #fff ;
    border-bottom: 1px solid #fff ;
    color: #ffffff;
    display: inline-block;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 8px;
}

#home-slider .caption-title a {
    color: #ffffff;
}

#home-slider .caption-title a:hover {
    color: #ff6448;
}

#home-slider .caption-title span {
    color: #ff6448;
}

#home-slider .caption-description {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 20px;
}

#home-slider .slider-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    margin-top: 22px;
    text-align: center;
    text-transform: uppercase;
    padding:0 40px;
}

#home-slider .slider-btn:hover {
    background: #FFF;
    color: #d64c37;
}

#home-slider .slider-btn a {
  color:#ff6448;
}

#home-slider .slider-btn a:hover {
  color:#ff6448;
}

#home-slider .bx-controls-direction {
    height: 55px;
    left: 0;
    margin-top: -21px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99;
}

#home-slider .bx-prev, 
#home-slider .bx-next {
    background-size: 15px auto !important;
    color: transparent;
    cursor: pointer;
    font: 0px/0 a;
    height: 55px;
    padding: 10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 55px;
    margin-top: -27px;
}

#home-slider .bx-prev {
    background: url("images/prev-arrow.png") no-repeat scroll center center;
    left: -100px;
}

#home-slider .bx-next {
    background: url("images/next-arrow.png") no-repeat scroll center center;
    right: -100px;
}

#home-slider .bx-wrapper:hover .bx-prev {
    left: 10px;
}

#home-slider .bx-wrapper:hover .bx-next {
    right: 10px;
}

/*------- home slider controls end --------*/

#main-slider .bx-wrapper {
    position: relative;
}

#main-slider .slides {
    text-align: center;
    display:none;
}

#main-slider .slides:first-child {
    display:inline;
}

#main-slider .staple-overlay{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.25) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.76)), color-stop(100%,rgba(0,0,0,0.25)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0.25) 100%);

}
#main-scelta .caption-wrapper {
    height: auto;
    left: 0;
    position: absolute;
    text-align: left;
    bottom: 10%;
    width: 100%;
}

#main-scelta .slider-caption {
    color: #ffffff;
}

#main-scelta .caption-description {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 20px;
    text-align:center;
}

#main-scelta .slides {
  position:relative;
  background: #000;
}

#main-scelta .slider-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 42px;
    margin-top: 22px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase;
    padding:0 40px;
}

#main-scelta .slider-btn:hover {
    background: #FFF;
    color: #ff6448;
}

#main-slider .caption-wrapper {
    height: auto;
    left: 0;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 100%;
}

#main-slider .slider-caption {
    color: #ffffff;
}

#main-slider .small-caption {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
}

#main-slider .caption-title {
    border-top: 1px solid #fff ;
    border-bottom: 1px solid #fff ;
    color: #ffffff;
    display: inline-block;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 8px;
}

#main-slider .caption-title a {
    color: #ffffff;
}

#main-slider .caption-title a:hover {
    color: #ff6448;
}

#main-slider .caption-title span {
    color: #ff6448;
}

#main-slider .caption-description {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 20px;
}

#main-slider .slider-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    margin-top: 22px;
    text-align: center;
    text-transform: uppercase;
    padding:0 40px;
}

#main-slider .slider-btn:hover {
    background: #FFF;
    color: #d64c37;
}

#main-slider .slider-btn a {
  color:#ff6448;
}

#main-slider .slider-btn a:hover {
  color:#ff6448;
}

#main-slider .bx-controls-direction {
    height: 55px;
    left: 0;
    margin-top: -21px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99;
}

#main-slider .bx-prev, 
#main-slider .bx-next {
    background-size: 15px auto !important;
    color: transparent;
    cursor: pointer;
    font: 0px/0 a;
    height: 55px;
    padding: 10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 55px;
    margin-top: -27px;
}

#main-slider .bx-prev {
    background: url("images/prev-arrow.png") no-repeat scroll center center;
    left: -100px;
}

#main-slider .bx-next {
    background: url("images/next-arrow.png") no-repeat scroll center center;
    right: -100px;
}

#main-slider .bx-wrapper:hover .bx-prev {
    left: 10px;
}

#main-slider .bx-wrapper:hover .bx-next {
    right: 10px;
}

#main-slider .bx-pager.bx-default-pager {
    position: absolute;
    width: 100%;
    z-index: 9999;
    bottom: 50px;
    text-align: center;
}

#main-slider .bx-pager-item a {
    background: url("images/pager.png") no-repeat scroll 90% -17px;
    color: transparent;
    display: inline-block;
    font: 0px/0 a;
    height: 13px;
    margin-bottom: 5px;
    outline: medium none;
    text-align: right;
    width: 100%;
}

#main-slider .bx-pager-item a:hover, 
#main-slider .bx-pager-item a.active {
    background: url("images/pager.png") no-repeat scroll 90% 0;
}

.bx-pager-item {
    display: inline-block;
    height: 20px;
    width: 20px;
}

#main-slider #bslider .bx-controls-direction {
    height: 55px;
    left: 0;
    margin-top: -21px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99;
}

#main-slider #bslider .bx-prev, 
#main-slider #bslider .bx-next {
    background-size: 30px auto !important;
    height: 55px;
    padding: 10px;
    width: 55px;
}

#main-slider #bslider .bx-prev {
    background: url("images/prev-arrow-b.png") no-repeat scroll center center;
    left: 10px;
}

#main-slider #bslider .bx-next {
    background: url("images/next-arrow-b.png") no-repeat scroll center center;
    right: 10px;
}

#main-slider #bslider .bx-wrapper:hover .bx-prev {
    left: 10px;
}

#main-slider #bslider .bx-wrapper:hover .bx-next {
    right: 10px;
}

#gall-slider .bx-controls-direction {
    height: 35px;
    left: 0;
    margin-top: 25px;
    overflow: hidden;
    top: 10px;
    width: 100%;
    z-index: 99;
}

#gall-slider .bx-controls-direction a {color: transparent;}

#gall-slider .bx-prev, 
#gall-slider .bx-next {
    background-size: 15px auto !important;
    height: 55px;
    padding: 10px;
    width: 55px;
    line-height:35px;
}

#gall-slider .bx-prev {
    background: url("images/prev-arrow.png") no-repeat scroll center center;
    left: 10px;
}

#gall-slider .bx-next {
    background: url("images/next-arrow.png") no-repeat scroll center center;
    right: 10px;
}

#gall-slider .bx-wrapper:hover .bx-prev {
    left: 10px;
}

#gall-slider .bx-wrapper:hover .bx-next {
    right: 10px;
}

.british {
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    background-size: cover;
    border: 0px;
}

.bdbg {
    background: url("images/british-bg.jpg") no-repeat fixed center top;
    background-size: cover;
}

.nidbg {
    background: url("images/nataleindanza-bg.jpg") no-repeat fixed center top;
    background-size: cover;
}

.kidstop {
    padding:0px;
}

.kids-top-logo {
  position:relative;
  text-align:right;
  padding:0;
  display:block;
  margin:0px;
  margin:0;
  padding:0;
}

.logo-kids {
  display:block;
  position:absolute;
  top:80px;
  right:50px;
  margin:0px;
}

.logo-kids img {
  margin-right:50px;
  width:200px;
}

.text-top-kids {
  text-align:right;
  font-size:22px;
  color:#475d74;
  display:block;
}

.text-top-kids-mobile {
  display:none;
  text-align:center;
  font-size:22px;
  color:#475d74;
  padding:20px 10px;
  border-top: 2px solid #ff6448;
}

.kids-cta {
  padding:20px;
  text-align:center;
}

.callnow {
  display:none;
}

.writenow {
  text-align:center;
  padding:20px;
  width:100%;
  max-width:600px;
  margin:0px auto;
  color:#999;
}

.kids-top-logo .btn-wrapper {
  text-align:right;
  margin-right:50px;
}

.kids-cta .btn-wrapper a {
  color:#ff6448;
}

.kids-text-press {
  color:#999;
  text-align:right;
  padding:5% 0px 0px 2%;
}

#kids-more {display:inline;}
#more-text{display:none;}
#kids-read-more-open, #kids-read-more-close {
  display:none;
  clear: both;
  cursor:pointer;
  font-size:95%;
  color:#ff6448;
}

.kidsbg {
    background: url("images/kids-bg.jpg") no-repeat center top;
    background-size: cover;
}

.iscrizione, .presentazione {
  border-bottom: 2px solid #000;
}

.presentazione, .programma, .obiettivi, .bgall, .iscrizione {
  padding: 115px 0px 0px;
}
/*--------------------------------------------------------------
About
--------------------------------------------------------------*/
.about {
    padding: 20px 0;
    position: relative;
}

.page-header {
    text-transform: capitalize;
}

.home-title {
    color: #ff6448;
    font-size: 30px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
}

.home-description {
    color: #3d3d3d;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: center;
}

.about .about-img {
    text-align: center;
}

.about:before {
    border-bottom: 0px solid #fff;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    content: "";
    left: 50%;
    margin-left: -80px;
    position: absolute;
    top: -40px;
    z-index: 99;
}

.about:after {
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 0px solid #fff;
    bottom: -40px;
    content: "";
    left: 50%;
    margin-left: -80px;
    position: absolute;
    z-index: 99;
}

.pricing-table-desc.home-description {
    margin-bottom: 30px;
    text-align: center;
}
/*--------------------------------------------------------------
Our services
--------------------------------------------------------------*/
.our-services {
    background: none repeat scroll 0 0 #f8f8f8;
    padding: 40px 0;
    position: relative;
}
.service-block-wrapper {
    margin-left: -1.5%;
}
.service-block {
    float: left;
    margin-left: 1.5%;
    text-align: center;
    width: 23.5%;
}
.service-0 {height:10px;}
.services-desc {
    margin-bottom: 30px;
}
.our-services .service-icons {
    color: #3e3e3e;
    font-size: 65px;
    text-align: center;
    width: 100%;
}
.service-icons > a {
    display: block;
    font-size: 24px; 
}
.our-services .service-title {
    color: #000000;
    font-family: "Raleway", serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 20px;
}
.our-services .service-content {
    font-size: 13px;
    line-height: 1.5;
}
.our-services .btn-wrapper{
    margin-top: 20px;
}

.corsikids .service-block {
    width: 19%;
    margin-left:1%;
}
/*--------------------------------------------------------------
Pricing Table
--------------------------------------------------------------*/
.pricing-table {
    padding: 90px 0;
    position: relative;
    z-index: 99;
}
.pricing-table:before {
    border-bottom: 40px solid #fff;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    content: "";
    left: 50%;
    margin-left: -80px;
    position: absolute;
    top: -40px;
    z-index: 99;
}
.pricing-table:after {
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 40px solid #fff;
    bottom: -40px;
    content: "";
    left: 50%;
    margin-left: -80px;
    position: absolute;
    z-index: 99;
}
.price-table {
    float: left;
    margin-left: 20px;
    text-align: center;
    width: 370px;
}
.pricing-table .price-table.table3 {
    width: 384px;
}
.price-table-wrapper {
    margin-left: -20px;
}
.pricing-table .table1 {
    background: none repeat scroll 0 0 #8dc63f;
    margin-top: 35px;
}
.pricing-table .table2 {
    background: none repeat scroll 0 0 #ff6448;
}
.pricing-table .table3 {
    background: none repeat scroll 0 0 #17c2a4;
    margin-top: 35px;
}
.pricing-table .table1 .title-price {
    background: url("images/green-arrow.png") no-repeat scroll left bottom #98d347;
    min-height: 185px;
}
.pricing-table .table2 .title-price {
    background: url("images/yellow-arrow.png") no-repeat scroll left bottom #ff6448;
    min-height: 185px;
}
.pricing-table .table3 .title-price {
    background: url("images/blue-arrow.png") no-repeat scroll left bottom #1cd4b4;
    min-height: 185px;
}
.pricing-table .title-price {
    color: #ffffff;
    font-family: "Raleway", serif;
    font-size: 42px;
    padding-top: 30px;
}
.pricing-table .table2 .price {
    font-size: 52px;
    line-height: 90px;
}
.pricing-table .pricing-type {
    display: block;
    line-height: 33px;
    text-transform: uppercase;
}
.price .dollar {
    margin-right: 5px;
}
.pricing-table .table-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 50px 18px;
}
.pricing-table .table2 .table-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 85px 18px 50px;
}
.pricing-table .table-content li {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 41px;
}
.pricing-table .table-content li:first-child {
    border-top: medium none;
}
.pricing-table .table1 .product-link {
    background: none repeat scroll 0 0 #98d347;
}
.pricing-table .table2 .product-link {
    background: none repeat scroll 0 0 #ff6448;
    padding-bottom: 60px;
}
.pricing-table .table3 .product-link {
    background: none repeat scroll 0 0 #1cd4b4;
}
.pricing-table .product-link {
    padding: 30px 0;
}
.pricing-table .product-link a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 15px 0 0;
    text-transform: uppercase;
}
.pricing-table .table1 .product-link a {
    background: none repeat scroll 0 0 #689827;
    border-bottom: 2px solid #5c8622;
}
.pricing-table .table2 .product-link a {
    background: none repeat scroll 0 0 #c8740f;
    border-bottom: 2px solid #b0660d;
}
.pricing-table .table3 .product-link a {
    background: none repeat scroll 0 0 #0e9e85;
    border-bottom: 2px solid #0c8b75;
}
.pricing-table .product-link span {
    display: inline-block;
    padding: 0 10px;
}
.pricing-table .product-link span {
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
}
.pricing-table .table1 .product-link span {
    background: none repeat scroll 0 0 #5c8622;
}
.pricing-table .table2 .product-link span {
    background: none repeat scroll 0 0 #b0660d;
}
.pricing-table .table3 .product-link span {
    background: none repeat scroll 0 0 #0c8b75;
}
.pricing-table .product-link a:hover span i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pricing-table .product-link a:hover span i {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}
/*--------------------------------------------------------------
Awesome
--------------------------------------------------------------*/
.awesome-feature {
    background: #F6F6F6;
    padding: 90px 0;
}
.awesome-feature .aw-left, 
.awesome-feature .aw-right {
    float: left;
    padding-right: 30px;
    position: relative;
    text-align: right;
    width: 50%;
}
.awesome-feature .aw-right {
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
}
.awesome-feature .aw-left .aw-content {
    display: inline-block;
    float: left;
    width: 78%;
}
.awesome-feature .aw-left .awesome-icons {
    float: right;
    width: 20%;
    overflow: hidden;
}
.awesome-feature .aw-right .aw-content {
    display: inline-block;
    float: right;
    width: 78%;
}
.awesome-feature .aw-right .awesome-icons {
    float: left;
    width: 20%;
    overflow: hidden;
}
.awesome-icons > span {
    border-radius: 100%;
    display: block;
    height: 100px;
    line-height: 100px;
    position: relative;
    text-align: center;
    width: 100px;
    overflow: hidden;
}
.awesome-icons > span img{
    display: block;
    height: 100%;
    max-width: 200%;
}
.awesome-feature .aw-left .awesome-icons span {
    float: right;
}
.awesome-feature .aw-right .awesome-icons span {
    float: left;
}
.awesome-feature .aw-left .awesome-icons span:after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
    border-top: 5px solid transparent;
    content: "";
    margin-top: -5px;
    position: absolute;
    right: -4px;
    top: 50%;
}
.awesome-feature .aw-right .awesome-icons span:after {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ffffff;
    border-top: 5px solid transparent;
    content: "";
    left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}
.awesome-feature .aw-title {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}
.awesome-feature .aw-excerpt {
    color: #000000;
    font-size: 14px;
    line-height: 2;
    margin-top: 8px;
}
.awesome-feature .aw-wrapper {
    margin-bottom: 36px;
}
.awesome-feature .awesome-icons {
    margin-top: 5px;
}
.team-hover-icon .fa.fa-link {
    color: #fff;
}
.awesome-feature .btn-wrapper{
    margin-top: 25px;
}
/*--------------------------------------------------------------
Portfolio
--------------------------------------------------------------*/
.portfolio {
    background: none repeat scroll 0 0 #f8f8f8;
    padding: 40px 0 0;
    text-align: center;
}
.portfolio .title, .portfolio .port-desc {
    color: #ff6448;
}
.portfolio .port-desc {
    /* background: url("images/portfolio-sepr.png") no-repeat scroll center bottom;
    margin-bottom: 30px;
    padding-bottom: 30px;*/
}
#portfolio-grid .port-wrap {
    display: inline-block;
    float: none;
    margin-left: -2px;
    margin-right: -2px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 25%;
    cursor: pointer;
}
.portfolio-content {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    display: block;
}
.portfolio-content .read-more {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100%;
    color: #2e313d;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    text-align: center;
    width: 64px;
    display: block;
}
.portfolio-content .read-more:hover {
    color: #f26522;
}
#portfolio-grid .port-wrap:hover .portfolio-content {
    opacity: 1;
    width: 100%;
    height: 100%;
    display: block;
    visibility: visible;
    background: rgba(242,101,34,0.8);
}
.portfolio-content .port-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 6px;
}
.portfolio-content .port-content {
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}
.portfolio-content-wrapper {
    height: 100%;
    left: 0;
    margin-top: -70px;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 10px;
}
#portfolio-grid .port-wrap .portfolio-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
#portfolio-grid .port-wrap:hover .portfolio-image {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}
.portfolio .bx-wrapper {
  max-width:100% !important; 
}
a.home-gallery {
  transition: none;
}
/*--------------------------------------------------------------
Stat counter
--------------------------------------------------------------*/
.stat-counter {
    background: none repeat scroll 0 0 #ff6448;
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative;
}
.stat-counter:before {
    background: url("images/testimonial-top.png") no-repeat;
    content: "";
    height: 40px;
    left: 50%;
    margin-left: -83px;
    position: absolute;
    top: -1px;
    width: 165px;
}
.stat-counter:after {
    background: url("images/footer-top.png") no-repeat;
    content: "";
    height: 40px;
    left: 50%;
    margin-left: -83px;
    position: absolute;
    bottom: -1px;
    width: 165px;
}
.statcounter-1 {
    display: inline-block;
    margin-left:1%;
}
.statcounter-2 {
    display: inline-block;
    margin-left: 1%;
}
.statcounter-3 {
    display: inline-block;
    margin-left: 1%;
}
.statcounter-4 {
    display: inline-block;
    margin-left: 1%;
}
.btn-wrapper .btn, 
.btn-wrapper a {
    border: 2px solid #ff6448;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 30px;
}

.btn-wrapper .btn:hover, 
.btn-wrapper a:hover {
    background: #ff6448;
    text-decoration: none;
    color: #ffffff;
}

.btn-wrapper a.red {border-color:#900;}
.btn-wrapper a.red:hover {background: #c00;}

.btn-wrapper a.bwhite {border-color:#fff;color: #ffffff;}
.btn-wrapper a.bwhite:hover {background: #fff;color: #000;}


.btn-wrapper {
    text-align: center;
}
.statcounters {
    margin-top: 35px;
    width:23%;
}
.statcounter-circle {
    color: #ffffff;
    font-size: 36px;
    text-align: center;
}
.coutner-title > h2 {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
}
.stat-counter-title {
    color: #fff;
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Raleway", serif;
    font-weight: 300;
}
.stat-counter-desc {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.inner-circle > h2 {
    background: #fff;
    color: #ff6448;
    font-size: 30px;
    border-radius: 100%;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    width: 140px;
    height: 140px;
    padding-top: 50px;
    margin: 0 auto;
}
.inner-circle {
    border: 8px solid #ff6448;
    border-radius: 100%;
    margin: 0 auto;
    height: 160px;
    padding: 2px;
    width: 160px;
}
.stat-fa {
    margin-top: 20px;
}
.statcounters i:hover {
    -webkit-transform: translate(5px, -9px);
    -moz-transform: translate(5px, -9px);
    transform: translate(5px, -9px);
}
.statcounters i {
    -webkit-transform: translate(0px) scale(1);
    -moz-transform: translate(0px) scale(1);
    transform: translate(0px) scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}
/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
.blogs {
    padding: 40px 0px;
}
.blog-title {
    color: #000000;
    font-family: "Raleway", serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 35px;
    text-align: center;
}
.blog-desc {
    color: #000000;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 40px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.blog-single-title {
    font-size: 18px;
    line-height: 28px;
    font-family: "Raleway", serif;
    font-weight: 400;
}
.blog-in-wrap {
    margin-left: 30px;
    width: 347px;
    position: relative;
    top: 0;
    -webkit-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    cursor:pointer;
    float: left;
}
.blog-in-wrap:hover {
    top: -20px;
}
.blog-in-wrap:hover .blog-image{
    opacity: 0.8;
}
.blog-wrap {
    margin-bottom: 20px;
}
.blog-content {
    font-size: 14px;
    line-height: 2;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 20px;
}
.blog-content > span {
    display: block;
    margin-top: 5px;
}
.blog-image {
    margin-bottom: 20px;
}
.blog-date {
    background: none repeat scroll 0 0 #ff6448;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #ffffff;
    display: inline-block;
    font-family: "Raleway", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-right: 16px;
    margin-top: 8px;
    padding: 5px;
    text-align: center;
    width: 40px;
}
.blog-title-comment {
    display: inline-block;
    vertical-align: top;
    width: 240px;
}
.blog-author {
    float: left;
    font-size: 13px;
    line-height: 23px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.blog-comment {
    float: right;
    font-size: 13px;
    line-height: 23px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.blog-author .fa.fa-user {
    margin-right: 10px;
}
.blog-comment .comments-link > a {
    color: #000;
    font-size: 13px;
    line-height: 23px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.blog-thumbnail .blog-image{
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%); 
}
.blog-thumbnail .blog-image:hover{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */ 
}
/*--------------------------------------------------------------
Client Logo
--------------------------------------------------------------*/
.clients-logo a {
    display: inline-block;
    opacity: 1; /* 0.54 */
    width: 180px;
}
.clients-logo a:hover {
    opacity: 0.54; /* 1 */
}
.clients-logo {
    padding: 40px 0 40px;
    position: relative;
    text-align: center;
}
.clients-logo .clients-logo-wrapper {
    margin-left: -20px;
}
.clients-logo .bx-controls a {
    background: url("images/thin-arrow.png") no-repeat scroll 0 0;
    color: transparent;
    height: 42px;
    left: 0;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 25px;
}
.clients-logo .bx-controls a.bx-prev {
    background-position: 0 0;
    left: -25px;
}
.clients-logo .bx-controls a.bx-next {
    background-position: -52px 0;
    right: -25px;
    left: auto;
}
.clients-logo .ak-container {
    position: relative;   
}
.clients-logo .bx-wrapper{
    margin:0 auto;
    position:relative;
    margin-top: 40px;
}
.static .client-slider {
    margin: 0 auto;
    width: 165px;
    height: 146px;
}
.clients-logo .clients-logo-wrapper.static {
    margin-left: -30px;
    padding-top: 0px;
}
.call-to-action {
    background-attachment: fixed;
    background-size: cover;
    background-color: #000;
}
.call-to-action-wrap{
    position: relative;
    padding: 40px 0 90px;
}
.call-to-action .calltoaction-overlay{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.72)
}
.call-to-action .ak-container{
    position: relative;
}
.call-to-action-wrap:after {
    background: url("images/footer-top.png") no-repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 40px;
    left: 50%;
    margin-left: -83px;
    position: absolute;
    width: 165px;
}
.call-to-action .title, .call-to-action .call-to-action-desc {
    color: #999999;
    font-weight: 300;
    text-align:justify;
}
.call-to-action-desc {
  font-size: 15px;
  line-height: 22px;
}
.cta-link {
    text-align: center;
}
.cta-link > a {
    background: none repeat scroll 0 0 #ff6448;
    border-bottom: 3px solid #ff6448;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    padding:0 60px;
}
.cta-link > a:hover {
    background: #f59828;
}
.call-to-action .call-to-action-desc {
    margin-bottom: 30px;
    padding: 0 20%;
}
/*--------------------------------------------------------------
Our Team
--------------------------------------------------------------*/
.team-block {
    display: inline-block;
    margin-left: 20px;
    margin-top: 30px;
    width: 238px;
}
.our-team-member {
    padding: 60px 0;
    text-align: center;
}
.team-image {
    cursor: pointer;
    position: relative;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
.team-hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    right: 6px;
    left: 6px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    bottom: 6px;
}
.team-image:hover > .team-hover {
    opacity: 1;
}
.team-hover-icon {
    background: none repeat scroll 0 0 #D64C37;
    border-radius: 100%;
    color: #ffffff;
    height: 42px;
    left: 50%;
    line-height: 42px;
    margin-left: -21px;
    position: absolute;
    text-align: center;
    top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 42px;
}
.team-image:hover .team-hover-icon {
    margin-top: -21px;
    top: 46%;
}
.team-hover-text {
    bottom: -20px;
    color: #ffffff;
    left: 50%;
    margin-left: -90px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 175px;
    line-height: 1.3;
    font-size:11px;
}
.team-image:hover .team-hover-text {
    bottom: 8%;
    margin-top: -10px;
}
.our-team-member .team-name {
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 0;
    text-align: center;
}
.our-team-member .team-name a {
  color:#444;
}
.our-team-member .team-name a:hover {
  color:#ff6448 ;
}
.our-team-member .team-designation {
    color: #ff6448;
    font-size: 14px;
    font-style: italic;
    text-align: left;
}
.team-hover-icon:hover {
    background: #b3412d;
}
.our-team-member {
    padding: 40px 0;
    position: relative;
    text-align: center;
}
.our-team-member .team-scroll {
    margin-left: -10px;
}
.our-team-member .btn-wrapper{
    margin-top: 20px;
}

.our-team-member .bx-controls a {
    background: url("images/thin-arrow.png") no-repeat scroll 0 0;
    color: transparent;
    height: 42px;
    left: 0;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 25px;
}
.our-team-member .bx-controls a.bx-prev {
    background-position: 0 0;
    left: -25px;
}
.our-team-member .bx-controls a.bx-next {
    background-position: -52px 0;
    right: -25px;
    left: auto;
}
.our-team-member .ak-container {
    position: relative;   
}
.our-team-member .bx-wrapper{
    margin:0 auto;
    position:relative;
    margin-top: 40px;
}
/*--------------------------------------------------------------
Team member Inner
--------------------------------------------------------------*/
.team-member-grid .cat-event-list {
    border: medium none;
    float: left;
    margin-left: 2%;
    width: 31.33%;
}
.team-member-grid {
    margin-left: -2%;
}
.team-member-grid .team-block {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}
.team-member-grid .team-block img{
    width: 100%;
}
.team-member-grid .entry-content {
  margin-top: 0;
}
.team-member-grid .entry-title,
.cat-event-list .entry-title{
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}
.cat-event-list .entry-title{
    text-align: left;
}
/*-------------------------------------------------------------
Tour Block 
--------------------------------------------------------------*/
.our-team-member .tour-title {
    font-size: 15px;
    font-weight: 400;
    margin: 15px 0 0;
    text-align: center;
}
.our-team-member .tour-title a {
  color:#444;
}
.our-team-member .tour-title a:hover {
  color:#ff6448;
}
.our-team-member .tour-date {
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}

.our-team-member .tour-date a {
    color:#666;
}
.our-team-member .tour-date a:hover {
    color:#ff6448;
}
.our-team-member .tour-location {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.our-team-member .tour-location a {
    color:#666;
}
.our-team-member .tour-location a:hover {
    color:#ff6448;
}
.tour-block {
  padding:2% 0px;
  float: left;
  margin-left: 0.5%;
  margin-bottom: 20px;
  text-align: center;
  width: 24.5%;
}

/* JUNIOR PAGE - SCROLL NEWS*/
.our-services.junior-news {padding-bottom: 60px;background: #fff;border: 1px solid tomato;}
.junior-scroll .junior-title {margin-top:5px;padding:2px;} 
.junior-news .bx-controls-direction {margin:25px;text-align:center;position:relative;} 
.junior-news .bx-controls a {background: url("images/thin-arrow.png") no-repeat scroll 0 0;background-position-x: 0px;background-position-y: 0px;color: transparent;height: 42px;left: 0;margin-top: -21px;position: absolute;top: 50%;width: 25px;} 
.junior-news .bx-controls a.bx-next {background-position: -52px 0;right: -25px;left: auto;} 
.junior-news .bx-controls a.bx-prev {background-position: 0 0;left: -25px;}
/*-------------------------------------------------------------
Tour widget
---------------------------------------------------------------*/
.widget .lista-tour li {
  margin-bottom:10px; 
}
.events-maker-orderby {
  margin-left:5px;
}
.events-maker-orderby p {
  margin-bottom: 5px;
}
.events-maker-orderby a {
  padding:2%;
  border: 1px solid #ff6448;
  background: #ff6448;
  color:#fff;
  margin-left:5px;
}
.events-maker-orderby a:hover {
  color: #ff6448;
  background: #fff;
}
.events-maker-orderby input[type="submit"] {
  border: 1px solid #ff6448;
  transition: all 0.3s ease-in-out 0s;
}
.events-maker-orderby input[type="submit"]:hover {
  background: #fff;
  color: #ff6448;
}

.hcalendar.event .event-location.cat-links a, .lista-tour .event-location.cat-links a, 
.tour-block .event-location.cat-links a {
    cursor: default;
}

.tax-event-category .archive-wrap .tomato.cta-workshop {
    display:none;
}
/*--------------------------------------------------------------
Testimonial
--------------------------------------------------------------*/
.testimonial {
    background: url("images/testimionial-bg.jpg") no-repeat fixed center top;
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    text-align: center;
    background-size: cover;
}
.testimonial-wrap{
    padding: 100px 0 40px;
    position: relative;
}
.testimonial-wrap:before {
    background: url("images/testimonial-top.png") no-repeat;
    content: "";
    height: 40px;
    left: 50%;
    margin-left: -83px;
    position: absolute;
    top: -1px;
    width: 165px;
}
.testimonial-title {
    font-weight: 300;
    margin:10px 0 40px;
    color: #FFF;
    font-size: 30px;
}
.testimonial .bx-pager-item a {
    background: none repeat scroll 0 0 #000000;
    border-radius: 100%;
    color: transparent;
    display: inline-block;
    font: 0px/0 a;
    height: 11px;
    width: 11px;
}
.testimonial .bx-pager-item {
    display: inline-block;
    margin-left: 5px;
}
.testimonial .bx-pager-item a:hover, 
.testimonial .bx-pager-item a.active {
    background: none repeat scroll 0 0 #ff6448;
}
.title-test {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 20px;
    text-transform: uppercase;
}
.sub-title-test {
    color: #c1c1c1;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
}
.sub-title-test span {
    color: #ff6448;
}
.testimonial .bx-controls.bx-has-pager {
    margin-top: 0;
    padding-bottom: 57px;
}
.testimonial .tm-slider {
  font-size: 19px;
  line-height: 35px;
}
.latest-post{
    padding: 40px 0;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

#colophon {
    background: none repeat scroll 0 0 #ffffff;
}
.home #colophon {
    margin-top: 0;
}
.top-footer {
    padding: 15px 0 15px;
    background: #EEE;
}
.footer-block {
    color: #ffffff;
    float: left;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}
.footer-block .textwidget {
    color: #000000;
    font-size: 12px;
}
.footer-column-4 .footer-block {
    margin-left: 2%;
    width: 23%;
}
.footer-column-3 .footer-block {
    margin-left: 1%;
    width: 32.33%;
}
.footer-column-2 .footer-block {
    margin-left: 1%;
    width: 49%;
}
.footer-block-1.footer-block {
    margin-left: 1%;
}
.footer-block-1 .widget {
    color: #d1d1d1;
    line-height: 24px;
}
.footer-block-1 i.fa {
    font-size: 15px;
    margin-right: 5px;
    width: 16px;
}
.footer-block .widget-title {
    color: #000;
    font-family: "Raleway", serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-logo {
    margin-bottom: 25px;
}
.footer-block a {
    color : #000;
}
.footer-block a:hover {
    color:#ff6448;
}
.footer-block ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-block li {
    font-size:14px;
    line-height: 1.7;
    list-style: outside none none;
    margin-bottom: -1px;
}
.site-info {
    background: none repeat scroll 0 0 #000000;
}
.copyright {
    color: #d1d1d1;
    float: left;
    font-size: 14px;
    line-height: 16px;
    margin-top:10px;
}
.copyright a {
    color: #d1d1d1;
}
.copyright a:hover{
    border-bottom:1px dotted #d1d1d1;
}
.copyright span {font-size:11px;}
.ak_footer_social {
    float: right;
    line-height: 60px;
}
.ak_footer_social a {
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 3px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    background: none !important;
}
.ak_footer_social a.facebook {
    background: none repeat scroll 0 0 #1f69b3;
}
.ak_footer_social a.twitter {
    background: none repeat scroll 0 0 #43b3e5;
}
.ak_footer_social a.gplus {
    background: none repeat scroll 0 0 #d84734;
}
.ak_footer_social a.youtube {
    background: none repeat scroll 0 0 #df2126;
}
.ak_footer_social a.pinterest {
    background: none repeat scroll 0 0 #ff3635;
}
.ak_footer_social a.linkedin {
    background: none repeat scroll 0 0 #1a7696;
}
.ak_footer_social a.flickr {
    background: none repeat scroll 0 0 #e1e2dd;
}
.ak_footer_social a.vimeo {
    background: none repeat scroll 0 0 #7fdde8;
}
.ak_footer_social a.instagram {
    background: none repeat scroll 0 0 #c8c5b3;
}
.ak_footer_social a.tumblr {
    background: #395976;
}
.ak_footer_social a.rss {
    background: none repeat scroll 0 0 #fbc95d;
}
.ak_footer_social a.github {
    background: none repeat scroll 0 0 #383838;
}
.ak_footer_social a.stumbleupon {
    background: none repeat scroll 0 0 #e94c29;
}
.ak_footer_social a.skype {
    background: none repeat scroll 0 0 #09c6ff;
}
.ak_footer_social .social-icons span {
    cursor: pointer;
    display: inline-block;
}
.ak_footer_social .social-icons i {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.footermenu {
  float: left;
  margin: 20px auto;
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 13px;
}
.footermenu a {
  color:#999;
}
.footermenu a:hover {
  color:#ff6448;
}
/*--------------------------------------------------------------
SublteBounce css 
--------------------------------------------------------------*/

@-webkit-keyframes subtleBounce {
 0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

 40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

 60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

}

 @keyframes subtleBounce {
 0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

 40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

 60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

}
.subtleBounce {
    -webkit-animation-name: subtleBounce;
    animation-name: subtleBounce;
}
/*--------------------------------------------------------------
Right Sidebar
--------------------------------------------------------------*/
.right-sidebar #primary {
    float: left;
    width: 73%;
}
.right-sidebar #secondary-right {
    float: right;
    width: 25%;
}
/*--------------------------------------------------------------
Lefy Sidebar
--------------------------------------------------------------*/
.left-sidebar #primary {
    float: right;
    width: 73%;
}
.left-sidebar #secondary-left {
    float: left;
    width: 25%;
}
/*--------------------------------------------------------------
Both Sidebar
--------------------------------------------------------------*/
.both-sidebar #secondary-left {
    float: left;
    width: 28%;
}
.both-sidebar #primary {
    float: right;
    width: 70%;
}
.both-sidebar #secondary-right {
    float: right;
    width: 22%;
}
.left-sidbar-right {
    float: left;
    width: 76%;
}
/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
.sidebar .widget-title {
    color: #353535;
    border-bottom: 1px solid #eee;
    font-size: 22px;
    font-weight: 300;
    line-height:2;
}
.sidebar .widget-title span {
    border-bottom: 2px solid #ff6448;
    bottom: -1px;
    display: inline-block;
    padding-bottom: 7px;
    position: relative;
}
.sidebar .search-field, 
.sidebar .widget_archive select {
    width: 100% !important;
}
.sidebar .widget_archive select {
    height: 40px;
}
.sidebar ul {
    list-style: outside none none;
    margin: 0;
}
#calendar_wrap caption {
    background: none repeat scroll 0 0 #ff6448;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}
.widget_categories a {
    color: #353535;
    font-weight: 400;
}
.sidebar a{
    color:#333 !important;
}
.sidebar a:hover{
    color: #ff6448 !important;
}
.sidebar .tomato a:hover{
    color: tomato !important;
}
.sidebar .awesome-feature {
    background: none;
    padding: 0px;
}
.sidebar .aw-right {
    float: left;
    padding: 0px;
    text-align: left;
    width: 100%;
}
.sidebar .aw-right .awesome-icons {
    float: left;
    width: 33.3%;
    overflow: hidden;
}
.sidebar .aw-right .aw-content {
    display: inline-block;
    float: right;
    width: 66.6%;
}
.sidebar .aw-title {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    margin: 0px;
    padding:10px 0 0 10px;
}

.sidebar a.download {
    color:#ff6448 !important;
}
/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/
.row {
    margin-bottom: 25px;
}
.span1, .span2, .span3, .span4, .span5, .span6 {
    float:left;
}
.col {
    margin-left: 3%;
}
.col:first-child {
    margin-left:0;
}
.span1 {
    width: 14.1666666667%;
}
.span25 {
    width: 22%;
    float: left;
}
.span2 {
    width: 31.3333333333%;
}
.span3 {
    width: 48.5%;
}
.span4 {
    width: 65.6666666667%;
}
.span5 {
    width: 82.8333333333%;
}
.span6 {
    width: 100%;
    margin-left: 0;
}
.span3.sidebar {text-align:justify;}
/*--------------------------------------------------------------
404 Page
--------------------------------------------------------------*/
.error404 .entry-title {
    font-size: 34px;
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
}
.number404 {
    background: none repeat scroll 0 0 #ff6448;
    border-radius: 150px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    height: 150px;
    line-height: 130px;
    margin-top: 20px;
    perspective: 500px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #999999;
    width: 150px;
    margin-bottom: 40px;
}
.number404 span {
    backface-visibility: visible;
    bottom: 35px;
    font-size: 14px;
    left: 0;
    line-height: 16px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.error-404.not-found {
    text-align: center;
}
.number404.animated {
    -webkit-animation-duration:3s;
    -moz-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-iteration-count:Infinite;
    -moz-animation-iteration-count:Infinite;
    animation-iteration-count:Infinite;
}
.error404 .page-content {
    margin-top: -10px;
}
/*--------------------------------------------------------------
Single Page
--------------------------------------------------------------*/

.cat-event-excerpt > div {
    margin-bottom: 10px;
}
/*--------------------------------------------------------------
Portfolio List View
--------------------------------------------------------------*/
.portfolio-list .cat-portfolio-image {
  float: left;
  height: auto;
  margin-right: 2%;
  width: 40%;
}
.portfolio-list .cat-portfolio-list {
    float: none;
    margin-bottom: 1%;
    position: relative;
    width: 100%;
}
.portfolio-list .portfolio-archive {
    border-bottom: 1px solid #F6F6F6;
    margin: 10px 0;
    padding: 5px 0 20px;
}
.portfolio-list .port-content {
    margin-bottom: 10px;
}
.portfolio-list .cat-portfolio-content {
  float: left;
  width: 58%;
}
/*--------------------------------------------------------------
Portfolio Grid View
--------------------------------------------------------------*/
.portfolio-grid .portfolio-archive {
    float: left;
    margin-left: 1%;
    width: 32.33%;
    margin-bottom: 1%;
    margin-top: 1%;
}
.portfolio-grid .workshop-archive {
    float: left;
    margin-left: 1%;
    width: 49%;
    margin-bottom: 1%;
    margin-top: 1%;
}
.portfolio-grid {
    margin-left: -1%;
}
.portfolio-grid .portofolio-layout-wrap {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    text-align: center;
}
.portfolio-grid .cat-portfolio-image:hover .portofolio-layout-wrap {
    background: none repeat scroll 0 0 rgba(242, 101, 34, 0.8);
    display: block;
    height: 100%;
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.portfolio-grid .cat-portfolio-image {
    position: relative;
}
.portfolio-grid .portofolio-layout-wrap .read-more {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100%;
    color: #2e313d;
    display: block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    width: 50px;
}
.portfolio-grid .portofolio-layout-wrap .read-more:hover {
    color: #f26522;
}
.portfolio-grid .portofolio-layout-wrap .entry-title {
    color: #ffffff;
    font-size: 18px;
    margin-top: 5px;
    padding-bottom: 50px;
}
.portfolio-grid .portofolio-layout-wrap h3 {
  color: #dddddd;
  font-size:17px;
}
.portfolio-grid .portofolio-layout-wrapper {
    height: 100%;
    left: 0;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.portfolio-grid .cat-portfolio-image {
    overflow: hidden;
    cursor: pointer;
}
.portfolio-grid .cat-portfolio-image .cat-port-image-wrapper {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    display: block;
}
.portfolio-grid .cat-portfolio-image:hover .cat-port-image-wrapper {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}
.portfolio-grid .portofolio-description {
  width:100%;
  text-align:center;
  margin-bottom:10px;
  height:128px;
  overflow:hidden;
}
.portfolio-grid .portofolio-description .entry-title {
  font-size:22px;
  margin:10px 0px;
  padding-bottom:0px;
  line-height:1;
}
.portfolio-grid .portofolio-description .entry-descr {
  line-height:1.3;
  font-size:13px;
}
.portfolio-grid .portofolio-description .entry-title a:hover {
  color:#ff6448;
}
.portfolio-grid .events-archive {
    float: left;
    margin-left: 1%;
    width: 32.33%;
    margin-bottom: 1%;
    margin-top: 1%;
    height:330px;
    border: 1px solid #ff6448;
    padding:1%;
}
/*------------------------------------------------------------
Tour pages
-------------------------------------------------------------*/
.portfolio-list .events-archive {
  padding: 1%;
}
.events-archive:nth-child(odd) {
    background: #F6F6F6;
}
.events-archive:nth-child(even) {
    background: #ffffff;   
}
.events-archive {
  font-family: "Raleway",serif;
  font-size:16px;
  line-height:24px;
  color:#999;
}
.events-archive .event {
  padding: 15px 0px;
}
.events-archive .entry-title {
  margin:0px;
  line-height:24px;
}
.events-archive .entry-date a, .events-archive .event-location a, 
.events-archive .event-tag a, .events-archive .event-category a {
  font-family: "Raleway",serif;
  color:#999;
}
.events-archive .entry-date a:hover, .events-archive .event-location a:hover,
.events-archive .event-tag a:hover, .events-archive .event-category a:hover,
.events-archive .entry-title a:hover {
  color:#ff6448;
}
.festival p {margin:0px;}
/*--------------------------------------------------------------
People Grid View
--------------------------------------------------------------*/
.portfolio-grid .people-archive {
    float: left;
    margin-left: 1%;
    width: 24%;
    margin-bottom: 1%;
}
.people-excerpt {float:left;margin-left:1%;width:70%;margin-bottom: 1%;}
.portfolio-grid .teachers-archive {
    float: left;
    margin-left: 1%;
    width: 19%;
    margin-bottom: 1%;
}
/*--------------------------------------------------------------
Boxed Layout
--------------------------------------------------------------*/
.boxed-layout #page {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 12px #999;
    margin: 0 auto;
    width: 1200px;
}

.both-sidebar .business-hours a {
    font-size: 12px;
}
/*--------------------------------------------------------------
Header Social Icon
--------------------------------------------------------------*/
.ak_header_social .social-icons a {
    color: #ffffff;
    display: inline-block;
    margin: 0 6px;
    font-size: 16px;
}
.ak_header_social .social-icons a:hover {
    color: #F1573E;
}
.ak_header_social .social-icons {
    text-align: right;
}
/*--------------------------------------------------------------
Team Memmber Inner
--------------------------------------------------------------*/
.cat-event-image {
    float: left;
    margin-right: 20px;
    width: 28%;
}
.cat-event-list {
    border-bottom: 1px solid #F6F6F6;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.cat-generic-list {
    border-bottom: 1px solid #F6F6F6;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
/*--------------------------------------------------------------
Ak Top
--------------------------------------------------------------*/
#ak-top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 60px;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    height: 50px;
    line-height: 10px;
    position: fixed;
    right: 0px;
    text-align: center;
    width: 50px;
}
#ak-top:hover {
    background: #ff6448;
}
#ak-top i {
    display: block;
    font-size: 22px;
    line-height: 28px;
}
/*--------------------------------------------------------------
Contact us
--------------------------------------------------------------*/
.wpcf7-form > p {
    margin-bottom: 15px;
}
.wpcf7 .wpcf7-mail-sent-ok {padding:20px;text-transform: uppercase;text-align: center;
/*border-color: #ff6448;*/}
.wpcf7 .wpcf7-validation-errors {border-color: #BC3F4D;}

.workshop_fascicolo .wpcf7-not-valid-tip {font-size:9px;}

/*-------------------------------------------------------------
Sidebar box wpcf7
--------------------------------------------------------------*/
.sidebar .wpcf7-form p {
  margin-bottom: 10px;
}
.sidebar .wpcf7-form .boxbdr {
  border:2px solid #ff6448; padding:3%;
}
.sidebar .boxbdr .widget-title {
  font-size:20px;
}
.sidebar .wpcf7-form input[type="submit"] {
  float:right;
  background-color: #ff6448;
}
.sidebar .wpcf7-form input[type="submit"]:hover {
  float:right;
  background-color: #000000;
}
/*-------------------------------------------------------------
Workshop
--------------------------------------------------------------*/
.wpcf7-form .workshop_fascicolo p {
  margin-bottom: 10px;
}
.wpcf7-form .workshop_fascicolo {
  border:2px solid #ff6448; padding:3%;
}
.workshop_fascicolo h1 {
  font-size:18px;
}
.wpcf7-form .workshop_fascicolo input[type="submit"] {
  background-color: #ff6448;
}
.wpcf7-form .workshop_fascicolo input[type="submit"]:hover {
  background-color: #000000;
}
.wpcf7-form .tomato.workshop_fascicolo {
  border:2px solid tomato; padding:3%;
}
.wpcf7-form .tomato.workshop_fascicolo input[type="submit"] {
  background-color: tomato;
}
.wpcf7-form .tomato.workshop_fascicolo input[type="submit"]:hover {
  background-color: #000000;
}

#text-fascicolo {margin-bottom:20px;}
#text-fascicolo .btn-wrapper {width:100%;margin-bottom:20px;}
#text-fascicolo a.btn {width:100%;border-color:#ff6448;}
#text-fascicolo a:hover.btn {background-color:#ff6448;color:#fff !important;}
.entry-title-workshop {height:60px;margin-bottom:15px;font-size:20px;}
.cta-workshop, .cta-workshop-white {width:100%;text-align:center;height:60px;margin-bottom:15px;}
.cta-workshop a {
  background:#ff6448;
  color:#fff !important;
  width:100%;
  display:block;
  padding:20px;
  margin:0 0 20px;
  border:2px solid #ff6448;
  }
.cta-workshop a:hover {
  background:#ffffff;
  color:#ff6448 !important;
}
.cta-workshop a.tomato {
  background:tomato;
  color:#fff !important;
  width:100%;
  display:block;
  padding:20px;
  margin:0 0 20px;
  border:2px solid tomato;
  }
.cta-workshop a.tomato:hover {
  background:#ffffff;
  color:tomato !important;
}
.cta-workshop-white a {
  background:#ffffff;
  color:#555;
  width:100%;
  display:block;
  padding:20px;
  margin:0 0 20px;
  border:2px solid #ff6448;
  }
.cta-workshop-white a:hover {
  background:#ff6448;
  color:#ffffff !important;
}

.subcta-workshop {position:absolute;top:60px;z-index:9;display:none;}
.subcta-workshop a.tomato {
    display: inline-block;margin: 0px;
}

ul.bxslider{margin:0px;}
#bx-pager {text-align:center;}
#bx-pager img {float:left;width:19%;margin:0.5%;}
#bx-pager-sede {text-align:center;margin-left:1%;}
#bx-pager-sede img {float:left;width:31%;margin:0.5%;}
#bx-pager-fourp {text-align:center;margin-left:1%;}
#bx-pager-fourp img {float:left;width:24%;margin:0.5%;}

#wgall-slider .bx-wrapper {
  position:relative
}
#wgall-slider .bx-controls-direction {
    height: 35px;
    left: 0;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    z-index: 9;
}
#wgall-slider .bx-controls-auto {
    height: 15px;
    right: 10px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    z-index: 9;
}
#wgall-slider .bx-controls-direction a {color: transparent !important;}
#wgall-slider .bx-prev, 
#wgall-slider .bx-next {
    background-size: 15px auto !important;
    height: 55px;
    padding: 10px;
    width: 55px;
    line-height:35px;
}
#wgall-slider .bx-prev {
    background: url("images/prev-arrow-b.png") no-repeat scroll center center;
    left: 10px;
}
#wgall-slider .bx-next {
    background: url("images/next-arrow-b.png") no-repeat scroll center center;
    right: 10px;
}
#wgall-slider .bx-wrapper:hover .bx-prev {
    left: 10px;
}
#wgall-slider .bx-wrapper:hover .bx-next {
    right: 10px;
}
#wgall-slider .bx-controls-auto {
	text-align: center;
}
#wgall-slider .bx-controls-auto-item {float:left;}
#wgall-slider .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
#wgall-slider .bx-controls-auto .bx-start:hover,
#wgall-slider .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
#wgall-slider .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
#wgall-slider .bx-controls-auto .bx-stop:hover,
#wgall-slider .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/*--------------------------------------------------------------
Flex slider css
--------------------------------------------------------------*/
#slider {
	position:relative;
	margin:0;
}
.flexslider ul {
  margin:0px;
}
#slider img {
  width:100%;
}
.flex-direction-nav,
.flex-pauseplay {
	position:absolute;
	right:43px;
	bottom:88%;
	width:100px;
	margin: 0;
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	z-index: 2;
}
.flex-pauseplay {
	right:30px;
	width: 26px;
	font-size: 15px;
}
.flex-pause {
	font-family: sans-serif;
}
.flex-direction-nav li,
.flex-pauseplay a {
	float: left;
	margin: 0 5px;
	background: rgba(0, 0, 0, .15);
	border-radius: 4px;
}
.flex-direction-nav a,
.flex-pauseplay a {
	display: inline-block;
	width: 18px;
	padding: 4px 8px;
	color: #fff;
	opacity: .8;
	text-align: center;
	cursor: pointer;
}
.flex-direction-nav a:hover,
.flex-pauseplay a {
	opacity: 1;
}
/* Gallery Page */
a.bdrgal {display: block;}

/*--------------------------------------------------------------
Woocommerce style
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Woocommerce cart
--------------------------------------------------------------*/
.woocommerce .cart td, .woocommerce .cart th {
    border: medium none;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page #content input.button.alt,
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page #content input.button {
    background: none repeat scroll 0 0 #ff6448;
    border: medium none;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    color: #ffffff;
}

.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce #content input.button:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page #content input.button:hover,.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce-page #content input.button.alt:hover{
    background: #d64c37;
    text-shadow: 0 0 0 rgba(0, 0, 0,0);
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text{
    width: 110px;
}

.cart_totals {
    background: none repeat scroll 0 0 #efefef;
}

.cart_totals > h2 {
    background: none repeat scroll 0 0 #aaaaaa;
    color: #ffffff;
    line-height: 44px;
    padding-left: 10px;
    text-align: left;
    font-size: 20px;
}

.cart_totals td, 
.cart_totals th {
    border: medium none;
    padding-left: 15px !important;
    width: 50%;
}

.woocommerce .woocommerce-info:before, 
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:before, 
.woocommerce-page .woocommerce-message:before {
    background-color: #ff6448;
    font-size: 18px;
    font-weight: 600;
    line-height: 0;
}

.woocommerce .woocommerce-message:before, 
.woocommerce-page .woocommerce-message:before{
    line-height: 0;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce .woocommerce-message, 
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce-page .woocommerce-message, 
.woocommerce-page .woocommerce-error, 
.woocommerce-page .woocommerce-info {
    border-top: 3px solid #ff6448;
}

.cart-empty {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 400;
}

.woocommerce a.added_to_cart, 
.woocommerce-page a.added_to_cart {
    background: none repeat scroll 0 0 #ff6448;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    line-height: 36px;
    margin-top: 8px;
    padding-top: 0;
    text-align: center;
    width: 120px;
}

.woocommerce a.added_to_cart:hover, 
.woocommerce-page a.added_to_cart:hover{
    background: #d64c37;
}

.shipping_calculator {
    margin-top: 20px;
}

.shipping_calculator > h2{
    font-size: 20px;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, 
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  margin-left: 7px;
  font-size: 14px;
  margin-top: 2px;
}

.woocommerce .woocommerce-error:before, 
.woocommerce-page .woocommerce-error:before {
  background: none repeat scroll 0 0 #f15740;
  line-height: 0;
}

.woocommerce .quantity .plus, 
.woocommerce .quantity .minus, 
.woocommerce #content .quantity .plus, 
.woocommerce #content .quantity .minus, 
.woocommerce-page .quantity .plus, 
.woocommerce-page .quantity .minus, 
.woocommerce-page #content .quantity .plus, 
.woocommerce-page #content .quantity .minus {
  color: #353535 !important;
  font-size: 19px;
}

.woocommerce form .form-row select, 
.woocommerce-page form .form-row select {
    height: 38px;
}


/*--------------------------------------------------------------
Woocommerce single page
--------------------------------------------------------------*/

.woocommerce span.onsale, .woocommerce-page span.onsale {
    background: #ff6448;
    text-shadow:0,0,0,transparent;
}


.woocommerce div.product span.price del, 
.woocommerce div.product p.price del, 
.woocommerce #content div.product span.price del, 
.woocommerce #content div.product p.price del, 
.woocommerce-page div.product span.price del, 
.woocommerce-page div.product p.price del, 
.woocommerce-page #content div.product span.price del, 
.woocommerce-page #content div.product p.price del {
    color: #353535;
    font-size: 16px;
    margin-right: 10px;
}

.woocommerce div.product span.price ins, 
.woocommerce div.product p.price ins, 
.woocommerce #content div.product span.price ins, 
.woocommerce #content div.product p.price ins, 
.woocommerce-page div.product span.price ins, 
.woocommerce-page div.product p.price ins, 
.woocommerce-page #content div.product span.price ins, 
.woocommerce-page #content div.product p.price ins,.woocommerce div.product span.price, 
.woocommerce div.product p.price, 
.woocommerce #content div.product span.price, 
.woocommerce #content div.product p.price, 
.woocommerce-page div.product span.price, 
.woocommerce-page div.product p.price, 
.woocommerce-page #content div.product span.price, 
.woocommerce-page #content div.product p.price {
    background: inherit;
    color: #ff6448;
    font-weight: 700;
    font-size: 22px;
}


.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price ins, 
.woocommerce-page ul.products li.product .price ins{
    color: #ff6448;
    font-size: 16px;
}

.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del {
  color: #353535;
  font-size: 14px;
  margin-right: 10px;
}


.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price ins, 
.woocommerce-page ul.products li.product .price ins{
    color: #ff6448;
}

.woocommerce-main-image.zoom {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display: block;
    padding: 20px;
    width: 100%;
}

.woocommerce .woocommerce-main-image.zoom img {
    margin: 0 auto;
    width: auto !important;
}

.woocommerce .thumbnails .zoom {
    margin-left: 1%;
    margin-right: 0 !important;
    width: 24% !important;
    opacity: 0.5;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.woocommerce .thumbnails .zoom:hover{
    opacity: 1;
}

.woocommerce .thumbnails .zoom.first{
    clear: inherit !important;
}

.thumbnails .zoom img {
    width: auto !important;
}

.woocommerce .star-rating, 
.woocommerce-page .star-rating {
    color: #f15740;
}

.single-product .quantity {
    height: 36px;
}

.single-product .qty {
    height: 36px !important;
}

.single-product .minus, .single-product .plus {
    height: 19px !important;
}
/******* responsive menu **********/
#nav {
    display: none;
}

.responsive-header {
    display: none;
}

.search-results article {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/*-----------------------------------------------
MASONRY
-----------------------------------------------*/
.masonry {display:block;}
/*
.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}*/

/* Cookie notice */
#cookie-notice{background-color: #d0d0d0 !important;}

/* Home Flag Polylang */
.footermenu.lang { margin:0px;}
.lang ul {list-style: outside none none;}
.lang li {display:inline;padding:5px;}

/* Google Recaptcha */
.grecaptcha-badge { visibility: hidden; }

/* INFOGRAFICA */
.span40 {width:40%;float:left;}
.span60 {width:60%;float:left;}
.span60 p {padding-left:5px;padding-right:5px;}
.span6 {margin-bottom:0px;}
.intro {margin:0;padding:1% 20%;text-align:center;color:#fff;}
.repertorio {padding:5px 20px 5px 20px;}
.repertorio p {padding-left:40px;}
.numeri {padding: 10px;}
.numeri div {text-align:center;}
.numeri .circle {background: #f99e1c;color: #fff;font-size: 30px;border-radius: 100%;font-weight:300;width:80px;height:80px;margin: 0 auto;}
.numeri .fa {font-size:40px;margin-top:20px;}
.intertext {font-size:12px;line-heignt:15px;padding:5px;}
.formazione {text-align:center;padding-bottom:15px;padding-top:10px;}
.formazione h4 {padding:30px 0;background-color:#f99e1c;color:#fff;font-size:24px;}
.formazione .span2 {margin:0;background-color:#fff;padding:15px 10px;text-align:left;}