/*
 Theme Name:     Fischetto Diva
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/*
Color Hexacodes:
Green: #99ff66
Blue: #66e6ff
Purple: #cc66ff
Pink: #ff66e6 or #ff80ea

Logan Light Pink: #ff8ebb
Logan Dark Pink: #ff4892
*/


@import url("../Divi/style.css");


/* =Theme customization starts here
------------------------------------------------------- */
#subscribe-email input {
display:block; 
padding:15px 0; 
margin:5px 0 0 0; 
text-indent:15px;
background:#ffffff;
border:5px solid #3b3b3b;
color:#666666;
font-weight:bold;
font-size:20px;
}

#subscribe-email input:focus {
border:5px solid #000000;
color:#000000;
}

#subscribe-submit input{
background: #ff4892; 
border:0;
border-color:#ff4892; 
color: #ffffff !important;
text-transform:uppercase;
font-size: 15px;
font-weight:bold;
  display: inline-block;
  padding: 15px 0px;
  margin-top: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
width:95%;
}
#subscribe-submit input:hover{
background: #cc105c; 
border-color:#cc105c; 
color: #ffffff !important;
}

.croco-custom-comment-button .et_pb_button_comment, .blog .et_pb_more_button, .date .et_pb_more_button, .category .et_pb_more_button{
background: #ff4892 !important; 
border-color:#ff4892 !important; 
color: #ffffff !important;
}

.croco-custom-comment-button .et_pb_button_comment:hover, .blog .et_pb_more_button:hover, .date .et_pb_more_button:hover, .category .et_pb_more_button:hover{
background: #cc105c !important; 
border-color:#cc105c !important; 
color: #ffffff !important;
}

#featured-post{
margin-bottom: 27px;
box-shadow: 0px 20px 150px #d6dee4;
}

.featured-post-entry{padding:40px 40px;}

@media (max-width: 767px) {
#featured-post{
margin-bottom: 27px;
box-shadow: none;
}
.featured-post-entry {padding:0px;}
}

#sidebar h4.widgettitle{
font-size:25px;
text-align:center;
font-weight:bold;
}


/* *************** Comment Styles *************** */

#comment-wrap ol.commentlist li.comment .comment-body{
	margin-left:0 !important;
	padding-left:0 !important;
}

.comment .children {
	margin-left: 50px;
	padding-left: 0 !important;
}

@media (max-width: 767px) {
.comment .children {
	margin-left: 0px;
	padding-left: 0 !important;
}
}

.comment-body {
	position: static;
	padding-left: 0;
}

.comment_avatar {
	position: static;
	float:left;
	margin-right:20px;
	padding-right:0;
	max-width:80px;
}

@media (max-width: 767px) {
.comment_avatar {
	margin-right:10px;
	max-width:50px;
}

.comment_avatar img {
	max-width: 50px;
}
}

.comment_postinfo{
	margin-left:0;
	padding-left:0;
	text-align:left;
}

span.fn,
span.fn a {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

span.comment_date {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

@media (max-width: 767px) {
span.fn,
span.fn a {
	display: inline-block;
}

span.comment_date {
	display: inline;
}
}

.comment_area .comment-reply-link {
	display: block;
	position: static;
}

.comment_area{clear:both;
	padding-top:10px;
}
 
.single-post #main-content {
background: #ffffff;
}
 
.post-meta {
text-align:left;
margin-bottom: 80px;
 
}
 
p.post-meta, .post-meta a {
color: #71818c !important;
font-size: 20px !important;
}
 
.single .et_pb_post{
margin-bottom: 27px;
box-shadow: 0px 20px 150px #d6dee4;
}

@media (max-width: 767px) {
.single .et_pb_post{
margin-bottom: 27px;
box-shadow: none;
}
}
 
.et_pb_post .entry-content {
padding: 40px;
line-height: 26px;
}

@media (max-width: 767px) {
.et_pb_post .entry-content {
padding: 0px;
}
}
 
.et_pb_post .entry-content p:first-of-type {
padding-top: 40px;
}
.et_pb_post .entry-content p {
padding-bottom: 40px;
}
 
.with-border {
border-radius: 4px;
box-shadow: 0px 20px 150px #d6dee4;
}
 
ol.commentlist > li.comment, #respond{
background-color: #fff !important;
padding: 40px !important;
box-shadow: 0px 20px 150px #d6dee4;
margin-bottom: 80px;
}

@media (max-width: 767px) {
ol.commentlist > li.comment, #respond{
background-color: #fff !important;
padding: 0px !important;
box-shadow: none;
margin-bottom: 80px;
}
}
 
h1#comments {
margin-bottom: 40px;
}
 
h3#reply-title {
    font-size: 35px;
    letter-spacing: 0px;
}

.comment_area .comment-reply-link, .form-submit .et_pb_button {
font-size: 14px;
color: #ffffff !important;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
float: right;
display: inline-block;
padding: 8px 16px;
border-radius: 60px;
background-color: #ff4892;
border: 2px solid #ff4892;
position: inherit;
}

@media (max-width: 767px) {
.form-submit .et_pb_button {
font-size: 14px;
color: #ffffff !important;
font-weight: 600;
text-transform: uppercase;
margin-top: 10px;
float: none;
display: block;
padding: 8px 16px;
border-radius: 60px;
background-color: #ff4892;
border: 2px solid #ff4892;
position: inherit;
}

.form-submit{float:none;}
}
 
.form-submit .et_pb_button:hover {
padding: 8px 16px;
background-color: #cc105c !important;
border: 2px solid #cc105c !important;
color: #ffffff !important;
}

.form-submit .et_pb_button:hover:after{
opacity: 0 !important;
}
 
.comment-reply-link.et_pb_button:hover:after {
opacity: 0 !important;
}
 
#commentform textarea {
background-color: #f7f9fb;
border: 2px solid #eff1f3;
font-size: 18px;
padding: 20px;
color: #20292f;
}

.comment-body {
padding: 0 0 0 100px;
}

/* *************** Team Bond *************** */

.team-columns .et_pb_module {float: left;}
.team-columns .col-image {width: 15%; margin-right:5%;}
.team-columns .col-desc {width: 80%;}

@media all and (max-width: 980px) {
.team-columns .col-image {width: 20%; margin-right:5% !important;}
.team-columns .col-desc {width: 75%;}
}
 
@media all and (max-width: 767px) {
.team-columns .col-image {width: 100% !important; margin-right:0% !important;}
.team-columns .col-desc {width: 100%;}
}

/* *************** General *************** */
.customHeader{margin:0 auto;}
	
.blog #main-content, .page-id-215 #main-content, .single-post #main-content, .date #main-content, .category #main-content{
	background:url(images/logan_bg.jpg) top center no-repeat !important;
	background-size:contain !important;}

@media only screen and (max-width: 767px) {
.blog #main-content, .page-id-215 #main-content, .single-post #main-content, .date #main-content, .category #main-content{
	background:url(images/logan-mobile_bg.jpg) top center no-repeat !important;
	background-size:contain !important;}
	}

.blog #footer-widgets .footer-widget h4.title, .page-id-215 #footer-widgets .footer-widget h4.title, .single-post #footer-widgets .footer-widget h4.title, .date #footer-widgets .footer-widget h4.title, .category #footer-widgets .footer-widget h4.title{
	color:#ff8ebb !important;
}

.blog #footer-widgets .footer-widget a, .page-id-215 #footer-widgets .footer-widget a, .single-post #footer-widgets .footer-widget a, .date #footer-widgets .footer-widget a, .category #footer-widgets .footer-widget a{
	color:#fcabca !important;
}

.blog #footer-bottom, .page-id-215 #footer-bottom, .single-post #footer-bottom, .date #footer-bottom, .category #footer-bottom{
	background-color:#ff8ebb !important;
}
	
#main-content{
	background:url(images/header_bg.jpg) top center no-repeat !important;
	background-size:contain !important;}
	
@media only screen and (max-width: 767px) {
	#main-content{
	background:url(images/header_bg-sm.jpg) top center no-repeat !important;
	background-size:contain !important;}
	}
	
.container{background: transparent !important;}

@media only screen and (max-width: 980px) {
#logo {
min-height: 100px;
}
}
@media only screen and (min-width: 981px) {
#logo {
min-height: 180px;
}
}


.footer-widget .fwidget h4.title{line-height:1.5em !important;}

.socialbutton img{
width:36px !important;
height:36px !important;
}

.socialbutton{
margin-left:0 !important;
margin-right:0 !important;
padding-left:0 !important;
padding-right:0 !important;
}

.et_pb_text_align_left ul, .et_pb_text_align_left ol{
	margin-top:3px !important;
	padding-top:3px !important;
	margin-left:30px;
	margin-bottom:30px;}
	
.et_pb_text_align_left ul li, .et_pb_text_align_left ol li{
	margin-top:0 !important;
	padding-top:0 !important;}


.et_pb_text_align_left ul li{
list-style-type:bullet !important;}

.et_pb_text_align_left ol li{
list-style-type:decimal !important;}


.release-date{color:#cc66ff;text-align:center;font-size:20px;}
h3.series-info{font-weight:bold;}
p span.series-info{font-weight:bold;line-height:1.2em;}
h1.booktitle{line-height:1.4em;}
.text-center{text-align:center;}

.excerpt h2, .excerpt h3 {text-align:center;}
.excerpt h3{font-size:24px !important;margin-bottom:20px !important; text-transform:uppercase;}
.excerpt h4{font-size:18px !important; text-align:left; font-weight: bold;}

.excerpt p{text-indent:45px;text-align:justify;}
.excerpt{padding:40px;}

@media (max-width: 767px) {
.excerpt{padding:0px;}
.excerpt p{text-indent:0px;text-align: left;}
.post h2.entry-title{font-size:24px !important;}
.et_pb_module{font-size:16px !important;}
.excerpt h4{font-size:16px !important;}
}

.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}
.coverthumbs{display: block;margin:auto;border:1px #000000 solid;}
.series-cover{padding-bottom:10px;}
.cover  {border:1px solid #000000;margin-bottom:20px;}
.aligncenter .img-responsive {margin: 20px auto;}

@media all and (max-width: 767px) {
.aligncenter .img-responsive {margin: 20px auto;}
.alignright .img-responsive {margin: 20px auto;}
.alignleft .img-responsive {margin: 20px auto;}
.img-responsive .aligncenter  {margin: 20px auto;}
.img-responsive .alignright {margin: 20px auto;}
.img-responsive .alignleft  {margin: 20px auto;}
}


.toggle_custom_1 {
border: none;
background:none;
}

.toggle_custom_1.et_pb_toggle {
    border: none;
    border-bottom: 3px solid #ddd !important;
    transition: 0.4s
}

.toggle_custom_1.et_pb_toggle_open{
    border-bottom: 3px solid #000000 !important;
    }

.toggle_custom_1.et_pb_toggle_open.et_pb_toggle.et_pb_toggle {
    padding: 20px;
    box-shadow: 0 16px 23px -11px rgba(0, 0, 0, 0.3);
}

.toggle_custom_1.et_pb_toggle.et_pb_toggle h5 {
padding-left: 45px;
color:#000000;
text-transform:uppercase;
}

.toggle_custom_1 .et_pb_toggle_title:before {
right: 94% !important;
color: #000000;
}

.toggle_custom_2{
	border: none;
}
.toggle_custom_2.et_pb_toggle_close {
    border-bottom: 3px solid #cc66ff;
    background:#f8effd;
 }

.toggle_custom_2.et_pb_toggle_open h5.et_pb_toggle_title {
text-align: center;
padding: 20px 0 !important;
font-size:30px;
color:#d8d8d8;
}

.toggle_custom_2.et_pb_toggle_close h5.et_pb_toggle_title {
text-align: center;
padding: 20px 0 !important;
font-size:30px;
color:#000000;
}

.toggle_custom_2 .et_pb_toggle_title:before {
    font-size: 40px;
    content: "\43";
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.toggle_custom_2.et_pb_toggle_open .et_pb_toggle_title:before {
    color: #cc66ff;
    animation: none;
}

.toggle_custom_2.et_pb_toggle_close.et_pb_toggle.et_pb_toggle{
    margin: 4% auto;
    padding: 20px;
    border-top: 3px solid #cc66ff;
    box-shadow: 0 16px 23px -11px rgba(0, 0, 0, 0.3);
}

.toggle_custom_2.et_pb_toggle_open.et_pb_toggle.et_pb_toggle{
    margin: 4% auto;
    padding: 20px;
    border-top: 3px solid #d8d8d8;
    box-shadow: 0 16px 23px -11px rgba(0, 0, 0, 0.3);
}


.toggle_custom_3 {
border: none;
background:none;
text-align:left;
}

.toggle_custom_3.et_pb_toggle {
    border: none;
    border-bottom: 3px solid #ddd !important;
    transition: 0.4s
}

.toggle_custom_3.et_pb_toggle_open{
    border-bottom: 3px solid #000000 !important;
    }

.toggle_custom_3.et_pb_toggle_open.et_pb_toggle.et_pb_toggle {
    padding: 20px;
    box-shadow: 0 16px 23px -11px rgba(0, 0, 0, 0.3);
}

.toggle_custom_3.et_pb_toggle.et_pb_toggle h5 {
padding-left: 35px;
color:#000000;
text-transform:uppercase;
text-align:left;
}

.toggle_custom_3 .et_pb_toggle_title:before {
right: 94% !important;
color: #000000;
text-align:left;
}

span.icon_plus:before{
content: "\4c";
font-family: 'ETmodules';
}



/* *************** Orderbuttons *************** */
ul.buy-buttons, ul.inline{
	margin-left:0;
	padding-left:0;
	list-style: none;}

ul.inline li{list-style: none;display: inline-block;padding:0 10px 5px;}

ul.buy-buttons li {
	display: inline-block;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

ul.buy-buttons li:hover {
    width: 80px;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform:scale(1.2, 1.2);
}


/* *************** Visibility *************** */

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

/* *************** Hidden *************** */

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* *************** Clearfix *************** */

.clearfix:before,
.clearfix:after{
  display: table;
  content: " ";
}
.clearfix:after{
  clear: both;
}

/* *************** Columns & Rows *************** */

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}