/* *********************************************************************************************************************

	7. Skin
	    7.1 Font family
		7.2 Font size
		7.3 Color
		7.4 Shadow

*/

/* 7.1 Font family ****************************************************************************************************/

/*
 * Font Oleo Script
 */


.tagline,
h1 {
	font-family: 'Oleo Script', serif;
}

/*
 * Font BebasNeue
 */
h2,
h3,
h4,
.footer-nav li,
#main-nav,
.js .selectnav,
.pfilter,
input[type="submit"] {
	font-family: 'BebasNeueRegular', sans-serif;
}

/*
 * Font Open Sans
 */
body,
.like,
h5 {
	font-family: 'Open Sans', sans-serif;
}



/* 7.2 Font size ******************************************************************************************************/

/*
 * 45px
 */
h1 {
	font-size: 45px;
}

/*
 * 30px
 */
h2,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
	font-size: 30px;
}

/*
 * 24
 */
h3,
.home-isotope div a div:after {
	font-size: 24px;
}

/*
 * 18px
 */
h4,
.footer-nav li,
#main-nav,
.js .selectnav,
.pfilter,
input[type="submit"] {
	font-size: 18px;
}

/*
 * 14
 */
h5 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
}

/*
 * 12px
 */
body,
.like {
	font-size: 12px;
}

/*
 * 11px - widgets
 */
.widget-text {
	font-size: 11px;
}

/*
 * Small
 */
.small,
.widget-twitter .time,
.small .like {
	font-size: 10px;
}



/* 7.3 Color **********************************************************************************************************/

/*
 * White
 */
.flex-caption h2,
.flex-caption h3,
.flex-caption h4,
.flex-caption h5,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev,
#main-nav li ul a,
.js .selectnav,
.home-isotope div a div h2,
.home-isotope div a div h3,
.home-isotope div a div h4,
.home-isotope div a div h5,
.home-isotope div a div:after,
.item:hover:before,
.item .plus,
h1,
h2
h3,
h4,
h5,
input, textarea {
	color: #fff !important;
}

:-moz-placeholder { color: #fff; }
::-webkit-input-placeholder { color: #fff; }

.flex-control-nav li a.flex-active {
	background: #fff;
}

.home-isotope > div,
.home-isotope {
	border-color: #fff;
}

/*
 * Grey
 */
body,
.footer-nav li a:hover,
#main-nav a,
a:hover,
a span,
.widget-contact li a,
.tags li a,
.pfilter .active,
.bfilter .active,
.categories .active,
input[type="submit"] {
	color: #ccc;
}

#main-nav li ul,
.js .selectnav {
	background: #ccc;
}

.js .selectnav {
	border-color: #ccc !important;
}

.bottom-line {
	background: rgba(73, 73, 73, 0.2);
}

.flex-caption div,
.home-isotope div a div,
.item .plus {
	background: rgba(73, 73, 73, 0.75);
}

/*
 * Lightgrey
 */
.footer-nav li,
.footer-nav li a,
.widget-twitter .tweet:after,
h2 {
	color: #c9c5bc;
}

@media (max-width: 1000px) {
	.row.third-under > .col3 {
		border-top: 1px dashed #c9c5bc;
	}
}

.flex-control-nav li a,
input, textarea,
.tags li a {
	background: rgba(201, 197, 188, 0.2);
}

.tags li a {
	border-color: #c9c5bc;
}

/*
 * Dark grey
 */
hr {
	border-top: 1px dotted rgba(73, 73, 73, 1);
}

/*
 * Magneta
 */
.top-line {
	background: rgba(115, 198, 156, 0.2);
}

h1 span,
h2,
h3 {
	color: #73c69c;
}

::-moz-selection { background: #73c69c; }
::selection { background: #73c69c; }

/*
 * Orange
 */
a,
.item:hover h4,
.highlight,
.widget-contact li a:hover,
.tags li a:hover,
input[type="submit"]:hover {
	color: #ea5c1e;
}

#main-nav a:hover,
#main-nav li.active > a {
	color: #ea5c1e !important;
}

.tags li a:hover {
	border-color: #ea5c1e;
}

/*
 * Misc
 */
.extra-big {
	font-size: 80px;
}

@media all and (max-width: 768px) {
	.extra-big { font-size: 45px; }
}

.error {
	color: #f03112;
}



/* 7.4 Shadow *********************************************************************************************************/

/*
 * Shadow box 5px
 */
.lead,
.js .selectnav,
.home-isotope {
	-moz-box-shadow: 5px 5px 0 rgba(200, 200, 200, 0.2);
	-webkit-box-shadow: 5px 5px 0 rgba(200, 200, 200, 0.2);
	box-shadow: 5px 5px 0 rgba(200, 200, 200, 0.2);
}

/*
 * Shadow box 3px
 */
.item img,
#main-nav li ul,
.widget-text img,
input, textarea,
.shadow,
.widget-dribbble ul li a,
.widget-flickr ul li a,
.widget-projects ul li a {
	-moz-box-shadow: 3px 3px 0 rgba(200, 200, 200, 0.2);
	-webkit-box-shadow: 3px 3px 0 rgba(200, 200, 200, 0.2);
	box-shadow: 3px 3px 0 rgba(200, 200, 200, 0.2);
}

/*
 * Shadow text 2px
 */
.flex-caption h4,
.flex-caption p,
h1 {
	text-shadow: 2px 2px 0 rgba(200, 200, 200, 0.2);
}

/*
 * Shadow box 1px
 */
.flex-control-nav li a,
.tags li a {
	-moz-box-shadow: 1px 1px 0 rgba(200, 200, 200, 0.2);
	-webkit-box-shadow: 1px 1px 0 rgba(200, 200, 200, 0.2);
	box-shadow: 1px 1px 0 rgba(200, 200, 200, 0.2);
}

/*
 * Shadow text 1px
 */
body,
.footer-nav a:hover {
	text-shadow: 1px 1px 0 rgba(200, 200, 200, 0.2);
}

/*
 * Shadow text 1px - only footer links = inverted
 */
.footer-nav {
	text-shadow: 1px 1px 0 rgba(200, 200, 200, 0.5);
}



/* 7.5 Images *********************************************************************************************************/
body {
	background: #111 url('../../../images/theme2-content-bg.png') 0 0 repeat;
}

.tmp-logo {
	background: url('../../../images/theme2-logo.png') 0 0 no-repeat;
	width: 205px;
	height: 100px;
}

.p-col { float: left; width: 183px; overflow: hidden; }
.p-col .p-img-link { width: 182px; height: 339px; display: block; overflow: hidden; position:relative; }
.p-col .p-img-link img { position: absolute; top: 0; }
.p-col .p-img-link:hover img { left: -182px; top: 0; }
.p-col h2 { text-transform: uppercase; padding: 0; font-size: 24px; height: 24px; overflow: hidden; margin-top: 6px; position:relative; }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


#wrapp {
	position: relative;
	padding-bottom:75%;
	padding-top: 25px;
	width:100%;
	height: 0;
	width:100%;
	margin:15px auto;
	z-index:2;
		border:0px;

}
#player{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}