/*
Theme Name: FilmCap
Theme URI: 
Description: For the UP Film Institute
Author: Bertrand Paran
Author URI: 
Version: 0.5
*/

	ul, ol, li {
	list-style: none;
	padding-left: 0;
	}

	h4 {
	font-weight: 400;
	line-height: 175%;
	}

@media screen and (min-width: 1000px) {

	html, body {
	margin: 0px;
	padding: 0px;
	}

	body {
	background-color: black !important;
	}

	.brand {
	background-color: black;
	margin: 0;
	        padding: 0;
	position: fixed;
	z-index: 6;
	width: 100%;
	transition: all 1s;
	}

	.scroller {
	    margin-top:-55px !important;
	}

	.scroller2 {
	    margin-top:-5px !important;
	    transition: 0.5s !important;
	}

	.darkenslider {
	    opacity:0.4 !important;
	}

	.wrapfix {
	background-color: rgba(0, 0, 0, 0) !important;
	}

	.contentfix {
	background-color: rgba(0, 0, 0, 1) !important;
	}

	.sidebarfix {
	background-color: rgba(0, 0, 0, 1) !important;
	}

	.sliderfix{
	margin-top:20px !important;
	opacity: 1 !important;
	}

	.logofix{
	opacity: 0 !important;
	}

	.topbar {
	display: block;
	width: 85%;
	margin-left:auto;
	margin-right:auto;
	height: 65px;
	transition: all 0.5s;
	}

	.toplogo {
	position: relative;
	padding-right: 20px;
	display:inline-block;
	margin-top: 1px;
	min-width: 28px;
	max-width: 36px;
	height: 40px;
	transition: all 0.5s;
	}

	.toplogo2 {
	position: relative;
	padding-right: 10px;
	display:inline-block;
	min-width: 30px;
	max-width: 40px;
	height: 40px;
	transition: all 0.5s;
	}


	.toptitle {
	margin-top: 28px;
	display:inline-block;
	}

	.menuiconslot {
	display: none;
	}

	.menuicon {
	    	display: none;
	}

	#SiteTitle {
	display: inline;
	position: relative;
	top: -16px;
	left: -8px;
	}

	.midbar {
	display: block;
	margin-top: 50px;
	padding: 0px;
	position: fixed;
	z-index: 5;
	background: transparent;
	width: 100%;
	min-height: 60px;
	//background-color: #F4E409;
	background-image: url("pattern1.png"), linear-gradient(#aa8905, #E3B607) !important;
	border-bottom-style: solid;
    	border-bottom-width: 10px;
	transition: all 1s;
	}

	.menubar {
	    max-width: 85%;
	    min-height: 60px;
	    margin-top: 15px;
	    margin-left: auto;
	    margin-right: auto;

	}

	#MenuMessage {
	display: none;
	}

	.menu-icon {
    display:none; /*hide menu icon initially*/
	}

	.hidden {
	display: block;
	position: relative;
	background-color:black;
	z-index: 7;
	height:3px;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	opacity:1;
	transition: all 1s;
	}

	.black {
	color:black;
	text-decoration: none;
	}

	.white {
	color:white !important;
	text-decoration: none;
	}

	.whiteTitle {
	height: 100px !important;
	vertical-align:middle;
	color:white !important;
	text-decoration: none;
	}

	#slider {
	width: 100% !important;
	height: 350px !important;
	opacity: 0.2;
	position: fixed;
	margin-top:65px !important;
	z-index: 2;
	transition: all 2s;
	}

	#sliders {
	position:absolute;
	width: 100% !important;
	height: 350px !important;
	transition: all 0.5s;
	}

	#hiddenslider {
	position:absolute;
	width: 100% !important;
	margin-top: -100px;
	z-index: -1000 !important;
	transition: all 0.5s;
	}

	#stealthslider {
	position:absolute;
	width: 100% !important;
	margin-top: -100px;
	z-index: -2000 !important;
	transition: all 0.5s;
	}

	#slidercover {
	width: 100% !important;
	height: 100vh !important;
	position:fixed;
	margin-top:65px !important;
	z-index: 3;
	content:'';
	background: transparent url("pattern.png") repeat;
	-webkit-box-shadow: inset 0px 0px 45px 10px rgba(0,0,0,0.75);
	        -moz-box-shadow: inset 0px 0px 45px 10px rgba(0,0,0,0.75);
	        box-shadow: inset 0px 0px 45px 10px rgba(0,0,0,0.75);
	transition: all 0.5s;
	}

	#blankspot {
	height: 100vh;
	transition: all 0.5s
	}

	#blankspot2 {
	height: 100vh;
	transition: all 2.5s
	}

	#blankspot3 {
	height: 130px !important;
	transition: all 0.5s
	}

	#PlaceholderTop{
	display:block;
	position:relative;
	height:100px;
	opacity:0;
	}

	#MainLogo {
	position:relative;
	margin-left: 43%;
	margin-right: 43%;
	  	top: 40%;
	bottom: 40%;
	padding: 10px;
	z-index: 3;
	background-color: rgba(255, 255, 255, 0);
	transition: 1.5s;
	}

	#StartMessage {
	    margin-top: 10px;
	    font-size: 24px;
	    text-align: center;
	    opacity: 0.8;
	    animation: 2s fade360 infinite linear;
	}

	@keyframes fade360 {
	    0%   { opacity:0.8; }
	    50%  { opacity:0; }
	    100% { opacity:0.8; }
	}

	#LogoSlot { 
	    animation: 4s rotate360 infinite linear;
	    opacity: 0.7;
	}


	@keyframes rotate360 {
	    to { transform: rotate(360deg); }
	}

	.zip {
	height: 90vh !important;
	}

	.zip2 {
	height: 60vh !important;
	}

	#blog {
	position: absolute;
	display:block;
	width: 100%;
	z-index: 3;
	}

	.wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 70%;
	padding: 20px;
	background-color: white;
	}

	#ContentWrap {
	position: absolute;
	display:block;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
	transition: 0.5s;
	}

	#ContentWrap2 {
	position: absolute;
	display:block;
	width: 100vw;
	padding-top: 20px;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 3;
	transition: 0.5s;
	}

	#Content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	width: 80vw;
	}

	#ContentPost {
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	width: 80vw;
	min-height: 100vw;
	}

	#ContentBarContainer {
        display: inline-block;
        width: 20% !important;
        min-height: 60px;
        margin-right: 3%;
        padding-top: 20px;
        padding-left: 1%;
        padding-right: 1%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        float: left;
    }

    #ContentBar {
        display: inline-block;
        width: 20% !important;
        min-height: 60px;
        margin-right: 3%;
        padding-top: 20px;
        padding-left: 1%;
        padding-right: 1%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        float: left;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        border-color: #F4E409;
        text-align: right;
    }

    #ContentBar1 {
        display: inline-block;
        width: 100% !important;
        min-height: 60px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        border-color: #F4E409;
        text-align: right;
    }

    #ContentBar2 {
        display: inline-block;
        width: 100% !important;
        min-height: 60px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        color: white;
        text-align: right;
        font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    }

	#PageTitle {
	display: inline-block;
	width:50%;
	min-height:60px;
	margin-bottom:30px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #F4E409;
	/*border-color: #c70039;*/
	}

	#PageTitle1 {
	    color: black !important;
	    word-wrap: break-word !important;
	}

	#PageTitle2 {
	    text-align: right !important;
	    color: white !important;
	    font-size: 32px !important;
	    line-height: 175%;
	}

	#LeftContent {
	float:left;
	width: 55%;
	z-index: 4;
	padding-left: 3.75%;
	padding-right: 3.75%;
	padding-top: 2.5%;
	padding-bottom: 3.75%;
	margin-right: 2.5%;
	background-color: black;
	/*background-color: rgba(255, 255, 255, 0.8);*/
	color: white;
	/*color: #262626;*/
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 175% !important;
	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: #F0E68C;
	/*border-right-color: #585858;*/
	transition: 1s;
	}

	#LeftContent #PageTitle2 {
	    text-align: right !important;
	    /*color: #262626 !important;*/
	    font-size: 32px !important;
	    line-height: 175%;
	}

	#LeftContent a {
	    /*color: #c70039 !important;*/
	}

	#RightSideBar a {
	    /*color: #c70039 !important;*/
	}

	#LeftContent2 {
	position: relative;
	float: right;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	overflow: visible;
	padding-bottom: 2.5%;
	color: white;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 175% !important;
	transition: 1s;
	}

	#LeftContent3 {
	display: inline-block;
	width: 72.5% !important;
	overflow: visible;
	padding-bottom: 2.5%;
	background-color: black;
	color: white;
	z-index: 4;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 175% !important;
	transition: 1s;
	}


	#RightSideBar {
	list-style: none;
	width: 27.5%;
	float: left;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top: 1.5%;
	padding-bottom: 3.75%;
	background-color: black;
	color: white;
	/*background-color: rgba(255, 255, 255, 0.8);
	color: #262626;*/
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 18px;
	transition: 1s;
	}

	#RightSideBar ul {
	padding-left: 0px;
	}

	#RightSideBar li {
	    list-style-type: none;
	    list-style-image: none;
	    margin-top: 5px !important;
	    padding-bottom: 20px !important;
	}

	a {
	color: #fbf59e;
	text-decoration: none;
	}

	h1 {
	color: white;
	margin: 0px;
	padding: 0px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	line-height: 175%;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	}

	h2 {
	text-decoration: none;
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 0px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	}

	p {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 0px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	}

	.post {
	display: inline-block;
	width: 220px !important;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	text-align: center;

	}

	.post2 {
	display: inline-block;
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	text-align: center;
	}

	.PostCol1 {
	display: inline-block;
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	text-align: center;
	}

	.PostCol2 {
	display: inline-block;
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	color: white !important;
	text-align: center;
	}	

	.PostThumb {
	max-width: 400px;
	height: auto;
	/*border-radius: 50%;*/
	}

	/*----- Toggle Button -----*/
	.toggle-nav {
	    display:none;
	}
	 
	/*----- Menu -----*/

	#menu-primary {
	margin:0px;
	}

	.menu   {
	transition: all 1s;
	}

	.menu ul { 
	    max-height: 0;   
	    overflow: hidden; 
	    opacity: 0;
	    background-color: black;
	    position: absolute;
	    display: block;
	    padding-left: 4px;
	    padding-right: 4px;
	    padding-top: 4px;
	    padding-bottom: 4px;
	    margin-left: -20px;
	    margin-top: 20px;
	    width: inherit;
	    z-index: 6;
	    transition: all 1s; 
	}

	.menu li {
	    float: left;
	    position: relative;
    	    background-repeat: repeat;
	    list-style: none;
	    box-sizing:border-box;
            border-right:3px solid rgba( 0, 0, 0,1);
	    padding: 20px;
	    margin-top: -1px;
	    text-decoration: none;
	    text-transform: uppercase;
	    border-collapse: collapse !important;
	    transition: all 1s;
	}

	.menu li:last-child {
    	border: none;
	}

	.menu li a  {
	    color: black;
	    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	    font-size: 18px;
	    font-style: normal;
	    font-variant: normal;
	    transition:color linear 0.15s;
	    text-decoration: none;
	    transition: all 1s;
	}

	.menu li:hover {
	    text-decoration: none;
	    background-color: white;
	    font-color: gray;
	    transition: all 1s;
	}

	.menu ul li {
	    opacity:0;
	    width: 250px;
	    max-height: 0;
	    overflow: hidden;
	    position: relative;
	    padding-top: 20px;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-bottom: 20px;
	    color: white;
	    box-sizing:border-box;
            border: none;
	    float: none;
	    transition: all 3s; 
	}

	.menu ul li a {
	    color: white;
	    width: 250px;
	    margin-bottom: 20px;
	    word-wrap: break-word;
	    transition: all 1s;
	}

	.menu ul li ul {
	    max-height: 0;  
	    width: 286px; 
	    overflow: hidden;
	    position: absolute;
	    transition: max-height 3s !important;
	}

	.menu ul li ul li {
	    display: block;
	    position: relative;
	    width: 100%;
	    padding-bottom: 0px;
	    margin-left: -4px;
	    margin-top: -4px;
            border: none;
	    transition: all 1s;
	}

	.menu ul li ul li a { 
	    display: block;
	    position: relative;
	    word-wrap: break-word;
	    color: white;
	    transition: all 1s; 
	}

	.menu li:hover > ul {
	    max-height:100vw;
	    opacity: 1; 
	    transition: max-height 3s !important;
	}

	.menu li:hover > ul li {
	    max-height:100vw;
	    opacity: 1;
	    transition: max-height 3s !important;
	}

	.menu ul li:hover {
	    background-color: white;
	    border: none;
	    transition: all 1s; 
	}

	.menu ul li:hover ul {
	    max-height: 100vw;
	    position: relative;
	    background-color: black !important;
	    border: none;
	    transition: max-height 3s !important;
	}

	.menu ul li:hover > a { 
	    color: black;
	}

	.menu ul li ul li:hover {
	    background-color: white !important;
	    border: none;
	}

	.menu ul li ul li:hover a { 
	    color: black !important;
	}

	table {
	    border-collapse: collapse !important;
	    border-spacing: 0 !important;
	    transition: all 1s;
	}


	caption {
	    font-size: 18px;
	    font-weight: 700;
	    padding-top: 15px;
	    padding-left: 5px;
	    padding-right: 5px;
	    padding-bottom: 20px;
	}

	tr:nth-child(even) {
	    background: #262626;
	}

	tr:nth-child(odd) {
	    background: #000000;
	}

	th {
	    background: #262626;
	    padding-top: 15px;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-bottom: 15px;
	    text-align: center;
	    line-height: 175%;
	    color: #FFFFFF;
	}

	td {
	    padding: 10px;
	    font-size: 14px;
	    text-align: center;
	    line-height: 175%;
	    color: #585858;
	}

	#Bottom {
	display: block;
	position: relative;
	float: right;
    	width:100%;
	margin-top: 80px;
	background-color:black;
    	}

	#BottomCenter {
	display: block;
    	width:70%;
	margin-left: auto;
	margin-right: auto;
	background-color:black !important;
	color: white;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
    	}

	.footer-menu {

	}

	#CenterMaker {
	float: right;
	position:relative;
	left: -50%;
	}

	#menu-footer-menu {
	position:relative;
	right: -50%;
	}

	.footer-menu li {
	vertical-align: middle;
	border-width: 0px !important;
	display: inline-block !important;
	}

	.footer-menu li a {
	margin: 20px;
	color: white !important;
	}

}

/* Separation */









/* Separation */

@media screen and (min-width: 700px) and (max-width: 999px) {


	html, body {
	min-width: 320px;
	margin: 0px;
	padding: 0px;
	}

	body {
	background-color: black !important;
	}

	.brand {
	background-color: black;
	margin: 0;
	        padding: 0;
	position: relative;
	z-index: 6;
	width: 100%;
	transition: all 1s;
	}

	.scroller {

	}

	.scroller2 {

	}

	.darkenslider {
	    opacity:0.4 !important;
	}

	.wrapfix {
	background-color: rgba(0, 0, 0, 0) !important;
	}

	.contentfix {
	background-color: rgba(0, 0, 0, 1) !important;
	}

	.sidebarfix {
	background-color: rgba(0, 0, 0, 1) !important;
	}

	.sliderfix{
	opacity: 1 !important;
	}

	.logofix{
	opacity: 0 !important;
	}

	.topbar {
	display: block;
	margin-left:auto;
	margin-right:auto;
	height: 0px;
	transition: all 0.5s;
	}

	.toplogo {
	position: relative;
	margin-top: 10px;
	margin-left: 20px;
	padding-right: 20px;
	display:inline-block;
	margin-top: 1px;
	min-width: 28px;
	max-width: 36px;		
	height: 40px;
	transition: all 0.5s;
	}

	.toplogo2 {
	position: relative;
	padding-left: 0px;
	display:inline-block;
	min-width: 30px;
	max-width: 40px;
	height: 40px;
	transition: all 0.5s;
	}

	.toptitle {
	margin-top: 30px;
	display:inline-block;
	
	}

	.menuiconslot {
	display: inline-block;
	margin-top: 25px;
	margin-right: 10px;
	float: right;
	width: 40px;
	height: 40px;
	}

	.menuicon {
	position:relative;
	z-index: 3;
	background-color: rgba(255, 255, 255, 0);
	margin-top: 8px;
	animation: 4s rotate360 infinite linear;
	transition: .5s;
	}

	@keyframes rotate360 {
	    to { transform: rotate(360deg); }
	}

	#SiteTitle {
	display: inline;
	position: relative;
	top: -16px;
	left: -8px;
	}

	.midbar {
	display: block;
	min-height: 50px;
	margin-top: -70px;
	padding-top: 50px;
	position: relative;
	z-index: 4;
	background: transparent;
	width: 100%;
	border-bottom-style: solid;
	        border-bottom-width: 6px;
	background-color: black;
	transition: all 1s;
	}
	
	.menubar {
	position: relative;
    	opacity: 0;
    	height: 0;
    	z-index: 4;
    	margin-top: 90px;
    	overflow: hidden;
	        //background-color: #F4E409;
	background-image: url("pattern1.png"), linear-gradient(#aa8905, #E3B607) !important;
	        transition: height 0.5s, opacity 1.5s;
	}

	#MenuMessage {
	display: block;
	text-decoration: none;
	color: white;
	margin-top: 1px;
	margin-left: 4px;
	margin-bottom: 18px;
	padding: 0px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	}

	.midbar:hover > .menubar {
	overflow-y: auto;
	opacity: 1;
	height: 45vw;
	}
	
	.hidden {
	display: block;
	position: relative;
	z-index: 7;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	transition: all 1s;
	}

	.black {
	color:black;
	text-decoration: none;
	}

	.white {
	color:white !important;
	text-decoration: none;
	}

	.whiteTitle {
	height: 100px !important;
	vertical-align:middle;
	color:white !important;
	text-decoration: none;
	}

	#slider {
	width: 100% !important;
	height: 400px !important;
	opacity: 0.2;
	position: relative;
	z-index: 2;
	transition: all 2s;
	}

	#sliders {
	position: relative;
	height: 400px;
	width: 100% !important;
	margin-top: -50px;
	transition: all 0.5s;
	}

	#slidercover {
	position:relative;
	width: 100% !important;
	height: 400px;
	margin-top: -400px;
	z-index: 3;
	content:'';
	background: transparent url("pattern.png") repeat;
	-webkit-box-shadow: inset 0px 0px 45px 10px rgba(0,0,0,0.75);
	        -moz-box-shadow: inset 0px 0px 45px 10px rgba(0,0,0,0.75);
	        box-shadow: inset 0px 0px 45px 10px rgba(0,0,0,0.75);
	 	transition: all 0.5s;
	}

	#blankspot {
	height: 0;
	transition: all 1.5s
	}

	#blankspot2 {
	height: 0;
	transition: all 2.5s
	}

	#blankspot3 {
	height: 130px 0;
	transition: all 1.5s
	}

	#PlaceholderTop{
	display:block;
	position:relative;
	height:100px;
	opacity:0;
	}

	#MainLogo {
	display: none;
	}

	#StartMessage {
	    display: none;
	}

	#LogoSlot { 

	}

	.zip {

	}

	.zip2 {

	}

	#blog {
	position: absolute;
	display:block;
	width: 100%;
	z-index: 3;
	}

	.wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 70%;
	padding: 20px;
	background-color: white;
	}

	#ContentWrap {
	position: absolute;
	display:block;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
	transition: 0.5s;
	}

	#ContentWrap2 {
	position: absolute;
	display:block;
	width: 100vw;
	padding-top: 20px;
	        background-color: rgba(0, 0, 0, 1);
	z-index: 3;
	transition: 0.5s;
	}

	#Content {
	display: block;
	background-color: black;
	width: 100%;
	overflow:auto; 
	margin-left:auto;
	margin-right:auto;
	/*margin-top: 15px;*/
	margin-bottom: 15px;
	}

	#ContentPost {
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	width: 80vw;
	min-height: 100vw;
	}

	#ContentBar {
	position:relative;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	min-height: 60px;
	padding-top: 20px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #F4E409;
	text-align: left;
	}

	#ContentBar1 {
	position:relative;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	min-height: 60px;
	padding-top: 20px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #F4E409;
	text-align: left;
	}

	#ContentBar2 {
	display: none;
	}

	#PageTitle {
	display: inline-block;
	width:50%;
	min-height:60px;
	margin-bottom:20px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #F4E409;
	}

	#PageTitle1 {
	    color: black !important;
	    word-wrap: break-word !important;
	}

	#PageTitle2 {
	    text-align: right !important;
	    color: white !important;
	    font-size: 32px !important;
	    line-height: 175%;
	}

	#LeftContent {
	position: relative;
	width: 55%;
	padding-top: 20px;
	padding-left: 5%;
	padding-right: 1.25%;
	float:left;
	z-index: 4;
	background-color: black;
	color: white;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 175% !important;
	transition: 1s;
	}

	#LeftContent2 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	overflow: visible;
	padding-bottom: 2.5%;
	color: white;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 175% !important;
	transition: 1s;
	}

	#LeftContent3 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-bottom: 2.5%;
	background-color: black;
	color: white;
	z-index: 4;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 175% !important;
	transition: 1s;
	}


	#RightSideBar {
	position: relative;
	width: 35%;
	padding-top: 20px;
	padding-left: 1.25%;
	padding-right: 2.5%;
	list-style: none;
	float: right;
	background-color: black;
	color: white;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 18px;
	transition: 1s;
	}

	#RightSideBar ul {
	padding-left: 0px;
	}

	#RightSideBar li {
	    list-style-type: none;
	    list-style-image: none;
	    margin-top: 5px !important;
	    padding-bottom: 20px !important;
	}

	a {
	color: #fbf59e;
	text-decoration: none;
	}

	h1 {
	color: white;
	margin: 0px;
	padding: 0px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	line-height: 175%;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	}

	h2 {
	text-decoration: none;
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 0px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	}

	p {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 0px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	}

	.post {
	display: inline-block;
	width: 220px !important;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	text-align: center;

	}

	.PostThumb {
	max-width: 400px;
	height: auto;
	/*border-radius: 50%;*/
	}

	/*----- Toggle Button -----*/
	.toggle-nav {
	    display:none;
	}
	 
	/*----- Menu -----*/

	#menu-primary {
	    margin-top: 0px;
	padding: 0px;
	}

	.menu   {
	}

	.menu li:last-child {
    	//margin-bottom: 10px;
	}

	.menu ul {
	}

	.menu li {
	    display: block;
	    position: relative;
	    width: 100%;
	    border-bottom-style: solid;
	    border-bottom-width: 4px;
	    margin-left: -40px;
	    padding-top: 20px;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-bottom: 20px;
	    list-style: none;
	    text-align: right;
	    text-decoration: none;
	    text-transform: uppercase;
	    transition: 1s;
	}

	.menu li:first-child {
            margin-top: -15px !important;
	}


	.menu li a  {
	    color: black;
	    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	    font-size: 19px;
	    font-style: normal;
	    font-variant: normal;
	    margin-right: 10px;
	    transition: color linear 0.5s;
	    text-decoration: none;
	    transition:1s;
	}

	.menu li:hover {
	    text-decoration: none;
	    background-color: #FCF3CF;
	    font-color: gray;
	}

	.sub-menu {
	padding: 0;
	height: auto;
	}

	.menu li:hover .sub-menu { 
	    height: auto;
	}

	.menu ul li {
	position: relative;
	width: 100%;
	margin-left: -20px;
	padding-bottom: 20px;
	        border-bottom-style: none;
	        border-bottom-width: 0;
	overflow: visible;
    	opacity: 1;
	        list-style: none;
	        text-align: right;
	        text-decoration: none;
	        text-transform: uppercase;
	        transition: all 0.5s;
	}

	.menu ul li:first-child {
            margin-top: 10px !important;
	}

	.menu ul li a {
	    color: black;
	    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	    font-size: 16px;
	    margin-right: -3px;
	    padding-right: 12px;
	    font-style: normal;
	    font-variant: normal;
	    transition:color linear 0.15s;
	    text-decoration: none;
	}

	.menu ul li ul li {
	position: relative;
	width: 100%;
	margin-left: -20px;
	padding-bottom: 20px;
	        border-bottom-style: none;
	        border-bottom-width: 0;
	overflow: visible;
    	opacity: 1;
	        list-style: none;
	        text-align: right;
	        text-decoration: none;
	        text-transform: uppercase;
	        transition: all 0.5s;
	}

	.menu ul li ul li a {
	    color: black;
	    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	    font-size: 13px;
	    margin-right: -3px;
	    padding-right: 12px;
	    font-style: normal;
	    font-variant: normal;
	    transition:color linear 0.15s;
	    text-decoration: none;
	}

	.menu ul li:hover {
	    background-color: white;
	    border: none;
	}

	.menu ul li:hover a { 
	    color: black !important;
	}

	.menu li:hover > ul {
	    opacity: 1; 
	}

	.menu li:hover > ul li {
	    opacity: 1;
	}

	table {
	    border-collapse: collapse !important;
	    border-spacing: 0 !important;
	}

	caption {
	    font-size: 18px;
	    font-weight: 700;
	    padding-top: 15px;
	    padding-left: 5px;
	    padding-right: 5px;
	    padding-bottom: 20px;
	}

	tr:nth-child(even) {
	    background: #262626;
	}

	tr:nth-child(odd) {
	    background: #000000;
	}

	th {
	    background: #262626;
	    padding-top: 15px;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-bottom: 15px;
	    text-align: center;
	    line-height: 175%;
	    color: #FFFFFF;
	}

	td {
	    padding: 8px;
	    font-size: 13px;
	    text-align: center;
	    line-height: 160%;
	    color: #585858;
	}

	#Bottom {
	display: block;
	position: relative;
	float: right;
    	width:100%;
	margin-top: 80px;
	background-color:black;
    	}

	#BottomCenter {
	display: block;
    	width:70%;
	margin-left: auto;
	margin-right: auto;
	background-color:black !important;
	color: white;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
    	}

	.footer-menu {

	}

	#CenterMaker {
	float: right;
	position:relative;
	left: -50%;
	}

	#menu-footer-menu {
	position:relative;
	right: -50%;
	}

	.footer-menu li {
	vertical-align: middle;
	border-width: 0px !important;
	display: inline-block !important;
	}

	.footer-menu li a {
	margin: 20px;
	color: white !important;
	}


}

	/* Separation */









	/* Separation */

@media screen and (max-width: 699px) {

	html, body {
	min-width: 320px;
	margin: 0px;
	padding: 0px;
	}

	body {
	background-color: black !important;
	}

	.brand {
	background-color: black;
	margin: 0;
	        padding: 0;
	position: relative;
	z-index: 6;
	width: 100%;
	transition: all 1s;
	}

	.scroller {

	}

	.scroller2 {

	}

	.darkenslider {
	    opacity:0.4 !important;
	}

	.wrapfix {
	background-color: rgba(0, 0, 0, 0) !important;
	}

	.contentfix {
	background-color: rgba(0, 0, 0, 1) !important;
	}

	.sidebarfix {
	background-color: rgba(0, 0, 0, 1) !important;
	}

	.sliderfix{
	opacity: 1 !important;
	}

	.logofix{
	opacity: 0 !important;
	}

	.topbar {
	display: block;
	margin-left:auto;
	margin-right:auto;
	height: 0px;
	transition: all 0.5s;
	}

	.toplogo {
	position: relative;
	margin-top: 10px;
	margin-left: 20px;
	padding-right: 20px;
	display:inline-block;
	margin-top: 1px;
	min-width: 28px;
	max-width: 36px;
	height: 40px;
	transition: all 0.5s;
	display: none;
	}

	.toplogo2 {
	position: relative;
	margin-left: 15px;
	display:inline-block;
	min-width: 30px;
	max-width: 40px;
	height: 40px;
	transition: all 0.5s;
	}

	.toptitle {
	margin-top: 30px;
	display:inline-block;
	
	}

	.menuiconslot {
	display: inline-block;
	margin-top: 25px;
	margin-right: 10px;
	float: right;
	width: 40px;
	height: 40px;
	}

	.menuicon {
	position:relative;
	z-index: 3;
	background-color: rgba(255, 255, 255, 0);
	margin-top: 8px;
	animation: 4s rotate360 infinite linear;
	transition: .5s;
	}

	@keyframes rotate360 {
	    to { transform: rotate(360deg); }
	}

	#SiteTitle {
	display: inline;
	position: relative;
	top: -16px;
	left: 18px;
	}

	.midbar {
	display: block;
	min-height: 50px;
	margin-top: -70px;
	padding-top: 50px;
	position: relative;
	z-index: 4;
	background: transparent;
	width: 100%;
	border-bottom-style: solid;
	        border-bottom-width: 6px;
	background-color: black;
	transition: all 1s;
	}
	
	.menubar {
	position: relative;
    	opacity: 0;
    	height: 0;
    	z-index: 4;
    	margin-top: 90px;
    	overflow: hidden;
	        //background-color: #F4E409;
	background-image: url("pattern1.png"), linear-gradient(#aa8905, #E3B607) !important;
	        transition: height 0.5s, opacity 1.5s;
	}

	#MenuMessage {
	display: block;
	text-decoration: none;
	color: white;
	margin-top: 1px;
	margin-left: 4px;
	margin-bottom: 18px;
	padding: 0px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	}

	.midbar:hover > .menubar {
	overflow-y: auto;
	opacity: 1;
	height: 45vw;
	}
	
	.hidden {
	display: block;
	position: relative;
	z-index: 7;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	transition: all 1s;
	}

	.black {
	color:black;
	text-decoration: none;
	}

	.white {
	color:white !important;
	text-decoration: none;
	}

	.whiteTitle {
	height: 100px !important;
	vertical-align:middle;
	color:white !important;
	text-decoration: none;
	}

	#slider {
	width: 100% !important;
	height: 350px !important;
	opacity: 0.2;
	position: relative;
	z-index: 2;
	transition: all 2s;
	}

	#sliders {
	position: relative;
	height: 350px;
	width: 100% !important;
	transition: all 0.5s;
	}

	#slidercover {
	position:relative;
	width: 100% !important;
	height: 350px;
	margin-top: -350px;
	z-index: 3;
	content:'';
	background: transparent url("pattern.png") repeat;
	-webkit-box-shadow: inset 0px 0px 45px 10px rgba(0,0,0,0.75);
	        -moz-box-shadow: inset 0px 0px 45px 10px rgba(0,0,0,0.75);
	        box-shadow: inset 0px 0px 45px 10px rgba(0,0,0,0.75);
	 	transition: all 0.5s;
	}

	#blankspot {
	height: 0;
	transition: all 1.5s
	}

	#blankspot2 {
	height: 0;
	transition: all 2.5s
	}

	#blankspot3 {
	height: 130px 0;
	transition: all 1.5s
	}

	#PlaceholderTop{
	display:block;
	position:relative;
	height:100px;
	opacity:0;
	}

	#MainLogo {
	display: none;
	}

	#StartMessage {
	    display: none;
	}

	#LogoSlot { 

	}

	.zip {

	}

	.zip2 {

	}

	#blog {
	position: absolute;
	display:block;
	width: 100%;
	z-index: 3;
	}

	.wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 70%;
	padding: 20px;
	background-color: white;
	}

	#ContentWrap {
	position: absolute;
	display:block;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
	transition: 0.5s;
	}

	#ContentWrap2 {
	position: absolute;
	display:block;
	width: 100vw;
	        background-color: rgba(0, 0, 0, 1);
	z-index: 3;
	transition: 0.5s;
	}

	#Content {
	display: block;
	background-color: black;
	margin-left:auto;
	margin-right:auto;
	}

	#ContentPost {
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
	width: 80vw;
	min-height: 100vw;
	}

	#ContentBar {
	position:relative;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	min-height: 60px;
	padding-top: 20px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #F4E409;
	text-align: left;
	}

	#ContentBar1 {
	position:relative;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	min-height: 60px;
	padding-top: 20px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #F4E409;
	text-align: left;
	}

	#ContentBar2 {
	display: none;
	}

	#PageTitle {
	display: inline-block;
	width:100%;
	min-height:60px;
	margin-bottom:20px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #F4E409;
	}

	#PageTitle1 {
	    color: black !important;
	    word-wrap: break-word !important;
	}

	#PageTitle2 {
	    text-align: right !important;
	    color: white !important;
	    font-size: 32px !important;
	    line-height: 175%;
	}

	#LeftContent {
	position: relative;
	width: 90%;
	padding-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
	float: left;
	overflow-x: auto;
	z-index: 4;
	background-color: black;
	color: white;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 175% !important;
	transition: 1s;
	}


	#LeftContent2 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-bottom: 2.5%;
	color: white;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 175% !important;
	transition: 1s;
	}

	#LeftContent3 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2.5%;
	background-color: black;
	color: white;
	z-index: 4;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	line-height: 175% !important;
	transition: 1s;
	}


	#RightSideBar {
	position: relative;
	width: 90%;
	padding-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
	list-style: none;
	float: right;
	background-color: black;
	color: white;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 18px;
	transition: 1s;
	}

	#RightSideBar ul {
	padding-left: 0px;
	}

	#RightSideBar li {
	    list-style-type: none;
	    list-style-image: none;
	    margin-top: 5px !important;
	    padding-bottom: 20px !important;
	}

	a {
	color: #fbf59e;
	text-decoration: none;
	}

	h1 {
	color: white;
	margin: 0px;
	padding: 0px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	line-height: 175%;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	}

	h2 {
	text-decoration: none;
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 0px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	}

	p {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 0px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	}

	.post {
	display: inline-block;
	width: 220px !important;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	text-align: center;

	}

	.PostThumb {
	max-width: 300px;
	height: auto;
	/*border-radius: 50%;*/
	}

	/*----- Toggle Button -----*/
	.toggle-nav {
	    display:none;
	}
	 
	/*----- Menu -----*/

	#menu-primary {
	    margin-top: 0px;
	padding: 0px;
	}

	.menu   {
	}

	.menu li:last-child {
    	//margin-bottom: 10px;
	}

	.menu ul {
	}

	.menu li {
	    display: block;
	    position: relative;
	    width: 100%;
	    border-bottom-style: solid;
	    border-bottom-width: 4px;
	    margin-left: -40px;
	    padding-top: 20px;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-bottom: 20px;
	    list-style: none;
	    text-align: right;
	    text-decoration: none;
	    text-transform: uppercase;
	    transition: 1s;
	}

	.menu li:first-child {
            margin-top: -15px !important;
	}


	.menu li a  {
	    color: black;
	    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	    font-size: 19px;
	    font-style: normal;
	    font-variant: normal;
	    margin-right: 10px;
	    transition: color linear 0.5s;
	    text-decoration: none;
	    transition:1s;
	}

	.menu li:hover {
	    text-decoration: none;
	    background-color: #FCF3CF;
	    font-color: gray;
	}

	.sub-menu {
	padding: 0;
	height: auto;
	}

	.menu li:hover .sub-menu { 
	    height: auto;
	}

	.menu ul li {
	position: relative;
	width: 100%;
	margin-left: -20px;
	padding-bottom: 20px;
	        border-bottom-style: none;
	        border-bottom-width: 0;
	overflow: visible;
    	opacity: 1;
	        list-style: none;
	        text-align: right;
	        text-decoration: none;
	        text-transform: uppercase;
	        transition: all 0.5s;
	}

	.menu ul li:first-child {
            margin-top: 10px !important;
	}

	.menu ul li a {
	    color: black;
	    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	    font-size: 16px;
	    margin-right: -3px;
	    padding-right: 12px;
	    font-style: normal;
	    font-variant: normal;
	    transition:color linear 0.15s;
	    text-decoration: none;
	}

	.menu ul li ul li {
	position: relative;
	width: 100%;
	margin-left: -20px;
	padding-bottom: 20px;
	        border-bottom-style: none;
	        border-bottom-width: 0;
	overflow: visible;
    	opacity: 1;
	        list-style: none;
	        text-align: right;
	        text-decoration: none;
	        text-transform: uppercase;
	        transition: all 0.5s;
	}

	.menu ul li ul li a {
	    color: black;
	    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	    font-size: 13px;
	    margin-right: -3px;
	    padding-right: 12px;
	    font-style: normal;
	    font-variant: normal;
	    transition:color linear 0.15s;
	    text-decoration: none;
	}

	.menu ul li:hover {
	    background-color: white;
	    border: none;
	}

	.menu ul li:hover a { 
	    color: black !important;
	}

	.menu li:hover > ul {
	    opacity: 1; 
	}

	.menu li:hover > ul li {
	    opacity: 1;
	}

	table {
	    border-collapse: collapse !important;
	    border-spacing: 0 !important;
	}

	caption {
	    font-size: 18px;
	    font-weight: 700;
	    padding-top: 15px;
	    padding-left: 5px;
	    padding-right: 5px;
	    padding-bottom: 20px;
	}

	tr:nth-child(even) {
	    background: #262626;
	}

	tr:nth-child(odd) {
	    background: #000000;
	}

	th {
	    background: #262626;
	    padding-top: 15px;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-bottom: 15px;
	    text-align: center;
	    line-height: 175%;
	    color: #FFFFFF;
	}

	td {
	    padding: 8px;
	    font-size: 13px;
	    text-align: center;
	    line-height: 160%;
	    color: #585858;
	}

	#Bottom {
	display: block;
	position: relative;
	float: right;
    	width:100%;
	margin-top: 80px;
	background-color:black;
    	}

	#BottomCenter {
	display: block;
    	width:70%;
	margin-left: auto;
	margin-right: auto;
	background-color:black !important;
	color: white;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
    	}

	.footer-menu {

	}

	#CenterMaker {
	}

	#menu-footer-menu {
	}

	.footer-menu li {
	display: none;
	}

	.footer-menu li a {
	}

}

.glyph {
	color: white;
	background: black;
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	border-color: white;
	transition: all .5s;
}

.glyph:hover {
	color: black;
	background: white;
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	border-color: white;
	transition: all .5s;
}

/* Plugin Mods */

	.panel-grid {
	display: block;
	overflow: visible;
	min-height: 10px;
	}

	.panel-grid-cell {
	display: block;
	min-height: 10px;
	margin-bottom: 10px !important;
	}

	.so-widget-image {
	display: block;
	max-width: 80% !important;
	    	margin-left: auto;
	margin-right: auto;
	}

	.supsystic-tables-wrap {
	    display: inline-block !important;
	transition: .5s;
	}

/*

	.calnk a:hover span {
            width: auto;
	    height: auto;
	    opacity: 1;
	}

	.calnk span.event-title {
	    display: none !important;
	}

	.day-with-date {
	    width: 150px !important;
	}

	.calnk a span {
	    width: 0;
	    height: 0;
	    opacity: 0;
	    position: absolute;
	    text-align: center;
	    vertical-align: top;
	    background-color: white;
	    padding-left:20px;
	    padding-right:20px;
	    padding-bottom:50px;
	    margin-left: -50px;
	    transition: all 1s;
	}

*/

	caption {
	text-transform: uppercase !important;
	}

	.hide {

	opacity: 0;

	}

	.alignnone {
    	border-radius: 20px;
    	}

	.disappear {
	display: none !important;
	transition: all 1.5s !important;
	}

	.ai1ec-posterboard-time {
	opacity: 0 !important;
	}
	.ai1ec-posterboard-view .ai1ec-event-wrap {

	border: 0px none #FFFFFF !important;

	}

	.ai1ec-posterboard-view footer {

	border: 0px none #FFFFFF !important;

	}

	.ai1ec-field-value {

	color: white !important;

	}

	.grayText {

	color: #262626 !important;
	}

	.sow-slider-base {

	width: 100%;

	}
