/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html{ 
    font-family: 'Oswald', sans-serif !important;

}
body { 
    font-family: 'Oswald', sans-serif;
    color: #233E52;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    background: #fbfcfb; 
    min-width: 320px; background-attachment: fixed;
}
p{ font-size: 21px;}
.row-panel img{ margin: 0 auto;}
h1,h2,h3,h4,h5,a,p,span{font-family: 'Oswald', sans-serif;}
h2{font-weight: lighter;padding-bottom: 22px;
   color: #000;}
h5{font-weight: lighter;
   color: #dd4d52;
   font-size: 20px;}
.wow {
    visibility: hidden  ;
}
.button {
    text-decoration: none !important;
    text-align:center;
}
.nav-logo{float: left;
          height: 40px;
          margin: 10px;
}
.preorder-form h2,.preorder-form h1{
     color: #ab812b;
}
.preorder-form{
            margin: 80px;
    padding: 20px;
    border: solid 1px #ab812b;
    color: #ab812b;
    border-radius: 20px;
   -moz-box-shadow:    inset 0 0 10px #8a8a8a;
   -webkit-box-shadow: inset 0 0 10px #8a8a8a;
   box-shadow:         inset 0 0 10px #8a8a8a;    
}
.submit-row{ text-align: center;}
.submit-row .btn{ font-size: 24px;}
.slogen-top{       color: #05476E;
                   display: inline-block;
                   /* vertical-align: bottom; */
                   font-size: 30px;
                   padding-left: 20px;} 
.padding-row{padding: 50px 0px;} 
.strech{width: 100%;     padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;}
#background-hero img{     margin: 4px auto;    display: block;
                          height: auto;
                          max-width: 100%;}
#background-hero .sm-img img{  max-width: 50%;}
#background-hero{color:#fff;background: #ffffff;padding: 0px;
                 background-position-y: 0px;
                 background-position-x: center;
                 padding: 50px;
                 background-repeat: no-repeat;
                 background-attachment: fixed;

                 background-position-y: 140px; 
                 transition:all 2s ease;
                 background: url(img/head_large.jpg);

                 width: 100%; 
                 margin-top: 66px;
                 padding: 0px;
} 

.background-hero-zoom{
    background-position-y: 0px !important;    
    margin-top: 0px !important; 
}
.gallery{ width:100%;    background: #ffffff;padding: 0px;background: url(img/gallery.jpg);   background-position-y: 0px;
          background-position-x: center;
          padding: 0px;
          background-repeat: no-repeat;
          background-attachment: fixed;} 
.gallery-btn .button{
    border: solid 2px #233E52;

    padding-top: 17px;}
.gallery-btn{

    margin: 143px auto;
    display: block;
    padding-top: 108px;
    text-align: center;
    height: 300px;
    width: 300px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}
h1{color: #000;
   margin-top: 30px;
   font-size: 2em;
   font-weight: lighter;}
#background-hero h2{color: #FFFFFF;
                    margin-top: 30px;
                    font-size: 2em;
                    font-weight: lighter;}
.button--pipaluk.button--inverted {
    color: #fff;

}

.navicon {
    width: 100%;
    background: transparent;
    margin: 80px auto 40px;
    position: relative;
    height: 30px;
    width: 50px;
    display: block;
    z-index: 99;
    -webkit-transition: linear 0.5s all;
    transition: linear 0.5s all;
    position: fixed;
    top: 0;
    left: 40px;
}
.navicon:before, .navicon:after {
    background: #AA802D;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    height: 3px;
    left: 0;
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
    width: 45px;
}
.navicon:before {
    box-shadow: #AA802D 0 14px 0 0;
    position: absolute;
    top: 0;
}
.navicon:after {
    position: absolute;
    top: 28px;
}
.navicon--active {
    margin-top: 20px;
    -webkit-transition: linear 0.5s all;
    transition: linear 0.5s all;
}
.navicon--active:before {
    box-shadow: transparent 0 0 0 0;
    top: 15px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.navicon--active:after {
    top: 15px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.toggle {
    display: block;
    margin: 10px auto;
    width: 30%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 16px;
    display: block;
    opacity: 0;
    -webkit-transition: ease-in 0.5s all;
    transition: ease-in 0.5s all;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    min-width: 320px;
    position: fixed;
    top: 0;
    z-index: 9;
}
.toggle--active {
    display: block;
    opacity: 1;
    -webkit-transition: ease-in 0.5s all;
    transition: ease-in 0.5s all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.toggle__menu {
    margin-bottom: 25px;
}
.toggle__menu li {
    width: 90%;
    display: block;
    margin: 10px auto;
}
.toggle__menu li a {
    text-decoration: none;
    color: #000;
    display: block;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    -webkit-transition: linear 0.5s all;
    transition: linear 0.5s all;
    font-weight: 500;
    padding: 5px 0;
}
.toggle__menu li a span {
    text-transform: lowercase;
}
.toggle__menu li a:hover {
    color: #BD6E00;
    border-bottom: 2px solid #BD6E00;
    -webkit-transition: linear 0.5s all;
    transition: linear 0.5s all;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    font-weight: 700;
}

.social {
    display: block;
    width: 70%;
    margin: 25px auto;
    text-align: center;
    font-size: 0;
}
.social li {
    display: inline-block;
    width: 25%;
    text-align: center;
}
.social li a {
    text-align: center;
    color: #000;
    font-size: 25px;
    -webkit-transition: linear 0.5s all;
    transition: linear 0.5s all;
}
.social li a:hover {
    color: #BD6E00;
    -webkit-transition: linear 0.5s all;
    transition: linear 0.5s all;
}
.next-post a{
    padding: 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 0.7em;
    text-transform: uppercase;
    margin: 10px 0;
    text-decoration: none;
    opacity: 0.65; 
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    border-color: #2980b9;
    color: #2980b9; 
    font-size: 1em;
    border-radius: 22px;
}
.toggle h1{    margin-top: 0px;
               margin-left: 125px;}
.button-small{       font-size: 0.7em;
                     height: 42px;
                     padding: 1em 0.6em;
                     width: 134px;}
.button-pad{padding: 1.4em 0.6em;}
.button--pipaluk.button--inverted.next {    width: 0px;}
.button--pipaluk.button--inverted:hover {
    color: #FF6353;

}
.button--pipaluk.button--inverted::after {
    background: #FF6353;
}
.button--antiman.button--inverted::before {
    border-color: #f5f5f5;
}
.button--antiman.button--inverted:hover {
    color: #dd4d52;
}
.button--antiman.button--inverted-alt::after {
    background: #f5f5f5;
}
.button--antiman.button--inverted:hover {
    color: #f5f5f5;;
}
.button--antiman.button--inverted-alt:hover {
    color: #f5f5f5;;
}
.button--antiman.button--inverted::after {
    background: #233E52;
    color: #fff;
}
.button--antiman > span {    vertical-align: top;    padding-top: 0px;
                             line-height: 15px;}
.cl-effect-13{overflow: hidden;}
.button {
    margin: 0px;
    color: #233E52;}
.button-center {
    margin: 0px auto;}
.button--isi {
    padding: 1.6em 0em;

    color: #06476E;
    background: #FFFFFF;
    overflow: hidden;
    border: none;
}
.button--isi::before { 
    background: #06476E;}
.content-background{     }
#services{ padding-bottom: 15px;font-size: 18px;
}
.frontQuoteSign {
    font-size: 160px ;
    line-height: 168px;
}
#services h3 ,#time-table-row h3{font-weight: bold;}
#services p ,#time-table-row p{font-size: 17px;}
#services .content-desc ,#time-table-row .content-desc {min-height: 170px;}
#services img ,#time-table-row img{margin: 0 auto;}
#time-table-row{color: #fff;     padding-bottom: 45px;} 

.container{ width: 100% !important; }
.hero-text .button  {
    margin: 8px auto;
    padding-top: 18px;
    color: #fff;
}
.hero-text{
    /* height: 590px; */
    padding: 60px 25px;
}
.down-divider{width: 100%;}
.down-divider img{width: 100%;    margin-bottom: -2px;}



.small-ribbon img{

} 
.small-ribbon{  
    width: 100%;
    color: #fff !important;
    background: url('img/ribbon-bck.jpg');

} 
.small-ribbon.sec_bck{    background-position: center bottom;} 
.small-ribbon h2{  

} 
.nextToLink{font-style: italic;}
.contentList .row{border-bottom: solid 2px #f8f8f8;
                  padding-bottom: 10px;
                  margin-bottom: 10px;}
.banner-col{padding-left: 0px}
.media-body{padding-top: 20px;}
.media{background: #ffffff;border:solid 1px;}
.ticketNumber{
    width: 114px;
    padding-top: 8px;

}
#barcodeLogo img{width:100px;}
.barcode{padding: 2px;}
.navbar{cursor: pointer;}
.ticket{cursor: pointer; color:#585756;}

#loginFormTopBoxInfoLink{
    color:#ffffff;
    font-weight: bolder;
    cursor: pointer;
}
.ticketFootRight{text-align: right;}
.ticketCode{ 
    clear: both;  
    font-weight: bolder;
    padding-bottom: 10px;}
.ticketFooter>.row{padding-left: 30px;}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: relative;
    z-index: 15;
    background: #fff;
}
.footerrow{ 
}
.footerrow li{ list-style: none; color: #9a9999;display: inline-block;}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 526px; 
}

.hr{display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 1em 0; padding: 0; }
.front-carousel{ background: #04132A url('img/head.jpg');}
.carousel-inner{  
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:top center; 
    webkit-box-shadow: 0px 2px 15px rgba(50, 50, 50, 0.51);
    -moz-box-shadow:    0px 2px 15px rgba(50, 50, 50, 0.51);
    box-shadow:         0px 2px 15px rgba(50, 50, 50, 0.51);}
.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.2) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.2)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.2) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.2) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}
.gallery-carousel-img{height: auto !important;}
.carousel-caption { 
    /*padding-bottom: 100px;*/
}

.navbar-inverse {
    background-color: #ffffff;
    border-color: #ffc200;
}
.top-contact{padding-top: 0px;}
.navbar-inverse .navbar-nav > li > a:hover {color: #fff;
                                            background: #1B84CB;
                                            -webkit-transition: all 0.5s ease-out; 
                                            transition: all 0.5s ease-out;     border-radius: 0px; }
.navbar-inverse .navbar-nav > li > a {
    -webkit-transition: all 0.5s ease-out; 
    transition: all 0.5s ease-out;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    padding: 8px 20px;
    border-radius: 20px;
}
.navbar-collapse a{ display: inline-block;}
.navbar{min-height: 35px;}
.padding-left-0{

    padding-right: 0px;
}
.sideBarBox{
    background: #f6f5f2;
    padding: 14px;
    margin-bottom: 12px;
    border-radius: 7px; 
}
.showMenuSide h3{text-align: center;text-decoration: underline;}
.showMenuSide{text-align: center;}
.ribbon-text{

    position: absolute;
    font-size: 29px;
    line-height: 35px;
    text-align: center;
    background: #f5f5f5;
    color: #7e7d7d;
    font-style: italic;
    padding: 10px;
    margin-top: 50%;

}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background: #1B84CB;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background: #0b4a94
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background: #0b4a94
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
    padding-left: 15px;
    padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    text-align: center;
    margin-bottom: 20px;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-left: 10px;
    margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.navbar-inverse .navbar-toggle {
    border: none;background-color:  #06476E;;  border-radius: 0px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #1E7AB1;
    border-radius: 0px;
}
.navbar-wrapper .navbar {
    background:#FFFFFF;
    margin-bottom: 0px;

}

.navbar-static-top {
    border-width: 0 0 0px;
}
.rainbow-ribbon{
    background: url("img/rainbow_ribbon.png");
    height:20px;
    width: 100%;
    -webkit-transition: all 0.5s ease-out; 
    transition: all 0.5s ease-out; 
}

.admin-btn .fa{color: #000;font-size: 2em; }
.flat-btn {
    margin-top: 10px;
    margin-right: 10px;
    padding: 14px 26px;
    font-size: 14px;
    line-height: 100%;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    color: #fff;
    display:inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
.flat-btn:active {
    padding-top: 15px;
    margin-bottom: -1px;
}
.flat-btn, .flat-btn:hover, .flat-btn:active {
    outline: 0 none;
    text-decoration: none;
    color: #fff;
}

.flat-btn-border-1 {
    /* background-color: #3fb8e8; */
    /* box-shadow: 0px 3px 0px 0px #3293ba; */
    border: 4px solid #1BAAE3;
}
.flat-btn-border-1:hover {
    background-color: #1baae3;
    box-shadow: 0px 3px 0px 0px #3293ba;
    transition: all 0.5s ease 0s;
}
.flat-btn-border-1:active {
    box-shadow: 0px 1px 0px 0px #3293ba;
}
.flat-btn-1 {
    background-color: #3EC6E0;
    box-shadow: 0px 3px 0px 0px #3293ba;
}
.flat-btn-1:hover {
    background-color: #1baae3;
}
.flat-btn-1:active {
    box-shadow: 0px 1px 0px 0px #3293ba;
}

.flat-btn-2 {
    background-color: #f06060;
    box-shadow: 0px 3px 0px 0px #cd1313;
}
.flat-btn-2:hover {
    background-color: #ed4444;
}
.flat-btn-2:active {
    box-shadow: 0px 1px 0px 0px #cd1313;
}
.flat-btn-border-2 {
    color: #fff;
    border: 4px solid #ed4444;
}
.flat-btn-border-2:hover {
    box-shadow: 0px 3px 0px 0px #cd1313;

    background-color: #ed4444;
}
.flat-btn-border-2:active {

    box-shadow: 0px 1px 0px 0px #cd1313;


}

.flat-btn-3 {
    background-color: #ff6a80;
    box-shadow: 0px 3px 0px 0px #da0020;
}
.flat-btn-3:hover {
    background-color: #ff566f;
}
.flat-btn-3:active {
    box-shadow: 0px 1px 0px 0px #da0020;
}
#main-content-left h3{font-size: 34px;}
#main-content-left p{
    color: #fff;
    font-size: 18px;
}
.navbar-collapse {
    max-height: 100% !important; }

.top-contact a, .top-contact p {color: #07466e;font-size: 21px;}


/*PROFILECARD*/

.side-user-profile { 

    overflow: hidden;
    margin: 20px auto;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #000000;
    text-align: left;
    line-height: 1.4em;
    background-color: #141414;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.side-user-profile * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.side-user-profile img {
    max-width: 100%;
    vertical-align: top;
    opacity: 0.85;
}
.side-user-profile figcaption {
    width: 100%;
    background-color: #FFFFFF;
    padding: 25px;
    position: relative;
}
.side-user-profile figcaption:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 0 0 400px;
    border-color: transparent transparent transparent #fff;
}
.side-user-profile figcaption a {
    padding: 5px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 0.7em;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
    opacity: 0.65;
    width: 47%;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}
.side-user-profile figcaption a:hover {
    opacity: 1;
}
.side-user-profile .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: 25px;
    z-index: 1;
    max-width: 90px;
    opacity: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.side-user-profile .read-more {
    margin-right: 4%;
    border-color: #2980b9;
    color: #2980b9;
    border-radius: 22px; 
}
.side-user-profile h2 {
    margin: 0 0 5px;
    font-weight: 300;
}
.side-user-profile h2 span {
    display: block;
    font-size: 0.5em;
    color: #2980b9;
}
.side-user-profile p {
    margin: 0 0 10px;
    font-size: 0.8em;
    letter-spacing: 1px;
    opacity: 0.8;
}




/*PROFILECARD*/

.blog-content {
    overflow: hidden;
    cursor: pointer;
    margin: 20px 1%;
    min-width: 230px;
    max-width: 100%;
    width: 100%;
    color: #000; 
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blog-content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.blog-content img {
    max-width: 100%;
    vertical-align: top;
    opacity: 0.85;
}
.blog-content figcaption {
    width: 100%;
    background-color: #FFFFFF;
    padding: 25px;
    position: relative;
}
.blog-content figcaption:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 0 0 795px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.blog-content a {
    text-decoration: none;
    color: #000;
}
.blog-content .read-more {
    padding: 5px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 0.7em;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
    opacity: 0.65;
    width: 34%; 
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog-content .read-more.strech{
    width: 100%;  
}
.blog-content figcaption a:hover {
    opacity: 1;
}
.blog-content:hover  figcaption:before {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-width: 100px 0 0 795px; 
}
.blog-content .read-more {
    border-color: #2980b9;
    color: #2980b9;
    float: right;
    font-size: 1em;
    border-radius: 22px;
}
.blog-content h2 {
    margin: -26px 0 5px; 
}
.blog-content h2 span {
    display: block;
    font-size: 0.5em;
    color: #2980b9;
}
.blog-content p {
    margin: 0 0 10px;
    font-size: 1em;
    letter-spacing: 1px; 
}
.blog-content-img{

    overflow: hidden;
    white-space: nowrap;

    text-align: center;  
}

.blog-content-img .frame img{   vertical-align: middle;}
.blog-content-img .frame{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.read-more-cover span:hover{

    border: solid 3px #AA802D;
    font-weight: bolder; 
}

#closebt-container {
    position: relative;
    width: 100%;

    margin-top: 12px;
}

.closebt {
    float: right;
    margin-right: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor:pointer;
}

.closebt:hover {
    transform:rotate(90deg);
}
.logo-modal{      height: 49px;
                  margin-left: 30px;  height: 49px;}

.item img {
    width: 100%;
    height: auto;
}

.container {

}

.polaroid {
    background-color: #fff;
    padding: 1em;
    box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.2);
}

.caption {
    font-size: 2em;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item {
    display: inline-block;
    margin-top: 2em; 
}

.item .polaroid:before {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item:nth-of-type(4n+1) {
    -webkit-transform: scale(0.8, 0.8) rotate(5deg);
    transform: scale(0.8, 0.8) rotate(5deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item:nth-of-type(4n+1) .polaroid:before {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    width: 45%;
    height: 20%;
    bottom: 30px;
    right: 10px;
}

.item:nth-of-type(4n+2) {
    -webkit-transform: scale(0.8, 0.8) rotate(-5deg);
    transform: scale(0.8, 0.8) rotate(-5deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item:nth-of-type(4n+2) .polaroid:before {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    width: 45%;
    height: 20%;
    bottom: 30px;
    right: 10px;
}

.item:nth-of-type(4n+3) {
    -webkit-transform: scale(0.8, 0.8) rotate(-3deg);
    transform: scale(0.8, 0.8) rotate(-3deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item:nth-of-type(4n+3) .polaroid:before {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    width: 45%;
    height: 20%;
    bottom: 30px;
    right: 10px;
}

.item:nth-of-type(4n+4) {
    -webkit-transform: scale(0.8, 0.8) rotate(3deg);
    transform: scale(0.8, 0.8) rotate(3deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item:nth-of-type(4n+1) .polaroid:before {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    width: 45%;
    height: 20%;
    bottom: 30px;
    right: 10px;
}

.item:nth-of-type(4n+5) {
    -webkit-transform: scale(0.8, 0.8) rotate(0deg);
    transform: scale(0.8, 0.8) rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item:nth-of-type(4n+1) .polaroid:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 45%;
    height: 20%;
    bottom: 30px;
    right: 10px;
}

.item:hover {
    -webkit-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.shiny-btn:hover {
    transform: scale(1.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    text-decoration: none;
    color: #fff;
}
.item:hover .polaroid:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    bottom: 0%;
    right: 5%;
    z-index: -1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed {
    position: fixed;
    top: 46px;
}
.sticky {
    position: fixed;
    top: 46px;
    width: 100%;
    text-align: right;
    z-index: 9999;
    text-transform: uppercase;
    padding-right:20px;
}

.shiny-btn {
    color: white; 
    font-weight: bold;
    font-size: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    padding: 17px 52px;
    background-color: #ab812b;
    border-radius: 40px; 


    /*background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"	 width="1296px" height="768px" viewBox="0 0 1296 768" enable-background="new 0 0 1296 768" xml:space="preserve"><g><polygon fill="#8694D1" points="766.6,1.2 -0.2,768 200.7,768 967.5,1.2 	"/></g><g><polygon fill="#8694D1" points="1094.8,1.2 328,768 528.9,768 1295.7,1.2 	"/></g></svg>');*/
    background-size: contain;
    background-position: -200px center;
    background-repeat: no-repeat;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shiny-btn:active {
    transform: scale(1.3);
    background-position: 500px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
    }

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 0px;
    }  

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }


}
@media (max-width: 1160px) {  
    #background-hero{background: url(img/head_medium.jpg);}
    h1 { 
        margin-top: 30px;
        font-size: 45px;
    }
    #services {
        margin-top: 0px !important;
    }} 
@media (max-width: 992px) { 

    .top-contact a, .top-contact p {font-size: 17px;}
    .container {
        padding-right: 5px;
        padding-left: 5px; 
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
    .noContetnContainer{height:800px;text-align: center;}
    .showMenuShow {min-height: 800px;}
    .carousel-caption {
        /*padding-bottom: 0px;*/
    }
}
@media (min-width: 1674px) { 
    .carousel-inner{ background: #04132A;}
}
@media (max-width: 1174px) {

    .carousel .item {
        height: 506px;
    }
}
@media (max-width: 1300px) {
    .small-ribbon{  
        width: 100%;
        color: #fff !important;
        background: url('img/ribbon-bck.jpg');

    } 
    #services {
        margin-top: 0px;
    }
    #background-hero {
        width: 100%;
        height: auto;
    }
    .hero-text {
        /* height: auto; */
        padding: 60px 22px;
    }
}
@media (max-width: 767px) { 
    .preorder-form { 
    margin: 20px 0px;
    }
    .fixed {

        top: 26px;
    }
    .sticky {

        top: 26px; 
    }
    .shiny-btn {
        color: white; 
        font-weight: bold;
        font-size: 1.3rem;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px 30px;
        background-color: #ab812b;
        border-radius: 40px; 


        /*background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"	 width="1296px" height="768px" viewBox="0 0 1296 768" enable-background="new 0 0 1296 768" xml:space="preserve"><g><polygon fill="#8694D1" points="766.6,1.2 -0.2,768 200.7,768 967.5,1.2 	"/></g><g><polygon fill="#8694D1" points="1094.8,1.2 328,768 528.9,768 1295.7,1.2 	"/></g></svg>');*/
        background-size: contain;
        background-position: -200px center;
        background-repeat: no-repeat;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

    #background-hero{background: url(img/head_small.jpg);}
    .top-ribbon-logo,.top-contact{
        text-align: center; 
    }
    #sticky.stick {
        position: absolute !important;}
    .small-ribbon{  

    } 
    p {
        font-size: 1.0em;
    }
    #background-hero{
        width: 100%;
        /* height: 728px; */
        margin-top: 49px;
    }
    .sec_bck {

        color: #fff;
        background: #233E52;}
    .navbar-inverse {
        background-color: #F58220;
        border-color: #ffc200;

    }
    .navbar-collapse a {
        display: block;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
        line-height: 30px;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #504842;} 
    .carousel .item {
        height: 420px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {

        border-color: #ffffff; 
    }
    .carousel .item {
        height: 400px;
    }
}

@media (max-width: 1300px) {
    .row{
        margin-right: 0px;
        margin-left: 0px;
    }
} 
@media (max-width: 992px) {  
    h1 { 
        margin-top: 30px;
        font-size: 45px;
    }
    .cross_bck{background: none;}
}
@media (max-width: 599px) { 

    .gallery {
        width: 100%; 
        padding: 0px;


        background-repeat: no-repeat;
        background-attachment: initial;
    }
    #background-hero {
        width: 100%; }
    #cookie p {
        font-size: 11px !important;
    }
    #time-table-row {
        color: #fff;
        padding-bottom: 0px;
    }
    .da-slider {
        width: 100%;
        height: 700px;}
    h2{font-size: 23px;}
    h1 { 
        margin-top: 30px;
        font-size: 43px;
    }
    #services {
        margin-top: 0px;
    }
    .carousel .item {
        height: 206px;
    }
    .carousel .item {
        height: 320px;
    }
}
@media (min-width: 768px){ 
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 600px;
        padding-top: 164px;}
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #eeeeee;}
.frontFirstRow{padding-bottom: 30px;}
.showMenuShow,.cartContainer,.whiteContaner{
    padding-top: 20px; 
    background: #fff;
}
.showMenuShow h2{    font-weight: bold;
                     font-size: 32px;}
.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #FF6353 !important;
}
.productPrice{
    font-size: 20px;
    font-weight: bold;
    color: #F60;
    margin-right: 5px;
}
.priceListCont{
    width: 340px;
}
.priceListCont .label{
    font-size: 21px; }
.productPrice s{
    font-size: 14px;
    font-weight: bold;
    color: #F60;
    margin-right: 5px;
}
.cartContainer h3{ margin-top: 4px;}
.showMenuShow img{
    margin-bottom: 10px; 
}
.showMenuSide{

}
.whiteBack legend{color:#F58220;}
.radiusBorder{-webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              border-radius: 4px;}
.whiteBack{
    /*background: url('img/whiteBack.png');*/ 
    background: #ffffff;
    color:#0d1b2b;
}
.modal-content {
    background: #ffffff; 

}
.baseBox{
    padding: 14px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.circle-head h2{font-size: 26px;}
.circle-head img{width:140px;height:140px;}
.circle-head p{height: 104px;}
.marketing .col-lg-4 {
    text-align: center;
    margin-bottom: 0px;}
.pCont div{
    -moz-border-radius: 4px; /* Firefox */  
    -webkit-border-radius: 4px; /* Safari, Chrome */  
    border-radius: 4px;/* CSS3 */ 
    padding:1px;
}

.pCont span{font-size: 14px;
            line-height: 15px;
            font-weight: bold;}
.ticket h2{ font-size: 24px;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {

}
#mc_embed_signup{-moz-border-radius: 4px; /* Firefox */  
                 -webkit-border-radius: 4px; /* Safari, Chrome */  
                 border-radius: 4px;/* CSS3 */}
.navbar {border-radius: 0px}
.sidesMenuList li{ list-style: none;padding: 10px 10px; display: inline-block;text-transform:uppercase;cursor:pointer}
.showMenuShow  .showMenuSide  li{display: block;}
.sidesMenuList li:hover{ background: #eefbff;}
.sidesMenuList >li>a{ text-align: left;padding-left: 20px;padding-right: 20px;text-decoration:none;}
.sidesMenuList{ border: solid 2px #f8f8f8;padding:0px;}
#top_cart{position: absolute;
          font-size: 9px;}

.clearGrid .row-panel{
    display: block;
    width: 100%;
    clear: both;
}
#CartFullViewContainer{border:solid 1px #011029;padding: 10px;background: #F2F0F1; -moz-border-radius: 4px; /* Firefox */  
                       -webkit-border-radius: 4px; /* Safari, Chrome */  
                       border-radius: 4px;/* CSS3 */ }


.cart-table .row:hover {background: #f7f7f7; padding: 10px;border-left: solid 1px #011029; border-right: solid 1px #011029;  }
.cart-table .row {padding: 10px;cursor:pointer;}
.cartSendForm{margin: 20px;}
.sendOrder{padding: 44px;}
.wrapper {

}
.pricing-table h2 {margin:0px;  line-height: 42px;}
.pricing-table { 
    margin: 50px auto;
    text-align: center; 
    padding-right: 0;
}
.pricing-table .heading{
    color: #9C9E9F;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 4rem;
}
.block{
    margin: 0 auto;
    width: 98%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    cursor: default;
    -webkit-transition: all 0.2s ease-out; 
    transition: all 0.2s ease-out; 
    /*    border: 1px solid red;*/
}
.block:hover{
    width: 100%;
    -webkit-transition: all 0.2s ease-out; 
    transition: all 0.2s ease-out; 
}
.title{ border-radius: 4px 4px 0px 0px;}
.pt-footer{ border-radius: 0px 0px 4px 4px;}
/*Shared properties*/
.title,.pt-footer{
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;

}
.content{
    position: relative;
    color: #FEFEFE;
    padding: 20px 0 10px 0;
}
/*arrow creation*/
.content:after, .content:before,.pt-footer:before,.pt-footer:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.pt-footer:after,.pt-footer:before{
    top:0;
}
.content:after,.pt-footer:after {
    border-color: rgba(136, 183, 213, 0);	
    border-width: 5px;
    margin-left: -5px;
}
/*/arrow creation*/
.price{
    position: relative;
    display: inline-block;
    margin: 0.625rem;
}
.price span{    
    font-size: 6rem;
    letter-spacing: 8px;
    font-weight: bold;        
}
.price sup{
    font-size: 1.5rem;    
    position: absolute;    
    top: 12px;
    left: -12px;
}
.hint{
    font-style: italic;
    font-size: 1.2rem;
    font-weight: bold;
}
.features ul{  }
.features{margin-bottom: 0px;
          list-style-type: none;
          background: #FFFFFF;
          text-align: left;
          color: #9C9C9C;
          padding: 20px 22px;
          height: 400px;
}
.features li{
    padding:15px 0;
    width: 100%;
}
.features li span{
    padding-right: 0.4rem; 
}
.pricing-tables h2 {font-size: 24px !important;}
.pt-footer{
    font-size: 0.95rem;
    text-transform: capitalize;
    padding: 10px;
}
.content-price p{font-size: 55px;}
/*PERSONAL*/
.personal .title{        
    background: #78CFBF;    
}
.personal .content,.personal .pt-footer{
    background: #82DACA;
}
.personal .content:after{	
    border-top-color: #82DACA;	
}
.personal .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*PROFESSIONAL*/
.professional .title{
    background: #3EC6E0;
}
.professional .content,.professional .pt-footer{
    background: #53CFE9;
}
.professional .content:after{	
    border-top-color: #53CFE9;	
}
.professional .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*BUSINESS*/
.business .title{
    background: #E3536C;
}
.business .content,.business .pt-footer{
    background: #EB6379;
}
.business .content:after{	
    border-top-color: #EB6379;	
}
.business .pt-footer:after {	
    border-top-color: #FFFFFF;	
}
.row-panel tr:hover { background: #53CFE9;
                      -webkit-transition: all 0.2s ease-in-out;
                      transition: all 0.2s ease-in-out;
                      color: #fff; }
.row-panel tr { cursor:default;  background: #FFFFFF;  -webkit-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out ;color: #9C9C9C;}
.row-panel tr td {
    margin-bottom: 0px;
    list-style-type: none;

    text-align: left;

    padding: 20px 22px;
}

.row-panel tr:first-child   {  border-radius: 4px 4px 0px 0px;
                               font-size: 18px; background: #53CFE9; color: #fff;
}
.row-panel tr:first-child td:first-child   {  border-radius: 4px 0px 0px 0px; ;}
.row-panel tr:first-child td:last-child   {  border-radius: 0px 4px 0px 0px; ;}


.top-ribbon{
    background: #fff url(img/top_bg.jpg) repeat-x;
    background-position-y: bottom;padding-bottom: 2px;
    width: 100%;
    padding-right: 15px; 
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
} 
.top-contact img{
    height: 24px;
}
#cookie {
    position:fixed;
    left:0px;
    bottom:0px;
    padding: 10px;
    width:100%;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9999;
}
#cookie p {
    font-size: 18px;
}
/* IE 6 */
* html #cookie {
    position:absolute;
    top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}