.outer_raster_homepage {
float: left;
padding: 5px;
border: 0px solid;
background-color: #fff;
overflow: inherit;
}

.outer_raster_homepage_ads {
padding: 5px;
max-width: 48%;
border: 0px solid;
background-color: #fff;
overflow: hidden ;
}

.inner_raster_hompage {
padding: 0px;
background-color: #eeeeee;
}

.droppy_size {
padding-top: 10px;
height: 405px;
width: 550px;
}

.droppy_size_800 {
padding-top: 10px;
height: 405px;
width: 800px;
}


.h1_homepage { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
        font-family: verdana,helvetica,arial,sans-serif;
        color: #E96800;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: 0.1px;
}

.logo_image {
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 250px;
	height: 45px;
}
.top_row_header {
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	min-width: 250px;
}
.top_row_header_text {
	text-align: right;
	padding-top: 30px;
}
.navbar_style {
	background: #E4E70A;
	margin-left: 0px;
	margin-right: 0px;
}
.navbar.navbar-default .container-fluid {
}
.vertical_line {
	height: 100%;
	width: 20px;
	-webkit-logical-height: 100%;
}
.personal_info_below_pic {
	float: left;
	width: 50%;
	min-width: 120px;
	max-width: 200px;
	text-align: left;
	line-height: 20px;
}
.left_column_main {
	margin: auto;
	min-width: 250px;
	padding-left: 0px;
	padding-top: 0px;
	height: 100%;
	text-align: left;
}

.static_14_20 {
	padding-left: 10px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-style: bold;
}

.static_12_18 {
        padding-left: 10px;
        font-family: verdana,arial,helvetica,sans-serif;
        font-size: 12px;
        line-height: 20px;
        font-style: bold;
}



.col_70 {
        float: left;
        width: 60%;
}

.col_50 {
	float: left;
	width: 50%;
}

.col_40 {
        float: left;
        width: 40%;
}

.col_30 {
        float: left;
        width: 30%;
}





@media screen{
.col-xs-4.top_row_header div .logo_image {
}
}
.2nd_row_header_links {
	min-width: 150px;
}
.2nd_row_header {
}
.main_menu_visible {
	width: 100%;
	white-space: nowrap;
	border: 1px solid;
	background: #fefefe;	
}
.sub_menu_main_div {
	width: 100%;
	min-width: 400px;
	padding: 5px 20px 0px 20px;
	white-space: nowrap;
}

.sub_menu_4 {
	display:inline-block;
	width: 25%;
	padding: 0px 5px 0px 5px;
}
.sub_menu_3_vertical {
	display:inline-block;
	width: 33%;
	padding: 5px 5px 0px 5px;
}

.sub_menu_2_vertical {
        display:inline-block;
        width: 49%;
        padding: 5px 5px 0px 5px;
}

.sub_menu_1_vertical {
        display:inline-block;
        width: 100%;
        padding: 5px 5px 0px 5px;
}



#full_size {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
background_dropdown {
	width: 100%;
	background: #dddddd;
	padding: 0px;
	height: 100px;
}
empty_row {
	width: 100%;
	height: 50px;
	display: block;
	background: #fffffff;
}


.image_over {
    position:relative;
    width:100%;
    height:100%;
}
.image_over img {
    width:100%;
    vertical-align:top;
}
.image_over:after, .image_over:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.image_over:after {
    content:'\A';
    width:100%; 
    height:100%;
    top:0; left:0;
    background: #F9F9F9;
   /* background:rgba(0,0,0,0.6); */
}
/* .image:before {
    content: attr(data-content);
    width:100%;
    color:#fff;
    z-index:1;
    bottom:0;
    padding:4px 10px;
    text-align:center;
    background:red;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
} */
.image_over:hover:after, .image_over:hover:before {
    opacity:0.3;
}


a.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 0px;
    bottom: 0px;
    background: #E4E70A url("/graphics/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; 
-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.22);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.22);
}
a:hover.back-to-top {
    background-color: #c1c408;
}

.square_button_artwork {
    width:40px;
    height:40px;
    line-height:50px;
    border: 0px solid #f5f5f5;
    border-radius: 0%;
  /*  color:#f5f5f5;
    text-align:left;
    text-decoration:none;
    background: #464646; */
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
}
 .square_button_artwork:hover {
  background: #262626;
}


.square_button_artwork_small {
    line-height:40px;
    border: 0px solid #f5f5f5;
    border-radius: 0%;
  /*  color:#f5f5f5;
    text-align:left;
    text-decoration:none;
    background: #464646; */
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
}
 .square_button_artwork:hover {
  background: #262626;
}

.grey_back {
background-color: #fafafa;
}

.grey_back_ed { 
background-color: #f5f5f5;
}

.white_back_div {
background-color: #ffffff;
}


.round-button_artwork {
    width:40px;
    height:40px;
    line-height:50px;
    border: 0px solid #f5f5f5;
    border-radius: 50%;
  /*  color:#f5f5f5;
    text-align:left;
    text-decoration:none;
    background: #464646; */
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
}
 .round-button_artworks:hover {
  background: #262626;
}


.white_back {

background-color: #ffffff;
/* -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .175);
 box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .175);
*/
}

.white_back_img {
padding: 20px;
background-color: #ffffff;
/* -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .175);
 box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .175);
*/
}

/* START NEW LARGE MAIN IMAGE HOVER AND ICONS */

.hovereffect_main_img {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect_main_img .overlay_main_img {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
padding-top:40px;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}

.hovereffect_main_img img {
display:inline;
position:relative;
-webkit-transition:all .2s linear;
transition:all .2s linear;
}

.hovereffect_main_img a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:0px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect_main_img:hover img {
-ms-transform:scale(1.0);
-webkit-transform:scale(1.0);
transform:scale(1.0);
}

.hovereffect_main_img:hover .overlay_main_img {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect_main_img:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

/* END NEW LARGE MAIN IMAGE HOVER AND ICONS */

/* START NEW SMALL IMAGES HOVER AND ICONS */

.hovereffect_small_img {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:pointer;
}

.hovereffect_small_img .overlay_small_img {
border: 0px solid;
width:100%;
height:100%;
position:absolute;
overflow:hidden;
padding-top:20px;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}

.hovereffect_small_img img {
display:inline;
position:relative;
-webkit-transition:all .2s linear;
transition:all .2s linear;
}

.hovereffect_small_img a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:0px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin: 0px 0px 0px 0px;
padding:0px 0px;
}

.hovereffect_small_img:hover img {
-ms-transform:scale(1.0);
-webkit-transform:scale(1.0);
transform:scale(1.0);
}

.hovereffect_small_img:hover .overlay_small_img {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect_small_img:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

/* END NEW SMALL IMAGE HOVER AND ICONS */


.artwork_vote_saved {
display: inline-block;
width: 200px;
padding: 10px;
line-height: 20px;
font-size: 14px; 
color: #ffffff; 
font-family: verdana,arial,helvetica,sans-serif;
background: #E96800;

}

.icon_20 {
width: 20px;
height: 20px;
padding: 2px;
text-align: middle;
}



/* PORTFOLIO MANAGER STUFF  */
.form_font_static { 
    font-size:12px;
    font-family:verdana,arial,helvetica,sans-serif;
    color:#414446;
    line-height:26px;
    font-weight: bold;
    }
.pm_font_static { 
    font-size:12px;
    font-family:verdana,arial,helvetica,sans-serif;
    color:#414446;
    line-height:20px;
    font-weight: normal;
    }
    
.form_font_input { 
    font-size:12px;
    font-family:verdana,arial,helvetica,sans-serif;
    color:#414446;
    line-height:20px;
    font-weight: bold;
    }
.personal_info_form_left {
    display: flex; 
    min-width: 250px; 
    border: 0px solid;
    height: 26px;
    margin-top: 5px;
 
   }

.personal_info_form_right {
    display: flex; 
    min-width: 250px; 
    border: 0px solid;
    height: 36px;
    }

.add_art_form_left {
    display: flex;
    min-width: 250px;
    border: 0px solid;
    height: 26px;
    margin-top: 5px;
    padding-left: 0px;
   }

.add_art_form_right {
    display: flex;
    min-width: 250px;
    border: 0px solid;
    height: 36px;
    padding-left: 0px;
    }






.empty_form_row {
    display: flex;
    width: 100%;
    height: 10px;
    border: 0px solid;
    }
input.rounded_pm_form {
    float: left;
    width: 100%;
    border: 1px solid #bbbbbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 0px #666;
    -webkit-box-shadow: 0px 0px 0px #666;
    box-shadow: 0px 0px 0px #666;
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    outline: 0;
    -webkit-appearance: none;
}
input.rounded_pm_form:focus {
    border-color: #E96800;
}

.full_width {
    width: 100%;
}


select.rounded_pm_form {
    border: 1px solid #bbbbbb;
   -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 0px #666;
    -webkit-box-shadow: 0px 0px 0px #666;
    box-shadow: 0px 0px 0px #666;
    font-size: 12px;
    padding: 5px;
    outline: 0;
    -webkit-appearance: none;
    font-weight: normal;
    width: 100%;
}
select.rounded_pm_form:focus {
    border-color: #E96800;
}

textarea.rounded_pm_form {
    border: 1px solid #bbbbbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 0px #666;
    -webkit-box-shadow: 0px 0px 0px #666;
    box-shadow: 0px 0px 0px #666;
    font-size: 12px;
    padding: 5px;
    outline: 0;
    -webkit-appearance: none;
    font-weight: normal;
    min-height: 60px;
}
textarea.rounded_pm_form:focus {
    border-color: #E96800;
}


.form_pm_errors {
    margin: 0 auto;
    font-style:verdana,arial,helvetica,sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding-top: 3px;
    color: #cc0000;
    font-weight: bold;
    }

.thirty_three_col {

	float: left; 
	padding-left: 0px; 
	overflow: hidden; 
	line-height: 16px;
	font-weight: normal;

}


/* END PORTFOLIO MANAGER STUFF */
