/*
Theme Name: Salwega
Author: Fleximedia
Author URI: http://www.fleximedia.nl
Description: Theme for Salwega
Version: 1.0
*/

/*
TABLE OF CONTENTS:

1) RESET
2) HTML5
3) GENERAL
4) HEADER
5) MAIN
6) SIDEBAR
7) CONTENT
8) FOOTER
9) SLIDESHOW
10) CONTACTS
11) GLOBALS
12) DIFERENT RESOLUTIONS
13) PLUGINS

*/

/************************************************************************/
/*  1) RESET
/************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
ul.lijstMetBullets {
	list-style: unset;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}


/************************************************************************/
/*  2) HTML5                                                            */
/************************************************************************/

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

body,button,input,select,textarea {
    font-family: sans-serif;
}

a:focus {
    outline: thin dotted;
}

a:hover,a:active {
    outline: 0;
}

h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

pre,code,kbd,samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    *margin-left: -7px;
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,input {
    line-height: normal;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}


/************************************************************************/
/*  3) GENERAL
/************************************************************************/

@font-face {
    font-family: "Acme";
    src: url("css/fonts/Acme-Regular.otf") format("opentype");
    font-weight: 400;
}

body{
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 14px;
    font-family: 'PT Sans Narrow', sans-serif;
    background: url(images/bg.jpg) scroll repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
/*
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
*/
}

h1{ font-size: 30px; font-weight: normal; line-height: 45px; margin-bottom: 20px; font-family: 'Acme', sans-serif; }
h2{ font-size: 24px; font-weight: normal; line-height: 35px; margin-bottom: 15px; font-family: 'Acme', sans-serif; }
h3{ font-size: 14px; font-weight: normal; line-height: 18px; margin-bottom: 10px; font-family: 'Acme', sans-serif; }
h4{ font-size: 12px; font-weight: bold; line-height: 14px; margin-bottom: 5px; font-family: 'Acme', sans-serif; }
p{ margin-bottom: 20px; text-align: justify; }
ul{ padding-left: 20px; }
li{ padding-bottom: 10px; }

.w1_2{ width: 50%; float: left; }
.w1_3{ width: 33%; float: left; }

/************************************************************************/
/*  4) HEADER
/************************************************************************/

#header{
    position: relative;
    margin: 20px auto;
    width: 996px;
    height: 146px;
    background: url(images/slide.jpg) scroll no-repeat 0 0;
    border: 2px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

#slideshow{
    position: absolute;
    top: 0;
    left: 0;
    width: 996px;
    height: 146px;
    overflow: hidden;
}

#logo_container{
    position: absolute;
    top: 0;
    right: 0;
    width: 359px;
    height: 146px;
    background: url(images/logo_container.png) scroll no-repeat right 0;
    z-index: 1000;
}

#logo{
    margin: 10px;
    float: right;
}

/************************************************************************/
/*  5) MAIN
/************************************************************************/

#background{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

#main{
    margin: 0 auto;
    width: 996px;
}

#home_menu{
    position: relative;
    width: 206px;
}

.home_menu_item
 {
    position: absolute;
    display: block;
    width: 106px;
    height: 106px;
}

.home_menu_links {left: 0;}
.home_menu_rechts {left: 100px;}

/* Elke afbeelding 53px lager dan de vorige */

/* Linkerkolom: */

#home_menu1{            /* Bevers */
    top: 0;
}
#home_menu4{              /* Estahorde */ 
    top: 106px;
}
#home_menu11{             /* Scouts */
    top:  212px;
}
#home_menu5{             /* Troep */
    top: 318px;
}
#home_menu7{              /* Afdeling 551 */
    top: 424px;
}
#home_menu9{               /* Boomstam */
    top: 530px;
}

/* Rechterkolom: */
#home_menu2{             /* Manenborghhorde */
    top: 53px;
}
#home_menu12{             /* Vendel */
    top: 159px;
}
#home_menu3{              /* Afdeling 439 */
    top: 265px;
}
#home_menu6{               /* Stam */
    top: 371px;
}
#home_menu8{               /* Stam */
    top: 477px;
}

.home_menu_item img {
    margin: 5px;
    width: 96px;
    height: 96px;
    -moz-transition: all 50ms linear 0s;
    -webkit-transition: all 50ms linear 0s;
    -o-transition: all 50ms linear 0s;
    transition: all 50ms linear 0s;
}

.home_menu_item img:hover {
    margin: 0;
    width: 106px;
    height: 106px;
}

#home_content{
    position: relative;
    float: right;
    width: 800px;
}

#home_content #primary{
    float: right;
    width: 448px;
}
#home_content #secondary{
    float: right;
    width: 334px;
}

.box{
    margin: 0 0 10px 10px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    line-height: 18px;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.75);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
}
.box h2{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
.box > div{
    margin: 10px;
    color: #2D2B6F;
}
.box div h3{
    clear: both;
    margin: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
}
.box a{
    float: right;
    margin-bottom: 10px;
    font-family: "Acme", arial, sans-serif;
    font-size: 14px;
    text-decoration: underline;
}
.box a:hover{
    text-decoration: none;
}
.box p{
    text-align: left;
}

.box.green{
    border: 1px solid #00A651;
}
.box.green h2{
    background-color: #00A651;
}
.box.green a{
    color: #00A651;
}
.box.red{
    border: 1px solid #ED1C24;
}
.box.red h2{
    background-color: #ED1C24;
}
.box.red a{
    color: #ED1C24;
}
.box.blue{
    border: 1px solid #2D2B6F;
}
.box.blue h2{
    background-color: #2D2B6F;
}
.box.blue a{
    color: #2D2B6F;
}


#news{
    float: left;
    width: 210px;
}
#news p{
    margin-bottom: 5px;
}
#lid_worden{
    float: left;
    width: 100px;
}
    #lid_worden > div{
        
    }
#leiding_login{
    float: left;
    clear: right;
    width: 100px;
    font-size: 14px;
    
}
#over_salwega, #leiding_draaien {
    float: right;
    width: 210px;
    font-size: 14px;

}

#clubhuis_huren{
    float: right;
    width: 210px;
    height: 178px;
    background-image: url("/wp-content/uploads/clubhuis.png");
    background-size: 210px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

#wie_helpt, #vonkje {
    float: left;
    width: 438px;
}
    #wie_helpt > div{
        float: left;
        width: 304px;
    }
#fotos{
    float: left;
    position: relative;
    width: 322px;
    height: 209px;
    background-color: rgb(143,201,105);
    background-color: rgba(143,201,105,0.5);
}
    #fotos img.left{
        position: absolute;
        top: 67px;
        left: 10px;
        padding: 2px;
        width: 108px;
        background-color: #FFF;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        z-index: 1;
    }
    #fotos img.center{
        position: absolute;
        top: 30px;
        /*
left: 107px;
*/
        left: 10px;
        padding: 3px;
        width: 217px;
        height: 163px;
        background-color: #FFF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        z-index: 2;
    }
    #fotos img.right{
        position: absolute;
        top: 67px;
        right: 10px;
        padding: 2px;
        width: 108px;
        background-color: #FFF;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        z-index: 1;
    }
    #fotos a{
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

#accordion_container{
    float: right;
    margin: 0 0 10px 10px;
    width: 210px;
}
#accordion_container > a{
    display: block;
    margin: 0 0 2px;
    padding: 0;
    height: 21px;
    font-family: "Acme", arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 21px;
    text-align: center;
    color: #fff;
    background-color: #2D2B6F;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}
#accordion{
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: rgb(166,177,208);
    background-color: rgba(166,177,208,0.75);
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
#accordion > li{
    margin: 0 0 2px;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
#accordion > li > a{
    display: block;
    height: 21px;
    background-color: #2D2B6F;
    font-family: "Acme", arial, sans-serif;
    color: #fff;
    text-decoration: none;
}
#accordion > li > a:hover{
    color: #fff !important;
    background-color: #00A651;
}
#accordion li ul{
    margin: 0;
    padding: 0;
}
#accordion li li{
    margin: 0 5px;
    padding: 0;
    font-size: 14px;
    color: #2D2B6F;
    text-align: left;
    
}
#accordion li li a{
    color: #2D2B6F;
    text-decoration: none;
    font-weight: bold;
}
#accordion li li a:hover{
    text-decoration: underline;
}

#menu{
    float: left;
    margin: 0 10px 10px 0;
    padding: 0 5px;
    width: 90px;
    font-size: 14px;
    line-height: 0;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,1);
    border: 1px solid #2D2B6F;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
}
#menu ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 90px;
    overflow: hidden;
}
#menu li{
    padding: 0;
    border-bottom: 1px solid #2D2B6F;
}
#menu li:last-child{
    border-bottom: none;
}
#menu li a{
    display: block;
    font-family: "Acme", arial, sans-serif;
    font-size: 14px;
    line-height: 31px;
    color: #2D2B6F;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
}
#menu li:last-child a{

}
#menu li a.opened,
#menu li a:hover{
    color: #ff0000;
}
#menu li.current-menu-item > a,
#menu li.current-menu-ancestor > a,
#menu li.current-page-ancestor > a{
    color: #00A550;
}

#menu ul ul{
    margin: 0 0 5px 0;
}
#menu li li{
    border-bottom: none;
}
#menu li li a{
    font-family: 'PT Sans Narrow', sans-serif;
    color: #81C99C;
    font-size: 14px;
    line-height: 20px;
}
#menu li li a:hover{
    color: #00A550;
}
#menu li li.current-menu-item a,
#menu li li.current-page-ancestor a{
    color: #00A550;
}


/************************************************************************/
/*  6) SIDEBAR
/************************************************************************/

#sidebar{
    float: right;
    margin-left: 12px;
    width: 212px;
}

#sidebar aside{
    margin-bottom: 10px;
    width: 212px;
    font-size: 14px;
    line-height: 18px;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.75);
    border: 1px solid #2D2B6F;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
}
#sidebar aside h3{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #2D2B6F;
}
#sidebar aside > div{
    margin: 10px;
    color: #2D2B6F;
}

#sidebar aside > div.textwidget {margin: 0; padding: 0;}

#sidebar aside div h3{
    font-size: 14px;
    font-weight: bold;
}
#sidebar aside div > a{
    color: #2D2B6F;
    font-weight: bold;
    text-decoration: none;
}
#sidebar aside div > a:hover{
    text-decoration: underline;
}
#sidebar aside p{
    text-align: left;
}

/* Estahorde kalender */
#text-3{
    background-color: rgb(166,177,208) !important;
    background-color: rgba(166,177,208,0.75) !important;
}
#text-3 h3{
    color: #8FC969 !important;
}
#text-3 > a{
    display: block;
    margin: 0;
    padding: 0;
    height: 21px;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    background-color: #2D2B6F;
}
#text-3 > a:hover{
    text-decoration: none;
}


.widget_clw a, .widget_clw form {padding: 20px 20px 20px 20px; line-height: 18px;
}

/* kalender in sidebar op de speltak-pagina's: gelijke layout als op homepage */

.textwidget ul {margin: 0; padding: 0 0 5px 0;}
.textwidget li {margin: 0 5px; padding: 0; font-size: 14px; color: #2D2B6F;}
.textwidget a {color: #2D2B6F; text-decoration: none; font-weight: bold;}

/************************************************************************/
/*  7) CONTENT
/************************************************************************/

#content{
    position: relative;
    float: left;
    padding: 20px;
    width: 617px;
    font-size: 14px;
    line-height: 20px;
    color: #2D2A6E;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.75);
    border: 1px solid #00A651;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#content.full{
    width: 842px
}

#primary{
    width: 400px;
}

#secondary{
    float: right;
    width: 200px;
}
#secondary ul{
    margin: 0 0 0 20px;
    padding: 0;
    list-style: disc;
}
#secondary ul li{
    margin: 0;
    padding: 0;
}
#secondary ul li a{
    color: #2D2A6E;
    text-decoration: none;
}
#secondary ul li a:hover{
    text-decoration: underline;
}

.image_container{
    display: inline-block;
    margin: 0 15px 15px 0;
    width: 185px;
    line-height: 0;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
    padding: 3px;
    background-color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}
#secondary .image_container{
    display: block;
    margin: 5px 0 5px -20px;
    padding: 0;
    width: 185px;
    line-height: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    overflow: hidden;
}

.image_container h3{
    margin: 0;
    text-align: center;
    font-style: italic;
    color: #fff;
    background-color: #2D2B6F;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

#content h1{
    color: #00A550;
}

#content .badge{
    position: absolute;
    top: -15px;
    left: 300px;
    width: 120px;
    height: 120px;
}

input[type=password],
input[type=submit]{
    width: auto;
}

div.iwindow {background-color: #FFF; border-radius: 5px; padding: 0; text-align: center; width:75px; color: #2D2B6F;
}
div.iwindow a {text-decoration: underline; color: #000;}

/************************************************************************/
/*  8) FOOTER
/************************************************************************/

#footer{
    clear: both;
    margin: 0 auto;
    padding: 10px 0;
    width: 996px;
    overflow: hidden;
}

#footer_logo{
    clear: both;
    display: block;
    margin: 30px auto 10px;
    width: 76px;
    height: 24px;
    overflow: hidden;
}

/************************************************************************/
/*  9) SLIDESHOW
/************************************************************************/

#wp_skitter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background-color: #000;
}
.box_skitter .prev_button{
    opacity: 0.5;
    /*
background: url(images/slideshow_nav.png) scroll no-repeat 0 0 !important;
*/
    outline: none !important;
}
.box_skitter .next_button{
    opacity: 0.5;
/*
    background: url(images/slideshow_nav.png) scroll no-repeat -42px 0 !important;
*/
    outline: none !important;
}
.box_skitter .prev_button:hover,
.box_skitter .next_button:hover{
    opacity: 0.75 !important;
}

.box_skitter .info_slide{
    background: #ccc !important;
    opacity: 0;
}

.box_skitter .label_skitter{
    bottom: auto;
    top: 300px;
    left: 50%;
    margin-left: -400px;
    padding: 30px 40px;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.85);
    opacity: 1;
}
.box_skitter .label_skitter .stripe{
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2px solid #3e56ae;
    width: 58px;
    line-height: 1px;
}
.box_skitter .label_skitter h2{
    margin: 0 0 15px;
    padding: 0;
    color: #395bc7;
    font-size: 32px;
    line-height: 32px;
}
.box_skitter .label_skitter p{
    margin: 0;
    padding: 0;
    color: #777;
    font-size: 14px;
    line-height: 24px;
}
.box_skitter .label_skitter a{
    position: absolute;
    bottom: -38px;
    right: 0;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    background-color: #395bc7;
    background-color: rgb(57,91,199);
    background-color: rgba(57,91,199,0.75);
    transition: background-color 0.3s;
    -webkit-transition: background-color: 0.3s;
}
.box_skitter .label_skitter a:hover{
    background-color: #222;
    background-color: rgb(34,34,34);
    background-color: rgba(34,34,34,0.75);
}


/************************************************************************/
/*  10) CONTACTS
/************************************************************************/

#contact_content{
    float: left;
    width: 300px;
    margin: 30px;
}

#contact_container{
    float: right;
    display: table;
    width: 240px;
    margin-top: 80px;
    margin-right: 30px;
}

fieldset{ border: 0px; }
input{ width: 100%; border: 1px solid #DFDFDF; border-radius: 4px 4px 4px 4px; }
textarea{ width: 100%; border: 1px solid #DFDFDF; border-radius: 4px 4px 4px 4px; }

#contact_form label{ width: 266px; display: inline-block; clear: left; font-size: 12px; vertical-align: top; }
#contact_form input[type=text],#contact_form input[type=email]{ margin-bottom: 10px; width: 266px; padding: 5px 8px; font-size: 13px; line-height: 18px; }
#contact_form input[type=checkbox]{ margin-bottom: 10px; width: auto; }
#contact_form textarea{ margin-bottom: 10px; width: 266px; padding: 5px 8px; resize: vertical; }
#contact_form select{ margin-bottom: 10px; padding: 5px 8px; }

#contact_form input[type="submit"]{ margin-top: 5px; width: 80px; padding: 5px 8px; cursor: pointer; font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; resize: none; }


/************************************************************************/
/*  11) GLOBALS
/************************************************************************/

.green{
    color: #00A651 !important;
}
.red{
    color: #ED1C24 !important;
}
.blue{
    color: #2D2B6F !important;
}
.yellow{
    color: #FCDD2A !important;
}
.light_green{
    color: #8FC969 !important;
}
.light_red{
    color: #D4434A !important;
}
.light_orange{
    color: #F8AB41 !important;
}

.ta_l{
    text-align: left !important;
}


/************************************************************************/
/*  12) DIFERENT RESOLUTIONS
/************************************************************************/

@media print {

}

@media (max-width: 1100px) {

}

@media (max-width: 980px) {

}

@media (max-width: 480px) {

}


/************************************************************************/
/*  13) PLUGINS
/************************************************************************/

.ai1ec-calendar-toolbar{
    display: inline-block;
}

.log_forms {width: inherit; border: 0;}

.nav-single {padding-top: 15px;}
.nav-next {float: right;}
