/*
Theme Name: Parasponsive Child - One-page + Woo Theme
Theme URI: http://gogetthemes.com
Description: Parasponsive - One-page + Woo Theme
Author: GoGetThemes
Template: parasponsive
Author URI: http://gogetthemes.com/
Version: 4.3
License URI: http://gogetthemes.com/
*/
/**
 * Note! Parent theme must be in themes/parasponsive directory for child theme to work.
 */
@import url("../parasponsive/style.css");
/* Theme customization starts here
------------------------------------------------------------------- */
/*============================================================= 
FONT IMPORTS	            
===============================================================*/
@import url("http://fonts.googleapis.com/css?family=Signika:400,300,600,700");
@import url("css/fonts/quitador-webfont.css");
/*============================================================= 
VARIABLES	            
===============================================================*/
/* FONTS */
/* COLORS */
/*============================================================= 
VARIABLES	            
===============================================================*/
/*============================================================= 
BASE STYLES	            
===============================================================*/
html,
body {
  max-width: 100%;
  overflow-x: hidden; }

body {
  font-family: "Signika", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  background-color: #fff;
  line-height: 1.5;
  padding-top: 72px;
  font-weight: 300; }

strong,
b {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quitador", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  line-height: 1.2; }

h1, .h1 {
  font-size: 92px;
  font-weight: 800; }

h2, .h2 {
  font-size: 54px;
  font-weight: 400; }

h3, .h3 {
  font-size: 78px;
  font-weight: 400; }

h4, .h4 {
  font-size: 48px;
  font-weight: 400; }

h5, .h5 {
  font-size: 40px;
  font-weight: 400; }

h6, .h6 {
  font-size: 28px;
  font-weight: 400; }

/*============================================================= 
SHORTCODE OVERRIDES        
===============================================================*/
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth {
  line-height: inherit; }

/*============================================================= 
SLIDER MARGIN            
===============================================================*/
section.slider {
  z-index: -99; }

#home {
  position: relative;
  top: 0px;
  margin-bottom: -80px; }

#home h1 {
  font-weight: 400; }

/*============================================================= 
HEADER	            
===============================================================*/
header {
  background: transparent;
  transition: all 0.8s ease 0.2s; }

header:after {
  content: "";
  display: block;
  width: 140%;
  height: 200px;
  position: relative;
  top: -200px;
  left: -20%;
  z-index: -999;
  background-color: #fff;
  transform: rotate(1.5deg);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2); }

header.affix-top {
  max-height: 192px; }

header.affix {
  min-height: 80px !important;
  max-height: 80px !important; }

header.affix:after {
  top: -198px; }

/*============================================================= 
LOGO	            
===============================================================*/
header #logo {
  margin-bottom: 22px;
  float: right; }
  header #logo img {
    max-height: 130px;
    transition: all 0.5s ease; }

header.affix #logo {
  margin-bottom: 12px; }
  header.affix #logo img {
    max-height: 62px;
    margin-top: 16px; }

/*============================================================= 
NAVIGATION	            
===============================================================*/
.nav {
  float: left; }

nav a {
  color: #f27930;
  border-top: #f27930 solid 2px !important;
  transition: all 0.5s ease 0s; }
  nav a span.hover {
    background: #f58f31 !important; }
  nav a:hover .menu_name {
    color: #fff !important; }

nav li.current a span {
  color: #fff !important; }

nav li.i_blank3 {
  display: none; }

/*============================================================= 
MOBILE NAVIGATION	            
===============================================================*/
.trigger {
  height: auto;
  background: none; }

.trigger:after {
  background: none;
  content: '\f0c9';
  color: #f58f31;
  font-family: 'fontAwesome';
  font-size: 30px;
  padding: 14px 0px 0px 20px; }

.mob_nav {
  float: left;
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0px !important;
  top: 0; }
  .mob_nav ul {
    width: 100%;
    border: none;
    background-color: #fff;
    z-index: -99;
    position: absolute;
    top: 0;
    padding-top: 50px; }
    .mob_nav ul li:first-of-type {
      border-top: 1px solid #f58f31; }
  .mob_nav nav {
    max-width: 50px; }

.mob_nav ul li a {
  background: transparent !important;
  color: #f58f31;
  border: none !important;
  padding: 7px 0px 7px 0px !important; }
  .mob_nav ul li a:hover {
    background: #f58f31 !important;
    color: #fff; }
.mob_nav ul li a span.hover {
  background: transparent;
  display: none; }
.mob_nav ul li.current {
  background: #f58f31; }

/*============================================================= 
HOME PANEL TRANSFORMS	            
===============================================================*/
.top_box,
.bot_box {
  border-width: 0px !important;
  border-style: none !important;
  border-color: transparent !important;
  width: 140% !important;
  position: relative;
  left: -20%; }

.top_box {
  z-index: -9999;
  display: block !important;
  top: 30px;
  height: 140px !important;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2);
  transform: rotate(-1.5deg); }
  @media screen and (min-width: 1800px) {
    .top_box {
      transform: rotate(-1.2deg); } }

.bot_box {
  z-index: -999;
  top: -30px;
  height: 200px !important;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(1.5deg); }
  @media screen and (min-width: 1800px) {
    .bot_box {
      transform: rotate(1.2deg); } }

#pages > ul > li {
  margin-bottom: -120px; }

#pages > ul > li:last-of-type {
  margin-bottom: 0px; }

.intro {
  padding-top: 65px;
  background-size: cover;
  background-position: center top; }

/*============================================================= 
ADD BUTTON CLASS
===============================================================*/
a.button,
section.man_box a.button {
  border: 1px solid #fff;
  padding: 7px 14px;
  border-radius: 3px;
  color: #f58f31 !important;
  background: #fff;
  transition: all 0.2s ease;
  margin: 1em 0px 1em 0px;
  display: inline-block; }

a.button:hover,
section.man_box a.button:hover {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5); }

/*============================================================= 
PANEL BACKGROUND COLORS	            
===============================================================*/
/* section.intro, */
.black_over {
  background-color: rgba(0, 0, 0, 0.1);
  /* 	background-image: none !important; */
  height: 100%;
  margin-top: -30px; }

#blank1 .top_box,
#blank1 .mid_box,
#blank1 .bot_box,
#blank1 .plug {
  background-color: #f58f31; }
#blank1 .top_box {
  transform: rotate(-1.8deg);
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2);
  top: 30px; }
  @media screen and (min-width: 1800px) {
    #blank1 .top_box {
      transform: rotate(-1.35deg); } }
#blank1 .section_exc {
  margin: 0 auto 25px;
  max-width: 660px; }

#blank2 .top_box,
#blank2 .mid_box,
#blank2 .bot_box,
#blank2 .plug {
  background-color: #f27930; }

#blank3 .top_box,
#blank3 .mid_box,
#blank3 .bot_box,
#blank3 .plug {
  background-color: #f27930; }
#blank3 .one_third a {
  text-decoration: none; }
  #blank3 .one_third a > div {
    margin-top: 60px; }
#blank3 .one_third a h6 {
  text-decoration: none;
  margin-top: 30px; }
#blank3 .one_third a p {
  font-size: 18px; }
#blank3 .one_third a img {
  opacity: 0.5;
  transition: opacity 0.65s ease; }
#blank3 .one_third a:hover > * {
  color: #fff; }
#blank3 .one_third a:hover img {
  opacity: 0.8; }

#portfolio .top_box,
#portfolio .mid_box,
#portfolio .bot_box,
#portfolio .plug {
  background-color: #f58f31; }
#portfolio .portfolio_img_pop {
  transition: opacity 0.2s ease; }
  #portfolio .portfolio_img_pop:hover {
    opacity: 0.5; }

#services .top_box,
#services .mid_box,
#services .bot_box,
#services .plug {
  background-color: #f0652f; }
#services li > h4 {
  display: none; }
#services li h3, #services li h4 {
  font-size: 24px; }
#services li h5 {
  font-size: 20px;
  font-family: "Signika", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 24px; }
#services li i {
  font-size: 100px;
  margin: 20px 0px 30px;
  transition: all 0.6s linear; }
  #services li i:hover {
    cursor: default; }
#services .serv_entry {
  font-size: 0.76em; }
#services .mycont {
  overflow: visible; }
#services .bx-wrapper .bx-next {
  right: -40px;
  opacity: 1; }
#services .bx-wrapper .bx-prev {
  left: -40px;
  opacity: 1; }
#services .bx-wrapper .bx-controls-direction a {
  border: none;
  font-size: 36px; }

#about_us .top_box,
#about_us .mid_box,
#about_us .bot_box,
#about_us .plug {
  background-color: #f27930; }

#contact_us .top_box,
#contact_us .mid_box,
#contact_us .bot_box,
#contact_us .plug {
  background-color: #f58f31; }
#contact_us h4 {
  font-size: 32px; }
#contact_us section.man_box > * {
  text-align: left !important; }
#contact_us .span4 {
  display: none; }
#contact_us .span8 {
  width: 50%;
  margin: 0 auto;
  display: block;
  float: none; }

section.man_box > * {
  text-align: center !important;
  letter-spacing: 0.5px; }
section.man_box h1,
section.man_box h2,
section.man_box h3,
section.man_box h4,
section.man_box h5,
section.man_box h6 {
  color: #fff !important; }
section.man_box .plug {
  color: #fff !important;
  letter-spacing: 3px;
  font-size: 20px;
  font-family: "Quitador", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
section.man_box a {
  color: #fff !important; }
  section.man_box a:hover {
    color: rgba(255, 255, 255, 0.6) !important; }

/*============================================================= 
BACK2TOP
===============================================================*/
.back2top {
  border: none !important;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  margin-bottom: 20px;
  line-height: 62px;
  transition: all 0.25s ease; }
  .back2top:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .back2top i {
    color: #fff !important;
    font-size: 24px;
    margin-top: -16px;
    padding-left: 2px; }

/*============================================================= 
SINGLE PAGE 
===============================================================*/
.id_page {
  background-color: #f27930;
  padding: 200px 0px 200px 0px; }
  .id_page h1 {
    font-weight: 400; }
  .id_page h2 {
    font-size: 48px; }
  .id_page h3 {
    font-size: 30px;
    margin-top: 2em;
    line-height: 1.4; }
  .id_page h4 {
    font-size: 30px;
    margin-top: 2em;
    line-height: 1.4; }
  .id_page h5 {
    font-size: 20px;
    margin-top: 2em;
    line-height: 1.4; }
  .id_page p {
    margin: 0px 0px 0.8em; }
  .id_page p,
  .id_page li {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300; }
  .id_page .page {
    max-width: 66%;
    margin: 0 auto; }
  .id_page .lines {
    margin-bottom: 70px !important; }

/*============================================================= 
SINGLE PORTFOLIO 
===============================================================*/
#single-portfolio {
  background-color: #f58f31; }
  #single-portfolio #portfolio_box {
    background: transparent; }
    #single-portfolio #portfolio_box .entry {
      color: rgba(255, 255, 255, 0.75) !important;
      padding: 60px 0px 100px 0px; }
    #single-portfolio #portfolio_box h1,
    #single-portfolio #portfolio_box h2,
    #single-portfolio #portfolio_box h3,
    #single-portfolio #portfolio_box h4,
    #single-portfolio #portfolio_box h5,
    #single-portfolio #portfolio_box h6 {
      color: #fff !important; }
    #single-portfolio #portfolio_box a {
      color: #fff; }
      #single-portfolio #portfolio_box a:hover {
        color: rgba(255, 255, 255, 0.5); }

/*============================================================= 
BLOG PAGE 
===============================================================*/
#blog {
  background: #f58f31;
  padding: 160px 0px 0px; }
  #blog .plug {
    background: #f58f31; }
  #blog .span9,
  #blog .span3,
  #blog #sidebar {
    max-width: 66%;
    margin: 0 auto;
    display: block;
    float: none; }
  #blog .span3 {
    margin-bottom: 60px; }
    #blog .span3.bottom {
      margin-top: 60px; }
  #blog .back2top {
    position: relative;
    bottom: 46px; }
  #blog .blog_date {
    text-align: center; }
  #blog .post .entry p, #blog .post .entry li {
    /* 			font-size: 17px; */
    color: rgba(255, 255, 255, 0.75); }
  #blog .lines {
    margin-bottom: 70px !important; }

.single-post #blog .post_nav {
  text-align: center; }
.single-post #blog .post_nav li {
  margin: 0px; }
  .single-post #blog .post_nav li a {
    border: none;
    background-size: 62px 31px;
    width: 31px;
    height: 31px; }
    .single-post #blog .post_nav li a:first-of-type {
      margin-right: 4px; }
.single-post #blog .post_nav li.back_blog a {
  background: none; }
.single-post #blog .post_nav li:last-of-type {
  float: none; }
.single-post #blog .post_thumb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
.single-post #blog h2 {
  margin: 0px;
  min-height: inherit; }
.single-post #blog .entry {
  margin: 0px; }
  .single-post #blog .entry p, .single-post #blog .entry li {
    color: rgba(255, 255, 255, 0.75); }
  .single-post #blog .entry h1,
  .single-post #blog .entry h2 {
    font-size: 36px; }
  .single-post #blog .entry h3 {
    font-size: 28px; }
  .single-post #blog .entry h4 {
    font-size: 22px; }
  .single-post #blog .entry h5,
  .single-post #blog .entry h6 {
    font-size: 18px; }
  .single-post #blog .entry .row {
    margin: 0px; }

.single_post > h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 16px;
  margin-bottom: 40px !important; }

.single_post > .post_thumb {
  margin-top: 60px; }

.search-results #blog h2 {
  margin: 0px 0px 40px;
  min-height: inherit; }
.search-results #blog .entry {
  margin: 0px; }
  .search-results #blog .entry p, .search-results #blog .entry li {
    color: rgba(255, 255, 255, 0.75);
    font-size: 17px; }
  .search-results #blog .entry h1,
  .search-results #blog .entry h2 {
    font-size: 36px; }
  .search-results #blog .entry h3 {
    font-size: 28px; }
  .search-results #blog .entry h4 {
    font-size: 22px; }
  .search-results #blog .entry h5,
  .search-results #blog .entry h6 {
    font-size: 18px; }
  .search-results #blog .entry .row {
    margin: 0px; }

.post_info .comments {
  display: none; }

.post_info li {
  line-height: 2.2;
  font-size: 14px; }

.post h2 {
  line-height: 1;
  margin-bottom: 30px; }
  .post h2 a {
    text-transform: none;
    font-size: 42px; }
.post .entry p {
  font-size: 20px; }

#bloglist {
  padding-bottom: 40px; }

.post_info li.read_more a {
  line-height: 2em;
  padding: 8px 16px 6px 16px; }

.post_info li.read_more a span {
  float: right;
  border: none;
  padding: inherit;
  height: auto;
  width: auto;
  line-height: 1; }

/*============================================================= 
SEARCH WIDGET
===============================================================*/
#s {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: none; }

#s:focus {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.9);
  outline: none; }

/*============================================================= 
SEARCH WIDGET
===============================================================*/
.search-results span {
  background: transparent; }

/*============================================================= 
FOOTER SECTION
===============================================================*/
footer {
  background: #5a4a42;
  padding: 140px 0px 0px 0px;
  box-shadow: inset 0px 6px 8px rgba(0, 0, 0, 0.2); }

.footer_intro {
  border: none; }

.footer_intro h2 {
  font-size: 36px;
  color: #fff;
  text-transform: none;
  font-weight: 100; }

.social_line li a {
  font-size: 52px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0px 25px;
  transition: all 0.2s ease; }

.social_line li a:hover {
  color: rgba(255, 255, 255, 0.95); }

.footer_bottom {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 100;
  text-transform: none;
  font-family: "Signika", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0px; }
  .footer_bottom .powered a {
    opacity: 0.5;
    color: #fff; }
    .footer_bottom .powered a:hover {
      opacity: 1; }
  .footer_bottom .span4 {
    padding: 35px 0px; }
    .footer_bottom .span4:first-of-type {
      padding: 0px; }

.footer_bottom .flogo img {
  max-width: 160px; }

/*============================================================= 
CONTACT SECTION / FORM STYLES
===============================================================*/
#contact_us input[type="text"],
#contact_us input[type="email"],
#contact_us textarea,
.id_page input[type="text"],
.id_page input[type="email"],
.id_page textarea,
.id_page input[type="tel"] {
  margin-bottom: 0px;
  margin-right: 0px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#contact_us input[type="text"]:focus,
#contact_us input[type="email"]:focus,
#contact_us textarea:focus,
.id_page input[type="text"]:focus,
.id_page input[type="email"]:focus,
.id_page textarea:focus,
.id_page input[type="tel"]:focus {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.9);
  outline: none; }

input[type="submit"] {
  margin: 0px;
  padding: 12px 0px 10px 0px;
  border-radius: 3px;
  font-family: "Quitador", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f58f31;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: none;
  width: 100%;
  background: #fff;
  line-height: 1;
  transition: all 0.2s ease; }

input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #f58f31; }

#contact_us .form p:last-of-type {
  text-align: center; }

.id_page form > p {
  margin-bottom: 0.25em;
  font-size: 22px; }

.id_page form > div {
  margin-bottom: 1.5em; }

/*
input[type="checkbox"] {
		display: none;
}
*/
/*
input[type="checkbox"]:after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	border: 1px solid rgba(255,255,255,0.3);
	background: rgba(255,255,255,0.08);
	
	margin: 0px 6px 0px -5px;
}

input[type="checkbox"]:checked + span:before {
	content: "\f00c";
	font-family: 'fontAwesome';
}

span.wpcf7-list-item {
	margin: 0px 20px 0px 0px;
}
*/
/*============================================================= 
CONTACT FROM 7 - NOTIFICATIONS
===============================================================*/
.wpcf7-validation-errors,
.wpcf7-not-valid-tip,
div.wpcf7-mail-sent-ok {
  background: rgba(255, 255, 255, 0.55) !important;
  padding: 7px 10px !important;
  margin: 6px 0px 0px 0px !important;
  font-size: 14px !important;
  border: none !important;
  border-radius: 3px; }

.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
  color: #df3518 !important; }

div.wpcf7-mail-sent-ok {
  color: #8dc63f !important;
  font-size: 18px !important;
  background: #fff !important;
  padding: 10px !important;
  text-align: center; }

/*============================================================= 
MC SUBSCRIBE FORM
===============================================================*/
#mc-embedded-subscribe-form {
  margin-top: 2em; }

#mc-embedded-subscribe-form input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: 184px;
  margin: 0px;
  display: inline-block;
  border-radius: 3px 0px 0px 3px;
  border-right: none;
  font-size: 14px; }

#mc-embedded-subscribe-form input:focus {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.9);
  outline: none; }

#mc-embedded-subscribe-form input[type="submit"] {
  margin: 0px;
  padding: 12px 0px 10px 0px;
  border-radius: 3px;
  font-family: "Quitador", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f58f31;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: none;
  width: 100%;
  background: #fff;
  line-height: 1;
  transition: all 0.2s ease;
  font-size: 16px;
  font-family: "Signika", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: 0px 0px 0px -5px;
  border-radius: 0px 3px 3px 0px;
  width: auto;
  padding: 13px 10px 12px 10px;
  border: 1px solid #fff; }

#mc-embedded-subscribe-form input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #f58f31;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.6); }

/*============================================================= 
PAGINATION
===============================================================*/
.wp-paginate {
  margin-bottom: 60px; }

.wp-paginate .title {
  color: #fff; }

.wp-paginate .current {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 3px; }

.wp-paginate a {
  color: #f58f31;
  background: #fff;
  border-radius: 3px;
  border: none;
  transition: all 0.3s ease; }

.wp-paginate .current,
.wp-paginate a {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 1.25;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.wp-paginate a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5); }

/*============================================================= 
MISC.
===============================================================*/
.our_skills {
  margin-top: 80px; }

#ascrail2000 {
  background: rgba(0, 0, 0, 0.35) !important; }

#ascrail2000 > div {
  background-color: rgba(255, 255, 255, 0.85) !important;
  width: 11px !important;
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 10px !important; }

#filters {
  display: none; }

.speed_box {
  width: 31%; }

.speed_box:nth-last-of-type(1),
.speed_box:nth-last-of-type(2) {
  display: none; }

.knob_box div > input {
  display: none; }

/*============================================================= 
MEDIA QUERIES
===============================================================*/
@media screen and (max-width: 767px) {
  section.man_box .lines {
    padding-top: 20px; }
    section.man_box .lines .plug {
      display: block;
      line-height: 1.2; } }
@media screen and (max-width: 480px) {
  body {
    font-size: 16px; }

  header #logo {
    margin-bottom: 10px; }

  header #logo img {
    max-height: 90px; }

  header {
    background: #fff !important;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2); }

  header.default {
    padding: 0 !important;
    height: auto !important; }

  header:after {
    display: none; }

  .top_box,
  .bot_box {
    transform: none; }

  .top_box {
    top: 20px;
    height: 80px !important; }

  .bot_box {
    top: -80px;
    height: 150px !important; }

  .back2top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    margin-left: -20px; }
    .back2top i {
      font-size: 18px; }

  .slider {
    display: none; }

  .speed_box {
    width: 100%; }

  h1, .h1 {
    font-size: 92px; }

  h2, .h2 {
    font-size: 54px; }

  h3, .h3 {
    font-size: 48px; }

  h4, .h4 {
    font-size: 48px; }

  h5, .h5 {
    font-size: 40px; }

  h6, .h6 {
    font-size: 24px; }

  .plug {
    font-size: 18px !important; }

  .id_page {
    padding-top: 100px;
    margin-top: -100px; }
    .id_page h3 {
      font-size: 26px; }
    .id_page .page {
      max-width: 100%; }
    .id_page p,
    .id_page form > p {
      font-size: 16px; }
    .id_page h1 {
      font-size: 52px; }

  #blog {
    margin-top: -50px; }

  #single-portfolio {
    margin-top: -160px; }

  #blog .span9 {
    max-width: 100%; }

  .single-post #blog {
    padding-bottom: 80px; }
    .single-post #blog h2 {
      font-size: 28px; }

  section.intro {
    min-height: 130px; }

  #blank3 .one_third a img {
    opacity: 0.8; }

  #services .bx-wrapper .bx-next {
    right: -20px; }

  #services .bx-wrapper .bx-prev {
    left: -20px; }

  footer {
    margin: -85px 0px 0px 0px; } }
@media screen and (min-width: 480px) {
  #mc-embedded-subscribe-form input {
    max-width: 280px;
    font-size: 16px; }

  #mc-embedded-subscribe-form input[type="submit"] {
    font-size: 18px;
    padding: 14px 12px 12px 12px; } }
@media screen and (min-width: 980px) {
  header #logo img {
    max-height: 90px; } }
@media screen and (min-width: 1200px) {
  header #logo img {
    max-height: 130px; } }
.tp-poll-container .addthis_toolbox a {
  margin-right: 4px !important; }
.tp-poll-container .addthis_toolbox .at4-icon {
  width: 30px;
  height: 30px;
  background-size: 30px !important; }
@media screen and (max-width: 480px) {
  .tp-poll-container form {
    margin: 0 15px !important; } }

.tp-btn-disabled {
  display: none !important; }

.tp-question {
  font-size: 1.5rem !important; }

.tp-choices {
  margin-left: -15px !important;
  margin-right: -15px !important; }
  .tp-choices li {
    width: 100% !important;
    display: block !important;
    margin-bottom: 30px !important; }
    @media screen and (min-width: 992px) {
      .tp-choices li {
        width: 50% !important;
        padding: 0px 15px !important;
        float: left; } }
    .tp-choices li label {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.25) !important;
      border-radius: 16px !important;
      padding: 15px 20px 15px 20px !important; }
    .tp-choices li .input,
    .tp-choices li .choice-content {
      padding: 0 !important;
      width: 100%;
      float: left;
      display: block;
      color: #ffffff !important; }
    .tp-choices li .choice-content p {
      font-size: 1.25rem !important;
      margin-bottom: 0.5rem !important;
      margin-top: 0.25rem !important; }
    .tp-choices li iframe {
      width: 100% !important;
      height: auto !important;
      min-height: 150px !important; }
      @media screen and (min-width: 480px) {
        .tp-choices li iframe {
          min-height: 156px !important; } }
      @media screen and (min-width: 530px) {
        .tp-choices li iframe {
          min-height: 170px !important; } }
      @media screen and (min-width: 600px) {
        .tp-choices li iframe {
          min-height: 204px !important; } }
      @media screen and (min-width: 670px) {
        .tp-choices li iframe {
          min-height: 228px !important; } }
      @media screen and (min-width: 768px) {
        .tp-choices li iframe {
          min-height: 260px !important; } }
      @media screen and (min-width: 980px) {
        .tp-choices li iframe {
          min-height: 340px !important; } }
      @media screen and (min-width: 992px) {
        .tp-choices li iframe {
          min-height: 150px !important; } }
      @media screen and (min-width: 1200px) {
        .tp-choices li iframe {
          min-height: 186px !important; } }

.tp-buttons {
  text-align: center !important; }
  .tp-buttons .tp-btn {
    background-color: #ffffff !important;
    color: #f27930 !important;
    border: none !important;
    margin: 0 !important;
    font-size: 1.5rem !important;
    transition: all 0.4s ease !important; }
    .tp-buttons .tp-btn:hover {
      background-color: rgba(255, 255, 255, 0.5) !important; }

/*# sourceMappingURL=style.css.map */
