/*-----------------------------------------------------------------------------------
	    TVP Website
        Built with Blocs
-----------------------------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
    background:#FFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size:17px;
}
a:hover{text-decoration: none; cursor:pointer;}

a,button{outline: none!important;} /* Prevent ugly blue glow on chrome and safari */

#page-loading-blocs-notifaction{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xxl{
	padding:200px 50px;
}
.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background:repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a,.d-bloc .navbar-brand, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc .navbar-brand:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	/*border-color:rgba(255,255,255,1);*/
}
.d-bloc .panel{
	color:rgba(0,0,0,.5);
}
.d-bloc .panel button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .panel icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .panel .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .panel .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .panel .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .panel .btn-wire, .d-bloc .panel .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .panel,.l-bloc{
	/*color:rgba(0,0,0,.5);*/
}
.d-bloc .panel button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .panel .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .panel .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc .navbar-brand,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .panel .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc .navbar-brand:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .panel .btn-wire,.d-bloc .panel .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}

/* Bloc text custom styling */

#bloc-4 h1{
	font-size: 50px;
	line-height: 100px;
}
#bloc-5 div{
	font-size: 24px;
}
#bloc-5 h3{
	font-size: 30px;
}
#bloc-5 p{
	font-size: 20px;
}
#bloc-6 p{
	font-size: 40px;
}
#bloc-7 h2{
	font-size: 20px;
}
#bloc-7 h3{
	font-size: 20px;
}
#bloc-7 icon{
	font-size: 24.285715103149414px;
}
#bloc-8 p{
	font-size: 40px;
}
#bloc-9 h2{
	font-size: 40px;
}
#bloc-9 p{
	font-size: 17px;
}
#bloc-10 p{
	font-size: 40px;
}
#bloc-10 h4{
	font-size: 20px;
}
#bloc-12 p{
	font-size: 16px;
}
#bloc-21 p{
	font-size: 16px;
}
#bloc-28 h3{
	font-size: 24px;
}
#bloc-28 p{
	font-size: 17px;
}
#bloc-29 h1{
	font-weight: 100;
	font-family: Helvetica;
	font-size: 45px;
}
#bloc-29 p{
	font-size: 25px;
}
#bloc-30 p{
	font-size: 14px;
}
#bloc-30 h4{
	font-size: 14px;
}

/* = NavBar
-------------------------------------------------------------- */

.navbar{
	margin-bottom:0px !important;
	z-index:1;
}
.navbar-brand{
	height:auto;
	padding:15px 15px;
	font-size:25px;
	font-weight:normal;
	font-weight:600;
}
.navbar-brand img{
	max-height: 200px;
	margin: 0 5px 0 0;
	display:inline;
}
.navbar-brand{
	padding: 15px 15px;
}
.navbar .nav{
	padding-top: 15px;
	margin-right: 50px;
	float:right;
	z-index:1;
}
.nav > li{
	float:left;
	margin-top:4px;
	font-size:16px;
}
.navbar-nav .open .dropdown-menu > li > a{
	text-align: inherit;
}
.nav > li a:hover, .nav > li a:focus{
	background:transparent;
}
.navbar-toggle{
	margin: 10px 10px 0 0;
	border: 0px;
}
.navbar-toggle:hover{
	background:transparent!important;
}
.navbar-toggle .icon-bar{
	background-color: rgba(0,0,0,.5);
	width: 26px;
}
 /* Inverted navbar */

.nav-invert .navbar .nav{
	float:left;
}
.nav-invert .navbar-header, .nav-invert .navbar-brand{
	float:right;
}

.nav > li > .dropdown a{
	background: none!important;
	display: block;
	padding: 14px 15px;
}

nav .caret{
	margin: 0 5px;
}
/* Dropdown Menus SubMenu */
	.dropdown-menu .dropdown-menu{
	top:-8px;
	left:100%;
}
.dropdown-menu .dropmenu-flow-right{
	top:100%;
	left:0;
	margin-left: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.dropdown-menu .dropdown span{
	border: 4px solid black;
	border-top-color:transparent;
	border-right-color:transparent;
	border-bottom-color:transparent;
	margin: 6px -5px 0 0!important;
	float: right;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:0px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn{
	margin: 0 5px 5px 0;
}
.btn.pull-right{
	margin: 0 0 5px 5px;
}
.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-btn{
	padding: 6px 10px 6px 0;
	line-height: 1.42857143;
	display:inline-block;
}
.text-center .a-btn{
	padding: 6px 0;
}
.a-block{
	width:100%;
	text-align: left;
}
.icon-spacer{
	margin-right:5px;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}

/* = Text Widths
-------------------------------------------------------------- */
.text-w-md{
	max-width:300px;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


/* = Panels
-------------------------------------------------------------- */
.panel{
	border:0;
	box-shadow: 0 0 2px rgba(0,0,0,.4);
}
.panel-heading, .panel-footer{
	background-color: inherit;
	border-color: rgba(0,0,0,.1)!important;
}
.panel-sq, .panel-sq .panel-heading, .panel-sq .panel-footer{
	border-radius:0;
}
.panel-rd{
	border-radius:30px;
}
.panel-rd .panel-heading{
	border-radius:29px 29px 0 0;
}
.panel-rd .panel-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* iFrame */

iframe{
	border:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.6);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
#lightbox-modal .modal-dialog{
	width:90%;
	max-width:900px;
	margin:30px auto 0;
}
#lightbox-modal .modal-dialog img{
	margin: 0 auto;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	display: none;
	font-size: 40px;
	position: absolute;
	top:8px;
	right:20px;
	z-index: 20;
}
.next-lightbox, .prev-lightbox{
	display: inline-block;
	width:0;
	height:0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transition: all .2s ease-in-out;
	position: absolute;
	top:50%;
	z-index:1;
}
.next-lightbox{
	right:25px;
	border-left: 20px solid rgba(255,255,255,.4);
}
.prev-lightbox{
	left:25px;
	border-right:20px solid rgba(255,255,255,.4);
}
.prev-lightbox:hover, .next-lightbox:hover{
	border-right-color:rgba(255,255,255,.9);
	border-left-color:rgba(255,255,255,.9);
}

/* Dark */
.dark-lb{
	background:#1F272A;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	text-align:left;
}
.container{
	max-width:1170px;
	font-size:17px;
}
.text{
}
.menu{
	border-style:none;
	/*font-size:16px;*/
}
.menu:active{
}
.menu:hover{
	border-style:none;
	color:#BC2028!important;
	font-weight:normal;
	background:linear-gradient(0deg, #BC2028, #FFFFFF);
	background-color:#FFE956;
	background-size:auto auto;
}
.submenu{
	/*font-size:11pt;*/
	border-style:none;
	background-color:#FECD18;
	background-size:auto auto;
	
}
.submenu:active{
	background-color:#FECD18;
	background-size:auto auto;
}
.submenu:hover{
	color:#BC2028!important;
	border-style:none;
	border-color:rgba(0,0,0,0.0);
	background-color:#FECD18;
	background-size:auto auto;
}
.main-slider{
	height:100px;
}
.mountain-hero-text{
	font-family:"Josefin Sans";
	font-size:60px;
	font-weight:bold;
	text-shadow:0px 3px 3px rgba(0,0,0,0.1);
}
.mountain-hero-text-sub{
	font-family:"Josefin Sans";
	font-size:36px;
}
.blocs-hero-btn-dwn{
	background-color:rgba(255,255,255,0.2);
}
.mountaindusk-hero-text-s{
	font-size:60px;
}
.mountaindusk-hero-text-sub-s{
	font-size:34px;
}
.hero-bloc-text{
	font-size:55px;
	display:inline-block;
}
.hero-bloc-text:active{
}
.hero-bloc-text:hover{
}
.hero-bloc-text-sub{
	font-size:36px;
}
.statement-bloc-text{
	line-height:38px;
	font-style:italic;
	font-size:25px;
	text-align:left;
	font-weight:lighter;
	border-style:solid;
	border-width:2px 2px 2px 2px;
	padding:83px 83px 83px 83px;
	margin:3px 134px 0px 134px;
	background-color:#FFFFFE;
	color:#464349!important;
}
.submenu-list{
	background-color:#FFE956;
	color:#FEFFFF!important;
}
.service-foriegn{
}
.service-foreign{
	padding:20px 20px 20px 20px;
	background-size:auto auto;
	border-style:solid;
	float:none;
	overflow:visible;
}
.service-menu{
	font-size:20pt;
}
.a{
}
.service-title{
	margin-bottom:-70px;
}
.service-naiyou{
	padding-left:50px;
	margin-left:0px;
	margin-right:0px;
	padding-right:0px;
}
.tsuyomi{
	display:inline;
}
.whytvp{
	border-style:solid;
	border-width:4px 4px 4px 4px;
	padding:5px 5px 5px 5px;
	overflow:visible;
	float:none;
}
.blocs-personal-panel{
	max-width:400px;
	min-height:400px;
	padding:40px 10px 40px 10px;
	background-color:#FFFFFF;
	text-align:center;
	border-radius:6px 6px 6px 6px;
	border-width:0px 0px 0px 0px;
}
.blocs-personal-panel:active{
}
.blocs-personal-panel:hover{
}
.blocs-panel-avatar{
	max-width:100px;
	margin-bottom:20px;
}
.blocs-personal-panel h3{
	color: rgba(0,0,0,.8);
	font-family:"Lato";
	font-size:36px;
	font-weight:700;
}
.blocs-personal-panel p{
	color: rgba(0,0,0,.3);
	font-family:"Lato";
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
}
.blocs-social-list-v{
	max-width:220px;
	margin:0 auto!important;
}
.blocs-social-list-v li{
	min-width:30px;
}
.position{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	padding:5px 5px 5px 5px;
}
.phone{
	display:inline-block;
}
.email{
	display:inline-block;
	float:right;
}
.phone{
	display:inline-block;
	float:initial;
}
.address{
	float:initial;
	display:inline-block;
	overflow:visible;
	width:600px;
}
.language-menu{
}
.language-submenu{
	border-style:none;
}
.language-submenu:hover{
	color:#B91F27!important;
}
.copyright-c{
	padding-top:0px;
	display:inline-block;
}
.copyright{
	padding-top:20px;
}
.welcome{
	line-height:35px;
}
.tablet-menu{
}
.align{
	margin:0px 0px 0px 0px;
}
.team-position{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	padding:10px 10px 10px 10px;
}
.footer{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	padding:7px 7px 7px 7px;
	display:block;
	overflow:visible;
	float:none;
}
.submit{
	color:#434248!important;
}
.submit:hover{
	color:#FFFFFE!important;
}
.about-us-tableabout-us-tableabout-us-table{
}
.submenu-color{
	background-color:#606264;
}
.under-construction{
	line-height:40px;
}
.job{
	padding-left:247px;
}
.job-logo{
	padding-top:15px;
}
.job-icon{
}
.job-button{
	margin:32px 0px 0px 41px;
}
.mission{
	margin-right:203px;
	padding-top:0px;
	height:125px;
	padding-right:0px;
	padding-left:0px;
	margin-left:0px;
}
.mission-logo{
	margin-left:54px;
}
.tvpgroup-font{
	font-size:25pt;
	font-style:none;
}
.tvpgroup-frame{
	border-style:solid;
	background-size:auto auto;
	border-color:rgba(0,0,0,0.0);
	border-width:1px 1px 1px 1px;
	padding-left:57px;
}
.menu-font{
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-outer-space{
	background-color:#464449;
}
.bgc-white{
	background-color:#FFFFFE;
}
.bgc-mikado-yellow{
	background-color:#FECE1A;
}
/* Text colour styles */

.tc-white{
	color:#FFFFFE!important;
}
.tc-outer-space{
	color:#464449!important;
}
.tc-falu-red{
	color:#891822!important;
}
/* Button colour styles */

.btn-mikado-yellow{
	background:#FECE1A;
	color:rgba(0,0,0,.5)!important;
}
.btn-mikado-yellow:hover{
	background:#cba515;
	color:rgba(0,0,0,.5)!important;
}
/* Link colour styles */

.ltc-outer-space{
	color:#464449!important;
}
.ltc-outer-space:hover{
	color:#38363a!important;
}

/* Bloc image backgrounds */

.bg-crosses-s-bg{
	background-image:url("img/crosses-s-bg.png");
}
.bg-city-overlay{
	background-image:url("img/city-overlay.png");
}
.bg-slider12{
	background-image:url("img/slider12.jpg");
}
.bg-tile-d-bg{
	background-image:url("img/tile-d-bg.png");
}
.bg-map-overlay{
	background-image:url("img/map-overlay.png");
}
.bg-city-overlay{
	background-image:url("img/city-overlay.png");
}
.bg-mm-overlay{
	background-image:url("img/mm_overlay.png");
}
.bg-mission-overlay{
	background-image:url("img/bg_mission.png");
}
.bg-tile-d-bg{
	background-image:url("img/tile-d-bg.png");
}
.bg-crosses-s-bg{
	background-image:url("img/crosses-s-bg.png");
}
.bg-lines-dr2-bg{
	background-image:url("img/lines-dr2-bg.png");
}
.bg-tile-d-bg{
	background-image:url("img/tile-d-bg.png");
}
.bg-crosses-s-bg{
	background-image:url("img/crosses-s-bg.png");
}
.bg-lines-dr2-bg{
	background-image:url("img/lines-dr2-bg.png");
}
.bg-city-overlay{
	background-image:url("img/city-overlay.png");
}
.bg-slider12{
	background-image:url("img/slider12.png");
}
.bg-slider12{
	background-image:url("img/slider12.jpg");
}
.bg-map-overlay{
	background-image:url("img/map-overlay.png");
}
.bg-tile-d-bg{
	background-image:url("img/tile-d-bg.png");
}
.bg-lines-dr2-bg{
	background-image:url("img/lines-dr2-bg.png");
}
.bg-crosses-s-bg{
	background-image:url("img/crosses-s-bg.png");
}
.bg-city-overlay{
	background-image:url("img/city-overlay.png");
}
.bg-crosses-s-bg{
	background-image:url("img/crosses-s-bg.png");
}
.bg-lines-dr2-bg{
	background-image:url("img/lines-dr2-bg.png");
}
.bg-tile-d-bg{
	background-image:url("img/tile-d-bg.png");
}






/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }

    
}
@media (max-width: 1112px) and (min-width: 768px)
{
    .navbar .nav{
		max-width:100%;margin-right:30px;
    }
	.nav-center.navbar .nav{
		max-width:100%}
   
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {.b-parallax{background-attachment:scroll;}}
@media (max-width: 768px)
{
    .container{width:100%;}
    .b-parallax{background-attachment:scroll;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    h1,h2,h3,h4,h5,h6,p,#disqus_thread{
        padding-left:10px!important; 
        padding-right:10px!important; 
    }
    #hero-bloc h1{
        font-size:40px;
    }
    #hero-bloc h2{
        font-size:34px;
    }
    #hero-bloc h3{
        font-size:25px;
    }
    .bloc{
        padding-left: 0; 
        padding-right: 0;  
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
    .b-parallax{
        background-attachment:scroll;
    }
    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .navbar.row{
        margin-left: 0;
        margin-right: 0;
    }
    .site-navigation{
	   position:inherit;
	   transform:none;
	   -webkit-transform:none;
	   -ms-transform:none;
    }  
    .nav > li{
        margin-top: 0;
        border-bottom:1px solid rgba(0,0,0,.1);
        background:rgba(0,0,0,.05);
        text-align: left;
        padding-left:15px;
        width:100%;
    }
    .nav > li:hover{
        background:rgba(0,0,0,.08);
    }

    .dropdown .dropdown a .caret{   
        float: none;
        margin: 5px 0 0 10px!important;
        border: 4px solid black;
        border-bottom-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
		
    }
    
    #hero-bloc .navbar .nav{
        background:rgba(0,0,0,.8);
    }
    #hero-bloc .navbar .nav a{
        color:rgba(255,255,255,.6);
    }
    .hero{
        padding:50px 0;
    }
    .hero-nav{
        left:-1px;
        right:-1px;
    }
    .navbar-collapse{
        padding:0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 100vh; /*Mobile Menu Bar*/
    }
    .navbar-brand img{
        max-height: 40px;
        width:auto;
        margin: -10px 10px 0 0;    
    }
    .nav-invert .navbar-header{
        float: none;
        width:100%;
    }
    .nav-invert .navbar-toggle{
        float:left; 
    }
    .bloc-group .bloc{
         display:block;
         width:100%;
     }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	   padding-left: 10px;
	   padding-right: 10px;
    }
    .bloc-xxl,.bloc-xl,.bloc-lg{
        padding: 40px 0;
    }
    .bloc-sm,.bloc-md{
        padding-left: 0; 
        padding-right: 0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .video-bg-container{
        display:none;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 768px){
	.address, .mobile .address{
	display:;
	float:left;
}
.tablet-logo, .mobile .tablet-logo{
}
.tablet-menu, .mobile .tablet-menu{
	width:450px;
	height:93px;
	float:none;
}
 
/* Mobile Text Margin Offsets */
.mg-md-sm{
	margin-top:10px;
	 margin-bottom:20px;
}
ul.board_tab li{
	width:100%;
	margin-right:0px;
	margin-bottom:3%;
	padding-left: 0px;
}
ul.board_tab h3,
ul.board_tab h4{
	text-align:center;
}

}

@media (max-width: 420px){
	.blocs-mob-center-text{
	text-align:center;
}
.bloc-mob-center-text{
	text-align:center;
}
.blocs-team-avatar{
	max-width:280px;
}
.blocs-team-header{
	text-align:center;
}
.blocs-team-details{
	text-align:center;
}
.blocs-team-first-social{
	margin-left:41%;
}
.email{
	float:none;
	display:inline;
}
.address{
	display:inline;
	float:none;
	overflow:visible;
}
.phone{
	float:none;
	display:;
}

 /* = Text Mobile Alignment Classes
}
-------------------------------------------------------------- */
.text-left-xs{
	text-align:left;
}

}

/*=====================
======Our Team CSS=====
=======================*/

#team-carousel {
	position:relative
}

#our-team {
	background-color:#f6f6f6;
	color:#43484E;
}

#our-team h2 {
	color:#43484E;
	margin-bottom:35px;
}

#our-team .team-members {
	padding:0;
	margin-top:55px;
	display:block;
	overflow:hidden
}

.single-member {	
	background-color:#43484E;
	border: 1px solid #43484E;
	color: #f6f6f6;
	padding: 25px;
	text-align:center;
	overflow:hidden;
}

.single-member img {
	width:100%
}

.single-member h4, 
.single-member h5 {
	text-align:center
}

#our-team .socials i {
	background-color:#fff;
	border-radius: 50%;
	color: #43484E;
	display: inline-block;
	font-size:16px;
	height: 30px;
	line-height:28px;
	margin-right: 5px;
	text-align: center;
	width: 30px;
	border-width:1px;
	border-color:#43484E;
	border-style: solid;
	opacity:.5;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;  
}

#our-team .socials a i:hover {
	opacity:1;
	color:#fff;
	border:0
}

#our-team .socials a .fa-facebook:hover {
	background: #3B5997;	
}

#our-team .socials a .fa-twitter:hover {
  background:#29C5F6
}

#our-team .socials a .fa-pinterest:hover {
  background:#C61118
}

#our-team .socials a .fa-dribbble:hover {
  background:#FF5C93
}

#our-team .socials a .fa-linkedin:hover {
  background:#006DC0
}

#our-team .socials a .fa-google-plus:hover {
  background:#D13D2F
}

#our-team .socials a .fa-flickr:hover {
  background:#7A797B
}

.member-left, .member-right {
	position:absolute;
	top:-43px;
	color:#43484E
}


.member-left {
	left:45%;
}

.member-right {
	left:51%
}
/*Custom CSS*/


.list-type5{
width:70%;
}
.list-type4{
width:100%;
}
.list-type5 ol ,.list-type4 ol{
list-style-type: none;
list-style-type: decimal !ie; /*IE 7- hack*/
margin: 0;
margin-left: 1em;
padding: 0;
counter-reset: li-counter;
}
.list-type5 ol li,.list-type4 ol li{
position: relative;
margin-bottom: 1.5em;
padding: 0.5em;
background-color: #ccc;
padding-left: 58px;
}

.list-type5 a,.list-type4 a{
text-decoration:none;
color:black;
font-size:16px;
font-family: 'Raleway', sans-serif;
}

.list-type5 li:hover,.list-type4 li:hover{
box-shadow:inset -1em 0 #B29012;
-webkit-transition: box-shadow 0.5s; /* For Safari 3.1 to 6.0 */
transition: box-shadow 0.5s;
}

.list-type5 ol li:before,.list-type4 ol li:before {
position: absolute;
top: -0.3em;
left: -0.5em;
width: 1.8em;
height: 1.2em;
font-size: 2em;
line-height: 1.2;
font-weight: bold;
text-align: center;
color: white;
background-color: #B29012;
transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
z-index: 99;
overflow: hidden;
content: counter(li-counter);
counter-increment: li-counter;
}

h1#embossed {
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
	color: #000000;
	opacity: 0.3;
    font-size: 40px;
	font-family:"Bungee";
}

.remodal-bg.with-red-theme.remodal-is-opening,
    .remodal-bg.with-red-theme.remodal-is-opened {
      filter: none;
    }

    .remodal-overlay.with-red-theme {
      background-color: #f44336;
    }

    .remodal.with-red-theme {
      background: #fff;
    }

#content {
    background-color: #fff;
    border: 1px solid #CCC;
    color: #000;
    margin: 0 0 10px 0;
    opacity: 0.95;
    padding: 1em;	
	border-radius:10px;
}

#content h4{
	line-height:35px;
	}
	
.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
    border: none;
	padding:20px;
}

#content h1
{
	font-weight: normal;
	margin: 0;
}

#content h2
{
	position: relative;
	width: 90%;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 20px 10px 50px;
	margin: 0 0 0 -33px;
	color: #FFF;
	background-color: #676768;
	text-shadow: 0px 1px 2px #bbb;
	-webkit-box-shadow: 0px 2px 4px #888;
	-moz-box-shadow: 0px 2px 4px #888;
	box-shadow: 0px 2px 4px #888;
}

#content h2:before,#content h2:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

#content h2:before
{
	width: 30px;
	left: -30px;
	top: 12px;
	border-width: 20px 10px;
	border-style: solid;
	border-color: #999 #999 #999 transparent;
}

#content h2.simple:before
{
	display: none;
}

#content h2:after
{
	left: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #666 #666 transparent transparent;
}

/* LIST #2 */
#list2 { line-height:30px;  }
#list2 ol ,#list2 ul{ font-weight:bold;}
#list2 ol li, #list2 ul li{ }
#list2 ol li p,#list2 ul li p  { padding:8px; font-style:normal; color:#eee; border-left: 1px solid #999; }
#list2 ol li p em,#list2 ul li p em { display:block; }
#list2 ol li p ul li{font-size:20px;}

/*SLider*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    background:#fcfcfc;	
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:40%;
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

.table_mm{
	font-size:18px;	
	}

	
		.mkbreadcrumb { 
			list-style: none; 
			overflow: hidden; 
			font: 14px Helvetica, Arial, Sans-Serif;
		}
		.mkbreadcrumb li { 
			float: left; 
		}
		.mkbreadcrumb li a {
			color: white;
			text-decoration: none; 
			padding: 10px 0 10px 55px;
			background: #385723;                   /* fallback color */
			background: #385723; 
			position: relative; 
			display: block;
			float: left;
		}
		.mkbreadcrumb li a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-left: 30px solid #385723;
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			left: 100%;
			z-index: 2; 
		}	
		.mkbreadcrumb li a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-left: 30px solid white;
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			margin-left: 1px;
			left: 100%;
			z-index: 1; 
		}	
		.mkbreadcrumb li:first-child a {
			padding-left: 10px;
		}
		.mkbreadcrumb li:nth-child(2) a       { background:        #1F4E79; }
		.mkbreadcrumb li:nth-child(2) a:after { border-left-color: #1F4E79; }
		.mkbreadcrumb li:nth-child(3) a       { background:        #385723; }
		.mkbreadcrumb li:nth-child(3) a:after { border-left-color: #385723; }
		.mkbreadcrumb li:nth-child(4) a       { background:        #1F4E79; }
		.mkbreadcrumb li:nth-child(4) a:after { border-left-color: #1F4E79; }
		.mkbreadcrumb li:nth-child(5) a       { background:        #C00000; }
		.mkbreadcrumb li:nth-child(5) a:after { border-left-color: #C00000; }
		.mkbreadcrumb li a:hover { background: hsla(34,85%,25%,1); }
		.mkbreadcrumb li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }
		
		.tg  {border-collapse:collapse;border-spacing:0;}
		.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
		.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
		.tg .tg-yw4l{vertical-align:top;}
		
		.highcharts-credits{display:none;}
	.mktable-borderless tbody tr td,
.mktable-borderless tbody tr th,
.mktable-borderless thead tr th,
.mktable-borderless thead tr td,
.mktable-borderless tfoot tr th,
.mktable-borderless tfoot tr td {
    border: 1px solid #CCC;}

.site-navigation li:hover{
	background-color:#FECE1A;
	}
.site-navigation li a:hover,.site-navigation li a:focus{
	text-decoration:none;
	}
.nav > li > a.menu:hover,.nav > li > a.menu:focus{
	background-color:#FECE1A;
	}
.form-group label{
	font-size:16px;
	}
	
p.copyright{
	font-size:14px;
	color:#666;
	}
.tsuyomi .panel{
	margin-top:40px;
	}
.taxpayer li a{
	font-size:12px;
	}
	
div.careerbox{
	background: #F4F4F4 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    min-height: 200px;
    padding: 1px 25px 30px;
	}
	
div.careerbox img{
	margin:20px 0;
}

div.careerbox p{
	margin:10px;
	text-align:justify;
}
	
div.careerboxbottom{
	background: #000 none repeat scroll 0 0;
    /*border: 2px solid #649741;*/
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    min-height: 50px;
    text-align: center;
    transition: all 150ms ease-in-out 0s;
    width: 100%;
	margin-bottom:50px;
	}
	
div.careerboxbottom:hover{
	background: #000 none repeat scroll 0 0;
	color: #fff;
	border: 2px solid #000000;
	}

div.careerboxbottom a{
	color:#fff;
	font-size:16px;
	}
	
div.careerbox h3.job_title {
	padding:10px 0 0 0;
	font-size:16px;
	text-align:center;
	color:#000;
	font-weight:bold;
	}
	
table.taxtable tr td,table.taxtable tr th{
	font-size:14px;
	}
	
table.taxtable > thead > tr > th{
	color:white;
	vertical-align:middle;
	background-color:#333333;
	}
label.checkbox-inline{
	min-width:200px;	
	display:inline-block;
	}
	
/*technical term*/
/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-group .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-group h4.panel-title a{
        font-size: 14px;
    }

    .panel-group .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .panel-group .more-less {
        float: right;
        color: #212121;
    }

    .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
	
	.panel-group .demo {
    padding-top: 100px;
    padding-bottom: 100px;
}

.panel-group .panel-body {
   font-size:14px;
}

.tech_term {
	color:#000;
	}
.tech_term .panel{
	margin-bottom:20px;
	}
	
	.industryreview p{
	text-align:justify;
	}
ul.industrevlist{
	list-style-type:square;
	}
ul.industrevlist ul{
	list-style-type:disc;
	}
/*New Service Page*/
.triangle-right{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 0 31px 15px;
	border-color: transparent transparent transparent #D6B098;	
	float:right;
	margin-top:-10px;
	margin-right:-29px;
}
.triangle-left{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 0 31px 15px;
	border-color: transparent transparent transparent #fff;	
	float:left;
	margin-top:-10px;
	margin-left:-15px;
}
.triangle-right-1{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 0 31px 15px;
	border-color: transparent transparent transparent #B09378;	
	float:right;
	margin-top:-10px;
	margin-right:-29px;
}
.triangle-right-2{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 0 31px 15px;
	border-color: transparent transparent transparent #8EBFBF;	
	float:right;
	margin-top:-10px;
	margin-right:-29px;
}
.triangle-right-3{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 0 31px 15px;
	border-color: transparent transparent transparent #5ABFB5;	
	float:right;
	margin-top:-10px;
	margin-right:-29px;
}

