/* =Fonts
-------------------------------------------------------------- */
@font-face {
    font-family: 'EdmondsansBoldRegular';
    src: url('edmondsans-bold-webfont.eot');
    src: url('edmondsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('edmondsans-bold-webfont.woff') format('woff'),
         url('edmondsans-bold-webfont.ttf') format('truetype'),
         url('edmondsans-bold-webfont.svg#EdmondsansBoldRegular') format('svg');
         font-weight: bolder;
    font-style: normal;

}
@font-face {
    font-family: 'EdmondsansMediumRegular';
    src: url('edmondsans-medium-webfont.eot');
    src: url('edmondsans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('edmondsans-medium-webfont.woff') format('woff'),
         url('edmondsans-medium-webfont.ttf') format('truetype'),
         url('edmondsans-medium-webfont.svg#EdmondsansMediumRegular') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'EdmondsansRegularRegular';
    src: url('edmondsans-regular-webfont.eot');
    src: url('edmondsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('edmondsans-regular-webfont.woff') format('woff'),
         url('edmondsans-regular-webfont.ttf') format('truetype'),
         url('edmondsans-regular-webfont.svg#EdmondsansRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.eot');
    src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-regular-webfont.woff') format('woff'),
         url('lato-regular-webfont.ttf') format('truetype'),
         url('lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =General
-------------------------------------------------------------- */

* { 
    padding: 0;
    margin: 0;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
   position:relative;
}

body {
    font-size: 16px;
    font-family: arial;
    color: #fff;
    background-color:#231F20;
    font-family: 'EdmondsansMediumRegular';
}
h1{
    font-family: 'EdmondsansRegularRegular';
    font-size:1.9em;
    line-height: 0.9em;
}

.clear{ clear:both; }
.left{ float:left; }
.right{ float:right; }
.lato{ font-family: 'latoregular'; }
.noBG{ background:none !important; }
#container{
    width:100%;
    height:100%; 
}
.bunny{
    background-image: url("../images/cyclops-bunny-logo.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 100px;
    height: 85px;
    position: absolute;
    bottom: 0;
    left: 45%;
}
#cyclopsLogo{
    background-image:url("../images/menu/cyclops-bunny.png");
    background-repeat:no-repeat;
    width:58px;
    height:37px;
    margin:0 auto;
}
#content{
    clear: both;
    padding-left:61px;
    height:100%; 
}
.entry{ width:1180px;margin: 0 auto;padding:60px 0 296px 0; }
.section{clear:both;min-height:100%;position:relative;}
/* =Menu
-------------------------------------------------------------- */
#menu{
    position: fixed;
    z-index: 10;
    width: 61px;
    height: 100%;
    background-color:#282829;
}
#menu ul{
    top: 30%;
    position: absolute;
    z-index: 15;
    display: block;
}
#menu li{
    list-style:none;
    width:61px;
    overflow: hidden;
}
#menu li:hover{
    overflow:visible;
}
#menu li div{
    display: block;
    height: 61px;
    background-repeat: no-repeat;
    cursor: pointer;
    color:#231F20;
    width: 170px;
}
#menu li div span{
    display: block;
    font-size: 1.1em;
    padding: 20px 0 0 61px;
    text-align:center;
}
#menu-home{
    background-image:url("../images/menu/home.png");
    background-color:#FFF;
}
#menu-work{
    background-image:url("../images/menu/work.png");
    background-color:#0099CC;
}
#menu-news{
    background-image:url("../images/menu/news.png");
    background-color:#FFCD33;
}
#menu-team{
    background-image:url("../images/menu/team.png");
    background-color:#F05153;
}
#menu-contact{
    background-image:url("../images/menu/contact.png");
    background-color:#3BB4A1;
}
#socialMenu{
    position:absolute;
    bottom:0;
    width:61px;
}
#socialMenu .socialItem{
    background-image:url("../images/menu/social-separator.png");
    background-repeat:no-repeat;
    background-position: 50% 98%;
    padding:5px 0 10px 0;
}
#socialMenu .socialItem a{
    display:block;
    background-repeat:no-repeat;
    margin:0 auto;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size:0.8em;
    /*font-family:'latoregular';*/
}
#socialMenu .socialItem:last-child { background:none; }
#email a{ background-image:url("../images/menu/email.png");width:19px;height:14px; }
#facebook a{ background-image:url("../images/menu/facebook.png");width:19px;height:20px; }
#twitter a{ background-image:url("../images/menu/twitter.png");width:19px;height:17px; }
#googleplus a{ background-image:url("../images/menu/googleplus.png");width:19px;height:18px; }


/* =Home
-------------------------------------------------------------- */
#home .entry{ padding: 0; padding-top:1px; }
#home{
    background-color:#FFF;
    color:#231F20;
    display: flex;
    align-items: center;
    justify-content: center;
}
#home img{margin: 25px auto;display: block;}
#home h2, #home h3{text-align:center;}


/* =Work
-------------------------------------------------------------- */
#work{background-color:#0099CC; overflow-x:scroll;width: 100%;}
.scroll{width: 200%;}
#work h1{
    color:#FFF;
    background-image:url("../images/tittle-top-white.png");
    background-repeat:no-repeat;
    padding-top:20px;
}
#work .entry{
    float:left;
    width:50%;
}
#work #portfolio{
    float:left;
    width:50%;
}
.servicesTitle{
    width:1100px;
    margin:0 auto;
}
.services{
    width:1100px;
    margin:60px auto;
    position: relative;
}
/* =Services
------------------------------------ */
.services .service{
    width: 212px;
    height: 465px;
    float: left;
    color: #231F20;
    padding: 10px 20px 10px 15px;
    background-repeat: no-repeat;
    margin: 0 15px;
}
.services .service:first-child{ margin-left:0; }
.services .service:last-child{ margin-right:0; }
.services #service1{
    background-image:url("../images/services/creative-bg.png");
}
.services #service2{
    background-image:url("../images/services/user-interface-bg.png");
}
.services #service3{
    background-image:url("../images/services/beautiful-icons-bg.png");
}
.services #service4{
    background-image:url("../images/services/conceptual-creative-bg.png");
}
.services .service .image{
    background-repeat: no-repeat;
    background-position:0 50%;
    margin: 50px auto;
    height:113px;
}
.services #service1 .image{
    background-image:url("../images/services/creative.png");
    width:124px;
}
.services #service2 .image{
    background-image:url("../images/services/user-interface.png");
    width:62px;
}
.services #service3 .image{
    background-image:url("../images/services/beautiful-icons.png");
    width:57px;
}
.services #service4 .image{
    background-image:url("../images/services/conceptual-creative.png");
    width:89px;
}
.services .service h1{
    color:#231F20 !important;
    font-family: 'EdmondsansBoldRegular' !important;
    background:none !important;
    border-top: 4px solid #231F20;
    padding-top: 10px !important;
    text-align:center;
}
.services .service h2{
    font-family: 'EdmondsansRegularRegular' !important;
    font-size:1.9em;
    padding-bottom: 3px !important;
    border-bottom: 2px solid #231F20;
    text-align:center;
}
.services .service p{
    font-family: 'latoregular';
    padding: 20px 0;
}

.projectsLink{
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    font-family: latoregular;
    color:#000;
}
#viewPortfolio {
	background-image: url("../images/portfolio/come-in2.png");
	right: 0;
	text-align: left;
	padding: 12px 65px;
	height: 37px;
	top: 545px;
	color: #FFF;
}

/* =Portfolio
------------------------------------ */

#portfolio h1{
    padding-bottom: 45px;
}
.portfolio{
    clear: both;
    padding: 90px 0 0 0;
    margin: 0 auto;
    width: 1200px;
}
.nav_control{
    background-image:url("../images/portfolio/arrows.png");
    width:171px;
    height:72px;
}
.arrow{
    float: left;
    width: 80px;
    height: 60px;
    margin: 5px 1px;
    cursor:pointer;
    text-indent:-9999px;
}
.linkProject a{
    width: 379px;
    height: 37px;
    background-image: url("../images/portfolio/go-to-project-button.png");
    color: #09C;
    text-decoration: none;
    display: block;
    text-align: right;
    background-repeat: no-repeat;
    padding-top: 18px;
    padding-right: 20px;
    font-size: 1.1em;
}
.projectDescription{
    width: 400px;
}
.contentProject p{
    width: 330px;
    font-size:1.1em;
}
.contentProject p+p{
    font-family: 'latoregular';
    padding: 25px 0;
}
.contentPortfolio{
    height:450px;
}
.projectTitle, .projectDesc{ display:block; font-size:1.3em; }
.projectTitle{ padding-top:50px; }

.imgProject{
    margin: 30px 0 0 40px;
}

/* =News
-------------------------------------------------------------- */
#news{background-color:#FFCC33; color:#231F20;}
#news h2{color:#3098BD;padding-top:50px;}
#news h1, #contact h1{
    color:#231F20;
    background-image:url("../images/tittle-top-black.png");
    background-repeat:no-repeat;
    padding-top:20px;
    line-height: 35px;
}
.tweetcontainer{
    background-image: url("../images/news/cyclops-tweet.png");
    background-repeat: no-repeat;
    padding: 0 0 0 80px;
    min-height: 80px;
    float:left;
}
.tweet{
    font-family: 'latoregular';
    //background-image: url("../images/news/tweet-bg.png");
    width: 455px;
    padding: 10px 30px;
    background-repeat: no-repeat;
}
.newsSeparator{
    background-image: url("../images/news/news-pattern.png");
    width:100%;
    height:16px;
    background-repeat:repeat-x;
    clear:both;
    background-position:0 50%;
    padding: 20px 0;
}
.newsText{
    font-size: 1.3em;
    padding: 15px 0;
    display: block;
}

/* =Team
-------------------------------------------------------------- */
#team{background-color:#EF5153;}
#team h1{
    color:#FFF;
    background-image:url("../images/tittle-top-white-1.png");
    background-repeat:no-repeat;
    padding-top:20px;
}
.team-member{
    float: left;
    width: 24%;
    margin: 50px 110px 100px 0;
}
.team-img{
    background-image: url("../images/team/team-pattern.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.team-contact a{
    display:block;
    float:left;
    width:17px;
    height:17px;
    margin-right: 12px;
}
.team-contact .teamFB{ background-image: url("../images/team/team-fb.png"); }
.team-contact .teamTW{ background-image: url("../images/team/team-tw.png"); }
.team-contact .teamSK{ background-image: url("../images/team/team-skype.png"); }

.team-desc{ font-size:1.1em; }
.team-desc h3{
    color: #231F20;
    font-size: 1.7em;
    padding-top: 20px;
}
.team-desc span{
    color: #D1D3D4;
    padding-bottom: 20px;
    display: block;
}


/* =Contact
-------------------------------------------------------------- */
#contact{background-color:#3BB3A0;color:#231F20;}
#contact form{
    font-family: 'EdmondsansRegularRegular';
    padding-top: 60px;
    font-size: 1.8em;
}
.formFields{
    width: 775px;
}
.inputText{
    border: none;
    background-color: transparent;
    background-image: url("../images/contact/text-field-bg.png");
    line-height: 40px;
    background-repeat: repeat-x;
    font-family: 'EdmondsansRegularRegular';
    font-size: 1em;
    padding: 0 10px;
    width: 300px;
}
.inputTextArea{
    border: none;
    background-color: transparent;
    background-image: url("../images/contact/textarea-bg.png");
    line-height: 40px;
    font-family: 'EdmondsansRegularRegular';
    font-size: 1em;
    width: 99%;
    height: 200px;
}
.submitButton{
    background-image: url("../images/contact/send-bg-1.png");
    background-repeat: no-repeat;
    border: none;
    font-family: 'EdmondsansRegularRegular';
    font-size: 0.7em;
    width: 158px;
    background-color: transparent;
    height: 60px;
    padding-bottom: 10px;
    margin-top: 100px;
    padding-right: 30px;
    text-align:right;
}
.footer{
    font-family: 'EdmondsansMediumRegular';
    width: 570px;
    font-size: 0.7em;
    text-align: right;
    margin-top: 95px;
}
.phones{ font-size: 1.3em;padding-bottom: 5px; }
.phones img{ padding-right: 15px; }
.copyright{
    font-family: 'latoregular';
    color: white;
    font-size: 0.7em;
    padding-right: 23px;
}

.timeline, .twitter-timeline{
    background-color: transparent !important;
}