/*!
 * Theme Name: Internet Offer
 * Theme URI: http://wordpress.org/themes/internetoffer
 * Author: Aaron Flynn
 * Author URI: http://www.internetoffer.co.uk
 * Description: Designed exclusively for Internet Offer, this theme will rock you!
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: internetoffer, mobile, phone, deals, upgrade
 * Text Domain: internetoffer
 * Colour Scheme: http://www.colourlovers.com/palette/848743/%28%E2%97%95_%E2%80%9D_%E2%97%95%29
 */
 
/*
 * blue primary #00A0B0 #00707A
 * brown info #6A4A3C #412D25
 * red danger #CC333F #A32933
 * orange warning #EB6841 #DE4617
 * yellow success #EDC951 #E8B921
 * dark gray #658092 #527A7A
 * gray #EBEBEB #CCCCCC
 */

body {
	padding-top: 94px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #424242;
}

::selection {
	background: #EB6841; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #EB6841; /* Firefox */
	color: #FFFFFF;
}

p:last-of-type {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	margin-top: 0;
	line-height: 1.1;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
	margin-bottom: 30px;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
	font-weight: 700;
	margin-bottom: 15px;
}

a {
	color: #EB6841;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:focus {
	color: #DE4617;
	text-decoration: none;
}

hr {
	border-top: 1px solid #DDDDDD;
	margin-top: 15px;
	margin-bottom: 15px;
}

ul,
ol {
	margin-bottom: 15px;
}

.offer ul:not(.list-unstyled) {
	list-style-type: square;
}

.img-thumbnail {
	border-radius: 0;
}

.input-group-lg > .form-control,
.form-control {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #FFFFFF;
}

.input-group-lg > .input-group-btn > .btn {
	border-radius: 0;
}

.navbar-form .input-group-btn,
.navbar-form .input-group-addon {
	width: auto;
}

.navbar {
	margin-bottom: 0;
	height: 94px;
}

.navbar-nav {
	margin-top: 43px;
}

.navbar-form {
	margin-top: 52px;
}

.navbar-brand {
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	height: 94px;
}

.navbar-brand span {
	font-weight: 700;
	color: #EB6841;
}

.nav-tabs {
	margin-bottom: 15px;
}

.breadcrumb {
	padding: 0;
	margin-bottom: 15px;
	list-style: none;
	background-color: #FFFFFF;
	border-radius: 0;
}

.btn {
	border-radius: 0;
}

.btn-default {
	color: #FFFFFF;
	background-color: #999999;
	border-color: #999999;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #FFFFFF;
	background-color: #7A7A7A;
	border-color: #7A7A7A;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	color: #999999;
	background-color: #FFFFFF;
	border-color: #999999;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.btn-primary {
	color: #FFFFFF;
	background-color: #00A0B0;
	border-color: #00A0B0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: #00707A;
	border-color: #00707A;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	color: #00A0B0;
	background-color: #FFFFFF;
	border-color: #00A0B0;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.btn-info {
	color: #FFFFFF;
	background-color: #6A4A3C;
	border-color: #6A4A3C;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #FFFFFF;
	background-color: #412D25;
	border-color: #412D25;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	color: #6A4A3C;
	background-color: #FFFFFF;
	border-color: #6A4A3C;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.btn-success {
	color: #FFFFFF;
	background-color: #EDC951;
	border-color: #EDC951;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #FFFFFF;
	background-color: #E8B921;
	border-color: #E8B921;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	color: #EDC951;
	background-color: transparent;
	border-color: #EDC951;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.btn-warning {
	color: #FFFFFF;
	background-color: #EB6841;
	border-color: #EB6841;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #FFFFFF;
	background-color: #DE4617;
	border-color: #DE4617;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	color: #EB6841;
	background-color: #FFFFFF;
	border-color: #EB6841;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.btn-danger {
	color: #FFFFFF;
	background-color: #CC333F;
	border-color: #CC333F;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #FFFFFF;
	background-color: #A32933;
	border-color: #A32933;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	color: #CC333F;
	background-color: #FFFFFF;
	border-color: #CC333F;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.btn-neutral {
	color: #FFFFFF;
	background-color: #658092;
	border-color: #658092;
}

.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:active,
.btn-neutral.active,
.open .dropdown-toggle.btn-neutral {
	color: #FFFFFF;
	background-color: #527A7A;
	border-color: #527A7A;
}

.btn-neutral:active,
.btn-neutral.active,
.open .dropdown-toggle.btn-neutral {
	background-image: none;
}

.btn-neutral.disabled,
.btn-neutral[disabled],
fieldset[disabled] .btn-neutral,
.btn-neutral.disabled:hover,
.btn-neutral[disabled]:hover,
fieldset[disabled] .btn-neutral:hover,
.btn-neutral.disabled:focus,
.btn-neutral[disabled]:focus,
fieldset[disabled] .btn-neutral:focus,
.btn-neutral.disabled:active,
.btn-neutral[disabled]:active,
fieldset[disabled] .btn-neutral:active,
.btn-neutral.disabled.active,
.btn-neutral[disabled].active,
fieldset[disabled] .btn-neutral.active {
	color: #658092;
	background-color: #FFFFFF;
	border-color: #658092;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.label {
	display: inline-block;
	padding: 4px;
	margin-left: 4px;
	margin-bottom: 0;
	/* font-size: inherit; */
	font-weight: 400;
	border-radius: 0;
	background-color: #FFFFFF;
	border: 1px solid transparent;
}

.label:last-of-type {
	margin-bottom: 0;
}

a > .label:hover,
a > .label:focus {
	color: #FFFFFF;
}

.label-default {
	color: #999999;
	border: 1px solid #999999;
}

a > .label-default:hover,
a > .label-default:focus {
	background-color: #999999;
	border: 1px solid #999999;
}

.label-primary {
	color: #00A0B0;
	border: 1px solid #00A0B0;
}

a > .label-primary:hover,
a > .label-primary:focus {
	background-color: #00A0B0;
}

.label-info {
	color: #6A4A3C;
	border: 1px solid #6A4A3C;
}

a > .label-info:hover,
a > .label-info:focus {
	background-color: #6A4A3C;
}

.label-success {
	color: #EDC951;
	border: 1px solid #EDC951;
}

a > .label-success:hover,
a > .label-success:focus {
	background-color: #EDC951;
}

.label-warning {
	color: #EB6841;
	border: 1px solid #EB6841;
}

a > .label-warning:hover,
a > .label-warning:focus {
	background-color: #EB6841;
}

.label-danger {
	color: #CC333F;
	border: 1px solid #CC333F;
}

a > .label-danger:hover,
a > .label-danger:focus {
	background-color: #CC333F;
}

.label-neutral {
	color: #658092;
	border: 1px solid #658092;
}

a > .label-neutral:hover,
a > .label-neutral:focus {
	background-color: #658092;
}

.label-voucher {
	font-size: 14px;
	vertical-align: middle;
	padding: 6px 12px;
	line-height: 1.42857143;
}

.well {
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel {
	margin-bottom: 15px;
}

.panel-footer {
	padding: 15px;
}

.panel-danger {
	border-color: #CC333F;
}

.panel-danger.panel-expired {
	border-color: #999999;
}

.panel-expired > .triangle-danger {
	border-bottom: 100px solid #999999;
}

.panel-expired [class*="btn-"] {
	color: #FFFFFF;
	background-color: #999999;
	border-color: #999999;
}

.panel-expired [class*="btn-"]:hover,
.panel-expired [class*="btn-"]:focus,
.panel-expired [class*="btn-"]:active,
.panel-expired [class*="btn-"].active,
.open .dropdown-toggle.panel-expired [class*="btn-"] {
	color: #FFFFFF;
	background-color: #7A7A7A;
	border-color: #7A7A7A;
}

.panel-expired [class*="btn-"]:active,
.panel-expired [class*="btn-"].active,
.open .dropdown-toggle.panel-expired [class*="btn-"] {
	background-image: none;
}

.panel-expired [class*="btn-"].disabled,
.panel-expired [class*="btn-"][disabled],
fieldset[disabled] .panel-expired [class*="btn-"],
.panel-expired [class*="btn-"].disabled:hover,
.panel-expired [class*="btn-"][disabled]:hover,
fieldset[disabled] .panel-expired [class*="btn-"]:hover,
.panel-expired [class*="btn-"].disabled:focus,
.panel-expired [class*="btn-"][disabled]:focus,
fieldset[disabled] .panel-expired [class*="btn-"]:focus,
.panel-expired [class*="btn-"].disabled:active,
.panel-expired [class*="btn-"][disabled]:active,
fieldset[disabled] .panel-expired [class*="btn-"]:active,
.panel-expired [class*="btn-"].disabled.active,
.panel-expired [class*="btn-"][disabled].active,
fieldset[disabled] .panel-expired [class*="btn-"].active {
	color: #999999;
	background-color: #FFFFFF;
	border-color: #999999;
}

.panel-expired a {
	color: #999999;
	text-decoration: none;
}

.panel-expired a:focus {
	outline: none;
}

.panel-expired a:hover,
.panel-expired a:focus {
	color: #7A7A7A;
	text-decoration: none;
}

.triangle {
	position: absolute;
	width: 0;
	height: 0;
	right: 15px;
	margin-top: -100px;
	border-bottom: 100px solid #999999;
	border-left: 100px solid transparent;
}

.triangle h4 {
	position: absolute;
	color: #FFFFFF;
	top: 40px;
	right: -40px;
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* ie */
	-moz-transform: rotate(-45deg); /* firefox */
	-webkit-transform: rotate(-45deg); /* safari and chrome */
	-o-transform: rotate(-45deg); /* opera */
}

.triangle-danger {
	border-bottom: 100px solid #CC333F;
}

.triangle-default {
	border-bottom: 100px solid #999999;
}

.circle {
	border-radius: 50%;
	width: 140px;
	height: 140px;
	position: relative;
}

.circle img {
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.circle-default {
	border: 10px solid #999999;
}

.circle-primary {
	border: 10px solid #1AA1E1;
}

.circle-warning {
	border: 10px solid #FF9933;
}

.underline {
	border-bottom: 1px solid #999999;
}

/* mega-menu - http://geedmo.github.com/mega-menu3 ****/
.mega-menu .nav,
.mega-menu .collapse,
.mega-menu .dropup,
.mega-menu .dropdown {
	position: static;
}

.mega-menu .container {
	position: relative;
}

.mega-menu .dropdown-menu {
	left: auto;
}

.mega-menu .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}

.mega-menu .mega-menu-content {
	padding: 15px;
}

.mega-menu .mega-menu-content ul > li {
	margin-bottom: 4px;
}

.mega-menu .mega-menu-content ul > li:last-of-type {
	margin-bottom: 0;
}

.mega-menu .dropdown.mega-menu-fw .dropdown-menu {
	left: 0;
	right: 0;
	margin-right: 15px;
	margin-left: 15px;
}

.navbar .navbar-nav .open .dropdown-menu {
	border: 1px solid #DDDDDD;
	border-radius: 0;
	margin-top: 15px;
	padding: 0;
}

/* offer-carousel ****/
#offer-carousel {
	margin-bottom: 60px;
	background-color: #CCCCCC;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
}

.carousel-control {
	text-shadow: none;
}

.carousel-control i {
	position: absolute;
	top: 36%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .fa-angle-left {
	left: 50%;
}

.carousel-control .fa-angle-right {
	right: 50%;
}

.carousel-caption {
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.carousel-img-one {
	background: url(../../../wp-content/uploads/image2.jpg) no-repeat center center;
	height: 500px;
	margin: 0px auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-img-two {
	background: url(../../../wp-content/uploads/image1.jpg) no-repeat center center;
	height: 500px;
	margin: 0px auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#offer-carousel h1,
#offer-carousel .lead,
#offer-carousel .btn {
	margin-bottom: 30px;
}

#offer-carousel .lead {
	font-weight: 600;
}

/* statement ****/
#statement h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 42px;
	margin-top: 0;
	margin-bottom: 0;
}

#statement .lead {
	margin-bottom: 30px;
}

.store {
	width: 120px;
	height: auto;
}

.store-sm {
	width: auto;
	height: 30px;
	margin-left: 15px;
}

.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* offer ****/
#offer  {
	margin-top: 60px;
	margin-bottom: 15px;
}

#offer h4 {
	margin-bottom: 10px;
	line-height: 1.4;
}

#offer .offer {
	margin-left: 165px;
}

#offer .offer-details {
	color: #999999;
}

#offer .panel {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* latest-offers ****/
#latest-offers  {
	margin-top: 60px;
	margin-bottom: 15px;
}

#latest-offers h4 {
	margin-bottom: 10px;
	line-height: 1.4;
}

#latest-offers .offer {
	margin-left: 165px;
}

#latest-offers .offer-details {
	color: #999999;
}

#latest-offers .panel {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.fa-calendar {
	margin-right: 1px;
}

.offer-image {
	border: 1px solid #999999;
}

.offer-merchant {
	margin-bottom: 15px;
}

.offer-merchant-old {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 15px;
	border-left: 1px solid #DDDDDD;
	font-size: 14px;
	line-height: 1.42857143;
	white-space: nowrap;
	vertical-align: middle;
}

.rating .btn {
	margin: 0;
}

.pagination {
	margin: 0;
	border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
	color: #EB6841;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #DE4617;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #EB6841;
	border-color: #EB6841;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* about-merchant ****/
#about-merchant {
	margin-top: 60px;
	margin-bottom: 60px;
}

#about-merchant img {
	margin-bottom: 15px;
}

#about-merchant .fa {
	color: #999999;
	margin-right: 10px;
}

/* merchants ****/
#merchants {
	margin-top: 60px;
}


/* top-merchants ****/
#top-merchants {
	margin-top: 60px;
}
.list-group {
	margin-bottom: 15px;
}

.list-group-item {
	padding: 15px;
}

.list-group-item p:last-of-type {
	margin-bottom: 0;
}

.list-group-item:hover {
	background-color: #F8F8F8;
}

a.list-group-item .merchant .list-group-item-text:hover {
	color: #424242;
}

.list-group-item .label {
	float: right;
	background-color: transparent;
}

.list-group-item > .label + .label {
	margin-right: 4px;
}

.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.list-group-item-heading {
	margin-bottom: 15px;
}

.merchant {
	margin-left: 65px;
}

.badge {
	display: inline-block;
	min-width: 24px;
	padding: 4px;
	font-size: inherit;
	font-weight: 400;
	border-radius: 0;
}

.badge-default {
	color: #FFFFFF;
	background-color: #999999;
}

/* related-offers ****/
#related-offers {
	margin-top: 60px;
}

/* categories ****/
#categories {
	margin-top: 60px;
}

/* related-categories ****/
#related-categories  {
	margin-top: 60px;
}
#related-categories .list-inline > li,
.related-categories .list-inline > li {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 8px;
}
#related-categories .label {
	margin-bottom: 4px;
	font-size: inherit;
}

/* twitter ****/
#twitter  {
	margin-top: 60px;
}

/* footer ****/
html,
body {
	/* the html and body elements cannot have any padding or margin */
	height: 100%;
}

#wrap {
	/* wrapper for page content to push down footer */
	min-height: 100%;
	height: auto;
	/* negative indent footer by its height */
	margin: 0 auto -430px;
	/* pad bottom by footer height */
	padding: 0 0 430px;
}

#footer {
	/* set the fixed height of the footer here */
	margin-top: 60px;
	height: 430px;
	color: #FFFFFF;
	background-color: #3A3A3A;
}

#footer > .container {
	padding-top: 60px;
	padding-bottom: 60px;
}

#footer input[type=text] {
	margin-bottom: 15px;
}

.btn-social {
	/* credit - http://lipis.github.io/bootstrap-social/ */
	position: relative;
	top: 0;
	text-align: center;
	font-size: 26px;
	line-height: 34px;
	height: 36px;
	width: 36px;
	padding: 0;
}

.btn-twitter {
	color: #FFFFFF;
	background-color: #00ACED;
	border-color: #00ACED;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
	color: #FFFFFF;
	background-color: #0078A3;
	border-color: #0078A3;
}

.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
	background-image: none;
}

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
	background-color: #70D9FF;
	border-color: #70D9FF;
}

.btn-facebook {
	color: #FFFFFF;
	background-color: #3B5998;
	border-color: #3B5998;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
	color: #FFFFFF;
	background-color: #223358;
	border-color: #223358;
}

.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
	background-image: none;
}

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
	background-color: #7B94CC;
	border-color: #7B94CC;
}

#legal {
	margin-top: 30px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
	line-height: 1;
}

/* contact ****/
.google-map {
	border: 1px solid #999999;
}

/* owl-carousel ****/
#owl-carousel .item {
	margin: 8px;
}

.owl-theme .owl-controls {
	margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
	background: #999999;
}

/* modal ****/
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	margin-right: 16px; /* Bootstrap modal fix */
}

.modal-content {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-header {
	border: 0;
}

.modal-title {
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 15px;
}

.modal-body {
	color: #FFFFFF;
	background-color: #3A3A3A;
	padding: 30px 15px;
}

.modal-footer {
	border: 0;
	margin-top: 0;
	padding: 15px;
}

.modal-logo {
	margin-right: 12px;
}

.modal-logo-news {
	margin-right: 10px;
}

.modal-header .lead {
	font-size: 18px;
}

.modal-body button {
	margin-left: 5px;
}

.modal-body .col-sm-10 {
	width: 75%;
}

.modal-body .col-sm-2 {
	width: 25%;
}

.kiwi {
	width: 120px;
	height: auto;
}

.kiwi-sm {
	width: 110px;
	height: auto;
}

/* newsletter ****/
#newsletter {
	margin-top: 60px;
}
#newsletter .panel {
	border-radius: 0;
}
#newsletter .panel h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	margin-bottom: 15px;
}
#newsletter .lead {
	font-size: 17px;
	margin-bottom: 0;
}
#newsletter .panel-heading {
	background-color: #FFF;
	border-radius: 0;
}
#newsletter .panel-body button {
	margin-left: 5px;
}
#newsletter .panel-body .col-sm-10 {
	width: 75%;
}
#newsletter .panel-body .col-sm-2 {
	width: 25%;
}
#newsletter .panel-body {
	color: #FFFFFF;
	background-color: #3A3A3A;
	padding: 15px;
}
#newsletter .panel-footer {
	background-color: #FFF;
	border-radius: 0;
}