/* CSS file */

body {
	background: url(../images/background.jpg) center top no-repeat #ecf0f1;
	font-family: 'DINOTRegular', sans-serif;
	font-weight:300;
	font-size:16px;
	letter-spacing:1px;
}

.clear {float:none;clear:both;}

h1,h2,h3,h4 {font-family:'DINOTBold', arial;}

/*************** header ***************/
header {
	width: 1000px;
	margin: auto;
	background: #fff;
	position: relative;
	height:158px;
}

header #logo {
  float: left;
  left: 0;
  position: absolute;
  top: -20px;
}
header #logo img {
margin-top: 26px;
width: 82%;
}

header #soical{
	position: absolute;
	top: 10px;
	right:25px;
}

ul.social_icons {float:left;}

ul.social_icons li {
	float:left;
	list-style:none;
	margin-right: 5px;
}

ul.social_icons li a{
	text-indent: -9999px;
	display:block;
	width:23px;
	height:23px;
}

ul.social_icons li a.soical_fb {background:url(../images/soical_fb.png) no-repeat;}
ul.social_icons li a.soical_fb:hover {background:url(../images/soical_fb_on.png) no-repeat;}
ul.social_icons li a.soical_twitter {background:url(../images/soical_twitter.png) no-repeat;}
ul.social_icons li a.soical_twitter:hover {background:url(../images/soical_twitter_on.png) no-repeat;}
ul.social_icons li a.soical_google {background:url(../images/soical_googleplus.png) no-repeat;}
ul.social_icons li a.soical_google:hover {background:url(../images/soical_googleplus_on.png) no-repeat;}



ul.social_icons li a.soical_youtube {background:url(../images/soical_youtube.png) no-repeat;}
ul.social_icons li a.soical_youtube:hover {background:url(../images/soical_youtube_on.png) no-repeat;}
ul.social_icons li a.soical_linkedin {background:url(../images/soical_linkedin.png) no-repeat;}
ul.social_icons li a.soical_linkedin:hover {background:url(../images/soical_linkedin_on.png) no-repeat;}
ul.social_icons li a.soical_rss {background:url(../images/soical_rss.png) no-repeat;}
ul.social_icons li a.soical_rss:hover {background:url(../images/soical_rss_on.png) no-repeat;}


/******* Language dropdown ******/
dropdown{
   display: inline-block;
   margin: 0 0 0 5px; 
   float: right;
}
dropdown label, dropdown ul li{
  font-size: 12px;
  line-height: 18px !important;
  display: block;
  width: 75px;
  padding: 3px 5px;
  border-bottom: 1px solid #484848;
  background:url(../images/lang_arrow.png) #fff no-repeat right;
}
dropdown label:hover, dropdown ul li:hover{
  background: #fff;
  color: #484848;
  cursor: pointer;
}
dropdown label{
  color: #484848;
  position: relative;
  z-index: 2;
}
dropdown input{
  display: none;
}
dropdown input ~ ul{
  position: relative;
  visibility: hidden;
  opacity: 0;
  top: -20px;
  z-index: 1;
}
dropdown input:checked + label{
  background: #fff;
  color: #484848;
}

dropdown input:checked ~ ul{
  visibility: visible;
  opacity: 1;
  top: 0;
}

.animate{
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;  
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden; /* Chrome and Safari */
  -moz-backface-visibility:hidden; /* Firefox */
  -ms-backface-visibility:hidden; /* Internet Explorer */
}

dropdown ul li {border:0px; background: none #bdc3c7;}


header #donate, header .contact_btn{position: absolute;top: 96px;right:-9px;}
header .contact_btn{top:50px;}

/*************** nav ***************/
nav {width: 1000px;margin: 16px auto;background: #fff;position: relative;z-index: 5;}
nav ul li {float:left;width:50%;color: #fff;list-style:none;position: relative;}

nav ul li.asia {background: #259145;}
nav ul li.europe {background: #e67e22;}
nav ul li.africa {background: #2980b9;}
nav ul li.middleeast {background: #c0392b;}

nav ul li a {display:block;color:#fff !important; padding: 12px 15px 12px 30px;}

nav ul li:hover {background:#fff;}
nav ul li.asia:hover a {color: #16a085 !important;border-left:15px solid #259145; padding: 12px 15px;}
nav ul li.europe:hover a {color:#e67e22; border-left:15px solid #e67e22; padding: 12px 15px;}
nav ul li.africa:hover a {color:#2980b9; border-left:15px solid #2980b9; padding: 12px 15px;}
nav ul li.middleeast:hover a {color:#c0392b !important; border-left:15px solid #c0392b; padding: 12px 15px;}

nav ul li ul {position:absolute; width:250px;}
nav ul li ul.asia {background:#259145;}
nav ul li ul.europe {background: #e67e22;}
nav ul li ul.africa {background: #2980b9;}
nav ul li ul.middleeast {background: #c0392b;right:0;}
nav ul li ul li {width:250px;color:#fff !important;}
nav ul li ul li a {display:block;width:200px;}
nav ul li.asia:hover ul li a {color:#fff !important;}
nav ul li.middleeast:hover ul li a {color:#fff !important;}

nav ul li:hover ul li:hover {background:#fff;}
nav ul li:hover ul.asia li:hover a {color: #16a085 !important;}
nav ul li ul.europe li:hover a {color: #e67e22 !important; background:#fff;}
nav ul li ul.africa li:hover a {color: #2980b9 !important; background:#fff;}
nav ul li ul.middleeast li:hover a {color: #c0392b !important;}

nav ul li ul.fallback {display:none;}
nav ul li:hover ul.fallback {display:block;}


nav ul li ul li ul {position:absolute;left: 250px;background:#259145;width:235px;display:none;top:0;}
nav ul li ul.middleeast li ul {background:#c0392b;left: -235px;}
nav ul li ul li:hover ul {display:block;}
nav ul li ul li ul li {width:235px;}
nav ul li ul li ul li a{width: 100%;color:#fff !important;}
nav ul li:hover ul.asia li:hover ul li a{color:#fff !important;}
nav ul li:hover ul.middleeast li:hover ul li a{color:#fff !important;}
nav ul li:hover ul.asia li:hover ul li:hover a{color:#16a085 !important;}
nav ul li:hover ul.middleeast li:hover ul li:hover a{color:#c0392b !important;}

nav ul li ul.middleeast li ul li ul{left: -185px;}

nav ul li ul li:hover ul li ul{display:none;}
nav ul li ul li:hover ul li:hover ul{display:block;}
nav ul li ul li ul li ul {position:absolute;left: 235px;background:#259145;top:0;width: 185px;}
nav ul li ul li ul li ul li{width: 185px;}
nav ul li ul li ul li ul li a{}
nav ul li:hover ul.asia li:hover ul li:hover ul li a{color:#fff !important;}
nav ul li:hover ul.middleeast li:hover ul li:hover ul li a{color:#fff !important;}
nav ul li:hover ul.asia li:hover ul li:hover ul li:hover a{color:#16a085 !important;}
nav ul li:hover ul.middleeast li:hover ul li:hover ul li:hover a{color:#c0392b !important;}


nav ul li ul li:hover ul li:hover ul li ul{display:none;}
nav ul li ul li:hover ul li:hover ul li:hover ul{display:block;}
nav ul li ul li ul li ul li ul{position:absolute;top:0px;left:185px;}
nav ul li ul li ul li ul li ul li{}
nav ul li ul li ul li ul li ul li a{}
nav ul li:hover ul.asia li:hover ul li:hover ul li:hover ul li a{color:#fff !important;}
nav ul li:hover ul.middleeast li:hover ul li:hover ul li:hover ul li a{color:#fff !important;}
nav ul li:hover ul.asia li:hover ul li:hover ul li:hover ul li:hover a{color:#16a085 !important;}
nav ul li:hover ul.middleeast li:hover ul li:hover ul li:hover ul li:hover a{color:#c0392b !important;}


nav ul li ul li:hover ul li:hover ul li:hover ul li ul{display:none;}
nav ul li ul li:hover ul li:hover ul li:hover ul li:hover ul{display:block;}
nav ul li ul li ul li ul li ul li ul{top:0;}
nav ul li ul li ul li ul li ul li ul li{}
nav ul li ul li ul li ul li ul li ul li a{}
nav ul li:hover ul.asia li:hover ul li:hover ul li:hover ul li:hover ul li a{color:#fff !important;}
nav ul li:hover ul.middleeast li:hover ul li:hover ul li:hover ul li:hover ul li a{color:#fff !important;}
nav ul li:hover ul.asia li:hover ul li:hover ul li:hover ul li:hover ul li:hover a{color:#16a085 !important;}
nav ul li:hover ul.middleeast li:hover ul li:hover ul li:hover ul li:hover ul li:hover a{color:#c0392b !important;}

#simple-menu{display:none;left: 0px;position: absolute;z-index:99;}



/*************** slider ***************/
#slide {width: 1000px;margin: 0px auto 16px;}
.panel-wrapper > h1 {
  position: absolute;
  right: 50px;
  top: 50%;
  font-size: 35px;
  text-transform: capitalize;
  width: 40%;
  text-align: center;
}


/*************** Grid ***************/
#grid {width: 1000px; margin: 0px auto;}
.all_video_box{}
.single_video_box{float: left;
margin-bottom: 14px;
min-height: 261px;
width: calc(98% / 3);}
.all-texts {padding: 40.5px;
position: absolute;
top: 0;}
.single_video_box.f_video > img {
  width: 100%;
}
.f_video{text-align:center;position:relative;}
.f_video  h2 {
	color:#9ed6fa;
	font-size:14px;
	margin-bottom:18px;
	font-weight:300;
}
.f_video h1 {
	color:#fff;
	font-size:18px;
	line-height:26px;
	margin-bottom:5px;
	font-weight:300;
}
.f_video .line {
	border-bottom: 1px solid #9ed6fa;
	width: 130px;
	margin: 30px auto 0;
}
.y_video-box a img {background:#2980b9;width: 100%;}
.y_video-box a img:hover{opacity:0.6;}
.la-box {
  margin-left: 19px;
  position: relative;
}
.la-box img {
  width: 100%;
}
.la-box .blog_curtain {
  background: linear-gradient(rgba(22, 160, 133, 0.8), rgba(22, 160, 133, 0.2)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 84%;
  left: 0;
  padding: 39px 30px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 82%;
}
	
	.la-box:hover .blog_curtain {
	background: #16a085;
	opacity:0.8;
  	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.la-box .blog_curtain h2 {
	color:#bffbef;
	font-size:14px;
	margin-bottom:18px;
	font-weight:300;
}
.la-box .blog_curtain h1 {
	color:#fff;
	font-size:18px;
	line-height:26px;
	margin-bottom:5px;
	font-weight:300;
}

.la-box .blog_curtain h3 {
	color:#fff;
	font-size:12px;
	line-height:26px;
	margin-bottom:10px;
	font-weight:300;
}

.la-box .blog_curtain .readmore {
	color: #fff;width:130px;
	font-size:14px;
	line-height: 45px;
	border-bottom: 1px solid #bffbef;
	margin:auto;
}


.grid_vertical {float: left;
width: 327px;}

.latest_press {
	background: #e67e22;
	display:block;
	width:276px;
	height:220px;
	float:left;
	display: block;
	text-align:center;
	padding: 40px 25px 10px 25px;
	margin-bottom: 16px;
}

.latest_press h2 {
	color:#f9d5b5;
	font-size:14px;
	margin-bottom:18px;
	font-weight:300;
}
.latest_press h1 {
	color:#fff;
	font-size:18px;
	line-height:26px;
	margin-bottom:5px;
	font-weight:300;
}

.latest_press h3 {
	color:#fff;
	font-size:12px;
	line-height:26px;
	margin-bottom:10px;
	font-weight:300;
}

.latest_press .readmore {
	color: #fff;
	font-size:14px;
	line-height: 45px;
	border-bottom: 1px solid #f9d5b5;
	width: 130px;
	margin:auto;
}

.latest_press:hover {
	background: #ee9444;
}
.current_event > img {
  width: 100%;height: 562px;
}
.current_event {display: block;
float: left;
height: 560px;
margin-left: 18px;
position: relative;
width: 655px;
}

.current_event .current_event_curtain {
  height: 565px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.current_event .current_event_curtain .current_event_text {width:400px; text-align:center; position: relative; top: 50px; left: 220px;}

.current_event .current_event_curtain h2 {
	color:#334960;
	font-size:14px;
	margin-bottom:18px;
	font-weight:300;
}
.current_event .current_event_curtain h1 {
	color:#fff;
	font-size:18px;
	line-height:26px;
	margin-bottom:5px;
	font-weight:300;
}

.current_event .current_event_curtain p {
	color:#fff;
	font-size:16px;
	line-height:24px;
	margin-bottom:10px;
}

.current_event .current_event_curtain .line {border-bottom: 1px solid #334960;width: 130px;margin: 20px auto;}

.current_event:hover .current_event_curtain {
	background: -webkit-linear-gradient(rgba(51,73,96,0.8),rgba(51,73,96,0.2)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(51,73,96,0.8),rgba(51,73,96,0.2)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(51,73,96,0.8),rgba(51,73,96,0.2)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(51,73,96,0.8),rgba(51,73,96,0.2)); /* Standard syntax */
}

.about_us {
  display:inline-block;
  height: 270px;
  position: relative;
  text-align: center;
  width: 326px;
}
.about_us > img {
  width: 100%;
}
.about_us .about_us_text  {
	width:272px;
	height:270px;
	display:block;
	float:left;
	text-align:center;
	padding: 40px 25px 10px 25px;
	position: absolute; top:0; left:0;}

	
.about_us .about_us_text h2 {
	color:#c0392b;
	font-size:14px;
	margin-bottom:18px;
	font-weight:300;
}
.about_us .about_us_text h1 {
	color:#000;
	font-size:18px;
	line-height:26px;
	margin-bottom:5px;
	font-weight:300;
}
.about_us .about_us_text .line {border-bottom: 1px solid #c0392b;width: 130px;margin: 20px auto;}

.about_us:hover img {
	opacity:0.6;
  	filter:alpha(opacity=60); /* For IE8 and earlier */
}


/*************** Content ***************/
#content {width: 1000px; margin: 0px auto 16px;}

#content_text {width:660px; float:left; margin-right:20px; margin-bottom:40px;}

#content_text h1 {font-size: 14px; color:#e67e22; font-weight:400; line-height:24px;}
#content_text p {font-size: 14px; color:#515151; font-weight:300; line-height:24px; margin-bottom:10px;}

#content_text a {color:#34495e;}
#content_text a:hover {color:#e67e22;}

#content_box {width:320px; float:left;}

ol {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol > li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 0.5em;
    min-height: 3em;
	color:#515151;
	font-size:14px;
	line-height:24px;
}
ol > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
     
    font-size: 30px;
    line-height: 1;
    text-align: right;
    color: #73c6b6;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}


/*************** Art Prize ***************/
.wrap {
		width: 1000px;
		position: relative;
		margin: 0 auto;
		padding: 0;

}

.subMenu_wrap {float:right; margin-right:60px;}
/*
@-moz-document url-prefix() {
 .subMenu_wrap {
     float:right; padding-right: 60px;
     }
}
*/

.subMenu {
/*	position: absolute;
	top: 400px;
	height: 50px;*/
	z-index: 1000;
	width: 60px;
}

.subNavBtn {
	display: block;
	height: 60px;
	width: 60px;
	margin: 0;
	text-decoration: none;
	font-size: 18px;
	padding: 0;
	 color:#34495e;
	text-indent:-9999px;
	line-height:60px;
	float:right;
	
}

.end {
	margin: 0;
}

.subMenu a.subnav_about {background:url(../images/artprize_ico_about.png) no-repeat right #fff; }
.subMenu a.subnav_judges {background:url(../images/artprize_ico_judges.png) no-repeat right #d0ece7;}
.subMenu a.subnav_nominators {background:url(../images/artprize_ico_nom.png) no-repeat right #a2d9ce;}
.subMenu a.subnav_rules {background:url(../images/artprize_ico_rules.png) no-repeat right #73c6b6;}
.subMenu a.subnav_gallery {background:url(../images/artprize_ico_gallery.png) no-repeat right #45b39d;}
.subMenu a.subnav_timeline {background:url(../images/artprize_ico_timeline.png) no-repeat right #16a085;}

.active {
	text-indent:0px; padding: 0 80px 0 20px; width:auto;
}

.subMenu_wrap a.btn_enter {background:url(../images/artprize_btn_enter.png) no-repeat; width:210px !important; display:block; text-indent:-9999px; position: absolute; top: 400px; right: -10px;}
.subMenu_wrap a.btn_enter:hover {padding:0; text-indent:-9999px;}
.subMenu_wrap a.btn_enter.active {padding:0;}

/*#sub_nav { width:1000px; margin:auto; position:relative; top: 30px; right:0; z-index:10;}

#sub_nav nav {width:60px;margin: 0;background: none; float:right;}
#sub_nav nav a {display:block; line-height:60px; width:60px; height:60px; text-indent:-9999px; float:right; color:#34495e; font-weight: 400 !important; font-size:18px;
-webkit-transition: padding 1s; 
transition: padding 1s;}
#sticker {padding-bottom: 550px;}

#sub_nav nav a.subnav_about {background:url(../images/artprize_ico_about.png) no-repeat right #fff; }
#sub_nav nav a.subnav_judges {background:url(../images/artprize_ico_judges.png) no-repeat right #d0ece7;}
#sub_nav nav a.subnav_nominators {background:url(../images/artprize_ico_nom.png) no-repeat right #a2d9ce;}
#sub_nav nav a.subnav_rules {background:url(../images/artprize_ico_rules.png) no-repeat right #73c6b6;}
#sub_nav nav a.subnav_gallery {background:url(../images/artprize_ico_gallery.png) no-repeat right #45b39d;}
#sub_nav nav a.subnav_timeline {background:url(../images/artprize_ico_timeline.png) no-repeat right #16a085;}

#sub_nav nav a:hover,
#sub_nav nav a.on {text-indent:0px; padding: 0 80px 0 20px; width:auto;}

*/

.prize_block {width:720px; margin:auto; padding: 30px 250px 30px 30px; min-height:470px;}

.prize_block.alt {background: #fff;}

.prize_block h1 {font-size: 14px; color:#e67e22; font-weight:400; line-height:24px;}
.prize_block p {font-size: 14px; color:#515151; font-weight:300; line-height:24px; margin-bottom:10px;}

.prize_block a {color:#34495e;}
.prize_block a:hover {color:#e67e22;}


/****** Judges *******/
#prize_judges {height: 380px; width:720px;}
#prize_judges-wrapper { margin: 30px 15px;height: 380px;}
.prize_block .ls-nav {overflow: hidden;clear: both;position: absolute;top: 360px;left: 265px;z-index: 1;}
.prize_block .ls-nav a {	
  background: url(../images/banner_dot.png) no-repeat;
  text-indent: -999px;
  margin-right: 14px;
  padding: 0px;  
  outline:0;
  display:block;
  width: 12px;
  height:12px;
}
.prize_block .ls-nav a:hover {
  background: url(../images/banner_dot_on.png) no-repeat;
  text-shadow: none;
}
.prize_block .ls-nav .current a {
  background: url(../images/banner_dot_on.png) no-repeat;
}
.prize_block .ls-nav-left-arrow {background: url(../images/gallery_left_arrow.png) no-repeat; text-shadow: none; width: 24px; height:42px; position:absolute; top: 150px; margin:0;}
.prize_block .ls-nav-left-arrow:hover {background: url(../images/gallery_left_arrow_on.png) no-repeat;}
.prize_block .ls-nav-right-arrow {background: url(../images/gallery_right_arrow.png) no-repeat; text-shadow: none; width: 24px; height:42px; position:absolute; top: 150px; left: 600px; margin:0;}
.prize_block .ls-nav-right-arrow:hover {background: url(../images/gallery_right_arrow_on.png) no-repeat;}

.prize_block .panel-wrapper {width: 525px; margin:0 50px; height: 346px; }

.gallery_item {float:left; display:block; margin: 0 5px 5px 0;position: relative;}
.gallery_item .item_curtain {visibility:hidden; display:block; width:170px; height:120px; position:absolute; top:0; z-index:2; text-align:center; padding-top: 50px;
	background: -webkit-linear-gradient(rgba(22,160,133,0.8),rgba(22,160,133,0.2)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(22,160,133,0.8),rgba(22,160,133,0.2)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(22,160,133,0.8),rgba(22,160,133,0.2)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(22,160,133,0.8),rgba(22,160,133,0.2)); /* Standard syntax */}
.gallery_item:hover .item_curtain {visibility: visible;}
.gallery_item .item_curtain h1 {color: #fff; font-weight:300; font-size:18px; margin-bottom:10px;}
.gallery_item .item_curtain h2 {color: #fff; font-weight:300; font-size:12px;}


.person_profile {max-width:780px; display: none; background:#34495e;color:#fff; padding: 10px;}
.person_profile .person_left {float:left; width:266px; margin-right:30px;}
.person_profile .person_left h1 {font-size:18px; font-weight:300; margin:10px 0;color:#fff; text-align:center;}
.person_profile .person_left h2 {font-size:12px; font-weight:300;color:#fff; text-align:center; line-height:18px;}
.person_profile .person_right {float:left; width:484px; font-size:14px; line-height:24px;}


/****** nominators *******/
#prize_nom {height: 380px; width:720px;}
#prize_nom-wrapper { margin: 30px 15px;height: 380px;}


/****** current gallery *******/
#gallery_selection {width:520px; border-bottom:1px solid #bffbef; padding-bottom:10px; margin-left:65px;}
.gallery_select {color:#45b39d; font-weight:bold; margin-right: 40px;}
.gallery_past a {color:#515151;}

#prize_gallery {height: 380px; width:720px;}
#prize_gallery-wrapper { margin: 30px 15px;height: 380px;}

.artpiece_profile {max-width:840px; display: none; background:#34495e;color:#fff; padding: 10px;}
.artpiece_profile .art_text_left {float:left; width: 560px; margin: 10px; overflow-y: scroll;height: 150px; padding-right:10px;}
.artpiece_profile .art_text_left p {font-size:14px; line-height:24px;}

#scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: none;
	background-color: #5d6d7c;
	width:2px;
}

#scrollbar::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar-thumb {background-color: #8498ab;}

.artpiece_profile .art_text_right {float:left; width: 230px; text-align:right; padding: 10px;}
.artpiece_profile .art_text_right h1 {font-size:18px; font-weight:300; margin:5px 0;color:#fff; text-align:right;}
.artpiece_profile .art_text_right h2 {font-size:12px; font-weight:300;color:#fff; text-align:right; line-height:16px;}
.artpiece_profile .art_text_right .vote { float:right; margin-top:10px;/* background:#45b39d; padding: 3px 10px; width:100px;*/}
.artpiece_profile .art_text_right .vote #public_vote {background:#45b39d;width:130px; border:0;font-size:16px; font-weight: 400;color:#fff; line-height:24px; padding: 3px 10px; letter-spacing:1px;}
.artpiece_profile .art_text_right .vote .text { font-size:14px; font-weight: 400;color:#fff; line-height:20px; float:left;}

/**** vertical ****/
.artpiece_profile .main_piece.vertical {float:left;}
.artpiece_profile .art_text.vertical {float:left; width:350px; margin-left: 10px;}
.artpiece_profile .art_text.vertical .art_text_left {width: 320px; margin: 10px; overflow-y: scroll;height: 450px; padding-right:10px;}
.artpiece_profile .art_text.vertical .art_text_left p {font-size:14px; line-height:24px;}

#scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: none;
	background-color: #5d6d7c;
	width:2px;
}

#scrollbar::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar-thumb {background-color: #8498ab;}

.artpiece_profile .art_text.vertical .art_text_right {width: 330px; text-align:right; padding: 10px;}
.artpiece_profile .art_text.vertical .art_text_right h1 {font-size:18px; font-weight:300; margin:5px 0;color:#fff; text-align:right;}
.artpiece_profile .art_text.vertical .art_text_right h2 {font-size:12px; font-weight:300;color:#fff; text-align:right; line-height:16px;}
.artpiece_profile .art_text.vertical .art_text_right .vote { float:right; margin-top:10px; background:#45b39d; padding: 3px 10px; width:150px;}
.artpiece_profile .art_text.vertical .art_text_right .vote .text { font-size:14px; font-weight: 400;color:#fff; line-height:20px; float:left;}

/****** fancybox arrow upated *******/
.fancybox-nav {
	position: absolute;
	top:605px !important;
	width: 24px !important;
	height: 42px !important;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 770px !important;
}

.fancybox-next {
	right: 10px !important;
}

.fancybox-nav span {
position: absolute;
top: 0px !important;
width: 24px !important;
height: 42px !important;
margin-top: 0px !important;
cursor: pointer;
z-index: 8040;
visibility: visible !important;
}

.fancybox-prev span {
	background:url(../images/fancybox_arrow_left.jpg) no-repeat !important;
	left: 0px !important;
	background-position: 0 !important;
}

.fancybox-next span {
	background:url(../images/fancybox_arrow_right.jpg) no-repeat !important;
	right: 0px !important;
	background-position: 0 !important;
}


/********* Past Galleries ************/
.past_gallery_block {width:1000px; margin: 0 auto 30px;}
.past_gallery_block h1 {font-size: 16px; color:#e67e22; font-weight:400; line-height:28px;}
.past_gallery_block p {font-size: 14px; color:#515151; font-weight:300; line-height:24px; margin-bottom:10px;}

.past_gallery_block a {position:relative;}
.past_gallery_block h2 {font-size: 14px; color:#45b39d; font-weight:400; line-height:26px; position:absolute; background:#fff; padding: 5px 10px; z-index:2;}

.past_gallery_block a:hover h2 {color:#515151;}
.past_gallery_block a:hover img {opacity:0.7; filter:alpha(opacity=70); /* For IE8 and earlier */}

.past_gallery_block .gallery_item .item_curtain h2 {color: #fff; font-weight:300; font-size:12px; position:relative; text-align:center; background:none; line-height:24px;}

.past_gallery_block .listing {margin:auto; width:875px;}
.listing_nav {margin:30px 0;}
.listing_nav a {font-size:14px; color: #515151;}
.listing_nav a:hover {color: #45b39d;}


/****************** Judges table ********************/
.judges_block {width:1000px; margin: 0 auto 30px;}
.judge_piece_block {margin-bottom:20px;}
.judge_piece_block.alt {background:#fff;}
.judge_piece {width:1000px;}
.judge_piece td {padding: 10px; vertical-align:top;}
.judge_piece td h1 {font-size:18px; font-weight:300; margin:5px 0;color:#34495F; text-align:center;}
.judge_piece td h2 {font-size:14px; font-weight:300;color:#000; text-align:center; line-height:16px;}
.judge_piece td p { font-size:14px; font-weight: 300;color:#000; line-height:20px;}
.judge_piece td h3 {font-size:12px; font-weight:300;color:#34495F; line-height:24px;}
.judge_piece td.work_brief {width:300px;}
.judge_piece td.art_brief {width:300px;}
.judge_piece td.art {width:170px;}
.judge_piece td.art_info div {margin-bottom:20px;}
.mobile-judge-piece{display:none;}

.btn_judge_submit {background:#16a085;  display:block; border:0; color: #fff;  font-size:16px; padding:10px 0; width:140px;font-weight: 300;
letter-spacing: 1px; font-family: 'DINOTRegular', sans-serif; margin:auto;}






/*************** Newsletter Signup ***************/
#newsletter_signup {width:890px; margin: 16px auto 0; background:#bdc3c7; color:#fff; padding: 25px 55px; text-align:center; margin-bottom:20px;overflow:hidden;}
#newsletter_signup h1{font-weight:300; font-size:18px; color:#34495e; margin-bottom:15px;}
#newsletter_signup p {color:#fff; font-size:16px;}
#newsletter_signup .newsletter {margin: 20px 0;}
#newsletter_signup .newsletter input {float:left;font-weight:300; letter-spacing:1px; font-family: 'DINOTRegular', sans-serif;}
#newsletter_signup .newsletter input[type=text],
#newsletter_signup .newsletter input[type=email]{width:325px; margin-right: 40px; font-size:16px; border: 0; background:#bdc3c7; color: #fff; padding:10px 5px; border-bottom: 1px solid #fff;}

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

#newsletter_signup .newsletter input[type=submit] {background: #34495e; display:block; border:0; color: #fff;  font-size:16px; padding:10px 0; width:140px;}



/*************** footer ***************/

footer {width:100%; background:#34495e; padding: 30px 0;}

footer a {color:#fff;}
footer a:hover {color:#e67e22;}
#footer_wrap {width:1240px; margin:0 auto; color:#fff; border-bottom: 1px solid #5f7082; padding-bottom:10px;}
#footer_wrap h1 {font-size: 18px; font-weight:400; margin-bottom:20px;}
#footer_wrap p {font-size: 14px; font-weight:300; line-height:24px;margin-bottom:15px;}

#footer_contact {float:left; width:20%;text-align: center;}
#footer_contact2 {float: left;margin-top: 40px;width: 52%;}
#footer_soical {float:left;width:27%;}

#footer_contact img{border-radius: 50px;margin-bottom:25px;}
#footer_contact a{display:block;}
#footer_contact2 p{float: left;
margin-right: 10px;
width: 31%;}
.design_by{margin-top: 35px;display: block;font-size: 13px;}
ul.social_icons_footer li {float:left;list-style:none;margin-right: 10px;}
ul.social_icons_footer li a{text-indent: -9999px;display:block;width:30px;height:30px;}

ul.social_icons_footer li a.soical_fb {background:url(../images/soical_fb_footer.png) no-repeat;}
ul.social_icons_footer li a.soical_fb:hover {background:url(../images/soical_fb_footer_on.png) no-repeat;}
ul.social_icons_footer li a.soical_twitter {background:url(../images/soical_twitter_footer.png) no-repeat;}
ul.social_icons_footer li a.soical_twitter:hover {background:url(../images/soical_twitter_footer_on.png) no-repeat;}
ul.social_icons_footer li a.soical_google {background:url(../images/soical_googleplus_footer.png) no-repeat;}
ul.social_icons_footer li a.soical_google:hover {background:url(../images/soical_googleplus_footer_on.png) no-repeat;}

ul.social_icons_footer li a.soical_pin {background:url(../images/soical_pin_footer.png) no-repeat;}
ul.social_icons_footer li a.soical_pin:hover {background:url(../images/soical_pin_footer_on.png) no-repeat;}

ul.social_icons_footer li a.soical_youtube {background:url(../images/soical_youtube_footer.png) no-repeat;}
ul.social_icons_footer li a.soical_youtube:hover {background:url(../images/soical_youtube_footer_on.png) no-repeat;}
ul.social_icons_footer li a.soical_linkedin {background:url(../images/soical_linkedin_footer.png) no-repeat;}
ul.social_icons_footer li a.soical_linkedin:hover {background:url(../images/soical_linkedin_footer_on.png) no-repeat;}
ul.social_icons_footer li a.soical_rss {background:url(../images/soical_rss_footer.png) no-repeat;}
ul.social_icons_footer li a.soical_rss:hover {background:url(../images/soical_rss_footer_on.png) no-repeat;}

#footer_soical .copyright {color:#dddedd; font-size: 11px; line-height:18px; margin-top:50px;}
#footer_soical .copyright a {color:#dddedd;}
#footer_soical .copyright a:hover {color:#e67e22;}
.mail_address {clear: both;padding-top: 25px;text-align: center;}
.mail_address p{color: #dddedd;font-size: 11px !important;}

/********************** Enroll Form ***********************/
body.enroll_form {background:#34495e;}

body.enroll_form .form {width: 760px; margin:auto; color:#fff; padding: 0 20px;}

body.enroll_form .form .step { list-style:none; background:url(../images/steps_bg.jpg) repeat-x; width: auto; margin: 10px auto 40px; font-family: 'Open Sans', 'sans-serif';}
body.enroll_form .form .step li {font-size:95px; color: #5d6d7c; float:left; background:#34495e; font-weight:600; margin:0 25px; padding: 0 15px;}
body.enroll_form .form .step li.on {color: #fff;}

body.enroll_form .form .step li:first-child { margin-left:0;}
body.enroll_form .form .step li:last-child { margin-right:0;}
body.enroll_form form {margin: 20px 0;}
body.enroll_form form .row input { width: 350px; float:left; line-height:38px; margin-right:10px; margin-bottom:8px; color:#34495e; font-size:14px; padding: 0 10px;font-family: 'DINOTRegular', sans-serif; border:0px; height:45px; float:left;}
body.enroll_form form .row input:last-child {margin-right:0px;}

body.enroll_form form .row input ::-webkit-input-placeholder {color:#34495e;}
body.enroll_form form .row input :-moz-placeholder {color:#34495e;}

body.enroll_form form .row textarea{ width: 350px; float:left; line-height:22px; margin-right:10px; margin-bottom:8px; color:#34495e; font-size:14px; padding: 10px;font-family: 'DINOTRegular', sans-serif; border:0px; height:105px;}

body.enroll_form form .row input[type=file] {color:#fff; }
body.enroll_form form .row input[type=submit] { float:right; display:block; background:url(../images/btn_enter_form_submit.jpg) no-repeat; width:132px; height:38px; text-indent:-999px;}


/**** dropdown ****/
body.enroll_form .styled-select select {
   background: transparent;
   width: 370px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 45px;
   padding: 12px 0;
   -webkit-appearance: none;
   font-family: 'DINOTRegular', sans-serif;
   color:#34495e;
   }

body.enroll_form .styled-select {
   width: 350px;
   padding: 0 10px;
   height: 45px;
   overflow: hidden;
   background: url(../images/form_dropdown_arrow.png) no-repeat right #fff;
   float:left;
   margin-right:10px;
   margin-bottom:8px; 
   }


/********************** Public Vote Form ***********************/
body.public_vote_form {background:#34495e;}

body.public_vote_form h1 {color:#45b39d; font-size:50px; font-weight:400; letter-spacing:1px; margin: 20px 0 10px 0;}
body.public_vote_form p {color:#fff; font-size:14px; line-height:20px;}

body.public_vote_form .form {width: 760px; margin:auto; color:#fff; padding: 0 20px;}

body.public_vote_form form {margin: 20px 0;}
body.public_vote_form .row input { width: 350px; float:left; line-height:38px; margin-right:10px; margin-bottom:15px; color:#34495e; font-size:14px; padding: 0 10px;font-family: 'DINOTRegular', sans-serif; border:0px; height:45px; float:left;}
body.public_vote_form .row input:last-child {margin-right:0px;}

body.public_vote_form .row input ::-webkit-input-placeholder {color:#34495e;}
body.public_vote_form .row input :-moz-placeholder {color:#34495e;}

body.public_vote_form form .row input[type=submit] { float:right; display:block; background:url(../images/btn_vote.jpg) no-repeat; width:132px; height:38px; text-indent:-999px;}


/********************** Sorry Form ***********************/
body.sorry_form {background:#34495e;}

body.sorry_form h1 {color:#45b39d; font-size:50px; font-weight:400; letter-spacing:1px; margin: 20px 0 10px 0;}
body.sorry_form p {color:#fff; font-size:14px; line-height:20px;}

body.sorry_form .form {width: 760px; margin:auto; color:#fff; padding: 0 20px;}

body.sorry_form form {margin: 20px 0;}
body.sorry_form .row input { width: 350px; float:left; line-height:38px; margin-right:10px; margin-bottom:15px; color:#34495e; font-size:14px; padding: 0 10px;font-family: 'DINOTRegular', sans-serif; border:0px; height:45px; float:left;}
body.sorry_form .row input:last-child {margin-right:0px;}

body.sorry_form .row input ::-webkit-input-placeholder {color:#34495e;}
body.sorry_form .row input :-moz-placeholder {color:#34495e;}

body.sorry_form form .row input[type=submit] { float:right; display:block; background:url(../images/btn_send.jpg) no-repeat; width:132px; height:38px; text-indent:-999px;}





/**************** Login Form ********************/
.loginForm, .contactForm {width: 1000px; margin:auto; padding: 50px 0;}

.loginLoginForm input[type=text],
.loginLoginForm input[type=password]{width:325px; margin-right: 40px; font-size:16px; border: 0; background:#ecf0f1; color: #000; padding:10px 5px; border-bottom: 1px solid #34495e;font-family: 'DINOTRegular', sans-serif; float:left;}

.loginLoginForm ::-webkit-input-placeholder {color: #000;}
.loginLoginForm :-moz-placeholder {color: #000;}

.loginLoginForm input[type=submit] {background: #34495e; display:block; border:0; color: #fff;  font-size:16px; padding:10px 0; width:140px; float:left;}

.loginLegend {font-size:18px; font-weight:bold; margin-bottom:30px;}
.loginLogin {margin-bottom:30px;}
.loginForm a {font-size:14px; color: #34495e;}
.loginForm a:hover {text-decoration:underline;}


/**************** Blog ********************/
#blog {width:1000px; margin:auto;}

#blog #header-image {margin-bottom:20px;}

#blog #right-columns{width:280px; float:left; padding: 10px 20px;}
#blog #main{width:650px; float:left; margin-right:30px;}

/*#blog #header-wrap {width:100%;}
#blog #header-wrap p#intro {width:75%;}*/

#blog #main .post {margin-bottom:30px; border-bottom: 1px solid #ccc; padding-bottom:30px;}
#blog #main .post .title {font-size: 18px; border-left: 10px solid #e67e22; color:#000; padding: 10px 20px; line-height:22px; margin-bottom:10px; font-weight:bold;}
#blog #main .post .title a {color:#000;}
#blog #main .post .title a:hover {color:#e67e22;}
#blog #main .post .post-info {font-size: 14px; color:#515151; margin-bottom:10px; padding: 0 20px 0 30px;}
#blog #main .post .post-info a {color: #000;}
#blog #main .post .post-info a:hover {color:#e67e22;}
#blog #main .post .entry { padding: 0 20px 0 30px;}
#blog #main .post .entry p {font-size: 14px; color:#515151; font-weight:300; line-height:24px; margin-bottom:10px;}
#blog #main .post .entry img {margin: 10px 0;}
#blog #main .post .readmore {font-size:16px; color:#34495e; margin-right:30px; font-weight:bold; float:right;}
#blog #main .post .readmore:hover {color:#e67e22;}

#blog #right-columns {background: #d4d9da/* #16a085*/; color:#515151; min-height:300px;}

#blog #right-columns #search input[type=text] {font-size:16px; border: 0; background:#d4d9da; color: #515151; padding:10px 5px; border-bottom: 1px solid #ecf0f1;font-family: 'DINOTRegular', sans-serif; font-weight:400; width:270px;}
#blog #right-columns #search input[type=submit] {background:url(../images/btn_search.png) no-repeat; display: block; width:30px; height:30px; text-indent:-999px; border:0px; position:relative; left:240px; top: -38px;}

#blog #search ::-webkit-input-placeholder {color: #515151;}
#blog #search :-moz-placeholder {color: #515151;}

#blog #right-columns .sidemenu {margin-bottom:30px;}
#blog #right-columns .sidemenu h3 {font-size:14px; font-weight:300; color: #34495e;}
#blog #right-columns .sidemenu ul {list-style:url(../images/blog_nav_arrow.png); margin:10px 0 10px 18px;}
#blog #right-columns .sidemenu ul li {font-size:16px; line-height:18px; margin-bottom:5px;}
#blog #right-columns .sidemenu ul li a {color:#515151;}
#blog #right-columns .sidemenu ul li a:hover {color:#16a085;}



/* contact form */

.contactForm{}
.contactform_area, .left_sidebar {
  float: left;
  width: 68%;
  margin-right: 25px;
}
.single_input {
  float: left;
  margin-right: 25px;
  width: 46%;
}
.single_input label, .full_input label{display:block;}
.single_input input[type=text], .full_input  input{-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: -moz-use-text-color -moz-use-text-color #000;
border-image: none;
border-style: none none solid;
border-width: 0;
width: 83%;
height: 35px;
margin-top: 12px;margin-bottom:15px;padding: 0 10px;}
.full_input{}
.full_input label{}
.full_input  input[type=email], .full_input textarea{padding: 0 10px;width: 88%;}
.full_input textarea{border: 0 none;height: 200px;margin-top: 12px;padding: 10px;width: 88%;}
.right_sidebar { width: 29%; float: left;}
.right_sidebar p {margin-bottom: 12px;}
.right_sidebar img{width:100%;margin-bottom:20px;}
.contactform_area input[type=submit], .patron_form input[type=submit], a.donate{background: none repeat scroll 0 0 #34495e;
border: 0 none;
color: #fff;
display: block;
float: left;
font-size: 16px;
padding: 10px 42px;margin-top:12px;cursor:pointer;}

.fix{overflow:hidden;}
.floatleft{float:left;}
.floatright{float:right;}
.press_area{width: 1000px; margin:auto; padding: 50px 0;}
.left_sidebar{margin-right: 80px;width: 63%;}
.left_sidebar h1, .full_width h1{font-size: 19px;text-transform: capitalize;margin-bottom: 25px;}
.single_year{margin-top: 25px;}
.single_year h3{margin-bottom: 15px;}
.single_item{background: url("../images/left-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);margin-bottom: 35px;position: relative;padding-left: 30px;}
.left_content{margin-right: 25px;width: 89%;}
.left_content h3{text-transform: capitalize;}
.left_content p{margin-bottom: 15px;}
.right_content{width: 40px;}
a.download_icon{background: url("../images/Download.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
top: 50%;
display: block;
height: 25px;
position: absolute;
text-indent: -99999px;
width: 25px;
margin-top: -12px;}
.press_releases{}
.press_releases .left_content {
  margin-right: 0;
  width: 100%;
}
.press_releases .left_content p{margin-bottom:4px;}
.whats-on{}
.whats-on .left_sidebar h1{margin-bottom:20px;}
.whats-on .single_item{background:none;padding-left: 10px;}
.whats-on .single_item .left_content h3{margin-bottom: 5px;}
h3.event_venue{color:#00CC66;}


/* page_title css */

.page_title{width: 1000px; margin:auto;position: relative;min-height: 200px;}
.page_title p{color: #fff;
font-family: "DINOTRegular";
font-size: 48px;
padding-top: 120px;
padding-left: 20px;}
.page_title p sup{font-size: 21px;
vertical-align: top;
margin-right: -7px;}
.page_title p span{font-family:'DINOTBold';}
.page_title img{left: 0;position: absolute;top: 0;width: 100%;z-index: -1;}

/* events css */

.events{}
.events p a, .all_images p a{color: #000;display: inline-block;margin-top: 50px;}
.events .left_sidebar {margin-right: 0;width: 100%;}
.events .left_content {width:70%;}
.events .right_content {text-align: center;text-transform: uppercase;width: 12%;}
.events .right_content a{color: #cc0000;display: inline-block;margin-top: 46px;}
.buy_ticket{margin-left: 15px;margin-top: 40px;}
.buy_ticket a{background:#34495e;border: 0 none;color: #fff;display: block;font-size: 16px;padding: 10px 0;text-align: center;width: 115px;}

.patron_form{margin-top:15px;}
.patron_form .single_input input[type="text"], .full_input input{width: 93%;}
.membership_box{}
.membership_box p{margin-top: 19px;}
.membership_box input{margin-right: 50px;width: 4%;}
.another_payment{margin-top:45px;text-align:center;}
.another_payment h2{margin-bottom:25px;}
.another_payment p{line-height: 21px;text-align:left;}
.another_payment p span{font-weight:bold;}
.bank_details{border: 1px solid#333;padding: 20px;margin-top: 20px;}
.bank_details ul{margin:0;padding:0;list-style:none;margin-bottom:20px;}
.bank_details ul li{display:block;overflow: hidden;margin-bottom: 5px;}
.bank_details ul li span{text-align: left;width: 150px;}
.bank_details ul li p{}
.bank_details p.bank_alert{background: url("../images/banner_dot.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);margin-bottom: 10px;padding-left: 22px;}

.donate{}
.donate p{margin-bottom:5px;line-height:20px;}
a.donate{margin-top:50px;}
.left_images{width: 32%;margin-right: 25px;}
.left_images img{margin-bottom: 20px;width: 100%;}
.right_text_details{width:64%;}
.right_text_details p{line-height:20px;text-align:justify;}
.right_text_details h3{text-align: center;margin-top: 60px;line-height: 22px;}
.right_text_details h3 a{color:#000;}

.about_patronage{}
.about_patronage p{margin-bottom:15px;line-height:21px;text-align:justify;}
.about_patronage a{margin-top: 50px;display:block;}
.patronage_pricing_table{margin-top: 50px;}
.patronage_pricing_table h3{margin-bottom: 30px;}
.all_table, .our_all_patrons{margin-left:-15px;}
.single_table, .single_patrons{margin-left: 15px;width: calc(93% / 3);}
.single_table h2{
padding: 18px 0;
text-align: center;
color: #fff;}
.single_table ul{background:#fff;margin:0;padding:0;list-style:none;}
.single_table ul li{padding: 10px;border-bottom: 1px solid#ddd;}
.single_table ul li:last-child{border-bottom: 0 solid #ddd;padding-bottom: 20px;}
.single_table ul li.package_price{font-size: 17px;font-weight: bold;padding: 28px 0;text-align: center;}
.single_table h2.gold{background:#f1c40f;}
.single_table h2.sliver{background:#bdc3c7;}
.single_table h2.individual{background:#2c3e50;}
a.become_patron{color: #000;font-weight: bold;text-align: center;text-transform: uppercase;}
.our_all_patrons{margin-top:40px;}
.single_patrons img{width:95%;margin-bottom:10px;}
.single_patrons p{margin-bottom: 5px;line-height: 22px;}
.single_patrons h2{margin-bottom:25px;}
.single_patrons h3{margin:25px 0;}

.full_width{}
.full_width h1{}
.all_images{margin-left:-8px;width:100%;margin-bottom:40px;}
.all_images ul{margin:0;padding:0;list-style:none;}
.all_images ul li{float: left;
margin-bottom: 8px;
margin-left: 8px;
width: calc(96%/5);}
.all_images ul li img{width:100%;}
.all_images p {margin-left: 10px;}

.all_charity{}
.single_charity{margin-bottom: 40px;}
.charity_logo > img {width: 100%;}
.charity_logo{width: 24%;margin-right: 15px;}
.charity_desc{width: 73%;text-align: justify;}
.charity_desc p{line-height: 19px;margin-bottom: 10px;}
.charity_desc a{color:#000;}
.whats-on .left_content {width: 100%;}
body.enroll_form form .row textarea.artist_bio {width: 730px;}

.rules_text_entry{margin-bottom: 30px;}
.rules_text_entry p{font-size: 14px;color: #ddd;
margin-bottom: 5px;
line-height: 19px;}

/* artwork entry form */

.submit_artwork_area{}
.submit_artwork_area p{font-size: 15px;line-height: 20px;}
.file_input_div{margin: 30px 0;}
.file_input_div p {margin-top: 8px;}
.file_input_div #button{margin-left: 20px;height: 40px;border: 0;}
.image_art_details{}
.image_art_details form{margin-left: -25px !important;margin-top: 0 !important;}
.image_art_details p{margin-left: 25px;}
.single_entry_det{margin-bottom: 20px;margin-left: 25px;margin-top: 20px;width: 100%;}
.single_entry_det.two_col{width: 46%;}
.single_entry_det.two_col input{width: 94.5%;}
.single_entry_det.three_col{width: calc(89% / 3);}
.single_entry_det.three_col input{width: 91%;}
.single_entry_det.checking_box{margin-bottom: 0;margin-top: 7px;}
.single_entry_det p{}
.single_entry_det label{display: block;margin-bottom: 10px;}
.single_entry_det input{border: 0 none;font-size: 17px;height: 40px;padding: 0 10px;}
.single_entry_det input#mailing_list{width: 50%;}
.single_entry_det textarea{font-size: 17px;height: 140px;padding: 10px;width: 100%;}
.single_entry_det input#checkingbox{height: auto;}
.image_price{margin-top: 25px;}
.image_price form{margin-left: -25px !important;margin-top: 0 !important;}
.image_price .single_entry_det input {width: 38%;}
.image_price .single_entry_det p {margin-left: 0;margin-top: 7px;}
.image_price form p{margin-left: 25px;}
.close_up{}
.close_up p{}
.close_up .single_entry_det {margin-left: 0;}
.close_up .single_entry_det p {margin-top: 7px;}
p.entry_form_no{background: #ddd;padding: 10px;color: #000;margin-bottom: 15px;}
.skip_box{margin-left: 0;margin-bottom: 25px !important;}
.skip_box p {margin-left: 15px;margin-top: 1px;}
.{}
.{}
.{}