@import url(//fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500,300,200,100);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	/*background: #1c2025;*/
	background: #0052A5;
	font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #000000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 24px;
	line-height: 20px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	position: relative;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 300 55px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 22px 0;
	color: #E0162B;
}
h2 strong {
	font-weight: 900;
}
h3 {
	font: 30px/33px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272d33;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
h4 {
	font: 600 18px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: black;
	/*text-shadow: 2px 2px 3px #ad5134;*/
	margin: 0 0 11px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 43px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
.main {
	position: relative;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
}
header .box {
	padding: 10px 0 10px 0;
	background: #ffffff;
}
header .box .box1 {
	float: right;
	text-align: right;
	padding-top:30px;
}
header .box .box1 .title {
	font: bold 24px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272d33;
	text-transform: uppercase;
	margin-bottom: 6px;
}
header .box .box1 strong {
	font: 800 35px/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #E0162B;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}
header .box .box1 strong:after {
	content: "\f10b";
	color: #c9c9c9;
	font-family: FontAwesome;
	font-size: 63px;
	position: absolute;
	top: 0;
	left: 0;
}
header .box .box1 span {
	display: block;
	color: #777;
	font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header .box .box1 span i {
	font-style: normal;
	font-weight: 600;
	color: #272d33;
}
.bg_box {
	background: url(../img/bg_pic.jpg) no-repeat;
	padding: 94px 0 83px 0;
}
.bg_box h1.navbar-brand_ {
	margin: 0;
	position: relative;
	top: 0;
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 15px;
	line-height: 26px;
	padding: 0;
	margin: 0 0 0 46px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 29px 0;
	font: 600 19px 'Raleway';
	color: #ffffff;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: transparent;
	content: '';
}
nav.tm_navbar li a:before {
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	height: 7px;
	background: url(../img/tr.png) center bottom no-repeat;
	content: '';
	display: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: none !important;
}
nav.tm_navbar li.active > a:before {
	display: block;
}
nav.tm_navbar li.active > a:after {
	background: #E0162B;
}
nav.tm_navbar li.active > span {
	color: #ffffff !important;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > a:before {
	display: block;
}
nav.tm_navbar li:hover > a:after {
	background: #E0162B;
}
nav.tm_navbar li:hover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a:before {
	display: block;
}
nav.tm_navbar .sfHover > a:after {
	background: #E0162B;
}
nav.tm_navbar .sfHover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 14px;
	color: #ffffff;
	font-size: 14px;
	z-index: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 270px;
	top: 80px;
	left: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 30px 0 0 0;
	margin: 0;
	border: 1px solid #d9d9d9;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 17px 0;
	padding: 0 0 16px 0;
	display: block;
	padding-left: 30px;
	border-bottom: 1px solid #d9d9d9;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	text-transform: none;
	font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272d33;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li a:after, nav.tm_navbar .sub-menu > ul li a:before {
	display: none;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 3px;
	left: auto;
	width: auto !important;
	color: #E0162B;
	font-size: 14px;
}
nav.tm_navbar .sub-menu ul > li a:hover {
	text-decoration: none;
	color: #E0162B !important;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu ul li.sfHover > a {
	text-decoration: none;
	color: #E0162B !important;
	background: none;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 270px;
	top: -31px;
	left: 100%;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 30px 0 0 0;
	border: 1px solid #d9d9d9;
}
nav.tm_navbar .sub-menu ul ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 17px 0;
	padding: 0 0 16px 0;
	display: block;
	padding-left: 30px;
	border-bottom: 1px solid #d9d9d9;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	text-transform: none;
	font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272d33;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	color: #E0162B !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;
	width: 27px;
	height: 19px;
	background: url(../img/top.png) no-repeat;
	text-indent: -999px;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	padding: 0;
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 40px;
}
.thumb-box1 {
	overflow: hidden;
}
.thumb-box1 .box {
	padding: 135px 0 25px 27px;
	margin-bottom: 30px;
	position: relative;
    height:300px;
}
.thumb-box1 .box.box1 {
	background: url(../img/quad1.jpg) no-repeat;
}
.thumb-box1 .box.box2 {
	background: url(../img/quad2.jpg) no-repeat;
}
.thumb-box1 .box.box3 {
	background: url(../img/scoreboard_phone.fw.png) no-repeat;
}
.thumb-box1 .box.box4 {
	background: url(../img/quad4.jpg) no-repeat;
}
.thumb-box1 .box.box5 {
	background: url(../img/quad5.jpg) no-repeat;
}
.thumb-box1 .box em {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/gradient1.png) repeat-x;
	display: block;
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box1 .box strong {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/gradient2.png) repeat-x;
	display: block;
	z-index: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box1 .box .title {
	font: 900 30px/34px 'Raleway';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
}
.thumb-box1 .box p {
	color: #ffffff;
	font: 15px/26px 'Raleway';
	margin: 0;
}
.thumb-box1 .box a {
	color: #ffffff;
	text-align: center;
	width: 80px;
	height: 80px;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 55px;
	background: #E0162B;
	line-height: 74px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box1 .box a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-box1 .box .caption {
	position: absolute;
    bottom:25px;
	z-index: 1;
	width: 85%;
}
.thumb-box1 .box:hover strong {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.75s;
	-o-transition: all 0.75s;
	transition: all 0.75s;
}
.thumb-box1 .box:hover em {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.75s;
	-o-transition: all 0.75s;
	transition: all 0.75s;
}
.thumb-box1 .box:hover a {
	background: #272d33;
}
.thumb-box2 {
	overflow: hidden;
	padding: 12px 0 18px 0;
}
.thumb-box2 .title {
	font: 900 55px/58px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	color: #E0162B;
	text-transform: uppercase;
}
.thumb-box2 .description {
	font: 300 55px/58px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 13px 0;
	color: #E0162B;
	text-transform: uppercase;
}
.thumb-box3 {
	padding: 50px 0 50px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/parallax1.jpg);
}
.thumb-box3 .caption {
	width: 570px;
	background: #E0162B;
	position: relative;
	background: rgba(224, 22, 43, 0.85);
	padding: 46px 0 45px 34px;
}
.thumb-box3 .caption .title {
	font: 900 83px/78px 'Raleway';
	color: #fff;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 0;
	width: 100%;
}
.thumb-box3 .caption .description {
	font: 500 55px/58px 'Raleway';
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 13px 0;
	width: 100%;
	letter-spacing: -1px;
}
.thumb-box3 .caption p {
	color: #fff;
	margin: 0;
	width: 75%;
}
.thumb-box3 .caption a {
	color: #fff;
	text-align: center;
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	display: inline-block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 55px;
	line-height: 74px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box3 .caption a:hover {
	background: #272d33;
	border-color: #272d33;
}
.thumb-box4 {
	overflow: hidden;
	padding: 43px 0 0 0;
}
.thumb-box4 .title {
	font: 300 55px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #272d33;
}
.thumb-box4 .title strong {
	font-weight: 900;
}
.thumb-box5 {
	padding: 50px 0 50px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/parallax2.jpg);
}
.thumb-box5 .caption {
	width: 570px;
	background: #272d33;
	position: relative;
	background: rgba(39, 45, 51, 0.85);
	padding: 46px 0 45px 34px;
}
.thumb-box5 .caption .title {
	font: 900 83px/78px 'Raleway';
	color: #fff;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 0;
	width: 100%;
}
.thumb-box5 .caption .description {
	font: 500 55px/58px 'Raleway';
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 13px 0;
	width: 100%;
	letter-spacing: -1px;
}
.thumb-box5 .caption p {
	color: #fff;
	margin: 0;
	width: 75%;
}
.thumb-box5 .caption a {
	color: #fff;
	text-align: center;
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	display: inline-block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 55px;
	line-height: 74px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box5 .caption a:hover {
	background: #E0162B;
	border-color: #E0162B;
}
.thumb-box6 {
	overflow: hidden;
	padding: 42px 0 60px 0;
}
.thumb-box6 .title {
	font: 900 55px/58px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	color: #E0162B;
	text-transform: uppercase;
}
.thumb-box6 .description {
	font: 300 55px/58px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 23px 0;
	color: #E0162B;
	text-transform: uppercase;
}
.thumb-box7 {
	padding: 53px 0 60px 0;
	overflow: hidden;
	background: #272d33;
}
.thumb-box7 .title {
	font: 900 55px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 43px;
}
.thumb-box7 p {
	color: #ffffff;
	margin-bottom: 15px;
}
.thumb-box7 p strong {
	font-size: 17px;
	text-transform: uppercase;
	color: #ffd600;
	font-weight: 500;
}
.thumb-box7 p a {
	color: #34aed6;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box7 p a:hover {
	color: #ffffff;
}
.thumb-box8 {
	padding: 50px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/bg_pic2.jpg);
}
.thumb-box8 h2 {
	color: #ffffff;
	font-weight: 500;
}
.thumb-box8 .box {
	background: #E0162B;
	background: rgba(224, 22, 43, 0.85);
	padding: 49px 30px 0 30px;
	overflow: hidden;
}
.thumb-box9 {
	padding: 43px 0 0 0;
	overflow: hidden;
}
.thumb-box9 h2 {
	color: #272d33;
}
.thumb-box9 .col-lg-4 {
	margin-bottom: 16px;
}
.thumb-box10 {
	overflow: hidden;
}
.thumb-box10 .col-lg-6 {
	margin-bottom: 20px;
}
.thumb-box11 {
	padding: 50px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/bg_pic3.jpg);
}
.thumb-box11 h2 {
	color: #ffffff;
	font-weight: 500;
}
.thumb-box11 .box {
	background: #E0162B;
	background: rgba(224, 22, 43, 0.85);
	padding: 49px 30px 0 30px;
	overflow: hidden;
}
.thumb-box12 {
	padding: 43px 0 0 0;
	overflow: hidden;
}
.thumb-box12 h2 {
	color: #272d33;
}
.thumb-box12 .col-lg-4 {
	margin-bottom: 16px;
}
.thumb-box13 {
	padding: 50px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/bg_pic4.jpg);
}
.thumb-box13 h2 {
	color: #ffffff;
	font-weight: 500;
}
.thumb-box13 h3, .thumb-box13 p {
	color: #ffffff;
}
.thumb-box13 .box {
	background: #E0162B;
	background: rgba(224, 22, 43, 0.85);
	padding: 49px 30px 0 30px;
	overflow: hidden;
}
.thumb-box13 .col-lg-4 {
	margin-bottom: 8px;
}
.thumb-box14 {
	padding: 0 0 30px 0;
	overflow: hidden;
}
.thumb-box15 {
	padding: 50px 0 20px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/bg_pic.jpg);
}
.thumb-box15 .caption {
	background: #E0162B;
	position: relative;
	background: rgba(224, 22, 43, 0.85);
	padding: 46px 0 45px 34px;
	margin-bottom: 30px;
}
.thumb-box15 .caption .title {
	font: 500 55px/1em 'Raleway';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 100%;
}
.thumb-box15 .caption p {
	color: #fff;
	margin: 0;
	width: 75%;
}
.thumb-box15 .caption a {
	color: #fff;
	text-align: center;
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	display: inline-block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 55px;
	line-height: 74px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box15 .caption a:hover {
	background: #272d33;
	border-color: #272d33;
}
.thumb-box16 {
	padding-bottom: 60px;
}
.thumb-box17 {
	overflow: hidden;
}
.errorBox {
	overflow: hidden;
	padding: 0 0 60px 0;
}
.thumb-box18 {
	padding: 53px 0 0 0;
	overflow: hidden;
	background: #272d33;
}
.thumb-box18 .title {
	font: 900 55px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 43px;
}
.thumb-box18 p {
	color: #ffffff;
	margin-bottom: 15px;
}
.thumb-box18 p strong {
	font-size: 17px;
	text-transform: uppercase;
	color: #ffd600;
	font-weight: 500;
}
.thumb-box18 p a {
	color: #34aed6;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box18 p a:hover {
	color: #ffffff;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .caption {
	padding: 0;
	overflow: hidden;
	color: #6a6d6f;
}
.thumb-pad2 {
	margin: 0 0 21px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption h3 {
	color: #ffffff;
	margin-bottom: 7px;
}
.thumb-pad2 .thumbnail .caption p {
	color: #ffffff;
}
.thumb-pad2 figure {
	margin: 0 0 24px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2-1 {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	background: #20acb8;
	text-align: center;
}
.thumb-pad2-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2-1 .thumbnail .caption {
	padding: 0 45px;
}
.thumb-pad2-1 .thumbnail .caption .title {
	font: 300 30px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}
.thumb-pad2-1 .thumbnail .caption p {
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
}
.thumb-pad2-1 .thumbnail .caption a {
	display: inline-block;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad2-1 figure {
	margin: 0 0 31px 0;
}
.thumb-pad2-1 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 30px 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 23px 20px 32px 20px;
	overflow: hidden;
	border: 1px solid #dadbdc;
	border-top: none;
}
.thumb-pad3 .thumbnail .caption a {
	color: #272d33;
	font: 30px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #E0162B;
}
.thumb-pad3 .thumbnail .caption p {
	margin: 6px 0 0 0;
}
.thumb-pad3 .thumbnail figure {
	margin: 0;
}
.thumb-pad3 .thumbnail 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 24px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 .thumbnail figure img {
	width: 100%;
}
.thumb-pad5-1 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad5-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5-1 .thumbnail .caption p {
	font: 12px/24px 'Roboto Condensed';
	color: #848484;
}
.thumb-pad5-1 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5-1 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin: 0 0 60px 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad6 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .caption time {
	color: #ffffff;
	text-transform: uppercase;
	font: 300 30px 'Open Sans';
}
.thumb-pad7 {
	margin: 0 0 100px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad7 figure {
	margin: 0 33px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	border-radius: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption .lnk {
	font: 28px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #47494a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk:hover {
	color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 {
	font: 300 14px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #47494a;
	margin-bottom: 29px;
}
.thumb-pad7 .thumbnail .caption .lnk2 a {
	color: #47494a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk2 a:hover {
	color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 br {
	display: none;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 35px;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.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 .lnk {
	font: 20px/20px 'Roboto Condensed';
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px 'Roboto Condensed';
	color: #8b9196;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
	background: #efefef;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 25px 0 0 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title {
	color: #333;
	font: 800 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title:hover {
	color: #65c6bb;
}
.thumb-pad9 .thumbnail .caption .title a {
	color: #72a80c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
	color: #e26a6a;
}
.thumb-pad9 .thumbnail .caption .descrip {
	margin: 13px 0 13px 3px;
	display: block;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .descrip a {
	font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #65c6bb;
	margin: 0 30px 0 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a i {
	color: #65c6bb;
	font-size: 12px;
	position: relative;
	top: -2px;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
	color: #333;
}
.thumb-pad9 .thumbnail .caption .descrip br {
	display: none;
}
.thumb-pad9 .thumbnail .caption p {
	margin-bottom: 13px;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	font: 500 19px/70px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #0052A5;
	text-transform: uppercase;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #E0162B;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 42px;
	font: 15px/50px 'Open Sans';
	background: #e74c3c;
	text-transform: uppercase;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #2a2a2a;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	font: 600 18px/46px 'Open Sans';
	background: #222;
	border: 1px solid #000000;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #222;
	background: transparent;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0 0 23px 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 1px 0;
	padding: 0 0 1px 0;
	font-size: 30px;
	color: #272d33;
	border-bottom: 1px solid #dadbdc;
	position: relative;
	display: block;
}
.list1 li:before {
	position: absolute;
	left: 20px;
	top: 6px;
	background: none;
	content: "\f105" !important;
	font-family: FontAwesome;
	content: '';
}
.list1 li a {
	color: #E0162B;
	font: 600 19px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: transparent;
	padding: 17px 0 18px 46px;
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/*.list1 li:hover {
	color: #ffffff;
}
.list1 li:hover a {
	color: #ffffff;
	background: #E0162B;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;*/
}
.list1 li:last-child {
	border-bottom: none;
}
.list1-1 {
	margin: 0 0 23px 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 1px 0;
	padding: 0 0 1px 0;
	font-size: 30px;
	color: #ffffff;
	border-bottom: 1px solid #f98d57;
	position: relative;
	display: block;
}
.list1-1 li:before {
	position: absolute;
	left: 20px;
	top: 6px;
	background: none;
	content: "\f105" !important;
	font-family: FontAwesome;
	content: '';
}
.list1-1 li a {
	color: #ffffff;
	font: 600 19px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: transparent;
	padding: 17px 0 18px 46px;
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li:hover {
	color: #ffffff;
}
.list1-1 li:hover a {
	color: #ffffff;
	background: #272d33;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li:last-child {
	border-bottom: none;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 50px 0;
}
.list2 li .badge {
	margin: 0 31px 0 0;
	padding: 4px 0 0 0;
	border-radius: 0;
	background: #f4f5f5;
	text-align: center;
	border: none;
	font: 300 60px/1em 'Open Sans';
	text-transform: uppercase;
	color: #e74c3c;
	width: 100px;
	height: 100px;
	float: left;
}
.list2 li .badge span {
	font-size: 30px;
	line-height: 1em;
	display: block;
	margin-top: -3px;
}
.list2 li p {
	margin: 5px 0 0 0;
}
.list2 li a {
	font: 20px/25px 'Open Sans';
	color: #99bf38;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list2 li a:hover {
	color: #2a2a2a;
}
.list2-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2-1.indent li a {
	color: #ffffff;
}
.list2-1 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 0 26px;
	background: url(../img/list_arrow.png) 0 5px no-repeat;
}
.list2-1 li a {
	font: 15px 'Open Sans';
	color: #2a2a2a;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2-1 li a:hover {
	color: #99bf38;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 18px 0;
}
.list3 li figure {
	margin-bottom: 7px;
}
.list3 li a {
	font: 18px/24px 'Open Sans';
	color: #585858;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #cb3138;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin-bottom: 37px;
	overflow: hidden;
}
.list4 li time {
	font: 500 17px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #E0162B;
	text-transform: uppercase;
	margin-bottom: 2px;
	display: block;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 36px 0;
	overflow: hidden;
}
.list5 li figure {
	float: left;
	margin: 7px 20px 0 0;
}
.list5 li a {
	font: 30px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #272d33;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #E0162B;
}
.list5 li p {
	margin-bottom: 5px;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
	font: 18px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6a6d6f;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 15px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 36px;
}
.list7 li .badge {
	margin: 6px 30px 0 0;
	padding: 0;
	border-radius: 100%;
	background: #E0162B;
	text-align: center;
	border: none;
	font: 900 55px/62px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	width: 70px;
	height: 70px;
	float: left;
}
.list7 li p {
	margin-bottom: 0;
}
.list8 {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 16px 0;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
#newsletter .btn-default.btn2 {
	float: left;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border: none;
	font: 300 14px/18px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	background: #ffffff;
	height: 50px;
	width: 380px;
	border-radius: 0;
	padding: 16px 22px;
	margin: 0 9px 0 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	bottom: 0;
	right: 12px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #ff530d;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin-right: 11px;
	float: left;
	border: none;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: 300 14px/18px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	background: #ffffff;
	height: 50px;
	width: 100%;
	border-radius: 0;
	padding: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 28px 0 0 0;
	position: relative;
}
#search-404 .btn2 {
	float: left;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 33px 0;
	width: 100%;
	outline: none;
	border: 1px solid #dadbdc;
	background: none;
	font: 14px/18px 'Open Sans';
	height: 50px;
	line-height: 18px;
	color: #6a6d6f;
	padding: 15px;
	resize: none;
}
#search {
	padding: 0;
	margin: 20px 0 20px 0;
	float: right;
	position: relative;
}
#search a {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	color: #ffffff;
	top: 11px;
	right: 14px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	color: #cb3138;
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 270px;
	outline: none;
	background: #b8b2ad;
	background: rgba(255, 255, 255, 0.4);
	border: none;
	font: 14px 'Open Sans';
	line-height: 18px;
	color: #444;
	padding: 14px 42px 14px 14px;
	height: 48px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 300px;
}
.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-wrapper * p {
	color: #ffffff;
	font-size: 14px;
}
.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: 15px 'Raleway', "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: 25px;
}
.mail {
	color: #34aed6;
	font: 15px 'Raleway', "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: #272d33;
	text-decoration: underline;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 24px 0;
	position: relative;
	overflow: hidden;
}
footer p {
	font: 12px 'Raleway';
	color: white;
	margin: 0;
}
footer p a {
	color: #6a6d6f;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #ffffff;
}
footer em {
	font-style: normal;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
footer ul li {
	overflow: hidden;
	width: 35px;
	height: 34px;
	float: left;
	margin-right: 8px;
}
footer ul li a:hover img {
	margin-top: -34px;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .thumb-box1 .box {
 padding: 100px 0 25px 27px;
}
 .errorBox img {
 width: 100%;
}
 .list1 li a {
 font-size: 12px;
}
 .list1-1 li a {
 font-size: 12px;
}
 .list1 li:before {
 top: 3px;
}
 .list1-1 li:before {
 top: 3px;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .thumb-pad1 .thumbnail figure {
 margin: 0 0 30px 0;
 float: none;
}
 nav.tm_navbar li {
 margin: 0 0 0 17px;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 25px;
}
 header .box .box1 {
 float: none;
 text-align: center;
 display: block;
}
 header .box .box1 strong {
 display: inline-block;
}
 .thumb-box9 .col-lg-4 {
 margin-bottom: 60px;
}
 .who-box .col-lg-4 {
 margin-bottom: 60px;
}
 .thumb-box7 .title {
 font-size: 40px;
}
 .list1 li a {
 font-size: 12px;
}
 .list1-1 li a {
 font-size: 12px;
}
 .list1 li:before {
 top: 3px;
}
 .list1-1 li:before {
 top: 3px;
}
 .errorBox img {
 width: 100%;
}
 .thumb-box1 .box .caption {
 width:70%;   
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 p.title {margin-bottom:12px !important;}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 25px;
}
 header .box .box1 {
 float: none;
 text-align: center;
 display: block;
}
 header .box .box1 strong {
 display: inline-block;
 font-size: 25px;
 margin-bottom: 25px;
}
 h1.navbar-brand_ {
 float: none;
 padding: 0 15px;
}
 h2 {
 font-size: 40px;
}
 .select-menu {
 display: block !important;
 padding: 4px 4px 4px 0;
 margin: 15px 0;
 width: 100%;
 border: 1px solid #323232;
 background: #323232;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 nav.tm_navbar {
 display: block;
 float: none;
}
 nav.tm_navbar .nav {
 display: none;
}
 .thumb-box3 .caption {
 width: 100%;
}
 .thumb-box3 .caption .title {
 font-size: 40px;
 line-height: 40px;
 letter-spacing: 0;
}
 .thumb-box3 .caption .description {
 font-size: 35px;
 line-height: 40px;
}
 .thumb-box3 .caption a {
 width: 60px;
 height: 60px;
 font-size: 40px;
 line-height: 55px;
 bottom: 10px;
 right: 10px;
}
 .thumb-box5 .caption {
 width: 100%;
}
 .thumb-box5 .caption .title {
 font-size: 40px;
 line-height: 40px;
 letter-spacing: 0;
}
 .thumb-box5 .caption .description {
 font-size: 35px;
 line-height: 40px;
}
 .thumb-box5 .caption a {
 width: 60px;
 height: 60px;
 font-size: 40px;
 line-height: 55px;
 bottom: 10px;
 right: 10px;
}
 .thumb-box2 .title {
 font-size: 35px;
 line-height: 40px;
}
 .thumb-box2 .description {
 font-size: 35px;
 line-height: 40px;
}
 .thumb-box4 .title {
 font-size: 35px;
 line-height: 40px;
}
 .list1 li a {
 font-size: 12px;
}
 .list1-1 li a {
 font-size: 12px;
}
 .list1 li:before {
 top: 3px;
}
 .list1-1 li:before {
 top: 3px;
}
 .thumb-box6 .title {
 font-size: 35px;
 line-height: 40px;
}
 .thumb-box6 .description {
 font-size: 35px;
 line-height: 40px;
}
.blogs .col-xs-push-2 {
		float: none;
	}
 .thumb-pad1 .thumbnail figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 25px 0 0;
 float: left;
}
 .thumb-box9 .col-lg-4 {
 margin-bottom: 60px;
}
 .who-box .col-lg-4 {
 margin-bottom: 60px;
}
 .thumb-box7 .title {
 font-size: 40px;
}
 .thumb-box18 .title {
 font-size: 40px;
}

 .thumb-pad3 .thumbnail .caption a {
 font-size: 19px;
}
 .thumb-box15 .caption {
 padding: 46px 15px 55px 15px;
}
 .thumb-box15 .caption .title {
 font-size: 30px;
}
 .thumb-box15 .caption p {
 width: 100%;
}
 .thumb-box15 .caption a {
 width: 50px;
 height: 50px;
 font-size: 40px;
 line-height: 45px;
 bottom: 10px;
 right: 10px;
}
 .content_map {
 height: 300px;
}
 .thumb-box1 .box .caption {
 width:60%;   
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 25px 0;
 float: none;
}
}
/*===========================================================================================================================*/
/*
@media (max-width: 560px) {
 .thumb-box1 .box {
 padding: 20px 10px 50px 20px;
}
 .thumb-box1 .box a {
 bottom: 10px;
 right: 10px;
 width: 50px;
 height: 50px;
 font-size: 30px;
 line-height: 50px;
}
 .thumb-box1 .box .caption {
 width: 100%;
}
 .thumb-box1 .box .title {
 font-size: 30px;
}
}*/
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/


/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

/* camera overwrites */

.camera-caption .title {
	font:900 55px/58px 'Raleway' !important;
}
.camera-caption .description {
	font:500 35px/38px 'Raleway' !important;
}
/*
.camera-caption {
	width:450px !important;
}
*/

/* quad overrides */

.thumb-box1 .box:hover p {
	/*opacity: 0;
	filter: alpha(opacity=0);*/
	-webkit-transition: all 0.75s;
	-o-transition: all 0.75s;
	transition: all 0.75s;
	color:black;
}

.box p {max-width:80%;}

.parallax1-box .title {font:900 75px/70px 'Raleway' !important;}

.thumb-box7 a {color:white !important;}
.thumb-box7 a:hover {color:#ffd600 !important;}

.thumb-box18 a {color:white !important;}
.thumb-box18 a:hover {color:#ffd600 !important;}


@media (max-width: 600px) {
	.thumb-box3 p.title {
		font-size:50px !important;
		line-height:50px !important;
	}
}

@media (max-width: 400px) {
	.thumb-box3 p.title {
		font-size:36px !important;
		line-height:36px !important;
	}
	p.description {
		font-size:28px !important;
		line-height:28px !important;
	}
}

@media (max-width: 450px){
	.camera-caption p.title {
		font-size:32px !important;
		line-height:32px !important;
	}
	.camera-caption p.description {
		font-size:22px !important;
		line-height:22px !important;
	}
	.camera-caption p {
		font-size:16px !important;
		line-height:16px !important;
	}
}




/* -- isotope -- */

/*------ isotope ------- */
#work_container {
  margin-bottom: 12px;
  margin-left: -30px;
}
#work_container .box {
  width: 163px !important;
  float: left;
  margin-left: 30px;
  margin-bottom: 35px;
}
#work_container .box-large {
  width: 270px !important;
  float: left;
  margin-left: 30px;
  margin-bottom: 35px;
}
#work_container .box > a {
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font: bold 12px 'Open Sans';
  letter-spacing: 1px;
  color: #2b2621;
}
#work_container .box > em {
  font: bold 18px 'Open Sans';
  color: #a32223;
  float: right;
  margin-right: 14px;
  margin-top: -5px;
  letter-spacing: 1px;
}
#work_container .box a:hover {
  color: #850507;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#work_container .box figure {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
#work_container .box img {
  width: 100%;
}
#options {
  padding: 0 0 15px 0;
  display: inline-block;
}
#filters {
  margin: -5px 0 0 0;
  list-style: none;
  display: inline-block;
}
#filters li {
  float: left;
  margin-left: 32px;
}
#filters li:first-child {
  margin: 0;
}
#filters a {
  font-size: 15px;
  font-weight: bold;
  color: #0b2585;
  line-height: 1em;
  padding: 9px 0;
  position: relative;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#filters a:hover,
#filters a.selected {
  color: #a32223;
  text-decoration: none;
}
#filters a:hover:after,
#filters a.selected:after {
  width: 7px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -3px;
  content: "";}

.w50 {width:50%;}
.w80 {width:80%;}
.w100 {width:100%;}

.faqs span {color:#052b85; font-weight:bold;}

.b-well {background-color:#e8f3ff; padding:15px; margin-bottom:15px; border:1px #0052A5 solid; border-radius:18px;}
blockquote p, blockquote small {color:black; line-height:24px;}
.text-right {text-align:right; border-left:0 !important; border-right:5px solid #0052A5; padding-left:0; padding-right:15px;}

p strong {color:#052b85;}

h3 {color:#e0162b;}
.b-well h3 {color:#052b85;}

.contact-phone, .contact-phone strong {font-size:32px !important; line-height:32px !important;}

.forms hr {border:1px solid black;}

.box1 p, .box1 strong {max-width:100% !important;}

h2 img.made-with {vertical-align:top;}

.social-icons img {height:32px;}
.social-li img {border:1px solid #dddddd; border-radius:4px;}
.social-li a {padding:24px 0 24px 0 !important;}

ul#filters {padding-left:0;}

.contact-details p span {color:red; font-weight:bold;}
.contact-details a {font-weight:bold;}

.box a {z-index:999;}

.hr-style hr {border-top:1px solid black; margin-top:0;}


/* Fixing bootstrap / google CSE conflicts */

.gsc-control-cse .gsc-table-result {
	font-family : inherit;
}

.gsc-control-cse .gsc-input-box {
	height : inherit;
}

input.gsc-input {height:27px !important;}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button, input.gsc-search-button-v2 {
	box-sizing  : content-box;
	line-height : normal;
	margin-top  : 0px;
}

.allergen-notice {
	margin-bottom:25px;
}

.footer-links {
	margin-top:35px;
}

.footer-links ul li {
	list-style-type:none;
}

.footer-links a:hover {
	text-decoration:underline;
}

span.line {display:inline-block;}

.equal-opportunity {margin-top:25px;}
.equal-opportunity small {font-weight:600; font-style:italic;}

.well-blue {background-color:#0052a5; border:1px solid #00277d; color:white;}
.well-blue p, .well-blue li, .well-blue h4 {color:white;}
.well-blue a {color:white; text-decoration:underline;}

.bold {font-weight:bold;}

.red {color:red;}

.career-faqs a {
	text-decoration:underline;
	font-weight:bold;
	cursor: pointer;
}

.bold-italic {font-weight:bold; font-style:italic;}
.blue {color:#052b85;}

.h3-sm {font-size:24px;}

.cookie_dough h2 {
		font: 300 25px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 22px 0;
	color: #000000;
	}
	.cookie_dough h1 {
		font: 300 55px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 22px 0;
	color: #E0162B;
	}

	.cookie_dough .accordion {
		margin-top: 25px;
	}

	.cookie_dough #work_container .box {
		min-height: 170px;
	}
	.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
	font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

.acc-panels h2 {
	font: 300 25px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
margin: 0 0 22px 0;
color: #000000;
}

table.bolded {
 border: 1px #000 solid;
 min-width: 450px;
 margin: 0 auto;
}

@media screen and (max-width: 480px) {
	table.bolded {
		min-width: 270px;
	}


}

table.bolded th, table.bolded td {
	text-align: center;
	padding: 4px 0;
	border: 1px #000 solid;
}


img {
	max-width: 100%;
}

.post .date {
	margin: 20px 0;
}

.blogs .col-md-4 {
	margin-bottom: 30px;
}

.blogs h1.wow, .blogs h1.title-post {
	font-size: 30px;
}

@media screen and (min-width: 768px) {
	.blogs h1.wow {
		margin-top: 8%;
	}
}

.from-blog .col-sm-12 {
	margin-bottom: 2%;
}

.from-blog .col-sm-12 h1.wow  {
	font-size: 24px;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; 
  min-width: 250px; 
  margin-left: -125px; 
  background-color: #fff;
  color: #000; 
  border: 1px solid #ccc;
  border-radius: 2px; 
  position: fixed; 
  z-index: 1; 
  right: 6%;	
  bottom: 30px; 
}

#snackbar .content {
	padding: 25px; 
	text-align: center; 
	font: 900 18px/16px 'Raleway' !important;
}

#snackbar span.close {
	margin-right: 6px;
}

#snackbar.show {
  visibility: visible; 
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

span.required {
	color: red;
}