/** FLEXSLIDER */
.mainPagecarousel {
	max-width:944px;
	margin:0;
    margin-top:5px;
}
.flex-caption {
    padding: 1%;
    width: 98%;
    display:inline-block;
    position:static;
    left:0;
    right:0;
    bottom:0;
    vertical-align:middle;
}
/*
.flex-control-nav {
    width: 100%; position: relative; text-align: center; bottom:-10px;
}
*/
.flex-control-nav {
    bottom: 2%;
    width: auto;
    /*
    left: 10px;
    border: 1px solid #736f5b;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    */
    padding: 5px 5px;
    background: rgba(255,255,255,.4);
    z-index: 10;
    position:static;
}
.flex-control-nav {
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff,endColorstr=#4Cffffff);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff,endColorstr=#4Cffffff);
    zoom: 1;
}
.about_label {
    float: left;
    padding:0 5px 5px 0;
    margin: 0;
    /*margin-right:1%;*/
	font-weight: normal;
	color: #FFF;
	border-right: 1px solid #928e7e;
	line-height:50px;
    min-width:17%;
}
.about_label h3 {
	padding: 0;
	font-size:2.1em;
	color: #FFFFFF;
    white-space:nowrap;
    line-height:1em;
    width:100%;
}
.about_label h4 {
	font-family: 'MyriadPro';
	padding: 0;
	font-size:0.938em;
	color: #FFFFFF;
    white-space:nowrap;
    width:100%;
}
.photo_caption
{
    text-align:left;
    float:right;
    font-size:1em;
    width:80%;
}
.readmore_button
{
    font-size:.85em;
    /*border-bottom: 1px dashed #2AA0E0;*/
    /*float:right;
    text-align:right;
    right: 0;*/
    bottom: 0;
    /*padding: .5%;*/
    text-transform:uppercase;
    white-space:nowrap;
}
.readmore_button img{
    width:10px !important;
    display:inline-block;
}
a.button, a.button:link, a.button:visited, input[type="submit"], input[type="reset"] {
    background: linear-gradient(#02448d, #1c416a) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #a0d1f0;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    padding: 0.5em;
    text-decoration: none;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    height:100%;
}

.flex-caption a {
    color: #007FAA;
    text-decoration: none;
    padding: 2px 3px;
    border: 1px solid;
    font-weight:bold;
}
.flex-caption a:hover {
    
}
.lt-ie8 .flex-control-nav {
    bottom: 50px;
}

#divider_line {
    width: 100%;

}
.lt-ie8 #divider_line {
    position: relative;
    top: -35px;
}

/* Smartphones and tablets (portrait and landscape) ----------- */
@media only screen and (max-width : 960px) {
   .photo_caption {
        width:77%;
        font-size:.925em;
    }
    /*
    .readmore_button {
        font-size:.80em;
    }
    */
}
@media only screen and (max-width : 768px) {
     .about_label {
        display:none;
        visibility:hidden;
        width:0;
    }
    .photo_caption {
        width:100%;
    }
}
/* Smartphones and tablets (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {
    .photo_caption {
        width:100%;
    }
    .readmore_button
    {
        clear:both;
        width:100%;
        border:none;
    }
    .flex-direction-nav {
        display:none;
        visibility:hidden;
    }
}
@media only screen and (min-width:480px) and (max-width:768px) {
    /*
    .readmore_button {
        font-size:.50em;
    }
    */
}


/* larger than standard 960 (devices and browsers) */
@media only screen and (min-width: 1000px) {
    .mainPagecarousel {
	    max-width:944px;
	    margin:0 auto;
	    margin-top:20px;
	    -moz-box-shadow: 0px 5px 20px #000;
	    -webkit-box-shadow: 0px 5px 20px #000;
	    box-shadow: 0px 5px 20px #000;
    }
    .flex-caption div {
        font-size:16px;
    }

}
