/*||==============================================================================||
                                TEMPLATE TA BT
  ||==============================================================================||
*/
/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* =Clearfix (all browsers)--------------------------------*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */ * html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;}

/*+clearfix {*/
#header:after, #nav:after, #content:after, .box:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
#header, #nav, #content, .box, .widget-container
{
    display: inline-block;
}
#header, #nav, #content, .box, .widget-container
{
    /*\*/
    display: block;
    /**/
    _height: 1px;
}
/*+}*/

/*||==============================================================================||
                                <GENERAL
  ||==============================================================================||
*/

*
{
    margin: 0;
    padding: 0;
    border: 0;
}
body
{
    color: #222222;
    margin: 0px;
    font-size: 13px;
    line-height: 1.3em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    background: #eeeeee /*url(images/body.jpg) repeat-x 0 0*/;
}


/*--- GRIDS ----*/

.grids{
    max-width:1020px;
    clear:both;
    overflow: hidden;
    margin:0 0 0 -1.961%;
    list-style:none;}
[class^="grid-"]{
    float:left;
    margin:0 1.961% 0 0;
}
.grids [class^="grid-"]{
    margin:0 0 0 1.961%;
}

.grids div h3:first-child{
    margin-top:0;
}

/*
Nested grids won't work with fluid layouts :(
*/

.grid-1{ width:6.373% }
.grid-2{ width:14.706% }
.grid-3{ width:23.039% }
.grid-4{ width:31.373% }
.grid-5{ width:39.706% }
.grid-6{ width:48.039% }
.grid-7{ width:56.373% }
.grid-8{ width:64.706% }
.grid-9{ width:73.039% }
.grid-10{ width:81.373% }
.grid-11{ width:89.706% }
.grid-12{ width:98.039%; margin:0; }

/*||==============================================================================||
                                <TIPOGRAPHY
  ||==============================================================================||
*/
h1, h2, h3
{
    font-family: Arial, Helvetica, sans-serif;
}
h1
{
    font-size: 200%;
    color: #000000;
    line-height: 1.3em;
    margin: 0 0 10px;
    padding: 0;
    font-weight: bold;
}
h2
{
    color: #EF8B12;
    margin: 14px 0px 7px;
    font-size: 140%;
    clear: both;
    font-weight: bold;
    line-height: 1.3em;
}
h3
{
    color: #000;
    font-size: 120%;
    font-weight: bold;
    margin: 10px 0px 7px;
}
h4
{
    color: #444;
    font-size: 110%;
    padding: 5px 0px 2px;
}
h5
{
    color: #333;
    font-size: 100%;
    padding: 5px 0px 2px;
}

h1.entry-title, h1.page-title {
    font-size: 28px;
    text-align: left;
    font-weight: 600;
    border-bottom: 7px solid #d41200;
    margin: 0 0 30px 0;
    padding-bottom: 10px;
}

h1.entry-title span {
    background: #fff;
}

/*||==============================================================================||
                                <ELEMENTS
  ||==============================================================================||
*/
p
{
    padding: 0px 0px 10px;
}
p strong
{
    color: #222;
}
ul, ol
{
    margin: 5px 0 5px 20px;
    padding: 0px 0px 5px 16px;
}
li
{
    padding: 0px 30px 10px 4px;
    list-style: disc;
}

ol li
{
    list-style: decimal;
}

small{
    font-size: 10px;
}

ins {
    background: #f60;
    color: #000;
    text-decoration: none;
}

.mark {font-style: italic; font-weight: bold;}

abbr[title], dfn[title] {cursor: help;}

input, select {
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 2px;
}

html {
    overflow-y: scroll; /* always force scrollbar in IE */
    -webkit-font-smoothing: antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
}

th, td {padding:5px;}

caption {
    white-space: nowrap;
}

pre, code, kbd, samp {font-family: monospace, sans-serif;}


blockquote {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    font: italic 110%/1.4 georgia,serif;
    padding: 20px 20px 10px;
}

#main table {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    width: 99%;
}
#main table tbody tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #eee;
}
#main table caption, #main table th {
    text-align: left;
}
#main table td, #main table th {
    border: 1px solid #ddd;
}


/*||==============================================================================||
                                <LINKs
  ||==============================================================================||
*/

a:link {color: #009933;text-decoration: none}

a:visited {color: #00611F;}

a:hover,a:focus {color: #F99E17;text-decoration: none;}

a:active {}

/*||==============================================================================||
                                <CALL
  ||==============================================================================||
*/

a.call:link, a.call:visited{
    text-decoration: none;
    display: inline-block;
    padding: 8px 15px;
    margin: 10px 0;
    font-weight: bold;
    /*  COLOR  */
    color: #fff;
    border: 1px solid #5A9224;
    background: #ADCEFF; /* old browsers */
    /*  CSS3  */
    /*  text shadow  */
    box-shadow: 2px 2px 5px #666;
    -webkit-box-shadow: 2px 2px 5px #666;
    -moz-box-shadow: 2px 2px 5px #666;
    /*  box shadow  */
    box-shadow: 0px 1px 2px #666;
    -webkit-box-shadow: 0px 1px 2px #666;
    -moz-box-shadow: 0px 1px 2px #666;
    /*  text shadow  */
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
    /*  radius  */
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    /*  gradient  */
    background: -moz-linear-gradient(top, #C2D6AD 0%, #5A9224 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C2D6AD), color-stop(100%,#5A9224)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2D6AD', endColorstr='#5A9224',GradientType=0 ); /* ie */
}

a.call:hover{
    /*  COLOR  */
    color: #fff;
    background: #003399; /* old browsers */
    /*  gradient  */
    background: -moz-linear-gradient(top, #5A9224 0%, #C2D6AD 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5A9224), color-stop(100%,#C2D6AD)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5A9224', endColorstr='#C2D6AD',GradientType=0 ); /* ie */
}

a.call:active{
    margin-top: 12px;
}

a.cta:link, a.cta:visited{
    text-decoration: none;
    display: inline-block;
    padding: 3px 10px;
    margin: 10px 0;
    /*  COLOR  */
    color: #5A9224;
    border: 1px solid #D7D7D7;
    background: #EEEEEE; /* old browsers */
    /*  CSS3  */
    /*  box shadow  */
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
    /*  radius  */
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    /*  gradient  */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EEEEEE)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0 ); /* ie */
}

a.cta:hover{
    /*  COLOR  */
    color: #000;
    border: 1px solid #ccc;
    background: #eee;
}

a.cta.login {
    background: url('images/ico-login.png') no-repeat 33px center #0066CC;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 15px 8px 40px;
    text-decoration: none;
    text-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    position: absolute;
    top: -10px;
    right: 0;
    border: 0;
    width: 84px;
    text-align: center;
}

a.menu-sign-up {
    background: #0066cc;
    color: #ffffff;
    display: block;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;

}

a.menu-sign-up:hover {
    -webkit-box-shadow: 0px 0px 4px #0066cc;
    -moz-box-shadow: 0px 0px 4px #0066cc;
    box-shadow: 0px 0px 4px #0066cc;
    background: #0066cc;
}

.cta2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding:7px 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;

    background-color: #0066cc;
    border-color: #fff;
    color: #fff;
}
a.cta2, a.cta2:link, a.cta2:visited {
    color: #fff;
}
a.cta2:hover, a.cta2:active {
    color: #0066cc;
    background-color: #fff;
    border-color: #0066cc;
}
.cta2.cta-reverse {
    background-color: #fff;
    border-color: #0066cc;
    color: #0066cc;
}
a.cta2.cta-reverse, a.cta2.cta-reverse:link, a.cta2.cta-reverse:visited {
    color: #0066cc;
}
a.cta2.cta-reverse:hover, a.cta2.cta-reverse:active {
    color: #fff;
    background-color: #0066cc;
}

/*||==============================================================================||
                                <STRUCTURE
  ||==============================================================================||
*/

#wrap
{
    width: 960px;/* changewidth*/
    margin: 0 auto 20px;
    position: relative;
    background: transparent;
}

/*||==============================================================================||
                                <HEADER
  ||==============================================================================||
*/

#header
{
    position: relative;
    height: 45px;
    padding: 20px 20px 40px;
    background: #ffffff /*url(images/header.jpg) bottom left repeat-x*/;
}
#header .logo
{
    display: block;
    float: left;
}

.header_right
{
    display: block;
    float: right;
    width: 400px;
    position: relative;
    padding-top: 50px;
}

.header_right_bookmark {
    display: block;
    float: right;
    width: 400px;
    position: relative;
    padding-top: 20px;
}

.bg-header {
    width: 960px;
    margin: 0 auto;
    min-height: 30px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
    border-bottom: 10px solid #d41200;
}

.bg-header .info {
    padding: 10px 20px;
}
.bg-header .info .cta2 {
    display:block;
}

/*||==============================================================================||
                                <NAVIGATION
  ||==============================================================================||
*/
#nav
{
    margin: 10px 0 0 0;
    padding: 0px 0 0;
    clear: both;
    background: #F48A39;
}
#nav li
{
    background: none;
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0;
}
#nav li a:link, #nav li a:visited
{
    color: #7D7D7D;
    display: block;
    float: left;
    text-decoration: none;
    font-size: 13px;
    margin-right: 15px;
    padding: 7px 8px 8px;
}
#nav li a:hover
{
    background-color: #E4EEF8;
    border-bottom: none;
    text-decoration: none;
}
#nav li a.selected
{
    color: #186DC7;
    text-decoration: none;
    font-weight: bold;
    background-color: #E4EEF8;
}

/* -- paginazione -- */
.nav-previous {width: 49%; float: left; font-size: 11px}
.nav-next {width: 49%; float: right; text-align: right; font-size: 11px}

/*||==============================================================================||
                               <MENU
 ||==============================================================================||
*/
#menu
{
    margin: 0 0 30px 0;
    padding: 0px 0 0;
    clear: both;
}
#menu li
{
    background: none;
    list-style: none;
    margin: 0px 0 0px 0;
    padding: 0;
}
#menu li a:link, #menu li a:visited
{
    color: #333;
    background: #f5f5f5;
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 15px 11px 40px;
    box-shadow: 0px 1px 3px #999;
    -webkit-box-shadow: 0px 1px 3px #999;
    -moz-box-shadow: 0px 1px 3px #999;
    /*  gradient  */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EEEEEE)); /* webkit */
    border-bottom: 1px solid #dddddd \9;
}
#menu li a:hover
{
    color: #EB8C1A;
    border-bottom: none;
    text-decoration: none;
}
#menu li.current-menu-item
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: #F48A39;
    /*  text shadow  */
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.6);
}

#menu li.current-menu-item a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: url(images/arrow.png) 15px 10px no-repeat;
}

/*||==============================================================================||
                                <CONTENT
  ||==============================================================================||
*/
#content
{
    clear: both;
    position: relative;
    padding: 30px 20px 10px;
    width: 920px;  /* changewidth*/
    background: #FFFFFF;
}

/*======    <MAIN   =======*/
#main
{
    float: right;
    width: 600px;/* changewidth*/
    padding: 0 0 20px 0;
    background-color: #ffffff;
}

/*======    <SIDEBAR   =======*/
#sidebar
{
    width: 280px;/* changewidth*/
    float: left;
    padding: 0px 0px;
}

.box
{
    background: #FDFDFD;
    margin: 10px 0;
    box-shadow: 0px 1px 3px #999;
    -webkit-box-shadow: 0px 1px 3px #999;
    -moz-box-shadow: 0px 1px 3px #999;
    border: 1px solid #dddddd;
}

.box h3
{
    padding:10px;
    margin: 0;
    background: #EB8C1A;

}
.box .content
{
    padding: 10px;
}

/* NEWS */
.listing-news-box h2 {margin: 5px 0 10px}
.listing-news-box ul {margin: 0; padding: 0}
.listing-news-box ul li {list-style: none; padding: 0 0 10px 0; border-bottom: 1px solid #cccccc; margin-top: 15px}
.listing-news-box h3 {background: none; padding: 0; font-size: 15px; margin-top: 5px; color: #000000; text-decoration: none}
.listing-news-box li a {font-size: 13px;}
.listing-news-box a.read-all {font-size: 12px; float: right; display: inline-block; margin: 20px 0}

span.news-date {text-align: left; font-size: 11px; font-style: italic; display: block; clear: both; width: 100%}

.category-news {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}

.category-news h2 a {color: #000000; text-decoration: none}

.tag-links {
    display: block;
}

.tag-links span {display: block; color: #F99408; overflow: hidden; margin-bottom: 15px; font-weight: bold}

.tag-links a {
    background: #0066CC;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 8px;
    text-decoration: none;
}

/*||==============================================================================||
                                <MORE CONTENT
  ||==============================================================================||
*/
#more_content
{
    margin: 10px 0 0 0;
    padding:25px;
    clear: both;
    background: #FFF4BD;
    height: 70px;
    clear: both;
}

/*||==============================================================================||
                                <EXTRA WRAP
  ||==============================================================================||
*/
#extra_wrap
{
    clear: both;
    background: #ddd;
}

.extra_wrap_content
{
    margin: 0 auto;
    width: 910px;/* changewidth*/
    background: #fff;
    height: 100px;
    padding: 25px;
}


/*||==============================================================================||
                                <FOOTER
  ||==============================================================================||
*/
#footer
{
    clear: both;
    overflow: hidden;
    /*border-top: 1px solid #ccc;*/
}

#footer-content
{
    text-align: left;
    clear: both;
    margin: 0px auto;
    width: 960px;/* changewidth*/
    padding: 20px 0px 0px;
    overflow: hidden;
    color: #666;
    border-top: 5px solid #d41200;
}

.copy
{
    float: left;
    text-align: left;
}

.copy li {list-style: none; margin: 0}

.reserved
{
    float: right;
    width: 322px;
}
#footer-content .grid-5 .reserved {
    float:none;
}
.reserved span
{
    line-height: 20px;
    display: inline-block;
}

.reserved a
{
    background: aqua;
    display: inline-block;
    height: 20px;
    position: relative;
}

.reserved a img
{
    position: absolute;
    top:1px;
}

#footer a:link, #footer a:visited{
    color:#0066cc;
}

/*||==============================================================================||
                                <CLASS
  ||==============================================================================||
*/

.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
}
.sep
{

}

.img-left{
    float: left;
    margin: 0 10px 10px 0;
}

.img-right{
    float: right;
    margin: 0 0px 10px 10px;
}
/*||==============================================================================||
                                <FORM
  ||==============================================================================||
*/

#form
{
    font-size: 11px;
    margin: 10px 10px 10px 80px;
    clear: both;
}
#form #tipologia_lead_container
{
    visibility: hidden;
    display: none;

}
#form img
{
    padding: 20px 0;
    border: 0;
    float: left;
}
#form div
{
    padding-bottom: 5px;
    margin: 5px 26px 5px 0;
    float: left;
    width: 400px;
}
#form div select
{
    font-size: 12px;
    margin: 3px 0 3px 0px;
    width: 248px;
}
#form label
{
    float: left;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 150px;
    margin-bottom: 12px;
}
#form textarea, #form input, #form select
{
    color: #333;
    background-color: #FFF;
    border: 1px solid #999;
    font-size: 15px;
    width: 220px;
    padding: 5px 13px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
}
#form textarea:focus, #form input:focus, #form select:focus
{
    color: #000;
    border: 1px solid #000;
}
#form textarea
{
    width: 220px;
    height: 80px;
}
#form #privacy_container
{
    border: none;
    float: left;
    padding: 0 0 5px;
    width: 370px;
}
#form #privacy_container input
{
    margin: 10px 20px 0 0;
    padding: 0;
    background: none;
    border: none;
    width: 15px;
    float: left;
}
#form #privacy_container label
{
    float: left;
    font-weight: normal;
    display: block;
    width: 300px;
    font-size: 10px;
    clear: none;
}
#form div#submit_container
{
    float: none;
    clear: both;
    margin: 0 auto;
}
#form .button_form
{
    background: #000;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    width: 150px;
    display: block;
    margin: 5px auto;
    padding-bottom: 3px;
    height: 45px;
    font-size: 20px;
}
#form .button_form:hover
{
    cursor: pointer;
    background: #333;
}


/*||==============================================================================||
                                WIDGET
  ||==============================================================================||
*/

.box .yd_rp_widget
{
    padding: 10px;
}

.box .yd_rp_widget h4
{
    margin-bottom: 2px;
}

.box .yd_rp_widget h4 a
{
    font-size: 13px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.box .yd_rp_widget .yd_rp_excerpt
{
    font-size: 13px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-bottom: 20px;
}

.page-template-iscriviti-php label {
    width: 200px;
    display: block;
    float: left;
}

.page-template-iscriviti-php label.success {
    background: url(images/accept.png) top left no-repeat;
    height: 16px;
    margin-left: 10px;
    width: 16px;
}

/*||==============================================================================||
                             REV 2
  ||==============================================================================||
*/

#menu #menu-item-53 a:link, #menu #menu-item-53 a:visited{
    background: #066E02; margin:0px 0;
    color: #fff;
    /*  gradient  */
    background: -moz-linear-gradient(top, #57AC28 0%, #066E02 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57AC28), color-stop(100%,#066E02)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57AC28', endColorstr='#066E02',GradientType=0 ); /* ie */

    /*  text shadow  */
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.6);
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
/*
#menu #menu-item-53 a:hover{
    background: url("images/arrow.png") no-repeat 15px 10px #F48A39;
    color: #fff;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.6);
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
}*/

fieldset{
    padding: 10px 0 30px 0;
}

legend{
    font-size: 20px;
    color: #F48A39;
    margin: 10px 0 10px 0;
}

.page-template-iscriviti-php p{
    clear: both;
    overflow: hidden;
}

.page-template-iscriviti-php textarea{
    border: 1px solid #ccc;
}

.page-template-iscriviti-php .yesno label{
    float: none;
    display: inline;
}

.page-template-iscriviti-php #vtabRegisterForm input, .page-template-iscriviti-php #vtabRegisterForm select {
    float: left;
    width: 330px;
    padding: 5px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#eeeeee');
}

.page-template-iscriviti-php .yesno input {width: 30px!important; float: none!important;}

.page-template-iscriviti-php input.error, .page-template-iscriviti-php select.error {
    border-color: red;
}

.page-template-iscriviti-php .yesno input {
    float: none;
    min-width: 0;
}

.page-template-iscriviti-php .yesno span {
    display: block;
    float: left;
    margin-right: 40px;
    width: 200px;
}

/*.page-template-iscriviti-php label.error {
    float: left;
    display: block;
    background: url(images/exclamation.png) no-repeat top left;
    margin-left: 3px;
    text-indent: -9999px;
    width: 16px;
}*/

.page-template-iscriviti-php p.submit {
    clear: both;
    margin-top: 50px;
    float: right;
}

/* vtabRegisterForm */
#vtabRegisterForm #submit {
    background: #0066CC;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 40px 8px 40px;
    text-decoration: none;
    text-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    right: 0;
    border: 0;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: rgb(25,25,25);
    background-color: rgba(25,25,25,0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25,25,25);
    border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25,25,25);
    border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(25,25,25);
    border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(25,25,25);
    border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: rgba(45,45,45,0.88);
    }
    #tiptip_holder.tip_bottom #tiptip_arrow_inner {
        border-bottom-color: rgba(45,45,45,0.88);
    }
    #tiptip_holder.tip_top #tiptip_arrow_inner {
        border-top-color: rgba(20,20,20,0.92);
    }
}


/* call to action */
.btn {
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*text-shadow: 0 1px 1px rgba(255,255,255,0.9);*/
    position: relative;
    cursor: pointer;
    border:1px solid #ccc !important;
    /*background: -moz-linear-gradient(center top , #57AC28 0%, #066E02 100%) repeat scroll 0 0 transparent;*/
    color: #FFFFFF;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 3px #999999;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    width:100%;
    text-align:center
}
.btn:hover, .btn:focus, .btn:active {
    outline:medium none;
    border:1px solid #329ECC !important;
    opacity:0.9;
    -khtml-opacity: .9;
    -moz-opacity: 0.9;
    -moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
    box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
}

.btn-green {
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
    border:1px solid #749217 !important;
    background-color: #6AB620 !important;
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
    -moz-box-shadow:0 0 5px rgba(116, 146, 23, 0.9);
    -webkit-box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
    box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
    border:1px solid #749217 !important;
}

.btn-green-signup {
    background: #066E02 !important;
}

.login_box .btn-orange {
    background-color: #57AC28!important;
    border-color: #066E02!important;
}
.big {
    font-size:120% !important;
    line-height:120%;
}
.ta-center{text-align:center}
.contattaci{margin:15px;text-align:center}
.contattaci  span{display:block; background: url(images/riga.gif) 50% 50% no-repeat; margin-bottom:7px}


ul.vantaggi {padding:0; margin:0}
ul.vantaggi li{  float: left;    list-style: none outside none;    margin-right: 0.5%;    padding: 0 16px 0 0;    text-align: left;    width: 30%;}

.box-info {
    background: #E8F6FF url("images/information.png") no-repeat 8px 50%;
    font-size: 11px;
    padding: 5px 0 5px 32px;
    margin-left: 200px;
    clear: both;
    display: block;
}

#username-hint { display: none; }

.tooltip {
    background-color: #F78B83;
    border: 2px solid #f00;
    padding: 2px 5px;
    display: none;
    color: #fff;
    text-align: left;
    font-size: 10px;
    font-weight: bold;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

/* vantaggi */
ul.elenco-vantaggi {margin-top:20px}
ul.elenco-vantaggi li{border-bottom:1px dotted #ccc; list-style:none; margin:5px 0; padding-left:20px; background:url(images/valid.gif) 0 3px no-repeat;}

/* pagina: tp */
#post-34  h2{margin-bottom:20x}
.grazie {margin: 40px 0 266px;  border: 1px solid #339900;    padding: 15px;}

/*per IE*/
a.cta.login{
    filter:none;
}


.white-label#wrap{
    width: 100%;
    padding: 0;
}

.white-label #content{
    width: 100%;
    padding: 0;

}
.white-label #main{
    width: 100%;
    padding: 0;

}
#switch-language-select label.dd-selected-text {
    line-height: 23px !important;
}

/*
FAQ page
*/
.post-type-archive-faq h3 {
    font-size: 21px;
    margin: 20px 0 10px;
}
.type-faq {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCDAE0;
    /*background: #f5f5f5;*/
    margin-bottom: 10px;
    color: #666666;
    padding: 4px 10px;
    margin: 10px 0;
}
.type-faq:nth-child(2n+1) {
    background-color: #ffffff;
}
.type-faq h2 a {
    color: #666666;
    font-weight: bold;
    display: block;
    background: url("../images/arrow_footer.png") no-repeat 98% center transparent;
}
.type-faq h2 a.active {
    background: url("../images/arrow-color_footer.png") no-repeat 98% center transparent;
}
.type-faq h2 {
    font-size: 16px;
    font-weight: normal;
    color: #414040;
    margin-bottom: 5px;
    cursor: pointer;
    margin: 7px 0;
}

.accordion {
    margin:1em 0
}
.accordion h3 {
    background:#FFA260;
    color:#fff;
    cursor:pointer;
    margin:0 0 1px 0;
    padding:4px 10px
}
.accordion h3.current {
    background:#DA6411;
    cursor:default
}
.accordion div.pane {
    padding:5px 10px
}

/* -----------------------------------
- FAQ pre-footer
----------------------------------- */

#prefooter {
    width: 100%;
    /*border-top: 5px solid #d41200;*/
    background: #eeeeee;
    padding-bottom: 15px;
    font-family: Arial;
    padding: 20px 0 0;
    color: #000000;
}

#prefooter-box {
    background: #eeeeee;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 10px;
    overflow: hidden;
}

#prefooter-box header h4 {
    font-size: 16px;
    color: #000000;
    padding-bottom: 5px;
}

#prefooter-box section {
    display: block;
    width: 100%
}

#prefooter #faq-link {
    background: #ffffff;
    text-align: center;
    border: 1px solid #cccccc;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
}
#prefooter #faq-link a {
    color: #0066cc;
}

#faq-other {
    text-align: left;
    margin-top: 20px;
}

#faq-other h4 {
    font-size: 15px;
    font-weight: normal;
    color:#000;
    margin-top: 0;
}
#faq-other h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}
/* InfoPhone */
#faq-other .infoPhone {
    background: url("../images/phone-icon.png") no-repeat 0 5px;
    padding-left: 70px;
    height: 60px;
}
#faq-other .infoMail {
    background: url("../images/email-icon.png") no-repeat 0 2px;
    padding-left: 70px;
}


#faq-other .helpDeskHour {
    float : left;
}

#faq-other .helpDesk {
    /*width : 300px;*/
}
#faq-other .infoPhone .callcenter-time {
    color: #666666;
    margin-top: 0;
    min-width: 100%;
    min-height: 18px;
    display: block;
}
#faq-other .infoPhone .callcenter-phone {
    color: #0066cc;
    margin-top: 0;
    float:left;
    margin-right: 15px;
}

#faq-other .infoMail #helpMailSelect {
    width:91%;
}

/* LoginButton */
#prefooter .loginFooterArea {
    background: #fff;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 20px;
}

#prefooter .loginFooterArea .loginButton {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 10px;
    background: #0066cc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 4px 0px #999999;
    box-shadow: 2px 2px 4px 0px #999999;
    margin: auto;
    border: 1px solid #0066cc;
}
#faq-other .loginButton:hover {
    opacity: 0.8;
}

/* HELP Popup Struttura */
#div-dialog-help-mainsite {
    background-color: #F2F2F2;
    width: 300px;
    padding: 7px 15px;
}
.ui-dialog-titlebar {
    border: 1px solid #fff;
    background: #d41200;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
	    height: 100%;
}
.ui-dialog.brand-dialog .ui-dialog-titlebar  span{
   /*content:"prova";**/
   background: url("/wp-content/themes/travel_agency/images/hotelscom_logo.png") no-repeat;
background-size: contain;	
	margin-top: 5px;
	margin-bottom: 5px;
	display:block;
}

	
.ui-dialog-titlebar-close:before {
    color: #FFFFFF;
}
.ui-dialog.brand-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-text{
visibility: hidden;
}

 #div-dialog-index-mainPage-content {
    padding: 20px 10px 10px 10px;
    width: 96%;
    background-color: #eeeeee;
    clear: both;
}

 #div-dialog-index-mainPage-content h3 {
    margin-top: -5px;
}

.ui-dialog.brand-dialog #div-dialog-index-mainPage{
	height: 100%;
}
.ui-dialog.brand-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}
.ui-dialog.brand-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
     width: 100%;
}
.ui-dialog .ui-dialog-buttonpane button{
    background: #1E79D5;
    color: white;
}

.ui-dialog.brand-dialog .ui-dialog-buttonpane button{
    background: #1E79D5;
    color: white;
	margin-right: 10%;
    margin-left: 10%;
    width: 30%;
}


/* HELP Popup Content */
.faq-popup {
    background-color: #F2F2F2;
}
.faq-popup #to-faq {
    background: #fff;
    padding: 10px;
    border: 1px solid #F68A2B;
    font-size: 16px;
    font-width:bold;
    text-align: center;
    color: #000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    width: 96%;
}
.faq-popup #to-faq a {
    color: #88B855;
    font-size: 20px;
    /*text-transform: uppercase;*/
}
.faq-popup .faq-subject {
    margin: 0;
    font-weight: bold;
    color: #000000;
}
.faq-popup .form {
    padding: 0;
    margin: 0;
}
.faq-popup .fieldcontain {
    margin-bottom: 7px;
}
.faq-popup .fieldcontain label {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    width: auto;
}
.faq-popup .fieldcontain input, .faq-popup .fieldcontain textarea {
    width: 100%;
    padding: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFFFFF;
    border: 1px solid #dddddd;
}
.faq-popup .faq-submit {
    text-align: right;
}
.faq-popup .faq-submit input {
    display: inline-block;
    background: #d41200;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border: none;
}
.faq-popup .faq-submit input:hover {
    cursor: pointer;
    opacity: 0.8;
}


/* Signin - signup */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bookmark-btn {
    width: 180px !important;
    position: relative;
    background: rgb(238, 238, 238);
    border-radius: 2px;
    border: solid 1px #ccc;
    cursor: pointer;
    padding: 6px;
    overflow: hidden;
    display: block;
    font-weight: bold;
}

.contact-us {
    color: #0066cc;
}
.contact-us:hover {
    text-decoration: underline;
    color: #0066cc;
}
.contact-us:visited {
    color: #0066cc;
}

#faq-link a:hover {
    text-decoration: underline;
}

.btn-primary {
    background-color: #0066cc;
    font-weight: 700;
    text-transform: uppercase;
    white-space: normal;
}
