/*
My Style: Menu
*/
 
.topmenhome {
	width:960px;
	height:160px;
	margin:0 auto;
	min-height:23px;
	background:#ffffff;
	opacity:0.95;
	border-bottom: 1px solid #ccc;

	z-index:99999999999999;

	background-image:url('http://risekult.com/wp/wp-content/uploads/2014/09/logo_risekult.png');
	background-size:120px auto;
	background-repeat:no-repeat;
	background-position:center 45px;

	-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-ms-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
	}


.menux {
	text-transform:uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	width: auto;
	position:absolute;
	top:133px;
	}

.menux a:link{
	color:#222;
	font-weight: 600;
	}

.menux a:visited{
	color:#222;
	font-weight: 600;
	}

.menux a:hover{
	color:#fc104d;
	text-decoration:none;
	}
	
	
/*
My Style: @media
*/

@media (min-width: 1600px) {  
    div#wrapper
    {width:960px !important;}

}

@media (max-width: 960px) {  

    td#right
    {display:none !important;}

    div#menu1 ul.rMenu
    {display:none !important;}

    body. td#right
    {width: 100px; !important;}

    div#wrapper
    {width:90% !important;}

    .colthree {
    display: none;}

    div#contslyder {
		width:90% !important;}
		
	.topmenhome {
		display:none;}
    
    table.searchform td.searchfield {
        display: none;}
	
	div#header, td#header {
		padding-top:13px;
	}
    
    #fb_footer {
        display: none;
    }
    
    #footer_contacts {
        width: 45%;
    }
    
    #footer_social {
        width: 45%;
    }
}

/*
My Style: Search Form
*/

form, .feedburner-email-form {
    float: right;
    width: 200px;
}

div.post-footer {
    text-transform: capitalize;
}

input.text, input.textbox, input.password, input.file, input.TextField, textarea {
    background-color: #ededed;
    background-image: none;
    border:none;
	font-family: "Source Sans Pro", arial, sans-serif;
	color: #999999;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
	margin-top:-3px;
	border-radius:2px;
	padding-left:6px;
	width:170px;
}

/*
My Style: More Button
*/

.more{ padding:5px; background:#fc104d; width:90px; text-align:center; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color:#fff; text-decoration:none; border-radius:0; margin-top:10px; font-weight:700;}

.more a:link{color:#fff; text-decoration:none;}
.more a:visited{color:#fff; text-decoration:none;}
.more a:hover{color:#fff; text-decoration:none;}

.nrelate_bty .nr_post_title, .nrelate_bty .nr_source, .nrelate_bty .nr_excerpt {
	color:#666;
	text-transform:uppercase;
	font-weight:normal;
}

.nrelate_bty .nr_text{
	text-align:center;
	font-weight:bold;
	font-size:90%;
}

div.post-footer a:link, div.post-footer a:visited, div.post-footer a:active {
	font-size:15px;
	color:#b8bcb1;
	font-weight:700;
	margin-bottom:5px;
}

div.post-footer {
	margin-bottom:8px;
}

.clearfix:after {
    padding-bottom: 20px;
}

.rsUni .rsThumbsHor {
	height:80px;
	margin-top:13px;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background-color:#E0E2D9;
}

.rsUni .rsGCaption {
	background:none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #fff;
    float: none;
    font-size: 38px;
    font-weight: 600;
    height: 100px;
    left: 35px;
    letter-spacing: -1px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 50px;
    width: 50%;
	line-height:38px;
}

.mc4wp-form input[type="date"], .mc4wp-form input[type="email"], .mc4wp-form input[type="tel"], .mc4wp-form input[type="text"], .mc4wp-form input[type="url"], .mc4wp-form select, .mc4wp-form textarea {
    background: none repeat scroll 0 0 #E0E2D9;
    border: medium none;
    box-sizing: border-box;
    cursor: auto;
    display: block;
    height: auto;
    padding: 10px;
    width: 299px;
	border-radius:3PX;
	color:#666;
}

.mc4wp-form {
	margin:0;
}

.mc4wp-form label {
	display:none;
}

#serc {
	float:right;
	margin-right:-4px;
	margin-top:132px;
}

.nrelate .nr_title {
    margin-bottom: 12px;
    margin-left: 5px;
    border-bottom: 3px solid #222;
	margin-top: 30px;
	}
	
.creditsetc {
	width:auto;
	float:left;
	margin:0 5px;
}

.normal {
	font-weight:400;
	color:#fff;
	text-decoration:none;
	background:#FC104D;
	padding: 0 2px;
}

.normal :link {
	text-decoration:none;
}

.normal :hover {
	text-decoration:none;
}

.wp_rp_wrap .related_post_title {
  border-bottom-color:#222222;
  border-bottom-style:solid;
  border-bottom-width:3px;
  margin-bottom:12px;
  margin-left:5px;
  padding:0 0 5px;
}


