/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body {
  font: 13px/23px Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  border-top: 4px solid;
}

a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {

}

img {
height: auto;
}

.small-text {
  font-size: 12px;
}

.widget-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.widget-main-title {
  border-bottom: 1px solid;
}

.welcome-text {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 20px 0;
}

.page-title {
  display: block;
  padding: 18px 20px;
}
.page-title ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-title ul li {
  float: left;
  display: block;
}
.page-title h6 {
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  margin: 0;
}
.page-title h6:not(:first-child):before {
  content: "/";
  padding: 0 10px;
}

.grid-or-list {
  float: right;
}
.grid-or-list ul {
  padding: 0;
  margin: 0;
}
.grid-or-list ul li {
  font-size: 14px;
  line-height: 14px;
  margin: 0 7px;
}
.grid-or-list ul li:last-child {
  margin-right: 0 !important;
}

blockquote {
  border-left: 4px solid;
}
blockquote h5 {
  font-weight: 700;
  text-transform: uppercase;
}

.shortcode-typo p {
  margin-bottom: 20px;
}

.shortcode-typo h4 {
  margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	BOOTSTRAP OVERRIDING
/*-----------------------------------------------------------------------------------*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
}

.nav-tabs > li {
  margin: 0;
  padding: 0;
}

.nav-tabs {
  border: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.nav-tabs > li > a:hover {
  border: none;
}

.nav-tabs > li > a {
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size:14px;
  font-weight:bold;
  margin: 0;
  padding: 0;
  height: 46px;
  line-height: 46px;
  padding: 0 24px;
  background: #fff;
}

.tab-content > .tab-pane {
  padding: 20px;
  border-top: 2px solid;
  min-height: 1443px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

.panel-group .panel {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
}

.panel-collapse {
  padding: 0 10px;
}

.alert {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 15px;
}

.progress {
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
.site-header {
  font-size: 12px;
  border-bottom: 4px solid;
}

.header-left {
  margin-top: 70px;
}
.header-left p i {
  margin-right: 7px;
}

.logo {
  margin: 25px auto;
  text-align: center;
}

.header-right {

  margin: 75px 30px 0 0px;
  float:right;
}

.small-links {
	width:250px;
  padding: 0;
  margin: 0 0 15px 0;
  text-align:right;
}
.small-links li {
  list-style: none;
  display: inline;
}
.small-links li:not(:last-child):after {
  padding: 0 8px;
  content: '|';
}

.search-form form input {
	color:#fff;
  min-width: 240px;
  box-shadow: none;
  border: 1px solid;
  height: 34px;
  padding: 10px;
}

.main-navigation {
  border-top: 1px solid;
  font-size: 12px;
}

.main-menu {
  padding: 0;
  margin: 0;
}
.main-menu li {
  list-style: none;
  display: inline-block;
  float: left;
  margin: 0;
  border-right: 1px solid;
  position: relative;
}
.main-menu li ul {
  position: absolute;
  min-width: 200px;
  z-index: 9999;
  top: 100%;
  left: 0;
  padding: 0;
  border-top: 4px solid;
}
.main-menu li ul li {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid;
  padding: 0;
}
.main-menu li ul li a {
  display: block;
  padding: 12px 20px;
}
.main-menu li ul li ul {
  left: 100%;
  top: 0;
}
.main-menu a {
  display: block;
  padding: 15px 10px;
}

.sf-with-ul i {
  margin-left: 10px;
}

.social-icons {
  padding: 17px 20px;
  margin: 0;
}
.social-icons li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-left: 20px;
}

.menu-toggle-btn {
  width: 100%;
  height: 60px;
  font-size: 24px;
  display: block;
  text-align: center;
  line-height: 60px;
}

.responsive_menu {
  position: relative;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}

.main_menu {
  margin: 0;
  padding: 20px;
  list-style: none;
  border-bottom: 1px solid;
}
.main_menu li:not(:first-child) {
  border-top: 1px solid;
  padding: 12px 0;
}
.main_menu li ul {
  list-style: none;
  margin-left: -10px;
  margin-top: 10px;
}
.main_menu li ul li {
  border-top: 1px solid;
  padding: 10px 0;
}
.main_menu li ul li:before {
  content: '-';
  margin-right: 10px;
}
.main_menu a {
  font-size: 16px;
}

.social_icons {
  padding-top: 30px;
  padding-bottom: 10px;
  margin: 0;
  padding-left: 20px;
  display: inline-block;
  text-align: center;
}
.social_icons li {
  display: inline;
  float: left;
}
.social_icons li a {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: left;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/
.main-slideshow {
  padding: 6px;
}

.slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
}
.slider-caption h2 {
  margin: 0 0 7px 0;
  line-height: 20px;
}
.slider-caption h2 a {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.slider-caption p {
  margin: 0;
  color: #a7aaac;
}

.flexslider {
  position: relative;
  height: 392px;
}
.flexslider img {
  width: 100%;
  overflow: hidden;
  min-height: 100%;
  height: auto;
  height: 100%;
}
.flexslider2 {
  position: relative;
  height: 392px;
}
.flexslider2 img {
  overflow: hidden;
  height: auto;
  height: 100%;
}

.flex-direction-nav {
  position: absolute;
  right: 36px;
}

.flex-direction-nav a {
  width: 36px;
  height: 36px;
  display: inline-block;
  float: left;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
}

/*-----------------------------------------------------------------------------------*/
/*	SETTINGS
/*-----------------------------------------------------------------------------------*/
.grid-event-item,
.load-more-btn,
.event-container,
.event-contact,
.blog-grid-item,
.blog-post-container,
.prev-next-post,
#blog-author,
.blog-post-comments,
.contact-page-content,
.contact-form,
.contact-map,
.course-post,
#disqus_thread,
.site-footer,
.widget-item,
.widget-sidebar,
.main-slideshow,
.widget-main,
.list-event-item,
.page-title {
  margin-top: 10px;
}

.gallery-item{
  margin-top: 30px;
}

.event-container,
.blog-post-inner,
#blog-author,
.blog-comments-content,
.contact-page-content,
.course-details,
#disqus_thread,
.widget-item,
.widget-main-title,
.widget-inner,
.box-content-inner,
.slider-caption {
  padding: 20px;
}

.widget-item2{
  padding: 20px 10px 20px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	MAIN STYLING
/*-----------------------------------------------------------------------------------*/
.request-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 16px;
}

.request-information label {
  font-weight: 400;
  font-size: 12px;
}
.request-information label, .request-information input, .request-information select {
  display: block;
}
.request-information input {
  width: 100%;
  border: 1px solid;
  padding: 5px 10px;
  outline: none;
}

.request-info {
  margin-top: 15px;
}

input, select {
  border: none;
  outline: none;
}

.mainBtn,
.request-information .submit_field .mainBtn {
  height: 40px;
  text-align: right;
  width: auto;
  padding: 0 15px;
  margin: 0;
}
.mainBtn2 {
  height: 30px;
  text-align: right;
  float:right;
  background-color: #3889e0;
  color:#fff;
  width: auto;
  padding: 0 15px;
  margin: 0;
}

.submit_field {
  margin-top: 16px;
  line-height: 40px;
}
.submit_field .small-text {
  line-height: 40px;
}

.request-information .request-info select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-select select {
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  padding: 3px 8px;
  border: 1px solid;
}

.full-row {
  margin-bottom: 10px;
}

.blog-list-post,
.event-small-list,
.prof-list-item {
  display: block;
  padding-top: 15px;
}
.blog-list-post:first-child,
.event-small-list:first-child,
.prof-list-item:first-child {
  padding-top: 0 !important;
}
.blog-list-post:last-child,
.event-small-list:last-child,
.prof-list-item:last-child {
  margin-bottom: 0 !important;
}
.blog-list-post:not(:last-child),
.event-small-list:not(:last-child),
.prof-list-item:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px dashed;
}

.blog-list-thumb {
  float: left;
  width: 65px;
  height: 65px;
  display: block;
  margin-right: 15px;
}
.blog-list-thumb img {
  width: 100%;
  height: 100%;
}

.blog-list-title,
.blog-grid-title,
.event-small-title,
.event-title,
.gallery-title {
  margin: 2px 0 0 0;
}
.blog-list-title a,
.blog-grid-title a,
.event-small-title a,
.event-title a,
.gallery-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
	font-size: 13px;
	color: #195697
}

.blog-list-meta,
.event-small-meta,
.blog-grid-meta {
  margin: 0;
}

.calendar-small {
  float: left;
  display: block;
  margin-right: 15px;
  width: 65px;
  height: 65px;
}
.calendar-small .s-month {
  display: block;
  width: 65px;
  height: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}
.calendar-small .s-date {
  font-size: 16px;
  font-weight: 700;
  width: 65px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  display: block;
}

.prof-thumb {
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 15px;
  overflow: hidden;
}
.prof-thumb img {
  width: 100%;
  height: 100%;
}

.prof-name-list {
  margin: 2px 0 0 0;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 22px;
  font-weight: 700;
  font-size: 14px;
}

#slider-testimonials ul {
  padding: 0;
  margin: 0;
}
#slider-testimonials ul li {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-style: italic;
}
#slider-testimonials .prev, #slider-testimonials .next {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  float: left;
  display: block;
  margin: 10px 2px 0 0;
}

.gallery-small-thumbs {
  margin-left: -12px;
  margin-bottom: -12px;
}

.thumb-small-gallery {
  overflow: hidden;
  float: left;
  margin-left: 12px;
  width: 70px;
  display: inline-block;
  height: 70px;
  margin-bottom: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumb-small-gallery img {
  width: 100%;
  height: 100%;
}

.our-campus ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width:10000px;
}
.our-campus ul li {
  float: left;
}
.our-campus ul li img {
  opacity: .5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our-campus ul li img:hover {
  opacity: .8;
}

.grid-event-header {
  border-bottom: 1px solid;
  padding: 15px 20px;
}
.grid-event-header span i {
  margin-right: 10px;
}
.grid-event-header .event-place {
  margin-right: 20px;
}

.event-title {
  margin: 0 0 10px 0;
}

.load-more-btn {
  text-align: center;
  border-bottom: 2px solid;
}
.load-more-btn a {
  padding: 12px 20px;
  font-weight: 700;
  display: block;
}
.load-more-btn:active {
  border-bottom: 0;
}

.list-event-thumb {
  float: left;
  margin-right: 20px;
  display: block;
  width: 170px;
  max-height: 150px;
  overflow:hidden;
  display:block;
}
.list-event-thumb img {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.list-event-thumb img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}

.list-event-item .list-event-header {
  margin-bottom: 10px;
  line-height: 10px;
}
.list-event-item .list-event-header span i {
  margin-right: 10px;
}
.list-event-item .list-event-header .event-place {
  margin-right: 20px;
}
.list-event-item .list-event-header .view-details {
  float: right;
}

.view-details{
	margin: 20px 0 0 0 }

.lightBtn {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  line-height: 32px;
}

.event-container .event-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.event-container .event-time {
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin: 20px 0;
}

.left-event-content {
  float: left;
  position: relative;
}

.right-event-content {
  float: right;
  width: 65%;
}
.right-event-content p {
  margin-bottom: 20px;
}

.event-contact h4 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.event-contact ul {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
}
.event-contact ul li {
  line-height: 24px;
}

#Grid .mix {
  display: none;
  opacity: 0;
}

.gallery-thumb {
  position: relative;
  overflow: hidden;
}
.gallery-thumb img {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.gallery-content {
  padding: 12px 20px;
}
.gallery-content p {
  margin-top: 5px;
  margin-bottom: 0;
}

.search-form-widget input {
  border: 1px solid;
  width: 100%;
  padding: 7px 10px;
}

.mixitup-controls {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  list-style-type: square;
}
.mixitup-controls li {
	font-size:15px;
  line-height: 38px;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}

.mixitup-controls li i{
	font-size:11px;
	color: #ccc;
	padding: 0 15px 0 0}

.mixitup-controls .active {
  font-weight: 700;
}

.blog-list-details,
.event-small-details {
  overflow: hidden;
}

.blog-grid-item .blog-grid-title {
  line-height: 22px;
  margin-bottom: 10px;
}

.blog-grid-thumb {
  overflow: hidden;
  height: 220px;
  position: relative;
}
.blog-grid-thumb .cat-blog {
  height: 26px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  line-height: 26px;
}
.blog-grid-thumb img {
  width: 100%;
  height: 100%;
}

.blog-categories {
  padding: 0 20px;
}
.blog-categories ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  list-style-type: square;
}
.blog-categories ul li {
  line-height: 24px;
}

.blog-post-image {
  overflow: hidden;
  position: relative;
}
.blog-post-image .blog-post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-post-image .blog-post-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-post-image .blog-post-meta ul li {
  padding: 7px 10px;
  margin-top: 1px;
}
.blog-post-image .blog-post-meta ul li i {
  margin-right: 10px;
}
.blog-post-image img {
  width: 100%;
}

.blog-post-inner p {
  margin-bottom: 20px;
}
.blog-post-inner .blog-post-title {
  margin: 10px 0 20px 0;
}

.tag-items {
  line-height: 25px;
}
.tag-items a {
  line-height: 25px;
  height: 25px;
  display: inline-block;
  padding: 0 8px;
}

.prev-next-post .whiteBtn {
  border-bottom: 2px solid;
  display: inline-block;
  margin-right: 8px;
}
.prev-next-post .whiteBtn:active {
  border: 0;
}
.prev-next-post a {
  display: block;
  padding: 10px 20px;
  float: left;
  font-weight: 700;
}
.prev-next-post .prev i {
  margin-right: 10px;
}
.prev-next-post .next i {
  margin-left: 10px;
}

.blog-author-img {
  float: left;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.author-name {
  margin: 5px 0 10px 0;
  font-size: 16px;
}
.author-name a {
  font-weight: 600;
}

.blog-comments-content .media-heading {
  margin: 3px 0 5px 0;
  font-size: 14px;
  font-weight: 600;
}
.blog-comments-content .media-object {
  margin-right: 5px;
}
.blog-comments-content .media:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed;
}
.blog-comments-content .media .media {
  border-top: 1px dashed;
  margin-top: 35px;
  padding-top: 20px;
}

.comment-form label {
  font-size: 12px;
  font-weight: 400;
}
.comment-form input, .comment-form textarea {
  border: 1px solid;
  display: block;
  width: 100%;
  padding: 0 10px;
  outline: 0;
}
.comment-form input {
  height: 36px;
}
.comment-form textarea {
  padding: 10px;
  max-width: 100%;
}
.comment-form .mainBtn {
  margin-top: 10px;
  display: inline-block;
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
}

.contact-heading h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 5px 0 15px 0;
}

.contact-form .contact-label {
  float: left;
  display: block;
  width: 30%;
}
.contact-form label {
  margin: 0;
}
.contact-form .small-text {
  display: block;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  line-height: 12px;
}
.contact-form input, .contact-form textarea {
  border: 1px solid;
  font-size: 12px;
  padding: 0 10px;
  outline: 0;
}
.contact-form input {
  height: 36px;
  width: 45%;
}
.contact-form textarea {
  padding: 10px;
  width: 70%;
  max-width: 70%;
}
.contact-form .full-row {
  margin-top: 20px;
}
.contact-form .full-row:first-of-type {
  margin-top: 0;
}
.contact-form .mainBtn {
  margin-left: 30%;
  width: auto;
  font-size: 13px;
}

.contact-map {
  padding: 6px;
}

.archive-title {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 15px 0;
}

.archive-list {
  padding: 0;
  list-style-position: inside;
  list-style-type: square;
  margin: 0;
}
.archive-list li {
  line-height: 24px;
}

.course-search h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 600;
}

.course-search-form input, .course-search-form select {
  border: 1px solid;
  height: 32px;
  padding: 0 10px;
}
.course-search-form label {
  font-weight: 400;
  font-size: 12px !important;
}
.course-search-form select {
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.course-search-form .searchbox {
  width: 90%;
}
.course-search-form .mainBtn {
  height: 36px;
  font-size: 13px;
}

.course-search-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#search_advanced .searchselect {
  display: block;
}

.search-form-item {
  float: left;
  width: 30%;
  margin-right: 3%;
  margin-top: 20px;
}
.search-form-item input, .search-form-item select {
  width: 100%;
}

.select-yes {
  width: auto;
  margin-right: 30px;
}
.select-yes label {
  margin-right: 10px;
}
.select-yes input {
  width: auto;
  height: auto;
}

.course-list dt {
  border: 1px solid;
  position: relative;
  border-bottom: 0;
  clear: both;
  padding: 15px;
}
.course-list dt:last-of-type {
  border-bottom: 1px solid;
}
.course-list dt a {
  display: block;
}
.course-list .ui-icon {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -8px;
}
.course-list .level {
  float: left;
  width: 30%;
  font-size: 12px;
}

.course-post p {
  margin-bottom: 20px;
}
.course-post ul {
  margin: 0 0 20px 0;
}
.course-post .mainBtn {
  height: 36px;
  line-height: 36px;
  display: inline-block;
}

.course-image {
  overflow: hidden;
}
.course-image img {
  width: 100%;
}

.course-post-title {
  margin: 10px 0 20px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.site-footer {
  padding-top: 50px;
  border-top: 4px solid;
}

.footer-widget-title {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-size: 13px;
}

.footer-widget .list-links {
  padding: 0 0 0 15px;
  margin: 0;
}
.footer-widget .list-links li {
  list-style-type: square;
  line-height: 24px;
}

.footer-media-icons {
  padding: 0;
  margin: 0;
}

.app-media-icons{
	margin: 30px 0 10px 25px}

.app-media-icons a{
	color:#fff;
	position:relative;
  padding: 20px 30px 20px 30px ;
  margin: 10px 4px 40px 0 ; 
}
.footer-media-icons li {
  list-style: none;
  float: left;
  display: block;
}
.footer-media-icons li a {
	font-size:18px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  margin-left: 1px;
  margin-bottom: 1px;
}

.bottom-footer {
  border-top: 1px solid;
  padding-top: 25px;
  margin-top: 70px;
  margin-bottom: 10px;
  display: block;
}

.footer-nav {
  text-align: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-nav li {
  display: inline;
  font-size: 12px;
}
.footer-nav li:not(:first-child):before {
  padding: 0 10px;
  content: '|';
}
/* ==========================================================================
 *                Breaking news 
   ========================================================================== */

.breaking-news {
    height: 40px;
    margin-bottom: -5px;
    clear: both;
    position: relative;
	margin-top: 8px;
}

.the_ticker {
    overflow: hidden;
    position: relative;
}

.breaking-news .bn-title {
    float: left;
	left:15px;
    background: #bb0000;
    line-height: 40px;
    height: 38px;
    padding: 0 10px 0 14px;
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-weight: bold;
    text-align: center;
}
.breaking-news .bn-title span {
    z-index: 2;
    position: relative;
}
.breaking-news .bn-title:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(187,0,0,0);
    border-left-color: #b00;
    border-width: 20px;
    margin-top: -20px;
    z-index: 1;
    border-left-width: 10px;
}

        
.news-ticker {
    background: #fff;
    height: 38px;
    line-height: 38px;
    margin: 0 15px 0 0;
    padding: 0;
    list-style: none;
    border: 1px solid #dfdfdf;
    padding:0 2px 0 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.both-sidebars .news-ticker {
    margin-left: 135px;
}
.news-ticker ul {
           margin: 0;
       padding: 0;
       list-style: none;
       width: 1500px;
}
.news-ticker li {
    float: left;
    margin-right: 20px;
}
.news-ticker li a {
    color: #4a525d;
}
.news-ticker li a:hover {
    color: #F09217;
}
.news-ticker li i {
    color: #ffa507;
    float: left;
    margin-right: 8px;
}
.news-ticker li img {
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: -2px;
    max-width: 16px;
}
.current_time {
    height: 40px;
    line-height: 40px;
    width: 127px;
    text-align: center;
    background: #373c43;
    color: #f0f0f0;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
}

/*-------------------------------------------------*/
/* =  Tabs Widget
/*-------------------------------------------------*/
.tabs-widget {
	width: 298px !important;
	padding: 0px !important;
	border: 1px solid #d8d8d8;
	border-top: none;
}

.tabs-widget .tab-links {
	margin: 0 -1px;
}

.tabs-widget .tab-links li {
	float: left;
	width: 100px;
}

.tabs-widget .tab-links li a {
	color: #fff;
	color: #000;
	border-top: 1px solid #d8d8d8;
	font-size: 12px;
	padding: 12px 0px;
	text-align: center;
	display: block;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.tabs-widget .tab-links li.active a {
	color: #fff;
	background: #d91c03;
	border-top: 1px solid #d91c03;
}

.tabs-widget > div {
	clear: both;
	padding: 17px;
	display: none;
}

.tabs-widget #popular-tab {
	display: block;
}

.tabs-widget .author-comment {
	color: #7f7f7f;
	font-size: 11px;
	line-height: 14px;
	max-height: 42px;
	overflow: hidden;
	display: block;
}

.tabs-widget .post-date {
	background-position: 75px center;
	padding-left: 96px;
	height: 22px;
	line-height: 24px;
}

.tabs-widget > div li {
	overflow: hidden;
	margin-top: 14px;
}

.tabs-widget > div li:first-child {
	margin-top: 0px;
}

.tabs-widget > div li > a {
	display: block;
}

.tabs-widget img {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 14px;
}

.tabs-widget > div h3 {
	margin: 0 0 4px 0px;
	line-height: 17px;
	max-height: 34px;
	overflow: hidden;
}

.tabs-widget > div h3 a {
	color: #828282;
	display: block;
	font-size: 13px;
}

.tabs-widget > div h3 a:hover {
	opacity: 0.8;
}

.tabs-widget > div#comments-tab h3 {
	max-height: 15px;
}

footer .tabs-widget {
	width: 299px !important;
}

footer .tabs-widget,
footer .tabs-widget .tab-links li a {
	border: none;
}

footer .tabs-widget > div {
	padding: 17px 7px;
}

footer .tabs-widget .post-date,
footer .tabs-widget .author-comment {
	color: #a3a3a3 !important;
}

footer .tabs-widget * {
	color: #fff !important;
}
.featured-blocks{
	margin-bottom:10px;
}
.featured-block{
	position:relative;
	text-align:center;
}
.featured-block img{
	width:50%;
	display:inline-block;
	border-radius:100%;
	margin-bottom:10px;
}
.featured-block p{
	padding:0 10%;
	margin-bottom:0;
}
.property-block{
	border:1px solid #eee;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background:#ffffff;
	list-style: none
}
.property-block:hover{
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.property-featured-image, .agent-featured-image{
	display:block;
	position:relative;
	
}
.property-featured-image img, .agent-featured-image img{
	width:100%;
}
.overlay{
	width:100%;
	height:100%;
	line-height:100%;
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	font-size:24px;
	text-align:center;
	display:block;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	opacity:0;
	background:rgba(0,0,0,.4);
}
.property-featured-image:hover .overlay, .agent-featured-image:hover .overlay{
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
	opacity:1;
}
#featured-properties .overlay{
	line-height:160px!important;
}
.property-featured-image .images-count{
	position:absolute;
	bottom:0;
	right:0;
	z-index:9;
	color:#ffffff;
	background:rgba(0,0,0,.5);
	padding:5px 10px;
}
.property-featured-image .badges{
	position:absolute;
	z-index:0;
	left:10px;
	top:10px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#fff;
	font-weight:700;
}
.property-info, .agent-info{
	padding:15px;
	display:block;
	border-bottom:1px solid #efefef;
}
.property-amenities{
	background:#f8f8f8;
}
.property-amenities > span{
	display:block;
	width:25%;
	float:left;
	padding:4px 0 4px 0;
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	border-right:1px solid #efefef;
}
.property-amenities > span:last-child{
	border-right:none;
}
.property-amenities > span > strong{
	display:block;
	font-size:14px;
}
.property-info h4, .agent-info h4{
	margin-bottom:0;
}
.property-info .location{
	display:block;
	font-size:100%;
	padding:0 0 10px 0;
}
.price, .counts{
	display:inline-block;
	background:#666;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height:30px;
}
.price strong, .counts strong{
	background:rgba(0,0,0,.1);
	padding:0 7px;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	line-height:30px;
	height:30px;
	display: inline-block;
	font-weight:400;
}
.price span, .counts span{
	padding:0 7px;
	line-height:30px;
	height:30px;
	font-weight:700;
}
#latest-properties .property-block{
	margin-bottom:40px;
}
.block-heading-fw{
	background:#fff;
	padding:10px 0;
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,.07);
	box-shadow:0 2px 0 rgba(0,0,0,.07);
}
.block-heading-fw h3{
	margin-bottom:0;
}
.block-heading-fw .btn-sm{
	margin-top:5px;
}
.sort-source a{
	text-decoration:none;
}
.block-heading{
	background:#fff;
	margin-top:10px;
	height:50px;
	margin-bottom:10px;
}
.block-heading h4{
	line-height:45px;
	color:#ffffff;
	padding-right:20px;

}
.block-heading .heading-icon{
	background:rgba(0,0,0,.1);
	width:50px;
	text-align:center;
	margin-right:20px;
	display:inline-block;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	position:relative;
}
.block-heading .heading-icon .icon-design{
	color:rgba(0,0,0,.1);
	font-size:20px;
	position:absolute;
	right:-7px;
	top:16px;
}
.block-heading .btn-sm{
	margin:12px 17px 0 0 ;
}
.bottom-blocks h3{
	margin-bottom:30px;
}
.features-list li .icon{
	font-size:30px;
	line-height:40px;
	float:left;
	width:15%;
}
.features-list li .text{
	float:left;
	width:85%;
}
.features-list li .text h4{
	margin-bottom:5px;
}
.popular-agent .img-thumbnail{
	margin-bottom:15px;
}
.contact-info li{
	margin:5px 0;
	border-bottom:0!important;
	white-space:nowrap;
}
.contact-info li i{
	margin-right:7px;
}
.testimonials > li{
	border-bottom:0!important;
}
.testimonials > li > p{
	border:1px solid #efefef;
	background:#fff;
	padding:25px;
	position:relative;
}
.testimonials > li > p:before, .testimonials > li > p:after {
	content: "";
   	position: absolute;
   	width: 0;
   	height: 0;
   	border-style: solid;
   	border-color: transparent;
   	border-bottom: 0;
}
.testimonials > li > p:before {
  	bottom: -9px;
  	right: 31px;
	border-top-color: #efefef;
  	border-width: 10px;
}
.testimonials > li > p:after {
  	bottom: -8px;
  	right: 32px;
  	border-top-color: #fff;
  	border-width: 9px;
}
.testimonials > li .testimonial-sender{
	float:right;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width:80px;
	height:80px;
	border:3px solid #fff;
	-webkit-box-shadow:0 0 2px #efefef;
	box-shadow:0 0 2px #efefef;
}
.testimonials > li cite{
	display:block;
	margin-top:40px;
}
.testimonials > li cite a{
	text-decoration:none;
	color:#999;
}
.site-footer{
	background-color:#f8f8f8;
	padding:30px 0 0 0;
	box-shadow:inset 0 2px 2px rgba(0,0,0,.07);
}
.site-footer-bottom{
	background-color:#eee;
	border-top:1px solid #e1e1e1;
	padding:20px 0;
	font-size:12px;
}
.site-footer-bottom p{
	margin-bottom:0;
	font-size:12px;
}
.site-header .social-icons{
	margin-top:30px;
}
.site-footer-bottom .social-icons{
	text-align:right;
}
.site-footer-bottom .social-icons a{
	background:#666;
	color:#fff;
	border-radius:50%;
	width:20px;
	height:20px;
	text-align:center;
	display:inline-block;
	margin:0 0 0 8px;
	text-decoration:none;
}

/* Property Listing */
.property-listing > ul > li, .agents-listing > ul > li{
	border:1px solid #eee;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background:#ffffff;
	margin-bottom:25px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
}
.property-listing > ul > li:hover, .agents-listing > ul > li:hover{
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.property-listing > ul > li:last-child, .agents-listing > ul > li:last-child{
	margin-bottom:0;
}
.property-listing .property-info, .agents-listing .agent-info{
	padding:0 0 10px 0;
	margin-top:-8px;
	border-bottom:0;
}
.property-listing .property-amenities{
	border-bottom:3px solid #efefef;
}
.property-listing .property-amenities strong{
	display:inline-block;
	margin-right:5px;
}
.agent-contacts li{
	display:inline-block;
	margin:5px 20px 0 0;
}
.property-listing .property-info .price, .agents-listing .agent-info .counts{
	float:right;
	margin-top:5px;
}
.property-listing h3{
	margin-bottom:0;
}
.property-grid > ul > li{
	margin-bottom:25px;
}
.toggle-view{
	margin:15px 20px 0 0;
}
.toggle-view a{
	margin-left:10px;
	color:#999;
	font-size:20px;
}
.toggle-view a.active{
	color:#666;
}
.pagination{
	margin-top:20px;
	margin-bottom:0;
	width: 100%;
}
.full-search-form{
	padding:15px;
	background:#efefef;
}
.full-search-form label{
	margin-top:0;
	padding-top:0;
	line-height:normal;
}
.search-btn {
    float: right;
    position: relative;
    padding: 0;
    top: 0;
    right: 0px;
    margin: 0px 0 0 -40px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    border: none;
    z-index: 100;
    box-shadow: none;
	background-color: #00569d;
	color: #fff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.page-header{
	margin:0;
	position:relative;
	padding:40px 0;
	border:0;
	background-color:#666;
}
.page-header h1{
	text-transform:uppercase;
	color:#ffffff;
	margin-bottom:0;
	line-height:1em;
}
.page-header p{
	color:#d8d6d1;
	margin:0;
}
.single-property .property-amenities{
	border-bottom:3px solid #efefef;
}
.single-property .property-amenities span{
	font-size:14px;
	width:20%
}
.single-property .property-amenities strong{
	display:inline-block;
	margin-right:5px;
}
.single-property h2.page-title{
	margin-bottom:10px;
}
.location{
	font-size:60%;
	color:#999;
	font-family: 'Open Sans', sans-serif!important;
	font-style:italic;
}
.location > i{
	opacity:.7;
}
.single-property .price{
	margin-bottom:22px;
	color:#fff;
}

.block-heading h4{
	background-color: #195697;}
	
@media (min-width: 1200px) {
body.boxed .body .site-header, body.boxed .body .main-menu-wrapper{
	max-width:100%;
	width:1080px;
}
}
.site-header{
	width:100%;
}
.top-header{
	height:30px;
}
.middle-header{
	height:80px;
	position:relative;
	z-index:8;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}
.site-header h1.logo{
	position:relative;
	z-index:1300;
	display: table;
	margin:0;
	padding: 15px 0 0;
	height:65px;
	vertical-align: middle;
	line-height: 0;
}
.logo a{
	display:table-cell;
    vertical-align:middle;
	text-decoration:none;
}
.horiz-nav > li{
	float:left;
}
.horiz-nav > li > a{
	display:inline-block;
	padding:0 20px;
	line-height:30px;
	text-decoration:none;
	border-right:1px solid rgba(0,0,0,.1);
	color: #fff;
}
.horiz-nav > li > a:hover{
	background:rgba(0,0,0,.05)
}
.horiz-nav > li:first-child > a{
	border-left:1px solid rgba(0,0,0,.1);
}
.horiz-nav a{
	text-decoration:none;
}
.boxed .horiz-nav.pull-left li:first-child a{
	border-left:0;
}
.boxed .horiz-nav.pull-right li:last-child a{
	border-right:0;
}
.contact-info-blocks{
	text-align:right;
}
.contact-info-blocks > div{
	display:inline-block;
	margin:20px 0 0 0;
	padding:0 20px;
	border-right:1px solid #efefef;
	color:#999;
	text-align:left;
}
.contact-info-blocks > div:last-child{
	border-right:0;
	padding-right:0;
}
.contact-info-blocks > div > span{
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#666;
}
.site-header .menu-toggle{
	font-size:18px;
	margin:30px 10px 0 0;
	float:right;
}
.site-header .menu-toggle:focus{
	outline:0;
}
.main-menu-wrapper{
	display:block;
	position:relative;
	z-index:11;
	width:100%;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	background:#166AAF;
}
.navigation{
	height:50px;
	text-align:center;
}
.navigation > ul > li{
	float:left;
	font-size:15px;
	position:relative;
}
.navigation > ul > li i{
	font-size:11px;
	margin-left:5px;
}
.navigation > ul > li > a{
	padding:15px 10px;
	display:block;
	text-decoration:none;
	border-right:1px solid rgba(0,0,0,.05);
	color: #fff;
}
.navigation > ul > li:first-child > a{
	border-left:1px solid rgba(0,0,0,.05);
}
.navigation ul > li:hover > a, .navigation ul > li.current_menu_item > a{
	padding:12px 10px 18px 10px;
	color: #4782b2;
	background:#fff;
}
.navigation > ul > li ul{
	position:absolute;
	top:100%;
	left:0;
	z-index:999;
	display:none;
	min-width:100%;
	height:auto;
	background:#fff;
	text-align:left;
	box-shadow:0 2px 2px rgba(0,0,0,.3);
}
.navigation > ul > li:hover ul{
	display:block;
}
.navigation > ul > li > ul li{
	line-height: normal;
	font-size:14px;
	position:relative;
}
.navigation > ul > li > ul li > a{
	display:block;
	padding:10px 25px;
	border-bottom:1px solid #f8f7f3;
	white-space:nowrap;
	text-decoration:none;
	color: #4782b2;
}
.navigation > ul > li > ul > li:hover > a, .navigation > ul > li > ul > li > ul > li:hover > a{
	text-decoration:none;
	padding:10px 25px;
	color:#000;
	border-top:0;
}
.navigation > ul > li > ul li:last-child a{
	border-bottom:0;
}
.navigation > ul > li > ul li ul{
	left:100%!important;
	top:0;
	min-width: inherit;
	position:absolute;
	box-shadow:0 2px 2px rgba(0,0,0,.3);
}
.boxed .navigation > ul > li:first-child a{
	border-left:0;
}
.boxed .navigation > ul > li:last-child a{
	border-right:0;
}
.sticky-wrapper{
	max-height:50px;
}
.is-sticky .main-menu-wrapper{
	z-index:1000;
	min-height:50px;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 0 rgba(0,0,0,.1);
}
.is-sticky .navigation{
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
ul, li {
	margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
list-style:none;}

/*---navigation2---*/
.storenumber {
    font-weight: bold;
}

.basenavi {
    font-size: 1.15em;
    height: 29px;
}



.navigation2 {
    margin-top: 5px;
}

.navigation2, .navigation2 a, .navigation2 span, .bnnavi, .nextprev, .nextprev .thide {
    float: left;
}

.navigation2 a, .navigation2 span {
    font-weight: bold;
    padding: 0 4px;
    height: 19px;
    line-height: 19px;
}

.navigation2 a, .navigation2 span.nav_ext {
    color: #3f4b51;
}

.navigation2 a:hover {
    background-color: #398dd8;
    color: #fff;
}

.navigation2 span {
    color: #398dd8;
}

.nextprev .thide, .toptop {
    width: 26px;
    padding: 0 30px ;
    background: url("../images/basenavi.png") no-repeat;
}

.nextprev a span {
    cursor: pointer;
}

.nextprev span .pnext {
    background-position: -26px -29px;
}

.nextprev a .pnext {
    background-position: -26px -87px;
}

.nextprev a:hover .pnext {
    background-position: -26px -58px;
}

.nextprev span .pprev {
    background-position: 0 -29px;
}

.nextprev a .pprev {
    background-position: 0 -87px;
}

.nextprev a:hover .pprev {
    background-position: 0 -58px;
}

.toptop {
    background-position: 0 -116px;
    width: 29px;
}

.toptop:hover {
    background-position: 0 -145px;
}

.storenumber, .basenavi, .maincont, .berrors, .fullstory, .basecont {
    margin-bottom: 15px;
    text-align: justify;
	padding: 10px 10px 10px 30px;
}

#jq_fmslideshow #fmslideshow .txtLarge{font-size:1.5em; color:#FFF; display:inline-block; padding-left:12px; padding-right:12px; padding-top:0px; padding-bottom:4px}

#jq_fmslideshow #fmslideshow .txtMedium{font-size:1.5em; font-weight:bold; color:#FFF; display:inline-block; padding-top:3px; padding-bottom:10px; border-bottom:1px solid #0b5b9e; padding-left:9px;  padding-right:15px}

#jq_fmslideshow #fmslideshow .txtMedium2{font-family:"Arial"; font-size:1.2em; color:#FFF; display:inline-block; padding:5px; padding-left:7px; padding-right:7px; background-color:}

#jq_fmslideshow #fmslideshow .txtExMedium{font-size:1.3em; color:#000; display:inline-block; padding-top:5px; padding-left:8px; padding-right:5px; padding-bottom:7px}

#jq_fmslideshow #fmslideshow .txtNormal{font-family:"Arial"; font-size:13px; color:#000; display:inline-block; padding:5px}

#jq_fmslideshow #fmslideshow .txtExNormal{font-family:"Arial"; font-size:14px; color:#000; display:inline-block; padding:5px}

#jq_fmslideshow #fmslideshow .txtSmall {font-family:"Arial"; font-size:12px; line-height:14px; color:#000; display:inline-block; }

#jq_fmslideshow #fmslideshow .textBg{opacity:.7; filter:alpha(opacity=70)}

#jq_fmslideshow #fmslideshow a{font-family:"Arial"; display:inline-block; text-decoration:none; color:#FFF}

#jq_fmslideshow #fmslideshow a:link{color:#FFF}
#jq_fmslideshow #fmslideshow a:visited{color:#FFF}
#jq_fmslideshow #fmslideshow a:active{color:#FFF}
#jq_fmslideshow #fmslideshow a:hover{color:#fff; text-decoration:underline;}

#jq_fmslideshow {
	position:relative; 
	visibility:hidden" align="left;
	 -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	}
	
.main-slider-bg{
	background:#0b5b9e url(../images/main_slider_bg.png) top left no-repeat;
	margin-right:15px;
}

#jq_fmslideshow #fmslideshow .divStyle{font-family:"Arial",Georgia,sans-serif}

#jq_fmslideshow .buttonText{font-family:"Arial"; font-size:11px; line-height:12px; color:#000; display:inline-block; vertical-align:middle; text-align:center}


.imgSty { width:auto; height:400px !important; }
/* Thumbnails Hodler style */ 
.imgSty img{ width:600px !important;}

#jq_fmslideshow .thumb-Holder {
	margin-left:370px;
	bottom:5px;
	width:418px; /* You can change the width of the thumbnails viewable area */ 
	float:right;
}

#jq_fmslideshow .thumb {
	width: 50px;		/* Thumbnail image width */ 
	height: 50px;		/* Thumbnail image height */ 
	padding: 1px;		/* Thumbnail Border size */ 
	margin-right:8px;
}

#jq_fmslideshow .thumb .bg {
	background-color:#B4B4B4;	/* Thumbnail background color */ 
}


#jq_fmslideshow .thumb-normal {
	background-color:#062742; /* Thumbnail Border color on normal state */ 
}

#jq_fmslideshow .thumb-over {
	background-color:#fff;	/* Thumbnail Border color on mouse over state */ 
}

#jq_fmslideshow .thumb .tint-normal {
	background-image:none; !important /* Selected  Thumbnail tint background image on normal state */ 
}

#jq_fmslideshow .thumb .tint-over {
	background-image:url(thumb_over.png); /* Selected  Thumbnail tint background image on mouse over state*/ 
	background-position:center;

}

#jq_fmslideshow .thumb-next-previous-normal {
	opacity:1; !important					/* Next Previous button opacity on Normal state*/ 
	filter:alpha(opacity=100); !important
}

#jq_fmslideshow .thumb-next-previous-over {
	opacity:.5; !important					/* Next Previous button opacity on mouse over state*/ 
	filter:alpha(opacity=50); !important
}

#jq_fmslideshow {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	}

#jq_fmslideshow .nonDraggable { cursor: auto; }

#jq_fmslideshow #fmslideshow .thumbnail{
	width:50px;
	height:50px;
	background-color:#fff;
	border:#fff;
	border-width:1px;	
	border-style:solid;
	overflow:hidden;
	margin: 0 auto;
}

.main-slider {
	width: 700px;
	height: 400px;
	overflow:hidden;
	display:block;}
	
.main-slider img{
	min-width: 700px;
max-width: 700px;}
	
pagination ul {
    margin: 10px 0 30px 0;
    float: left;
    position: relative;
    width: 100%;
}
.pagination ul li a{
    padding: 5px 15px;
    display: inline-block;
    float: left;
    margin-right: -1px;
    background: #fff;
    color: #557692;
    border: 1px solid #d6dbe0;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
   .pagination span {
    padding: 5px 15px;
    display: inline-block;
    float: left;
    margin-right: -1px;
    background: #004884;
	border: 1px solid #d6dbe0;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
            }
            
    span.nav_ext {
    padding: 5px 15px;
    display: inline-block;
    float: left;
    background: #fff;
    color: #8d95a0;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
            }

.pagination ul li:first-child a{  border-radius: 4px 0px 0px 4px;} 
.pagination ul li:last-child a{   border-radius: 0px 4px 4px 0px;}

/*---Votes---*/
#votes .btl {
    border: 0 none;
}

#votes .btl h4 {
    color: #96c;
}

.vtitle {
    margin-bottom: 12px;
  
    color: #fff;
}

.vresult {
    margin-top: 3px;
    font-size: 11px;
    color: #000;
    float: right;
    width: 91px;
    height: 20px;
    padding: 0;
   
}

.vresult span {
    padding: 0 20px 5px 0;
    display: block;
}

.vote, #dle-poll-list div {
    clear: both;
    padding: 10px 0 10px 5px;
	border-bottom:1px solid #749dbc;
}

.vote input, #dle-poll-list div input {
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

#dle-speedbar span a{
	color:#0d6ebf;}
	
#dle-speedbar span a:hover{
	color:#2e90e2;}
	
.main-title a{
	float:right;
	z-index:9;
	color:#FFF;
	width:360px;
	top:110px;
	font-size:24px;
	text-align:center;
	right:5px;
	position:absolute;}
.main-title a:hover {
	text-decoration:underline;
	}
	
.lan-link{
	right:0;}
	
.play-video {
		position:absolute;
	float: left;
	z-index: 2;
	margin: 115px 0px 0 150px 
	}	

.play-video i{
	width:40px;
	height: 30px;
	border-radius: 10px;
	background: #ca1d1d;
	color: #fff;
	padding: 8px 16px;
	opacity: 0.3;
	}
.play-video i:hover{
	opacity: 0.5;
	}