@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow);
@import url(http://fonts.googleapis.com/css?family=Oxygen);

body {
	margin: 0 auto;
	color: #2f2e2e;
	font-size: 16px;
	background-color: #ffffff;
	font-family: 'Oxygen', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}
/* Typography
----------------------------------------------------------------------------------------------------*/
a {
	color: #e83848;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border: 0;
}
p, ul, ol {
	margin: 0;
	color: #2f2e2e;
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
    font-weight:normal;
}
h1, h1 a {
	margin: 0;
	color: #2f2e2e;
	font-family: 'PT Sans Narrow', sans-serif; 
	font-size: 36px;
}
h2, h2 a {
	margin: 0;
	color: #e93133;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 35px;
}
h3, h3 a {
	margin: 0;
	color: #000000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 28px;
}
h4, h4 a {
	margin: 0;
	color: #e93133;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
}
h5, h5 a {
	margin: 0;
	color: #000000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 21px;
}
h6, h6 a {
	margin: 0;
	color: #2f2e2e;
	font-family: 'PT Sans Narrow', sans-serif; 
	font-size: 21px;
}
h1 a:hover, font-family a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
	color: #2f2e2e;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
	margin-top: -10px;
}
.le_form_name {
	font-family: 'PT Sans Narrow', sans-serif; 
	font-size: 24px;
	color: #2f2e2e;
	margin: 0;
}
.wrapper input[type="submit"] {
	background-color: #ff1c25;
	padding: 5px 15px;
	border: 0;
	text-align: center;
	color: #ffffff;
	font-family: 'PT Sans Narrow', sans-serif; 
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
	margin-bottom: 20px;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #b3040b;
}
.wrapper input[type="text"], .wrapper input[type="password"], #search_form_value {
	background-color: #efebeb;
	border: 0;
	padding: 5px;
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 10px;
}
.wrapper textarea {
	background-color: #efebeb;
	border: 0;
	padding: 5px;
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 10px;
}
.le_form input[type="submit"] {
	background-color: #ff1c25;
	padding: 5px 15px;
	border: 0;
	text-align: center;
	color: #ffffff;
	font-family: 'PT Sans Narrow', sans-serif; 
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
	margin-bottom: 20px;
}
.le_form input[type="submit"]:hover {
	cursor: pointer;
	background-color: #b3040b;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------SITE CLASSES START----------------------*/

hr {
    border: 0;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	background-color: #d7dad5;
}
.cta1 {
    background: rgba(255,28,37,0.8);
    padding: 8px 0;
    color: #ffffff;
    margin-top: 35px;
}
.cta1 h4 a {
    color: #ffffff;
    font-size: 35px;
}
.cta1:hover a {
    color: #000000;
}
.cta2 {
    background: rgba(85,85,85,0.8);
    padding: 8px 0;
    color: #ffffff;
    margin-top: 35px;
}
.cta2 h4 a {
    color: #ffffff;
    font-size: 35px;
}
.cta2:hover a {
    color: #000000;
}
.cta3 {
    background: rgba(147,145,145,0.8);
    padding: 8px 0;
    color: #ffffff;
    margin-top: 35px;
}
.cta3 h4 a {
    color: #ffffff;
    font-size: 35px;
}
.cta3:hover a {
    color: #000000;
}
.white h2 {
    font-size: 90px;
    color: #ffffff;
    text-shadow: 1px 0px 2px rgba(131, 129, 129, 1);
}
.white h3 {
    font-size: 60px;
    color: #ffffff;
    text-shadow: 1px 0px 2px rgba(131, 129, 129, 1);
}
.white hr {
    border: 1px solid #ffffff;
}
.cta4 {
    position:relative;
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s;
    margin: 10px 0;
}
.cta4 img {
    width: 100%;
    height: auto;
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s; 
}
.cta4:hover img {
    opacity:.3;
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s;      
}
.cta4 h4 a {
	font-size: 45px;
    color: #ffffff;
    text-shadow: 1px 0px 2px rgba(131, 129, 129, 1);
    margin-top: -160px;
    text-align: center !important;
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
}
.cta4:hover {
    background:#ff1c25;
    text-decoration:none;
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s;      
}
.cta4:after {
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s;
}
.line img {
    width: 100%;
    height: auto;
    margin: 15px 0;
}
.newsletter h2 {
    color: #555555;
}
.circle {
    margin: 0 auto 10px auto;
    width: 175px;
	height: 175px;
	padding: 20px;
	border: 7px solid #000000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	behavior: url(border-radius.htc);
	margin-bottom: 25px;
}
.circle p {
    font-size: 100px;
    color: #000000;
    margin-top: -10px;
}
.circle2 h3 {
    font-size: 36px;
    color: #e93133;
}
.circle2 h4 {
    font-size: 30px;
    color: #e93133;
}
#blog_sidebar_tag_videos {
    background-color: #ff1c25;
    padding: 5px 35px 8px 35px;
    text-align: center !important;
    color: #ffffff;
    font-size: 18px !important;
    text-transform: uppercase;
}
#blog_sidebar_tag_videos:hover {
    background-color: #000000;
}
.pwrapper {
    padding: 25px 0;
}
.biggertext {
    font-size: 16px;
}
.whitetext p a {
    color: #ffffff !important;
    font-size: 14px !important;
    
}
.pricing {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
    box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
}
.pricing h4 {
    font-size: 40px;
    color: #ffffff !important;
    padding: 5px 0;
}
.pricing h5 {
    font-size: 90px;
    color: #000000 !important;
    padding: 15px 0;
}
.pricing p {
    padding: 5px;
}
.buynow {
    background-color: #e93133;
    padding: 3px 30px !important;
    color: #ffffff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	align: center;
}
.buynow:hover, .buynow:hover a {
    background-color: #aa2324;
    cursor: pointer;
}
.buynow a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 24px !important;
}
.blackbox {
    background-color: #000000;
    padding: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
    box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
}
.blackbox h2 {
    color: #ffffff;
    font-size: 25px !important;
}
.buynow2 {
    background-color: #e93133;
    padding: 3px 15px !important;
    color: #ffffff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	align: center;
}
.buynow2:hover, .buynow2:hover a {
    background-color: #aa2324;
    cursor: pointer;
}
.buynow2 a {
    color: #ffffff !important;
    text-decoration: none;
}
.pricing2 {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
    box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
    padding: 10px 20px;
    margin-bottom: 40px;
}
.pricing2 p {
    padding: 10px;
}
.graybox {
    background-color: #555555;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 35px;
}
.graybox h2 {
    color: #ffffff;
    font-size: 35px !important;
}
.pricing3 {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
    box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
    padding: 10px 20px;
    margin-bottom: 40px;
}
.pricing3 p {
    padding: 0 10px;
}
.testimonial img {
    width: 100%;
    height: auto;
}
.testimonialbox {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
    box-shadow: 0px 0px 5px 0px rgba(181,179,181,1);
    padding: 10px 20px;
    margin: 5px 5px 40px 5px;
}
.testimonialbox:hover {
    margin: 0 0 40px 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border: 2px solid #e93133;
}
.master_date {
    height: 60px !important;
}
.class_name {
    font-size: 24px !important;
}
.class_desc {
    margin-bottom: 20px !important;
}
.redbox {
    background-color: #e93133;
    padding: 3px 30px !important;
    color: #ffffff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
}
.redbox:hover, .redbox:hover a {
    background-color: #aa2324;
    cursor: pointer;
}
.redbox a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 30px !important;
}
.blackbutton {
    background-color: #000000;
    padding: 3px 15px !important;
    color: #ffffff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	align: center;
}
.blackbutton:hover, .blackbutton:hover a {
    background-color: #e93133;
    cursor: pointer;
}
.blackbutton a {
    color: #ffffff !important;
    text-decoration: none;
}
/*-------------------------SITE CLASSES ST0p----------------------*/

/*-------------------------NAVIGATION----------------------*/

.container.navigation {
    padding:20px 15px;
}
.navigation {
    position: relative;
    padding: 0 30px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 25px;
    padding: 0px 35px;
    text-transform: uppercase;
    color: #ffffff;
}
.navicon:after {
    color: #ffffff;
    content: '';
    background-image: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TransformationPT/icon_menu_copy.png");
    width: 22px;
    height: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    left: 0;
    padding: 8px 15px;
    position: absolute;
    text-transform: uppercase;
    right: 0;
    top: 2px;
}
.navicon h4 {
    color: #ffffff !important;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0 0 10px 0;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	color: #ffffff;
    font-family: 'PT Sans Narrow', sans-serif;
	font-size: 22px;
	line-height: 24px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #777;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 3px 10px;
	color: #ffffff;
    font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    background: rgba(255,28,37,0.6);
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #555555;
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 10px 20px;
}
.FooterMenu {
    display: block;
    text-align: center;
}
.FooterMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0;
}
.FooterMenu li.le_menuitem_level_0 {
    display: inline-block;
}
.FooterMenu li.le_menuitem_level_0 a {
	display: block;
	color: #858783;
    font-family: 'PT Sans Narrow', sans-serif;
	font-size: 19px;
	line-height: 24px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    padding: 0px 20px;
}
.FooterMenu li.le_menuitem_level_0 a:hover {
    color: #ff1c25;
}
/* ------------------------------------------
Content
  --------------------------------------------- */
.featureWide {
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TransformationPT/TF_IconLogo_black_silver.jpg') center center no-repeat fixed;
    /*background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TransformationPT/ENP_8865.jpg') center center no-repeat fixed;*/
    background-color: #000000;
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	padding: 160px 0;
	margin-top: -5px !important;
}
.featureWide2 {
    padding: 60px 0;
}
.featureWide3 {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TransformationPT/bknd.png');
    background-repeat: repeat;
    width: 100%;
	padding: 60px 0;
}
.featureWide4 {
    padding: 60px 0;
}
.se_header {
    padding: 20px 0 0 0;
    border-bottom: 1px solid #d7dad5;
}
.headerWide {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TransformationPT/bknd3.png');
    background-repeat: repeat;
    width: 100%;
}
.logo {
    margin-top: -25px;
    text-align: center;
}
.footerWide {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/TransformationPT/bknd.png');
    background-repeat: repeat;
    width: 100%;
	padding: 35px 0;
}
.footer3 {
    text-align: right !important;
}
.ContentWide {
    padding: 25px 0;
}
.ContentWide2 {
    padding-bottom: 50px;
}
.wrapper {
    overflow: hidden;
}


/* ------------------------------------------
  MAIN MENU MEDIA QUERIE
  --------------------------------------------- */
@media (max-width: 768px) {  
  .logo img {
    width: 300px;
    height: auto;
    padding: 10px 0 5px 0;
    }
    .white h2 {
        font-size: 45px !important;
        color: #000000 !important;
    }
    .white h3 {
        font-size: 30px !important;
        color: #000000 !important;
    }
    .cta1 {
        margin-top: 15px;
    }
    .cta2 {
        margin-top: 15px;
    }
    .cta3 {
        margin-top: 15px;
    }
    .featureWide {
        background-image: none !important;
        background-color: #ffffff !important;
        padding: 40px 0 !important;
    }
    .FooterMenu {
        display: none !important;
    }
    .footer1 {
        display: none !important;
    }
    .footer2 {
        text-align: center !important;
    }
    .footer3 {
        text-align: center !important;
    }
    .MainMenu li.le_menuitem_level_0 a {
        background: rgba(255,28,37,0.8);
        color: #ffffff;
        padding: 5px 0 0 10px;
        font-size: 16px;
        display: block;
    }
}
@media (min-width: 768px) { 
    .navigation {
        padding: 0;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        text-align: center;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	display: block;
    	padding: 0px 20px;
    	color: #ffffff;
    	text-decoration: none;
    	/*text-transform: uppercase;*/
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    	transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	color: #ff1c25;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 0;
    	text-align: left;
    	border-top: 2px solid #555555;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
        padding: 1px 10px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        background: rgba(255,28,37,0.6);
        min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
        color: #555555;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	margin-top: -35px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 10;
    	display: none;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .dropdown ul {
        display: block;
    }
    .FooterMenu {
        display: block;
        text-align: center;
    }
    .FooterMenu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
    }
    .FooterMenu li.le_menuitem_level_0 {
    	display: inline-block;
    }
    .FooterMenu li.le_menuitem_level_0 a {
    	display: block;
    	padding: 0px 15px;
    	color: #858783;
    	text-decoration: none;
    	text-transform: uppercase;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    	transition: all .2s ease;
    }
    .FooterMenu li.le_menuitem_level_0 a:hover {
    	color: #ff1c25;
    }
    .footer3 {
        text-align: center !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .logo {
        width: 250px !important;
    }
}
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
    	padding: 10px 15px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        /*padding: 5px 20px;*/
    }
    .wrapper input[type="text"], .wrapper input[type="password"], #search_form_value {
        width: 280px;
    }
    .footer3 {
        text-align: right !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200) {
    .MainMenu li.le_menuitem_level_0 a {
    	/*padding: 10px 30px;*/
    }
    .MainMenu li.le_menuitem_level_1 a {
        /*padding: 5px 30px;*/
    }
    .footer3 {
        text-align: right !important;
    }
}

/* Content
----------------------------------------------------------------------------------------------------*/