
/*=========================================================================
 Layout Box Style
========================================================================= */

.layout-box { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3); border:1px solid #e8e8e8; border-radius: 3px 3px 3px 3px; margin-bottom: 20px; padding: 5px; text-align: center; color: #666; }

.layout-box:hover { background: none repeat scroll 0 0 #777777; border:1px solid #333; color: #fff; }

/*=========================================================================
 Separator
========================================================================= */

.separator:before { background: url("../images/patterns/hash.png") repeat scroll left top transparent; bottom: 0; content: ""; height: 10px; left: 0; position: absolute; width: 100%; }

.separator { margin-bottom: 30px; padding-bottom: 30px; position: relative; }

.separator-sidebar:before { background: url("../images/patterns/hash.png") repeat scroll left top transparent; bottom: 0; content: ""; height: 10px; left: 0; position: absolute; width: 100%; }

.separator-sidebar { margin-bottom: 30px; padding-bottom: 20px; position: relative; }

.phone-separator { display: none; }

.footer-separator:before { background: url("../images/footer-tail.png") repeat-x scroll 0 0 transparent; bottom: 0; content: ""; height: 2px; left: 0; position: absolute; width: 100%; }

.footer-separator { margin-bottom: 20px; padding-bottom: 10px; position: relative; }

/*=========================================================================
 Notificition
========================================================================= */
.notify { display: inline-block; position: relative; margin: 0px; text-align: center; }

.notify .icon-nf { background: none repeat scroll 0 0 #DDDDDD; left: 25px; position: absolute; top: 20px; box-shadow: 0 0 10px #DDDDDD; -webkit-box-shadow: 0 0 10px #DDDDDD; -moz-box-shadow: 0 0 10px #DDDDDD; }

.notify h2 { color: #505C70; font-size: 28px; font-family: Georgia, "Times New Roman", Times, serif; line-height:26px; text-align: center; text-shadow: 0 1px 1px #FFFFFF; }

.notify h2 .sub-heading { color: #aaa; display: block; font: 12px 'OpenSans', Arial; padding-top: 6px; text-shadow: 1px 1px 0 #FFFFFF; text-transform: lowercase; }

.notify-wrapper em { color: #777777; font-size: 14px; line-height: 51px; margin: 0 5px; }

.notify-wrapper { display: inline-block; margin: 0; }

/*=========================================================================
 Breadcrumbs
========================================================================= */

/*.breadcrumbs { background: url("../images/breadcrumb-bg.jpg") no-repeat scroll right 0 #FFFFFF; overflow: hidden; position: relative;}*/

.breadcrumbs span.bread-home a { background-image: url("../images/home-icon.png"), url("../images/breads.png"); background-position: left 26px, right center; background-repeat: no-repeat; color: transparent; display: inline-block; margin: 0 10px 0 0; padding: 2px 36px 0 0; text-indent: -9999px; text-shadow: none; }

.breadcrumbs span.bread-home a:hover { background-position: left -42px, right center; }

.breadcrumbs span.bread-home { text-indent: -9999px; }

.breadcrumbs a { background: url("../images/breads.png") no-repeat scroll right center transparent; color: #1d345c; float: left; font-size: 12px; height: auto; margin: 0 10px 0px 0; padding: 0px 20px 0px 0px; text-shadow: none; text-transform: uppercase; }

.breadcrumbs a:hover { opacity: 1; }

div.breadcrumbs, .breadcrumbs p { display: inline; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 64px; margin: 0; text-shadow: none; }

/*=========================================================================
 Buttons
========================================================================= */

.donate-button { float:right; color:#fff; padding:0 18px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.donate-button:hover { color: #fff; }

.newsletter-button { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #E8E8E8; border-radius: 4px 4px 4px 4px; color: #828387; display: inline-block; padding: 2px 20px 3px }

.newsletter-button:hover { background: none repeat scroll 0 0 #1d345c; border: 1px solid #1d345c; color: #FFFFFF; text-decoration: none; }

/*=========================================================================
 Feature Boxes
========================================================================= */
.features { }

.features ul li li {height: 100px; background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ddd; float: left; margin: 0 10px 20px; padding: 20px 20px 0px 20px; width: 258px; border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; }

/*=========================================================================
 Service Box
========================================================================= */
.box1 { }

.box-bot-border { border-bottom: 1px dotted #DDDDDD; margin-bottom: 20px; }

.imgs { float: left; height: 26px; margin-right: 15px; position: relative; width: 26px; z-index: 2; }

.imgs img { position:absolute; top:0; left:0; }

.img-2 { opacity:0; z-index:2; }

.box1 h3 { line-height: 26px; }

.box1 p { color: #999; font-size: 13px; line-height: 18px; font-family: Arial, Helvetica, sans-serif; }

.box1:hover { }

.box1:hover .img-2 { opacity:1; z-index:2; }

.box1:hover .img-1 { opacity:0; }

.box1:hover h3 { color:#1d345c; }

.box1:hover p { color:#1d345c; }

.box2 { background:#fff; border:1px solid #ddd; border-radius:5px; margin: 0px; padding:14px 0 18px 14px; position:relative; overflow:hidden; }

.box3 { background:#fff; border:1px solid #ccc; border-radius:5px; margin: 0px; padding:14px 0 18px 14px; position:relative; overflow:hidden; }

.box3 ul li a{ color: #DC0000; }

/*=========================================================================
 Quotes & Search
========================================================================= */

.quotes { width:100%; position:relative; float:left; border-right:1px solid #d7d7d7; }

.quotes blockquote { font-size: 14px; line-height:22px; font-family: Georgia,"Times New Roman",Times,serif; color:#828387; background: url(../images/icons/news.png) 0 3px no-repeat; padding:0 50px 0 64px; }

.quotes blockquote span{ font-size: 11px; color:#fff; display: block;}

.quotes .flex-control-nav { position:relative; overflow:hidden; list-style:none; position:absolute; right:19px; bottom:1px; }

.quotes .flex-control-nav li { float:left; margin-right:3px; }

.quotes .flex-control-nav li a { display:block; background: none repeat scroll 0 0 #ccc; width:10px; height:10px; text-indent:-5000px; border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; }

.quotes .flex-control-nav li a:hover, .quotes .flex-control-nav li a.active { background: none repeat scroll 0 0 #1d345c; }

.search-ft { float: left; padding: 10px 0 0 20px; width: 280px; }

#search-ft { padding: 4px 0 0; }

#search-ft input { background: url("../images/icons/input-mail.jpg") no-repeat scroll 6px 8px #FBFBFC; border: 1px solid #E7E7E7; color: #A5A4A4; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: italic; font-weight: normal; margin: 0; outline: medium none; padding: 7px 5px 7px 28px; vertical-align: middle; width: 163px; }

#search-ft .button { padding: 3px 18px 5px; }

#search-ft input { width: 162px; }

.search { float:left; padding:10px 0 0 0; width:100%; }

/*=========================================================================
 Footer
========================================================================= */

.footer-1 h5 { text-transform: uppercase; color: #fff; text-shadow: 1px 1px 0 #000000, 2px 2px 0 #555555; margin-bottom: 5px;}
.footer-1 { color: #ccc; }

.tags, .archive { float: left; }

/* Tag */
.tags a:link, .tags a:visited { background-color: rgba(0, 0, 0, 0.17); border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); display: inline-block; margin-bottom: 3px; padding: 2px 6px; text-shadow: 0 1px 1px #000; }

.tags a:hover { background: url("../images/patterns/hash.png") repeat scroll left top #AF242C; color: #fff; box-shadow: 0 0 1px rgba(0, 0, 0, 0.0); -webkit-box-shadow:  0 0 1px rgba(0, 0, 0, 0.0); -moz-box-shadow:  0 0 1px rgba(0, 0, 0, 0.0); }

/* Archive */
.archive ul li { background: url("../images/list-tail.png") repeat-x scroll 50% bottom transparent; padding: 2px 0 4px; margin-bottom: 2px; }

.archive a:link, .archive a:visited { }

.archive a:hover { }

/* About Text */
.about-brief { }

/* Sociable */
/* v1. 
.sociable ul { padding: 0px; }

.sociable ul li { margin-right: 5px; margin-bottom: 15px; }

footer .sociable ul li { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07); border: 1px solid rgba(0, 0, 0, 0.07); border-radius: 15px 15px 15px 15px; -moz-border-radius: 15px 15px 15px 15px; -webkit-border-radius: 15px 15px 15px 15px; margin-right: 5px; margin-bottom: 15px; }


.social { position:relative; overflow:hidden; }

.social li { margin-right:5px; }

.social li:first-child { }

.social li a { display: block; font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; height: 26px; line-height: 25px; position: relative; }

.social li a:hover { color: #fff; }

.social li a img { padding-right: 5px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

footer .social li a img { padding-right: 15px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

.social .img-1 { position:relative; z-index:2; opacity:1; }

.social .img-2 { z-index:3; opacity:0; position:absolute; top:0; left:0; }

.social li a:hover .img-2 { opacity:1; }

.social li a:hover .img-1 { opacity:0; }


/* v2. */
.sociable ul { padding: 0px;}

.sociable ul li { float: left; margin-right: 5px; list-style:none; }

.social { position:relative; overflow:hidden; float:left; }

.social li { float:left; margin-right:5px; }

.social li:first-child { }

.social li a { display:block; position:relative; width:48px; height:48px; }

.social li a img { -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; }

.social .img-1 { position:relative; z-index:2; opacity:1; }

.social .img-2 { z-index:3; opacity:0; position:absolute; top:0; left:0; }

.social li a:hover .img-2 { opacity:1; }

.social li a:hover .img-1 { opacity:0.35; }

/* back to top button */

#toTop { display:none; text-decoration:none; position:fixed; right:50%; bottom:100px; overflow:hidden; width:47px; height:47px; border:none; text-indent:-999px; z-index:20; background:url(../images/ui.totop.png) no-repeat 0 0 rgba(0, 0, 0, 0.3); border-radius: 50% 50% 50% 50%; -moz-border-radius: 50% 50% 50% 50%; -webkit-border-radius: 50% 50% 50% 50%; box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1); }

#toTop:hover { background:url(../images/ui.totop.png) no-repeat 0 -57px rgba(255, 255, 255, 0.7); }

#toTop:active, #toTop:focus { outline:none; }
 @media only screen and (min-width: 768px) and (max-width: 959px) {

/* Service Box */
.features ul li li {
width: 194px;
}

/* Notificition */
.notify {
width: 748px;
}
.notify h2 {
}
.notify strong {
}

/* Quotes */
.quotes {
width:460px;
}
.search-ft {
width:200px;
}
#search-ft input {
 width: 90px;
}
}
@media only screen and (max-width: 767px) {
.notify-wrapper em {
display: none;
}
 .phone-separator:before {
 background: url("../images/phone-tail.png") repeat-x scroll 0 0 transparent;
bottom: 0;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 100%;
}
.phone-separator {
display: inline-block;
margin-bottom: 30px;
padding-bottom: 12px;
position: relative;
width: 100%;
}

/* Service Box */
.features ul li li {
margin: 0 0 10px 0;
width: 258px;
}
.features ul .last {
margin: 0 0 20px 0;
}


/* Notificition */
.notify {
margin: 0 0 20px;
}
.notify {
text-align: center;
}
.notify .icon-nf {
display: none;
}
.notify-wrapper {
display: inline-block;
float: none;
margin: 0;
}
.notify h2 {
width: 240px;
margin: 0 30px 20px;
text-align: center;
}
.notify span {
float: none;
}
a.button-demo:link, a.button-demo:visited, a.button-buy:link, a.button-buy:visited {
font: 12px 'OpenSansSemibold';
}
.notify em {
font-size: 17px;
line-height: 27px;
padding: 0 0;
}

/*Quotes & Search*/
.search {
width:270px;
padding:10px 0 0 0px;
}
.search-ft {
width: 229px;
}
#search-ft input {
width: 102px;
}
.quotes {
width:270px;
border:none;
height:110px;
}
.quotes blockquote {
padding:0 20px 0 64px;
}
/* back to top button */
#toTop {
display:none !important;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
/* Service Box */
.features ul li li {
margin: 0 0 10px 0;
width: 378px;
}
.features ul .last {
margin: 0 0 20px 0;
}
/* Notificition */
.notify {
margin: 0 0 20px;
}
.notify h2 {
width: 360px;
}

/*Quotes & Search*/
.search-ft {
width: 335px;
}
#search-ft input {
width: 223px;
}
.quotes {
width:370px;
height:80px;
}
.search {
width:370px;
}
}
