html 
{
	height: 100%;
}

body 
{
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #6e6e6e;
	font-weight: 400;
	background: #fff url(../img/topBg.jpg) repeat-x top center;
	min-width: 1100px;

	position: relative;
	min-height: 100%;
}

.wrapper 
{
	width: 1060px;
	margin: 0px auto;
}

.wrapper.first
{
	width: 1100px;
}

.title
{
	font-family: 'Ubuntu';
	font-size: 1.923em;
	color: #f2470e;
}

.relative {	position: relative }
.overflow { overflow: hidden; }
.left { float: left; }
.right { float: right; }
.clear { width: 100%; height: 0px; overflow: hidden; clear: both; }
.section { width: 100%; }

/* ================================================================= */


#header
{
	background: #fff;
	padding: 0px 20px;
}

.home #header
{
	padding-bottom: 115px;
}

#header .topBar
{
	height: 3px;
	background: #27bef3;
}

#header .left.side
{
	width: 152px;
	width: 14.3%;
}

#header .right.side
{
	width: 908px;
	width: 85.7%;
	padding: 22px 0px 0px 0px;
}

#header a.logotype
{
	display: block;
	width: 100%;
	height: 152px;	
	padding: 0px 0px;
	background: url(../img/logotype.jpg) no-repeat center;
	background-size: cover;
}

#header .title
{
	font-weight: 700;
	color: #2d4456;
	font-size: 2.385em;
	padding: 5px 0px;
	text-decoration: none;
	display: block;
}

#header .title span
{
	color: #08a2e2;
}

#header .country,
#header .lang
{
	font-size: 0.846em;
	color: #a9a9a9;
	padding: 0px 6px;
	float: left;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#header .country .left,
#header .lang .left
{
	padding: 8px;
}

#header .country ul,
#header .lang ul
{
	float: left;
	margin: 0px;
	padding: 5px;
	list-style: none;
	border: 1px solid #cae6ec;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#header .country:hover,
#header .country:hover ul,
#header .lang:hover,
#header .lang:hover ul
{
	color: #0AB2EA;
	border-color: #0AB2EA;
}

#header .country ul li,
#header .lang ul li
{
	float: left;
}

#header .country ul li a,
#header .lang ul li a
{
	text-decoration: none;
	color: #a9a9a9;
	display: block;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 2px 10px;
	overflow: hidden;
	margin: 0px 1px;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#header .lang ul li a
{
	padding: 2px 5px;
}

#header .country ul li a:hover,
#header .country ul li a.active,
#header .lang ul li a:hover,
#header .lang ul li a.active
{
	background: #27bef3;
	color: #fff;
}

#header .lang ul li a img
{
	float: left;
	padding: 1.5px 0px;
}

#header ul.menu
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header ul.menu > li
{
	float: left;
	position: relative;
}

#header ul.menu > li > a
{
	display: block;
	padding: 25px 12px;
	font-family: 'Ubuntu';
	font-weight: 600;
	color: #2d4456;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 17px;
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#header ul.menu li a.home
{
	font-family: 'Aquabike';
	text-transform: none;
	font-weight: 400;
	font-size: 1.3em;
}

#header ul.menu > li:hover > a,
#header ul.menu > li.active > a
{
	background: #0ab2ea;
	color: #fff;
}

#header ul.menu > li ul
{
	display: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	z-index: 10;
	background: #0AB2EA;
	min-width: 180%;
}

#header ul.menu > li:hover > ul
{
	display: block;
}

#header ul.menu > li ul li
{
	border-top: 1px solid #24bef2;
}

#header ul.menu > li ul li:first-child
{
	border-color: transparent;
}

#header ul.menu > li ul li a
{
	font-family: 'Ubuntu';
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 10px 20px;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#header ul.menu > li ul li a:hover
{
	color: #2D4456;
}

#header .profile
{
	float: right;
	padding-left: 20px;
}

#header .profile input,
#content .text .profile input
{
	border: 1px solid #ccd1d5;
	background: #fff;
	color: #6E6E6E;
	padding: 7px 10px;
	font-size: 0.923em;
	width: 70px;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#header .profile input[type=submit]
{
	width: auto;
}

#content .text .profile input
{
	width: 20%;
}

#content .text .profile input[type=submit],
#forum input[type=submit]
{
	width: auto;
}

#header .profile input:focus,
#content .text .profile input:focus,
#forum input[type=submit]:focus
{
	border-color: #0AB2EA;
}

#header .profile input[type=submit],
#content .text .profile input[type=submit],
#forum input[type=submit]
{
	background: #f06516;
	border-color: #f06516;
	color: #fff;
}

#header .profile input[type=submit]:hover,
#content .text .profile input[type=submit]:hover,
#forum input[type=submit]:hover
{
	background: #0AB2EA;
	border-color: #0AB2EA;
}

#header .profile ul.links,
#content .text .profile ul.links
{
	float: right;
	margin: 0px;
	padding: 11px 0px;
	list-style: none;
	overflow: hidden;
}

#content .text .profile ul.links
{
	float: left;
}

#header .profile ul.links li,
#content .text .profile ul.links li
{
	float: left;
	overflow: hidden;
}

#header .profile ul.links li:before,
#content .text .profile ul.links li:before
{
	content: '|';
	color: #c2cbd3;
	margin: 0px 10px;
}

#header .profile ul.links li:first-child:before,
#content .text .profile ul.links li:first-child:before
{
	display: none;
}

#header .profile ul.links li a,
#content .text .profile ul.links li a,
.profile a
{
	font-size: 0.923em;
	text-decoration: none;
	color: #c2cbd3;
	overflow: hidden;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#header .profile ul.links li a:hover,
#content .text .profile ul.links li a:hover,
.profile a:hover
{
	color: #27bef3;
}

#breadcrumb
{
	font-size: 0.846em;
	color: #fff;
	padding: 20px 0px;
	overflow: hidden;
}

#breadcrumb .left span
{
	font-family: 'Aquabike';
	display: inline-block;
	padding-right: 5px;
	font-size: 0.9em;
}

#breadcrumb ul
{
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	overflow: hidden;
}

#breadcrumb ul li
{
	float: left;
}

#breadcrumb ul li:before
{
	content: '/';
	margin: 0px 5px;
}

#breadcrumb ul li:first-child:before
{
	display: none;
}

#breadcrumb ul li a
{
	color: #c9f4fd;
	text-decoration: none;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#breadcrumb ul li:last-child a,
#breadcrumb ul li a:hover
{
	color: #2d4456;
}

#breadcrumb .overflow
{
	padding: 0px 20px;
}



#content
{
	padding-bottom: 400px;
}

#content .wrapper
{
	padding: 30px 0px;
	background: #fff;
}

#content .overflow
{
	padding: 0px 3%;
	overflow: visible;
}

#content .text
{
	width: 100%;
	line-height: 19px;
	float: right;
}

#content .text.menu
{
	width: 75%;
}

#content .text .title
{
	text-transform: uppercase;
	line-height: normal;
	font-weight: 700;
	padding: 0px 20px 20px 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dfdfdf;
}

#content ul.menu
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #0888cb;
	width: 22.5%;
}

#content ul.menu > li
{
	
}

#content ul.menu > li > a
{
	color: #fff;
	text-transform: uppercase;
	font-family: 'Ubuntu';
	font-weight: 700;
	text-decoration: none;
	font-size: 1.154em;
	display: block;
	padding: 15px 20px;
}

#content ul.menu > li ul
{
	background: #0ab2ea;
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
}

#content ul.menu > li ul > li
{
	border-top: 1px solid #27c8fe;
}

#content ul.menu > li > ul > li:first-child
{
	border-color: transparent;
}

#content ul.menu > li ul > li ul li a
{
	padding: 15px 50px;
	background: #2cbbeb;
	font-size: 0.875em;
}

#content ul.menu > li ul > li ul > li
{
	border-color: #27c8fe;
}

#content ul.menu > li ul > li > a
{
	color: #fff;
	text-transform: uppercase;
	font-family: 'Ubuntu';
	font-weight: 700;
	text-decoration: none;
	font-size: 1em;
	display: block;
	padding: 15px 30px;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#content ul.menu > li ul li:hover > a,
#content ul.menu > li ul li.active > a
{
	color: #5be5ff;
}




#footer
{
	margin-top: 50px;
	background: #1b242c url(../img/footerBg.jpg) no-repeat top center;
	padding: 25px 0px;
	position: relative;
	box-shadow: inset 0px 2px 1px -1px rgb(0,0,0);
	box-shadow: inset 0px 2px 1px -1px rgba(0,0,0, 0.45);
	color: #566674;
	
	position: absolute;
	width: 100%;
	bottom: 0px;
}

#footer .bar
{
	width: 100%;
	height: 5px;
	background: #27bef3;
	position: absolute;
	top: -30px;
}

#footer .top
{
	padding: 5px 5px;
	text-align: center;
	background: #27BEF3;
	position: absolute;
	top: -25px;
	right: 0px;
	cursor: pointer;
	color: #1b242c;
	font-family: 'Aquabike';
	font-size: 1.2em;
}

#footer ul.menu
{
	margin: 0px;
        padding: 0px 0px 35px 0;
	list-style: none;
}

#footer ul.menu > li
{
	float: left;
	padding: 0px 25px;
}

#footer ul.menu > li > a
{
	font-family: 'Ubuntu';
	font-size: 1.154em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: 700;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#footer ul.menu > li > a:hover
{
	color: #27BEF3;
}

#footer ul.menu > li ul
{
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
}

#footer ul.menu > li ul li
{

}

#footer ul.menu > li ul li:before
{
	content: '-';
	color: #1a5e9a;
	margin-right: 10px;
}

#footer ul.menu > li ul li a
{
	color: #566674;
	text-decoration: none;
	display: inline-block;
	padding: 5px 0px;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#footer ul.menu > li ul li a:hover
{
	color: #8ca2b5;
}

#footer .fb-like-box
{
	background: #fff;
	box-shadow: 0px 10px 20px #000;
	box-shadow: 0px 10px 20px rgba(0,0,0, 0.55);
	margin: 0px 20px 30px 0px;
	min-height: 200px;
}

#footer .border
{
	border-top: 1px solid #29333d;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer a
{
	color: #8ca2b5;
	text-decoration: none;
}

#footer a i
{
	color: #f15311;
}


#shop-banner{
	margin-top: 10px;
}

#slider
{
	position: relative;
	z-index: 3;
	margin-top: -115px;
}

#slider ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	height: 335px;
	position: relative;
	overflow: hidden;
}

#slider ul li
{
	width: 100%;
	height: 100%;
	position: relative;
        overflow: hidden;
        border-radius: 5px;
}

#slider ul li .first{
    width: 100%;
    height: 100%;
    background-size: cover;
}

#slider ul li.half .first{
    width: 600px;
    float: right;
}

#slider ul li .first a.slider-link{
	width: 100%;
	height: 100%;
	display: block;
}

#slider ul li .layer{
    width: 100%;
    height: 150%;
    position: absolute;
    top: -50%;
    left: -52%;
    transform:rotate(15deg);
    overflow: hidden;
    -webkit-transform:rotate(15deg) translate3d( 0, 0, 0);; 
    -moz-transform:rotate(15deg);
    -o-transform:rotate(15deg);
}

#slider ul li .layer .content{
    width: 572px;
    height: 336px;
    overflow: hidden;
    position: absolute;
    right: -54px;
    top: 90px;
    background-size: cover;
    transform:rotate(-15deg);
    -webkit-transform:rotate(-15deg) translate3d( 0, 0, 0);; 
    -moz-transform:rotate(-15deg);
    -o-transform:rotate(-15deg);
}

#slider ul li .content .wrapper
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 60px;
    background: #1b374d;
    background: rgba(4, 61, 106, 0.8);
    -webkit-box-shadow: inset 180px -80px 200px 0px rgb(27, 55, 77);
    -moz-box-shadow:    inset 180px -80px 200px 0px rgb(27, 55, 77);
    box-shadow:         inset 180px -80px 200px 0px rgb(27, 55, 77);
}

#slider ul li .content .wrapper .shadow{
    width: 50px;
    height: 365px;
    position: absolute;
    -webkit-box-shadow: inset -15px 0px 10px 0px rgba(0,0,0, 0.4);
    -moz-box-shadow:    inset -15px 0px 10px 0px rgba(0,0,0, 0.4);
    box-shadow:         inset -15px 0px 10px 0px rgba(0,0,0, 0.4);
    top: -15px;
    right: 40px;
    transform: rotate(15deg);
    overflow: hidden;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
}

#slider ul li .text-area
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-left: 65px;
    padding-top: 60px;
    padding-right: 65px;
    width: 390px;
    background: #1b374d;
    background: rgba(4, 61, 106, 0.0);
    
}
    
#slider ul li .text-area .title
{
	font-size: 3.154em;
	color: #fff;
	font-weight: 300;
}

#slider ul li .text-area .text
{
	color: #06d1f7;
	font-size: 1.077em;
	line-height: 21px;
	padding: 35px 0px 15px 0;
}

a.more
{
	color: #fff !important;
	font-size: 0.923em;
	text-decoration: none;
	display: inline-block;
	background: #f06516;
	padding: 8px 15px;
	font-family: 'Arial';

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.more.more-home
{
	color: #f06516 !important;
}

a.more:hover
{
	background: #0AB2EA !important;
}

a.more.more-home:hover
{
	background: transparent !important;
	color: #22B9EC !important;
}

#slider ul li .graphic-slide .pagination,
#slider ul li .text-area .pagination
{
    overflow: hidden;
    padding: 5px 0px;
    position: absolute;
    bottom: 10px;
    right: 100px;
}

#slider ul li .graphic-slide .pagination{
	right: 640px;
}

#slider ul li .graphic-slide .pagination div,
#slider ul li .text-area .pagination div
{
	width: 7px;
	height: 7px;
	border: 3px solid #0e8cda;
	float: left;
	margin: 4px;
	border-radius: 100%;
	cursor: pointer;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#slider ul li .graphic-slide .pagination div:hover,
#slider ul li .graphic-slide .pagination div.active,
#slider ul li .text-area .pagination div:hover,
#slider ul li .text-area .pagination div.active
{
	border-color: #fff;
}





#home
{
	width: 100%;
	overflow: hidden;
}

#home .block,
#content .yourClasses .block
{
	width: 31%;
	margin: 0px 1.5%;
	float: left;
}

#home .block > .title,
#content .yourClasses .block > .title
{
	font-family: 'Ubuntu';
	color: #2d4456;
	font-weight: 300;
	font-size: 1.462em;
        display: table-cell;
        vertical-align: middle;
	padding: 20px 15px;
        height: 48px;
}

#home .block > .title span,
#content .yourClasses .block > .title
{
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	font-size: 1.105em
}

#home .block.classes,
#content .yourClasses .block.classes
{
	width: 300px;
	width: 28.5%;
}

#home .block.news,
#content .yourClasses .block.news
{
	width: 410px;
	width: 38.5%;
}

#home .block.forum
{
	width: 250px;
	width: 24%;
}

#home .block.classes > .title span { color: #0688ca; }
#home .block.news > .title span { color: #f2470e; }



#home .block .class,
#content .yourClasses .block .class,
ul.coursesList li,
ul.subscriptionList li
{
	background: #1b262f;
	margin-bottom: 15px;
	position: relative;
}

#home .block .class .title,
#content .yourClasses .block .class .title,
ul.coursesList li .title,
ul.subscriptionList li .title
{
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 1.308em;
	color: #fff;
	padding: 15px 6%;
	background: #0e1419;
}

#home .block .class .title .icon,
#content .yourClasses .block .class .title .icon,
ul.coursesList li .title .icon,
ul.subscriptionList li .title .icon
{
	font-family: 'Aquabike';
	color: #f14311;
	font-size: 1.8em;
	line-height: 0;
	position: relative;
	top: 7px;
	margin-right: 5px;
	font-weight: 400;
}

#home .block .class .title .booked,
#content .yourClasses .block .class .title .booked,
ul.subscriptionList li .title .booked
{
	color: #f23e0b;
	font-size: 0.765em;
	padding: 0px 5%;
}

#home .block .class .title .calendar,
#content .yourClasses .block .class .title .calendar,
ul.subscriptionList li .title .calendar
{
	background: #f06516;
	text-align: center;
	font-size: 0.941em;
	position: absolute;
	top: 21px;
	right: -5px;
}

#home .block .class .title .calendar .hour,
#content .yourClasses .block .class .title .calendar .hour,
ul.subscriptionList li .title .calendar .hour
{
	padding: 5px 15px;
}

#home .block .class .title .calendar .date,
#content .yourClasses .block .class .title .calendar .date,
ul.subscriptionList li .title .calendar .date
{
	background: #1e4f75;
	font-size: 0.706em;
	font-family: 'Arial';
	font-weight: 400;
	padding: 5px 15px;
}

#home .block .class .info,
#content .yourClasses .block .class .info,
ul.coursesList li .info,
ul.subscriptionList li .info
{
	padding: 10px 6%;
	color: #758998;
}

#home .block .class .info p,
#content .yourClasses .block .class .info p,
ul.coursesList li .info p
{
	margin: 0px;
	line-height: 23px;
}

#home .block .class .info span,
#content .yourClasses .block .class .info span
{
	color: #fff;
	font-weight: 700;
}

#home hr
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 1px;
	background: #dfdfdf;
}

#home .news ul,
#home .forum ul,
ul.news.list
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: justify;
	overflow: hidden;
}

#home .news ul li,
ul.news.list li
{
	overflow: hidden;
	padding: 25px 0px 0px 0px;
}

#home .news ul li img,
ul.news.list li img
{
	float: left;
	margin-right: 25px;
	margin-right: 5%;
	margin-bottom: 25px;
	margin-bottom: 5%;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#home .news ul li img:hover,
ul.news.list li img:hover
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#home .news ul li .date,
ul.news.list li .date
{
	font-family: 'Ubuntu';
	font-weight: 700;
	color: #bec9d1;
	font-size: 0.923em;
}

#home .news ul li .title,
#home .forum ul li .title,
ul.news.list li .title
{
	font-size: 1.154em;
	color: #0d151b;
	font-weight: 700;
	text-decoration: none;
	display: block;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#home .news ul li .title:hover,
#home .forum ul li .title:hover,
ul.news.list li .title:hover
{
	color: #0AB2EA;
}

#home .news ul li .text,
#home .forum ul li .text,
ul.news.list li .text
{
	color: #a2a4a5;
	line-height: 19px;
	padding: 10px 0px;
}

#home .news ul li .text a.more,
ul.news.list li .text a.more
{
	color: #f23e0b;
	background: transparent;
	display: inline;
	padding: 0px;
	margin: 0px;
	font-weight: 700;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#home .news ul li .text a.more:hover,
ul.news.list li .text a.more:hover
{
	color: #0AB2EA;
        background: transparent !important;
}

#home .forum ul li
{
	overflow: hidden;
	padding: 18px 0px 0px 0px;
	border-top: 1px solid #ebebeb;
}

#home .forum ul li:first-child
{
	border-color: transparent;
}

#home .forum ul li .title
{
	font-weight: 300;
	font-size: 1em;
}

#home .forum ul li .title span
{
	font-weight: 700;
	font-size: 1.154em;
}

#home .forum ul li .info
{
	color: #adbfc8;
	font-family: 'Ubuntu';
	font-weight: 700;
	padding-bottom: 5px;
}

#home .forum ul li .info .spacer
{
	display: inline-block;
	padding: 0px 5px;
	font-weight: 400;
	font-size: 0.923em;
	color: #cee2eb;
}

#home .forum ul li .info span
{
	font-weight: 400;
	font-size: 0.923em;
	color: #cee2eb;
}

#home.home_user .block:first-child{
  	margin-left: 3%;
}

#home.home_user .block:last-child{
  	margin-right: 3%;
}


#home.home_user .block.classes {
  width: 27.5%;
}

#home.home_user .block.news{
  width: 36.5%;
}

#content .text a
{
	color: inherit;
}


ul.news.list
{
	font-size: 1.077em;
}

ul.news.list li
{
	padding: 2% 0px;
}

ul.news.list .title
{
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	color: #000 !important;
}

ul.news.list .title:hover
{
	color: #0AB2EA !important;
}

ul.news.list .text
{
	float: none !important;
	width: auto !important;
}

ul.news.list a.more
{
	color: #F23E0B !important;
}

ul.news.list a.more:hover
{
	color: #0AB2EA !important;
}

ul.news.list img
{
	margin-right: 3% !important;
	margin-bottom: 3% !important;
}




#news .foto
{
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#news .foto:hover
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}



#porcjowanie
{
	text-align: center;
}

#porcjowanie a
{
	display: inline-block;
	text-decoration: none;
	border: 1px solid #DFDFDF;
	padding: 3px 10px;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#porcjowanie a:hover,
#porcjowanie a.aktywna
{
	background: #0AB2EA;
	border-color: #0AB2EA;
	color: #fff;
}





.realisationList
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

.realisationList li
{
	float: left;
	width: 30%;
	padding: 1.5% 1.5%;
}

.realisationList li a
{
	width: 100%;
	height: 200px;
	display: block;
	text-decoration: none;
}

.realisationList li a:hover .desc
{
	color: #0AB2EA;
}

.realisationList li a .img
{
	display: block;
	width: 100%;
	height: 150px;
}

.realisationList li a .img span
{
	display: block;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.realisationList li a .desc
{
	display: block;
	text-align: center;
	padding: 5% 0%;
	font-size: 1.154em;
	font-family: 'Ubuntu';
	font-weight: 700;
	text-transform: uppercase;
	color: #F2470E;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}




ul.gallery.gal
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}

ul.gallery.gal li
{
	float: left;
	width: 20%;
	height: 150px;
	padding: 2.5%;
}

ul.gallery.gal li a
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

ul.gallery.gal li a:hover
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}





#planning
{
	/* overflow: hidden; */
}

#planning .top
{
	border: 1px solid #b3e1ea;
	padding: 0px 20px;
}

#planning .top
{
	border-bottom: 0px;
}

#planning .navigation
{
	border: 1px solid #b3e1ea;
	padding: 20px 20px;
	overflow: hidden;
	position: relative;
}

#planning .top table
{

}

#planning .top .title
{
	border: 0px;
	padding: 0px 10px;
	margin: 0px;
	font-size: 1em;
	text-transform: none;
	color: #1b374d;
	font-family: 'Arial';
	float: left;
}

#planning .top tr td
{
	padding: 20px 0px;
	overflow: hidden;
}

#planning .top .filters form
{
	float: left;
}

#planning .top .filters select
{
	margin-right: 20px;
	float: left;
}

#planning .top .element
{
	float: left;
	overflow: hidden;
    margin: 2px 0;
    min-width: 291px;
}

#planning .top .element .block
{
	float: left;
	margin-left: 10px;
}

#planning .top .element .block .icon
{
	font-family: 'Aquabike';
	color: #fff;
	font-size: 1.5em;
	padding: 4px;
	line-height: 1;
}

#planning .top .element .desc
{
	float: left;
	color: #1b374d;
	font-size: 0.82em;
	line-height: 3;
	padding: 0px 4px;
}

#planning .navigation .button
{
	display: inline-block;
	text-decoration: none;
	font-size: 0.769em;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: #59939C;;
	padding: 4px 10px;
	margin: 0px 5px;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#planning .navigation .button:hover
{
	background: #1e4f75;
}

#planning .navigation .left,
#planning .navigation .right
{
	width: 33.33%;
}

#planning .navigation .right
{
	text-align: right;
}

#planning .navigation .center
{
	float: left;
	width: 33.33%;
	text-align: center;
	font-size: 0.923em;
	color: #1e4f75;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 2.2;
}


#planning .timetable
{
	padding: 20px 0px;
}

#planning .timetable table
{
	text-align: center;
	width: 100%;
}

#planning .timetable table th,
#planning .timetable table td
{
	border: 1px solid #b2e1e9;
	width: 13.5%;
}


#planning .timetable table th
{
	background: #0bb2e9;
	color: #fff;
	border-color: #fff;
	font-size: 0.846em;
	text-transform: uppercase;
	line-height: 1.5;
	padding: 10px 0px;
}

#planning .timetable table th .date
{
	color: #afebff;
	font-weight: 400;
}

#planning .timetable table th.hour
{
	background: #2d3c48;
	color: #fff;
	text-transform: none;
}

#planning .timetable table th.hour,
#planning .timetable table td.hour
{
	width: 5.5% !important;
}

#planning .timetable table td
{
	padding: 15px 5px;
}

#planning .timetable table tbody tr
{
	background: #fff;
}

#planning .timetable table tbody tr:nth-child(even)
{
	background: #f5fbfb;
}

#planning .timetable table td.hour
{
	color: #2d3c48;
	font-weight: 700;
}

#planning .timetable table th.weekend
{
	background: #022530;
}



#planning .timetable .element
{
	padding: 10px 5px;
	margin: 5px 0px;
	position: relative;
	z-index: 1;
}

#planning .timetable .element.expired
{
	background: #b3b3b3;
}

#planning .timetable .element:hover
{
	z-index: 2;
}

#planning .timetable .element.expired:hover .hoverInfo
{
	display: none;
}

#planning .timetable .element .hoverInfo
{
	position: absolute;
	z-index: 20;
	background: #fff;
	width: 260%;
	left: 8px;
	bottom: 8px;
	display: none;
	text-align: left;
	border: 2px solid #b3b3b3;
	padding: 10%;
}

#planning .timetable .element .hoverInfo p
{
	margin: 0px;
	padding: 0px;
}

#planning .timetable .element .hoverInfo table
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#planning .timetable .element .hoverInfo table td
{
	border: 0px;
	text-align: left;
	padding: 0px;
	width: auto;
}

#planning .timetable .element .hoverInfo .title
{
	color: inherit;
}

#planning .timetable .element .hoverInfo .header
{
	font-size: 1.364em;
	line-height: 1;
	overflow: hidden;
}

#planning .timetable .element .hoverInfo .header .right a
{
	text-decoration: none;
	text-transform: none;
}

#planning .timetable .element:hover .hoverInfo
{
	display: block;
}

#planning .timetable .element .text
{
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#planning .timetable .element .icon
{
	font-family: 'Aquabike';
	float: left;
	font-size: 1.15em;
	line-height: 0.8;
	padding-right: 4px;
}

#planning .timetable .element .title
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 0.846em;
	float: left;
	text-transform: none;
	font-family: 'Arial';
	font-weight: 400;
	color: #fff;
	line-height: 1.3;
	padding-right: 4px;
	text-align: left;
}

#planning .timetable .element .booked
{
	float: left;
	font-size: 0.846em;
	line-height: 1.3;
}

#planning .timetable .element .progress
{
	position: absolute;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	background: #fff;
	width: 50%;
	left: 0px;
	max-width: 100%;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.alert
{
	background: #C2F6FF;
	margin-bottom: 30px;
	padding: 1%;
	text-align: center;
	color: #008ca6;
	border: 2px solid rgba(0,0,0, 0.2);
}

.alert-danger
{
	color: #9b1220;
	background: #ffb0b8;
}

#content .text .profile table
{
	width: 45%;
}

#content .text .profile table td
{
	padding: 5px 10px;
}

#content .text .profile table td input
{
	width: 90%;
}

#content .text .profile table td:first-child
{
	text-align: right;
}

#header .profile.logged .title
{
	font-size: 1.077em;
	padding: 0px;
}

#header .profile.logged ul.links
{
	float: none;
	padding: 3px 0px;
	margin-top: 0px;
}

#header .profile.logged a.logout
{
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

#header .profile.logged .right
{
	padding-left: 30px;
}

.fancybox
{
	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.fancybox:hover
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}





ul.coursesList,
ul.subscriptionList
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	text-align: center;
	line-height: 0;
}

ul.coursesList li,
ul.subscriptionList li
{
	overflow: hidden;
	width: 60%;
	display: inline-block;
	float: none;
	text-align: left;
	padding: 0%;
	line-height: 1;
	margin: 1% 0%;
	background: #06D2F7;
}

ul.coursesList li .icon
{
	color: #fff !important;
}

ul.coursesList li .title,
ul.subscriptionList li .title
{
	padding: 15px 19% 15px 3% !important;
	border: 0px !important;
	margin: 0px !important;
	background: #0AB2EA;
}

ul.subscriptionList li .title
{
	background: #0E1419;
}

ul.coursesList li .info
{
	padding: 15px 3% 15px 3%;
	line-height: 1.5;
	color: #fff;
}

ul.coursesList li .links
{
	position: absolute;
	top: 9px;
	right: 9px;
}

ul.coursesList li .links a.more
{
	font-size: 0.765em !important;
	text-transform: none;
	font-weight: 400;
}

ul.coursesList li .links a.more:hover
{
	background: #06D2F7 !important;
}

ul.subscriptionList li
{
	overflow: visible;
	background: #1B262F;
}

ul.subscriptionList li .title .calendar .date
{
	display: block;
	text-decoration: none;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

ul.subscriptionList li .title .calendar .date:hover
{
	background: #0AB2EA;
}

ul.subscriptionList li .info
{
	padding: 10px 20% 10px 6%;
}

ul.subscriptionList li .info a.more,
ul.subscriptionList li .info span.more
{
	background: #566570;
	padding: 5px 10px;
	font-size: 0.833em;
        color: #fff;
}

ul.subsToUse
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.subsToUse li
{
	float: left;
	overflow: hidden;
}

ul.subsToUse li a
{
	display: block;
	text-decoration: none;
	overflow: hidden;
	margin: 2px;
	padding: 10px 5px;
	min-width: 140px;
	font-weight: 400 !important;

	-moz-transition: 0.2s opacity ease-out;
	-webkit-transition: 0.2s opacity ease-out;
	-o-transition: 0.2s opacity ease-out;
	transition: 0.2s opacity ease-out;
}

ul.subsToUse li a:hover
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	font-weight: 400 !important;
}

ul.subsToUse li a.new
{
	background: #0AB2EA;
}

ul.subsToUse li a .title
{
	color: #fff !important;
	float: left !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px !important;
	font-size: 0.846em !important;
	line-height: 1 !important;
}

ul.subsToUse li a .used
{
	float: right;
	line-height: 1.2;
	font-size: 0.692em;
	color: #fff;
	margin-left: 5px;
}


#content .text h1,
#content .text h2,
#content .text h3,
#content .text h4,
#content .text h5,
#content .text h6
{
	color: #F2470E;
}




.paySummary
{
	margin-top: 50px;
	overflow: hidden;
	font-size: 1.154em;
	line-height: 25px;
}

.paySummary .ico
{
	width: 85px;
	height: 85px;
	text-align: center;
	color: #fff;
	font-family: 'Aquabike';
	line-height: 85px;
	font-size: 2.8em;
}

.paySummary table
{

}

.paySummary table tr td
{
	color: #2d4456;
	padding: 0px 5px 0px 45px;
}

.paySummary table tr td:first-child
{
	color: #6e6e6e;
}

.paySummary table tr td.price
{
	color: #f2470e;
	font-weight: 700;
}



.paymentsOptions
{
	margin-top: 40px;
	position: relative;
}

.paymentsOptions table
{
	table-layout: fixed;
	width: 100%;
	text-align: center;
	position: relative;
}

.paymentsOptions table tr
{
	position: relative;
}

.paymentsOptions table td
{
	border: 1px solid #dfdfdf;
	vertical-align: middle;
	line-height: 6;
	font-size: 1.154em;
	position: relative;
}

.paymentsOptions table td img
{
	position: relative;
	top: 17px;
	margin-left: 10px;
}

.paymentsOptions table td div.helper
{
	position: relative;
}

.paymentsOptions table td div.button
{
	line-height: 1;
	position: absolute;
	width: 100%;
	margin-top: -14px;
}

.paymentsOptions a.pay
{
	background: #f2470e;
	color: #fff !important;
	display: inline-block;
	text-decoration: none;
	padding: 8px 20px;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.paymentsOptions a.pay:hover,
.paymentsOptions a.pay.paypal:hover,
.paymentsOptions a.pay.payu:hover
{
	background: #0AB2EA;
}

.paymentsOptions a.pay.paypal
{
	background: #3f89b8;
}

.paymentsOptions a.pay.payu
{
	background: #009bdf;
}


ul.profileSubscriptionList
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.profileSubscriptionList li
{
	padding-bottom: 50px;
	/* overflow: hidden; */
}

ul.profileSubscriptionList li.disabled
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

ul.profileSubscriptionList li .title
{
	background: #0E1419;
	color: #fff;
	font-size: 1.308em;
	text-transform: none !important;
	margin: 0px !important;
	padding: 8px 8px !important;
	border: 0px !important;
}

ul.profileSubscriptionList li .title .icon
{
	display: inline;
	font-family: 'Aquabike';
	font-size: 1.308em;
}

ul.profileSubscriptionList li .used
{
	float: left;
	font-family: 'Arial';
	font-size: 0.765em;
	font-weight: 400;
	color: #758998;
	padding: 5px 20px 5px 0px;
}

ul.profileSubscriptionList li .used strong
{
	color: #f23e0b;
	font-family: 'Ubuntu'
}

ul.profileSubscriptionList li .status
{
	float: left;
	font-family: 'Arial';
	font-size: 0.765em;
	font-weight: 400;
	color: #758998;
}

ul.profileSubscriptionList li .status.paymentStatus2 a
{
	background: #5CB85C;
}

ul.profileSubscriptionList li .status.paymentStatus3 a
{
	background: #D2322D;
}

ul.profileSubscriptionList li .status a
{
	text-decoration: none;
	font-family: 'Ubuntu';
	font-weight: 700;
	color: #fff !important;
	display: inline-block;
	background: #f06516;
	padding: 5px 9px;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

ul.profileSubscriptionList li .status a.link:hover
{
	background: #0AB2EA;
}

ul.profileSubscriptionList li .info
{
	background: #1B262F;
	color: #758998;
	padding: 9px 10px;
}

ul.profileSubscriptionList li .info a,
ul.profileSubscriptionList li .info span
{
	display: inline-block;
	background: #586875;
	color: #fff !important;
	text-decoration: none;
	padding: 4px 10px;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

ul.profileSubscriptionList li .info a:hover
{
	background: #0AB2EA;
}

ul.profileSubscriptionList li .classes
{
	border: 1px solid #dfdfdf;
	border-top: 0px;
	padding: 8px 8px;
}

ul.profileSubscriptionList li .classes .class
{
	width: 59px;
	height: 59px;
	border: 1px solid #dfdfdf;
	float: left;
	margin: 10px;
	position: relative;
}

ul.profileSubscriptionList li .classes .class.expired
{
	background: #dfdfdf;
}

ul.profileSubscriptionList li .classes .class .icon
{
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	line-height: 59px;
	font-family: 'Aquabike';
	font-size: 1.538em;
}

ul.profileSubscriptionList li .classes .class .presence
{
	position: absolute;
	right: -1px;
	bottom: -1px;
	color: #fff;
	background: #f06516;
	line-height: 14px;
	width: 16px;
	height: 16px;
	text-align: center;
	font-weight: 600;
}

ul.profileSubscriptionList li .classes .class.add
{
	text-decoration: none;
	text-align: center;
	color: #807E7E !important;
	font-size: 3.692em;
	font-weight: 700;
	line-height: 59px;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

ul.profileSubscriptionList li .classes .class.add:hover
{
	color: #F06516 !important;
	border-color: #F06516;
}

ul.profileSubscriptionList li .classes .class .hoverInfo
{
	display: none;
	border: 3px solid #DFDFDF;
	position: absolute;
	z-index: 20;
	top: 101%;
	left: -1px !important;
	width: 400%;
	background: #fff;
	padding: 20%;
}

ul.profileSubscriptionList li .classes .class:hover .hoverInfo
{
	display: block;
}

ul.profileSubscriptionList li .classes .class .hoverInfo .head
{
	font-size: 1.154em;	
	line-height: 1;
	font-weight: 400;
	overflow: hidden;
}


ul.profileSubscriptionList li .classes .class .hoverInfo .icon2
{
	font-family: 'Aquabike';
	float: left;
	font-size: 1.2em;
	line-height: 0.8;
	padding-right: 5px;
}

ul.profileSubscriptionList li .classes .class .hoverInfo .title2
{
	float: left;
	padding-right: 5px;
}

ul.profileSubscriptionList li .classes .class .hoverInfo .booked2
{
	float: left;
}

ul.profileSubscriptionList li .classes .class .hoverInfo table
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

ul.profileSubscriptionList li .classes .class .hoverInfo .info2
{
	text-align: right;
}

ul.profileSubscriptionList li .classes .class .hoverInfo .info2 a
{
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	font-family: 'Ubuntu';
	font-weight: 500;
	background: #d20e0e;
	padding: 8px 10px;
	line-height: 1;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

ul.profileSubscriptionList li .classes .class .hoverInfo .info2 a:hover
{
	background: #17B6EB;
}

.paymentDetails
{
	margin-top: 40px;
}

.paymentDetails table
{
	width: 100%;
	text-align: justify;
	table-layout: fixed;
}

.paymentDetails table td
{
	border: 1px solid #DFDFDF;
	padding: 2% 2%;
	vertical-align: top;
	line-height: 21px;
	color: #8d8d8d;
}


.addSubLink
{
	overflow: hidden;
	text-align: right;
	margin-bottom: 30px;
}

.addSubLink a
{
	display: inline-block;
	background: #F06516;
	color: #fff !important;
	text-decoration: none;
	padding: 10px 10px;
	font-family: 'Ubuntu';
	font-size: 1.154em;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.addSubLink a:hover
{
	background: #31BEED;
}



#home .yourClasses,
#content .yourClasses
{
	padding: 20px 0px;
}

#home .yourClasses .title,
#content .yourClasses .title
{
	color: #06d1f7;
	text-transform: uppercase;
	font-size: 1.615em;
	font-weight: 700;
	padding: 0% 1.5%;
}

#home .yourClasses .block.classes,
#content .yourClasses .block.classes
{
	width: 99.5%;
	margin: 10px 0px;
}

#home .yourClasses .block .class
{
	width: 30.25%;
	margin: 0px;
	padding: 0px 1.5%;
	float: left;
}

#home .yourClasses .block .class .title .calendar,
#content .yourClasses .block .class .title .calendar
{
	right: 6%;
}

#content .yourClasses .block .class .title .calendar a.delete
{
	font-size: 0.6em;
	display: block;
	position: absolute;
	background: #d20e0e;
	text-decoration: none;
	color: #fff;
	padding: 8px 10px;
	font-weight: 400;
	margin-top: 1em;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#content .yourClasses .block .class .title .calendar a.delete:hover
{
	background: #17b6eb
}

#home .yourClasses .block.classes,
#content .yourClasses .block.classes
{
	border: 1px solid #b3e1ea;
}

#home .yourClasses .block .class,
#content .yourClasses .block .class
{
	background: transparent;
	border-left: 1px solid #b3e1ea;
}

#home .yourClasses .block .class:nth-child(odd),
#content .yourClasses .block .class:bth-child(odd)
{
	background: #eff8ff;
}

#home .yourClasses .block .class:first-child,
#content .yourClasses .block .class:first-child
{
	border-left: 0px;
}

#home .yourClasses .block .class .info span,
#content .yourClasses .block .class .info span
{
	color: #1b374d;
}

#home .yourClasses .block .class .title,
#content .yourClasses .block .class .title
{
	background: transparent;
	color: #1a3042;
}

#home .yourClasses .block .class .title .calendar .hour,
#content .yourClasses .block .class .title .calendar .hour
{
	color: #fff;
	background: #06d1f7;
}

#home .yourClasses .block .class .title .calendar .date,
#content .yourClasses .block .class .title .calendar .date
{
	color: #fff;
}

#content .yourClasses .block .class
{
	width: 80%;
	margin: 20px auto;
	border: 0px;
}

#content .yourClasses
{
	padding: 0px;
}

#content .yourClasses .block.classes
{
	border: 0px;
}

#content .yourClasses .block.classes .class:nth-child(odd)
{
	background: #eff8ff;
}








#forum
{
	padding-top: 25px;
}

#forum > table
{
	width: 100%;
	position: relative;
}

#forum > table a.add
{
	background: #F2470E;
	display: block;
	position: absolute;
	top: 0px;
	right: -40px;
	height: 40px;
	width: 40px;
	text-decoration: none;
	line-height: 36px;
	font-size: 2em;
}

#forum table thead
{
	background: #1B242D;
	text-transform: uppercase;
	font-family: 'Ubuntu';
	font-weight: 700;
	color: #fff;
	border: 1px solid #0E1419;
}

#forum table thead th
{
	padding: 10px 20px;
}

#forum table thead th:first-child
{
	text-align: left;
}

#forum table thead th img
{
	margin-right: 5px;
}

#forum table tbody td
{
	border: 1px solid #dfdfdf;
	padding: 15px 15px;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#forum table tbody td.author,
#forum table tbody td.answers
{
	width: 15%;
	text-align: center;
}

#forum table tbody td.author
{
	font-weight: 700;
}

#forum table tbody td.title2
{
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 1.154em;
	color: #F2470E;
}

#forum table tbody td.title2 a
{
	text-decoration: none;
}

#forum table tbody tr
{
	background: #fff;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#forum table tbody tr:nth-child(even)
{
	background: #EFF8FF;
}

#forum table tbody tr:hover td
{
	background: #c4e3fb;
	border-color: #c4e3fb;
}

#forum table th.user,
#forum table td.user
{
	width: 150px;
}

#forum table td.user,
#forum table td.post
{
	vertical-align: top;
}

#forum table td.user img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#forum table td.user .name
{
	font-weight: 700;
	font-family: 'Ubuntu';
	color: #F2470E;
	font-size: 1.154em;
}

#forum table td.user .info
{
	padding: 2px 0px;
	float: left;
	font-size: 0.846em;
}

#forum table td.post .title2
{
	font-weight: 700;
	font-family: 'Ubuntu';
	color: #F2470E;
	padding: 0px 0px 5px 0px;
	font-size: 1.154em;
}

#forum table td.post .title2 .date
{
	font-weight: 400;
	font-family: 'Arial';
	font-size: 0.733em;
	color: #0AB2EA;
	display: block;
	line-height: 1.1;
}

#forum table.addTopic
{
	
}

#forum table.addTopic tr td 
{

}

#forum table.addTopic tr td:first-child
{
	text-align: right;
	font-weight: 700;
	vertical-align: top;
	line-height: 2.5;
	color: #F2470E;
	font-family: 'Ubuntu';
}

#forum table.addTopic tr td input,
#forum input.addTopic,
#forum table.addTopic tr td textarea,
#forum textarea
{
	width: 96%;
	font-family: 'Arial';
	font-size: 13px;
	color: #6E6E6E;
	padding: 1% 2%;
	border: 1px solid #ccd1d5;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#forum table.addTopic tr td input[type=submit],
#forum input[type=submit].addTopic
{
	border-color: transparent;
}

#forum table.addTopic tr td input:focus,
#forum table.addTopic tr td textarea:focus,
#forum textarea:focus
{
	border-color: #0AB2EA;
}

#forum table.addTopic tr td textarea
{
	height: 200px;
}

#forum table.addTopic tr:hover td
{
	background: transparent;
}

#forum input[type=submit]
{
	width: auto !important;
	border: 0px;
	color: #fff !important;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

#forum textarea.answer
{
	width: 98%;
	height: 100px;
	padding: 1% 1%;
}

#forum input[type=submit].addTopic
{
	margin: 10px 0px;
	float: right;
}

.profileSub
{
	position: relative;
	margin-top: -70px;
	top: -10px;
}

.forumInfo
{
	padding: 10px;
}


	#header ul.menu > li ul{
		min-width: 300%;
		height: auto !important;
	}

	#header ul.menu > li ul li a{
		padding: 20px 20px;
	}
	

@media (max-width: 800px) {
	#header ul.menu > li ul li a{
		padding: 30px 20px;
	}
}