@import url("Roboto_Light/stylesheet.css");
@import url("RobotoCondensed_Bold/stylesheet.css");
@import url("webfonts/FARRAY/stylesheet.css");


/*zvmaster////////////////////////////////////////////////////////////////////////*/

html , body{
	font-family: "Roboto Light", "Arial Narrow", Helvetica, sans-serif;
	font-size: 18px;
	background-color: #FFF;
}

.boxSizing{
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.boxSizing *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.boxSizing-contentBox{	
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box;        /* Opera/IE 8+ */
}

.boxSizing-contentBox *{	
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box;        /* Opera/IE 8+ */
}

.padding0{
	padding:0px;
}

.margin0{
	margin:0px;
}

.padding-bot0{
	padding-bottom:0px;
}

.padding-bot5{
	padding-bottom:5px;
}

.padding-bot7{
	padding-bottom:7px;
}

.padding-bot10{
	padding-bottom:10px;
}

.padding-bot15{
	padding-bottom:15px;
}

.padding-bot20{
	padding-bottom:20px;
}
.padding-bot30{
	padding-bottom:30px;
}

.padding-bot40{
	padding-bottom:40px;
}

.padding-bot50{
	padding-bottom:50px;
}

.padding-top0{
	padding-top:0px;
}

.padding-top5{
	padding-top:5px;
}

.padding-top7{
	padding-top:7px;
}
.padding-top10{
	padding-top:10px;
}
.padding-top15{
	padding-top:15px;
}
.padding-top20{
	padding-top:20px;
}
.padding-top30{
	padding-top:30px;
}
.padding-top40{
	padding-top:40px;
}
.padding-top50{
	padding-top:50px;
}

.padding-left0{
	padding-left:0px;
}

.padding-left5{
	padding-left:5px;
}

.padding-left10{
	padding-left:10px;
}

.padding-left15{
	padding-left:15px;
}
.padding-left20{
	padding-left:20px;
}
.padding-left30{
	padding-left:30px;
}
.padding-left40{
	padding-left:40px;
}
.padding-left50{
	padding-left:50px;
}

.padding-right0{
	padding-right:0px;
}
.padding-right5{
	padding-right:5px;
}
.padding-right7{
	padding-right:7px;
}

.padding-right10{
	padding-right:10px;
}

.padding-right15{
	padding-right:15px;
}
.padding-right20{
	padding-right:20px;
}
.padding-right30{
	padding-right:30px;
}
.padding-right40{
	padding-right:40px;
}
.padding-right50{
	padding-right:50px;
}


.textBold{
	font-weight: bold;
}

img{
 /* display: block;*/
  max-width: 100%;
  height: auto;
}

a {
  color: #a77d1f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e2b67d;
/*  text-decoration: underline;*/
}

.clear {
	clear:both;
}

.poRelative {
	position:relative;
}

/*end zvmaster////////////////////////////////////////////////////////////////////////*/
.text-farray {
	font-family: FARRAY, "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.text-roboto-condense-bold {
	font-family: "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.modern-browser { display: none; }


/* Loader */
@-webkit-keyframes loader-anim {
    0% { left: -102px }
    100% { left: 102px }
}

@-moz-keyframes loader-anim {
    0% { left: -102px }
    100% { left: 102px }
}

@-ms-keyframes loader-anim {
    0% { left: -102px }
    100% { left: 102px }
}

@-o-keyframes loader-anim {
    0% { left: -102px }
    100% { left: 102px }
}

@keyframes loader-anim {
    0% { left: -102px }
    100% { left: 102px }
}


@-webkit-keyframes blink-text {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0.5
    }

    40% {
        opacity: 0.2
    }

    60% {
        opacity: 0.7
    }

    80% {
        opacity: 0.1
    }

    90% {
        opacity: 0.4
    }
}

@-moz-keyframes blink-text {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0.5
    }

    40% {
        opacity: 0.2
    }

    60% {
        opacity: 0.7
    }

    80% {
        opacity: 0.1
    }

    90% {
        opacity: 0.4
    }
}

@-ms-keyframes blink-text {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0.5
    }

    40% {
        opacity: 0.2
    }

    60% {
        opacity: 0.7
    }

    80% {
        opacity: 0.1
    }

    90% {
        opacity: 0.4
    }
}

@-o-keyframes blink-text {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0.5
    }

    40% {
        opacity: 0.2
    }

    60% {
        opacity: 0.7
    }

    80% {
        opacity: 0.1
    }

    90% {
        opacity: 0.4
    }
}

@keyframes blink-text {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0.5
    }

    40% {
        opacity: 0.2
    }

    60% {
        opacity: 0.7
    }

    80% {
        opacity: 0.1
    }

    90% {
        opacity: 0.4
    }
}


/* =Loader
-------------------------------------------------------------- */
.loader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #000;
}

.loader h5 {
	-webkit-animation: blink-text 1s infinite;
       -moz-animation: blink-text 1s infinite;
       	-ms-animation: blink-text 1s infinite;
       	 -o-animation: blink-text 1s infinite;
    		animation: blink-text 1s infinite;
}

.loader-content {
	display: block;
	position: relative;
	top: 45%;
	-webkit-animation: fadeInDown 0.7s; 
	   -moz-animation: fadeInDown 0.7s; 
		-ms-animation: fadeInDown 0.7s;
		 -o-animation: fadeInDown 0.7s;
			animation: fadeInDown 0.7s;
}

.progress-container {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 1px;
	overflow: hidden;
}

.progress {
	display: block;
	position: absolute;
	bottom: 0;
	left: -102px;
	overflow: hidden;
	width: 100px;
	height: 1px;
	background-color: #ff0000;
	-webkit-animation: loader-anim 1s 0s infinite;
	-moz-animation: loader-anim 1s 0s infinite;
	-ms-animation: loader-anim 1s 0s infinite;
	-o-animation: loader-anim 1s 0s infinite;
	animation: loader-anim 1s 0s infinite;
}

/*end loader/////////////////////////*/



/* =Header
-------------------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}

.header-inner {
	padding: 10px;
	background: rgba(0, 0, 0, .8);
	-webkit-transition: background 0.5s ease-out;
	   -moz-transition: background 0.5s ease-out;
		-ms-transition: background 0.5s ease-out;
	 	 -o-transition: background 0.5s ease-out;
			transition: background 0.5s ease-out;
	border-bottom: none;
	width: 100%;
	opacity: 0;
	-webkit-animation: fadeInDown 0.5s cubic-bezier(.16, .68, .43, .99); 
	   -moz-animation: fadeInDown 0.5s cubic-bezier(.16, .68, .43, .99); 
		-ms-animation: fadeInDown 0.5s cubic-bezier(.16, .68, .43, .99);
		 -o-animation: fadeInDown 0.5s cubic-bezier(.16, .68, .43, .99);
			animation: fadeInDown 0.5s cubic-bezier(.16, .68, .43, .99);
}

.header-inner.scrolled {
	opacity:1;
	background: rgba(0, 0, 0, .8);
	-webkit-transition: background 1s ease-out;
	   -moz-transition: background 1s ease-out;
		-ms-transition: background 1s ease-out;
	 	 -o-transition: background 1s ease-out;
			transition: background 1s ease-out;
}

.push-active .header-inner {
	opacity: 0;
	-webkit-animation: fadeOutUp 0.5s cubic-bezier(.16, .68, .43, .99); 
	   -moz-animation: fadeOutUp 0.5s cubic-bezier(.16, .68, .43, .99); 
		-ms-animation: fadeOutUp 0.5s cubic-bezier(.16, .68, .43, .99);
		 -o-animation: fadeOutUp 0.5s cubic-bezier(.16, .68, .43, .99);
			animation: fadeOutUp 0.5s cubic-bezier(.16, .68, .43, .99);
}

.logo {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
		-ms-transition: opacity 0.2s ease-out;
	 	 -o-transition: opacity 0.2s ease-out;
			transition: opacity 0.2s ease-out;
}

.logo:hover {
	opacity: .5;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
		-ms-transition: opacity 0.2s ease-out;
	 	 -o-transition: opacity 0.2s ease-out;
			transition: opacity 0.2s ease-out;
}

@media (min-width: 768px) {
	.header-inner { padding: 8px 20px 10px; }
}
@media (min-width: 992px) {
	.header-inner { background: transparent; }
}
/* end Header
-------------------------------------------------------------- */



/* Menu Button //////////////////////////////////////*/
.menu-button {
	cursor: pointer;
	display: block;
	width: 25px;
	height: 20px;
	right: 10px;
	position: absolute;
}

.menu-button .before, .menu-button .main, .menu-button .after {
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	margin-bottom: 5px;
	-webkit-transition: -webkit-transform 0.2s;
	   -moz-transition:    -moz-transform 0.2s;
	    -ms-transition: 	-ms-transform 0.2s;
		 -o-transition: 	 -o-transform 0.2s;
			transition: 		transform 0.2s;
}

/* Button Hover */
.menu-button:hover .before {
	-webkit-transform: translateY(-2px);
	   -moz-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		 -o-transform: translateY(-2px);
			transform: translateY(-2px);
}

.menu-button:hover .after {
	-webkit-transform: translateY(2px);
	   -moz-transform: translateY(2px);
		-ms-transform: translateY(2px);
		 -o-transform: translateY(2px);
			transform: translateY(2px);
}

/* Button Active */
.push-active .menu-button .main { display: none; }

.push-active .menu-button .before {
	margin: 0;
	-webkit-transition: -webkit-transform 0.5s;
	   -moz-transition:    -moz-transform 0.5s;
	    -ms-transition: 	-ms-transform 0.5s;
		 -o-transition: 	 -o-transform 0.5s;
			transition: 		transform 0.5s;
	-webkit-transform: translateY(2px) rotate(45deg);
	   -moz-transform: translateY(2px) rotate(45deg);
		-ms-transform: translateY(2px) rotate(45deg);
		 -o-transform: translateY(2px) rotate(45deg);
			transform: translateY(2px) rotate(45deg);
}

.push-active .menu-button .after {
	margin: 0;
	-webkit-transition: -webkit-transform 0.5s;
	   -moz-transition:    -moz-transform 0.5s;
	    -ms-transition: 	-ms-transform 0.5s;
		 -o-transition: 	 -o-transform 0.5s;
			transition: 		transform 0.5s;
	-webkit-transform: translateY(0) rotate(-45deg);
	   -moz-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		 -o-transform: translateY(0) rotate(-45deg);
			transform: translateY(0) rotate(-45deg);
}

@media (min-width: 768px) {
	.menu-button { right: 20px; }
}


.menu-button-grid {
	cursor: pointer;
	display: block;
	width: 25px;
	height: 20px;
	right: 10px;
	position: absolute;
}

.menu-button-grid .top-left, .menu-button-grid .top-right {
	display: block;
	float: left;
	width: 5px;
	margin: 0px 2px 4px;
	height: 5px;
	background: transparent;
	border: 1px solid #fff;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
	 	 -o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}

.menu-button-grid .bottom-left, .menu-button-grid .bottom-right {
	display: block;
	float: left;
	width: 5px;
	height: 5px;
	margin: 0px 2px;
	background: transparent;
	border: 1px solid #fff;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
	 	 -o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}

.menu-button-grid:hover .bottom-left, .menu-button-grid:hover .bottom-right, .menu-button-grid:hover .top-left, .menu-button-grid:hover .top-right {
	background: #fff;
}


@media (min-width: 768px) {
	.menu-button-grid { right: 20px; }
}
/*end  Menu Button //////////////////////////////////////*/





/* =Navigation
-------------------------------------------------------------- */
.push-nav{
	display: block;
	vertical-align: middle;
	position: fixed;
	width: 50%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 998;
	overflow: auto;
	background-color: #171a1c;
	background-repeat: no-repeat; 
	background-position: center;
	background-size: cover;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
}

/* Menu Movement */
.push-right{
	-webkit-transform: translate3d(200%,0,0);
	   -moz-transform: translate3d(200%,0,0);
		-ms-transform: translate3d(200%,0,0);
		 -o-transform: translate3d(200%,0,0);
			transform: translate3d(200%,0,0);
}

.push-open{
	-webkit-transform: translate3d(100%,0,0);
	   -moz-transform: translate3d(100%,0,0);
		-ms-transform: translate3d(100%,0,0);
		 -o-transform: translate3d(100%,0,0);
			transform: translate3d(100%,0,0);
}

.wrap-push, .push-push{
	-webkit-transform: translate3d(-50%,0,0);
	   -moz-transform: translate3d(-50%,0,0);
		-ms-transform: translate3d(-50%,0,0);
		 -o-transform: translate3d(-50%,0,0);
			transform: translate3d(-50%,0,0);
}

/* Menu Animation */
.push-nav, #wrap, .push{
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(.16, .68, .43, .99);
	   -moz-transition:    -moz-transform 0.5s cubic-bezier(.16, .68, .43, .99);
		-ms-transition: 	-ms-transform 0.5s cubic-bezier(.16, .68, .43, .99);
		 -o-transition: 	 -o-transform 0.5s cubic-bezier(.16, .68, .43, .99);
			transition: 		transform 0.5s cubic-bezier(.16, .68, .43, .99);
}

/* Overlay for easy closing */
.navigation-overlay{ display: none; }

.push-active .navigation-overlay{
	background: transparent;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 997;
}

/* Links */
.push-nav .navigation {
	display: block;
	text-align: left;
	padding: 0 5% 0 10%;
}

.push-nav .navigation li {
	margin-bottom: 12px;
	/* Animation */
	opacity: 0;
	-webkit-animation: fadeOut 0.1s;
	-moz-animation: fadeOut 0.1s;
	-ms-animation: fadeOut 0.1s;
	-o-animation: fadeOut 0.1s;
	animation: fadeOut 0.1s;
	list-style-type: none;
}

.push-active .push-nav .navigation li {
	/* Animation */
	opacity: 1;
	-webkit-animation: fadeInRight 1s; 
	   -moz-animation: fadeInRight 1s; 
		-ms-animation: fadeInRight 1s;
		 -o-animation: fadeInRight 1s;
			animation: fadeInRight 1s;
}

.push-nav .navigation li:last-of-type { margin-bottom: 0px; }

.push-nav .navigation a {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -0.05em;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

.push-nav .navigation a:hover {
	color: #FF0000;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
/* end Navigation
-------------------------------------------------------------- */


/* Content */
.logo-nav { display: none; }

.footer-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 10%;

	/* Animation */
	opacity: 0;
	-webkit-animation: fadeOut 0.2s; 
	   -moz-animation: fadeOut 0.2s; 
		-ms-animation: fadeOut 0.2s;
		 -o-animation: fadeOut 0.2s;
			animation: fadeOut 0.2s;
}

.push-active .footer-nav {
	/* Animation */
	opacity: 1;
	-webkit-animation: fadeInRight 1s; 
	   -moz-animation: fadeInRight 1s; 
		-ms-animation: fadeInRight 1s;
		 -o-animation: fadeInRight 1s;
			animation: fadeInRight 1s;
}
.footer-nav .social{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-nav .social li { display: inline-block; }

.footer-nav .social li a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	opacity: .5;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
		-ms-transition: opacity 0.2s ease-out;
	 	 -o-transition: opacity 0.2s ease-out;
			transition: opacity 0.2s ease-out;
}

.footer-nav .social li a:hover {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
		-ms-transition: opacity 0.2s ease-out;
	 	 -o-transition: opacity 0.2s ease-out;
			transition: opacity 0.2s ease-out;
}

.footer-nav h6 { display: none; }

/* Responsive */
@media (min-width: 768px) {
	.push-nav .navigation {
		text-align: center;
		padding-left: 5%;
	}
	.push-nav .navigation li {
		margin-bottom: 35px;
	}
	.push-nav .navigation a {
		font-size: 25px;
	}
	.logo-nav {
		display: block;
		position: absolute;
		width: 100%;
		text-align: center;
		top: 10%;

		/* Animation */
		opacity: 0;
		-webkit-animation: fadeOut 0.2s; 
		   -moz-animation: fadeOut 0.2s; 
			-ms-animation: fadeOut 0.2s;
			 -o-animation: fadeOut 0.2s;
				animation: fadeOut 0.2s;
	}
	.push-active .logo-nav {
		/* Animation */
		opacity: 1;
		-webkit-animation: fadeInRight 1s; 
		   -moz-animation: fadeInRight 1s; 
			-ms-animation: fadeInRight 1s;
			 -o-animation: fadeInRight 1s;
				animation: fadeInRight 1s;
	}
	.logo-nav a {
		opacity: .5;
		-webkit-transition: opacity 0.2s ease-out;
		   -moz-transition: opacity 0.2s ease-out;
			-ms-transition: opacity 0.2s ease-out;
		 	 -o-transition: opacity 0.2s ease-out;
				transition: opacity 0.2s ease-out;
	}
	.logo-nav a:hover {
		opacity: 1;
		-webkit-transition: opacity 0.2s ease-out;
		   -moz-transition: opacity 0.2s ease-out;
			-ms-transition: opacity 0.2s ease-out;
		 	 -o-transition: opacity 0.2s ease-out;
				transition: opacity 0.2s ease-out;
	}
	.footer-nav {
		left: 0;
		text-align: center;
		bottom: 6%;
	}
	.footer-nav h6 { display: block; color: #fff; }
}

/* end Content Nav */



/* =Content Styles
-------------------------------------------------------------- */
#wrap { display: block; }



/* home------------------------------------------------ */
.home-section{
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	/*background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #F00;
	background-image: url(img/hero-bg.jpg);*/
}


/*======================== CUSTOM BACKGROUND ========================*/
#star {
	/*background:url(../media/img.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.cover{
	/*background-color:rgba(0, 0, 0, 0.4)*/
}
.cover,
#star{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


/* =Hero
-------------------------------------------------------------- */
.parallax-background { 
	overflow: hidden;
	position: relative;
}

.parallax-background:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: -2;
}

#bg-parallax {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
    background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #F00;
	background-image: url(img/hero-bg.jpg);
	-webkit-transition: -webkit-transform 0s;
	   -moz-transition:    -moz-transform 0s;
		-ms-transition: 	-ms-transform 0s;
		 -o-transition: 	 -o-transform 0s;
			transition: 		transform 0s;
}

.hero-biglogo img {
	display:none;
}

@media (min-width: 500px) {
.hero-biglogo img {
	display:inline-block;
	width: 50px;
}
}

@media (min-width: 768px) {
	.hero-biglogo img {
	width: auto;
}

}


h1 {
	font-family: FARRAY, "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

@media (min-width: 768px) {
	h1 {
	font-size: 40px;
}

}
@media (min-width: 992px) {
	h1 {
	font-size: 60px;
}

}
.hero-motto {
	font-family: "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1;
	color: #949494;
	background-image: url(img/heroMotto-bg.png);
	display: inline-block;
	padding-right: 50px;
	padding-left: 50px;
	padding-top:10px;
	padding-bottom:10px;
}
@media (min-width: 768px) {
	.hero-motto {
	font-size: 24px;
}

}
.heroArrow {
	background-image: url(img/hero-arrowScroll.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 25px;
	width: 30px;
	margin-right: auto;
	margin-left: auto;
	
	/* Animation */
		-webkit-animation: flash 3s infinite; 
		   -moz-animation: flash 3s infinite; 
			-ms-animation: flash 3s infinite;
			 -o-animation: flash 3s infinite;
				animation: flash 3s infinite;
}

/*.touch .icon-scroll, .icon-scroll { display: none; }*/


	.icon-scroll {
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -105px;
		bottom: 10px;
		text-decoration: none;
		font-size: 34px;
		color: rgba(255,255,255,.6);
		-webkit-transition: color 0.2s ease-out;
		   -moz-transition: color 0.2s ease-out;
			-ms-transition: color 0.2s ease-out;
		 	 -o-transition: color 0.2s ease-out;
				transition: color 0.2s ease-out;

		
	}

	.icon-scroll:hover {
		color: rgba(255,255,255,1);
		-webkit-transition: color 0.2s ease-out;
		   -moz-transition: color 0.2s ease-out;
			-ms-transition: color 0.2s ease-out;
		 	 -o-transition: color 0.2s ease-out;
				transition: color 0.2s ease-out;
	}
	
	
	
	/*about/////////////////////////////////////////*/

.bg-grey-about {
	background-color: #ececec;
	padding-top: 100px;
	padding-bottom: 80px;
	position: relative;
	overflow: hidden;
}
.about-bg-keyVisual {
	background-image: url(img/about-keyvisual.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}
.about-content {
	position: relative;
	z-index: 50;
	max-width:850px;
	margin-right:auto;
	margin-left:auto;
}
.head2 {
	font-family: "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1;
	color: #ed1c24;
	text-transform: uppercase;
}
.head3 {
	font-family: "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
}
.client-head {
	font-family: FARRAY, "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #676767;
}

.slickBoxItem {
	padding-left: 3px;
	padding-right: 3px;
}



/*service/////////////////////////////////////////*/
.bg-grey-service {
	background-color: #292929;
	padding-top: 100px;
	padding-bottom: 80px;
	position: relative;
	overflow: hidden;
}
.service-head1 {
	font-family: "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1;
	color: #FFF;
}
.service-head2 {
	font-family: FARRAY, "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 1;
	color: #ff0000;
}
@media (min-width: 768px) {
.service-head2-detail {
	display: inline-block;
	font-size:60px;
}
}


/* =Text Slider
-------------------------------------------------------------- */
.border-shape {
	display: block;
	width: 220px;
	height: 265px;
	border: 1px solid rgba(0, 217, 236, .3);
	position: absolute;
	left: 50%;
	margin-left: -110px;
}

.rsDefault .rsABlock {
  position: relative;
  display: block;
  left: auto;
  top: auto;
}

.rsDefault .rsSlide h2 {
	margin-bottom: 0;
	line-height: 1.15em;
	opacity: 0;
	-webkit-animation: fadeOutDown 0.8s cubic-bezier(.16, .68, .43, .99); 
	   -moz-animation: fadeOutDown 0.8s cubic-bezier(.16, .68, .43, .99); 
		-ms-animation: fadeOutDown 0.8s cubic-bezier(.16, .68, .43, .99);
		 -o-animation: fadeOutDown 0.8s cubic-bezier(.16, .68, .43, .99);
			animation: fadeOutDown 0.8s cubic-bezier(.16, .68, .43, .99);
}

.rsDefault .rsSlide p {
	opacity: 0;
	-webkit-animation: fadeOutDown 0.3s cubic-bezier(.16, .68, .43, .99); 
	   -moz-animation: fadeOutDown 0.3s cubic-bezier(.16, .68, .43, .99); 
		-ms-animation: fadeOutDown 0.3s cubic-bezier(.16, .68, .43, .99);
		 -o-animation: fadeOutDown 0.3s cubic-bezier(.16, .68, .43, .99);
			animation: fadeOutDown 0.3s cubic-bezier(.16, .68, .43, .99);
}

.rsDefault .rsSlide.rsActiveSlide h2 {
	opacity: 1;
	-webkit-animation: fadeInUp 1.3s cubic-bezier(.16, .68, .43, .99); 
	   -moz-animation: fadeInUp 1.3s cubic-bezier(.16, .68, .43, .99); 
		-ms-animation: fadeInUp 1.3s cubic-bezier(.16, .68, .43, .99);
		 -o-animation: fadeInUp 1.3s cubic-bezier(.16, .68, .43, .99);
			animation: fadeInUp 1.3s cubic-bezier(.16, .68, .43, .99);
}

.rsDefault .rsSlide.rsActiveSlide p {
	opacity: 1;
	-webkit-animation: fadeInUp 0.8s cubic-bezier(.16, .68, .43, .99); 
	   -moz-animation: fadeInUp 0.8s cubic-bezier(.16, .68, .43, .99); 
		-ms-animation: fadeInUp 0.8s cubic-bezier(.16, .68, .43, .99);
		 -o-animation: fadeInUp 0.8s cubic-bezier(.16, .68, .43, .99);
			animation: fadeInUp 0.8s cubic-bezier(.16, .68, .43, .99);
}

/* Bullets */
.rsDefault .rsBullets {
	z-index: 35;
	width: 100%;
	height: auto;
	margin: 10px auto 20px auto;
	padding-bottom: 2px; 

	text-align: center;
	line-height: 12px;
	overflow: hidden;
}

.rsDefault .rsBullet {
	cursor: pointer;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 10px;
}

.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
	-webkit-transition: box-shadow 0.3s ease, background-color 0.5s ease;
	   -moz-transition: box-shadow 0.3s ease, background-color 0.5s ease;
	   	-ms-transition: box-shadow 0.3s ease, background-color 0.5s ease;
	   	 -o-transition: box-shadow 0.3s ease, background-color 0.5s ease;
			transition: box-shadow 0.3s ease, background-color 0.5s ease;
}

.rsDefault .rsBullet:hover span { background-color: white; }

.rsDefault .rsBullet.rsNavSelected span {
	background-color: transparent;
	box-shadow: 0 0 0 2px white;
}

/* Responsive */
@media (min-width: 768px) { 
	.border-shape {
		width: 220px;
		height: 300px;
		margin-left: -110px;
	}

	/* Bullets */
	.rsDefault .rsBullets { margin: 10px auto 20px auto; }
}
@media (min-width: 992px) {	
}
@media (min-width: 1200px) {
	.border-shape {
		width: 320px;
		height: 330px;
		margin-left: -160px;
	}

	/* Bullets */
	.rsDefault .rsBullets { margin: 65px auto 20px auto; }
}


/* =Progress Slider
-------------------------------------------------------------- */
.progress-bar {
	display: block;
	width: 100%;
	height: 2px;
	background: transparent;
	border-bottom: 1px dotted rgba(250, 1, 1, 1);
	position: absolute;
	top: 40px;
}

.progress-bar.start {
	width: 90%;
	right: 0;
}

.progress-bar.start:before {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #ff0000;
	top: -1px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	   	-ms-border-radius: 50px;
	   	 -o-border-radius: 50px;
			border-radius: 50px;
}

.progress-bar.finish {
	width: 90%;
	left: 0;
}

.progress-bar.finish:before {
	position: absolute;
	right: 0;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background: #ff0000;
	top: -1px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	   	-ms-border-radius: 50px;
	   	 -o-border-radius: 50px;
			border-radius: 50px;
}

.rsProgress .icon { margin-top: 10px; }
.rsProgress .icon i { display: inline-block; background: #292929; }

.rsProgress .rsSlide h2 {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.15em;
	background: #292929;
	font-family: FARRAY, "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFF;
	padding-bottom: 20px;
}

.rsTabs {
	display: block;
	width: 100%;
}

.rsTab {
	display: inline-block;
	cursor: pointer;
	margin: 10px 10px;
	color: #fff;
	border-bottom: 1px solid rgba(255,2555,255,.5);
	font-family: "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 2em;
	letter-spacing: -0.05em;
	opacity: .2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.rsTab.rsNavSelected {
	padding-left: 20px;
	opacity: 1;
}

 .rsTab:hover { opacity: 1; }


/* Responsive */
@media (min-width: 768px) {
	.rsTab { margin: 15px 10px; }
	.rsProgress .icon { margin-top: 15px;}
	.progress-bar { top: 130px; }

}
@media (min-width: 992px) {
}

@media (min-width: 1200px) {
	.rsTab { margin: 20px 10px; font-size: 15px; }
	.progress-bar.start, .progress-bar.finish { width: 80%; }
	.rsProgress .icon { margin-top: 20px;}
}

/*end royalSlider*/
.service-type-bg1 {
	background-image: url(img/service-type-bg01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
.service-type-bg2 {
	background-image: url(img/service-type-bg02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.service-type-content {
	color: #FFF;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}



/*teamHead*/
.teamHeadWrapper {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.teamHead {
	font-family: FARRAY, "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #ff0000;
	line-height: 0.2;
	text-align: center;
	display: table;
	margin: 0 0 10px
}

    .teamHead div{
   		 width: 50%;
       display: table-cell!important;
        text-align: right;
        border-bottom: solid 4px #ff0000;
        vertical-align: top;
    }
    .teamHead div:nth-child(2){
        width: 0%; 
        white-space: nowrap; 
        text-align: center; 
        padding: 0 15px; 
        border-bottom: none;

    }
	/*end relatedHead**************/
h2 {
	font-family: FARRAY, "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 48px;
}

/*port//////////////////////////////*/
.max2000 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 2000px;
	position: relative;
	z-index: 9;
}
.workNav {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	position: relative;
	z-index: 50;
}

.grid-sizer{
	width: 100%;
}



.grid-item-pix {
	width: 100%;
	/*border: 1px solid #000;*/
	  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
	/*height: 100px;*/
}

@media (min-width: 600px) {
	.grid-sizer, .grid-item-pix {
		width:50%
  }
}
@media (min-width: 1100px) {
	.grid-sizer, .grid-item-pix {
		width:33.33333%
  }
}
@media (min-width: 1400px) {
	.grid-sizer, .grid-item-pix {
		width:25%
  }
}
a.btn-work {
	overflow: hidden;
	position: relative;
	width: 100%;
	text-decoration:none;
	display:block;
}

.btn-work-label-box{
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
	width:100%;
	padding-left:10px;
	padding-right:10px;
}
a.btn-work .btn-work-label {
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(0, 0, 0, .8);
	/*position: absolute;*/
	display:inline-block;
	/*width:80%;*/
	/*max-width:90%;*/
	/*z-index: 10;*/
	/*left: 50%;
	top: 0px;*/
	font-family: "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	/*-ms-transform: translateX(-50%);*/ /* IE 9 */
    /*-webkit-transform: translateX(-50%); *//* Chrome, Safari, Opera */
   /* transform: translateX(-50%);*/
}
.btn-work-label-group {
	font-family: "Roboto Light", "Arial Narrow", Helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
}

.btn-work-opa{
	font-size: 40px;
	color: #FFF;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #ff000a;
	opacity: 0;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background-image: url(img/work-thumb-plus.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a.btn-work:hover .btn-work-opa{
	opacity:.8;
		-webkit-transform: scale(1);
	transform: scale(1);
	
		-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.text-footer {
	font-size: 14px;
	color: #000;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 1;
	text-transform: uppercase;
}


a.btn-more-work {
	font-family: "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	width: 70px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a.btn-more-work span {
	font-family: FARRAY, "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	display: inline-block;
	padding: 5px;
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-ms-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
}
a.btn-more-work:hover {
	color: #F00;
}
a.btn-more-work:hover span {
	color: #FFF;
	background-color: #F00;
	clear:both;
}

btnFlip
 .flipWrapper{
	  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
 }
a.cube {
  width: 200px;
  height: 80px;
  display:block;
  text-decoration:none;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* The two faces of the cube */
.default-state,
.active-state {
  height: 80px;
}
/* Position the faces */
.default-state {
  -webkit-transform: translateZ(40px);
  -moz-transform: translateZ(40px);
  -o-transform: translateZ(40px);
  -ms-transform: translateZ(40px);
  transform: translateZ(40px);
}
.flip-to-top .active-state {
  -webkit-transform: rotateX(90deg) translateZ(120px);
  -moz-transform: rotateX(90deg) translateZ(120px);
  -o-transform: rotateX(90deg) translateZ(120px);
  -ms-transform: rotateX(90deg) translateZ(120px);
  transform: rotateX(90deg) translateZ(120px);
}
.flip-to-bottom .active-state {
  -webkit-transform: rotateX(-90deg) translateZ(-40px);
  -moz-transform: rotateX(-90deg) translateZ(-40px);
  -o-transform: rotateX(-90deg) translateZ(-40px);
  -ms-transform: rotateX(-90deg) translateZ(-40px);
  transform: rotateX(-90deg) translateZ(-40px);
}
/* Rotate the cube */
.cube.flip-to-top:hover {
  -webkit-transform: rotateX(-89deg);
  -moz-transform: rotateX(-89deg);
  -o-transform: rotateX(-89deg);
  -ms-transform: rotateX(-89deg);
  transform: rotateX(-89deg);
}
.cube.flip-to-bottom:hover {
  -webkit-transform: rotateX(89deg);
  -moz-transform: rotateX(89deg);
  -o-transform: rotateX(89deg);
  -ms-transform: rotateX(89deg);
  transform: rotateX(89deg);
}
/* END CORE CSS */

.cube {
	text-align: center;
	margin: 0 auto;
	font-family: "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	
}
.default-state,
.active-state {
	/*background: #000;*/
	font-size: 22px;
	text-transform: uppercase;
	color: #000;
	line-height: 78px;
	-webkit-transition: background 250ms ease;
	-moz-transition: background 250ms ease;
	-o-transition: background 250ms ease;
	transition: background 250ms ease;
	border: 4px solid #000;
}
.cube:hover .default-state {
  background:#000;
}
.active-state {
  background:#F00;
  border: 4px solid #F00;
  color: #fff;
}
#flipto {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
  color: #ccc;
}
end btnFlip-


loadingWork
.containloader {
  background: #fff;
  text-align: center;
  line-height: 100vh;
}

.zgroup {
  position: relative;
  display: inline-block;
  line-height: 16px;
}

.bigSqr {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-animation: bigSqrShrink 1s linear infinite;
          animation: bigSqrShrink 1s linear infinite;
}

.square {
  position: absolute;
  width: 20px;
  height: 20px;
  background:#F00;
}

.first {
  left: 0px;
  top: 20px;
}

.second {
  left: 20px;
  top: 20px;
  -webkit-animation: drop2 1s linear infinite;
          animation: drop2 1s linear infinite;
}

.third {
  left: 0px;
  top: 0px;
  -webkit-animation: drop3 1s linear infinite;
          animation: drop3 1s linear infinite;
}

.fourth {
  left: 20px;
  top: 0px;
  -webkit-animation: drop4 1s linear infinite;
          animation: drop4 1s linear infinite;
}

@-webkit-keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*end loadingWork*/


/*workDetail******************************/

.work-head {
	background-image: url(img/work-bg.jpg);
	background-repeat: no-repeat;
	background-position: center -130px;
	width: 100%;
	padding-bottom:30px;
}



.work-head-h1 {
	font-family: FARRAY, "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #FFF;
	padding-top: 120px;
}
@media (min-width: 768px) {
	.work-head {
	background-position: center -100px;
	}
	.work-head-h1 {
			padding-top: 150px;
	}
}

@media (min-width: 992px) {
	.work-head {
	background-position: center -30px;
	}
	.work-head-h1 {
			padding-top: 220px;
	}
}

.work-head h1 {
	font-family: "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #6c6c6c;
	background-image: url(img/work-head-barLine.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 40px;
	padding-bottom: 10px;
}
.maxBox1100 {
	text-align: center;
	padding-bottom: 30px;
}
.maxBox730 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	max-width: 730px;
	line-height: 1.2;
}
.workContent-h1 {
	font-family: "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	background-image: url(img/work-content-headIcon.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 5px;
}
.workContent-brand {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000;
	border-bottom-color: #000;
}


.workContent-brand:first-child {
	border-bottom:none;
}
@media (min-width: 768px) {
	.workContent-brand {
		width:50%;
	}
	.workContent-brand:first-child {
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #000;
			border-right-width: 1px;
		border-right-style: dotted;
		border-right-color: #000;
	}
	
}
.workContent-brand-head {
	font-size: 12px;
	color: #747474;
}
a.btn-workDetail {
	font-family: "RobotoCondensed Bold", "Arial Black", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	width: 130px;
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-ms-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
a.btn-workDetail:hover {
	color: #FFF;
	background-color: #000;
}
a.btn-work-back {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-image: url(img/btn-workBack.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	display: block;
	width: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #000;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
a.btn-work-back:hover {
	background-color: #F00;
	background-position: -10px top;
}

/*youtube*/
#videoWrapper {
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
  /* padding-top: 30px;*/ 
	height: 0; 
	/*overflow: hidden;*/
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*end youtube*/
