@charset "UTF-8";

/* CSS Document */

body {
    margin: 0;
    padding:0;
    font-family: 'source_sans_proregular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #ffffff;
    background-image: url(../images/background-texture.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
}
html {
	padding:0;
	margin: 0;
}

.header2 {
    width: 100%;
    height: 265px;
    background-image: url('../images/head-image.jpg');
    border-top: solid 5px #0781ff;
    border-bottom: solid 20px #fff;
    background-position: center;
    background-size: cover;
}

.visit {
	display: block;
	text-align: center;
	color: #fff;
	background-color: #74cf00;
	border-left:15px solid #fff;
	border-top:15px solid #fff;
	border-right:15px solid #fff;
	border-bottom:15px solid #fff;
	padding:15px 5px;
	font-size: 20px;
}

.visit:hover {
	background-color: #6fbb0e;
	color: #fff;
}

.header1 {
    background-color: #fff;
}

.phone-hidden {
    display: none;
}

.gold {
    color: #b5aa8a;
    font-size: 30px;
    text-align: center;
    padding-bottom: 25px;
}

.footBlog {
    width: 80%;
    margin: 0px 10% 20px 10%;
    padding: 0px;
}

p.Footlogo {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.footer {
    background-image: url(../images/footBg.png);
    background-repeat: no-repeat;
    padding: 50px 0px 25px 0px;
    background-position: 30px 0px;
    background-size: 97%;
}

a:hover {
    text-decoration: none!important;
}

.phone img,
.email img {
    margin-right: 8px;
    margin-top: -5px;
}

.phone,
.email {
    color: #000;
    font-size: 14px;
    margin: 0px 10% 5px 10%;
    padding: 0px 0px 0px 2px;
    text-align: center;
}

.email a {
    color: #000;
}

.footBlog IMG {
    float: left;
    margin-right: 5px;
}

.footBlog li {
    font-size: 13px;
    list-style: none;
    clear: left;
    margin-top: 10px;
    min-height: 40px;
}

a span.dateSmall {
    color: #000;
}

.footBlog li a {
    color: #7e7d7d;
    text-decoration: none;
}

.footBlog li a:hover {
    color: #000;
}

.footBlog li a:hover {
    text-decoration: none;
}

.boxShad {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(30, 30, 30, 0.08);
    box-shadow: 0px 0px 9px 0px rgba(30, 30, 30, 0.08);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: normal;
    margin: 0;
    color: inherit;
    text-rendering: optimizelegibility;
    font-family: 'chunkfiveroman';
}

p {
    font-size: 14px;
    color: #8a8a8a;
    line-height: 24px;
    font-family: 'source_sans_prolight';
    padding: 25px 25px 20px 25px;
    margin: 0;
}

.top25px {
    margin-top: 25px;
}

h1 {
    font-size: 52px;
    color: #000;
    padding: 30px 25px 0px 25px;
}

.mainSection {
    position: relative;
    z-index: 99999;
    margin-top: -100px;
}

.Title a {
    color: #000;
    float: left;
    background-color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.Title a:hover {
    color: #000;
    text-decoration: none;
}

.Title {
    font-size: 24px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    text-indent: 16px;
    line-height: 35px;
}

.Title img {}

.newsTitle {
    padding: 20px 0px;
    margin: 0px 20px;
    border-bottom: dotted 1px #000;
}

.articleTitle {
    padding: 0px 20px 0px 20px;
    margin: 0px;
    font-size: 18px;
}

.socialSharing {
    background: rgba(0, 0, 0, .05);
    margin: 0px 20px 20px 20px;
    padding: 15px;
}

.articleTitle a {
    color: #000;
}

.articleContainer {
    margin: 20px 20px;
    border-bottom: dotted 1px #000;
}

.articleContainer a {
    color: #000;
    font-family: 'source_sans_probold';
}

.articleContainer p {
    padding: 0px 20px 20px;
    margin: 0px;
}

p.date {
    color: #000;
    margin: 0px;
    padding: 0px 20px;
}

.phone a {
	color: #000;
}
h3 {
    padding-top: 0px;
    font-size: 34px;
    line-height: 28px;
}

.newsletter h4 {
    color: #000;
    text-align: center;
    padding: 0px 10px 5px 0px;
    font-size: 22px;
    margin: 0px;
}

h3,
h4,
h5 {
    color: #000;
    text-align: left;
    padding: 0px 0px 5px 0px;
    font-size: 22px;
    margin: 0px;
    text-align: center;
}

.blogSidebar ul li a {
    color: #000;
}

.blogSidebar ul {
    margin-left: 20px;
    font-size: 14px;
    font-family: 'source_sans_prolight';
}

.blogSidebar ul li {
    list-style: disc;
    display: list-item;
    color: #000;
}

.newsletter {
    background-image: url(../images/middle.png);
    background-repeat: repeat-y;
    background-size: 100%;
}

.newsletterBottom {}

.newsletter p {
    padding: 0px 20px 5px 20px;
    text-align: center;
}

.follow {
    color: #b5aa8a;
}

a img {
    opacity: 1.0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

a {
    color: #0088cc;
    text-decoration: none;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
}

a:hover,
a:focus {
    color: #005580;
    text-decoration: underline;
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}


/*---------------------------- NAV -----------------------------*/

.navbar-inner ul.nav li a {
    opacity: 0.8;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
    background-color: #fff;
    color: #000;
    margin-left: 20px;
    font-family: 'source_sans_probold';
    font-size: 12px;
    border-radius: 0px;
    min-width: 71px;
    text-align: center;
    line-height: 71px;
}

.navbar-inner ul.nav li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}

.buttonRow {
    margin-bottom: 15px;
    margin-top: 15px;
}

ul.followUs {
    border: 1px #8a8a8a dashed;
    border-radius: 5px;
    background-repeat: no-repeat;
    min-height: 100px!important;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.navbar-inner ul.nav li a:hover,
.navbar-inner ul.nav li a.active {
    background-color: #79d600;
    color: #fff;
}

.transBg,
.blogSidebar {
    background: rgba(255, 255, 255, .60);
    margin-top: 25px;
}

.navbar-inner ul.nav li ul {
    display: none;
    position: absolute;
    margin: 0px 0px 0px 0px;
    z-index: 1000;
    padding: 19px 0px 0px 0px;
}

.navbar-inner ul.nav li:hover ul {
    display: block;
}

.navbar-inner ul.nav li ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    list-style: none;
}

.navbar-inner ul.nav li ul li a {
    color: #000;
    font-size: 16px;
    font-family: 'chunkfiveroman';
    background-color: #fff;
    line-height: 36px;
    padding: 3px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    min-width: 115px;
    display: block;
}

.navbar-inner ul.nav li ul li a.blue:hover {
    background-color: #6fb4f9;
}

.navbar-inner ul.nav li ul li a.green:hover {
    background-color: #79d600;
}

.navbar-inner ul.nav li ul li a.orange:hover {
    background-color: #ffa807;
}

.navbar-inner ul.nav li ul li a.red:hover {
    background-color: #f74141;
}

.navbar-inner ul.nav li ul li a {
    opacity: 1.0!important;
    filter: alpha(opacity=100)!important;
}


/*--------------------------- CSS3 ------------------------------*/

.rounded-corners {
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.text-shadow {
    text-shadow: 1px 1px 0px #858585;
    filter: dropshadow(color=#858585, offx=1, offy=1);
}