
/*========================================================
                    Main layout styles
=========================================================*/

/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
}
header .container {
	position: relative;
}
header .container a{
	color:#3c3c3c;
}
header .box1 {
	padding: 20px 0;
}
header .box1 p {
	margin: 0;
	font: 12px 'NexaLight';
	color: #707270;
	float: left;
}
header .box1 .box {
	float: right;
	overflow: hidden;
}
header .box1 .box > p {
	font: 10px 'NexaLight';
	text-transform: uppercase;
	color: #3c3c3c;
	margin: 0 15px 0 0;
	float: left;
}
header .box1 .box > p strong {
	font: 12px 'NexaLight';
	color: #084387;
	padding: 0 12px 0 5px;
	position: relative;
}
header .box1 .box > p strong:after {
	width: 1px;
	height: 13px;
	top: 3px;
	right: 0;
	background: url(../img/slash.png) no-repeat;
	position: absolute;
	content: '';
}
header .box1 .box > p span {
	color: #084387;
	font-size: 14px;
	margin-right: 3px;
}
header .box1 .box > a {
	font: 10px 'NexaLight';
	text-transform: uppercase;
	color: #3c3c3c;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
header .box1 .box > a span {
	font-size: 14px;
	color: #707270;
	margin-right: 5px;
}
header .box1 .box > a:hover {
	color: #084387;
}

.follow_icon1 li {
	float: left;
	margin: 0 0 0 3px;
}
.follow_icon1 li:first-child {
	margin: 0;
}
.follow_icon1 li a {
	font-size: 13px;
	line-height: 23px;
	color: #ffffff;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: #bfbfbf;
	text-align: center;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon1 li a:hover {
	color: #ffffff;
	background: #084387;
}
.follow_icon2 {
	padding: 0;
	margin: 12px 0 10px 0;
	list-style: none;
	display: inline-block;
	overflow: hidden;
}
.follow_icon2 li {
	float: left;
	margin: 0 0 0 10px;
}
.follow_icon2 li:first-child {
	margin: 0;
}
.follow_icon2 li a {
	font-size: 16px;
	line-height: 30px;
	color: #f00;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon2 li a:hover {
	color: #ffffff;
	background: #676767;
}
.follow_icon3 {
	padding: 0;
	margin: 12px 0 50px 0;
	list-style: none;
	display: inline-block;
	overflow: hidden;
}
.follow_icon3 li {
	float: left;
	margin: 0 0 0 6px;
}
.follow_icon3 li:first-child {
	margin: 0;
}
.follow_icon3 li a {
	font-size: 30px;
	line-height: 63px;
	color: #ffffff;
	width: 63px;
	height: 63px;
	background: transparent;
	border: 2px solid #ffffff;
	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: #084387;
	border-color: #084387;
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 0;
	border: none;
	padding: 0 19px 0 0;
	margin: 11px 110px 0 0;
	float: right;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 25px;
	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-family: 'nexa light';
	font-size:19px;
	color: #fff;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	text-decoration:none;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: none;
}
nav.tm_navbar li.active > span {
	color: #084387;
}
nav.tm_navbar li:hover > a {
	color: #ccc;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li:hover > span {
	color: #ccc;
	/*
	color: #084387;
	*/
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > span {
	color: #084387;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -12px;
	color: #ffffff;
	font-size: 10px;
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 260px;
	left: 0;
	top: 61px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #fff;
	border-radius: 0;
	padding: 15px 0;
	margin: 0;
	text-align: left;
	box-shadow:0px 2px 4px #999;
}
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-family: 'nexa light';
	font-size:15px;
	line-height:2.5em;
	color: #838383;
	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: #084387 !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: #084387 !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: #fff;
	border-radius: 0;
	padding: 15px 0;
	margin: 0 0 0 2px;
	text-align: left;
	box-shadow:0px 2px 4px #999;
}
nav.tm_navbar .sub-menu ul ul li a {
	padding: 0 15px;
	margin: 0;
	float: none;
	display: block;
	font-size:14px;
	font-family: 'nexa light';
	color: #838383;
	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: #084387 !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
#header-new-select-menu{
	display: none;
	width:100%;
	position:relative;
}
#header-new-select-menu>div:nth-child(1){
	
}
/*
#header-new-select-menu>div:nth-child(1):before{
	font: normal normal normal 53px/4px FontAwesome;
    content: "\f0c9";
    color: white;
    position: absolute;
    left: 0px;
    top: 0px;
     border: 1px solid rgb(234, 234, 234); 
    padding: 3px;
}
*/
#header-new-select-menu>div{
	display: inline-block;
}
#header-new-select-menu>div:nth-child(2){
	position: relative;
    top: -19px;
}
#header-new-select-menu>div:nth-child(3){

}
#header-new-select-menu>div:nth-child(3)>a>div:before{
	font: normal normal normal 29px/35px FontAwesome;
    content: "\f095";
    color: white;
    position: absolute;
    right: -3px;
    top: -33px;
    border: 1px solid rgb(234, 234, 234);
    padding: 3px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
#new-select-menu{
	display: none;
}
#new-select-menu>div{
	text-align: left;
}
#new-select-menu>div ul{
	position:relative;
	left:0;
	width:100%;
	padding-left: 0px;
	list-style-type:none ;
}
#new-select-menu>div li{
	/*
	padding-top:10px;
	padding-bottom:10px; 
	*/
	padding-top:0px;
	padding-bottom:0px;
	
}
#new-select-menu>div>ul>li>ul>li>div:nth-child(1){
	padding-left:40px;
	padding-top: 10px;
    padding-bottom: 10px;
}
#new-select-menu>div>ul>li>ul>li>ul>li{
	padding-left:70px;
	padding-top: 10px;
    padding-bottom: 10px;
}

#new-select-menu>div>ul>li>div:nth-child(1){
	padding-left:20px;
	padding-top: 10px;
    padding-bottom: 10px;
	width:100%;

}

/*
li._hh_>div:nth-child(1){
	padding-left:20px;
	padding-top: 10px;
    padding-bottom: 10px;
	width:100%;

}
*/
/*
#new-select-menu>div>ul>li>div:nth-child(1):hover>a{
	color:white;
} 
*/
li._hh_>div:nth-child(1):hover>a{
	color:white;
} 

/*
#new-select-menu>div>ul>li:nth-child(3)>div:nth-child(1):hover,
#new-select-menu>div>ul>li:nth-child(4)>div:nth-child(1):hover,
#new-select-menu>div>ul>li:nth-child(5)>div:nth-child(1):hover,
#new-select-menu>div>ul>li:nth-child(6)>div:nth-child(1):hover,
#new-select-menu>div>ul>li:nth-child(7)>div:nth-child(1):hover { 
	background:#084387; 
}
*/
#new-select-menu>div>ul>li:nth-child(7)>div:nth-child(1)>a{
	color:rgb(140, 140, 140);
}


li._hh_ a{
	color:rgb(140, 140, 140);
}
li._hh_>div:nth-child(1):hover{
	background:#084387; 
}
li._hh_>div:nth-child(1):hover>a{
	color:white;
}
/*
#new-select-menu>div li>div:nth-child(1)>a{
	color:rgb(140, 140, 140);
}
*/



#new-select-menu>div li>ul{
	display: none;
}
._hh_{
	position:relative;
}
._hh_b_{
	border-bottom: 1px solid #D4D4D4;
}
.ddFF_,.ddFF1_{
	position: absolute;
    top: 11px;
    right: 20px;
    padding: 0;
    margin: 0;
    width: 15px;
    height: 16px;
    background: white;
    border-radius: 50%;

    transition: transform .3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

/*
#new-select-menu>div li:nth-child(3)>div:nth-child(1):hover>div,
#new-select-menu>div li:nth-child(4)>div:nth-child(1):hover>div,
#new-select-menu>div li:nth-child(5)>div:nth-child(1):hover>div,
#new-select-menu>div li:nth-child(6)>div:nth-child(1):hover>div,
#new-select-menu>div li:nth-child(7)>div:nth-child(1):hover>div{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
*/
/*
#new-select-menu>div>ul>li:nth-child(3):hover>div:nth-child(1)>div,
#new-select-menu>div>ul>li:nth-child(4):hover>div:nth-child(1)>div,
#new-select-menu>div>ul>li:nth-child(5):hover>div:nth-child(1)>div,
#new-select-menu>div>ul>li:nth-child(6):hover>div:nth-child(1)>div,
#new-select-menu>div>ul>li:nth-child(7):hover>div:nth-child(1)>div{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
*/

#new-select-menu li._hh_:hover>div:nth-child(1)>div{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}


.ddFF_:hover,.ddFF1_:hover{

}
.ddFF_:after{
	font: 200 20px/18px 'FontAwesome';
    content: "\f138";
    position: absolute;
    right: -2px;
    top: 0px;
    color: red;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    /* background: red; */
}
.ddFF1_:after{

	font: 200 20px/18px 'FontAwesome';
    content: "\f138";
    position: absolute;
    right: -2px;
    top: 0px;
    color: #B1B1B1;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    /* background: red; */
}
.isd_{
	text-align: center;
}
.isd_>div{
	display: inline-block;
    margin: 2px;
}
.isd_>div img{
	top: -6px;
    position: relative;
}
.isd_>div:nth-child(2)>a,
.whatsapp1{
	background: white;
	color: red;
	font-size: 40px;
	top: 6px;
	margin-right: 1px;
	position: relative;
}
.isd_>div:nth-child(3)>a,
.isd_>div:nth-child(4)>a,
.isd_>div:nth-child(5)>a,
.isd_>div:nth-child(6)>a{
	font-size: 25px;
    background: #BFBFBF;
    border-radius: 50%;
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center; 
    color: white;
}

.isd_>div:nth-child(3)>a:hover,
.isd_>div:nth-child(4)>a:hover,
.isd_>div:nth-child(5)>a:hover,
.isd_>div:nth-child(6)>a:hover{
	background:red;
}
.isd_>div li>a,.isd_>div li>span{ 
} 
.search_field .input{
	width: 100%;
}
.search_field .input #in_field{
	width: 85%;
    padding: 7px;
    position: relative;
    color: rgb(140, 140, 140);
    border: 1px solid #bebebe;
    top: 3px;
}
.search_field .btn_search_field{
	position: absolute;
    right: 15px;
    top: 20px;
}
.search_field .btn_search_field:after{
	font: 200 20px/18px 'FontAwesome';
    content: "\f002";
    position: relative; 
    color: red;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding:5px;
}
.hh_g{
	position: absolute;
    top: -40px;
    left: -10px;
}
.hh_g>div{
	color:white;
}
.hh_g>div:nth-child(1),
.hh_g>div:nth-child(2),
.hh_g>div:nth-child(3){
	width: 43px;
    height: 4px;
    /* padding: 5px; */
    /* position: absolute; */
    background: white;
} 
.hh_g>div:nth-child(1),
.hh_g>div:nth-child(2){
    margin: 9px;
}
.hh_g>div:nth-child(3){
	margin-right: 9px;
	margin-top: 9px;
	margin-left: 9px;
	margin-bottom: 0px;
}

.whatsapp2:before{
	content: "\f232";
    font-size: 40px;
    color: white;
    position: relative;
    top: 10px;
    right: 2px;
    }
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	z-index: 20;
	color: #b5b5b5;
	font-size: 37px;
}
#toTop:hover {
	outline: none;
	color: #084387;
}
.who-box {
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 50px;
}
.thumb-box1 {
	overflow: hidden;
	padding: 58px 0 54px 0;
}
.thumb-box2 {
	padding: 111px 0;
	overflow: hidden;
	background-position: right 100%;
	position: relative;
	background-image: url(../img/bg_pic.jpg);
	text-align: center;
}
.thumb-box2 .title {
	font: 900 48px/1em 'NexaLight';
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 27px;
}
.thumb-box2 .title:after {
	width: 100px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	background: #ffffff;
	position: absolute;
	content: '';
}
.thumb-box2 p {
	color: #ffffff;
	font: 18px/29px 'NexaLight';
	margin-bottom: 0;
}
.thumb-box3 {
	overflow: hidden;
	padding: 40px 0 20px 0;
	/*
	border-bottom: 1px solid #bbb;
	*/
	text-align: center;
}
.thumb-box4 {
	overflow: hidden;
	padding: 40px 0 40px 0;
	text-align: center;
}
.thumb-box5 {
	padding: 84px 0 97px 0;
	overflow: hidden;
	background-position: right 100%;
	position: relative;
	background-image: url(../img/bg_pic2.jpg);
	text-align: center;
}
.thumb-box5 figure {
	margin-bottom: 15px;
}
.thumb-box5 figure img {
	border-radius: 100%;
}
.thumb-box5 p {
	color: #ffffff;
	font-weight: 300;
	font-size: 20px;
	line-height: 36px;
	margin: 16px 0 19px 0;
}
.thumb-box5 .name {
	margin: 0 0 2px 0;
	font: bold 30px 'NexaLight';
}
.thumb-box5 .descrip {
	font: 14px 'Asap';
	margin: 0;
}
.thumb-box6 {
	padding: 5px 0 40px 0;
	overflow: hidden;
}
.thumb-box7 {
	/*
	background: #2b2b2b;
	*/
	background: #444444;
	padding: 123px 0 103px 0;
	text-align: center;
	border-bottom: 1px solid #4b4b4b;
}
.thumb-box7 h2 {
	color: #ffffff; 
}
.thumb-box7 h2::after {
  background: #ffffff;
}
.thumb-box7 p {
	color: #ffffff;
	font-size: 18px;
}
.thumb-box8 {
	padding: 100px 0 61px 0;
	overflow: hidden;
	background-position: right 100%;
	position: relative;
	background-image: url(../img/bg_pic3.jpg);
	text-align: center;
}
.thumb-box8 h2 {
	color: #ffffff;
}
.thumb-box8 h2::after {
 background: #ffffff;
}
.thumb-box9 {
	overflow: hidden;
	padding: 97px 0 17px 0;
}
.thumb-box9 .col-lg-3, .thumb-box9 .col-lg-4, .thumb-box9 .col-lg-5 {
	margin-bottom: 50px;
}
.thumb-box10 {
	overflow: hidden;
	padding: 0 0 50px 0;
}
.thumb-box11 {
	padding: 97px 0 63px 0;
	overflow: hidden;
	background-position: right 100%;
	position: relative;
	background-image: url(../img/bg_pic4.jpg);
}
.thumb-box11 h2 {
	color: #ffffff;
}
.thumb-box11 h2::after {
 background: #ffffff;
}
.thumb-box11 p {
	margin-bottom: 30px;
	color: #ffffff;
}
.thumb-box11 h3 {
	text-transform: uppercase;
	color: #ffffff;
}
.thumb-box11 .fw_video {
	border: none;
}
.thumb-box11 .fw_video iframe, .thumb-box11 .fw_video object, .thumb-box11 .fw_video embed {
	width:460px;
	height:248px;
	border: none;
}
.thumb-box12 {
	overflow: hidden;
	padding: 107px 0 70px 0;
}
.thumb-box13 {
	padding: 67px 0 67px 0;
	overflow: hidden;
	background-position: right 100%;
	position: relative;
	background-image: url(../img/bg_pic4.jpg);
	text-align: center;
}
.thumb-box13 .title {
	font: 900 66px/1em 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 6px 0;
	letter-spacing: 1px;
}
.thumb-box13 .description {
	font: 300 48px/1em 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	letter-spacing: 1px;
}
.thumb-box14 {
	overflow: hidden;
}
.thumb-box14 .col-lg-8, .thumb-box14 .col-lg-4 {
	margin-bottom: 50px;
}
.thumb-box15 {
	overflow: hidden;
	padding: 0 0 100px 0;
}
.thumb-box16 {
	padding: 10px 0 10px 0;
	overflow: hidden;
	background-position: right 100%;
	position: relative;
	background-image: url(../img/fondo2.jpg);
}
.thumb-box16 h2 {
	color: #ffffff;
}
.thumb-box16 h2::after {
 background: #ffffff;
}
.thumb-box16 p {
	margin-bottom: 30px;
	color: #ffffff;
}
.thumb-box16 h3 {
	text-transform: uppercase;
	color: #ffffff;
}
.thumb-box16 .fw_video {
	border: none;
}
.thumb-box16 .fw_video iframe, .thumb-box16 .fw_video object, .thumb-box16 .fw_video embed {
	width:460px;
	height:248px;
	border: none;
}
.thumb-box17 {
	padding: 97px 0 63px 0;
	overflow: hidden;
	background-position: right 100%;
	position: relative;
	background-image: url(../img/fondo3.jpg);
}
.thumb-box17 h2 {
	color: #ffffff;
}
.thumb-box17 h2::after {
 background: #ffffff;
}
.thumb-box17 p {
	margin-bottom: 30px;
	color: #ffffff;
}
.thumb-box17 h3 {
	text-transform: uppercase;
	color: #ffffff;
}
.thumb-box17 .fw_video {
	border: none;
}
.thumb-box17 .fw_video iframe, .thumb-box17 .fw_video object, .thumb-box17 .fw_video embed {
	width:460px;
	height:248px;
	border: none;
}
.thumb-box18 {
	padding: 50px 0 40px 0;
	overflow: hidden;
}
.errorBox {
	padding: 101px 0;
	text-align: center;
	overflow: hidden;
}
.errorBox .title {
	font: 156px/1em 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2b2b2b;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.errorBox .description {
	font: 60px/1em 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #084387;
	text-transform: uppercase;
	margin-bottom: 30px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 50px 0;
	text-align: center;
	padding: 0;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 .thumbnail .badge {
	margin: 0 0 27px 0;
	padding: 0;
	width: 110px;
	height: 110px;
	text-align: center;
	background: none;
	line-height: 110px;
	border-radius: 100%;
	border: 1px solid #bfbfbf;
}
.thumb-pad1 .thumbnail .badge span {
	font-size: 60px;
	color: #084387;
	line-height: 110px;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0 15px;
}
.thumb-pad1 .thumbnail .caption strong {
	color: #2b2b2b;
	font: 900 18px 'NexaLight';
	text-transform: uppercase;
	display: block;
}
.thumb-pad1 .thumbnail .caption span {
	height: 1px;
	width: 100px;
	background: #bbb;
	display: inline-block;
	margin-bottom: 6px;
}
.thumb-pad1 .thumbnail .caption p {
	margin: 3px 0 0 0;
	font: 14px/24px 'NexaLight';
	color: #8a8a8a;
}
.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: #084387;
	font-style: italic;
}
.thumb-pad2 .thumbnail .caption strong {
	font: 900 16px 'NexaLight';
	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-bottom:3px solid #084387;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: #fff;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
}
.thumb-pad3 .thumbnail .caption p {
	margin: 0;
	color: #4b4b4b;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}
.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 'NexaLight';
	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 40px 0;
	padding-bottom: 24px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #bbb;
	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 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2b2b2b;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #084387;
}
.thumb-pad5 .thumbnail .caption p {
	font: 14px 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9c9a9a;
	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: 14px 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #084387;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #2b2b2b;
}
.thumb-pad6 .thumbnail figure {
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 {
	margin: 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 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #414042;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 16px;
	border-bottom: 1px solid #a09fa0;
}
.thumb-pad7 .thumbnail .caption a {
	font: 15px 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #084387;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #414042;
}
.thumb-pad7 figure {
	margin: 0 0 20px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 39px 30px 52px 30px;
	border: 1px solid #e4e4e4;
	background: #fefefe;
	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;
}
.thumb-pad8 .thumbnail .caption strong {
	font: bold 18px/21px 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 16px;
}
.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;
	border: 1px solid #e4e4e4;
}
.thumb-pad9 {
	margin: 0 0 30px 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: #414042;
	margin: 0;
}
.thumb-pad9 .thumbnail .caption .title a {
	color: #084387;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
	color: #414042;
}
.thumb-pad9 .thumbnail .caption .descrip {
	color: #414042;
	font-size: 16px;
	margin-bottom: 12px;
}
.thumb-pad9 .thumbnail .caption .descrip a {
	color: #414042;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
	color: #084387;
}
.thumb-pad9 .thumbnail .caption .descrip br {
	display: none;
}
.thumb-pad9 .thumbnail .caption p {
	font-size: 16px;
	margin-bottom: 9px;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad9 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 43px;
	font: 900 19px/68px 'NexaLight';
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: transparent;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	float: none;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.3);
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 38px;
	font: 18px/48px 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #084387;
	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: #2b2b2b;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 15px 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #084387;
	background: none;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #414042;
	text-shadow: none;
	background: none;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 114px;
	font: 900 18px/69px 'NexaLight';
	text-transform: uppercase;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: #084387;
	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: #414141;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 7px 0 19px 0;
	list-style: none;
}
.list1.indent {
	padding-bottom: 74px;
}
.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: #ababab;
	font: 15px 'NexaLight' Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #084387;
}
.list1-1 {
	margin: 0;
	padding: 0 0 9px 0;
	list-style: none;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
}
.list1-1 li a {
	color: #3e3d3d;
	font: 18px 'Roboto Condensed';
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #df9e5d;
}
.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: 36px;
}
.list4 li time {
	font: 14px/20px 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #414042;
	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 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #414042;
	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: 28px;
}
.list7 li .badge {
	width: 53px;
	height: 53px;
	line-height: 48px;
	position: relative;
	border-radius: 100%;
	background: #084387;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin: 0 12px 0 0;
	text-align: center;
}
.list7 li p {
	margin: 0;
}
.list8 {
	margin: 0 0 71px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 27px 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:0 10px;
	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: #084387 !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a.selected {
	background: #084387 !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 'NexaLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ababab;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 243px;
}
.content_map.indent {
	height: 485px;
	margin-bottom: 97px;
}
.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 'NexaLight', "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;
	color: #555;
}
.info p span {
	display: inline-block;
	width: 85px;
}
.info p a {
	color: #084387;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #2b2b2b;
}
.info strong {
	font: 24px/22px 'NexaLight';
	margin: 0 0 10px 0;
	color: #414042;
	display: block;
}
.mail {
	color: #084387;
	font: 14px 'NexaLight', "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.t1 {
	padding: 0px 0 20px 0;
	overflow: hidden;
	text-align: center;
	background: #f00;
}
footer.t1 p {
	font: 18px 'NexaLight';
	color: #fff;
	margin: 0;
}
footer.t1 p a {
	color: #949494;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer.t1 p a:hover {
	color: #ffffff;
}
footer.t1 em {
	font-style: normal;
}
/**/
.garb2>div:nth-child(1){
	width:33%;
	text-align:left;
}
.garb2>div:nth-child(2){
	width:66%;
	text-align:right;
}
.garb2>div{
	display:inline-block;
}
footer.t2 {
	padding: 20px 0 20px 0;
	overflow: hidden;
	text-align: center; 
	background: #fff;
	color:#8a8a8a;
}
footer.t2 p {
	font: 18px 'NexaLight';
	color: #fff;
	margin: 0;
}
.blinks>a {
	color:inherit;
}
.blinks>a>div{
	display:inline-block;
}
footer.t2 p a {
	color: #949494;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer.t2 p a:hover {
	color: #ffffff;
}
footer.t2 em {
	font-style: normal;
}
.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;
}

.garb1{
	padding-top:10px;
}
.garb1>div{
	display:inline-block;
}
.garb1>div:nth-child(1){
	width:30%;	
	vertical-align:top;
	text-align:left;
}
.garb1>div:nth-child(2){
	width:69%;	
	text-align:right;
}
.i_android{
	font-size: 24px;
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 4px 7px;
	color:#fff;
}
.i_apple{
	font-size: 24px;
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 4px 7px;
	color:#fff;
}
.garb3{
	padding-top:53px;
}
.garb3>div{
	display:inline-block; 
}
.garb3 label{
	color:white;
}
/*
#img_backg{
	width:100%;
}
*/
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 2101px){

	#img_backg{ 
		width:100%; 
		left: 0px;
	    top: -130px;
	} 
	.garb3>div:nth-child(1){
		padding-right:15px;
	}
	.garb3>div:nth-child(2){
		padding-left:15px; 
	}
}
@media (min-width: 1801px) and (max-width: 2100px) {

	#img_backg{ 
		width:100%; 
		left: 0px;
	    top: -100px;
	}
	.garb3>div:nth-child(1){
		padding-right:15px;
	}
	.garb3>div:nth-child(2){
		padding-left:15px; 
	}
}
@media (min-width: 1501px) and (max-width: 1800px) {

	#img_backg{ 
		width:100%; 
		left: 0px;
	    top: -100px;
	}
	.garb3>div:nth-child(1){
		padding-right:15px;
	}
	.garb3>div:nth-child(2){
		padding-left:15px; 
	}
}
@media (min-width: 1220px) and (max-width: 1500px) {

	.container {
	 padding: 0;
	}

	.garb3>div:nth-child(1){
		padding-right:15px;
	}
	.garb3>div:nth-child(2){
		padding-left:15px; 
	}
	#img_backg{
		/*
		width:100%;
		*/
		left: -342px;
	    top: -100px;
	}
	.garb3>div:nth-child(1){
		padding-right:15px;
	}
	.garb3>div:nth-child(2){
		padding-left:15px; 
	}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 header {
 text-align: center;
}
 header .box1 p {
 float: none;
}
 header .box1 .follow_icon1 {
 float: none;
 display: inline-block;
 padding: 15px 0;
 margin: 0;
}
 header .box1 .box {
 float: none;
}
 header .box1 .box > p {
 margin: 0;
 float: none;
}
 header .box1 .box > p strong::after {
 display: none;
}
 header .box1 .box a {
 float: none;
}
 h1.navbar-brand_ {
 float: none;
}
 nav.tm_navbar {
 float: none;
 margin: 20px 0 6px 0;
 display: inline-block;
}
 .js-search {
 margin: 28px 0 0 0 !important;
}
 .list2 {
 text-align: center;
}
 .list2 li {
 margin: 0 0 0 88px;
 float: none;
 display: inline-block;
}
.garb2>div{
	display:block;
}
.garb2>div:nth-child(1){
	width:auto;	
	vertical-align:top;
	text-align:left;
}
.garb2>div:nth-child(2){
	width:auto;	
	padding-top:10px;
	text-align:left;
}

.garb3>div:nth-child(1){
	padding-right:15px;
}
.garb3>div:nth-child(2){
	padding-left:15px; 
}
#img_backg{
	/*
	width:100%;
	*/
	left: -428px;
    top: -100px;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {

.thumb-box11 .fw_video iframe, .thumb-box11 .fw_video object, .thumb-box11 .fw_video embed {
	width:auto;
	height:248px;
	border: none;
}

 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header .box1 p {
 float: none;
}
 header .box1 .follow_icon1 {
 float: none;
 display: inline-block;
 padding: 15px 0;
 margin: 0;
}
 header .box1 .box {
 float: none;
}
 header .box1 .box > p {
 margin: 0;
 float: none;
}
 header .box1 .box > p strong::after {
 display: none;
}
 header .box1 .box a {
 float: none;
}
 h1.navbar-brand_ {
 float: none;
}
 nav.tm_navbar {
 float: none;
 margin: 20px 0 6px 0;
 display: inline-block;
}
 .js-search {
 margin: 28px 0 0 0 !important;
}
 .thumb-box5 br {
 display: none;
}
 .list2 {
 text-align: center;
}
 .list2 li {
 margin: 0 0 0 88px;
 float: none;
 display: inline-block;
}
 .errorBox .title {
 font-size: 100px;
}
 .errorBox .description {
 font-size: 40px;
}
.garb2>div{
	display:block;
}
.garb2>div:nth-child(1){
	width:auto;	
	vertical-align:top;
	text-align:left;
}
.garb2>div:nth-child(2){
	width:auto;	
	padding-top:10px;
	text-align:left;
}

.garb3>div:nth-child(1){
	padding-right:15px;
}
.garb3>div:nth-child(2){
	padding-left:15px; 
}
#img_backg{
	/*
	width:100%;
	*/
	left: -617px;
    top: -100px;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {

.box1{
	display: none;
}
#header-new-select-menu{
	display: inline-block;
}
.fw_video{
	text-align: center;
}

 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header .box1 p {
 float: none;
}
 header .box1 .follow_icon1 {
 float: none;
 display: inline-block;
 padding: 15px 0;
 margin: 0;
}
 header .box1 .box {
 float: none;
}
 header .box1 .box > p {
 margin: 0;
 float: none;
}
 header .box1 .box > p strong::after {
 display: none;
}
 header .box1 .box a {
 float: none;
}
 h1.navbar-brand_ {
 float: none;
 margin: 0 0 60px 0;
}
 .js-search {
 	display: none;
 margin: 28px -30px 0 0 !important;
 top: 45px !important;
 right: 50% !important;
}
 nav.tm_navbar {
 padding: 0;
 float: none;
 margin: 20px 0 6px 0;
 display: block;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 .select-menu {
 /*
 display: inline-block !important;
 */
 display: none;
 padding: 4px 4px 4px 0;
 margin: 30px 0 0 0;
 width: 100%;
 border: 1px solid #f2f4f6;
 background: #f2f4f6;
 color: #8c8c8c;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
/*---------------------------------------------------*/
#new-select-menu{
	display:none;
	position:relative;
	width:100%;
	height:3px;
	z-index: 20;
}
#new-select-menu>div{
	position: absolute;
    top: 5px;
    left: 0;
    z-index: 21;
    width: 100%;
    background: white;
    /*
    border: 1px solid rgb(236, 236, 236);
    */
    box-shadow: -1px 1px 10px 0px rgba(0,0,0,0.26);
}
#new-select-menu>div>div{
	padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #ECECEC;
    text-align: left;
}
#new-select-menu ._ht{
	color:red;
}
#new-select-menu ._nht{ 
}
#new-select-menu ._mpnt{ 
	color:red;
	text-align: center;
	position:relative;
}
#new-select-menu ._mpnt:before{
    font: normal normal normal 23px/21px FontAwesome;
    content: "\f0c9";
    color: #666;
    position: absolute;
    left: 5px;
    top: 5px; 
    border: 1px solid rgb(234, 234, 234);
    padding: 3px;
}
#new-select-menu ._cpnt{ 
	color:red;
	text-align: center;
	position:relative;
}
#new-select-menu ._cpnt:before{
    font: normal normal normal 23px/21px FontAwesome;
    content: "\f00d";
    color: #999;
    position: absolute;
    left: 5px;
    top: 6px; 
    border: 1px solid rgb(234, 234, 234);
    border-radius:50%;
    padding: 3px;
}
/*---------------------------------------------------*/
 .thumb-box5 br {
 display: none;
}
 .list2 {
 text-align: center;
}
 .list2 li {
 margin: 0 0 0 48px;
 float: none;
 display: inline-block;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad9 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad9 .thumbnail .caption .descrip a {
 float: none !important;
}
 .thumb-pad9 .thumbnail .caption .descrip br {
 display: block;
}
 .errorBox .title {
 font-size: 60px;
}
 .errorBox .description {
 font-size: 30px;
}
 #search-404 {
 width: 276px;
}
 #search-404 input {
 width: 247px;
}
.garb2>div{
	display:block;
}
.garb2>div:nth-child(1){
	width:auto;	
	vertical-align:top;
	text-align:left;
}
.garb2>div:nth-child(2){
	width:auto;	
	padding-top:10px;
	text-align:left;
} 

.garb3>div:nth-child(1){
	padding-right:15px;
}
.garb3>div:nth-child(2){
	padding-left:0; 
}
#img_backg{
	/*
	width:100%;
	*/
	left: -680px;
    top: -100px;
}
}
/*===========================================================================================================================*/
@media (max-width: 700px) {
#img_backg{
	/*
	width:100%;
	*/
	left: -760px;
    top: -100px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 13px 0;
 float: none;
}
 .thumb-pad9 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad9 figure img {
 width: auto;
}

.garb1>div{
	display:block;
}
.garb1>div:nth-child(1){
	width:auto;	
	vertical-align:top;
	text-align:left;
}
.garb1>div:nth-child(2){
	width:auto;	
	padding-top:10px;
	text-align:left;
}
.garb2>div{
	display:block;
}
.garb2>div:nth-child(1){
	width:auto;	
	vertical-align:top;
	text-align:left;
}
.garb2>div:nth-child(2){
	width:auto;	
	padding-top:10px;
	text-align:left;
}
.garb3{
	padding-top:0;
}
.garb3>div:nth-child(1){
	padding-bottom:10px;
}
.garb3>div{
	display:block;
	padding-left:0px;
	padding-right:0px;
}
#img_backg{
	/*
	width:100%;
	*/
	left: -801px;
    top: -100px;
}

}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .btn-default.btn4 {
 padding: 0;
 width: 100%;
 text-align: center;
}
 .thumb-pad9 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad9 figure img {
 width: 100%;
}
 .thumb-box13 .title {
 font-size: 25px;
}
 .thumb-box13 .description {
 font-size: 22px;
}
#img_backg{
	/*
	width:100%;
	*/
	left: -930px;
    top: -100px;
}
}
/*===========================================================================================================================*/
@media (max-width: 520px) {

#img_backg{
	/*
	width:100%;
	*/
	left: -945px;
    top: -100px;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .list2 li {
 margin: 0 0 0 20px;
}
 .follow_icon3 li a {
 font-size: 20px;
 line-height: 45px;
 width: 48px;
 height: 48px;
}
 .js-search {
 margin: 28px 15px 0 0 !important;
 top: 45px !important;
 right: 0 !important;
}
 .thumb-pad6 .thumbnail figure {
 margin: 0 0 20px 0;
 float: none;
}
#img_backg{
	/*
	width:100%;
	*/
	left: -979px;
    top: -100px;
}
}
/*===========================================================================================================================*/
@media (max-width: 400px) {

#img_backg{
	/*
	width:100%;
	*/
	left: -1047px;
    top: -100px;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .list_carousel1 #foo1 > li {
 margin: 0;
}
 .thumb-pad6 .thumbnail figure img {
 width: 100%;
}
#img_backg{
	/*
	width:100%;
	*/ 
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
 
	#logo_rimac{
        position: absolute;
	    right: 90px;
	    top: 10px;
	    width: 110px;
    }
	@media (min-width: 768px){
		.container2 {
		    width: 550px;
		} 
	}
	@media (min-width: 992px){
		.container2 {
		    width: 700px;
		} 
	}
	@media (min-width: 1200px){
		.container2 {
		    width: 900px;
		} 
		#logo_rimac{
            position: absolute;
		    right: 200px;
		    top: 16px;
		    width: 110px;
        }
	}

	@media (max-width: 1100px){
		#logo_rimac{
            position: absolute;
		    right: 26px;
		    top: 10px;
		    width: 110px;
        }
	} 
	@media (max-width: 900px){
		#logo_rimac{
	        position: absolute;
		    right: 30px;
		    top: -10px;
		    width: 110px;
        }
	} 
	@media (max-width: 700px){
		#logo_rimac{
            position: absolute;
		    right: 30px;
		    top: -10px;
		    width: 110px; 
        }
	}
	@media (max-width: 500px){
		#logo_rimac{
            position: absolute;
		    right: 27px;
		    top: -85px;
		    width: 110px; 
        }
	}  
	@media (max-width: 400px){
		#logo_rimac{
            position: absolute;
		    right: 27px;
		    top: -85px;
		    width: 110px; 
        }
	} 
	

	
	.container2 {
	    margin-right: auto;
	    margin-left: auto;
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.btn-default.btn5{
		box-shadow: none;
	    text-decoration: none;
	    display: inline-block;
	    padding: 0 30px;
	    font: 900 18px/36px 'NexaLight';
	    /* text-transform: uppercase; */
	    margin: 0;
	    border-radius: 0;
	    color: #ffffff;
	    background: #084387;
	    border: none;
	    float: none;
	    -webkit-transition: all 0.25s;
	    -o-transition: all 0.25s;
	    transition: all 0.25s;
	}
	.btn-default.btn5:hover {
		color: #ffffff;
		text-shadow: none;
		background: #414141;
		text-decoration: none;
	}