/* ==========================================================================
Global Styles
 ==========================================================================*/
* { /*Remove green "hightlight" on Android browsers*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  
}
.clear-both{height:0; clear:both;}
.hide {display:none;}
@font-face {
    font-family: 'OptimaNormal';
    src: url('../fonts/optima-webfont.eot');
    src: url('../fonts/optima-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/optima-webfont.woff') format('woff'),
         url('../fonts/optima-webfont.ttf') format('truetype'),
         url('../fonts/optima-webfont.svg#OptimaNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldLight';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light-webfont.woff') format('woff'),
         url('../fonts/oswald-light-webfont.ttf') format('truetype'),
         url('../fonts/oswald-light-webfont.svg#OswaldLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CuprumRegular';
    src: url('../fonts/cuprum-webfont.eot');
    src: url('../fonts/cuprum-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cuprum-webfont.woff') format('woff'),
         url('../fonts/cuprum-webfont.ttf') format('truetype'),
         url('../fonts/cuprum-webfont.svg#CuprumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
	margin:0;
}
body{
	background: url(http://karakar.com.au/img/background_img.jpg) no-repeat 0 0;
	background-size: cover;
	margin:0;
}

/*Header---------------------------------------*/
.header{
	padding:15px 40px;
	border-top:8px solid #cc3333;
	background:#fff;
	margin-bottom:0 !important;
}
.header .right{
	text-align:right;
}
.header .logo{
	float:left;
	margin-right:15px;
}
.header h2{
	font-family: 'OswaldLight';
	font-size:48px;
	color:#000;
	float:left;
	font-weight:normal;
	line-height:48px;
	padding:18px 0 0 0;
	margin:0;
}
.header h2 span {
	font-size: 36px;
}

/*Navigation---------------------------------------*/
.nav-menu-container{
	margin-bottom:0 !important;
}
.navigation{
	background:#eeeeee;
	padding:19px 0 17px;
	overflow:visible;
}
.navigation ul{
	list-style:none;
	padding:0;
	margin:0 0 0 43px;
}
.navigation ul li{
	position:relative;
	display:block;
	float:left;
}
.navigation ul li a{
	background:url(http://karakar.com.au/img/sep.jpg) no-repeat right center;
	font-family: 'OswaldLight';
	display:block;
	font-size:16px;
	color:#010101;
	padding:0 10px;
	text-transform:uppercase;
	text-decoration:none;
}
.navigation ul li a:hover{
	color:#cc3333;
}
.navigation ul li.first a{
	padding-left:0px;
}
.navigation ul li.last a{
	background:none;
	padding-right:0px;
}

/*Sub menu level 1*/
.navigation ul li ul{
	display:none;
	position:absolute;
	left:-50%;
	z-index:999;
	width:150px;
	padding:20px 0 0 10px;
}
.navigation ul li.last ul{
	right:20px;
}
.navigation ul li:hover ul{
	/*display:block;*/
}
.navigation ul li ul li{
	width:150px;
	background:#eee;
	padding:5px 15px 5px 0;
	border-bottom:1px solid #d6d6d6;
}
.navigation ul li ul li.first{
	width:135px;
	padding-left:15px;
}
.navigation ul li ul li.last{
	border-bottom:none;
}
.navigation ul li:hover ul li a{
	font-size:14px;
	width:100%;
	background:none;
	text-transform:capitalize;
	
}

/*Sub menu level 2*/
.navigation ul li ul li ul{
	display:none !important;
	position:absolute;
	top:0;
	left:150px;
	z-index:9999;
	width:150px;
	padding:20px 0 0 30px !important;
}
.navigation ul li ul li:hover ul{
	display:block !important;
}
.navigation ul li ul li ul li{
	width:150px;
	background:#eee;
	padding:5px 15px 5px 15px;
	border-bottom:1px solid #d6d6d6;
}
.navigation ul li ul li ul li.first{
	width:150px;
}
.navigation ul li ul li ul li.last{
	width:150px;
	border-bottom:none;
}
.navigation ul li ul li:hover ul li a{
	width:100%;
	background:none;
	padding-left:0;
}

/*Banner---------------------------------------*/	
.banner_area{
	display:block;
	position:relative;
	height:377px;
	z-index:998;
}
.slider{
}
.banner{
	display:block;
	position:relative;
	height:100%;
	width:100%;
}
.banner_area_inner{
	height:92px !important;
}
.banner_area_inner .banner{
	height:92px !important;
	overflow:hidden;
}
.banner_cont{
	background:url(http://karakar.com.au/img/transeparent_BG.png) repeat left top;
	height:92px;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0;
	padding:0;
	z-index:999;
}

.banner_cont h2{
	font-family: 'OswaldLight';
	font-size:36px;
	color:#cc3333;
	padding:20px 0 0 40px;
	font-weight:normal;
	line-height:36px;
	margin:10px 0 0;
}
.pager{
	width:50px;
	height:22px;
	position:absolute;
	bottom:32px;
	right:40px;
	z-index:999;
}
.pager a.pager_left{
	background:url(http://karakar.com.au/img/left_arrow.png) no-repeat 0 0;
	float:left;
	height:22px;
	width:22px;
}
.pager a.pager_right{
	background:url(http://karakar.com.au/img/right_arrow.png) no-repeat 0 0;
	float:right;
	height:22px;
	width:22px;
}

/*Content---------------------------------------*/
.content-container{
	margin-bottom:0 !important;
}
.content{
	color:#555555;
	padding:40px;
	background:#fff;
}
.content h2{
	font-family: 'OswaldLight';
	font-size: 30px;
	color: #555555;
	font-weight: normal;
	padding: 0;
	margin: 0 0 12px 0;
}
.content h3{
	font-size: 16px;
	font-weight: bold;
}
.home-image{
	text-align:right;
}

/*Specifications List Styles*/
.specifications_area{
	background:url(http://karakar.com.au/img/bg-2.jpg) repeat left top;
	padding:27px 34px 27px 40px;
	margin-bottom:0 !important;
}
.specifications{
}
.specifications h2{
	font-family: 'OswaldLight';
	font-size:24px;
	color:#555555;
	font-weight:normal;
	padding:0;
	margin:0 0 20px 0;
}
.scroll_area{
}
.scroll_area ul{
	list-style:none;
	padding:0 34px 0 0;
	margin:0;
}
.scroll_area ul li{
	display:block;
	font-size:14px;
	color:#333333;
	padding:10px 0;
	border-bottom:1px solid #efefef;
}
.scroll_area ul li.bottom{
	border-bottom:0px;
}
.scroll_area ul li a{
	display:block;
	float:right;
	color:#ff0000;
	font-weight:bold;
}

/*Product Listings*/	
.product-container{
	display:block;
	clear:both;
}
.product-container .content{
	padding:0 15px 0 0;
}

.product-container div{
	margin:20px 0;
}
.product-container h3{
	font-size: 14px;
	color: #7b7b7b;
	font-weight:normal;
}
.product-container a{
	color:#d91f24;
}
.product-container img{
	width:100%;
	height:auto;
}
.product-container .thumbs{
	margin-top:0;
}
.product-container .thumbs img{
	width:67px;
	height:54px;
	cursor:pointer;
	margin:0 0 0 2px;
}
.product-container .thumbs img.first{
	margin-left:0;
}

/*Form Styles*/
.form label{
	width:100%;
}
.form input[type=text],
.form textarea,
.form select{
	width:100%;
	padding:3px;
	background:#eee;
	border:1px solid #cc3333;
}
.form input[type=submit]{
	background:#eee;
	border:1px solid #cc3333;
	padding:5px 10px;
}
.form .error{
	color:red;
	font-size:10px;
}

/*Events Styles*/
.event-box{
    padding:0 0 30px;
    margin-bottom:33px !important;
    border-bottom:1px solid #eeeeee;
}
.event-box .event-image{
    text-align:center;
}
.event-box .event-image img{
    max-width:100% !important;
    height:auto;
}
.event-box .event-content h3{
    font-family: 'OswaldLight';
    font-size: 24px;
    margin-top:0;
}
.event-box .event-content p,
.event-box .event-content span{
    font-family: arial, helvetica, clean, sans-serif !important;
    font-size:14px !important;
    text-transform:uppercase;
    text-align:left !important;
}
.event-box .event-content .event-date,
.event-box .event-content .event-meta{
    font-size:16px;
}

/*Spare Parts Styles*/
.spare-parts-popup{
    position:absolute;
    right:0;
    z-index:999;
    float:right;
    display:block;
    width:auto;
    text-decoration:none;
    background: #eee;
    border: 1px solid #cc3333;
    padding: 5px 10px;
    margin-bottom:15px;
}
.add-to-basket{
    display:inline-block;
    width:auto;
    text-decoration:none;
    background: #eee;
    border: 1px solid #cc3333;
    padding: 5px 10px;
    cursor:pointer;
}
.mfp-inline-holder .mfp-content #spare-parts-form{
    width:90%;
    max-width:600px;
    padding:20px;
    background:#fff;
    margin:0 auto;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

/*Footer---------------------------------------*/
.footer{
	background: url(http://karakar.com.au/img/bg-3.png) repeat left top;
	padding: 45px 42px 47px 40px;
	margin-bottom:0 !important;
}
.footer h2{
	font-family: 'OswaldLight';
	font-size: 21px;
	color: #a8a8a8;
	font-weight: normal;
	padding: 0;
	margin: 0 0 20px 0;
}
.footer. latest-news{
	padding-right:40px;
	background: url(http://karakar.com.au/img/line_horz.jpg) repeat-y right top;
}
.footer .latest-news ul{
	margin:0;
}
.footer .latest-news ul li{
	background: url(http://karakar.com.au/img/line_vert.jpg) repeat-x left bottom;
	display: block;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
}
.footer .latest-news ul li a{
	background: url(http://karakar.com.au/img/red_arrow.png) no-repeat left center;
	display: block;
	font-size: 12px;
	color: #707070;
	padding-left: 14px;
	text-decoration:none;
}
.footer .special-offers p{
	font-size:12px;
	color:#707070;
	padding: 0;
	margin: 0 0 25px 0;
	line-height: 18px;
}
.footer .footer-form{
	color:#707070;
}
.footer .footer-form .input_area,
.footer .footer-form input {
	background: #484848 url(http://karakar.com.au/img/input_BG.png) no-repeat left top;
	width: 212px;
	height:14px;
	border: 0px;
	color: #9c9c9c;
	font-size: 11px;
	font-style: italic;
	font-weight:normal;
	padding: 4px 5px;
	margin: 0 0 11px 0;
	position: relative;
	border-radius: 3px;
}
.footer .footer-form .textarea,
.footer .footer-form textarea{
	background: #484848 url(http://karakar.com.au/img/textarea_BG.png) no-repeat left top;
	width:272px;
	height:101px;
	border:0px;
	resize:none;
	color:#9c9c9c;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	padding:4px 5px;
	position:relative;
	border-radius:3px;
	margin-bottom:12px;
}
.footer .footer-form .send_button,
.footer .footer-form input[type=submit]{
	background:#cc3333;
	width:100px;
	height:24px;
	position:relative;
	border-radius:3px;
	text-align:center;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:14px;
	border:none;

}
.footer .footer-form .error{
    display:block;
	font-size:10px;
	color:red;
}
.footer-nav{
	color:#fff;
	font-size: 11px;
	background: url(http://karakar.com.au/img/bg-4.jpg) repeat left top;
	padding: 22px 42px 27px 40px;
	margin-bottom:0 !important;
}
.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-nav ul li {
	float: left;
	display: block;
}
.footer-nav ul li a {
	background: url(http://karakar.com.au/img/sep2.jpg) no-repeat right center;
	margin-right: 4px;
	padding-right: 4px;
	display: block;
	font-size: 11px;
	color: #fff;
	text-decoration:none;
}

/* ==========================================================================
Tablet Styles
 ==========================================================================*/
@media only screen and (min-width: 720px) and (max-width: 1023px) {
.header h2{
	font-size:40px;
}
.navigation{
	padding:0 0 15px;
}
.navigation ul.menu{
	margin:0;
	padding:0;
}
.navigation ul.menu li{
	margin-top:15px;
}
.navigation ul.menu li a{
	font-size:20px;
	padding:5px 10px;
	background:none;
}
.navigation ul.menu li ul li{
	margin-top:0;
}
.navigation ul li ul li.first{
	width:150px;
	padding:0 15px 0 0;
}
.navigation ul.menu li ul li a{
	padding:0 0 0 10px;
}

.banner_area{
	width:700px;
	height:259px;
}
.banner_area .slider{
	width:700px;
}
.banner_area .slider .banner{
	height:259px;
}
.banner_area .slider .banner img{
	width:700px;
	height:auto;
}
.banner_cont{
	width:700px;
	padding:0;
}
.banner_cont h2{
	font-size:28px;
	padding-top:35px;
	margin:0 15px;
	line-height:28px;
}
.pager {
	right:15px;
	bottom:60px;
}

.home-image img{
	width:100%;
	height:auto;
}

.footer .footer-form input,
.footer .footer-form textarea{
	width:100% !important;
}
}
/* END Table Styles */


/* ==========================================================================
Mobile Styles
 ==========================================================================*/
@media only screen and (max-width: 719px) {
.header{
	padding:15px;
}
.header h2{
	font-size:32px;
}
.header h2 span {
	font-size: 24px;
}

.navigation{
	padding:0;
}
.nav-menu-container{
	background:#eee;
}
.navigation .nav-toggle{
	height:35px;
	font-size:30px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	padding:13px 0 0 0 !important;
	background:#cc3333;
}
.navigation ul{
	padding:0;
	margin:0;
}
.navigation ul.menu{
	margin-top:5px;
}
.navigation li,
.navigation li.first{
	float:none;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #d6d6d6;
}
.navigation ul li a{
	width:100%;
	text-align:center;
	padding:5px 0;
}
.navigation ul li ul{
	width:90%;
	position:relative;
	left:0;
	padding:10px 0 0;
	margin:0 0 15px 5%;
}
.navigation ul li ul li,
.navigation ul li ul li.first{
	float:none;
	width:100%;
	padding:0;
	background:none;
	margin:0;
}
.navigation ul li ul li.last{
	border-bottom:1px solid #d6d6d6;
}
.navigation ul li ul li a{
	font-size: 14px;
	background:none;
	text-transform:capitalize;
	padding:10px 0;
}
.click-to-call{
	height:40px;
	text-align:center;
	background:#000;
}
.click-to-call a{
	display:block;
	width:100%;
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:10px 0 0 0 !important;
}

.banner_area{
	display:none;
}
.banner_cont h2{
	font-size:30px;
	padding-top:15px;
	padding-left:15px;
	margin-top:0;
}
.pager{
	top:15px;
	right:15px;
}

.content{
	padding:20px 15px;
}
.recaptcha_widget_div,
.recaptcha_table,
.recaptcha_image,
.recaptcha_image img{
	width:250px;
}

.home-image{
	text-align:center;
	margin-top:15px;
}
.home-image img{
	width:100%;
	height:auto;
}

.product-container{
	border-bottom:3px solid #cc3333;
}

.event-box .event-image img{
    margin-bottom:20px;
}

.footer .col.four{
	margin-bottom:25px;
}
.footer .footer-form .textarea,
.footer .footer-form input[type=text]{
	width:100%;
}
.copyright{
	clear:both;
	float:none;
	display:block;
	width:100%;
}
}
/* END Mobile Styles */



/* ==========================================================================

  Base Stylesheet - http://matthewhartman.github.com/base/
  Author: Matthew Hartman - http://www.matthewhartman.com.au/
  Version: 1.2 - Last Updated: 16th January, 2013

========================================================================== */
/* ==========================================================================
/* --  Micro Clearfix, Resets and Common Classes
   ========================================================================== */
/* Micro Clearfix */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
.section:before,
.section:after {
  content: "";
  display: table;
}
.section:after {
  clear: both;
}
.section {
  zoom: 1;
}
.checkbox:before,
.checkbox:after {
  content: "";
  display: table;
}
.checkbox:after {
  clear: both;
}
.checkbox {
  zoom: 1;
}
/* General Resets */
/* Start font size at 100% */
html {
  font-size: 100%;
}
/* Make all form fonts consistent */
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* Remove default borders */
form,
fieldset,
a img {
  border: 0;
}
/* Remove default spacing */
form,
fieldset {
  margin: 0;
  padding: 0;
}
/* Common Classes */
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.inline {
  display: inline;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}
.visuallyvisible {
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  left: 0;
}
.strong {
  font-weight: bold;
}
.alert {
  background-color: #ffffcc;
  display: block;
  padding: 4px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nolist {
  list-style: none;
}
.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.none,
.nodesktop {
  display: none;
}
/* ==========================================================================
/* 1.0 - Document Setup (body, links, headings, code, tables, forms etc)
   ========================================================================== */
/* Body */
body {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  background-color: #ffffff;
  color: #222222;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* Links */
a {
  color: #c43d3d;
  text-decoration: underline;
}
a:visited {
  color: #ad2d2d;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: #ad2d2d;
}
/* 1.1 Headings - h1, h2, h3, h4, h5, h6 & other (if any)
   ========================================================================== */
/*h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: normal;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 10px;
}*/
h2,
.h2 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 8px;
}
h3,
.h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 6px;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 4px;
}
/* 1.2 Paragraphs, block quotes, code, pre, etc
   ========================================================================== */
small {
  font-size: 12px;
  font-size: 0.75rem;
}
/* Block Quotes, Pre and Code Blocks */
blockquote,
q {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  padding: 20px 30px;
  margin: 20px 0;
  font-family: "Georgia", "Times";
  font-style: italic;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  font-size: 80px;
  font-size: 5rem;
  color: #999999;
}
blockquote:before,
q:before {
  content: "\201C";
  margin-left: -0.5em;
  float: left;
}
blockquote:after,
q:after {
  content: "\201D";
  margin-right: -0.5em;
  float: right;
}
code {
  padding: 2px 6px;
  font-family: Monaco, Andale Mono, "Courier New", monospace;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #fee9cc;
  border: 1px solid #ffc9b3;
  line-height: normal;
  color: #222222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Horizontal Rule */
hr {
  border: 0;
  background: none;
  outline: 0;
  height: 1px;
  background-color: #dddddd;
  margin: 2em 0;
}
/* 1.3 Tables
   ========================================================================== */
table {
  width: 100%;
  border-collapse: collapse;
  border-left: 0;
  background-color: #fff;
  border-spacing: 0;
  table-layout: fixed;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
}
table th,
table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}
table thead th {
  vertical-align: bottom;
  font-weight: bold;
  background-color: #ffffff;
  color: #222222;
}
table tfoot td {
  font-weight: bold;
}
table caption {
  padding: .5em;
  font-style: italic;
  background-color: #eeeeee;
  border-bottom: 0;
  font-weight: bold;
}
/* 1.4 Lists
   ========================================================================== */
ul,
ul ul {
  list-style: disc;
  margin: 4px 0 4px 25px;
  padding: 0;
}
ol,
ol ol {
  list-style: decimal;
  margin: 4px 0 4px 25px;
  padding: 0;
}
/* 1.5 Forms, Labels and Inputs
   ========================================================================== */
fieldset {
  margin: 1.5em 0;
}
legend {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: normal;
  font-weight: bold;
  width: 100%;
  display: block;
  border: 0;
  *margin-left: -5px;
}
label {
  font-weight: bold;
  cursor: pointer;
}
.inline-field label {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-right: 1em;
}
.field {
  padding: 0.2em 0;
}
.field label {
  display: block;
}
.checkbox {
  display: block;
  position: relative;
  line-height: normal;
  padding: 0.2em 0;
}
.checkbox label {
  display: table-cell;
  *zoom: 1;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left;
  top: -2px;
  position: relative;
  margin-right: 1em;
}
/* Inputs (Text, Search, Email, etc) */
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=file] {
  outline: 0;
  padding: 2px 5px;
  height: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  background-color: #ffffff;
  color: #666666;
  border: 1px solid #dddddd;
  border-top: 1px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type=file] {
  border: 0;
  height: 20px;
}
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type=submit],
input[type=button],
input[type=reset] {
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: none;
  /* Remove Default Browser Behaviour for Safari */

  -moz-appearance: none;
  /* Remove Default Browser Behaviour for Firefox */

}
textarea {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  background-color: #ffffff;
  color: #666666;
  outline: 0;
  padding: 2px 5px;
  vertical-align: top;
  border: 1px solid #dddddd;
  padding: 10px;
  resize: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
select {
  font-size: 14px;
  font-size: 0.875rem;
  outline: 0;
  border: 0;
  padding: 7px;
  height: 30px;
  line-height: normal;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  *border: 10px solid #ffffff;
  outline: 1px solid #999999;
}
select[multiple] {
  min-height: 100px;
  vertical-align: top;
  border: 1px solid #dddddd;
}
select,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel] {
  width: 280px;
}
textarea {
  width: 260px;
}
/* Buttons */
.buttons {
  padding: 1em 0;
}
/*.button {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  cursor: pointer;
  border: 0;
  padding: 0.8em 3em;
  color: #222222;
  text-decoration: none;
  text-align: center;
}*/
.orange-button {
  background-color: #fee9cc;
}
.orange-button:hover {
  background-color: #ffe0b5;
}
.orange-button:active {
  background-color: #fdeed8;
}
.button[disabled],
.button.disabled {
  color: #999999;
  background-color: #f1f1f1;
}
.no-style-button {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ff3300;
  text-decoration: underline;
  border: 0;
  background: transparent;
  height: auto;
  padding: 0;
}
.no-style-button:hover {
  text-decoration: none;
}
.no-style-button[disabled],
.no-style-button.disabled {
  text-decoration: none;
  color: #999999;
}
/* ==========================================================================
/* 2.0 - Grid Layout (Responsive)
   ========================================================================== */
/* Sections & Content Blocks */
.section {
  position: relative;
}
.row {
  margin-bottom: 1em;
}
.container {
  max-width: 1020px;
  min-width:200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-full {
  max-width: 980px;
  margin: 0 auto;
}
/* Fluid Grid */
.col {
  margin-left: 3%;
  float: left;
}
.col:first-child {
  margin-left: 0;
}
/* Columns */
.one {
  width: 6.333%;
}
.two {
  width: 14.667%;
}
.three {
  width: 22.0%;
}
.four {
  width: 31.333%;
}
.five {
  width: 39.667%;
}
.six {
  width: 48.0%;
}
.seven {
  width: 56.333%;
}
.eight {
  width: 64.667%;
}
.nine {
  width: 73.0%;
}
.ten {
  width: 81.333%;
}
.eleven {
  width: 89.667%;
}
.twelve {
  width: 100%;
}
.half {
  width: 48.0%;
}
.one-third {
  width: 31.333%;
}
/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 720px) and (max-width: 959px) {
  html body {
    max-width: 959px;
    padding: 0;
    margin: 0;
  }
  .container {
    width: 700px;
  }
  .notablet {
    display: none;
  }
  .showtablet {
    display: block;
  }
}
/* End Tablet Media Query */
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 719px) {
  html body {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  /* Mobile Grid */
  .one,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Mobile Tables */
  table th,
  table td {
    padding: 4px;
  }
  /* Mobile Forms */
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=search],
  input[type=tel],
  textarea {
    width: 90%;
    padding: 5%;
  }
  select {
    width: 100%;
  }
  .nomobile {
    display: none;
  }
  .showmobile {
    display: block;
  }
}
/* End Mobile Media Query */


/* ==========================================================================
   ==========================================================================
   Magnific Popup CSS
   ========================================================================== 
   ========================================================================== */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
}