/*Layouts css goes here*/

#width100 {
  width: 100%;
}

.eventContent img {
	max-width: 100%;
    height: auto;
  border: 4px solid #FFF;
}
.imgLink {
	outline: 1px solid #666;
    padding: 0;
    box-shadow: #000 0px 0px 10px;
    background: none;
    opacity: 0.9;
  width: 100%;
} 
.imgLink:hover {
	outline: 1px solid #aaa;
    opacity: 1;
}  
#eventsListContainer {
  margin: 25px auto;
}

#clearMargin {
  padding: 0;
}
#logoHeader {
  float:left;
}
#responsiveContainer {
  max-width: 1500px;
  margin: 0 auto 25px auto;
}
#responsiveContainerTop {
  max-width: 1500px;
  margin: 150px auto 0 auto;
}
#responsiveTop {
  max-width: 1500px;
  margin: 150px auto 0 auto;
}
#containerTop {
  margin: 175px auto 0 auto;
}
#containerTop150 {
  margin: 150px auto 0 auto;
}
#containerTopResponsive {
  max-width: 1500px;
  margin: 150px auto 0 auto;
}
#pageContainer {
  max-width: 1500px;
  margin: 0 auto;
  color: #CCC;
}
#pageContent {
  padding: 25px 50px 25px 50px;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  background: #222;
}
#pageContent h4 {
  display: block;
  color: #444;
  width: 100%;
  margin: 10px 0 5px 0;
  padding: 5px 10px;
  background: #DDDDDD;
  background-image: -webkit-linear-gradient(top, #BBBBBB, #DDDDDD);
  background-image: -moz-linear-gradient(top, #BBBBBB, #DDDDDD);
  background-image: -ms-linear-gradient(top, #BBBBBB, #DDDDDD);
  background-image: -o-linear-gradient(top, #BBBBBB, #DDDDDD);
  background-image: linear-gradient(to top, #BBBBBB, #DDDDDD); 
}
#pageContent ul {
  padding-left: 0;
}
#pageContent li {
  list-style-type: none;
  margin-bottom:5px;
}



#postContent {
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  background: #222;
  padding: 0;
}
#postContent h3 {
    display: block;
    color: #FFFFFF;
    width: 100%;
    margin: 30px 0 10px 0;
    padding: 1%;
    background: #148426;
    background-image: -webkit-linear-gradient(right, #148426, #0e581a);
    background-image: -moz-linear-gradient(right, #148426, #0e581a);
    background-image: -ms-linear-gradient(right, #148426, #0e581a);
    background-image: -o-linear-gradient(right, #148426, #0e581a);
    background-image: linear-gradient(to right, #148426, #0e581a);
}
#postContent h4 {
  display: block;
  color: #444;
  width: 100%;
  margin: 10px 0;
  padding: 5px 10px;
  background: #DDDDDD;
  background-image: -webkit-linear-gradient(top, #BBBBBB, #DDDDDD);
  background-image: -moz-linear-gradient(top, #BBBBBB, #DDDDDD);
  background-image: -ms-linear-gradient(top, #BBBBBB, #DDDDDD);
  background-image: -o-linear-gradient(top, #BBBBBB, #DDDDDD);
  background-image: linear-gradient(to top, #BBBBBB, #DDDDDD); 
}
#postContent ul {
  padding-left: 0;
  display: table;
}
#postContent li {
  margin-bottom:5px;
  margin-left: 40px;
}


.postHeader {
  width: 100%;
  height: 300px;
  overflow-y: hidden;
  position: relative;
  background: #111;
}
.postHeader img {
  width: 100%;
  height: auto;
}
.postHeaderGradient {
  width:100%;
  height:300px;
  position:absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,.1), rgba(0,0,0,.85)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.85)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.85)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.85)); /* Standard syntax (must be last) */  
}
.postMeta {
  width: 100%;
  height: 50px;
  position: relative;
  padding-top: 10px;
  background: #aaa;
  background-image: -webkit-linear-gradient(top, #AAA, #CCC);
  background-image: -moz-linear-gradient(top, #AAA, #CCC);
  background-image: -ms-linear-gradient(top, #AAA, #CCC);
  background-image: -o-linear-gradient(top, #AAA, #CCC);
  background-image: linear-gradient(to top, #AAA, #CCC); 
  margin-bottom: 25px;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid #FFF;

}
.postTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  color: #FFF;
  font-size: 3.5em;
  margin: 0;
  padding: 0 1%;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: #000000 4px 4px 8px;
  -moz-text-shadow: #000000 4px 4px 8px;
  -webkit-text-shadow: #000000 4px 4px 8px;
}
.homePostTitle {
  position: relative;
  width: 100%;
}
.homePostTitle h1 {
    width: 100%;
    text-align: left;
    background: #000;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
    background-image: -o-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));  
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    color: #ccc;
    border-bottom: 10px solid #ccc;
    font-size: 3.5em;
    margin: 25px 0 0 0;
    padding: 0 1%;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: #000000 4px 4px 8px;
    -moz-text-shadow: #000000 4px 4px 8px;
    -webkit-text-shadow: #000000 4px 4px 8px;
}
.homePostTitle p {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 5px 10px;
}
.postCategory {
  width: 100%;
  height: 40px;
  padding: 10px;
  color: #222;
  position: relative;
}
.postCategory a {
  background: #148426;
  padding: 5px 10px;
  color: #ccc;
}
.postDateAuthor {
    color: #ddd;
    background: #888;
    padding: 0.25% 0.5%;
}
.postCommentsNumber {
  position: absolute;
  right: 0;
  bottom:8px;
    color: #222;
    background: #CCC;
    padding: 0.25% 0.5%;
}
.postContent {
  padding: 0 50px 25px 50px;
  text-align: justify;
  float: left;
  width: 100%;
}
.postContent img {
  box-shadow: #111 2px 2px 10px;
  border: 1px solid;
  max-width: 100%;
  height: auto;
}
.postContent blockquote {
    border-left: 15px solid #FFFFFF;
    color: #FFFFFF;
    background: #333333;
    background-image: -webkit-linear-gradient(right, #333333, #222222);
    background-image: -moz-linear-gradient(right, #333333, #222222);
    background-image: -ms-linear-gradient(right, #333333, #222222);
    background-image: -o-linear-gradient(right, #333333, #222222);
    background-image: linear-gradient(to right, #333333, #222222);
}
.postContent p {
    margin: 0 0 20px;
}
.postAuthorBox {
  width: 100%;
  background: #CCC;
  color: #151515;
  float: left;
}
.postAuthorBox img {
	margin: 10px 20px 20px 20px;
    float: left;
    width: 12%;
    height: auto;
    border: 4px solid #FFF;
    box-shadow: #333 2px 2px 10px;
}
.authorBoxMeta {
  float:left;
  width: 80%;
  padding: 15px 20px 10px;
}
.authorBoxMeta a:hover {
  color: #148426;
}
.postAuthorBox h5 {
  display: block;
  color: #444;
  font-size: 18px;
  width: 100%;
  padding: 5px 10px;
  margin: 0;
  background: #ccc;
  background-image: -webkit-linear-gradient(top, #aaa, #ccc);
  background-image: -moz-linear-gradient(top, #aaa, #ccc);
  background-image: -ms-linear-gradient(top, #aaa, #ccc);
  background-image: -o-linear-gradient(top, #aaa, #ccc);
  background-image: linear-gradient(to top, #aaa, #ccc);
}
.postAuthorBox p {
  float: left;
  width: 100%;
}
.postTags {
  padding: 10px 15px;
}
.blogCatList ul {
  padding: 10px 0;
}
.blogCatList li {
  background: #ccc;
  background-image: -webkit-linear-gradient(right, #bbb, #ddd);
  background-image: -moz-linear-gradient(right, #bbb, #ddd);
  background-image: -ms-linear-gradient(right, #bbb, #ddd);
  background-image: -o-linear-gradient(right, #bbb, #ddd);
  background-image: linear-gradient(to right, #bbb, #ddd);
  padding: 5px 10px;
  list-style: none;
  margin: 2px 0;
  border-left: 15px solid #FFF;
}
.blogCatList li:hover {
  background: #FFF;
  background-image: -webkit-linear-gradient(right, #ccc, #fff);
  background-image: -moz-linear-gradient(right, #ccc, #fff);
  background-image: -ms-linear-gradient(right, #ccc, #fff);
  background-image: -o-linear-gradient(right, #ccc, #fff);
  background-image: linear-gradient(to right, #ccc, #fff);
}
.blogCatList a {
  color: #222;
}
.blogCatList a:hover {
  color: #222;
}

#pageSidebar {
    margin-top: 48px;
}
#responsiveRow {
  max-width:400px;
  margin: 25px auto;
}

#headerRow {
  width:100%;
  position:fixed;
  top:0;
  right:0;
  background-color:#000000;
  border-bottom-color:#FFFFFF;
  border-bottom-style:solid;
  border-bottom-width:8px;
  margin: 0;
  z-index: 100000;
  box-shadow: #111111 0px 2px 16px;
  -moz-box-shadow: #111111 0px 2px 16px;
  -webkit-box-shadow: #111111 0px 2px 16px; 
}
#headerSearch {
  max-width: 100%;
  overflow: hidden;
}
#headerMenu {
    position: absolute;
    max-width: 50%;
    top: 0;
    right: 0;
}

#footer {
  background: #000;
  background-image: -webkit-linear-gradient(bottom,#151515 0,#111 100%);
  background-image: -moz-linear-gradient(bottom,#151515 0,#111 100%);
  background-image: -ms-linear-gradient(bottom,#151515 0,#111 100%);
  background-image: -o-linear-gradient(bottom,#151515 0,#111 100%);
  background-image: linear-gradient(to bottom,#151515 0,#111 100%);
  border-top: 8px solid #fff; 
  margin-top: 25px;  
  padding-top: 15px;
}
#footerCopyrights {
  background: #000;
  margin-top: 15px;
  padding: 15px;
  vertical-align: middle;
}

#comments {
  background-color:#111111;
  border:1px solid #333333;
  box-shadow:#000000 4px 4px 10px;
  float:left;
  margin:0 2% 5% 0;
  width:100%;
  color:#CCCCCC;
  padding:0 5%;
}

#comments h2 {
  background:#EEEEEE;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
  background: -webkit-linear-gradient(top, #BBBBBB, #EEEEEE);
  background: -moz-linear-gradient(top, #BBBBBB, #EEEEEE);
  background: -ms-linear-gradient(top, #BBBBBB, #EEEEEE);
  background: -o-linear-gradient(top, #BBBBBB, #EEEEEE);  
  color:#333333;
  padding:0.1em 0.25em;
  text-align:center;
  text-transform:uppercase;
}

.comment-body {
  background-color: #000000;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#151515));
  background: -webkit-linear-gradient(top, #151515, #000000);
  background: -moz-linear-gradient(top, #151515, #000000);
  background: -ms-linear-gradient(top, #151515, #000000);
  background: -o-linear-gradient(top, #151515, #000000);
  padding:1.5em;
  border-bottom: 4px solid #333333;
}
#comments-listing ul {
  list-style:none;
  padding:0;
}
.comment-author img {
  border:2px solid #FFFFFF;
}
.fn a {
  background-color:#148426;
  border-left-style:solid;
  border-left-width:6px;
  border-right-color:#888888;
  border-right-style:solid;
  border-right-width:2px;
  color:#CCCCCC;
  font-size:20px;
  margin:2px 0;
  padding:0.25em 0.5em 0.15em;
  vertical-align:bottom;  
}
.fn a:hover {
  background-color:#1bb133;  
  color: #FFFFFF;
}
.says {
  vertical-align:bottom;
}
.comment-meta {
  background:#222222;
  margin-bottom:0.5em;
}
.comment-meta a {
  color:#888888;
  padding:0.15em 0.25em;
}
.comment-body p {
  background:#CCCCCC;
  color:#000000;
  padding:3%;}

.pageTitle {
  width: 100%;
  position: relative;
  text-align: center;
  border-bottom: 20px solid #FFF;
  color: #FFF;
  font-size: 5em;
  margin: 0;
  padding: 2%;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: #000000 4px 4px 8px;
  -moz-text-shadow: #000000 4px 4px 8px;
  -webkit-text-shadow: #000000 4px 4px 8px; 
}

*/ -------------------------------------------------------------------------------------------------


*/----------------------------------------------------------------------------------*/

.searchParametricForm {
  width: 100%;
  float: left;
  background-color: #FFF;
  padding:0.25em 0.5em;  
}

.searchBox {
  float:left;
  padding:0.25em 0 0.5em;
  width:100%;
}
.searchBox input {
  background-color:#DDDDDD;
  font-size:2em;
  width:100%;
}

label {
  float: left;
}

.searchParameters {
  float: right;
  margin: 0 auto; 
  background-color:#45BB45; 
  width:100%;  
}
.searchParameter33 {
  float:left;
  font-size:1.5em;
  padding:0.25em;
  text-align:center;
  text-transform: uppercase;
  width:33.3%;
}
.searchParameter50 {
  float:left;
  font-size:1.5em;
  padding:0.25em;
  text-align:center;
  text-transform: uppercase;
  width:50%;
}
.searchParameter33 button, input, select, textarea, .searchParameter50 button, input, select, textarea {
  padding: 0.1em;
  width:100%;
}

.formButton {
  background: #222222;
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -ms-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  float:left;
  text-align:center;
  width:100%;
}

.btn {
  background:linear-gradient(#444444, #222222) #222222;
  border:0 solid #4F4F4F;
  border-radius:0;
  color:#FFFFFF;
  font-size:20px;
  height:50px;
  padding:5px;
  text-align:center;
  text-decoration:none;
  width:49%;
}

.btn:hover {
  background: linear-gradient(#555555, #333333) #333333;
  color: #FFFFFF;
  text-decoration: none;
}

.pagination-container {
  float:left;
  padding:0.75em;
  text-align:center;
  width:100%;
  overflow-x: auto;
}

/* Display as inline to put all contarols in one line */
.pagination-container ul, .pagination-container ul * {
  display:inline;
  padding: 0.5em 0.25em;
}

.pagination-container li:hover {
  background-color: #DDDDDD;
}
   
.pagination-container  a {
  border-bottom: none; 
  color: #45bb45;  
}
.pagination-container .wpv_page_current span,
.pagination-container  a:hover { 
   color: #333;  
   text-decoration: none;
}
  
/* Highlight wpv_page_current to make the current page stand out */
.pagination-container .wpv_page_current span {
  background:#333333;
  color:#FFFFFF;
}

/*----------------------------------------------------------------*/

.projectInfos {
  float: left;
  width: 100%;
  margin: 0 2% 5% 0;
  border: 1px solid #FFFFFF;
  background-color: #222;
  color: #888;
  text-align: justify;
  box-shadow: #000000 4px 4px 10px;
  -moz-box-shadow: #000000 4px 4px 10px;
  -webkit-box-shadow: #000000 4px 4px 10px;  
}
.projectInfos h2 {
  text-align: center;
  background-color: #444;
  border-bottom: 4px solid #333;
  margin: 0;
  padding: 2%;
}
.projectInfos h2:hover {
  background-color: #555;
}
.projectInfos a h2 {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.projectInfos a:hover {
  text-decoration: none;
}

.projectPoster {
  float: left;
  width: 100%;
  margin: 0 0 5% 0;
  padding: 10% 0 10% 0;
  background-color: #111;
  border-bottom: 20px solid #FFF;
}
.projectPoster img {
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  border-bottom: 12px solid #FFF;
  border-left: 4px solid #FFF;  
  margin: 0 auto;
}

.projectInfo {
  float:left;
  padding:0.25em 1em;
  width:100%;
}
.projectInfo p {
  float:left;
  margin:2px 0;
  padding:0.25em 0;
}
.projectInfo a {
  background-color:#148426;
  border-left-style:solid;
  border-left-width:6px;
  border-right-color:#888888;
  border-right-style:solid;
  border-right-width:2px;
  color:#CCCCCC;
  float:left;
  margin:2px 0;
  padding:0.25em 0.5em;
}
.projectInfo a:hover {
  background-color:#1bb133;  
  color: #FFFFFF;
}
.projectInfo label {
  background:#111111;
  border-bottom-color:#333333;
  border-bottom-style:solid;
  border-bottom-width:2px;
  float:left;
  margin:5px 0 0;
  padding:0.25em 0.5em;
  text-align:center;
  text-transform:uppercase;
  width:100%;
}

/* ------------------- slider 100 -------------------- */
.slider-container100 { 
  background: #111; 
  height: 350px;
  width: 100%;
  overflow: hidden;
  
  /* add some space for transition controls */
  padding: 0;
  margin-bottom: 20px;
   
  /* make the slider container a reference point for positing elements it cotains (here: transition controls and slides */
  position: relative;
  
  box-shadow: #000000 4px 4px 8px;
  -moz-box-shadow: #000000 4px 4px 8px;
  -webkit-box-shadow: #000000 4px 4px 8px; 
}
 
/* make the slides div a reference for positioning the elements it contains (here: the slide title) */
.slides {
  position: relative;
}
 
.slides h3 a {
  color: #fff; 
  border: none;
}


.sliderTitle {
  width: 100%;
  position:absolute;
  top:0;
  left:0;
}
.sliderTitle h2 {
  margin:0;
  padding:0.1em 0.5em;
  width:100%;
  text-transform: uppercase;
  background: #DDDDDD;
  background-image: -webkit-linear-gradient(top,#BBBBBB,#DDDDDD);
  background-image: -moz-linear-gradient(top,#BBBBBB,#DDDDDD);
  background-image: -ms-linear-gradient(top,#BBBBBB,#DDDDDD);
  background-image: -o-linear-gradient(top,#BBBBBB,#DDDDDD);
  background-image: linear-gradient(to top,#BBBBBB,#DDDDDD);  
}
.sliderTitle h2:hover {
  background: #EEEEEE;
  background-image: -webkit-linear-gradient(top,#BBBBBB,#EEEEEE);
  background-image: -moz-linear-gradient(top,#BBBBBB,#EEEEEE);
  background-image: -ms-linear-gradient(top,#BBBBBB,#EEEEEE);
  background-image: -o-linear-gradient(top,#BBBBBB,#EEEEEE);
  background-image: linear-gradient(to top,#BBBBBB,#EEEEEE); 
  color: #42a442;
}

/* ------------------- slider 50 -------------------- */
.slider-container50 { 
  background: #111; 
  height: 250px;
  width: 100%;
  overflow: hidden;
  
  /* add some space for transition controls */
  padding: 0;
  margin-bottom: 20px;
   
  /* make the slider container a reference point for positing elements it cotains (here: transition controls and slides */
  position: relative;
  
  box-shadow: #000000 4px 4px 8px;
  -moz-box-shadow: #000000 4px 4px 8px;
  -webkit-box-shadow: #000000 4px 4px 8px; 
}
 
/* make the slides div a reference for positioning the elements it contains (here: the slide title) */
.slides50 {
  position: relative;
}
 
.slides50 h3 a {
  color: #fff; 
  border: none;
}


/* ----------- */
.sliderTitle50 {
  width: 100%;
  position:absolute;
  top:0;
  left:0;
}
.sliderTitle50 h2 {
  margin:0;
  padding:0.1em 0.5em;
  width:100%;
  text-transform: uppercase;
  background: #DDDDDD;
  background-image: -webkit-linear-gradient(top,#BBBBBB,#DDDDDD);
  background-image: -moz-linear-gradient(top,#BBBBBB,#DDDDDD);
  background-image: -ms-linear-gradient(top,#BBBBBB,#DDDDDD);
  background-image: -o-linear-gradient(top,#BBBBBB,#DDDDDD);
  background-image: linear-gradient(to top,#BBBBBB,#DDDDDD);  
}
.sliderTitle50 h2:hover {
  background: #EEEEEE;
  background-image: -webkit-linear-gradient(top,#BBBBBB,#EEEEEE);
  background-image: -moz-linear-gradient(top,#BBBBBB,#EEEEEE);
  background-image: -ms-linear-gradient(top,#BBBBBB,#EEEEEE);
  background-image: -o-linear-gradient(top,#BBBBBB,#EEEEEE);
  background-image: linear-gradient(to top,#BBBBBB,#EEEEEE); 
  color: #42a442;
}
.sliderCount50 {
  background: #338833;
  background-image: -webkit-linear-gradient(top,#004400 0,#338833 100%));
  background-image: -moz-linear-gradient(top,#004400 0,#338833 100%));
  background-image: -ms-linear-gradient(top,#004400 0,#338833 100%));
  background-image: -o-linear-gradient(top,#004400 0,#338833 100%);
  background-image: linear-gradient(to top,#004400 0,#338833 100%);
  color: #CCC;
  border-bottom: 8px solid #ccc;
  padding: 0.2em 0.2em 0.4em 0.2em;
  box-shadow: #111 1px 1px 8px;
  -moz-box-shadow: #111 1px 1px 8px;
  -webkit-box-shadow: #111 1px 1px 8px; 
}
  
.sliderInfo50 {
  position: absolute;
  bottom: -250px;
  right: 0;    
  text-align: right;
  width: 100%;
}

.sliderInfo50 h3 {
  float: left;
  width: 100%;
  color: #FFF;
  margin: 0;
  padding: 0 2%;
  text-transform: uppercase;
  font-size: 200%;
  font-weight: 600;
  
  text-shadow: #000000 4px 4px 8px;
  -moz-text-shadow: #000000 4px 4px 8px;
  -webkit-text-shadow: #000000 4px 4px 8px; 
  
  background: rgba(0,0,0,.1);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,.2)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(0,0,0,0), rgba(255,255,255,.2)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(255,255,255,.2)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(0,0,0,0), rgba(255,255,255,.2)); /* Standard syntax (must be last) */
}


.sliderTags50 {
  width: 100%;
  padding: 0 5px 5px 5px;
  /*background: rgba(0,0,0,.45);*/
  float:left;
}
.sliderTags50 a {
  background-color:#148426;
  border-left-style:solid;
  border-left-width:6px;
  border-right-color:#888888;
  border-right-style:solid;
  border-right-width:2px;
  color:#CCCCCC;
  margin: 5px 0 2px 0;
  padding:0.25em 0.5em;
  float:right;
}
.sliderTags50 a:hover {
  background-color:#1bb133;  
  color: #FFFFFF;
}

.sliderImg50 {
  position:absolute;
  right: 0;
  top: 20px;
  width: 100%;  
}
.sliderImg50 img {
  width: 100%;
  height: auto;
}

.sliderGradient50 {
  width:100%;
  height:275px;
  position:absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,.1), rgba(0,0,0,.85)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.85)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.85)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.85)); /* Standard syntax (must be last) */  
}

.transition-controls {
}

.transition-controls a {
  border-radius: 35px;
  background: rgba(0,0,0,.025);  
  box-shadow: #000 0px 0px 0px;
  padding: 0px 18px 6px;
  margin: 0px;
}
.transition-controls a:hover {
  color: #148426;
  border-radius: 35px;
  background: rgba(0,0,0,.5);  
  box-shadow: #333 3px 3px 12px;
  padding: 0px 18px 6px;
  margin: 0px;
}
.transition-controls a:active, .transition-controls a:hover, .transition-controls a:focus {
  text-decoration:none;
}


.statBox {
  width:100%;
  height:50px;
  border: none;
  padding: 0 15px 15px 15px;
  vertical-align: bottom;
  margin: 0 0 15px 0;
  font-weight: bold;
  box-shadow: #000000 4px 4px 8px;
  -moz-box-shadow: #000000 4px 4px 8px;
  -webkit-box-shadow: #000000 4px 4px 8px;  
  text-shadow: #333 0px 1px 3px;
  -moz-text-shadow: #333 0px 1px 3px;
  -webkit-text-shadow: #333 0px 1px 3px; 
  overflow: hidden;
}

#projectStat {
  background: #338833;
  background: -webkit-linear-gradient(bottom, #338833, #115511); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #338833, #115511); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #338833, #115511); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #338833, #115511); /* Standard syntax (must be last) */   
  color: #FFFFFF;
}
#facebookStat {
  background: #3b5998;
  background: -webkit-linear-gradient(bottom, #3b5998, #2b406e); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #3b5998, #2b406e); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #3b5998, #2b406e); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #3b5998, #2b406e); /* Standard syntax (must be last) */   
  color: #FFF;
}
#facebookStat:hover {
  background: #476cb8;
  background: -webkit-linear-gradient(bottom, #476cb8, #2b406e); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #476cb8, #2b406e); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #476cb8, #2b406e); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #476cb8, #2b406e); /* Standard syntax (must be last) */   
}
#twitterStat {
  background: #55acee; 
  background: -webkit-linear-gradient(bottom, #55acee, #167fd0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #55acee, #167fd0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #55acee, #167fd0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #55acee, #167fd0); /* Standard syntax (must be last) */   
}
#twitterStat:hover {
  background: #74bbf1; 
  background: -webkit-linear-gradient(bottom, #74bbf1, #167fd0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #74bbf1, #167fd0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #74bbf1, #167fd0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #74bbf1, #167fd0); /* Standard syntax (must be last) */   
}
#eventStat {
  background: #ffbb00; 
  background: -webkit-linear-gradient(bottom, #ffbb00, #cc9600); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #ffbb00, #cc9600); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #ffbb00, #cc9600); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #ffbb00, #cc9600); /* Standard syntax (must be last) */   
  color: #FFFFFF;  
  margin-bottom: 5px;  
}
#eventStat:hover {
  background: #ffc933; 
  background: -webkit-linear-gradient(bottom, #ffc933, #cc9600); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #ffc933, #cc9600); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #ffc933, #cc9600); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #ffc933, #cc9600); /* Standard syntax (must be last) */   
}

.statIcon {
  margin: 13px 0 0 0;
  float:left;
}
.statCount {
  margin: 5px 10px;
  font-size: 200%;
  float:left;
}
.statLabel {
  margin: 15px 0 0 0;
  float:left;
}

#socialNetworkStat {
    margin: 0 0 15px 0;
}
#socialNetworkStat a {
  color: #FFFFFF;
}
#socialNetworkStat a:hover {
  color: #FFFFFF;
}
#eventsWidget li {
  margin-bottom: 25px;
}
#eventsWidget ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #252525;  
  color: #CCC;
  box-shadow: #000000 4px 4px 8px;
  -moz-box-shadow: #000000 4px 4px 8px;
  -webkit-box-shadow: #000000 4px 4px 8px;   
}
#eventsWidget {
  padding-left: 0;
  padding-right: 0;
}
#eventsWidget li {
  margin:0;
}
#eventsWidgetTitle {
  padding: 5px 10px;
  margin: 0;
  color: #333;
  background: #DDDDDD;
  background-image: -webkit-linear-gradient(top,#BBBBBB,#DDDDDD);
  background-image: -moz-linear-gradient(top,#BBBBBB,#DDDDDD);
  background-image: -ms-linear-gradient(top,#BBBBBB,#DDDDDD);
  background-image: -o-linear-gradient(top,#BBBBBB,#DDDDDD);
  background-image: linear-gradient(to top,#BBBBBB,#DDDDDD);  
  font-weight: bold;
  text-transform: uppercase; 
  text-align: center;
}
#eventsWidget h4 {
  padding: 5px 10px;
  margin: 0;
  background: #151515;
  background-image: -webkit-linear-gradient(left,#222,#151515);
  background-image: -moz-linear-gradient(left,#222,#151515);
  background-image: -ms-linear-gradient(left,#222,#151515);
  background-image: -o-linear-gradient(left,#222,#151515);
  background-image: linear-gradient(to left,#222,#151515);
  color: #cc9600;
  border-left: 12px solid #cc9600;  
}
#eventsWidget h4:hover {
  border-left: 12px solid #ffbb00;     
}
#eventsWidget a {
    color: #cc9600;
}
#eventsWidget a:hover {
    color: #ffbb00;
}
.duration {
  margin: 10px;
  line-height: 2;
}

#homepageEventMap {
	padding-right: 0;
  padding-left:0;
    margin-right: 0;
    box-shadow: 3px 0px 12px #333;
    z-index: 10000;
}

#userRegister-form {
}
#userRegister-left {
	width: 50%;
    padding: 15px 15% 15px 15px;
    float: left;
}
#userRegister-right {
    width: 50%;
    padding: 15px 15px 15px 30px;
    border-left: 12px solid #333;
    float: left;
}


.wpt-taxonomy-show-popular-list {
  background: #333;
}

.cred-taxonomy-stereo-conversion, .cred-taxonomy-motion-graphics-studio, .cred-taxonomy-animation-supervisor, .cred-taxonomy-vfx-supervisor, .cred-taxonomy-cg-supervisor, .cred-taxonomy-director {
}

.js-wpt-field-items input[type=button] {
  font-weight: bold;
}
.wpt-form-submit {
    font-weight: bold;
    background: #DDDDDD;
    background-image: -webkit-linear-gradient(top, #BBBBBB, #DDDDDD);
    background-image: -moz-linear-gradient(top, #BBBBBB, #DDDDDD);
    background-image: -ms-linear-gradient(top, #BBBBBB, #DDDDDD);
    background-image: -o-linear-gradient(top, #BBBBBB, #DDDDDD);
    background-image: linear-gradient(to top, #BBBBBB, #DDDDDD);
    font-size: 150%;
    color: #333;
}
.wpt-form-submit:hover {
    background: #FFF;
    background-image: -webkit-linear-gradient(top, #BBBBBB, #FFF);
    background-image: -moz-linear-gradient(top, #BBBBBB, #FFF);
    background-image: -ms-linear-gradient(top, #BBBBBB, #FFF);
    background-image: -o-linear-gradient(top, #BBBBBB, #FFF);
    background-image: linear-gradient(to top, #BBBBBB, #FFF);
    color: #444;
}
.wpt-form-textarea, .wpt-form-textfield {
    color: #333;
}

.tagchecklist span {
  background: #353535;
  border-left: 20px solid #aaa;
  border-bottom: 1px solid #fff;
  color: #aaa; 
  padding: 0;
  line-height: 1.5em;
  width: 100%;
}
.tagchecklist span:hover {
  border-left: 20px solid #880000;
  border-bottom: 1px solid #880000;
}
.tagchecklist span a {
  color: #FFF;
}
.eventBanner {
  height: 100%;
  width: auto;
}
#eventBox {
  margin: 0;
}
#eventBoxes {
  margin: 0;
  padding: 0 15px;
}
#eventBigMap {

}

#editProject .cred-field {
  width: 100%;
  min-width: 580px;
  float: left;
  padding: 5px;  
  background: #148426;
  background-image: -webkit-linear-gradient(bottom,#148426 2%,#0e581a 12%);
  background-image: -moz-linear-gradient(bottom,#148426 2%,#0e581a 12%);
  background-image: -ms-linear-gradient(bottom,#148426 2%,#0e581a 12%);
  background-image: -o-linear-gradient(bottom,#148426 2%,#0e581a 12%);
  background-image: linear-gradient(to bottom,#148426 2%,#0e581a 12%); 
}
#editProject .cred-field label {
  color: #DDD;  
  text-transform: uppercase; 
  text-align: center;  
  padding: 2px 10px;
  font-size: 130%; 
  font-weight: normal;
}
#editProject .cred-taxonomy {
	width: 280px;
    padding: 4px;
    background: #148426;
    background-image: -webkit-linear-gradient(bottom,#148426 10%,#0e581a 30%);
    background-image: -moz-linear-gradient(bottom,#148426 10%,#0e581a 30%);
    background-image: -ms-linear-gradient(bottom,#148426 10%,#0e581a 30%);
    background-image: -o-linear-gradient(bottom,#148426 10%,#0e581a 30%);
    background-image: linear-gradient(to bottom,#148426 10%,#0e581a 30%);
    margin: 0 auto 10px auto;
}
#editProject .cred-taxonomy h3 {
  color: #DDD;  
  text-transform: uppercase; 
  text-align: center;  
  padding: 5px;
  margin: 0;
  font-size: 130%;   
}
#cred-form {
  padding: 0 15px;
}
#editProject .wpt-taxonomy-show-popular-list a {
  color: #CCC;
}
#editProject .wpt-taxonomy-show-popular-list a:hover {
  color: #148426;
}
#editProject .cred-form {
  border: 1px solid #ccc;
  padding: 20px 15px;
  background: #aaa;
    background-image: -webkit-linear-gradient(top,#888,#ccc);
    background-image: -moz-linear-gradient(top,#888,#ccc);
    background-image: -ms-linear-gradient(top,#888,#ccc);
    background-image: -o-linear-gradient(top,#888,#ccc);
    background-image: linear-gradient(to top,#888,#ccc);
}
#editProject .cred-taxonomies {
	width: 100%;
    height: auto;
    float: left;
}
#editProject .cred-columnLeft {
	width: 50%;
    float: left;
    margin: 0 auto;
}
#editProject .cred-columnRight {
  width: 100%;
  float: left;
  margin: 0 auto;  
}

.wpt-form-error {
    float: right;
}

#menuVfxCrew img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.tagchecklist {
    margin-left: 0;
}
.tagchecklist span a {
    background: none;
}
.tagchecklist span a:hover {
    background: none;
}


.projectVfxType {
    padding: 0;
    background: #aaa;
    color: #333;
  float: left;
  width: 100%;
}
.projectVfxType a {
	background-color: #148426;
    border-left-style: solid;
    border-left-width: 6px;
    border-right-color: #888888;
    border-right-style: solid;
    border-right-width: 2px;
    color: #CCCCCC;
    margin: 0;
    padding: 0.35em 0.5em;
  float: left;
}
.projectVfxType label {
    background: #444;
  text-transform: uppercase;
    border-left-color: #333333;
    border-left-style: solid;
    border-left-width: 2px;
    color: #CCCCCC;
    margin: 0;
    padding: 0.35em 0.5em;
  float: left;
}

.largeAd-container {
	padding: 15px 5%;
    margin: 60px 0 40px;
    background: #222;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    overflow: hidden;
}
.largeAd {
  text-align: center;
}
.largeAdEvent-container {
  padding: 35px 10px 0;
}
.largeAdFooter-container {
    padding: 0 5%;
    margin: 25px 0 0;
    overflow: hidden;
}
#squareAd {
  max-height: 280px;
  overflow: hidden;
}
.footerAd {
  margin: 15px 0;
}

#eventAdressLink {
  background: none;
  border: none;
  padding: 0;
 }
 
 /* mobile header */
@media screen 
  and (max-device-width: 900px) {   
    #headerRow {
      width:100%;
      position: relative;
      background-color:#000000;
      border-bottom-color:#FFFFFF;
      border-bottom-style:solid;
      border-bottom-width:8px;
      margin: 0;
      box-shadow: #111111 0px 2px 16px;
      -moz-box-shadow: #111111 0px 2px 16px;
      -webkit-box-shadow: #111111 0px 2px 16px; 
    }	
    .homePostTitle h1 {
     	font-size: 2em;
    	float: left;
    }
    .homePostTitle p {
    	position: relative;
    	bottom: 0;
    	text-align: right;
	}
    .sliderInfo h3 {
    	font-size: 175%;
    }
    .sliderImg {
    	width: auto;
    	height: 350px;
	}
    .sliderImg img {
    	width: auto;
    	height: 100%;
    }	
    .sliderImg50 {
    	width: auto;
    	height: 250px;
	}
    .sliderImg50 img {
    	width: auto;
    	height: 100%;
	}
    .sliderTitle50 h2 {
    	font-size: 20px;
    }  
}

.users-list {
  color: #ccc;
  background-color: #333;
  margin: 20px 1%;
  padding: 1%;
  float: left;
}
.userTab {
  width: 100%;
  border: 1px solid #ccc;
  float: left;
	display: inline-table;
}
#userTab {
  width: 100%;
  border: 1px solid #ccc;
  float: left;
	display: inline-table;
  margin: 10px 0 0 0;
}
#user-ul {
	margin: 0;
    padding: 0;
  float: left;
  margin: 10px 0;
}
.userRow td {
  border: none;
  display: inline-block;
	border-right: 1px solid #666;
}

.userRow th {
  text-align: left;
    padding: 2px 5px;
    border-right: 1px solid #666;
    display: inline-block;
}

#user-name {
  border-top: none;
  width: 13%;
}
#user-email {
  border-top: none;
  width: 18%;
}
#user-login {
  border-top: none;
  width: 8%;
}
#user-date {
  border-top: none;
  width: 9%;
}
#user-url {
  border-top: none;
  width: 18%;
}
#user-linkedin {
  border-top: none;
  width: 80px;
}
#user-location {
  border-top: none;
  width: 9%;
}
#user-job {
  border-top: none;
  width: 15%;
}
#user-id {
  border-top: none;
  width: 35px;
}

.similarProjects img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.related-post .post-list .item {
    width: 90%;
    margin: 0 5% 0 5%;
    padding: 0;
}

.related-post .post-list .item .title {
    font-size: 16px;
    color: #111;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    padding: 2px 5px 2px 5px;
    border-left: solid 10px #fff;
    background-color: #ccc;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.related-post .post-list .item .title a {
    margin: 0 0 20px 0;
    color: #111;
    border-left: none;
}