/*
  Theme Name: Flattern
  Theme URL: https://bootstrapmade.com/flattern-multipurpose-bootstrap-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/* === fontawesome === */

@import url("font-awesome.css");
/* === custom icon === */

@import url("custom-fonts.css");
/* ==== overwrite bootstrap standard ==== */

@import url("overwrite.css");
@import url("animate.css");
/* Table of content */

/*===================================
1. General
2. layout
3. Responsive media
4. Header
5. Section: Featured
6. Sliders
7. Intro
8. Section: Content
9. Section: Bottom
10. Inner - Section: page headline
11. Forms
12. Portfolio
13. Elements
14. Blog & article
15. Aside, sidebar
16. Footer
17. Divider, Line & Misc
18. Position & alignment
19. More icon from custom font icon
20. Spacer, margin
21. Media queries
==================================== */

/* ===================================
1. General
==================================== */

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  color: #656565;
}

a:active {
  outline: 0;
}

.clear {
  clear: both;
}

/* ===================================
2. layout
==================================== */

.container {
  padding: 0 15px 0 15px;
  position: relative;
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

#wrapper.boxed {
  width: 1230px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.row.nomargin,
.row-fluid.nomargin {
  margin-bottom: 0;
}

/* ===================================
3. Responsive media
==================================== */

.video-container,
.map-container,
.embed-container {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: none;
}

img.img-polaroid {
  margin: 0 0 20px 0;
}

.img-box {
  max-width: 100%;
}

/* ===================================
4. Header
==================================== */

/* --- hidden top area --- */

.hidden-top {
  height: 0;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.hidden-top-inner ul {
  list-style: none;
  margin-top: 30px;
  margin-left: 0;
}

.hidden-top-inner ul li {
  display: inline;
  margin: 0 20px 0 0;
}

.hidden-top.toggle-link-open {
  padding: 10px 0;
}

.hidden-top a {
  color: #ffffff;
}

#header-hidden-link {
  position: absolute;
  right: 60px;
  top: 0px;
}

#header-hidden-link a.toggle-link,
#header-hidden-link a.top-link {
  outline: 0;
  font-size: 0;
  line-height: 1;
  padding: 5px 10px;
  height: 20px;
  display: block;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
}

#header-hidden-link a.toggle-link:active,
#header-hidden-link a.toggle-link:focus,
#header-hidden-link a.toggle-link:hover {
  outline: 0;
}

#header-hidden-link a.toggle-link i,
#header-hidden-link a.top-link i {
  font-size: 16px;
  line-height: 1;
}

#header-hidden-link a.toggle-link:hover,
#header-hidden-link a.top-link:hover {
  text-decoration: none;
  color: #ffffff;
}

#header-hidden-link a.toggle-link > i:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}

#header-hidden-link a.toggle-link.open {
  text-decoration: none;
}

#header-hidden-link a.toggle-link.open > i:before {
  content: "\f068";
}

.toggle-link-open {
  height: auto !important;
  min-height: 40px;
  max-height: 40000px;
}

.toggle-link-close {
  height: 0;
  overflow: hidden;
}

/* --- modal signup & signin form --- */

/* modal styled */
.modal-backdrop {
  opacity: 0.5;
}
.modal.styled .modal-container {
  max-width: 450px;
  padding: 100px 15px;
  margin: auto;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.modal.styled .modal-body {
  background: white;
  border-radius: 10px;
  position: relative;
  top: 30px;
  max-width: 450px;
  margin: auto;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.modal.styled .modal-body .close {
  margin-top: -8px;
  margin-right: -5px;
}
.modal.styled .modal-body h3 {
  font-weight: 800;
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 28px;
  position: relative;
}
.modal.styled .modal-body h3:after {
  content: "";
  width: 20%;
  border-top: 2px solid #f03c02;
  position: absolute;
  bottom: -7px;
  left: 40%;
}
.modal.styled .modal-body .form-row {
  justify-content: center;
}
.modal.styled .modal-body .form-row label {
  align-self: flex-end;
  padding-right: 10px;
  text-align: right;
}
.modal.styled .modal-body .btn-oyaschool {
  box-shadow: none;
  padding: 10px 20px;
}

@media (max-width: 490px) {
  .modal.styled .modal-body {
    margin: 0 15px;
    max-width: 480px;
    overflow-y: auto;
  }
  .modal.styled .modal-body h3 {
    font-size: 23px;
  }
}

/* --- header -- */

header {
  margin: 0;
  padding: 0;
  position: relative;
}

header .logo img {
  max-width: 250px;
}
@media (max-width: 992px) {
  header .logo img {
    max-width: 200px;
  }
}

/* --- headnav menu : signup & signin --- */

.headnav {
  float: right;
  margin: 35px 0 0 0;
  border-bottom: 1px dotted #e6e6e6;
}

.headnav ul {
  margin-left: 0;
  list-style: none;
}

.headnav ul li {
  display: inline;
  margin-left: 10px;
}

.headnav ul li a {
  outline: 0;
  font-size: 12px;
  font-weight: 600;
}

.headnav ul li a:hover,
.headnav ul li a:focus,
.headnav ul li a:active {
  outline: 0;
}

/* --- menu --- */

@media (min-width: 768px) {
  header .navigation {
    float: right;
  }
}

header ul.nav li {
  border: none;
  margin: 0;
}

header ul.nav li a {
  font-size: 12px;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
}

.navbar .nav > li > a {
  color: #111;
  text-shadow: none;
}

.navbar .nav a:hover {
  background: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover {
  background: none;
  font-weight: 600;
}

.navbar .nav > .active > a:active,
.navbar .nav > .active > a:focus {
  background: none;
  outline: 0;
  font-weight: 600;
}

.navbar .nav li .dropdown-menu {
  z-index: 2000;
}

header ul.nav li ul {
  margin-top: 1px;
}

header ul.nav li ul li ul {
  margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
  position: absolute;
  right: 0;
  margin-top: 3px;
  padding-left: 20px;
}

.navbar .nav > li > .dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content: none;
}

.navbar .nav > li > .dropdown-menu:after {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  content: "";
}

ul.nav li.dropdown a {
  z-index: 1000;
  display: block;
}

select.selectmenu {
  display: none;
}

/* ===================================
5. Section: Featured
==================================== */

#featured {
  background: #fcfcfc;
  position: relative;
  margin: 0;
  padding: 0;
}

/* ===================================
6. Sliders
==================================== */

/* --- slit slider --- */

/* --- flexslider --- */

#featured .flexslider {
  padding: 0;
  margin: 30px 0 30px;
  background: #fff;
  position: relative;
  zoom: 1;
}

#featured .flexslider .slide-caption {
  background: #333;
}

#featured .flexslider .slide-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  zoom: 1;
}

#featured .flexslider .slide-caption {
  width: 30%;
  padding: 2%;
  position: absolute;
  left: 10px;
  bottom: -30px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

#featured .flexslider .slide-caption p {
  font-size: 14px !important;
  line-height: 22px;
  font-weight: 300;
  color: #f0f0f0 !important;
  margin-bottom: 15px;
}

#featured .flexslider .slide-caption h3 {
  font-weight: 700;
  color: #f4f4f4;
  font-size: 22px;
}

#featured .flexslider .slide-caption span a {
  padding: 7px 15px;
  float: left;
}

#featured .flexslider .slide-caption span a:hover {
  opacity: 0.9;
}

/* The Nivo Slider styles */

#nivo-slider {
  position: relative;
}

#featured #nivo-slider .row,
#featured #nivo-slider .row-fluid {
  margin-bottom: 0;
}

.nivo-slider {
  background: #fbfbfb;
}

.slides {
  margin: 0;
  overflow: hidden;
}

.slides li {
  list-style-type: none;
}

.nivoSlider,
.nivo-slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
}

.nivo-slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* The slices and boxes in the Slider */

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

/* Caption styles */

.nivo-caption {
  position: absolute;
  left: 80px;
  bottom: 20px;
  background: #000;
  color: #fff;
  width: 30%;
  z-index: 8;
  padding: 20px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.nivo-caption h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1em;
}

.nivo-caption p {
  margin-bottom: 20px;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
  position: absolute;
  bottom: 0px;
  z-index: 9;
  cursor: pointer;
}

.nivo-prevNav {
  right: 0px;
}

.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

.nivo-controlNav a.active {
  background-position: 0 -22px;
}

.nivo-directionNav a {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  margin: 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  font-size: 12px;
  line-height: 18px;
  text-shadow: none;
  cursor: pointer;
  background-color: #444;
  right: 15px;
}

.nivo-directionNav a {
  opacity: 1;
}

a.nivo-nextNav {
  right: 0px;
}

a.nivo-nextNav:before {
  content: "\f105";
  color: #fff;
}

a.nivo-prevNav {
  right: 25px;
}

a.nivo-prevNav:before {
  content: "\f104";
  color: #fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

.nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

.nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../png/nivo-bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

.nivo-control.active {
  background-position: 0 0;
}

/* ===================================
7. Section: call action
==================================== */

section.callaction {
  background: #f9f9f9;
  padding: 50px 0 0 0;
}

/* ===================================
8. Section: Content
==================================== */

#content {
  position: relative;
  background: #fff;
  padding: 50px 0 0 0;
}

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

/* --- Call to action --- */

.cta-text {
  float: left;
  margin-top: 10px;
}

.big-cta .cta {
  margin-top: 10px;
}

/* ===================================
9. Section: Bottom
==================================== */

#bottom {
  background: #fcfcfc;
  padding: 50px 0 0;
}

/* twitter */

#twitter-wrapper {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

#twitter em {
  font-style: normal;
  font-size: 13px;
}

#twitter em.twitterTime a {
  font-weight: 600;
}

#twitter ul {
  padding: 0;
  list-style: none;
}

#twitter ul li {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
  word-break: break-word;
}

/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline {
  background: #252525;
  position: relative;
  margin: 0;
  padding: 0;
  color: #fefefe;
}

#inner-headline .inner-heading h2 {
  color: #fff;
  margin: 20px 0 0 0;
}

/* --- breadcrumbs --- */

#inner-headline ul.breadcrumb {
  margin: 30px 0 0;
  float: right;
}

#inner-headline ul.breadcrumb li {
  margin-bottom: 0;
  padding-bottom: 0;
}

#inner-headline ul.breadcrumb li {
  font-size: 13px;
  color: #ddd;
}

#inner-headline ul.breadcrumb li i {
  color: #dedede;
}

#inner-headline ul.breadcrumb li a {
  color: #fff;
}

ul.breadcrumb li a:hover {
  text-decoration: none;
}

/* ============================
11. Forms
============================= */

/* --- contact form  ---- */

.contactForm input[type="text"],
.contactForm input[type="email"] {
  width: 100%;
  min-height: 40px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contactForm textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

/* Google Map */
#google-map {
  height: 400px;
  margin-bottom: 40px;
}

/* --- comment form ---- */

form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

form#commentform textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

/* --- search form --- */

/*.search {
  float: right;
  margin: 35px 0 0;
  padding-bottom: 0;
}*/

#inner-headline form.input-append {
  margin: 0;
  padding: 0;
}

/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-nav #filters li {
  margin: 0 10px 30px 0;
  padding: 0;
  float: left;
}

.work-nav #filters li a {
  color: #7f8289;
  font-size: 16px;
  display: block;
}

.work-nav #filters li a.selected {
  color: #de5e60;
}

#thumbs {
  margin: 0;
  padding: 0;
}

#thumbs li {
  list-style-type: none;
}

.item-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}

.item-thumbs a + img {
  width: 100%;
}

.item-thumbs .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs .hover-wrap .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* --- Portolio filter --- */

ul.portfolio-categ {
  margin: 10px 0 30px 0;
  padding: 0;
  float: left;
  list-style: none;
}

ul.portfolio-categ li {
  margin: 0;
  padding: 0 20px 0 0;
  float: left;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
}

ul.portfolio-categ li a {
  display: block;
  padding: 35x 0 35x 0;
  color: #353535;
}

ul.portfolio-categ li.active a:hover,
ul.portfolio-categ li a:hover,
ul.portfolio-categ li a:focus,
ul.portfolio-categ li a:active {
  text-decoration: none;
  outline: 0;
}

/* --- portfolio detail --- */

.top-wrapper {
  margin-bottom: 20px;
}

/* ===============================
13. Elements
================================ */

/* --- blockquote --- */

blockquote {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  font-style: italic;
  padding-left: 0;
  color: #a2a2a2;
  line-height: 1.6em;
  border: none;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

/* --- pullquotes --- */

.pullquote-left {
  display: block;
  color: #a2a2a2;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  line-height: 1.6em;
  padding-left: 20px;
}

.pullquote-right {
  display: block;
  color: #a2a2a2;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  line-height: 1.6em;
  padding-right: 20px;
}

/* --- list style --- */

ul.general {
  list-style: none;
  margin-left: 0;
}

ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.link-list li {
  margin: 0;
  padding: 2px 0 2px 0;
  list-style: none;
}

footer ul.link-list li a {
  color: #919191;
}

/* --- Heading style --- */

h4.heading {
  font-weight: 300;
}

h4.heading strong {
  font-weight: 700;
}

.heading {
  margin-bottom: 30px;
}

.heading {
  position: relative;
}

.widgetheading {
  width: 100%;
  padding: 0;
}

#bottom .widgetheading {
  position: relative;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 9px;
}

aside .widgetheading {
  position: relative;
  border-bottom: #e9e9e9 1px solid;
  padding-bottom: 9px;
}

footer .widgetheading {
  position: relative;
}

footer .widget .social-network {
  position: relative;
}

#bottom .widget .widgetheading span,
aside .widget .widgetheading span,
footer .widget .widgetheading span {
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: -1px;
  right: 0;
}

/* --- testimonial --- */

.testimonial {
  background: #fff;
  padding: 20px;
  border: 1px solid #e6e6e6;
}

.testimonial .author img {
  float: left;
  margin: 0 10px 0;
}

.testimonial p.text {
  color: #b2b2b2;
  font-family: "Noto Serif", sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6em;
  margin-bottom: 30px;
}

.testimonial .author p.name {
  font-weight: bold;
}

/* --- Clients style --- */

ul.clients {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.clients li {
  position: relative;
  float: left;
  width: 155px;
  margin: 0;
  border: 4px solid #e9e9e9;
}

ul.clients li:hover {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.clients li img {
  margin: 0;
  opacity: 0.8;
}

ul.clients li img:hover {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* --- Map --- */

.map {
  position: relative;
  margin-top: -50px;
  margin-bottom: 40px;
}

.map iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.map-grid iframe {
  width: 100%;
  height: 350px;
  border: none;
  margin: 0 0 -5px 0;
  padding: 0;
}

/* --- our team --- */

ul.team-detail {
  margin: -10px 0 0 0;
  padding: 0;
  list-style: none;
}

ul.team-detail li {
  border-bottom: 1px dotted #e9e9e9;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  list-style: none;
}

ul.team-detail li label {
  font-size: 13px;
}

ul.team-detail li h4,
ul.team-detail li label {
  margin-bottom: 0;
}

ul.team-detail li ul.social-network {
  border: none;
  margin: 0;
  padding: 0;
}

ul.team-detail li ul.social-network li {
  border: none;
  margin: 0;
}

ul.team-detail li ul.social-network li i {
  margin: 0;
}

/* --- Pricing box --- */

.pricing-title {
  background: #fff;
  text-align: center;
  padding: 10px 0 10px 0;
}

.pricing-title h3 {
  font-weight: 600;
  margin-bottom: 0;
}

.pricing-offer {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 40px 0;
  font-size: 18px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer {
  color: #fff;
}

.pricing-offer strong {
  font-size: 78px;
  line-height: 89px;
}

.pricing-offer sup {
  font-size: 28px;
}

.pricing-content {
  background: #fff;
  text-align: center;
  font-size: 14px;
}

.pricing-content strong {
  color: #353535;
}

.pricing-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-content ul li {
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
  padding: 15px 0 15px 0;
  margin: 0 0 0 0;
}

.pricing-action {
  margin: 0;
  background: #fcfcfc;
  text-align: center;
  padding: 20px 0 30px 0;
}

.pricing-wrapp {
  margin: 0 auto;
  width: 100%;
  background: #fd0000;
}

/* --- pricing box alt 1 --- */

.pricing-box-alt {
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 0px 0;
  display: block;
}

.pricing-box-alt.special .pricing-heading {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 1px 0;
  border-bottom: none;
  display: block;
  color: #fff;
}

.pricing-box-alt.special .pricing-heading h3 {
  color: #fff;
}

.pricing-box-alt .pricing-heading h3 strong {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-box-alt .pricing-heading h3 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -1px;
}

.pricing-box-alt .pricing-terms {
  text-align: center;
  background: #333;
  display: block;
  overflow: hidden;
  padding: 30px 0 20px;
}

.pricing-box-alt .pricing-terms h6 {
  font-style: italic;
  margin-top: 10px;
  color: #fff;
  font-family: "Noto Serif", serif;
}

.pricing-box-alt .icon .price-circled {
  margin: 10px 10px 10px 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 68px;
  height: 68px;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 68px;
  text-shadow: none;
  cursor: pointer;
  background-color: #888;
  border-radius: 64px;
  -moz-border-radius: 64px;
  -webkit-border-radius: 64px;
}

.pricing-box-alt .pricing-action {
  margin: 0;
  text-align: center;
  padding: 30px 0 30px 0;
}

/* --- Custom carousel --- */

.custom-carousel-nav {
  outline: 0;
  color: #ffffff;
  text-align: center;
}

a.custom-carousel-nav {
  outline: 0;
}

a.custom-carousel-nav:hover {
  outline: 0;
  text-decoration: none;
}

.icon-control {
  margin: 0 0 0 140px;
}

/* ===============================
14. Blog & article
================================ */

article .post-heading h3 {
  margin-bottom: 20px;
}

article .post-heading h3 a {
  font-weight: 700;
  color: #353535;
}

article .post-heading h3 a:hover {
  text-decoration: none;
}

/* --- post meta --- */

.post-meta {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-top: none;
  text-align: center;
}

.post-meta .format {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}

.post-meta i {
  margin: 0;
}

.post-meta .date {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}

.post-meta .date span {
  text-align: center;
  color: #999;
  font-size: 12px;
  font-weight: 600;
}

.post-meta .comments {
  padding: 10px 0 10px;
}

.post-meta .comments a {
  color: #999;
  font-size: 12px;
  font-weight: 700;
}

.post-meta .comments a:hover {
  text-decoration: none;
}

.commentlist .comment .children {
  list-style: none;
}

/* --- post format --- */

.post-image {
  margin-bottom: 20px;
}

.post-quote {
  margin-bottom: 20px;
}

.post-video {
  margin-bottom: 20px;
}

.post-audio {
  margin-bottom: 20px;
}

.post-link {
  margin-bottom: 20px;
}

.post-slider {
  margin-bottom: 20px;
}

.post-quote blockquote {
  font-size: 16px;
  color: #999;
  font-family: "Noto Serif", serif;
  font-style: italic;
  line-height: 1.6em;
}

.post-image img:hover {
  -webkit-box-shadow: 0 0 2px #979797;
  -moz-box-shadow: 0 0 2px #979797;
  box-shadow: 0 0 2px #979797;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.meta-post {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.meta-post li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  border-right: 1px dotted #e9e9e9;
  padding-right: 10px;
}

ul.meta-post li i {
  float: left;
  font-size: 12px;
  margin: 8px 5px 0 0;
}

ul.meta-post li a {
  color: #999;
  font-size: 12px;
  font-weight: 600;
}

/* --- single post --- */

.bottom-article {
  float: left;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0 10px 0;
  margin-top: 20px;
}

/* --- author info --- */

.about-author {
  border: 1px solid #d5d5d5;
  padding: 20px;
  float: left;
  margin-bottom: 5px;
}

.about-author h5 {
  margin-bottom: 10px;
}

/* --- Comment --- */

.comment-area {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.media-content {
  overflow: hidden;
  margin-left: 12px;
  border-bottom: 1px dotted #d5d5d5;
  padding-bottom: 20px;
}

.media-content h6 {
  font-size: 14px;
  font-weight: 700;
}

.media-content span {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 300;
}

.comment-area .thumbnail > img {
  display: block;
  width: 60px;
  height: 60px;
}

.filter-list {
  margin-top: 20px;
}

/* --- pagination --- */

#pagination a,
#pagination span {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  padding: 7px 10px 6px 10px;
  font-size: 12px;
  line-height: 12px;
  color: #888;
  font-weight: 600;
}

#pagination a:hover {
  color: #fff;
  text-decoration: none;
}

#pagination span.current {
  background: #333;
  color: #fff;
  font-weight: bold;
}

/* ===============================
15. Aside, sidebar
================================ */

aside {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-nav {
  float: left;
  width: 100%;
}

.right-sidebar {
  border-left: 1px solid #e9e9e9;
  padding: 0 0 0 30px;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.01);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.01);
}

.left-sidebar {
  border-right: 1px solid #e9e9e9;
  padding: 0 30px 0 0;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.01);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.01);
}

.left-sidebar .widget h3,
.left-sidebar .widget .widget-content {
  padding-right: 20px;
}

aside .widget {
  margin-bottom: 40px;
}

ul.cat,
ul.recent,
ul.folio-detail,
ul.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.cat li,
ul.recent li,
ul.folio-detail li,
ul.contact-info li {
  margin: 0 0 15px 0;
  list-style: none;
}

ul.cat li a,
ul.folio-detail li a {
  color: #656565;
}

ul.folio-detail li label {
  display: inline;
  cursor: default;
  color: #353535;
  font-weight: bold;
}

.widget ul.recent li {
  margin-bottom: 20px;
}

ul.recent li h6 {
  margin: 0 0 10px 0;
}

ul.recent li h6 a {
  color: #353535;
  font-size: 16px;
  font-weight: 600;
}

.widget ul.tags {
  list-style: none;
  margin: 0;
}

.widget ul.tags li {
  margin: 0 5px 15px 0;
  display: inline-block;
}

.widget ul.tags li a {
  background: #e6e6e6;
  color: #333;
  padding: 5px 10px;
}

.widget ul.tags li a:hover {
  text-decoration: none;
  color: #fff;
}

/* ===== Widgets ===== */

/* --- flickr --- */

.widget .flickr_badge {
  width: 100%;
}

.widget .flickr_badge img {
  margin: 0 9px 20px 0;
}

footer .widget .flickr_badge {
  width: 100%;
}

footer .widget .flickr_badge img {
  margin: 0 9px 20px 0;
}

.flickr_badge img {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul {
  margin-left: 0;
  list-style: none;
}

.twitter img {
  float: left;
  margin-right: 15px;
}

.twitter span.tweet_time {
  display: block;
  padding-bottom: 5px;
}

.twitter li {
  border-bottom: 1px dashed #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
  list-style: none;
}

.twitter li:last-child {
  border: none;
}

/* --- Recent post widget --- */

.recent-post {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 18px;
}

.recent-post h5 a:hover {
  text-decoration: none;
}

.recent-post .text h5 a {
  color: #353535;
}

ul.time-post {
  float: left;
  width: 120px;
  padding: 0;
  list-style: none;
  margin: 0 20px 0 0;
  text-align: center;
  color: #0e0f0f;
}

ul.time-post li {
  float: none;
  background: #f8f8f8;
  list-style: none;
  margin: 0 0 2px 0;
  padding: 0;
}

ul.time-post li a img:hover {
  opacity: 0.8;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  /* For IE 8 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.time-post li.time {
  float: none;
  padding: 5px 0 5px 0;
  text-shadow: none;
}

.recent-post ul.time-post li.time {
  color: #121214;
}

.post-meta {
  margin-bottom: 20px;
}

.post-meta span {
  padding: 0 10px 0 10px;
  margin-bottom: 10px;
}

.post-meta span a {
  color: #919191;
}

.post-meta strong {
  font-weight: 200px;
  color: #c7c7c7;
}

.item .text {
  margin-left: 140px;
  margin-bottom: 20px;
}

/* ===============================
16. Footer
================================ */

footer.site-footer {
  background: #111;
  padding: 30px 0 0 0;
  color: #bbb;
  border-top: 5px solid #555;
}

footer.site-footer a {
  color: #ccc;
}
footer.site-footer a:hover {
  color: #eee;
}
.widget-header {
  color: #f8f8f8;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-widget {
  color: #bbb;
}

footer.site-footer address {
  line-height: 1.6em;
}
@media only screen and (max-width: 767.9px) {
  .site-footer .footer-widget {
    text-align: center;
  }
}

footer.site-footer h5 a:hover,
footer.site-footer a:hover {
  text-decoration: none;
}

ul.social-network {
  list-style: none;
  margin: 0;
}

ul.social-network li {
  display: inline;
}

#sub-footer {
  background: #0a0a0a;
  text-shadow: none;
  color: #5d5d5d;
  padding: 10px 0;
  margin: 10px 0 0 0;
}
@media (max-width: 768px) {
  #sub-footer {
    text-align: center;
  }
}
#sub-footer p {
  margin: 0;
  padding: 0;
}

#sub-footer span {
  color: #c7c7c7;
}

.copyright {
  text-align: left;
  font-size: 12px;
  color: #ddd;
}

#sub-footer ul.social-network {
  float: right;
  padding: 0;
}

ul.social-network a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #555;
  text-align: center;
  padding: 4px 0;
  border-radius: 20px;
  margin-right: 5px;
}
ul.social-network a:hover {
  background: #888;
}

/* ===============================
 Live preview purpose
================================ */

/* --- buttons --- */

.bs-docs-example {
  margin: 0 0 10px 0;
}

.demobtn a.btn {
  margin: 0 10px 10px 0;
}

section.demogrid .span1,
section.demogrid .span2,
section.demogrid .span3,
section.demogrid .span4,
section.demogrid .span5,
section.demogrid .span6,
section.demogrid .span7,
section.demogrid .span8,
section.demogrid .span9,
section.demogrid .span10,
section.demogrid .span11 {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 20px;
}

section.demogrid .show-grid .row,
section.demogrid .show-grid .row-fluid {
  margin-bottom: 0;
}

section.demogrid .show-grid .nest {
  background: #ddd;
  text-align: center;
  padding: 20px 0 20px;
}

section.demogrid .span12.nest {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 0;
}

.demoinline p {
  display: inline;
  margin-right: 20px;
}

/* --- demo animations --- */

.demo a.btn {
  margin: 0 10px 10px 0;
}

/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
  border-top: 1px solid #e6e6e6;
  margin: 0 0 30px;
}

.dottedline {
  border-top: 1px dotted #e6e6e6;
  margin: 0 0 30px;
}

.dashedline {
  border-top: 1px dotted #e6e6e6;
  margin: 0 0 30px;
}

.blankline {
  height: 1px;
  margin: 0 0 30px;
}

/* scroll to top */

.scrollup {
  position: fixed;
  width: 32px;
  height: 32px;
  bottom: 0px;
  right: 20px;
}

a.scrollup {
  outline: 0;
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
  opacity: 1;
  text-decoration: none;
}

a.scrollup i:hover {
  text-decoration: none;
}

/* =============================
18. Position & alignment
============================= */

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.aligncenter {
  text-align: center;
}

.aligncenter span {
  margin-left: 0;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.floatnone {
  float: none;
}

.aligncenter {
  text-align: center;
}

/* --- Image allignment style --- */

img.pull-left,
.align-left {
  float: left;
  margin: 0 15px 15px 0;
}

.widget img.pull-left {
  float: left;
  margin: 0 15px 15px 0;
}

img.pull-right,
.align-right {
  float: right;
  margin: 0 0 15px 15px;
}

article img.pull-left,
article .align-left {
  float: left;
  margin: 5px 15px 15px 0;
}

article img.pull-right,
article .align-right {
  float: right;
  margin: 5px 0 15px 15px;
}

/* =============================
19. Custom icon from custom font icon
============================= */

/* ==================================================
   Icons Example
================================================== */

.icons-example ul {
  margin: 0 0 0 -20px;
  padding: 0;
  text-align: center;
}

.icons-example ul li {
  display: inline-block;
  margin: 0 0 10px 20px;
  list-style: none;
  cursor: pointer;
}

.icons-example ul li a {
  display: inline;
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.icons-example ul li a span {
  display: inline-block;
  margin: 0;
  color: #111;
  font-size: 32px;
  line-height: 70px;
}

/* =============================
20. Spacer, margin
============================= */

.clear-marginbot {
  margin-bottom: 0;
}

.marginbot10 {
  margin-bottom: 10px;
}

.marginbot20 {
  margin-bottom: 20px;
}

.marginbot30 {
  margin-bottom: 30px;
}

.marginbot40 {
  margin-bottom: 40px;
}

.clear-margintop {
  margin-top: 0;
}

.margintop10 {
  margin-top: 10px;
}

.margintop20 {
  margin-top: 20px;
}

.margintop30 {
  margin-top: 30px;
}

.margintop40 {
  margin-top: 40px;
}

/* =============================
21. Media queries
============================= */

@media (min-width: 979px) and (max-width: 1200px) {
  #wrapper.boxed {
    width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #wrapper.boxed {
    width: 784px;
    margin: 0 auto;
  }
  .navbar .nav {
    border: none;
  }
  .navbar .nav li a {
    border: none;
  }
  a.detail {
    background: none;
    width: 100%;
  }
  .nivo-caption {
    width: 50%;
  }
  /* slitslider */
  .sl-slider h2 {
    font-size: 72px;
  }
  ul.clients li {
    width: 104px;
    margin: 0 20px 0 0;
  }
  ul.clients li .client-hover {
    width: 104px;
  }
  footer.site-footer .widget form input#appendedInputButton {
    display: block;
    width: 91%;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }
  footer.site-footer .widget form .input-append .btn {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
  }
  ul.related-folio li {
    width: 156px;
    margin: 0 20px 0 0;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
  #wrapper.boxed {
    width: 90%;
    margin: 0 auto;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar .nav {
    margin-top: 40px;
    border-bottom: 1px solid #2d2d2d;
  }
  div nav ul {
    display: none;
  }
  .navbar-toggler-icon.fa-bars:before {
    content: "\f0c9" !important;
  }
  nav:not(.navbar-secondary) ul li {
    display: none;
  }
  select.selectmenu {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    color: #111;
    margin-right: 20px;
    line-height: 30px;
    font-size: 13px;
  }
  select.selectmenu .bold {
    font-weight: bold;
  }
  .box {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
  }
  #featured .flexslider .slide-caption {
    width: 90%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: -40px;
  }
  /* slitslider */
  .sl-slider h2 {
    font-size: 60px;
  }
  /* nivo slider */
  .nivo-caption {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
  }
  #inner-headline .breadcrumb {
    float: left;
    clear: both;
    width: 100%;
  }
  #inner-headline .search {
    float: left;
    margin-top: 20px;
  }
  .breadcrumb > li {
    font-size: 13px;
  }
  ul.portfolio li article a i.icon-48 {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .left-sidebar {
    border-right: none;
    padding: 0 0 0 0;
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .right-sidebar {
    margin-top: 30px;
    border-left: none;
    padding: 0 0 0 0;
  }
  footer.site-footer .span1,
  footer.site-footer .span2,
  footer.site-footer .span3,
  footer.site-footer .span4,
  footer.site-footer .span5,
  footer.site-footer .span6,
  footer.site-footer .span7,
  footer.site-footer .span8,
  footer.site-footer .span9,
  footer.site-footer .span10,
  footer.site-footer .span11,
  footer.site-footer .span12 {
    margin-bottom: 20px;
  }
  [class*="span"] {
    margin-bottom: 20px;
  }
}

div.logo {
  position: relative;
}
@media (min-width: 768px) {
  img.logo {
    position: absolute;
    top: -20px;
    transform: scale(1.1);
  }
}

@media (max-width: 576px) {
  img.logo {
    width: 200px;
  }
}
@media (max-width: 480px) {
  header .logo h1 {
    font-size: 14px;
    margin: 0;
  }
  .bottom-article a.pull-right {
    float: left;
    margin-top: 20px;
  }
  .navbar .nav {
    margin-top: 40px;
    border-bottom: 1px solid #2d2d2d;
  }
  .search {
    float: left;
  }
  .flexslider .slide-caption {
    display: none;
  }
  /* nivo slider */
  .nivo-caption {
    background: none;
  }
  .nivo-caption p {
    display: none;
  }
  .da-slide .da-img .video-container {
    margin-top: 50%;
  }
  .da-slide h2 {
    color: #fff;
    position: relative;
    font-size: 20px;
    width: auto;
  }
  .cta-text {
    margin: 0 auto;
    text-align: center;
  }
  .cta.floatright {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .jcarousel-skin-tango .jcarousel-next-horizontal,
  .jcarousel-skin-tango .jcarousel-prev-horizontal {
    margin-top: -30px;
  }
  #twitter-wrapper {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  ul.portfolio li article a i.icon-48 {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
}

/* ============== options panel for live preview ======================= */

#t_options {
  position: fixed;
  top: 30px;
  left: -230px;
  width: 230px;
  background: #111;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  z-index: 5000;
  font-size: 11px;
  font-family: "Open Sans", arial, sans-serif;
}

#t_options hr {
  margin: 20px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px dotted #999;
}

#t_options h6 {
  color: #fff;
  font-size: 14px;
}

#t_options input {
  width: 60px;
}

#t_options .col {
  width: 50px;
  margin: 0 10px 0;
}

.colorpicker {
  z-index: 5001;
}

.options_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.options_box {
  margin: 0 14px;
  padding: 10px 0 20px;
  overflow: hidden;
}

.options_box .solidline {
  margin-bottom: 10px;
}

.options_box h6 {
  text-align: center;
  font-weight: bold;
}

.options_box .full {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}

.options_box .halfcol {
  width: 90px;
  float: left;
  margin: 0 5px;
}

.options_box .fourcol {
  width: 30px;
  float: left;
  margin: 0 5px;
}

.options_box .fourcol.color a {
  width: 30px;
  height: 30px;
  display: block;
  margin-bottom: 5px;
}

.options_box .halfcol .wideboxed h6 {
  font-size: 11px;
  font-weight: 600;
}

.options_toggle_holder {
  position: absolute;
  right: -40px;
}

.options_toggle {
  margin: 6px 0 0 4px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #111;
  border-left: none;
  display: block;
  background: #111;
}

.options_toggle span .icon {
  margin: 10px 0 0 7px;
  display: block;
}

.options_toggle:hover,
.options_toggle:focus,
.options_toggle:active {
  outline: 0;
  text-decoration: none;
}

.options_heading {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #888;
}

/* colors */

.options_box a.t_default {
  background: #ef5523;
}

.options_box a.t_kissme {
  background: #6d0c1f;
}

.options_box a.t_lime {
  background: #c6df45;
}

.options_box a.t_rose {
  background: #9e001d;
}

.options_box a.t_amethyst {
  background: #9b59b6;
}

.options_box a.t_asphalt {
  background: #34495e;
}

.options_box a.t_pomegranate {
  background: #c0392b;
}

.options_box a.t_pumpkin {
  background: #d35400;
}

.options_box a.t_lightorange {
  background: #f39c12;
}

.options_box a.t_red {
  background: #cb1103;
}

.options_box a.t_green {
  background: #9ac43c;
}

.options_box a.t_sand {
  background: #bfb372;
}

.options_box a.t_purple {
  background: #c81dbe;
}

.options_box a.t_yellow {
  background: #ffd053;
}

.options_box a.t_blue {
  background: #5c9cc7;
}

.options_box a.t_pink {
  background: #ff439e;
}

.bgr .bg {
  width: 28px;
  height: 28px;
  border: 1px solid #e6e6e6;
}

.bgr .bg.bg1 {
  background: url(../png/bg1.png) repeat left top;
}

.bgr .bg.bg2 {
  background: url(../png/bg2.png) repeat left top;
}

.bgr .bg.bg3 {
  background: url(../jpg/bg3.jpg) repeat left top;
}

.bgr .bg.bg4 {
  background: url(../png/bg4.png) repeat left top;
}

.bgr .bg.bg5 {
  background: url(../png/bg5.png) repeat left top;
}

.bgr .bg.bg6 {
  background: url(../png/bg6.png) repeat left top;
}

.bgr .bg.bg7 {
  background: url(../png/bg7.png) repeat left top;
}

.bgr .bg.bg8 {
  background: url(../jpg/bg8.jpg) repeat left top;
}

.bgr .bg.bg9 {
  background: url(../png/bg9.png) repeat left top;
}

.bgr .bg.bg10 {
  background: url(../png/bg10.png) repeat left top;
}

#accent_color {
  color: #fff;
  background: #ef5523;
  border: none;
  text-transform: uppercase;
  margin-left: 2px;
  text-align: center;
  outline: 0;
}

#bodybg_color {
  color: #fff;
  background: #ccc;
  border: none;
  text-transform: uppercase;
  margin-left: 2px;
  text-align: center;
  outline: 0;
}

/* Theme Styler :: End */

/*---------custom styler--------------*/

.bg-color {
  background: #aa2222;
  color: white;
}

.front-page section {
  padding: 40px 0;
}

.headnav.custom {
  margin: 0 !important;
}
#college-header {
  position: relative;
}

.college-landscape img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .college-landscape img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}
.college-info {
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.college-logo-container {
  height: 120px;
  width: 150px;
}
.college-logo-container div {
  position: absolute;
  height: 118px;
  width: 118px;
  border-radius: 100%;
  border: 2px solid white;
}
.college-logo {
  height: 110px;
  width: 110px;
  border-radius: 100px;
  object-fit: cover;
  position: relative;
  top: 2px;
  left: 2px;
}
.college-name h1 {
  font-size: 35px;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .college-name h1 {
    font-size: 27px;
  }
  .college-location {
    font-size: 20px;
  }
}

.college-save {
  display: block;
  background: #aa2222;
  color: white !important;
  text-decoration: none;
  padding: 7px 30px;
  border-radius: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}
.college-save:hover,
.btn:hover {
  box-shadow: none;
}
.college-save:active,
.btn:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) inset;
}
@media only screen and (max-width: 768px) {
  .college-save {
    padding: 7px 11px;
  }
}
.college-save-container.disabled .college-save {
  background: white;
  color: #aa2222 !important;
  box-shadow: none;
}
/*-----SAVE BUTTON POSITIONING----*/
@media only screen and (max-width: 768px) {
  .college-forum-save {
    position: absolute;
    top: -10px;
    right: -15px;
  }
}

@media only screen and (max-width: 575.9px) {
  .college-forum-save {
    top: 105px;
  }
}

/*----NAVIGATION BAR OF COLLEGES-----*/

.details-navigation .active-tab {
  color: #aa2222;
  background: white;
}
.details-navigation .nav-tab:hover {
  color: #aa2222;
  cursor: pointer;
}
.details-navigation .nav-tab {
  padding-top: 16px;
  padding-bottom: 8px;
}
.details-navigation .icon {
  font-size: 2em;
}
.icon-cap:before {
  content: "\f19d";
}

@media only screen and (max-width: 767.9px) {
  .nav-name {
    font-size: 13px;
  }
}

@media only screen and (max-width: 576px) {
  .details-navigation .icon {
    font-size: 1.5em;
  }
  .nav-name {
    display: none;
  }
}

.details-navigation {
  position: relative;
}
.sticky-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.sticky-mobile-nav {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  background: #f8f9fa;
  z-index: 2;
}

/*--SINGLE COLLEGE CONTENT--*/
.college-topic {
  border-radius: 5px;
  border: 1px solid #aaa;
}
.college-topic .topic-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.college-topic .topic-header h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 !important;
}
.college-topic .topic-content {
  padding: 25px 15px;
}
.college-points {
  padding: 5px 10px;
  font-size: 16px;
}
.college-points .point {
  padding: 3px 0;
}
.college-points .label {
  padding: 0;
  padding-right: 5px;
  font-weight: 600;
  color: #444;
}
.point-icon {
  max-width: 110px;
  max-height: 75px;
  float: left;
  padding: 0 25px 0 10px;
}
.college-setting .point {
  height: 75px;
  font-size: 1.25em;
  padding-top: 8px;
}
.college-setting .point .value {
  color: black;
}
.college-icon-highlight .value {
  font-size: 22px;
  color: black;
}
.college-icon-highlight .value .fa {
  font-size: 30px;
}
.point-highlight {
  font-size: 20px;
  padding: 10px;
}
.point-highlight .value {
  color: black;
}
.topic-highlight {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.topic-highlight .value {
  font-size: 30px;
  font-weight: 300;
  color: black;
  padding: 0 10px;
  margin-bottom: 7px;
  line-height: 1.25;
}
.header-icon i {
  color: #9e4c4c;
  padding-right: 15px;
  font-size: 1.5em;
}
.sub-section-header {
  border-left: 5px solid #9e4c4c;
  padding-left: 10px;
}
h5.label {
  font-size: 20px;
  color: black;
  font-weight: 600;
  margin: 0;
}
.college-website {
  font-size: 18px;
  font-weight: 600;
}
.deadline-header {
  font-weight: 500;
}
.deadline-month {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 0 10px;
  font-size: 13px;
  width: 48px;
  text-align: center;
  text-transform: uppercase;
}

.deadline-date {
  background: linear-gradient(#f9f9f9, #eee);
  padding: 7px;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  color: black;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.deadline-type {
  padding-left: 10px;
}
th.label {
  font-weight: 600;
}

/*styling the front page*/
.banner-landscape img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}
.banner-landscape {
  position: relative;
}
@media only screen and (max-width: 576px) {
  .banner-landscape img {
    height: 250px;
  }
}

/*---front page search form---*/
.front-college-search {
  position: absolute;
  top: 30px;
  right: 10%;
  background: rgba(0, 0, 0, 0.5);
}
.search-header h4 {
  color: white;
  font-weight: 600;
  font-size: 23px;
}
.btn-oyaschool-small {
  background: #f03c02;
  color: white;
  padding: 0 5px;
  font-size: 0.95em;
  display: inline-block;
  border-radius: 3px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.btn-oyaschool {
  background: #f03c02;
  color: white;
  font-size: 13px;
  border-radius: 50px;
  box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.btn-oyaschool:hover {
  color: white;
  text-decoration: none;
}
.btn-oyaschool:active {
  color: white;
  text-decoration: none;
}
h5.subtitle-header {
  color: white;
  font-size: 20px;
  margin-top: 20px;
  font-style: italic;
  font-weight: 300;
}
input::placeholder {
  font-style: italic;
  font-size: 14px;
  color: #aaa;
}
h6.advanced-search-option {
  color: #ccc;
  font-weight: 500;
  font-size: 16px;
}
.advanced-search-option a {
  color: white;
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .front-college-search {
    right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .front-college-search {
    top: 25px;
    right: 10px;
    width: 300px;
  }
  .front-college-search > div {
    padding: 10px;
  }
  h5.subtitle-header {
    font-size: 18px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 576px) {
  .front-college-search {
    position: relative;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    top: unset;
    right: unset;
  }
}

/*--- hero text in front page---*/
.front-text-hero {
  position: absolute;
  bottom: 20px;
  left: 10%;
  width: 400px;
  background: rgba(255, 255, 255, 0.75);
}
.front-text-hero h2 {
  font-size: 30px;
  display: inline;
  color: black;
  border-right: 5px solid orange;
  animation: blink-caret 0.75s step-end infinite;
}
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}

@media only screen and (max-width: 870px) {
  .front-text-hero {
    left: 20px;
    width: 360px;
  }
}
@media only screen and (max-width: 768px) {
  .front-text-hero {
    left: 20px;
    width: calc(100% - 340px);
  }
  .front-text-hero h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .front-text-hero {
    left: 10px;
    width: 70%;
  }
}
section.callaction a.btn {
  padding: 10px 30px;
  margin: 10px 30px;
  font-size: 0.95em;
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

h3.search-call-header {
  font-weight: 500;
}
.btn.btn-call-to-action {
  background: #3276ad;
  border-color: rgba(0, 85, 153, 0.75);
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  color: white;
  padding: 10px 20px;
  margin: 5px 4px;
  border-radius: 5px;
  box-shadow: 0.5rem 0.5rem 1rem -7px rgba(0, 0, 0, 0.2);
}
.btn.btn-call-to-action:hover {
  box-shadow: unset;
}
.btn.btn-call-to-action:active {
  border-width: 3px 0px 0px 0px;
}

/*---archive college list---*/
.archive-university-image > img {
  width: 100%;
  height: 125px !important;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.archive-university-logo img {
  height: 75px !important;
  position: relative;
}
.archive-university-country {
  position: absolute;
  top: 20px;
  right: 0;
  background: #f03c02;
  color: white;
  opacity: 0.9;
  padding: 0 15px;
}
.archive-university-logo {
  position: absolute;
  bottom: -37.5px;
  left: 50%;
  margin-left: -37.5px;
}
.archive-university-image {
  position: relative;
}
.archive-university-specifics {
  min-height: 180px;
}
h4.archive-university-name a {
  font-size: 18px;
  font-weight: 600;
}
h4.archive-university-name {
  line-height: 25px;
}
.archive-university-specifics .text-muted {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.archive-university-footer {
  padding-top: 5px;
  border-top: 1px solid #ddd;
}
.archive-university {
  border-radius: 5px;
  background: white;
  box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.25);
  max-width: 280px;
  margin: auto;
}
.archive-university:hover {
  box-shadow: 0.35rem 0.35rem 1.25rem rgba(0, 0, 0, 0.3);
  position: relative;
  top: -5px;
}
.archive-university-save {
  cursor: pointer;
  border-left: 1px solid #ddd;
}
.archive-university-save:hover {
  animation: hoverSave 1s linear infinite;
}
@keyframes hoverSave {
  0% {
    color: #444;
  }
  50%,
  100% {
    color: red;
  }
}
.archive-university-save .fa-heart {
  color: #f03c02;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .featured-colleges .single-archive-university:nth-last-child(1),
  .featured-colleges .single-archive-university:nth-last-child(2) {
    display: none;
  }
}

/* --- FRONT BLOGS --- */
.inner-section-header {
  font-weight: 500;
  font-size: 27px;
}
.front-featured-blog .front-blog-image img {
  width: 100%;
  object-fit: cover;
}
.front-featured-blog h5,
.front-side-blogs h5,
.popular-blogs-list h5 {
  font-size: 20px;
  font-weight: 600;
  color: #f03c02;
  margin-bottom: 0;
}
.front-side-blogs h5 {
  font-size: 1.2em;
}
.front-featured-blog .front-blog-content {
  padding: 10px;
}
.front-side-blogs .front-blog-content {
  padding: 2px;
}
.front-blog-content footer {
  font-style: italic;
  color: #888;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.front-side-blogs .front-blog-image img {
  width: 200px;
  height: 105px;
  object-fit: cover;
  float: left;
  padding: 0 10px 2px 0;
}
.blog-by-country > div {
  border: 1px solid transparent;
}
.blog-by-country > div:hover {
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 992px) and (min-width: 768px),
  (max-width: 576px) {
  .front-side-blogs .front-blog-image img {
    width: 150px;
    object-fit: cover;
    float: left;
    padding: 0 10px 2px 0;
  }
}
.blog-by-country > div:first-child {
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 768px) {
  .front-side-blogs.col-12 {
    border-left: 1px solid #eee;
  }

  .blog-by-country > div:last-child {
    border-left: 1px solid #eee;
  }
}
@media only screen and (max-width: 767px) {
  .front-side-blogs.col-12 {
    border-top: 1px solid #eee;
  }
  .blog-by-country > div:first-child {
    border-bottom: 1px solid #eee;
  }
  .front-blog-content {
    font-size: 0.95em;
  }
}
.front-side-blogs > div {
  border-bottom: 1px solid #eee;
}
.front-side-blogs > div:last-child {
  border-bottom: none;
}

.popular-blogs-list {
  border-right: 1px solid #eee;
}
.popular-blogs-list .blog-popular-top img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.popular-blogs-list .blog-popular {
  border-top: 1px solid #eee;
}
.popular-blogs-list .blog-popular h5 {
  font-size: 18px;
}
/* --- Features in the front --- */
#front-features {
  background: #f9f9f9;
}
.single-feature {
  max-width: 330px;
  margin: auto;
  padding: 15px 10px;
  height: 100%;
}
.feature-icon {
  padding: 10px;
}
.feature-icon img {
  height: 72px;
  object-fit: contain;
}
.feature-text {
  padding: 10px;
}
.feature-text p {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .feature-text {
    padding: 10px 0;
  }
}
.single-feature:hover {
  border-radius: 10px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  background: white;
}
.blog-trending-tags .tags-list {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.blog-trending-tags .tags-list .single-tag {
  margin: 5px 7px;
  padding: 5px 10px;
  font-size: 0.9em;
  background: #f5f5f5;
  border-radius: 3px;
}
.blog-trending-tags .tags-list .single-tag:hover {
  background: #eee;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
}
.blog-trending-tags {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

/* --- STYLING THE FORUMS --- */
.front-forum-listing {
  background: #f9f9f9;
}
.front-featured-topics,
.front-popular-forums {
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.25);
}
.front-forum-listing header h5 {
  padding: 10px 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.single-popular,
.single-featured {
  padding: 15px;
  border-bottom: 1px dashed #eee;
}
.front-forum-listing li:last-child .single-popular,
.front-forum-listing li:last-child .single-featured {
  border-bottom: 0;
}
.single-popular:hover,
.single-featured:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.single-featured h6 {
  margin: 0;
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  .single-featured h6 {
    font-size: 16px;
    font-weight: 400;
  }
}
.single-popular h6 {
  margin-bottom: 10px;
}
.single-popular p {
  margin-bottom: 0;
}

/*
 *----------STYLING THE FORUM-----------
 */
.college-landscape-forum img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.college-name-forum {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  width: 100%;
}
.college-name-forum h2 {
  color: white;
  font-weight: 600;
  font-size: 40px;
}
.topic-template-default .thread-summary .author-avatar {
  display: none;
}
.forum-body {
  background: #efefef;
}
.forum-thread-topic h3 {
  font-size: 30px;
  font-weight: 500;
}
.forum-thread-topic {
  background: linear-gradient(#fff, #fcfcfc);
}
.author-avatar > img {
  height: 90px;
  width: 90px;
  object-fit: cover;
  border-radius: 50px;
}
.forum-author-name {
  color: black;
  font-weight: 500;
}
/*.single-post footer{
  background:none;
  border-top: 1px dotted #aaa;
  padding-top:5px;
  color: #888;
  font-size: 14px;
}
.single-post footer div.bbp-topic-header {
  border-top: none;
}*/
.single-post.depth-1 {
  background: white;
}
.single-post.depth-2 {
  background: #fafafa;
}
ul.bbp-replies li {
  padding-top: 40px;
}
ul.bbp-threaded-replies li {
  margin-left: 40px;
  padding-top: 20px;
}
.thread-reply-box {
  background: #fbfbfb;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 1rem 1rem 1rem -0.5rem rgba(0, 0, 0, 0.2);
}
.btn.btn-forum-post {
  padding: 7px 20px;
  font-size: 14px;
  background: #6d0c1f;
  color: white;
  box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.thread-topics > ul > li:nth-child(2n + 1) {
  background: white;
}
.thread-topics > ul > li:nth-child(2n) {
  background: #f5f5f5;
}
.thread-topics > ul > li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.single-archive-topic {
  padding: 10px 15px;
}
.thread-list-header {
  background: #005599;
  color: white;
  padding: 10px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 3px solid #efefef;
}
.forum-thread-topic > .container > .d-flex,
.thread-breadcrumbs-tags {
  flex-wrap: wrap;
}
.list-single-topic {
  font-weight: 500;
  font-size: 1.1em;
}

/* --- STYLING THE NAVBAR AT THE VERY TOP --- */
.top-nav {
  background: #f03c02;
  padding: 5px 0;
}
.top-nav a {
  color: #eee;
}
.top-nav a:hover {
  color: #fff;
  text-decoration: none;
}
.top-nav-item {
  padding: 0 10px;
}
.main-nav {
  border-top: 2px solid #f03c02;
  border-bottom: 2px solid #f03c02;
}
.main-nav .container-fluid {
  white-space: nowrap;
  display: flex;
}
.main-nav .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.main-nav .main-nav-item {
  position: relative;
  padding: 0 5px;
  font-weight: 600;
}
.main-nav .main-nav-item a {
  display: inline-block;
  padding: 10px;
}
.main-nav .main-nav-item:hover > a {
  color: white;
  background: #f03c02;
  text-decoration: none;
}
.main-nav-item.has-sub > a {
  padding-right: 25px;
}
.main-nav-item.has-sub > a::after {
  font-family: Fontawesome;
  content: "\f078";
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 500;
}
.main-nav-item.has-sub .sub-menu {
  position: absolute;
  top: 41px;
  width: 200px;
  z-index: 1;
  background: white;
  border-top: 2px solid #f03c02;
  display: none;
}
.main-nav-item.has-sub:hover .sub-menu {
  display: block;
}
.main-nav-item.has-sub .sub-menu .main-nav-sub a {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
}
.main-nav-item.has-sub .sub-menu .main-nav-sub a:hover {
  color: white;
  background: #f03c02;
}

@media only screen and (max-width: 767.9px) {
  .main-nav {
    display: none;
  }
}

/* --- MENU NAVIGATION --- */
.sec-menu {
  position: relative;
  overflow: hidden;
}
.menu-nav {
  display: none;
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 42px;
  width: 55px;
  font-size: 18px;
  padding: 11px 0;
  text-align: center;
  z-index: 2;
}
.menu-nav.menu-nav-left {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 50%
  );
}
.menu-nav.menu-nav-right {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 50%
  );
}
.menu-nav::before {
  font-family: fontawesome;
  color: #f03c02;
}
.menu-nav.menu-nav-left::before {
  content: "\f053";
}
.menu-nav.menu-nav-right::before {
  content: "\f054";
}
.scrollable .menu-nav {
  display: block;
}
.scrollable .menu-nav.hide-nav {
  visibility: hidden;
}

/* --- STYLING THE NAVBAR --- */
#site-header {
  border-top: 3px solid #f03c02;
}
.masthead {
  padding: 15px 0;
}
.navigation-menu {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .navbar {
    display: flex !important;
  }
}
.navbar .menu-item {
  padding: 10px 15px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .navbar .menu-item {
    text-transform: uppercase;
    font-weight: 500;
  }
}
.navbar .menu-item a {
  display: block;
  color: #555;
  font-weight: 600;
  font-size: 0.95em;
}
.navbar .menu-item:hover > a {
  color: #f03c02;
}
.navbar .menu-item a:hover {
  text-decoration: none;
}
.navbar .menu-item a::after {
  content: "";
  display: block;
  width: 0;
  margin: auto;
  height: 2px;
  background: #f03c02;
  transition: width 0.3s;
}
.sec-menu-item {
  padding: 10px 15px;
}

.navbar .menu-item:hover > a::after {
  width: 100%;
}
li.menu-item.has-sub {
  position: relative;
  padding-right: 20px;
}
li.menu-item.has-sub:before {
  font-family: Fontawesome;
  content: "\f078";
  position: absolute;
  right: 2px;
  color: #555;
  font-weight: 500;
}
.login-register {
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 15px;
}
.login-register a {
  font-size: 0.9em;
}
.login-register .btn-login {
  display: inline-block;
  padding-right: 10px;
  padding-left: 20px;
  position: relative;
}
.login-register .btn-login:before {
  font-family: fontawesome;
  content: "\f090";
  position: absolute;
  top: 0px;
  left: 0;
}

@media only screen and (min-width: 768px) {
  ul.sub-menu {
    position: absolute;
    left: -5px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 0 10px 10px 10px;
    padding: 10px 0;
    width: 200%;
    display: none;
  }
  .navbar .btn-close {
    display: none;
  }
  li.menu-item.has-sub:hover ul.sub-menu {
    display: block;
  }
  .sub-menu-item a {
    color: #ddd !important;
  }
  .sub-menu-item a:hover {
    color: #fff !important;
  }
  .navbar .sec-menu-item {
    display: none;
  }
  .btn-call {
    border: 2px solid #888;
    padding: 7px 7px !important;
    margin-right: 3px;
    border-radius: 30px;
    transition-duration: 1s;
  }
  .btn-call:hover {
    transition-duration: 1s;
    background: #888;
  }
  .btn-call:hover a {
    transition-duration: 1s;
    color: white !important;
  }
  .navbar .menu-item.btn-call a::after {
    background: white;
  }
  .navbar .menu-item.btn-call a::after {
    display: none;
  }
  .sec-menu ul {
    flex-wrap: nowrap;
    width: auto;
  }
}

/* --- NAVIGATION MENU FOR MOBILE --- */
.mobile-nav-btn {
  font-size: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 767.9px) {
  .navbar:not(.navbar-secondary) {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    overflow: auto;
    width: 200px;
    height: 100%;
    padding-top: 20px;
    z-index: 3;
    background: white;
    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.25);
  }
  .navbar .btn-close {
    position: absolute;
    top: 10px;
    right: 20px;
    height: 38px;
    width: 38px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 7px;
    z-index: 5;
    cursor: pointer;
  }
  .navbar .btn-close::before {
    font-size: 20px;
    line-height: 1.2;
  }
  ul.sub-menu {
    display: none;
  }
  .sub-menu-item a {
    color: #f03c02;
    opacity: 0.8;
  }
  .sub-menu-item a:hover .sub-menu-item a:active {
    color: #f03c02;
    opacity: 1;
  }
}

/* --- ADVANCED SEARCH --- */
@media (min-width: 768px) {
  .search-options-container {
    background: #f9f9f9;
  }
}
.search-university {
  position: relative;
  max-width: 1550px;
  margin: auto;
}
.advanced-search-options {
  background: #f9f9f9;
  max-width: 320px;
  margin-left: auto;
  position: sticky;
  top: 30px;
  overflow: auto;
}
@media (max-width: 767.9px) {
  .advanced-search-options {
    margin: 0 auto;
    overflow: hidden;
    max-width: unset;
  }
}
/* width */
.advanced-search-options::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}

/* Track */
.advanced-search-options::-webkit-scrollbar-track {
  background: #eee;
}

/* Handle */
.advanced-search-options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* Handle on hover */
.advanced-search-options:hover::-webkit-scrollbar-thumb {
  background: #bbb;
}
.advanced-search-options::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.search-filter-results {
  max-width: 950px;
}

.advanced-search-options .search-options {
  padding: 5px 15px;
}
.advanced-search-options > header {
  font-size: 25px;
  font-weight: 600;
  color: black;
  padding: 15px;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f9f9f9;
}
.advanced-search-options > footer {
  font-weight: 600;
  padding: 5px 15px;
  text-align: center;
  z-index: 2;
  background: #f03c02;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  position: sticky;
  bottom: 0;
}
.advanced-search-options > footer.options-hidden {
  box-shadow: 0 -10px 20px #eee;
}
.accordion-group {
  padding: 10px 0;
}
.accordion-group > header {
  border-bottom: 1px solid #aaa;
  cursor: pointer;
  position: relative;
  padding: 5px 25px 5px 10px;
  font-size: 16px;
  font-weight: 600;
}
.accordion-group > header:hover {
  color: #f03c02;
}
.accordion-group > header:after {
  position: absolute;
  font-family: Fontawesome;
  content: "\f067";
  right: 10px;
  font-weight: 400;
}
.accordion-content {
  display: none;
  padding: 5px 15px;
}
.single-option {
  padding: 10px 15px;
}

.search-topic {
  margin-left: -10px;
  padding-bottom: 5px;
  font-weight: 600;
  color: black;
}

.accordion-group.active .accordion-content {
  display: block;
}
.accordion-group.active > header {
  background: #f03c02;
  color: white;
}
.accordion-group.active > header:after {
  content: "\f068";
}

/* ----- PIE CHARTS ----- */
.pie-chart {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pie-chart .chart {
  min-height: 200px;
}
.pie-chart svg {
  position: absolute;
  margin-right: 20px;
}
.pie-chart svg:first-child {
  transform: rotate(-90deg);
  border-radius: 50%;
  margin: 40px;
  width: 120px;
  height: 120px;
}
.pie-chart svg:last-child {
  width: 200px;
  height: 200px;
}
.pie-chart svg circle {
  stroke-width: 32;
}
div[data-type="Female"].pie-chart svg:first-child {
  background: #4d4cff;
}
div[data-type="Female"].pie-chart svg circle {
  fill: #4d4cff;
  stroke: #de3131;
}
div[data-type="International"].pie-chart svg:first-child {
  background: #439c43;
}
div[data-type="International"].pie-chart svg circle {
  fill: #439c43;
  stroke: #ffaf00;
}
.pie-chart svg text {
  font-size: 12px;
}
.pie-chart .legend {
  padding-left: 40px;
}
.legend-color {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.pie-chart .legend .legend-title {
  color: black;
  font-size: 0.9em;
}

/* ----- SCORE BAR ----- */
.range-chart {
  padding: 20px 0;
}
.chart-label {
  font-size: 1.1em;
  font-weight: 600;
}
.range-bar {
  position: relative;
  margin-top: 10px;
  height: 4px;
  width: 100%;
  background: #ccc;
  border-radius: 2px;
}
.range-bar .bar-value {
  position: absolute;
  top: -1px;
  height: 6px;
  background: #6d0c1f;
  border-radius: 3px;
}
.bar-point {
  position: absolute;
  top: -30px;
  font-size: 0.85em;
  background: #eee;
  padding: 0 5px;
  border-radius: 2px;
  width: 40px;
  text-align: center;
}
.bar-point:before {
  position: absolute;
  top: 23px;
  left: 0;
  content: "";
  height: 0;
  width: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  z-index: 10;
}
.bar-point.lower-value {
  left: -28px;
}
.bar-point.lower-value:before {
  left: unset;
  right: 0;
}
.bar-point.higher-value {
  right: -28px;
}
.bar-point:hover {
  background: #ddd;
  color: #000;
}
.bar-point:hover:before {
  border-color: #ddd transparent transparent transparent;
}

/* ----- STYLING THE MAJORS LIST -----*/
ul.majors-list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  /*display: flex;
  flex-wrap: wrap;
  align-content: center;*/
}
@media (min-width: 550px) {
  ul.majors-list {
    columns: 2;
  }
}
ul.majors-list li {
  margin-left: 15px;
  padding: 5px 0px 5px 10px;
  border-bottom: 1px dotted #ccc;
}
ul.majors-list li:hover {
  background: #f8f8f8;
  color: black;
}
ul.majors-list li:last-child {
  border-bottom: 0;
}
@media (max-width: 450px) {
  ul.majors-list {
    padding-left: 0px;
  }
  ul.majors-list li {
    margin-left: 0;
  }
}
/*
@media (min-width:768px) {
  ul.majors-list li {
    width:  calc(50% - 15px);
  }
}
@media (max-width:768px) {
  ul.majors-list li {
    width:  100%;
  }
}
*/
li.has-distance-program .distance-major {
  position: relative;
}
li.has-distance-program .distance-major i {
  font-size: 0.7em;
  padding: 5px 4px;
  border-radius: 50%;
  background: #aaa;
  color: white;
  height: 20px;
  width: 20px;
  cursor: pointer;
  position: relative;
  top: -2px;
}
li.has-distance-program {
  padding-right: 10px;
}
.distance-major .tooltip-top {
  position: absolute;
  top: -55px;
  left: calc(50% - 125px);
  padding: 5px 10px;
  width: 250px;
  font-size: 12px;
  line-height: 1.5;

  background: #ddd;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  color: black;
  display: none;
}
.distance-major .tooltip-top:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: calc(50% - 12px);
  height: 0;
  width: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ddd transparent transparent transparent;
  z-index: 2;
}
.distance-major:hover .tooltip-top {
  display: block;
}

/* ----- SEARCH AND FILTER ----- */
.searchandfilter ul {
  padding-left: 5px;
}
.searchandfilter ul ul {
  padding-left: 15px;
}
.searchandfilter ul h4 {
  font-weight: 500;
}

/* ----- PAGE HEADER STYLING ----- */
.page-header {
  background: #333;
  color: white;
}
.page-header .page-title {
  color: white;
  font-size: 36px;
  margin: 0;
  font-weight: 500;
}
.blog-search-form {
  z-index: 1;
}
.blog-search-form .btn {
  height: 38px;
}
.blog-search-form .btn :hover {
  background: none;
}

@media (max-width: 767.9px) {
  .blog-search-form #blog-search {
    display: none;
  }
}

@media (max-width: 600px) {
  .page-header .page-title {
    font-size: 27px;
  }
}

/* ----- REMOVE BBPRESS STYLES ----- */
.bbp-pagination {
  float: none;
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
.link-oya-outline a {
  display: block;
  padding: 3px 7px;
  border: 2px solid #f03c02;
  border-radius: 10px;
}

/* ----- FORUM USER PROFILE ----- */

#forum-user-avatar img {
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #f03c02;
  margin-bottom: 10px;
}
#forum-user-avatar h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 767.9px) {
  #bbp-user-navigation {
    text-align: center;
  }
}

.menu-footer-quicklinks-container li {
  list-style: none;
}
.dataTables_wrapper {
  margin: 40px 0;
}
.dataTables_wrapper .dataTables_paginate {
  color: #333;
  font-size: 0.9em;
}

.single-location .fa {
  float: left;
  font-size: 1.3em;
  padding-top: 5px;
  color: #9e4c4c;
  opacity: 0.75;
}
.single-location > div {
  padding-left: 17px;
  position: relative;
}
.single-location .location-city::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 17px;
  background: #9e4c4c;
  opacity: 0.75;
  height: 2px;
  width: 30px;
}
.single-location .location-state {
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 5px;
}
/*Search Page Ad */
.search-ad {
  min-width: 250px;
}

/* ----- AJAX LOAD MORE ----- */
#infinite-scroll-jetpack .load-more {
  background: url("../gif/ajax-loader.gif");
  height: 30px;
  width: 30px;
  display: block;
  margin: 20px auto;
}

/* S&F */

.sf-label-checkbox {
  padding: 0 10px !important;
}



.college-comparision-table .nav-tabs a {
  background: #f03c02;
  color: white;
  border: 1px solid white;
  font-size: 15px;
}
.college-comparision-table .nav-tabs a.active {
  color: #f03c02;
  background: #f8f8f8;
}
.college-comparision-table .tab-content .tab-pane {
  border: none;
  border-top: 1px solid #e9e9e9;
  padding: 20px 0;
}
.compare-table-container thead tr {
  background: #f03c02;
  color: white;
}
.compare-table-container thead tr th {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-color: white;
  text-align: center;
}
.single-college-compare td,
.single-college-compare th {
  vertical-align: middle;
  text-align: center;
  padding: 15px;
}
.img-bordered {
  border: 2px solid #f03c02;
  padding: 4px;
}
.compare-point .point-icon {
  max-width: 85px;
  max-height: 65px;
  padding-top: 15px;
}

.country-category-menu .navbar-collapse {
  background: white;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .country-category-menu .navbar-collapse {
    position: absolute;
    top: 50px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    z-index: 5;
  }
}
.country-category-menu .navbar-collapse li {
  border-right: 1px solid #ddd;
  padding: 3px 10px;
}
.country-category-menu .navbar-collapse li:last-child {
  border-right: none;
}
.white-color a,
.white-color a:hover {
  color: white !important;
}

/* ----- COMPARE COLLEGE ----- */
section#compare-compare {
  background: #faf8f8;
}
section#compare-compare h2 {
  font-size: 2em;
  font-weight: 600;
}

/* Heading Font Size For Articles */
.post h1{
	font-size:30px;
	margin-bottom:14px;
}

.post h2{
	font-size:24px;
	margin-bottom:12px;
}

.post h3{
	font-size:22px;
	margin-bottom:10px;
}

.post h4{
	font-size:20px;
	margin-bottom:8px;
}

.post h5{
	font-size:18px;
	margin-bottom:6px;
}

.post h6{
	font-size:16px;
	margin-bottom:4px;
}

.single_conference{
	background:white;
	box-shadow:5px 5px 5px #eee;
	border:2px solid #f8f8f8;
	border-radius:3px;
}
.category_head{
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	color:white;
	height:64px;

	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	align-items:center;
	justify-content:center;
}

/*----------------------- TEAM MEMBERS PAGE ---------------------*/
.team_page {
  background: #fafafa;
}
.team_members > div {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.single_member {
  width: 204px;
  margin: 0px 10px;
}
.member_photo_container {
  height: 200px;
  width: 200px;
}
.member_photo_clipper {
  border-radius: 125px;
  overflow: hidden;
  height: 200px;
  width: 200px;
  border: 7px solid #ddd;
  margin-top: -5px;
  margin-left: 2px;
}
.member_photo {
  height: 200px;
  width: 200px;
  margin-left: -7px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.member_info {
  color: #555;
  padding: 20px 0 10px 0;
}
.member_name {
  font-size: 18px;
  font-weight: 700;
  color: #F03C02;
}
.member_post h6{
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color:#555
}
.member_social {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  direction: row;
  justify-content: space-around;
  margin: 0 50px;
}
.border_bottom {
  height: 5px;
  width: 50%;
  background: #ddd;
}
.border_bottom_full {
  height: 5px;
  width: 100%;
  background: #ddd;
}
.border_bottom_animated {
  height: 5px;
  width: 0;
  background: #e00;
}

/*----- on hovering -----*/
.single_member_hover {
  border: 2px #ccc solid;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #ccc;
}
.single_member_hover > .member_photo_container > .member_photo_clipper {
  border-radius: 0;
  border: 0;
  box-shadow: 0px 5px 5px #aaa;
  margin: 0;
}
.single_member_hover > .member_photo_container > .member_photo_clipper > img {
  margin-left: 0;
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}
.single_member_hover .member_info {
  background: white;
  color: #555;
}
.single_member_hover .member_social #facebook {
  color: #3b5998;
}
.single_member_hover .member_social #twitter {
  color: #00aced;
}

/*------------------individual member's page------------------*/

/*.member_photo_container img{
	height:250px;
	width:250px;
}
.member_photo_container{
	float:left;
	margin:10px;
}
.about_member{
	display:block;
	margin:10px;
}
.member_short{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction:column;
	justify-content:space-between;
}
.member_short div{
	margin-bottom:5px;
}*/
.about_member .member_name {
  font-size: 35px;
}
/*
.about_member .member_designation{
	font-size:20px;
}
.about_member .member_country{
	font-size:25px;
}
*/
@media only screen and (max-width: 575px) {
  .member_top {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: column;
    align-items: center;
  }
  .about_member {
    text-align: center;
  }
  .about_member .member_name {
    font-size: 30px;
  }
  /*
	.about_member .member_designation{
		font-size:18px;
		font-weight:700;
	}
	.about_member .member_country{
		font-size:20px;
		font-weight:700;
	}
	*/
}
