@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Caudex:400,700,400italic,700italic);

@charset "utf-8";
/* CSS Document */
*{
margin: 0;
padding: 0;
}

/* required for sticky footer */

html, body {
	height: 100%;
        background-color:#fff;
        color:#000;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}






/* header */

.header {
 margin-bottom:10px;
 background-color:#FBFBFB;
}

.header h1 {
 margin:0;
 padding:5px 15px;
 font-family:'Caudex';
 font-size:24px;
}
.header h1 a {
 text-decoration:none;
}




ol, ul {
 list-style:none;
}




.iframeholder {
 margin:25px auto;max-width:1250px;width:100%;height:auto;overflow:hidden; 
}

img {
max-width: 100%;
}


.desktop {
  display:block;
}

.loader, .loader2, .load {
 visibility:hidden;
}


.clear { 
width: 100%; 
height: 1px; 
margin: 0 0 -1px; 
clear: both; 
} 


.hiding {
 display:none;
}

.center {
 text-align:center;
}


.spacer {
 width:100%;
}

.spacer30 {
 height:30px;
}

.spacer100 {
 height:100px;
}



.link {
    font-size: 12px;
    background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
    border: 1px solid #e5a900;
    color: #4E4D4B;
    font-weight: bold;
    cursor: pointer;
    width: 40px;
    border-radius: 5px;
    padding: 5px 5px;
    outline: none;
    margin-top: 20px;
    margin-left: 5px;
}

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


.comments {
 margin-top:10px;
}

.comments a, .comment a:hover {
 color:#000;
}

.share {
    display: inline-block;
    max-width: 100%;
    width:100px;
    margin-bottom: 5px;
    font-weight: 700;
}


#templates p span, #update p span, #upload select {
    margin-left: 30px;

}



blockquote {
    background: transparent url("/img/pull-quote-dark.png") no-repeat scroll 0px 4px;
    font-family: Georgia,"Times New Roman",Times,serif;
    padding: 5px 10px 5px 35px;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    border:0;
}

.divider {
    background: transparent url("/img/heading_underline.png") repeat-x scroll 0px 100%;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}


ul.list-1 li {
    background: transparent url("/img/tick-grey.png") no-repeat scroll 0px 3px;
    padding-left:20px;
}



/* CSSMENU */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;

}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;

  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;

  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;

}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}





#storyPosts {
 font-size:14pt;
 font-weight:normal;
}




#storyPosts h1 {
 font-size:16pt;
 font-weight:bold;

}


#storyPosts h6 {
 font-size:11pt;
 color: #698DAD;
 margin: 5px 0 25px 0;

}


#storyPosts .odd, #storyPosts .even {
 padding:15px;
 //border: solid 1px #eee;
}

#storyPosts .odd {

 background: #eee;
}


.postimg {
 text-align:center;    
}

.postbox {
   display: inline-block;
}

.posted {
  text-align:left;
}

.post hr { 
 height:6px;
 visibility:hidden;
 margin: 0px 0 -1px 0; 
}

















#med {
  position:absolute;
 top:5px;
 right:55px;
 width:125px;
 height:24px;
 padding-left:10px;
 color:#000;
 z-index:10;
}





div.dropdown {
color: #555;
margin: 3px -22px 0 0;
width: 143px;
position: relative;
height: 17px;
text-align:left;
z-index:20;
}
div.submenu
{
background: #fff;
position: absolute;
top: -12px;
left: -20px;
z-index: 100;
width: 135px;
display: none;
margin-left: 10px;
padding: 40px 0 5px;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.dropdown  li a {
   
    color: #555555;
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: 6px 15px;
  cursor: pointer;
text-decoration:none;
}

.dropdown li a:hover{
    background:#155FB0;
    color: #FFFFFF;
    text-decoration: none;
    
}
a.account {
font-size: 11px;
line-height: 16px;
color: #555;
color:#e0e0e0;
position: absolute;
z-index: 110;
display: block;
padding: 11px 0 0 20px;
height: 28px;
width: 121px;
margin: -11px 0 0 -10px;
text-decoration: none;

cursor:pointer;
}




.root
{
list-style:none;
margin:0px;
padding:0px;
font-size: 11px;
padding: 11px 0 0 0px;
border-top:1px solid #dedede;
	
	
}



div.on_off_off, span.on_off_off
{
 background: rgb(150,110,120);
 font-family: segoe ui;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 10px;
 border: 3px solid rgb(180, 140, 150);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 color: #fff;
 display: inline;
 z-index:999999;
}
div.on_off_on, span.on_off_on
{
 background: rgb(110,150,120);
 font-family: segoe ui;
 font-size: 12px;
 font-weight: bold;
 padding: 5px 10px;
 border: 3px solid rgb(140, 180, 150);
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 color: #fff;
 display: inline;
 z-index:999999;
}


.instructions {
    font-size:14pt;
    margin:20px 0 100px 0;  
}

#darkbg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
        z-index:100;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


.bottom {
   max-width:450px;
   width:100%;
   margin:-0 auto;  
}



#preview {
  position:absolute;
  top:15px; 
  left:20px;
  padding: 20px;
  border:1px solid #dedede;
    border-radius: 10px;
    box-shadow: 0 0 15px #626F7E;

  background:#fff;  
  
  
}


@media only screen and (max-width : 800px) {

#preview {
    padding:5px;
}

}







.para {
   padding:15px 10px 0 10px;
   font-family:Georgia;
   font-style:italic; 
}


.area{

    margin:10px;
    text-align: center;
    display:block;


   
}

.content {
    display:table-cell;
    vertical-align:middle;
    text-align: center; /* the key */
    height: 350px;
    width: 100%;
   

}

.ad {
  width:300px;
  height:250px;
  border:1px solid #eee; 
    
}


.adlong {
  width:300px;
  height:600px;
  border:1px solid #eee; 
  margin:0 auto;
}





.selection {
    background-color: #eeeeee;
    padding: 40px;
}




#file {
    color: #fff;
    padding: 5px;
    border: 5px solid #009AE1;
    background-color: #009AE1;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 0 15px #626F7E;
    margin-left: 175px;
    width: 250px;
    font-size: 10pt;
}



@media only screen and (max-width : 800px) {

#file {
    margin-left: 25px;
    width: 200px
}

}




#invalid {
 color:red;
}




#success {
 color:green;
}








#templates .submit, #update .submit, #next .submit {
    font-size: 16px;
    background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
    border: 1px solid #e5a900;
    color: #4E4D4B;
    font-weight: bold;
    cursor: pointer;
    width: 200px;
    border-radius: 5px;
    padding: 10px 0;
    outline: none;
    margin-top: 20px;
    margin-left: 5px;
}



#templates p span input[type="text"], #update p span input[type="text"], #download p span input[type="text"], #downloader p span input[type="text"], #upload select {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border: 1px solid #ACE;
    font-size: 16px;
    margin: 0 0 5px;
    padding: 5px;
    width: 350px;
}
input[type="text"], select {
    height: 32px;
    padding: 5px;
    font-size: 14pt;
}
input[type="text"], select {
    max-width: 100%;
}
input, select {
    color: #000000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border: 1px solid #ACE;
}







#loading, #load {
 display:none;
 font-size:14px;
}







/* 
  signupbox new 
*/ 


#signupbox {
 color:#fff;
}

#signupbox h2 {
 font-size:10pt;    
    
}

#signupbox h2, #signupbox h3, #signupbox h4 { 
 color:#fff; 
} 
#signupbox h3 { 
 font-size:16pt; 
 margin:0 0 10px 0; 
} 
#signupbox h4 { 
 font-size:12pt; 
 margin: 10px 0 20px 15px; 
} 

#signupbox h5 { 
 font-size:12pt; 
 margin: 10px 0 20px 0px; 
} 

#signupbox .topwrapper { 
 width:440px; 
 overflow: hidden; 
 margin:0 auto; 
 position:relative; 
 border:#9e2800 solid 0px; 
} 

#signupbox .top_left { 
 float:left; 
 width:210px; 
 min-height:50px; 
 padding: 5px 0px 5px 5px; 
} 

#signupbox .top_right { 
 float:right; 
 width:210px; 
 min-height:50px; 
 padding: 5px 0px 5px 0px; 
} 

#signupbox .top_left input,  #signupbox .top_right input { 
 font-size:14pt;width:180px;height:40px;color:#000;
} 


#signupbox .left_top { 
 float:left; 
 width:120px; 
 min-height:40px; 
 padding: 5px 10px 5px 5px; 
 border:#cdcdcd solid 0px; 
 color:#fff;
} 
#signupbox .left_top label { 
 margin-top:15px; 
} 

#signupbox .right_top { 
 float:right; 
 width:280px; 
 min-height:40px; 
 padding: 5px 10px 5px 0px; 
 border:#cdcdcd solid 0px; 
} 
#signupbox .right_top input { 
 font-size:14pt;width:265px;height:40px; color:#000;
} 



#signupbox .top_left_col { 
 float:left; 
 width:310px; 
 min-height:50px; 
 padding: 5px 0px 5px 5px; 
} 

#signupbox .top_right_col { 
 float:right; 
 width:110px; 
 min-height:50px; 
 padding: 5px 0px 5px 0px; 
} 
#signupbox .top_left input,  #signupbox .top_right input { 
 font-size:14pt;width:180px;height:35px; 
 padding:5px;
 border-radius: 4px; 
 -moz-border-radius:4px; 
 -webkit-border-radius:4px; 
 -khtml-border-radius: 4px;
} 

#signupbox .top_left_col, #signupbox .top_right_col { 
 color:#000;
} 

#signupbox .top_left_col input, #signupbox .top_right_col input { 
 line-height:35px;font-size:14pt;
} 

#signupbox .topwrapper h2 { 
 margin-bottom:10px; 
} 

#signupbox .topit {
 padding-top: 15px;
}

#signupbox .right { 
 float:right; 
 margin-right:15px; 
} 




#signupbox .greenButton{ 
 width:auto; 
 margin:10px 0 0 2px; 
 padding:3px 4px 3px 4px; 
 background-color:#589d39; 
 outline:none; 
 font-weight:bold; 
 border-radius: 4px; 
 -moz-border-radius:4px; 
 -webkit-border-radius:4px; 
 -khtml-border-radius: 4px
 border:1px solid #808080; 
 color:#fff; 
 text-shadow:0 -1px 0 #808080; 
 padding:4px 10px 5px; 
 font-size:11px; 
 margin:0 5px 0 0; 
 font-weight:bold; 
} 
 

#signupbox #remember {
 color:#fff;
}


#remember { 
 padding:15px; 
} 


#loadingsignup, .loadingsignup{ 
 left:10px; 
 position:relative; 
 top:3px; 
 visibility:hidden; 
} 


.passwordbg { 
 background-color:#fff; 
 background-size:277px 37px; 
 background-repeat:no-repeat; 
} 

.notEntered {
 color:#FF0000;
 font-weight:bold;
}


.redltr {
 color:red;
 font-weight:bold;
 padding:0 15px;
}











@media only screen and (max-width : 800px) {


#med {
 right:50px;
}

#signin_menu, #signup_menu, #forgot_menu, #activate_menu, #change_menu, #payment_menu {

 right: 25px; 
}


}




@media only screen and (max-width : 420px) {

#med {
 right:20px;
}

#signin_menu, #signup_menu, #forgot_menu, #activate_menu, #change_menu, #payment_menu {


 right: 5px; 
 width:365px;
}

#signin_menu input[type=text], #signin_menu input[type=password], #signin_menu textarea {
 width:160px;
}

#signup_menu input[type=text], #signup_menu input[type=password], #signup_menu textarea {
 width:160px;
}

#signupbox .topwrapper { 
 width:340px; 
} 

#signupbox .top_left { 
 width:160px; 
} 

#signupbox .top_right { 
 width:160px; 
} 


#signupbox .left_top { 
 width:110px; 
} 

#signupbox .right_top { 
 width:210px; 
} 



}






/*Smartphone*/
@media only screen and (max-width : 320px) {

#med {
 right:10px;
}

#signin_menu, #signup_menu, #forgot_menu, #activate_menu, #change_menu, #payment_menu {
 position:absolute;

 right: 2px; 

 width:360px;
}


}






#top {
    width: 500px;
    background-color: #7F7F7F;
    margin: 30px auto;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 0px 0px 15px #676767;
    -webkit-box-shadow: 0px 0px 15px #676767;
    -moz-box-shadow: 0px 0px 15px #676767;
}












.form-select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.option {
    display:inline-block;
    max-width:50px;
}




#rotating-item-wrapper {
	position: relative;
	width: 300px;
	height: 250px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}




.instructions h4 {
 font-weight:bold;    
}




/* end required for sticky footer */

.header, .header h1 a {
 border-bottom: #ddd solid 1px;
	background: #fff;
background: #fbfbfb;


	color: #000;
}



.footer {
 padding:5px;
}


.footer { 
 border-top: #ddd solid 1px;
 background:#d6d6d6;
 background:#fbfbfb;


 color:#000;
 position:relative;
}





.footer p a, #footerlinks a {text-decoration:none; color:#000;}
.footer p a:hover, #footerlinks a:hover {color:#242424; text-decoration:underline;}
#footerlinks a:active {outline:none;}

.footer p, #footerlinks { text-align: center; }
#footerlinks li { display: inline; padding: 0px 1px;  }

#footerlinks { margin:8px 0 8px 0;  }


