/* Global Styles
-------------------------------------------------- */
html,body {
	background-color: #ffffff; 
	height: 100%; font-family: 'Ubuntu','PT Sans',sans-serif !important; 
	color: #3F3F3F; font-weight:400; line-height:23px;
}
p {
	font-size:13px;
    line-height:1.6;
	color: #333;
}
h1, h2, h3, h4 {
	font-weight: 200;
}
a {
	color: #0068A3;
	text-decoration: none; 
	-webkit-transition:color 0.2s ease-in-out;
    -moz-transition:color 0.2s ease-in-out;
    -o-transition:color 0.2s ease-in-out;
    transition:color 0.2s ease-in-out;
}
a:hover {
	color: #00BEFF;
	text-decoration: none;
}

/**
input[type="text"] {
	padding: 13px 0 13px 10px; 	
	margin-bottom: 25px;
}
textarea {
	padding: 15px 0 0 10px;
}
*/

.btn {
	background: none repeat scroll 0 0 #0068A3;	
	background-image: none;
	border-radius: 0px 0px 0px 0px;
    border: 0 none;
    padding: 0 22px;
    box-shadow: none;
    color: #FFFFFF;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    text-shadow: none;    
    -webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
    box-shadow: rgba(20, 41, 65, 0.74902) 0px 2px 2px 0px;
}
.btn:hover, .btn:focus {
    background-color: #00A4D9;
    color: #FFFFFF;
}
.content-box {
	background: none repeat scroll 0 0 #FFFFFF;
}
.content-box-light {	
	background-color: rgba(255, 255, 255, 0.67);
}
/* Helpers
-------------------------------------------------- */
.center {float: none; margin-left: auto; margin-right: auto;} /* center column */
.center-text {text-align: center}
.hr-spacer {display: block; height: 1px; border: 0;	border-top: 1px solid #EDECEA; padding: 0;} /* invisible spacer */
	.space15 {margin: 15px 0;}
	.space35 {margin: 35px 0;}
	.space50 {margin: 50px 0;}
	.space75 {margin: 75px 0;}
	

/* Wrapper for page content to push down footer
-------------------------------------------------- */
#wrap {
	min-height: 75%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;}

/* Navbar
-------------------------------------------------- */
.nav-wrap {	
	background: none repeat scroll 0 0 #EBEBEE;
	border-bottom-style: solid;
	border-bottom-color: #B51F24;
	border-bottom-width: 0px;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-inner {
	background-color: #EBEBEE;
	background-image: none;
	filter: none;
	padding-top:15px;
	padding-bottom:5px;
	border: none;
	border-radius: 0 0 0 0;
	box-shadow: none;
	margin: 0 -20px;
}
.navbar .divider-vertical {
	height: 20px;
	margin: 12px 2px 0 2px;
	border-left: 0px solid #687074;
	border-right: 1px solid #687074;
}
.navbar .nav > li > a {
	color: #333;
	float: none;
	padding: 20px 15px;
	text-decoration: none;
	text-shadow: none;
	font-size: 18px;
	font-weight: 300;
	-webkit-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}
.navbar .nav > li > a:hover {
	color: #B51F24;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: #B51F24;
	background-color: transparent;
	box-shadow: none;
}

a.navbar-icon {
	padding: 18px 15px !important;
}

li:last-child a.navbar-icon {
	padding-right: 0px !important;
}

a.navbar-icon > i {
	color: #B51F24;
	font-size: 24px;
	-webkit-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}

a.navbar-icon > i:hover {
	color: #333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
}
.dropdown-menu {
	border: none;
	border-radius: 0 0 0 0 ;
	padding: 0 0;
}
.dropdown-menu > li > a {
	padding: 12px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #5ADAE2;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ADAE2', endColorstr='#5ADAE2', GradientType=0);
}
.navbar .btn-navbar {
	height: 18px;
}
.navbar .brand {
	color: #333;
	font-size: 25px;
	text-shadow: none;
	font-weight: 400;
	-webkit-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}
.navbar .brand:hover {
	color: #B51F24;
}
.navbar .brand i {
	color: #B51F24;
	font-size: 30px;
	vertical-align: -12%;
	-webkit-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}
.navbar .brand:hover i {
	color: #333;
}


/* Call To Action
-------------------------------------------------- */
.cta {
	padding: 20px 30px;
	margin-bottom: 70px;
}
.cta h2 {
	font-style:italic;
	font-weight:400;
	line-height: 1.6;
	text-align: center;
}

/* Page Headers
-------------------------------------------------- */

#page-heading .page-header {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 0 10px 0;
	border-bottom: 0px;
	/**background-color: #334353;*/
	background: none repeat scroll 0 0 #334353;
}

#page-heading .page-header h1 {
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 0 10px 0;
	border-bottom: 0px;
	text-align: center;
}

#page-heading .page-header .subheader {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.35;
	margin: 15px 0 40px;
}

#page-heading .page-header span {
	color: #FFFFFF;
	font-weight: 200;
}

#page-heading .page-header .home {
	padding-bottom: 60px;
}

#page-heading .page-header .home h2 {
	margin: 10px 0 40px 0;
	color: #FFFFFF;
	font-weight: 200;
}

#page-heading .page-header .home h4 {
	margin: 10px 0 40px 0;
	padding-right: 40px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.6
}

#page-heading .page-header .home-intro {
	text-align: right;
}

#page-heading .page-header .home-intro h1 {
	margin-top: 0px;
	text-align: right;
	color: #EBEBEE;
	font-weight: 300;
	font-size: 40px;
}

#page-heading .page-header .home-intro li {
	text-align: right;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.6
}

#page-heading .page-header .home-intro .btn {
	margin-top: 20px;
}

#page-heading .page-header .home-btns .btn {margin: 10px 10px 20px 0;}
#page-heading .btn i {
	margin-right: 10px;
}
#page-heading .home-cta {
	background-color:#5D6D7D;
	/**margin: 0 -20px;
	padding: 0 20px !important;*/
}
#page-heading .home-cta .home-cta-inner {
	text-align: center;
	margin: 20px 0 30px 0;
	color: #ddd;
	font-weight: 200;
}
#page-heading .home-cta .home-cta-interests {
	display: inline;
	line-height: 60px;
}
#page-heading .home-cta .home-cta-interests .interest-icon i {
	color: #ddd;
	font-size: 60px;
	padding: 10px;
	-webkit-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}
#page-heading .home-cta .home-cta-interests .interest-icon i:hover {
   color: #FFFFFF;
   background-color: #00BEFF;
}

#page-heading .home-cta .cta-btn {
	vertical-align: 15px;
	margin-left: 30px;
}

#page-heading .home-cta h3 {
	margin: 40px 0 50px 0; color: #FFFFFF; font-weight: 200
}

#page-heading .arrow-down {margin: 0 auto; width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 15px solid #334353}

.section-headline h1 {
	text-align: center;
	font-weight: 200;
	margin-bottom: 30px;
}
.section-lead {
	color: #373737;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 15px;
}

/* Page - Home
-------------------------------------------------- */
#home h1 {
	font-weight: 200;
	text-align: center;
	margin-bottom: 80px;
}
#home h3 {
	font-weight: 200;
}
#home i {
	margin-right: 15px;
}
#home .feature {
	text-align: center;
	padding: 0 15px;
}
#home .feature i {
	color: #4CD2DA;
	vertical-align: -10px;
}
#home .list {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 15px;
}
#home .list img {
	padding-top: 25px;
}
#home .list i {
	color: #5ADAE2;
}
#home .list ul {
	padding-left: 20px;
	font-size: 18px;
	font-weight: 200;
}
#home .list ul li {
	line-height: 1.7;
}
#home .feature-info {
	text-align: center;
	padding: 15px 40px;
	height: 370px;
}
#home .feature-info .btn {
	margin-top: 25px;
}
#home .feature-set .tile {
	float: left;
	display: inline-block;
	background: none repeat scroll 0 0 #5ADAE2;
	margin: 0 0 5px 5px;
	padding: 25px 10px 5px 20px;
	width: 194px;
	text-align: center;
}
#home .feature-set .tile:hover {
	background: none repeat scroll 0 0 #4CD2DA;
}
#home .feature-set .tile i {
	color: #FFFFFF;
	font-size: 108px;	
	margin: 0 10px 0 0;
	padding: 15px;
}
#home .feature-set .tile p {
	color: #FFFFFF;	
	margin-top: 15px;
	font-weight: 400;
}
#home .blog-tease {
	background: none repeat scroll 0 0 #5ADAE2;
}
#home .blog-tease h2 {
	color: #FFFFFF;
}
#home .blog-tease p {
	color: #FFFFFF;
}
#home .blog-tease .blog-tease-pic img {
	border-right: 5px solid #EDECEA;	
}
#home .blog-tease .blog-tease-info {
	padding: 0 20px 0 10px;	
}
#home .blog-tease .blog-tease-info .blog-tease-btn {
	float:right;
	padding: 10px 0;	
}


/* Page - About Us
-------------------------------------------------- */
#about_us .about-inner {
	padding: 10px 15px;
}
#about_us .about-inner p {
	font-size: 16px;
}
#about_us .about-inner ul li {
	font-size: 16px;
	margin-bottom: 0.3em;
}

#about_us .about-inner h4 {
	margin-top: -10px;
}

#about_us .about-inner img {
	padding: 10px 0;
}
#about_us .team .team-thumb {
	background-color: #FFFFFF;
	margin-top: 15px;
	padding: 10px;
}
#about_us .team .team-thumb:hover {	
	box-shadow: 0 0 8px #DDDDDD;
	transition: box-shadow 0.2s eass-in-out 0s;
}
#about_us .team .team-thumb:hover h3 a {
	color: #5ADAE2;
}
#about_us .team ul {
	text-align:right;	
}
#about_us .team ul li i {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #373737;
	font-size: 16px;
	padding: 3px;	
}
#about_us .team ul li i {
	background: none repeat scroll 0 0 #EDECEA;
}
#about_us .team ul li i:hover {
	background: none repeat scroll 0 0 #373737;
	color: #5ADAE2;
	text-decoration: none;	
}

/* Page - Contact
-------------------------------------------------- */
#contact_us  p {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	font-style: italic;
}
#contact_us .contact-info {
	padding-left: 20px;
}
#contact_us ul.contact-list .contact-icon {
	margin-right:10px;
	font-size: 22px;
	line-height: 1.4;
}
#contact_us ul.contact-list li {
	font-size: 18px;
}
/* Page - Blog
-------------------------------------------------- */
#blog .blog-list .blog-post {
	background-color: #FFFFFF;
	padding: 20px 30px;
}
#blog .blog-list .blog-post img {
	margin-bottom: 10px;
}
#blog .blog-list .blog-post .blog-details .info li {
	background-color: #EDECEA;
	padding: 5px 8px;
	margin-top: 5px;
	margin-right: 5px;
}
#blog .blog-list .blog-post .blog-details .info li i {
	margin-right: 5px;
}
#blog .blog-list .pagination-center {
	margin-top: 55px;
	text-align: center;
}
#blog .blog-list .blog-post .list-comments {
	margin-top:20px;
}
#blog .blog-list .blog-post .comment {
	margin-bottom: 20px;
}
#blog .blog-list .blog-post .comment img {
	float: right;
	max-width: 55px;
}
#blog .blog-list .blog-post .comment a {
	margin-left:20px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;	
}
#blog .blog-list .blog-post .comment .comment-name {
	font-weight:bold;
}
#blog .blog-list .blog-post .comment .comment-date {
	color: #777777;
	font-size: 12px;
}
#blog .blog-side {
	padding-left: 20px;
}
#blog .blog-side .side-box{
	background-color: #FFFFFF;
	padding: 20px 30px;
}
#blog .blog-side input[type="text"] {
	padding: 4px 6px ; 	
	margin-bottom: 0px;
}
#blog .blog-side .btn-search {
	padding: 0px 10px;
	height: 30px;
	line-height: 20px;
	border-radius: 0 0 0 0;
}
#blog .blog-side .dl-horizontal {
	margin-bottom: 0px;
}
#blog .blog-side .dl-horizontal dt {
	float: left;
	width: 56px;
}
#blog .blog-side .dl-horizontal dt img {
	border: 3px solid #EEEEEE;
	height: 50px;
	width: 50px;
}
#blog .blog-side .dl-horizontal dd {
	margin-left: 66px;    
}
#blog .blog-side .dl-horizontal dd p {
	font-size: 13px;
	line-height:18px;
	margin-bottom: 0px;  
}
#blog .blog-side ul.side-photos li {
	display: inline-block;
	list-style: none outside none;
	margin-bottom: 10px;
	margin-right: 5px;
}
#blog .blog-side ul.side-photos li img {
	max-width: 55px;
}

/* Page - Features
-------------------------------------------------- */
#features .feature-wrap {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 35px 25px;
}
#features .feature-wrap .copy-right {
	padding-left: 25px;
}
#features .feature-wrap .copy-left {
	padding-right: 25px;
}
#features .feature-wrap .copy-right i {
	margin-right:15px;
	color: #5ADAE2;
	vertical-align: -8px;
}
#features .feature-wrap .copy-left i {
	margin-right:15px;
	color: #5ADAE2;
	vertical-align: -8px;
}
#features .feature {
	padding: 0 10px 50px 0;
}
#features .feature i {
	color: #5ADAE2;
}
#features .feature .feature-icon-box {
	float: left;
	margin-bottom: 20px;
    height: 77px;
    text-align: center;
    width: 16%
}
#features .feature .feature-text {
	float: left;
    margin-left: 23px;
    width: 76%;
}

/* Page - Portfolio
-------------------------------------------------- */
#portfolio ul.thumbnails .thumb {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#portfolio ul.thumbnails .thumb .thumb-mask p {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 200;
}
#portfolio ul.thumbnails .thumb .thumb-mask, 
#portfolio ul.thumbnails .thumb .content {	
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0
}
#portfolio ul.thumbnails .thumb img {
	display: block;
	position: relative
}
#portfolio ul.thumbnails .thumb-first .thumb-mask {	
	height: 100%;
	width: 100%;
	background-color: rgba(31,200,211,0.9);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translate3d(-120px, 0, 0);
	-webkit-transition: all 0.2s 0.4s ease-in-out;
	-moz-transition: all 0.2s 0.4s ease-in-out;
	-o-transition: all 0.2s 0.4s ease-in-out;
	-ms-transition: all 0.2s 0.4s ease-in-out;
	transition: all 0.2s 0.4s ease-in-out;
}
#portfolio ul.thumbnails .thumb-first:hover .thumb-mask {	
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);    
}
#portfolio ul.thumbnails .thumb .thumb-mask .thumb-info {	
	padding:30px;
}
#portfolio .item-details {
	background-color: #FFFFFF;
	margin-top: 30px;
	padding: 40px 60px;
}
#portfolio .item-photos {
	margin-top: 40px;
}
#portfolio ul.item-photos-list li {
	display: inline-block;
	list-style: none outside none;
	margin-bottom: 26px;
}
#portfolio ul.item-photos-list li.pad {
	margin-right: 26px;
}
#portfolio .item-testimonial {
	background-color: #FFFFFF;
	padding: 40px 60px;
}
#portfolio .item-testimonial p {
	font-style: italic;
}
#portfolio .item-testimonial small:before {
	content: '\2014 \00A0';
}
#portfolio .item-testimonial small {
	color: #999999;
	display: block;
	line-height: 20px;
}

/* Page - Coming Soon
-------------------------------------------------- */
#page-heading .coming-soon {
	padding-top: 35px;
}
#page-heading .count-down {
	text-align: center;
}
#page-heading .count-down .boxes span {
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	margin-right: 2px;
	text-align: center;
}
#page-heading .count-down .box span {
	background: #4CD2DA repeat scroll 0 0 ;
	margin-bottom: 2px;
	padding: 50px 60px;
	color: #FFFFFF;
	text-align: center;
	font-size: 45px;
	font-weight: 800;
}
#page-heading .subscribe {
	margin: 40px 0 ;
}
#page-heading .social {
	padding: 50px 0 30px 0;
	text-align: center;
}
#page-heading ul.social-list li {
	display: inline;
	text-decoration: none;
}
#page-heading ul.social-list li i {
	background-color: #D1D0CE;
	margin: 5px 10px 0 0;
	padding: 3px;
}
#page-heading ul.social-list li a {
	text-decoration: none;
	color: #FFFFFF;
}
#page-heading ul.social-list li i:hover {
	background-color: #5ADAE2;
}

/* Footer
-------------------------------------------------- */
#footer {
	background-color: #334353;
	/**background: none repeat scroll 0 0 #334353;*/
    border-top: 1px solid #AAAAAA;
    margin-top: 40px;
    padding-top: 30px;
    display: block;
}
#footer h4 {
	color: #FFFFFF;
	font-size: 22px;
}
#footer p {
	font-size: 16px;
	font-weight: 200;
	color: #ddd;
}
#footer .testimonial {
	padding-left: 20px;
}
#footer blockquote {
    border-left: 0px;
    margin: 0 0 20px;
    padding: 0 0 0 0px;
}
#footer .contact ul.contact-list li {
	color: #949EA3;
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 8px;
}
#footer .contact ul.contact-list a {
	color: #949EA3;
}
#footer .contact ul.contact-list a:hover {
	color: #00BEFF;
}
#footer .contact ul.contact-list .contact-icon {
	margin-right:10px;
}
#footer .social {
	padding: 50px 0 30px 0;
	text-align: center;
}
#footer ul.social-list li {
	display: inline;
	text-decoration: none;
}
#footer ul.social-list li i {
	background-color: #334353;
	margin: 5px 10px 0 0;
	padding: 3px;
}
#footer ul.social-list li a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer ul.social-list li i:hover {
	background-color: #00BEFF;
}

/* Sub-Footer -Sticky
-------------------------------------------------- */
/* Set the fixed height of the footer here */
#sub-footer-push,
#sub-footer {
	height: 50px;
}
#sub-footer {
	background-color: #333;
}
.credits p {
	color: #ddd;
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 13px;
}
.credits a {
	transition: color 0.15s ease-in-out 0s;
	color: #ddd;
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	text-decoration: none;
}
.credits a:hover {
	color: #0AD1E5;
}

/* Miscellaneous features 
-------------------------------------------------- */
.scrolltop {
    background-color: #F1F1F1;
    border: 1px solid darkGray;
    border-radius: 4px 4px 4px 4px;
    display: none;
    height: 36px;
    opacity: 0.6;
    position: fixed;
    right: 2%;
    top: 65%;
    width: 36px;
    z-index: 33;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 979px) {
	.page {padding-top: 0px;}	
}	
@media (max-width: 767px) {
	.page {padding-top: 0px;
	}
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#sub-footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#sub-footer .credits .right {
		float: none;
	}
	.nav-wrap {
		margin: 0 -20px;
		padding: 0 20px;
	}
	.page-header {
		margin: 0 -20px;
		padding: 20px 20px 0 20px !important;
	}
	#page-heading .home img {
		margin-top: 30px;
	}
	#page-heading .home h4 {
		text-align: center;
		padding-left: 30px;
	}
	#page-heading .home .home-btns {
		text-align: center;
	}
	#page-heading .page-header .home-btns .btn {
		margin: 0 10px 10px 0;
	}
	#footer .testimonial {
		padding: 10px 0 0 0px;
	}
	#sub-footer-push, #sub-footer {
		height: 60px;
	}
	#sub-footer .pull-right {
		float: left;
	}
	/* Page - Home */
	#home .feature-info {
		height: 100%;
	}
	#home .feature-set .tile {
		max-width: 100%;
		height: 100%;
		margin: 5px 0 0 20px;
	}
	#home .blog-tease .blog-tease-info .blog-tease-btn {
		float:left;	
	}
	/* Page - Blog */
	#blog .blog-side {
		padding-left: 0px;
	}
	/* Page - Pricing */
	#pricing .first {
		margin-left: 0px !important;
	}
	/* Page - Portfolio */
	#portfolio ul.thumbnails .thumb .thumb-mask .thumb-info {	
		padding:30px 10px;
	}	
	#portfolio ul.thumbnails .thumb .thumb-mask p {
		display:none;
	}
}



/*Thumbnail*/
.overflow-hidden {
	overflow:hidden;
}
.thumbnail-style { 
	padding:5px; 
	border-radius:2px; 
}
.thumbnail-style:hover { 
	box-shadow:0 0 8px #ddd; 
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.thumbnail-style h3 {
	text-align: center;
	font-size: 16px;
	color: #3F3F3F;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.thumbnail-style:hover h3 {
	color: #3F3F3F;
	text-decoration: none;
	-webkit-transition:color 0.2s ease-in-out;
    -moz-transition:color 0.2s ease-in-out;
    -o-transition:color 0.2s ease-in-out;
    transition:color 0.2s ease-in-out;
}
.thumbnail-style .thumbnail-img {
	position: relative;
}
.thumbnail-kenburn img {
	text-align: center;
	left: 0px;
	margin-left: 0px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
.go-away-spam {
	display: none;
}

#footer .connect i {
	font-size: 20px;
	color: #949EA3;
}

#footer .connect i:hover {
	color: #FFFFFF;
}

#footer .tweets blockquote {
    border-left: 0px;
    margin: 0 0 20px;
    padding: 0 10px 0px 0px;
}
#footer .tweets a {
    color: #00BEFF;
}
#footer .tweets p span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.article-date {
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	padding: 2px 7px 7px 7px;
	background-color: #0068A3;
	color: #EBEBEE;
	width: 46px;
	margin-right: 30px;
}

.article-date span {
	display: block;
	font-size: 24px;
}

.article-headline {
	margin-top: 0px;
}

.article-headline a {
	color: #333;
	-webkit-transition:color 0.2s ease-in-out;
    -moz-transition:color 0.2s ease-in-out;
    -o-transition:color 0.2s ease-in-out;
    transition:color 0.2s ease-in-out;
}

.article-headline a:hover {
	color: #00BEFF;
}

.with-icon-left i {
	padding-right: 7px;
}

.article-read-more {
	margin-top: 25px;
	margin-bottom: 40px;
}

.article-info li {
	font-size: 13px;
	color: #333;
}

.article-info li i {
	margin-right: 2px;
}

.article-info li a {
	color: #333;
	background-color: #EBEBEE;
	padding: 2px 5px;
	margin-right: 5px;
}

.article-info li a:hover {
	color: #00BEFF;
	background-color: #fff;
}

.controls > input, .controls > textarea {
	margin-bottom: 5px;
}

.contact-info li {
	font-size: 16px;
	font-weight: 200;
	color: #333;
	line-height: 1.8;
}

.contact-info li i {
	margin-right: 5px;
	color: #B51F24;
}
