/* theme */
/*--------------------------------------------------------------------------
	General Style
--------------------------------------------------------------------------*/
body {
  background: url(../img/page-background.png);
}
.section {
  padding: 15px 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.section-white {
  background: #FFF;
}
.section .container:first-child h1,
.section .container:first-child h2,
.section .container:first-child h3 {
  margin-top: 0;
  font-weight: 700;
}
.input-micro {
  width: 50px;
  margin-bottom: 0 !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(79, 141, 179, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  color: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
}
ul.no-list-style {
  list-style-type: none;
  margin-left: 0;
}
ul.no-list-style li {
  line-height: 28px;
}
div[class*="span"] {
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;
}
/*--------------------------------------------------------------------------
	Typography Style
--------------------------------------------------------------------------*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #535b60;
}
h1 {
  color: #53555c;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}
h2 {
  color: #53555c;
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  border-bottom: 2px solid #53555c;
  line-height: 1.5em;
  margin: 30px 0;
  padding-left: 10px;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  color: #53555c;
  font-size: 1.5em;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  color: #53555c;
  margin-bottom: 10px;
}
a {
  color: #4f8db3;
}
a:hover {
  color: #2f556d;
}
#mainmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* Multicolumn */
.service-wrapper {
  background: #FFF;
  margin: 20px 10px;
  text-align: center;
  padding: 30px 20px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #999;
  -moz-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  color: 0 0 3px #999;
}
.service-wrapper h3 {
  font-size: 1.2em;
  margin: 10px 0 !important;
}
.service-wrapper p {
  margin-top: 0;
}
/* Row */
.service-wrapper-row {
  padding: 10px 0;
}
.service-wrapper-row h3 {
  padding-top: 15px;
}
.service-wrapper-row .service-image {
  padding-top: 15px;
  text-align: center;
}
.service-wrapper-row .service-image img {
  max-width: 80%;
  vertical-align: bottom;
  bottom: 0;
  border: 7px solid #FFF;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px #999;
  -moz-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
  color: 0 0 8px #999;
}
/*--------------------------------------------------------------------------
	Footer Style
--------------------------------------------------------------------------*/
.footer {
  background: #222;
  color: #A0A0A0;
  padding: 0 20px 10px 20px;
  border-top: 4px solid #4f8db3;
  margin-top: 20px;
  -webkit-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  box-shadow: 0 -1px 12px rgba(0,0,0,0.4);
  color: 0 -1px 12px rgba(0,0,0,0.4);
}
.footer h3 {
  color: #E4E4E4;
  font-size: 1.3em;
  border-bottom: 1px dotted #7C7C7C;
}
.footer ul {
  padding: 0;
}
.footer-navigate-section li {
  line-height: 20px !important;
}
.footer-stay-connected a {
  text-align: left;
  text-indent: -9999px;
  display: block;
  width: 115px;
  height: 40px;
  background: url(../img/stay-connected.png);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.footer-stay-connected a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer-stay-connected a.facebook {
  background-position: -115px 0;
}
.footer-stay-connected a.twitter {
  background-position: -230px 0;
}
.footer-stay-connected a.googleplus {
  background-position: 0 0;
}
.footer-stay-connected li {
  text-align: center;
}
.footer-copyright {
  text-align: center;
  color: #7C7C7C;
  border-top: 1px dotted #7C7C7C;
  padding-top: 10px;
  font-size: 0.9em;
}
/*--------------------------------------------------------------------------
+	Buttons Style
--------------------------------------------------------------------------*/
.btn {
  border: 1px solid #4f8db3;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  text-align: center;
  background: none repeat scroll 0 0 #4f8db3;
  text-shadow: none;
  box-shadow: none;
  color: #FFF;
  white-space: nowrap;
}
.btn:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn .caret {
  border-top: 4px solid #FFF;
}
.btn-micro {
  padding: 1px 8px;
  font-size: 10px;
}
.btn-grey {
  border: 1px solid #cecece;
  color: #333;
  background: none repeat scroll 0 0 #E7E7E7;
}
.btn-grey:hover {
  background: none repeat scroll 0 0 #cecece;
  color: #333;
  text-decoration: none;
  border: 1px solid #cecece;
}
.btn-grey .caret {
  border-top: 4px solid #333;
}
.btn-blue {
  border: 1px solid #3e7191;
  color: #FFF;
  background: none repeat scroll 0 0 #4F8DB3;
}
.btn-blue:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-orange {
  border: 1px solid #cc5a00;
  color: #FFF;
  background: none repeat scroll 0 0 #FF7000;
}
.btn-orange:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-green {
  border: 1px solid #4c5818;
  color: #FFF;
  background: none repeat scroll 0 0 #6E8023;
}
.btn-green:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-red {
  border: 1px solid #ab0d0d;
  color: #FFF;
  background: none repeat scroll 0 0 #DA1111;
}
.btn-red:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-group.open .btn.dropdown-toggle {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
}
.dropdown.open a.dropdown-toggle .caret {
  border-top: 4px solid #FFF;
}

/* override */
#header { position:relative; }
img#header-bg { position:relative;width:100%; height:auto; }
img#logo { position:absolute; top:10px; left:35px; }
@media (max-width: 576px) { 
  img#logo { position:absolute; top:2px; left:10px; max-height:25px; }
}
#topic-search { float:left; color:grey; font-size:18px; padding:7px; max-width:120px; height:auto; cursor:text; }
#submit { height:40px; padding:5px; }
#search-icon { font-size:30px; vertical-align:middle; height:35px; }
.affiliate_links { display:block; clear:both; margin-bottom:20px; margin-top:20px; }
.affiliate_links li { display:inline; float:left; list-style:none; margin-right:20px; margin-bottom: 20px; }
.affiliate_links ul { padding-left:5px; }
.mainmenu > ul > li > a { padding:0.5em 1.25em; }
.quote {
	color:#ccc;
	font-size:0.75em;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
	-webkit-box-shadow: 0 0 0.4em #ccc;
	-moz-box-shadow: 0 0 0.4em #ccc;
	box-shadow: 0 0 0.4em #ccc;
}
.quote:hover, .quote:focus {
	-webkit-box-shadow: 0 0 0.6em #999;
	-moz-box-shadow: 0 0 0.6em #999;
	box-shadow: 0 0 0.6em #999;
}
.quote h5 { font-size:1em; }
.quote .quote-content { color:#646464; font-family:'Open Sans', sans-serif; font-size:1.5em; }
.topic-count { color:#aaa; font-size:0.65em; }
#back-to-homepage { line-height:38px; font-size:1.5em; padding:0.12em; font-weight:bold; }
#topic-list { margin:0; padding:0; }
#topic-list li { display:inline-block; margin-bottom:5px; list-style-type:none; float:left; margin-right:10px; }
#topic-list li a { text-decoration:none; }
#topic-list li a:hover { text-decoration:underline; }
h1 { font-size:1.4em; }
h2 { font-size:1.1em; clear:both; }
h3 { font-size:0.9em; }
#hot-topics-list li { display:inline-block; margin-bottom:10px; margin-right:6px; list-style:none; }
#topic-list li a, #hot-topics-list li a {
	background-color:rgba(173, 216, 230, 0.3);
	-webkit-border-radius:0.5em;
	-moz-border-radius:0.5em;
	border-radius:0.5em;
	padding:0.3em 0.5em;
	line-height:2.1em;
  font-size:1.25em;
}
#topic-list li a:hover, #topic-list li a:focus,
#hot-topics-list li a:hover, #hot-topics-list li a:focus { background-color:rgba(173, 216, 230, 0.9); }
#topic-cloud p { text-align:left; }
.service-wrapper { padding:0px 5px; margin:10px 5px; max-width:300px; }
#page-topic-headline .quote-topic-container {
	background:#ADD8E6; padding:2px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0.4em #ccc;
  -moz-box-shadow: 0 0 0.4em #ccc;
  box-shadow: 0 0 0.4em #ccc;
  font-size:0.75em;
  vertical-align:middle;
  margin:0em 0.2em;
  padding:0.05em 0.6em;
}
#page-topic-headline .quote-topic-container:hover, #page-topic-headline .quote-topic-container:focus {
	-webkit-box-shadow: 0 0 0.6em #999;
	-moz-box-shadow: 0 0 0.6em #999;
	box-shadow: 0 0 0.6em #999;
}

#page-topic-headline a.quote-topic-remover {
	background:#9CC7D5;
	padding: 0.05em 0.15em;
	font-size: 1.05em;
}
#page-topic-headline a.quote-topic-remover:hover, #page-topic-headline a.quote-topic-remover:focus {
	background:#8BB6C4;
}
#page-topic-headline .quote-topic-remover:hover {
	text-decoration:none;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    background-color: rgba(240, 240, 240, 0.8);
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item { padding:0px 10px; }
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
#topic-search-notice {
	position:absolute;
	z-index:10;
	color:#666;
	background-color:rgba(225, 225, 225, 0.8);
	border:1px solid 4f8db3;
	font-size:1.5em;
	font-family:'Open Sans', sans-serif;
	display:none;
	padding:10px;
	margin-top:5px;
	-webkit-box-shadow: 0 0 0.4em #4f8db3;
	-moz-box-shadow: 0 0 0.4em #4f8db3;
	box-shadow: 0 0 0.4em #4f8db3;
}
.random-quote {
	margin-top:5px;
	margin-bottom:20px;
	padding:20px;
	text-align:center;
}
.swiper-container {
		border: 1px dashed lightgrey;
    background:white;
    margin-bottom:10px;
		width: 90%;
    max-width:800px;
		/*max-height: 600px;*/
}
.swiper-pagination-bullet-active {
	background-color:#71a3c1;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}