body {
	height: 100%;
	margin: 0 0 0 0;
	padding: 45px 0 0 0;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #444;
	line-height:1.5em;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Arial Black", Gadget, sans-serif
	color: #333 !important;
}
h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

.site-info {
	float:right;
	max-width:50%;
	text-align:center;
	color:#777;
	margin:10px 80px 0 0;
}
.site-title {
	font-family: 'Special Elite', 'Oxygen', sans-serif;
	font-size: 35px;
	font-weight:normal;
	color: #333;
	margin:20px 50px 15px 0;
}

/*------------------ MAIN LAYOUTS -----------------------*/

#logo-top {
	float:left;margin:6px 0 0 0;
}

img.blackwhite {
    -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);filter: grayscale(100%);
    transition: 0.5s;
}

img.blackwhite:hover {
	-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);filter: grayscale(0%);
	transition: 0.5s;
}

p, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #333333;
}

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

.container {
	display:block;
	max-width: 1200px;
	margin: 10px auto;
}

.roundbox {
	background-color:#fff;float:left; padding:0px;margin:0 0 15px 0;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
	box-shadow:0 0 3px #ccc;
}

.roundboxtitle {
	width:100%;background-color:#444;border-top-left-radius:4px;border-top-right-radius:4px;text-align:center;color:#fff;padding:3px 0;
}

.roundboxcontent {
	margin:15px;
}


#uploadbg {
	height:280px;
	background: url(images/bg-upload.png) no-repeat;
	padding:20px;
	padding-left:80px;
	padding-right:100px;
}
	
#uploadbox {
	margin-left:4px;
	width:330px;
	margin:100px 0px 0px 30px;
}
#uploadinfobox {
	font-family: helvetica, sans-serif;
	float: right;
	width: 345px;
	margin: 55px 0px 0px 130px;
	padding: 0px;
	color: #787878;
	text-align:center;
}

#uploadinfobox h2 {
	color:#222222;
	font-size:1.9rem;
	line-height:1.7rem;
}

.uploadbutton {
	width:200px;
	background:#d70b58;
	padding:5px 10px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:0;
}

.uploadbutton:hover {
	color:#333;
	cursor:pointer;
}

.uploadoption {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.button {
	padding:5px 10px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#888;
	border:none;
	cursor:pointer;
}

.button:hover, .button:focus {
	background:#d70b58;
}

.sharebutton, .downloadbutton, .reportbutton {
	padding:5px 12px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#888;
	border:none;
	cursor:pointer;
}
.sharebutton:hover {
		background:#39c804;
}
.downloadbutton:hover {
		background:#5482e1;
		text-decoration:none !important;
		color:#fff;
}
.reportbutton:hover {
		background:#d70b58;
}

.hr {
	width:100%;
	border-bottom:1px dotted #ccc;
}

/*----------------- MAIN MENU ----------------------*/

#menubar {
	position:fixed;
	top:0px;
	width:100%;
	height: 42px;
background: #565656; /* Old browsers */
background: -moz-linear-gradient(top,  #565656 0%, #282828 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#282828)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #565656 0%,#282828 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #565656 0%,#282828 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #565656 0%,#282828 100%); /* IE10+ */
background: linear-gradient(to bottom,  #565656 0%,#282828 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	z-index:999;
	padding-top:3px;
	box-shadow: 0px 0px 3px #888;
}

.fa-sign-in,fa-sign-out {
	margin-right:6px;
	font-size:1.2em;
}

#menu {
	float:right;
}
.menu-item {
	float:left;
	margin:5px 0 0 0;
	padding: 3px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	transition:0.2s;
}
.menu-item:hover {
	color:#fff;
	transition:0.2s;
	border-radius:3px;
	background:#999;
}

/*-----------------OTHER MENUS--------------------*/


#menu-footer {
	list-style:none;
	padding-left:0px;
	margin-left:0px;
}
#menu-footer li a {
	font-size:0.8em;
	line-height:2.4em;
	color:#666;
	transition:0.3s;
	font-weight:bold;
}
#menu-footer li a:hover {
	color:#000;	
}
	
.tab-link {
	margin:0 20px 0 0;
	padding:5px;
	text-transform:uppercase;
}
.tab-link:hover {
	background:#f9f9f9;
}
.active-tab {
	font-weight:bold;
	border-bottom:5px solid #d70b58;
}

/*-----------------LOGIN FORMS --------------------*/

.login-title {
	font-size:2.3em;
	font-family: 'Special elite', verdana, sans-serif;
	text-transform:uppercase;
	margin:10px 0 20px 0;
	font-weight:normal;
}

#loginbox {
	width:330px;height:350px;text-align:center;padding:20px;
	background:#fff;
	text-align:center;
	
}

#loginform input[type=text],#loginform input[type=password] {
	font-size:16px;
	width:245px;
	margin-bottom:10px;
	padding:8px;
}

.login-more {
	font-size:0.7em;
	margin: 0 10px;
	border-bottom:1px dotted #999;
}
.login-more:hover {
	color:#000;
	border-bottom:1px dotted #000;
}

.loginbutton, .logoutbutton {
	float:right;
	margin:2px 5px 0 10px;
	padding:5px 10px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #7e3e0f;
	background: #d70b58; 

}
.logoutbutton {
	// padding:8px 10px !important;
	font-size:14px;
}

.loginbutton:hover, .loginbutton:focus {
	color:#000;
}
.registerlink {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	float:right;
	margin:8px 20px 0 0;
}
.registerlink:hover {
	color: #f04f00;
}

#loginsubmit {
	width:262px;
	margin:4px auto 0 auto;
	padding:8px 8px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:3px;
	border:0px;
	background: #d70b58; 
	cursor:pointer;
}
#loginsubmit:hover {
	color:#000;
}

.registerbutton {
	width:262px;
	background: #d70b58; 
	margin:0 auto 20px auto;
	padding:8px 0;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	text-align:center;
	border-radius:3px;
	border:0px;
	cursor:pointer;
}
.registerbutton:hover {
	background:#c5135f;
	cursor:pointer;
}

.facebook-loginbutton {
	width:262px;
	background: #49639f; 
	margin-bottom:20px;
	padding:8px 0;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	text-align:center;
	border-radius:3px;
	border:0px;
	cursor:pointer;
}
.facebook-loginbutton-logo {
	float:left;
	width:50px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	border-right:1px solid #6276a6;
	margin:0px;
	padding:0px;
}
.facebook-loginbutton:hover {
	background:#395187;
}
	
input[type="text"],input[type="password"],textarea {
    
    padding: 8px;   
    border: 1px solid #ccc;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #efefef;
    -webkit-box-shadow: 0 0 2px #efefef;
    box-shadow: 0 0 2px #efefef;

}
input[type="text"]:focus,input[type="password"]:focus {
    box-shadow:0 0 2px #FFFE00;
}
	
/*------------------ LAYOUT -------------------------*/

#page {
	overflow: hidden;
	max-width: 1200px;
	padding: 20px 20px 40px 20px;
}

#content {
	float: left;
	width: 850px;
	padding: 0px;
}

#sidebar {
	clear:both;
	width: 280px;
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 10px 10px;
	color: #787878;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #efefef;
}

#sidebar-wrapper {
	float:right;width:300px;margin:2px;padding:0px;
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#footer {
	width:100%;
	padding: 20px 0px 0px 0px;
	background-color:#dedede; 
}

.footerbox {
	width:24%;
	font-size:0.9em;
	float:left;
	line-height: 1.5em;
	color: #555;
	margin:20px;
}

#footer .container {
	width:98%;
	max-width:1200px;
	margin: 5px auto 0 auto;
}

#footer h3 {
	font-family: 'Open sans', sans-serif;
	font-size:1em;
	color: #333;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0 0 8px 0;
}

#footer a {
	color: #fff;
	line-height: 2.2em;
}
#footer a:hover {
	color: #111;
}

#header-wrapper {
	overflow: hidden;
	height: 600px;
}

#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 0px 20px;
}

#banner {
	overflow: hidden;
	height: 250px;
	text-align: center;
}

#banner .image-style {
	border: 15px solid #F4F4F4;
}

/*-------------- SPECIAL CSS LAYOUTS ------------------*/

.imagebox {
	float:left;
	width:185px;height:185px;border:1px solid #efefef;padding:0px;margin:0 12px 12px 0;border-radius:3px;
	font-size:11px;
	color:#ccc;
	background-size:cover !important;
	cursor:pointer;
}
.textoverlay {
	visibility: hidden;opacity: 0;transition: visibility 0s, opacity 0.5s linear;
	width:100%;font-size:12px;color:#ffffff;background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));padding:10px;box-sizing: border-box;transition:0.3s;
}
.editlink {
	color:#fff;float:right;font-size:15px;padding:5px;border-radius:4px;
	
}
.editlink:hover {
	background: #efefef;color:#000;	
}
.imagebox:hover .textoverlay, .imagebox.hover .textoverlay { 
	visibility: visible;opacity: 1;transition:0.3s;
}


.imagecontainer {
	float:left;max-width:730px;padding:20px;margin:20px 0 10px 10px;background-color:#fff;border-radius:4px;border:1px solid #efefef;
}

#marketing {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px 0px 10px 0px;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}

#marketing .text1 {
	float: left;
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-size: 34px;
	color: #345E9B;
}

#marketing .text2 {
	float: right;
}

#marketing .text2 a {
	display: block;
	width: 252px;
	height: 38px;
	padding: 15px 0px 0px 0px;
	background: url(images/img07.jpg) no-repeat left top;
	letter-spacing: -2px;
	text-align: center;
	text-transform: lowercase;
	font-size: 30px;
	color: #FFFFFF;
}

.box1 {
	overflow: hidden;
	height: 300px;
	background: url(images/img04.jpg) no-repeat center bottom;
}

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

.list-style1 li {
	padding: 7px 0px 7px 0px;
	border-top: 1px dashed #E7E2DC;
}

.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}

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

.list-style2 li {
	padding: 7px 0px 7px 0px;
}

.list-style2 a {
	color: #898989;
}

.list-style2 a:hover {
	color: #FFFFFF;
}

.list-style2 .first {
	padding-top: 0px;
	background: none;
}


.report-textarea {
	width:94%;
	padding:10px;
	border-radius:4px;
	border:1px solid #efefef;
}

#newgallery {
	display:none;background:#fff;width:320px;height:200px;overflow:auto;text-align:center;padding:20px;
}


.avatar-full {
	width:100px;
	height:100px;
	border-radius:50px;
	border:1px solid #efefef;
}
.avatar-small {
	width:48px;
	height:48px;
	border-radius:24px;
	border:1px solid #efefef;
}

.smalltext {
	font-size:0.8em;
}

#tabs {
	clear:both
}
#tabs ul {
	list-style:none;
	margin:7px;
}
#tabs ul li {
	display:inline;	
}
#tabs ul li a:focus { outline:none; }

.flag { margin-right:10px;width:25px;height:auto; }

/*---------------------UPLOAD FORM------------------------------*/

#uploadExtra {
	width:100%;
	display:none; 
	margin:8px 0;
}
#uploadTags {
	width:100%;
	height:40px;
	border-radius:5px;
	resize:none;
	margin:5px 0;
	border:1px solid #999;
}
#uploadFormat {
	font-size:10px;
}

/*------------------HEADER SEARCH FORM---------------------------*/

#header-search {
    float:left;
    margin-left:30px;
}

input.searchinput { width:120px;background: url('https://www.pixeltopic.com/images/searchicon.png') no-repeat; background-color:#fff; color:#555;font-size:10px; border: 1px solid #efefef; padding:5px 4px 4px 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none; margin-top:7px; }


input.searchinput:focus {
    background:#fff;
}

.editable {
	width:100%;
	font-size:13px;
}

/*----------------------RESPONSIVE CHANGES ----------------------*/

@media only screen and (max-width:1150px) {
	#sidebar { clear:both;width:750px !important; float:left;margin-left:10px;}
	.hide1150 { display:none; }
}

@media only screen and (max-width:980px) {
	.hide980 { display:none; }
}

@media only screen and (max-width:760px) {
	#sidebar { width:90% !important; float:left;}
}
