/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	font-family: 'Droid Sans', Arial, sans-serif;

	
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
	border:0;
}

html, body{
    /* any div up to fullscreen-cont must have this
    in this case html and body */
    height:100%;
    min-height:100%;
    margin:0;
}
.fullscreen-cont {
    display:block;position:relative;
    min-width:100%;
    min-height:100%;
    margin-bottom:2px;
}
.fullscreen-img {
    display:block;position:absolute;z-index:-1;
    background:transparent url(../image/bg.jpg) no-repeat;
    background-size:cover;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
p{ color:#797979; line-height:28px; margin:0 0 25px 0; padding:0;}
ul,li{list-style:none; margin:0; padding:0;}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'proxima_novalight';
  src:
  src: url('../fonts/proximanova-light-webfont.eot');
  src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-light-webfont.woff') format('woff'), url('../fonts/proximanova-light-webfont.ttf') format('truetype'), url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novasemibold';
  src: url('../fonts/proximanova-semibold-webfont.eot');
  src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold-webfont.woff') format('woff'), url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'BaskervilleNo2BT-Italic';
 	src: url('../fonts/24692D_0_0.eot');
	src: url('../fonts/24692D_0_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/24692D_0_0.woff') format('woff'),
	url('../fonts/24692D_0_0.ttf') format('truetype');
}
 
.clear{clear:both;}
.main-wrapper{width:100%;}
h3{ font-size:20px; font-weight:400; display:block; margin:0 0 5px 0; padding:0; color:#ff0000}
.align-center{ text-align:center;}
header{padding: 0 0 0 1.5%; background: #1b1b1b; height: 55px; width:98.5%;}
.home-headr{ position:fixed; left:0; bottom:0;}
.dd-logo{margin-top: 14px;float: left; width: 55px;height: 31px;display: block;background:url(../image/mini_logo.png) no-repeat left top;text-indent: -9999px;overflow: hidden;}
.home-bg{
	height: 100%;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat;
	
}
.launch-logo{ width:265px; height:257px; background:url(../image/louch_logo.png) no-repeat; position:absolute; left:0; right:0; top:130px; margin:0 auto;}
.launch-txt01{ font-family: 'Audiowide', cursive;font-size:36px; text-transform:uppercase; color:#fff; text-align:center; position:absolute; top:400px; width:100%; text-shadow: 1px 1px 1px #000000;
/*filter: dropshadow(color=#000000, offx=1, offy=1);*/}
.launch-txt02{ font-family: 'Titillium Web', sans-serif;font-size:23px; color:#000; text-align:center; position:absolute; top:455px; width:100%; padding-bottom:15px; background:#ebc200; padding-top:15px; }

.launch-txt021{ font-family: 'Titillium Web', sans-serif;font-size:23px; color:#000; text-align:center; position:fixed; bottom:0px; width:100%; padding-bottom:15px; background:#ebc200; padding-top:15px; }
a.launch-btn{ width:131px; height:41px; font-size:14px; line-height:40px; text-align:center; text-transform:uppercase; color:#232627; text-decoration:none; background:url(../image/btn-bg01.png)  no-repeat; display:block; position:absolute; left:0; right:0; margin:0 auto; top:530px;}
a:hover.launch-btn{background:url(../image/btn-bg01.png) no-repeat bottom left; text-decoration:none;}

.main-navigation{
	width:353px;
	float:left;
}
.main-navigation ul{ padding:17px 0 0 17px; margin:0;}
.main-navigation ul li{float:left; margin: 0 18px 0 0; list-style:none;}
.main-navigation ul li a{color: #8f8f8f;line-height: 15px;text-transform: uppercase;white-space: nowrap;font-size: 14px; text-decoration:none;}
.main-navigation ul li a:hover{text-decoration:none; color:#fff;}

.top-right-links{ float:right;}
.top-right-links ul{ padding:0; margin:0;}
.top-right-links ul li{float:left; list-style:none; height:55px; width:59px; border-left:1px solid #383b3d;}
.top-right-links ul li a{ display:block; text-indent:-9999px; overflow:hidden; height:55px;}
.top-right-links ul li .facebook{background:url(../image/top-links01.png) no-repeat 23px 17px;}
.top-right-links ul li .facebook:hover{ background-position:23px -33px;}
.top-right-links ul li .in{background: url(../image/top-links01.png) no-repeat -35px 17px;}
.top-right-links ul li .in:hover{ background-position:-35px -33px;}
.top-right-links ul li .behance{background: url(../image/top-links01.png) no-repeat -97px 17px;}
.top-right-links ul li .behance:hover{ background-position:-97px -33px;}
.top-right-links ul li .twitter{background: url(../image/top-links01.png) no-repeat -155px 17px;}
.top-right-links ul li .twitter:hover{background-position:-155px -33px;}
.top-right-links ul li .top{background: url(../image/top-links01.png) no-repeat 25px -65px;}
.top-right-links ul li .top:hover{background-position:-40px -65px;}
.top-right-links ul li .top01{background: url(../image/top-links.png) no-repeat -40px -65px;}

.sub-navigation{padding: 0; height:56px; display:block; background:url(../img/submenu-blckbg.gif) repeat-x left bottom;}
.sub-navigation ul{ padding:0; margin:0;}
.sub-navigation ul li{float:left; margin: 0 37px 0 0; list-style:none;}
.sub-navigation ul li a{color: #878787;line-height: 15px;font-size:16px; text-decoration:none; height:35px; display:block; padding:20px 0 0 0;}
.sub-navigation ul li a:hover{text-decoration:none; color:#1b1b1b; border-bottom:1px solid #1b1b1b;} 
.sub-navigation ul li a.active{text-decoration:none; color:#1b1b1b; border-bottom:1px solid #1b1b1b;} 

.pagehead{font:80px/80px 'Titillium Web', sans-serif; color:#000000; display:block; padding:0; margin:70px 0 60px 0;}
.pagehead.contact{font:100px/100px 'BaskervilleNo2BT-Italic'; margin:70px 0 30px 0;}
.page-content{padding: 0 1.5% 15px 1.5%;}
.fahu-img{ padding:0 0 42px 0; margin-top:-45px;}
.black{color:#000;}
.head01{ font-size:20px; color:#ff0000; font-family: 'Droid Sans', Arial, sans-serif; display:block; margin:5px 0 15px 0; padding:0;}
.experience li{ float:left; padding:0 7% 0 0; line-height:28px;}
.experience li p{ margin-bottom:6px;}

.wht-do{ width:260px; float:left; text-align:center; margin:0 60px 0 0;}
.wht-do img{ margin:0 0 1em 0;}
.wht-do p{ font-size:15px; color:#404040;}
.grid{ margin:0; padding:0;}
.grid li{ margin:0 1em 1em 0; padding:0; width:24%; float:left; display:block;}
.grid li img{ width:100%;}
.grid li:nth-child(4),.grid li:nth-child(8),.grid li:nth-child(12),.grid li:nth-child(16),.grid li:nth-child(20){ margin-right:0;}

.lema-slide01{ height:615px; position:relative;}
.lema-slide01 .img2{ width:500px; height:448px; position:absolute; left:185px; top:165px; z-index:9;}
.lema-slide01 .img3{ width:405px; height:299px; position:absolute; left:548px; top:263px; z-index:8;}

.werbe-slide01{ height:550px; position:relative;}
.werbe-slide01 .img1{ position:absolute; left:109px; top:39px; z-index:9;}
.werbe-slide01 .img2{ position:absolute; left:548px; top:267px; z-index:10;}

.baby-slide01{ height:670px; position:relative;}
.baby-slide01 .img1{ position:absolute; left:113px; top:44px; z-index:8;}
.baby-slide01 .img2{ position:absolute; left:46px; top:166px; z-index:10;}
.baby-slide01 .img3{ position:absolute; left:325px; top:248px; z-index:9;}

.bridgeway-slide01{ position:relative; padding:25px 0 0 0;}

.fm-slide01{ height:644px;position:relative; padding:15px 0 0 0;}
.fm-slide01 .img1{ position:absolute; left:531px; top:44px; z-index:8;}
.fm-slide01 .img2{position:absolute; left:50px; top:60px; z-index:8;}

.legion5-slide01{position:relative; padding:5px 0 0 0;}

.stap-slide01{position:relative; padding:5px 0 0 0;}
.stap-slide01 .img1{ margin-left:50px;}

.nasco-slide01{ height:656px; position:relative;}
.nasco-slide01 .img1{ position:absolute; left:186px; top:40px; z-index:8;}
.nasco-slide01 .img2{ position:absolute; left:528px; top:165px; z-index:9;}
.nasco-slide01 .img3{ position:absolute; left:65px; top:132px; z-index:10;}
.nasco-slide01 .img4{ position:absolute; left:426px; top:442px; z-index:11;}

.viewgear-slide01{ height:620px; position:relative;}
.viewgear-slide01 .img1{ position:absolute; left:399px; top:87px; z-index:8;}
.viewgear-slide01 .img2{ position:absolute; left:17px; top:32px; z-index:9;}
.viewgear-slide01 .img3{ position:absolute; left:390px; top:410px; z-index:10;}

.istalk-slide01{ padding:40px 0 0 40px;position:relative;}

.sales365-slide01{ height:630px;position:relative;}
.sales365-slide01 .img1{ position:absolute; left:142px; top:60px; z-index:8;}

.galfar-slide01{ height:630px;position:relative;}
.galfar-slide01 .img1{ position:absolute; left:90px; top:40px; z-index:8;}

.project-nav{ height:54px; border-bottom:1px solid #e6e6e6; width:100%; display:block; font: 15px/57px 'Droid Sans', sans-serif; color:#848484;}
.project-nav a.moreprojects{ height:54px; width:190px; float:left; text-indent:66px; border-right:1px solid #e6e6e6;display:block; background: url(../img/icon-more.png) 22px center no-repeat #fff; font: 15px/57px 'Droid Sans', sans-serif; color:#848484; text-decoration:none;}
.project-nav .project-name{ float:right; padding-right:30px;}
.project-nav a.next{ height:54px; width:58px; float:right; text-indent:-9999px; overflow:hidden; border-left:1px solid #e6e6e6;display:block; background: url(../img/icon-next.gif) 22px center no-repeat #fff; text-decoration:none;}
.project-nav a.prev{ height:54px; width:58px; float:right; text-indent:-9999px; overflow:hidden; border-left:1px solid #e6e6e6;display:block; background: url(../img/icon-previous.gif) 22px center no-repeat #fff; text-decoration:none;}

.project-nav a:hover.moreprojects, .project-nav a:hover.next,.project-nav a:hover.prev{ background-color:#f6f6f6}

.contct-form{ margin:15px 0 0 0; display:block; clear:both;}
.contct-form li{ margin:0 15px 0 0; padding:0; float:left;}
.contct-form li input[type="text"]{width:195px; height:25px; border:1px solid #d3d3d3; padding:5px; font:15px 'Droid Sans'; color:#5b5b5b;}
.contct-form li textarea{width:275px; height:25px; border:1px solid #d3d3d3; padding:5px; font:15px 'Droid Sans'; color:#5b5b5b; resize:vertical;}
.contct-form li input[type="submit"]{width:119px; height:35px; border:0; padding:0; font:12px 'Titillium Web', sans-serif; color:#000; text-transform:uppercase; background:#ebc200;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}

label.valid {
		  width: 24px;
		  height: 24px;
		  background: url(../img/valid.png) center center no-repeat;
		  display: inline-block;
		  text-indent: -9999px;
		}
		label.error {
			font-weight: bold;
			color: red;
			padding: 2px 8px;
			margin-top: 2px;
		}
#thank-wrap{background:rgba(241,161,18,.98); padding:14px 0;width:100%; display:none; position:fixed; top:0; left:0; z-index:1550; text-align:center;}
#thank-wrap h3{ font-size:18px; font-weight:300; display:block; color:#fff; margin-bottom:2px;}
#thank-wrap p{ font-size:13px; font-weight:300; display:block; color:#fff; /*background:rgba(241,161,18,.90);*/}

.social-media{ padding:77px 0 0 0; margin-bottom:80px; }
.social-media li{ float:left; border-right:1px solid #e0e0e0;}
.social-media li.last{border-right:none;}
.social-media li a{ text-indent:-9999px; overflow:hidden; display:block;}
.social-media li a.fb{ width:36px; height:79px; margin:0 52px 0 0; background:url(../image/fb-icon.png) no-repeat;}
.social-media li a.in{ width:85px; height:79px; margin:0 50px 0 55px; background:url(../image/lnkedin-icon.png) no-repeat;}
.social-media li a.twitr{ width:49px; height:79px; margin:0 47px 0 56px; background:url(../image/twitter-icon.png) no-repeat;}
.social-media li a.skype{ width:72px; height:71px; margin:0 0 0 57px; background:url(../image/skype-icon.png) no-repeat;}

#footer{
	width: 97%;
	margin: 0 auto;
	padding: 20px 10px 30px 10px;
	display: block;
	border-top: 1px solid #e0e0e0;
	font: 13px 'Titillium Web', sans-serif;
	color: #797979;
	background: #333333;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: fixed;
	bottom: 62px;
}
#footer a{font:12px 'Titillium Web', sans-serif; color:#797979; text-decoration:none;} #footer a:hover{color:#000; text-decoration:none;}
#footer .foot-left{ width:45%; float:left;}
#footer .foot-right{ width:45%; float:right; text-align:right;}

.brand{ color:#ff0000;}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
	padding-bottom:50px;
}


.clearfix3:before,
.clearfix3:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix3:after {
    clear: both;
}

.clearfix3 {
    *zoom: 1;
	padding-bottom:115px;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */


.clearfix1:before,
.clearfix1:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix1:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix1 {
    *zoom: 1;
	padding-bottom:75px;
}

.clearfix2:before,
.clearfix2:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix2:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix2 {
    *zoom: 1;
	padding-bottom:98px;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.my_image {
	background-image: url(../image/iam.png) ;
	position: fixed;
right: -5px;
bottom: 62px;
width: 564px;
height: 485px;
z-index:-1;
}
.conteny {
	width: 63%;
}
#image-slider {
	position: relative;
}

#image-slider > div {
	overflow: hidden;
}

#container {
	position: relative;
	top: -900px;
}

