/**********************************************************************
***********************************************************************
TommyFitFam.Com
Created by Omada - Creative web solutions
Version 1.1
all rights reserved 2017
************************************************************************
************************************************************************/

@import 'responsive.css';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, p {
	margin          : 0;
	padding         : 0;
	border          : 0;
	vertical-align  : baseline;
	font-weight     : normal;
	font-family: 'Open Sans', sans-serif;
}

body, html{
	height:100%;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size   : 14px;
	line-height : 1.846;
	color       : #666;
}

body a, body a:hover, body a:focus, body a:active, body a.active {
	outline: none;
	text-decoration: none;
}
body a {
	color: rgba(0,159,227,0.8);
}
body a:hover, body a:focus, body a:active, body a.active {
	color: rgba(0,159,227,1);
}

*::-moz-selection {
    background: rgba(0,159,227,0.8);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: rgba(0,159,227,0.8);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: rgba(0,159,227,0.8);
    color: #fff;
    text-shadow: none;
}

ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.slider {
	/*background: #222834;*/
	
	/*background: url(images/_MG_5335.JPG);
	background-position: top center;
	background-size: cover;*/
	
	height: 775px;
	width: 100%;
	position: relative;
	z-index: 1;
}

header {
	z-index: 2;
	position: absolute;
	top: 0;
	width:100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: rgba(0, 0, 0, 0.1);
}

header.sticky {
	position: fixed;
    background: rgba(255, 255, 255, 1);
	box-shadow: 0px -1px 5px #222;
	z-index: 999;
}

header.sticky .navbar {
	margin-top: 5px;
	margin-bottom: 5px;
}

header.sticky .navbar-nav>li>a {
	color: #666;
}

.navbar-brand {
	padding: 0 15px;
	margin-left: 0 !important;
}

.navbar-brand img#logo_light {
	height: 100%;
}

.navbar-brand img#logo_dark {
	height: 80%;
	margin-top: 5px;
}

.navbar {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-nav>li>a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}

.featured-boxes {
	position: absolute;
	width: 100%;
	bottom: -130px;
	z-index: 99;
}

.featured-boxes .box-image {
	height: 65%;
	width: 100%;
	background-position: center top;
	background-size: cover;
}

.featured-boxes .box-text {
	padding: 20px;
	color: #fff;
}

.featured-boxes .box-text h5 {
	margin-bottom: 5px;
}

.featured-boxes .box-text span i {
	font-size: 20px;
	margin-top: 5px;
}

#presentation {
	position: relative;
	overflow: hidden;
}
#presentation:before {
	content: "";
	position: absolute;
	width: 150%;
	height: 90%;
	top: auto;
	left: 200px;
	z-index: -1;
	/*background: rgba(220,228,243,0.5);*/
	background: rgba(0,159,227,0.1);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.box {
	background: #009fe3;
	height: 260px;
}

h2, h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #222834;
}

h2 {
	font-size: 60px;
}

section {
	padding: 90px 0;
}

#plans {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/bgs/plans-bg.jpg);
	background-position: center center;
	background-size: cover;
}

.plan-box {
	height: 545px;
	background: #fff;
	padding: 40px 30px;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.plan-box .box-header {
	color: #fff;
}

.plan-box .box-header h3 {
	text-transform: uppercase;
}

.plan-box .box-header .pull-right span {
	margin-left: 20px;
}

.plan-box .box-header h2 {
	font-size: 40px;
	color: #fff;
	margin-top: 20px;
	font-weight: 400;
	margin-left: 5px;
}

.plan-box .box-header span {
	margin-left: 40px;
}

.plan-box .box-header:before {
	content: "";
	position: absolute;
	width: 110%;
	height: 70%;
	top: -37%;
	left: -10px;
	z-index: -1;
	background: #222;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.plan-box .box-header.color:before {
	background: #009fe3;
}

.plan-box .box-body {
	margin-top: 80px;
	font-size: 16px;
	color: #222;
}

#testimonials {
	position: relative;
	overflow: hidden;
}
#testimonials:before {
	content: "";
	position: absolute;
	width: 150%;
	height: 110%;
	top: auto;
	left: -80%;
	z-index: -1;
	/*background: rgba(220,228,243,0.5);*/
	background: rgba(0,159,227,0.1);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.testimonial-image {
	width:125px;
	height:125px;
	border-radius: 50%;
	background-position: center center;
	background-size: cover;
	margin: 0 auto;
}

.blog-box {
	background: #fff;
	/*height: 400px;*/
}

.blog-box .line {
	width: 100%;
	height: 4px;
	background: #009fe3;
}

.blog-box .blog-image {
	height: 230px;
	background-size: cover;
	background-position: center top;
	position: relative;
}

.blog-box a .blog-image span {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    width: 100%;
}

.blog-box a .blog-image span:after {
    color: #fff;
    content: '\f0c1';
    display: block;
    font-family: 'FontAwesome';
    font-size: 40px;
    left: 50%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(3);
    -moz-transform: translateY(-50%) translateX(-50%) scale(3);
    -ms-transform: translateY(-50%) translateX(-50%) scale(3);
    -o-transform: translateY(-50%) translateX(-50%) scale(3);
    transform: translateY(-50%) translateX(-50%) scale(3);
    -webkit-transition: -webkit-transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear, opacity 0.2s linear;
    -o-transition: -o-transform 0.2s linear, opacity 0.2s linear;
    transition: transform 0.2s linear, opacity 0.2s linear;
    top: 50%;
}

.blog-box a .blog-image:hover span {
    background-color: rgba(0,159,227,0.5);
    color: #fff;
}

.blog-box a .blog-image:hover span:after {
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -moz-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    -o-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.blog-box .blog-body {
	padding: 20px;
	min-height: 155px;
}

.blog-box .blog-body.dark {
	background: #222;
	color: #fff;
	min-height: 206px;
}

.blog-box .blog-body h4 {
	margin-bottom: 10px;
	font-weight: 400;
}

.blog-box .blog-body a:hover h4 {
	color: rgba(0,159,227,1);
}

.blog-box .blog-body.dark h4 {
	color: #009fe3;
}

.blog-box .blog-body.dark a:hover h4 {
	color: #fff;
}

.blog-box .blog-body p {
	line-height: 20px;
}

.blog-box .blog-footer {
	background: #009fe3;
	padding: 5px 10px;
	border-top: 2px solid #009fe3;
	border-bottom: 2px solid #009fe3;
}

.blog-box .blog-footer span {
	color: #fff;
	font-weight: 900;
}

.blog-box a:hover .blog-footer,
.blog-box a:focus .blog-footer,
.blog-box a:active .blog-footer {
	background: #fff;
}

.blog-box a:hover .blog-footer span,
.blog-box a:focus .blog-footer span,
.blog-box a:active .blog-footer span {
	color: #009fe3;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}
/*#instagram-container {
	height: 317px;
	overflow: hidden;
}*/
#instagram-container {
	overflow: hidden;
}

#instagram-container .media {
	width: 100%;
	vertical-align: middle;
}

#instagram-container a div.media-container {
	line-height: 320px;
}
#instagram-container a div.media-container:before {
	content: "\f06e";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 0;
	width: 0;
    overflow: hidden;
    font-size: 20px;
    background: rgba(0,159,227,0.5);
    text-align: center;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

#instagram-container a:hover div.media-container:before {
	width: 100%;
	height: 100%;
}

#callToAction {
	background-position: center center;
	background-size: cover;
}

.bordered-btn {
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 15px;
	font-size: 15px;
	display: inline-block;
	margin-top: 40px;
}

.bordered-btn.blue {
	color: rgba(0,159,227,1);
	border: 1px solid rgba(0,159,227,1);
	padding: 5px 15px;
	font-size: 15px;
	display: inline-block;
	margin-top: 40px;
}

.bordered-btn:hover,
.bordered-btn:active,
.bordered-btn:focus {
	background: #fff;
	color: #333;
}

.bordered-btn.blue:hover,
.bordered-btn.blue:active,
.bordered-btn.blue:focus {
	background: rgba(0,159,227,1);
	color: #fff;
}

#topFooter a, #bottomFooter a {
	color: #aaa;
}

#topFooter a:hover, #topFooter a:focus, #topFooter a:active,
#bottomFooter a:hover, #bottomFooter a:focus, #bottomFooter a:active {
	color: #ddd;
}

.footer-menu ul {
	margin-left: 40px;
}

.footer-menu ul li {
	margin: 6px 0;
}

#bottomFooter iframe {
	vertical-align: middle;
}

.fb-container {
	background: url(/images/loading.gif);
    min-height: 100px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
}

.social i {
	font-size: 25px;
	margin-left: 10px;
}

.widget .social i {
	font-size: 64px;
}

.widget-title h4 {
	font-weight: 200;
	margin-bottom: 10px;
	font-weight: bold;
}

.mb-20 {
	margin-bottom: 20px;
}

.social a {
	color: #666;
}

.social a.facebook:hover i {
	color: #4267B2;
}

.social a.instagram:hover i {
	color: #D22F8A;
}

.social a.youtube:hover i {
	color: #FE0000;
}

.social a.twitter:hover i {
	color: #1DA1F2;
}

.social a.google:hover i {
	color: #DC4A38;
}

.widget-categories a {
	margin: 4px 0 0;
	padding-bottom: 4px;
	display: block;
	border-bottom: 1px solid #eee;
}

.widget-categories a:hover {
	color: rgba(0,159,227,1);
}

.single-popular-post {
	margin-bottom: 10px;
}
.popular-post-thumbnail {
	width: 25%;
    display: inline;
    float: left;
}
.blog-thumb {
    height: 40px;
    margin-right: 10px;
	background-position: center center;
	background-size: cover;
}
.post-detail {
	width: 75%;
	float: left;
}
.post-detail .post-title h5 a {
    color: #000;
    font-weight: 900;
}
.post-detail .post-title h5 a:hover {
    color: rgba(0,159,227,1);
}

.widget-video {
	position: relative;
}
.widget-video-overlay i {
	position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    font-size: 60px;
    margin-top: -35px;
    margin-left: -28px;
    color: #fff;
}
.widget-video-overlay a:hover i {
    color: #FE0000;
}

#privacy {
	float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.wow {
	visibility: hidden;
}