body {background:  url(../images/1234.png) repeat;}

	.logo {
	margin-left:30px;
	margin-bottom:10px;
	width: 164px;
	}

#work{
	position: relative;
	background:  url(../images/1234.png) repeat;
	width: 100%;
	padding-top:20px;
	padding-bottom:50px;
		font-family:"Century Gothic", "centurygothic", Arial, Helvetica, sans-serif;
}
#work h3{
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	font-size: 40px; 
	line-height: 44px;
}

#work h1{
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	font-size: 40px; 
	line-height: 44px;
}
#work p{
	text-align:justify;
	color:#333;
	line-height:21px
}
.border-padding{
	padding-left:30px;
	border-left:1px solid #FEAE2D;
}

a.inner-button-works {
	float:left;
	margin-top:20px;
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	color: #fff;
	padding: 4px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;	
	text-align: center;
	background: #DA5049;
	width: 120px;
	padding: 6px 0;
}

a.inner-button-works:hover {
	background: #423b3b;
}

a.close {
	position: fixed;
	top:20px;
	right:75px;
	color:#000000;
	font-size: 26px;
	line-height: 30px; 
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;	
	z-index:10000;
}

a.close:hover {
	color:#FEAE2D;
}

a.left{
	position: fixed;
	top:0;
	right:180px;



	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;	
	background: url(../images/left1.png) no-repeat center center;
	width: 70px;
	height:70px;
	z-index:10000;
}

a.left:hover {
	background: url(../images/left2.png) no-repeat center center;
}
a.right{
	position: fixed;
	top:0;
	right:0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;	
	background: url(../images/right1.png) no-repeat center center;
	width: 70px;
	height:70px;
	z-index:10000;
}

a.right:hover {
	background: url(../images/right2.png) no-repeat center center; color:#FEAE2D
}


/* #Slider */

.cbp-fwslider {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

.cbp-fwslider ul {
	margin: 0 auto;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0 auto;
	padding: 0;
}

.cbp-fwslider ul li >,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li > img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 40%;
	width: 60px;
	height: 80px;
	background: rgba(0,0,0,.3);
	color: #fff;
	font-size: 60px;
	text-align: center;
	margin-top: -25px;
	line-height: 80px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover {
	background: rgba(0,0,0,.9);
}

.cbp-fwslider nav span.cbp-fwnext {
	right:7px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 7px;
}

@media only screen and (max-width: 319px) {
h1 { font-size: 46px; line-height: 50px;}	
}

.cbp-qtrotator {
	position: relative;
	margin: 70px auto;
	max-width: 940px;
	width: 100%;
	min-height: 300px;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 100px;
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #DA5049;
	height: 1px;
	width: 0%;
	top: 0;
	left:0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
	text-align:left;
}

.cbp-qtrotator blockquote p {
	font-size: 16px;
	line-height:22px;
	color: #bababa;
	font-weight: 100;
	margin: 0 auto;
}

.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
	padding-top:40px;
}

.cbp-qtrotator blockquote footer:before {
	content: '- ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
	border-radius:50%;
	box-shadow: 
		0 0 0 5px rgba(255,255,255,0.1), 
		inset 0 0 3px rgba(115,114, 23, 0.4);
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}



/* #Font-Face
================================================== */
