@import url('font-awesome.min.css');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* wrap url's */

pre {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
/* self-clear floats */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for IE6 */
* html .clearfix {
 height: 1:
}
/* for IE7 */
*:first-child+html .clearfix {
	min-height: 1px;
}
/* MAIN CSS */

/* S: Admin */
.admin {
	margin-left: 5px;
	color: #2980b9;
}
.admin-section-adder {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 500px;
	padding: 12px;
	background-color: #2980b9;
}
.admin-section-adder li a {
	padding-right: 80%;
	color: #FFF;
}
.admin-section-adder ul li ul {
	width: 100%;
	max-height: 700px;
	position: absolute;
	left: -999em;
	overflow-x: hidden;
	overflow-y: scroll;
}
.admin-section-adder ul li:hover ul {
	left: 0;
	padding-top: 10px;
}
.admin-section-adder ul li ul {
	background-color: #2980b9;
}
.admin-section-adder ul li ul li {
	padding: 12px;
}
.admin-section-adder ul li ul li img {
	width: 100%;
}
#new-page-form input {
	width: 100%;
}
/* E: Admin */

/* S: CKEditor */
.editable {
	
}

/* E: CKEditor */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: #000;
}
h1 {
	font-size: 24px;
	font-weight:normal;
}
h2 {
	font-size: 20px;
	font-weight:normal;
}
p {
	margin: 10px 0;
}
.container {
	width: 100%;
}
/* S: Top Bar */
.top-bar {
	width: 100%;
	margin-bottom: 20px;
	padding: 12px 0;
	background-color: #000;
	text-align: center;
	color: #FFF;
}
.top-bar p {
	text-align: center;
	color: #FFF;
}
/* E: Top Bar */

/* S: Logo */
.logo {
	width: 100%;
	padding: 6px 0 20px 0;
	text-align: center;
}
/* E: Logo

/* S: Navigation */
.mobile-menu-button {
	display: none;
	width: 60px;
	height: 45px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.mobile-menu-button span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #333;
	border-radius: 6px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.mobile-menu-button span:nth-child(1) {
	top: 0px;
}
.mobile-menu-button span:nth-child(2), .mobile-menu-button span:nth-child(3) {
	top: 14px;
}
.mobile-menu-button span:nth-child(4) {
	top: 28px;
}
.mobile-menu-button.open span:nth-child(1) {
	top: 14px;
	width: 0%;
	left: 50%;
}
.mobile-menu-button.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-menu-button.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile-menu-button.open span:nth-child(4) {
	top: 14px;
	width: 0%;
	left: 50%;
}
nav {
	position: relative;
	z-index: 3000;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
nav ul li {
	display: inline-block;
	padding: 0 40px;
}

@media screen and (max-width: 890px) {
nav ul {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 85px;
	background-color: #000;
}
nav ul li {
	display: block;
	padding: 10px 0;
}
nav ul li a {
	color: #FFF;
}
.mobile-menu-button {
	display: block;
}
}
/* E: Navigation */

 /* S: Footer */
footer {
	max-width: 1290px;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
footer ul {
	float: left;
	width: 300px;
	margin-right: 30px;
}
footer ul:last-child {
	margin-right: 0;
}
footer ul li {
	padding: 5px 0;
}

@media screen and (max-width: 1390px) {
footer {
	width: 990px;
}
footer ul {
	width: 225px;
}
}

@media screen and (max-width: 1090px) {
footer {
	width: 790px;
}
footer ul {
	width: 175px;
}
}

@media screen and (max-width: 890px) {
footer {
	width: 92%;
	padding: 0 4%;
}
footer ul {
	width: 50%;
	margin-right: 0;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 430px) {
footer ul {
	width: 100%;
}
}
/* E: Footer */
 
  /* S: Copyright */
.copyright {
	max-width: 1290px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	margin-bottom:10px;
}
.copyright p {
	margin: 0;
}

@media screen and (max-width: 1390px) {
.copyright {
	width: 990px;
}
}

@media screen and (max-width: 1090px) {
.copyright {
	width: 790px;
}
}

@media screen and (max-width: 890px) {
.copyright {
	width: 92%;
	padding: 0 4%;
}
}
/* E: Copyright */
 
/* S: Main Content */
.main-content {
	max-width: 1290px;
	margin: 0 auto;
}

@media screen and (max-width: 1390px) {
.main-content {
	width: 990px;
}
}

@media screen and (max-width: 1090px) {
.main-content {
	width: 790px;
}
}

@media screen and (max-width: 890px) {
.main-content {
	width: 92%;
	padding: 0 4%;
}
}

.section {
	width: 100%;
	height: auto;
}
.section_options {
	width: 100%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
}
/* E: Main Content */

/* S: Slider */
.slider {
	width: 100%;
	margin-bottom: 20px;
}
.slider div img {
	width: 100%;
}
/* E: Slider */

/* S: Text Blocks */
.text-blocks div h2 {
	text-transform: uppercase;
}
/* E: Text Blocks */

/* S: Text Blocks 1 Column */
.text-blocks.cols-1 div {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
/* E: Text Blocks 1 Column */

/* S: Text Blocks 2 Columns */
.text-blocks.cols-2 div {
	float: left;
	width: 630px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.text-blocks.cols-2 div:nth-child(2n+2) {
	margin-right: 0;
}
.text-blocks.cols-2 div img {
	width: 100%;
}

@media screen and (max-width: 1390px) {
.text-blocks.cols-2 div {
	width: 480px;
}
}

@media screen and (max-width: 1090px) {
.text-blocks.cols-2 div {
	width: 380px;
}
}

@media screen and (max-width: 890px) {
.text-blocks.cols-2 div {
	width: 100%;
}
}
/* E: Text Blocks 2 Columns */

/* S: Text Blocks 3 Columns */
.text-blocks.cols-3 div {
	float: left;
	width: 410px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.text-blocks.cols-3 div:nth-child(3n+3) {
	margin-right: 0;
}
.text-blocks.cols-3 div img {
	width: 100%;
}

@media screen and (max-width: 1390px) {
.text-blocks.cols-3 div {
	width: 310px;
}
}

@media screen and (max-width: 1090px) {
.text-blocks.cols-3 div {
	width: 243.333333px;
}
}

@media screen and (max-width: 890px) {
.text-blocks.cols-3 div {
	width: 100%;
}
}
/* E: Text Blocks 3 Columns */

/* S: Image Blocks 1 Column */
.image-blocks.cols-1 div {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
/* E: Image Blocks 1 Column */

/* S: Image Blocks 2 Columns */
.image-blocks.cols-2 div {
	float: left;
	width: 630px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.image-blocks.cols-2 div:nth-child(2n+2) {
	margin-right: 0;
}
.image-blocks.cols-2 div img {
	width: 100%;
}

@media screen and (max-width: 1390px) {
.image-blocks.cols-2 div {
	width: 480px;
}
}

@media screen and (max-width: 1090px) {
.image-blocks.cols-2 div {
	width: 380px;
}
}

@media screen and (max-width: 890px) {
.image-blocks.cols-2 div {
	width: 100%;
}
}
/* E: Image Blocks 2 Columns */

/* S: Image Blocks 3 Columns */
.image-blocks.cols-3 div {
	float: left;
	width: 410px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.image-blocks.cols-3 div:nth-child(3n+3) {
	margin-right: 0;
}
.image-blocks img {
	width: 100%;
}

@media screen and (max-width: 1390px) {
.image-blocks.cols-3 div {
	width: 310px;
}
}

@media screen and (max-width: 1090px) {
.image-blocks.cols-3 div {
	width: 243.333333px;
}
}

@media screen and (max-width: 890px) {
.image-blocks.cols-3 div {
	width: 100%;
}
}
/* E: Image Blocks 3 Columns */

/* S: Video Blocks */
.video-blocks {
	padding: 10px 0 10px;
}
/* E: Video Blocks */

/* S: Video Blocks 2 Columns */
.video-blocks.cols-2 div {
	float: left;
	width: 630px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.video-blocks.cols-2 .video:nth-child(2n+2) {
	float: right !important;
	margin-right: 0;
}
.video-blocks.cols-2 .video iframe {
	width: 100%;
	height: 356px;
}

@media screen and (max-width: 1390px) {
.video-blocks.cols-2 div {
	width: 480px;
}
.video-blocks.cols-2 .video iframe {
	height: 271px;
}
}

@media screen and (max-width: 1090px) {
.video-blocks.cols-2 div {
	width: 380px;
}
.video-blocks.cols-2 .video iframe {
	height: 214px;
}
}

@media screen and (max-width: 890px) {
.video-blocks.cols-2 div {
	width: 100%;
}
.video-blocks.cols-2 .video iframe {
	height: 408px;
}
}
/* E: Video Blocks 2 Columns */

/* S: Video Blocks 3 Columns */
.video-blocks.cols-3 div {
	float: left;
	width: 410px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.video-blocks.cols-3 .video:nth-child(2n+2) {
	float: right !important;
	margin-right: 0;
}
.video-blocks.cols-3 .video iframe {
	width: 100%;
	height: 231px;
}

@media screen and (max-width: 1390px) {
.video-blocks.cols-3 div {
	width: 310px;
}
.video-blocks.cols-3 .video iframe {
	height: 174px;
}
}

@media screen and (max-width: 1090px) {
.video-blocks.cols-3 div {
	width: 243.333333px;
}
.video-blocks.cols-3 .video iframe {
	height: 137px;
}
}

@media screen and (max-width: 890px) {
.video-blocks.cols-3 div {
	width: 100%;
}
.video-blocks.cols-3 .video iframe {
	height: 408px;
}
}
/* E: Video Blocks 3 Columns */

/* S: Admin Panel */
#admin_panel {
	width: 100%;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;	
	background-color:#33475a;
	position: fixed;
    bottom: 0;
	z-index:100000000;
}

#admin_panel .container {
	max-width: 1200px;
	width:94%;
	padding-left:3%;
	padding-right:3%;
	height: auto;
	margin:0 auto;
	color:#FFF;
}

#admin_panel .container a {
	color:#FFF;
}

#admin_panel .container .left {
	width:50%;
	height:auto;
	float:left;
}

#admin_panel .container .left ul {
	margin:0;
	padding:0;
}

#admin_panel .container .left ul li {
	display:inline;
	margin:0;
	padding:0;
}

#admin_panel .container .left ul li a {
	padding-right:8px;
	padding-left:8px;
}

#admin_panel .container .left ul li a:hover {
	color: #DEDEDE;
	-o-transition: color 0.3s linear;
	-moz-transition: color 0.3 linear;
	-khtml-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
}

#admin_panel .container .right {
	width:50%;
	height:auto;
	float:left;
	text-align:right;
}

#admin_panel .container .right ul {
	margin:0;
	padding:0;
}

#admin_panel .container .right ul li {
	display:inline;
	margin:0;
	padding:0;
}

#admin_panel .container .right ul li a {
	padding-right:8px;
	padding-left:8px;
}

#admin_panel .container .right ul li a:hover {
	color: #DEDEDE;
	-o-transition: color 0.3s linear;
	-moz-transition: color 0.3 linear;
	-khtml-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
/* E: Admin Panel */
