@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url(//fonts.googleapis.com/css?family=Asap:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);
/*========================================================
                    Main layout styles
=========================================================*/
.logo {
    margin: 11px 0 22px 12px;
}
.menu_white {
    color: #ffffff;
    margin: 0 25px 0 75px;
}
#fontbold {
    font-weight: bold;
}
.image_down {
    margin-top: 88px;
}
.blue_line {
    width: 100%;
    height: 2em;
    color: #ffffff;
    background-color: #ffffff;
    border: solid #ffffff 1px;
    border-bottom-color: #00CCFF;
}
.green_line {
    width: 100%;
    height: 2em;
    color: #ffffff;
    background-color: #ffffff;
    border: solid #ffffff 1px;
    border-bottom-color: #66CC00;
}
.purple_line {
    width: 100%;
    height: 2em;
    color: #ffffff;
    background-color: #ffffff;
    border: solid #ffffff 1px;
    border-bottom-color: #CC00FF;
}
.orange_line {
    width: 100%;
    height: 2em;
    color: #ffffff;
    background-color: #ffffff;
    border: solid #ffffff 1px;
    border-bottom-color: #FF7F00;
}
.darkblue_line {
    width: 100%;
    height: 2em;
    color: #ffffff;
    background-color: #ffffff;
    border: solid #ffffff 1px;
    border-bottom-color: #076186;
}
.bold {
  	font-weight: bold;  
}
.descralign6 {
	text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    margin: 0 30px 30px 30px;
}
.descrleftalign6a {
	text-align: left;
	font: 16px/21px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-bottom: 31px;
}
.tooltipje{
    display: inline;
    position: relative;
}

.tooltipje:hover:before{
    border: solid;
    border-color: #CD0000 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.tooltipje:hover:after{
    background: #CD0000;
    background: #CD0000;
    border-radius: 5px;
    bottom: 26px;
    color: #ffffff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
.kvk-kleinetekst {
	font: 12px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.iframe_inspringen {
    margin-left: 14px;
}
.tablecalculator {
	padding-bottom: 20px;
    width: 100%;
}
.tablecalculator tr td {
	padding: 10px 0;
    color: #CD0000;
}
.tablecalculator tr td:first-child, .calcheader1 {
	font-family: 'Lato', sans-serif;
	color: #333333;
}
.tablecalculator tr:first-child td {
	border-bottom: #C9D7DC 1px solid;
	padding-bottom: 15px;
}
.tablecalculator tr:nth-of-type(4) td:nth-of-type(3),
.tablecalculator tr:nth-of-type(5) td:nth-of-type(3) {
	padding-left: 0px;
}
.tablecalculator tr:nth-of-type(1) td:nth-of-type(1),
.tablecalculator tr:nth-of-type(1) td:nth-of-type(2) td:nth-of-type(3) {
	color: #CD0000;
	font-weight: bold;
}
.tablecalculator tr:nth-of-type(4) td:nth-of-type(3),
.tablecalculator tr:nth-of-type(5) td:nth-of-type(3) {
	color: #CD0000;
}
.tablecalculator tr:nth-of-type(1) td:nth-of-type(4) {
	color: #CD0000;
	font-weight: bold;
}
.tablecalculator tr td:nth-of-type(4) {
	color: #CD0000;
}
.tablecalculator tr:nth-of-type(8) td:nth-of-type(3),
.tablecalculator tr:nth-of-type(10) td:nth-of-type(3) {
	color: #CD0000;
}
.tablecalculator tr:nth-of-type(11) td {
	border-top: #C9D7DC 1px solid;
	padding-top: 15px;
}
.tablecalculator tr:nth-of-type(12) {
	background-color: #F1F7F9;
	color: #1B94C5;	
	font-size: 22px;
	font-size: 2vw;
	min-font-size: 18px;
	max-font-size: 26px;
}
.tablecalculator tr:nth-of-type(12) td:nth-of-type(1) {
	padding-left: 20px;
}
.tablecalculator tr td .ui-widget-content {
	border: 1px solid #CD0000;
	height: 10px;
}
.tablecalculator tr td .ui-widget-content .ui-state-default {
	border: 2px solid #CD0000;
}
.tablecalculator input {
	/* padding: 10px; */
	border: solid 1px #CD0000;
    width: 50px;
    color: #CD0000;
    transition: box-shadow 0.3s, border 0.3s;
 	/* box-shadow: 0 0 5px 1px #969696; */
	border-radius: 1px;
}
.tablecalculator button {
	border-color: #2ecc71;
    background-color: #2ecc71;
}

body {
	background: #ffffff;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #5a5a5a;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
#linksinrood {
    color: #191919;
}
#linksinrood:hover {
    color: #969696;
}
#linksinrood:focus {
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 16px;
	line-height: 20px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 900 48px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	color: #ffffff;
	text-align: center;
}
h3 {
	font: 300 60px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0 0 30px 0;
}
h3a {
	font: 300 24px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0 0 30px 0;
}
h3b {
	font: 300 16px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
h4 {
	font: 16px/20px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #191919;
	margin: 0 0 16px 0;
}
h5 {
	font: 14px/20px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5a5a;
	font-weight: normal !important;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}
h6 {
	font: 300 28px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #CD0000;
	margin-bottom: 14px;
	letter-spacing: 0px;
}
h6a {
	font: 300 28px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #CD0000;
	margin-bottom: 14px;
	letter-spacing: 0px;
}
h7 {
	font: 300 24px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #CD0000;
	margin-bottom: 14px;
	letter-spacing: 0px;
	white-space: nowrap;
}

h8 {
	font:  17px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #CD0000;
	margin-bottom: 14px;
	letter-spacing: 0px;
	white-space: nowrap;
}
h9 {
	font: 300 24px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #CD0000;
	margin-bottom: 14px;
	letter-spacing: 0px;
	white-space: nowrap;
}
h10 {
	font: 300 60px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
	margin: 0 0 30px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 34px 0 0 0;
	background: #CD0004;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	background: #000000;
	-webkit-box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.15);
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 0;
	border: none;
	padding: 0;
	margin: 37px 174px 0 0;
	float: right;
	min-height: 0;
	background: none;
	display: block !important;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0 0 42px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li:last-child {
	padding: 0;
	background: none;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 21px 'Fjalla One';
	color: #969696;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #CD0000;
	background: none;
}
nav.tm_navbar li.active > span {
	color: #CD0000;
}
nav.tm_navbar li:hover > a {
	color: #CD0000;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li:hover > span {
	color: #CD0000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #CD0000;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > span {
	color: #CD0000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* origineel
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -12px;
	color: #969696;
	font-size: 10px;
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}*/
nav.tm_navbar li span {
	font: 300 28px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #CD0000;
	font-size: 14px;
    font-stretch: normal;
    line-height: 20px;
}
nav.tm_navbar li span:hover {
	color: #ffffff;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 235px;
	left: -32px;
	top: 61px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #181818;
	border-radius: 0;
	padding: 15px 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 !important;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
nav.tm_navbar .sub-menu > ul li a {
	padding: 0 32px;
	margin: 0;
	float: none;
	display: block;
	font: 300 14px/39px 'Lato';
	color: #ffffff;
	background: transparent;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 9px;
	left: auto;
	width: auto !important;
	color: #ffffff;
	font-size: 22px;
	background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #CD0000 !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: #CD0000 !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 235px;
	left: 100%;
	top: -16px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #3b3b3b;
	border-radius: 0;
	padding: 15px 0;
	margin: 0 0 0 2px;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	padding: 0 32px;
	margin: 0;
	float: none;
	display: block;
	font: 14px/40px 'Lato';
	color: #ffffff;
	background: transparent;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #CD0000 !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	z-index: 20;
	color: #333;
	font-size: 37px;
}
#toTop:hover {
	outline: none;
	color: #CD0000;
}
.who-box {
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 40px;
}
.who-box .col-lg-4 {
	margin-bottom: 50px;
}
.errorBox {
	padding: 154px 0 190px 0;
	text-align: center;
	overflow: hidden;
}
.errorBox .title {
	font: 156px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #191919;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.errorBox .description {
	font: 60px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #CD0000;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.errorBox p {
	font-size: 16px;
	line-height: 24px;
}
.thumb-box1 {
	padding: 10px 0 0 0;
	overflow: hidden;
	text-align: center;
}
.thumb-box1 .title {
	font: 900 30px/43px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-bottom: 28px;
}
.thumb-box1 .decription {
	font: bold italic 18px/30px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #181818;
	position: relative;
	padding-bottom: 26px;
}
.thumb-box1 .decription:after {
	width: 370px;
	height: 3px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -185px;
	background: #CD0000;
	position: absolute;
	content: '';
}
.thumb-box2 {
	overflow: hidden;
	padding: 25px 0 30px 0;
	border-bottom: 1px solid #e0e0e0;
}
.thumb-box2 .title {
	font: 300 33px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #505050;
	margin-bottom: 14px;
	letter-spacing: -2px;
	white-space: nowrap;
}
.thumb-box2 .description {
	font: 14px/21px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5a5a;
	margin-bottom: 31px;
}
.thumb-box2 span {
	font-size: 162px;
	line-height: 1em;
	color: #f1f1f1;
	margin-top: 50px;
}
.thumb-box2 .fa-arrow-down {
	display: none;
}
.thumb-box2 .col-lg-4 {
	text-align: center;
}
.thumb-box2a {
	overflow: hidden;
	padding: 25px 0 0px 0;
	border-bottom: 0px solid #e0e0e0;
}
.thumb-box2a .title {
	font: 300 33px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #505050;
	margin-bottom: 14px;
    margin-left: 60px;
	letter-spacing: -2px;
	white-space: nowrap;
}
.thumb-box2a .description {
	font: 14px/21px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5a5a;
	margin-bottom: 31px;
}
.thumb-box2a span {
	font-size: 162px;
	line-height: 1em;
	color: #f1f1f1;
	margin-top: 50px;
}
.thumb-box2a .subtitle {
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
    color: #5a5a5a;
}
.thumb-box2a .fa-arrow-down {
	display: none;
}
.thumb-box2a .col-lg-4 {
	text-align: center;
}
.thumb-box3 {
	overflow: hidden;
	padding: 40px 0 30px 0;
	border-bottom: 1px solid #e0e0e0;
}
.thumb-box3.indent {
	border-bottom: none;
}
.thumb-box3 .title {
	font: 300 33px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #505050;
	margin-bottom: 14px;
	letter-spacing: -2px;
	white-space: nowrap;
}
.thumb-box3 .description {
	font: 14px/21px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5a5a;
	margin-bottom: 31px;
}
.thumb-box3 span {
	font-size: 162px;
	line-height: 1em;
	color: #f1f1f1;
	margin-top: 50px;
}
.thumb-box3 .fa-arrow-down {
	display: none;
}
.thumb-box3 .col-lg-2, .thumb-box3 .col-lg-4 {
	text-align: center;
}
.thumb-box3a {
	overflow: hidden;
	padding: 25px 0 0px 0;
	border-bottom: 0px solid #e0e0e0;
}
.thumb-box3a.indent {
	border-bottom: none;
}
.thumb-box3a .title {
	font: 300 33px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #505050;
	margin-bottom: 14px;
    margin-left: 60px;
	letter-spacing: -2px;
	white-space: nowrap;
}
.thumb-box3a .description {
	font: 14px/21px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5a5a;
	margin-bottom: 31px;
}
.thumb-box3a span {
	font-size: 162px;
	line-height: 1em;
	color: #f1f1f1;
	margin-top: 50px;
}
.thumb-box3a .subtitle {
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
    color: #5a5a5a;
}
.thumb-box3a .fa-arrow-down {
	display: none;
}
.thumb-box3a .col-lg-2, .thumb-box3 .col-lg-4 {
	text-align: center;
}
.thumb-box4 {
	overflow: hidden;
	padding: 95px 0 57px 0;
}
.thumb-box5 {
	overflow: hidden;
	padding: 20px 0 0px 0;
	background: #f8f8f8;
    border-top: 1px solid #FF7F00;
    border-bottom: 0px solid #FF7F00;
}
.thumb-box5 h3, .thumb-box5 h5 .thumb-box5 p {
	color: #5a5a5a;
}
.thumb-box5 .col-lg-3, .thumb-box5 .col-lg-4, .thumb-box5 .col-lg-5 {
	margin-bottom: 10px;
}
.thumb-box5zwart {
	overflow: hidden;
	padding: 20px 0 20px 0;
	background: #089AD4;
    border-top: 1px solid #FF7F00;
    border-bottom: 0px solid #FF7F00;
}
.thumb-box5zwart h3, .thumb-box5zwart p {
	color: #5a5a5a;
}
.thumb-box5zwart p {
	color: #191919;
}
.thumb-box5zwart .col-lg-3, .thumb-box5zwart .col-lg-4, .thumb-box5zwart .col-lg-5 {
	margin-bottom: 10px;
}
.thumb-box5d {
	overflow: hidden;
	padding: 20px 0 20px 0;
	background: #f8f8f8;
    border-top: 1px solid #00CCFF;
    border-bottom: 0px solid #00CCFF;
}
.thumb-box5d h3, .thumb-box5 h5 .thumb-box5 p {
	color: #5a5a5a;
}
.thumb-box5d .col-lg-3, .thumb-box5 .col-lg-4, .thumb-box5 .col-lg-5 {
	margin-bottom: 10px;
}

.thumb-box5e {
	overflow: hidden;
	padding: 20px 0 20px 0;
	background: #FFFFFF;
    border-top: 1px solid #66CC00;
    border-bottom: 0px solid #66CC00;
}
.thumb-box5e h3, .thumb-box5 h5 .thumb-box5 p {
	color: #5a5a5a;
}
.thumb-box5e .col-lg-3, .thumb-box5 .col-lg-4, .thumb-box5 .col-lg-5 {
	margin-bottom: 10px;
}
.thumb-box5f {
	overflow: hidden;
	padding: 20px 0 20px 0;
	background: #f8f8f8;
    border-top: 1px solid #CC00FF;
    border-bottom: 0px solid #CC00FF;
}
.thumb-box5f h3, .thumb-box5 h5 .thumb-box5 p {
	color: #5a5a5a;
}
.thumb-box5f .col-lg-3, .thumb-box5 .col-lg-4, .thumb-box5 .col-lg-5 {
	margin-bottom: 10px;
}
.thumb-box5g {
	overflow: hidden;
	padding: 20px 0 20px 0;
	background: #FFFFFF;
    border-top: 1px solid #FF7F00;
    border-bottom: 1px solid #CD0000;
}
.thumb-box5g h3, .thumb-box5 h5 .thumb-box5 p {
	color: #5a5a5a;
}
.thumb-box5g .col-lg-3, .thumb-box5 .col-lg-4, .thumb-box5 .col-lg-5 {
	margin-bottom: 10px;
}



.thumb-box6 {
	padding: 50px 0 20px 0;
	background: #CD0000;
	text-align: center;
}
.thumb-box6 .description {
	color: #191919;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
	margin: 0 0 30px 0;
}
.thumb-box6a {
	padding: 50px 0 20px 0;
	background: #FF7F00;
	text-align: center;
}
.thumb-box6a .description {
	font: 14px/21px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5a5a;
	margin-bottom: 31px;
}
.thumb-box7 {
	overflow: hidden;
	padding: 0 0 78px 0;
	border-bottom: 1px solid #e0e0e0;
}
.thumb-box8 {
	overflow: hidden;
	padding: 94px 0 54px 0;
}
.thumb-box8 h5 {
	color: #191919;
	margin-bottom: 15px;
}
.thumb-box8 p {
	margin-bottom: 28px;
}
.thumb-box8 .col-lg-6 {
	margin-bottom: 40px;
}
.thumb-box9 {
	overflow: hidden;
	padding: 123px 0 117px 0;
	background: #CD0000;
	text-align: center;
}
.thumb-box9 .title {
	font: 900 66px/54px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
}
.thumb-box9 .description {
	font: 300 48px/1em 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 34px;
}
.thumb-box10 {
    background: #CD0004;
	overflow: hidden;
	padding: 5px 0 0px 0;
	border-bottom: 0px solid #e0e0e0;
    margin-bottom: 20px;
}
.thumb-box11 {
	overflow: hidden;
	padding: 0 0 165px 0;
	border-bottom: 1px solid #e0e0e0;
}
.thumb-box12 {
	overflow: hidden;
	padding: 0 0 0px 0;
}
.thumb-box13 {
	padding: -40px 0 20px 0;
	background: #CD0000;
	text-align: center;
}
.thumb-box13 .description {
	color: #191919;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
	margin: 0 0 30px 0;
}
/* thumbs
========================================================*/
.thumb-pad1a {
	margin: 0 0 50px 0;
	text-align: center;
	padding: 0;
}
.thumb-pad1a .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1a .thumbnail .badge {
	margin: 0 0 25px 0;
	padding: 0;
	width: 85px;
	height: 85px;
	text-align: center;
	background: #00CCFF;
	line-height: 85px;
	border-radius: 100%;
	border: 4px solid #FFFFFF;
}
.thumb-pad1a .thumbnail .badge span {
	font-size: 40px;
	color: #FFFFFF;
	line-height: 85px;
}
.thumb-pad1a .thumbnail .caption {
	padding: 0 15px;
}
.thumb-pad1a .thumbnail .caption .title {
	font: 900 22px/1em 'Lato';
	color: #191919;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 12px;
	display: block;
}
.thumb-pad1a .thumbnail .caption .title:after {
	width: 94px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -47px;
	background: #ffffff;
	position: absolute;
	content: '';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1a .thumbnail .caption .title:hover {
	color: #969696;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1a .thumbnail .caption .title:hover:after {
	width: 150px;
	margin: 0 0 0 -75px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1a .thumbnail .caption p {
	color: #191919;
}
.thumb-pad1b {
	margin: 0 0 50px 0;
	text-align: center;
	padding: 0;
}
.thumb-pad1b .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1b .thumbnail .badge {
	margin: 0 0 19px 0;
	padding: 0;
	width: 85px;
	height: 85px;
	text-align: center;
	background: #66CC00;
	line-height: 85px;
	border-radius: 100%;
	border: 4px solid #FFFFFF;
}
.thumb-pad1b .thumbnail .badge span {
	font-size: 40px;
	color: #FFFFFF;
	line-height: 85px;
}
.thumb-pad1b .thumbnail .caption {
	padding: 0 15px;
}
.thumb-pad1b .thumbnail .caption .title {
	font: 900 22px/1em 'Lato';
	color: #191919;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 12px;
	display: block;
}
.thumb-pad1b .thumbnail .caption .title:after {
	width: 94px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -47px;
	background: #FFFFFF;
	position: absolute;
	content: '';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1b .thumbnail .caption .title:hover {
	color: #969696;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1b .thumbnail .caption .title:hover:after {
	width: 150px;
	margin: 0 0 0 -75px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1b .thumbnail .caption p {
	color: #191919;
}
.thumb-pad1c {
	margin: 0 0 50px 0;
	text-align: center;
	padding: 0;
}
.thumb-pad1c .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1c .thumbnail .badge {
	margin: 0 0 19px 0;
	padding: 0;
	width: 85px;
	height: 85px;
	text-align: center;
	background: #CC00FF;
	line-height: 85px;
	border-radius: 100%;
	border: 4px solid #FFFFFF;
}
.thumb-pad1c .thumbnail .badge span {
	font-size: 40px;
	color: #FFFFFF;
	line-height: 85px;
}
.thumb-pad1c .thumbnail .caption {
	padding: 0 15px;
}
.thumb-pad1c .thumbnail .caption .title {
	font: 900 22px/1em 'Lato';
	color: #191919;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 12px;
	display: block;
}
.thumb-pad1c .thumbnail .caption .title:after {
	width: 94px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -47px;
	background: #FFFFFF;
	position: absolute;
	content: '';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1c .thumbnail .caption .title:hover {
	color: #969696;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1c .thumbnail .caption .title:hover:after {
	width: 150px;
	margin: 0 0 0 -75px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1c .thumbnail .caption p {
	color: #191919;
}
.thumb-pad1d {
	margin: 0 0 50px 0;
	text-align: center;
	padding: 0;
}
.thumb-pad1d .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1d .thumbnail .badge {
	margin: 0 0 19px 0;
	padding: 0;
	width: 85px;
	height: 85px;
	text-align: center;
	background: #FF7F00;
	line-height: 85px;
	border-radius: 100%;
	border: 4px solid #FFFFFF;
}
.thumb-pad1d .thumbnail .badge span {
	font-size: 40px;
	color: #FFFFFF;
	line-height: 85px;
}
.thumb-pad1d .thumbnail .caption {
	padding: 0 15px;
}
.thumb-pad1d .thumbnail .caption .title {
	font: 900 22px/1em 'Lato';
	color: #191919;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 12px;
	display: block;
}
.thumb-pad1d .thumbnail .caption .title:after {
	width: 94px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -47px;
	background: #FFFFFF;
	position: absolute;
	content: '';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1d .thumbnail .caption .title:hover {
	color: #969696;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1d .thumbnail .caption .title:hover:after {
	width: 150px;
	margin: 0 0 0 -75px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1d .thumbnail .caption p {
	color: #191919;
}
.thumb-pad1e {
	margin: 0 0 50px 0;
	text-align: center;
	padding: 0;
}
.thumb-pad1e .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1e .thumbnail .badge {
	margin: 0 0 19px 0;
	padding: 0;
	width: 85px;
	height: 85px;
	text-align: center;
	background: #076186;
	line-height: 85px;
	border-radius: 100%;
	border: 4px solid #FFFFFF;
}
.thumb-pad1e .thumbnail .badge span {
	font-size: 40px;
	color: #FFFFFF;
	line-height: 85px;
}
.thumb-pad1e .thumbnail .caption {
	padding: 0 15px;
}
.thumb-pad1e .thumbnail .caption .title {
	font: 900 22px/1em 'Lato';
	color: #191919;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 12px;
	display: block;
}
.thumb-pad1e .thumbnail .caption .title:after {
	width: 94px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -47px;
	background: #FFFFFF;
	position: absolute;
	content: '';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1e .thumbnail .caption .title:hover {
	color: #969696;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1e .thumbnail .caption .title:hover:after {
	width: 150px;
	margin: 0 0 0 -75px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1e .thumbnail .caption p {
	color: #191919;
}


.thumb-padpdf1 {
	margin: 0 0 50px 0;
	text-align: center;
	padding: 0;
}
.thumb-padpdf1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-padpdf1 .thumbnail .badge {
	margin: 0 0 19px 0;
	padding: 0;
	width: 85px;
	height: 85px;
	text-align: center;
	background: #CC00FF;
	line-height: 85px;
	border-radius: 100%;
	border: 4px solid #FFFFFF;
}
.thumb-padpdf1 .thumbnail .badge span {
	font-size: 40px;
	color: #FFFFFF;
	line-height: 85px;
}
.thumb-padpdf1 .thumbnail .caption {
	padding: 0 15px;
}
.thumb-padpdf1 .thumbnail .caption .title {
	font: 900 22px/1em 'Lato';
	color: #191919;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 12px;
	display: block;
}
.thumb-padpdf1 .thumbnail .caption .title:after {
	width: 94px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -47px;
	background: #FFFFFF;
	position: absolute;
	content: '';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-padpdf1 .thumbnail .caption .title:hover {
	color: #969696;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-padpdf1 .thumbnail .caption .title:hover:after {
	width: 150px;
	margin: 0 0 0 -75px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-padpdf1 .thumbnail .caption p {
	color: #191919;
}




.thumb-padpdf2 {
	margin: 0 0 50px 0;
	text-align: center;
	padding: 0;
}
.thumb-padpdf2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-padpdf2 .thumbnail .badge {
	margin: 0 0 19px 0;
	padding: 0;
	width: 85px;
	height: 85px;
	text-align: center;
	background: #076186;
	line-height: 85px;
	border-radius: 100%;
	border: 4px solid #FFFFFF;
}
.thumb-padpdf2 .thumbnail .badge span {
	font-size: 40px;
	color: #FFFFFF;
	line-height: 85px;
}
.thumb-padpdf2 .thumbnail .caption {
	padding: 0 15px;
}
.thumb-padpdf2 .thumbnail .caption .title {
	font: 900 22px/1em 'Lato';
	color: #191919;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 12px;
	display: block;
}
.thumb-padpdf2 .thumbnail .caption .title:after {
	width: 94px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -47px;
	background: #FFFFFF;
	position: absolute;
	content: '';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-padpdf2 .thumbnail .caption .title:hover {
	color: #969696;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-padpdf2 .thumbnail .caption .title:hover:after {
	width: 150px;
	margin: 0 0 0 -75px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-padpdf2 .thumbnail .caption p {
	color: #191919;
}






.thumb-pad2 {
	margin: 0;
	padding-bottom: 17px;
	text-align: center;
	border: 1px solid #bbb;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
}
.thumb-pad2 .thumbnail .caption p {
	margin: 0;
	color: #22c8ff;
	font-style: italic;
}
.thumb-pad2 .thumbnail .caption strong {
	font: 900 16px 'Lato';
	color: #2b2b2b;
}
.thumb-pad2 figure {
	margin: 0 0 18px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0;
	padding-bottom: 17px;
	text-align: center;
	border: 1px solid #bbb;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
}
.thumb-pad3 .thumbnail .caption p {
	margin: 0;
	color: #9c9a9a;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 22px;
}
.thumb-pad3 .thumbnail .caption p:after {
	width: 190px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -95px;
	background: #ededed;
	position: absolute;
	content: '';
}
.thumb-pad3 .thumbnail .caption strong {
	font: 20px 'Lato';
	color: #2b2b2b;
	margin-bottom: 9px;
	display: block;
}
.thumb-pad3 figure {
	margin: 0 0 28px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 13px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 30px 0;
	padding-bottom: 24px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #cecece;
	background: #ffffff;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption a {
	font: 20px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #191919;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #CD0000;
}
.thumb-pad5 .thumbnail .caption p {
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5a5a;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
.thumb-pad5 figure {
	margin: 0 0 28px 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	margin: 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption a {
	font: 20px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #CD0000;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #CD0000;
}
.thumb-pad6 .thumbnail figure {
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 {
	padding: 0 0 44px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption strong {
	font: 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #191919;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 16px;
	border-bottom: 1px solid #a09fa0;
}
.thumb-pad7 .thumbnail .caption a {
	font: 15px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #CD0000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #191919;
}
.thumb-pad7 figure {
	margin: 0 0 20px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 10px 30px 10px 30px;
	background: #f3f3f3;
	text-align: center;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption p {
	margin: 0;
	color: #ababab;
}
.thumb-pad8 .thumbnail .caption strong {
	font: bold 18px/22px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin-bottom: 16px;
	color: #000000;
}
.thumb-pad8 .badge {
	margin: 0 0 21px 0;
	padding: 0;
	width: 97px;
	height: 97px;
	border-radius: 100%;
	background: #ffffff;
	text-align: center;
	font: 600 48px/91px 'Open Sans';
	color: #ababab;
}
.thumb-pad9 {
	margin: 0 0 10px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title {
	color: #5a5a5a;
	margin: 0;
}
.thumb-pad9 .thumbnail .caption .title a {
	color: #CD0000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
	color: #191919;
}
.thumb-pad9 .thumbnail .caption .descrip {
	color: #414042;
	font-size: 16px;
	margin-bottom: 12px;
}
.thumb-pad9 .thumbnail .caption .descrip a {
	color: #5a5a5a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
	color: #191919;
}
.thumb-pad9 .thumbnail .caption .descrip br {
	display: none;
}
.thumb-pad9 .thumbnail .caption p {
	font-size: 16px;
	margin-bottom: 9px;
}
.thumb-pad9 .thumbnail .caption strong {
	font: 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #191919;
}
.thumb-pad9 .thumbnail .caption a {
	font: 15px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #CD0000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption a:hover {
	color: #191919;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}


.thumb-pad9a {
	margin: 0 0 10px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad9a .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9a .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9a .thumbnail .caption .title {
	color: #5a5a5a;
	margin: 0;
}
.thumb-pad9a .thumbnail .caption .title a {
	color: #CD0000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9a .thumbnail .caption .title a:hover {
	color: #191919;
}
.thumb-pad9a .thumbnail .caption .descrip {
	color: #414042;
	font-size: 16px;
	margin-bottom: 12px;
}
.thumb-pad9a .thumbnail .caption .descrip a {
	color: #5a5a5a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9a .thumbnail .caption .descrip a:hover {
	color: #191919;
}
.thumb-pad9a .thumbnail .caption .descrip br {
	display: none;
}
.thumb-pada9 .thumbnail .caption p {
	font-size: 16px;
	margin-bottom: 9px;
}
.thumb-pad9a .thumbnail .caption strong {
	font: 18px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #191919;
}
.thumb-pad9a .thumbnail .caption a {
    box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 25px;
	font: 21px/61px 'Fjalla One';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #CD0000;
	text-transform: uppercase;
	border: none;
	float: right;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9a .thumbnail .caption a:hover {
	color: #191919;
}
.thumb-pad9a figure {
	margin: 0 30px 0 0;
	float: left;
}



/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 70px;
	font: 24px/55px 'Fjalla One';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #CD0000;
	border-color: #000000;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #969696;
	border-color: #969696;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 25px;
	font: 21px/61px 'Fjalla One';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #CD0000;
	text-transform: uppercase;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #969696;
	text-decoration: none;
}
.btn-default.btn2a {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 25px;
	font: 21px/61px 'Fjalla One';
	margin-top: 50px;
	border-radius: 0;
	color: #ffffff;
	background: #CD0000;
	text-transform: uppercase;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2a:hover {
	color: #ffffff;
	background: #969696;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 38px;
	font: 18px/48px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #CD0000;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #CD0000;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 120px;
	font: 26px/69px 'Fjalla One';
	text-transform: uppercase;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #CD0000;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	text-shadow: none;
	background: #CD0000;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 7px 0 19px 0;
	list-style: none;
}
.list1.indent {
	padding-bottom: 114px;
	margin-bottom: 94px;
	border-bottom: 1px solid #e0e0e0;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 8px 0;
	padding-left: 17px;
	background: url(../img/list_arrow.png) 0 3px no-repeat;
}
.list1 li a {
	color: #5a5a5a;
	font: 15px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #CD0000;
}
.list1-1 {
	margin: 0;
	padding: 7px 0 19px 0;
	list-style: none;
}
.list1-1.indent {
	padding-bottom: 74px;
}
.list1-1 li {
	color: #000000;
    font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 8px 0;
	padding-left: 17px;
	background: url(../img/list_arrow2.png) 0 3px no-repeat;
}
.list1-1 li a {
	color: #5a5a5a;
	font: 15px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #CD0000;
}
.list1-1zwart {
	margin: 0;
	padding: 7px 0 19px 0;
	list-style: none;
}
.list1-1zwart.indent {
	padding-bottom: 74px;
}
.list1-1zwart li {
	color: #FFFFFF;
    font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 8px 0;
	padding-left: 17px;
	background: url(../img/list_arrow2.png) 0 3px no-repeat;
}
.list1-1zwart li a {
	color: #ffffff;
	font: 15px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1zwart li a:hover {
	color: #CD0000;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 0 98px;
	float: left;
	overflow: hidden;
}
.list2 li:first-child {
	margin: 0;
}
.list2 li a {
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 0 86px;
	float: left;
}
.list3 li:first-child {
	margin: 0;
}
.list3 li a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 30px;
}
.list4 li time {
	font: 14px/24px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #CD0000;
	float: left;
	margin: 0 10px 0 0;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 7px 0;
	overflow: hidden;
}
.list5 li figure {
	margin: 0 0 11px 0;
}
.list5 li a {
	font: 300 18px 'Roboto Condensed';
	color: #3e3d3d;
	display: inline-block;
	margin-bottom: 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #df9e5d;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 44px 0;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li strong {
	font: 15px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #CD0000;
	text-transform: uppercase;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
}
.list7 li .badge {
	width: 53px;
	height: 53px;
	line-height: 48px;
	position: relative;
	border-radius: 100%;
	background: #CD0000;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin: 3px 12px 0 0;
	text-align: center;
}
.list7 li p {
	margin: 0;
	color: #000000;
}
.list7zwart {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7zwart li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 26px;
}
.list7zwart li .badge {
	width: 53px;
	height: 53px;
	line-height: 48px;
	position: relative;
	border-radius: 100%;
	background: #CD0000;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin: 3px 12px 0 0;
	text-align: center;
}
.list7zwart li p {
	margin: 0;
	color: #191919;
}
.list7a {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7a li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
}
.list7a li .badge {
	width: 53px;
	height: 53px;
	line-height: 48px;
	position: absolute;
    display: block;
	border-radius: 100%;
	background: #00CCFF;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin: -10px 12px 0 0;
	text-align: center;
    margin-right: 100px;
}
.list7a li p {
	margin: 0;
	color: #000000;
}
.list7b {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7b li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
}
.list7b li .badge {
	width: 53px;
	height: 53px;
	line-height: 48px;
	position: absolute;
    display: block;
	border-radius: 100%;
	background: #66CC00;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin: -10px 12px 0 0;
	text-align: center;
    margin-right: 100px;
}
.list7b li p {
	margin: 0;
	color: #000000;
}
.list7c {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7c li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
}
.list7c li .badge {
	width: 53px;
	height: 53px;
	line-height: 48px;
	position: absolute;
    display: block;
	border-radius: 100%;
	background: #CC00FF;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin: -10px 12px 0 0;
	text-align: center;
    margin-right: 100px;
}
.list7c li p {
	margin: 0;
	color: #000000;
}
.list7d {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7d li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
}
.list7d li .badge {
	width: 53px;
	height: 53px;
	line-height: 48px;
	position: absolute;
    display: block;
	border-radius: 100%;
	background: #FF7F00;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin: -10px 12px 0 0;
	text-align: center;
    margin-right: 100px;
}
.list7d li p {
	margin: 0;
	color: #000000;
}
.list7e {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7e li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
}
.list7e li .badge {
	width: 53px;
	height: 53px;
	line-height: 48px;
	position: absolute;
    display: block;
	border-radius: 100%;
	background: #076186;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin: -10px 12px 0 0;
	text-align: center;
    margin-right: 100px;
}
.list7e li p {
	margin: 0;
	color: #000000;
}
.list8 {
	margin: 0 0 96px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 29px 0;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li .description {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #242323;
	margin-bottom: 10px;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 45px 0 58px 0;
}
.list_carousel1 .foo {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 .foo > li {
	padding: 0;
	float: left;
	text-align: center;
	margin-right: 30px;
	cursor: default;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.foo-btn {
	position: relative;
	top: 0;
	text-align: center;
	padding: 0;
}
.pagination {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
.pagination a {
	position: relative;
	z-index: 1;
	width: 15px;
	height: 15px;
	padding: 0 !important;
	margin: 0 0 0 16px;
	display: inline-block;
	background: #bbb !important;
	border: none !important;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a:first-child {
	margin-left: 0;
}
.pagination a:hover {
	background: #22c8ff !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a.selected {
	background: #22c8ff !important;
}
.pagination a span {
	display: none;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 13px 0 0 0;
	overflow: hidden;
	display: inline-block;
	width: 303px;
}
#search-404 a {
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 267px;
	outline: none;
	border: 1px solid #e4e6e5;
	background: none;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #5a5a5a;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 217px;
}
.content_map.indent {
	height: 485px;
	margin-bottom: 94px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 38px 0 0 20px;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 0;
	font-size: 16px;
}
.info p span {
	display: inline-block;
	width: 85px;
}
.info p a {
	color: #CD0000;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #191919;
}
.info strong {
	font: 24px/22px 'Lato';
	margin: 0 0 15px 0;
	color: #191919;
	display: block;
}
.mail {
	color: #CD0000;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #414042;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 20px 0 120px 0;
	overflow: hidden;
	text-align: center;
	background: #ffffff;
    border-top: #FF7F00 0px solid;
}
footer p {
	font: 18px 'Lato';
	color: #191919;
	margin: 20px 0 0 0;
}
footer p a {
	color: #191919;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #CD0000;
}
footer em {
	font-style: normal;
}
footer h2 {
	color: #CD0000;
	padding: 0;
}
footer .description {
	color: #CD0000;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
	margin: 0 0 20px 0;
}
.follow_icon3 {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	display: inline-block;
	overflow: hidden;
}
.follow_icon3 li {
	float: left;
	margin: 0 0 0 10px;
}
.follow_icon3 li:first-child {
	margin: 0;
}
.follow_icon3 li a {
	font-size: 30px;
	line-height: 57px;
	color: #ffffff;
	width: 57px;
	height: 57px;
	background: #191919;
	border-radius: 100%;
	text-align: center;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon3 li a:hover {
	color: #ffffff;
	background: #CD0000;
}
.follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	overflow: hidden;
}
.follow_icon li {
	float: left;
	margin: 0 0 0 25px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li a {
	font-size: 23px;
	line-height: 25px;
	color: #686868;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #ffffff;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 nav.tm_navbar {
 margin: 35px 0 26px 0;
 float: none;
 display: inline-block !important;
}
 header {
 text-align: center;
 padding: 0 15px;
}
 header h1.navbar-brand_ {
 float: none;
}
 .js-search {
 margin: 77px 29px 0 0 !important;
}
 .thumb-box2 {
 text-align: center;
}
 .thumb-box2 .fa-arrow-right {
 display: none;
}
 .thumb-box2 .fa-arrow-down {
 display: block;
}
 .thumb-box3 {
 text-align: center;
}
 .thumb-box3 .fa-arrow-right {
 display: none;
}
 .thumb-box3 .fa-arrow-down {
 display: block;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 margin: 35px 0 26px 0;
 float: none;
 display: inline-block !important;
}
 header {
 text-align: center;
 padding: 0 15px;
}
 header h1.navbar-brand_ {
 float: none;
}
 .js-search {
 margin: 77px 29px 0 0 !important;
}
 .errorBox .title {
 font-size: 100px;
}
 .errorBox .description {
 font-size: 40px;
}
 .thumb-box2 {
 text-align: center;
}
 .thumb-box2 .fa-arrow-right {
 display: none;
}
 .thumb-box2 .fa-arrow-down {
 display: block;
}
 .thumb-box3 {
 text-align: center;
}
 .thumb-box3 .fa-arrow-right {
 display: none;
}
 .thumb-box3 .fa-arrow-down {
 display: block;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 .js-search {
 margin: 100px 15px 0 0 !important;
 top: auto !important;
 bottom: 12px !important;
 right: 0 !important;
}
 header {
 text-align: center;
 padding: 0 15px 65px 15px;
}
 header h1.navbar-brand_ {
 float: none;
}
 nav.tm_navbar {
 padding: 0;
 float: none;
 margin: 20px 0 6px 0;
 display: block;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 h3 {
 font-size: 40px;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0;
 width: 100%;
 border: 1px solid #f2f4f6;
 background: #f2f4f6;
 color: #8c8c8c;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .errorBox .title {
 font-size: 60px;
}
 .errorBox .description {
 font-size: 30px;
}
 #search-404 {
 width: 276px;
}
 #search-404 input {
 width: 247px;
}
 .thumb-box2 {
 padding: 50px 0;
 text-align: center;
}
 .thumb-box2 .fa-arrow-right {
 display: none;
}
 .thumb-box2 .fa-arrow-down {
 display: block;
}
 .thumb-box3 {
 padding: 50px 0;
 text-align: center;
}
 .thumb-box3 .fa-arrow-right {
 display: none;
}
 .thumb-box3 .fa-arrow-down {
 display: block;
}
 .thumb-box6 {
 padding: 50px 0;
}
 footer {
 padding: 50px 0;
}
 .thumb-box2 .title,  .thumb-box3 .title {
 white-space: normal;
 font-size: 40px;
}
 .thumb-box1 .decription:after {
 width: 100%;
 margin: 0;
 left: 0;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-box5 {
 padding: 50px 0;
}
 .thumb-box7 {
 padding-bottom: 30px;
}
 .thumb-box8 {
 padding: 50px 0;
}
 .thumb-box10 {
 padding: 50px 0;
}
 .thumb-box9 {
 padding: 50px 0;
}
 .thumb-box9 .title {
 font-size: 40px;
 line-height: 1em;
}
 .thumb-box9 .description {
 font-size: 30px;
 line-height: 1em;
}
 .thumb-box11 {
 padding: 0 0 50px 0;
}
 .list1.indent {
 padding-bottom: 50px;
 margin-bottom: 40px;
}
 #search-404 {
 width: 276px;
}
 #search-404 input {
 width: 247px;
}
 .errorBox {
 padding: 50px 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 24px 0;
 float: none;
}
 .thumb-pad9 .thumbnail .caption .descrip a {
 float: none !important;
}
 .thumb-pad9 .thumbnail .caption .descrip br {
 display: block;
}
 .thumb-pad9 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .btn-default.btn4 {
 padding: 0;
 width: 100%;
 text-align: center;
}
 .thumb-pad9 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .follow_icon3 li a {
 font-size: 20px;
 line-height: 45px;
 width: 48px;
 height: 48px;
}
 .thumb-box2 img {
 width: 100%;
}
 .thumb-box3 img {
 width: 100%;
}
 .thumb-pad6 .thumbnail figure {
 padding: 0;
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad6 .thumbnail figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
