

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    color:#555;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


#bg-image{
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/background.jpg') center no-repeat;
	background-size: cover;
}
#page-content{
	position:relative;
	z-index:1;
}



#top-bar{
    position:relative;
    z-index:1;
    width: 100%;
    height: 100px;
    background: url('../img/bg-menu.png') repeat-x;
    margin-bottom:15px;
}
#top-bar #logo{
    margin-top:20px;
}

#header{
    background-color: #FFF;
    margin-bottom:20px;
}
#header-mobile{
    display:none;
}
#content{
    background-color: #FFF;
    margin-bottom:20px;
}
#content-left{
    border-right:1px solid #dcdcdc;
    padding-right:50px;
    padding-bottom: 30px;
}
#content-right{
    border-left:1px solid #dcdcdc;
    margin-left:-1px;
    padding-bottom: 30px;
}
#footer{
    position:relative;
    z-index:1;
    width: 100%;
    background-color: #000;
    color:#999;
    height:60px;
}
#footer p{
    line-height:60px;
    margin:0;
}
.rounded {
    border-radius:10px;
}
.pad-20 {
    padding:20px;
}

b {
    color:#222;
}
a{
	color:#921259;
}
#footer a{
    color:#999;
}
#footer a:hover{
    color:#CCC;
}
h1 {
    color:#477CA8;
    font-size: 200%;
    margin-bottom: 25px;
    margin-top: 10px;
    font-family: 'open_sansbold';
}
h2 {
    color:#477CA8;
    font-size:170%;
    margin-bottom: 25px;
    font-family: 'open_sansbold';
}
h3 {
    color:#477CA8;
    font-size:130%;
    margin-bottom: 20px;
    font-family: 'open_sansbold';
}
h4 {
    color:#477CA8;
    font-size:130%;
    font-family: 'open_sansbold';
}


.btn-c2a {
    display:inline-block;
    border-radius:10px;
    overflow:hidden;
    width:220px;
    font-size:18px;
    color:#FFF;
    line-height:50px;
    cursor:pointer;
    -webkit-box-shadow: 0px 3px 5px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 3px 5px 1px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 3px 5px 1px #ccc;
    text-align:center;
}
.btn-c2a .left{
    background-color:#e3007e;
    width:170px;
    display:inline-block;
    float:left;
/*    padding-left:20px;*/
}
.btn-c2a .right{
    background-color:#921259;
    width:50px;
    display:inline-block;
    float:left;
/*    padding-left:20px;*/
}
.btn-c2a .right .glyphicon{
    top:2px;
}
.btn-c2a:hover, .btn-c2a:active, .btn-c2a:focus {
    text-decoration:none;
    color:#FFF;
}
.btn-c2a:hover .left {
    background-color:#db027a;
}
.btn-c2a:hover .right {
    background-color:#881153;
}

#call-2-action {
    text-align:center;
    padding-top:15px;
}
#call-2-action p{
    color:#999;
    font-size:120%;padding-bottom:15px;
}

.owl-buttons {
    position:absolute;
    top:50%;
    width:100%;
}
.owl-buttons .owl-prev {
    left: -50px;
    position: absolute;
    top: -15px;
    background: url("../img/arrows.png") no-repeat scroll 0px 0px transparent !important;
    height: 25px;
    width: 20px;
    opacity:1 !important;
    text-indent: -9999px;
}
.owl-buttons .owl-next {
    right: -50px;
    position: absolute;
    top: -15px;
    background: url("../img/arrows.png") no-repeat scroll -40px 0px transparent !important;
    height: 25px;
    width: 20px;
    opacity:1 !important;
    text-indent: -9999px;
}
.owl-pagination {
    position: absolute;
    width: 100%;
    bottom: -31px;
}


#videos {
    padding-top:20px;
    margin-top:30px;
    border-top:1px solid #dcdcdc;
    display:inline-block;
}
#videos ul {
    list-style-type:none;
    padding:0;
    margin:0;
    margin-right:-5px;
}
#videos ul li{
    width:50%;
    float:left;
    padding: 4px 4px 4px 4px;
}
#videos ul li a{
    display:block;
    overflow:hidden;
}
#videos ul li a img{
    width:100%
}

#agenda {
    padding-top:20px;
    margin-top:30px;
    border-top:1px solid #dcdcdc;
}
#agenda ul {
    list-style-type:none;
    padding:0;
    margin:0;
    margin-right:-5px;
    border-bottom:1px solid #dcdcdc;
}
#agenda ul li.agenda-item{
    padding:0;
    
}
#agenda ul li.agenda-item a{
    display:block;
    padding:8px;
    border-top:1px solid #dcdcdc;
    text-decoration:none;
}
#agenda ul li.agenda-item a:hover{
    background-color:#f7f7f7;
}
#agenda ul li.agenda-item a .agenda-date{
    width:80px;
    display:inline-block;
    color:#999;
}
#agenda ul li.agenda-item a .agenda-title{
    color:#555;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {
    .container {
        width:970px;
    }
}
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #content-left {
        padding-right:30px;
        width:62%;
    }
    #content-right {
        width:38%;
    }
    #agenda ul li.agenda-item a .agenda-date {
        display: block;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .pad-20 {
        padding:12px;
    }
    #top-bar {
        height: 80px;
    }
    #top-bar #logo {
        text-align:center;
        margin-top:14px;
    }
    #top-bar #logo img{
        width:220px;
    }
    #header .owl-buttons {
        display:none;
    }
    #header .owl-pagination {
        bottom:-26px;
    }
    #header .owl-page span {
        width: 10px;
        height: 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    #header{
        display:none;
    }
    #header-mobile{
        display:block;
        background-color: #FFF;
        margin-bottom:15px;
    }
    #header-img{
        position:relative;
    }
    #header-mobile img{
        width:100%;
        position:relative;
        z-index:0;
    }
    #header-mobile .btn-c2a {
        position:absolute;
        bottom:15px;
        left:15px;
        z-index:1;
        box-shadow: 0px 1px 4px 0px #999;
        -webkit-box-shadow: 0px 1px 4px 0px #999;
        -moz-box-shadow: 0px 1px 4px 0px #999;
    }
/*    #content {*/
/*        margin-top: -5px;*/
/*    }*/
    #content-left {
        border-right:0;
        padding-right: 15px;
    }
    #content-right {
        border-left:0;
        margin-left:0px;
    }
    #call-2-action {
        padding-top: 30px;
        border-top: 1px solid #dcdcdc;
    }
    #videos ul, #agenda ul {
        margin-right:0px;
    }
    #footer {
        height: auto;
    }
    #footer p {
        padding:15px 0;
        line-height: 24px;
        text-align:center;
    }
    #footer .mobile-footer {
        display:block;
    }
    #footer .mobile-footer .v-divider{
        display:none;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    
}

@media (max-width: 401px) {

}







