@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY{
    background: #FFF url(images/bg.png) repeat-x top;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    color: #444;
    margin: 0;
    padding: 0;
    height: 100%;
}
A{
    color: #76C4EE;
    text-decoration: underline;
    cursor: pointer;
}
A:hover{
    text-decoration: none;
    cursor: pointer;
}
STRONG{
    font-weight: bold;
}
EM{
    font-style: italic;
}
.clear{
    clear: both;
}
INPUT{
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.wrapper{
  width: 920px;
  margin: 0 auto;
  position: relative;
}

/* Header
------------------------------------ */

#header{
  position: relative;
  height: 141px;
}
#logo{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 345px;
    height: 140px;
    position: absolute;
    top:0;
    left: -70px;
    background: url(images/logo.png) no-repeat;
}
#top-nav{
  z-index: 2000;
  position: absolute;
  top:41px;
  right: 0;
}
#top-nav LI{
  float: left;
  position: relative;
  height: 82px;
}
#top-nav LI:hover{
  background: url(images/top-nav-hover.png);
 
}
#top-nav LI A{
  text-decoration: none;
  color: #FFF;
  font-size: 13px;
  display: block;
  height: 84px;
  padding: 0 20px 0 23px;
  background: url(images/divider.png) no-repeat left;
  position: relative;
  text-align: center;
}
#top-nav LI SPAN{
  padding: 35px 0 0 0;
  display: inline-block;
}
#top-nav LI.li-1 A{
  background: url(images/top-nav-i-1.png) center 10px  no-repeat;
}
#top-nav LI.li-1.current A{
  background: url(images/top-nav-i-1-cur.png) center bottom no-repeat;
}
#top-nav LI.li-2 A{
  background: url(images/top-nav-i-2.png) center 10px  no-repeat;
}
#top-nav LI.li-2.current A{
  background: url(images/top-nav-i-2-cur.png) center bottom no-repeat;
}
#top-nav LI.li-3 A{
  background: url(images/top-nav-i-3.png) center 10px  no-repeat;
}
#top-nav LI.li-3.current A{
  background: url(images/top-nav-i-3-cur.png) center bottom no-repeat;
}
#top-nav LI.li-4 A{
  background: url(images/top-nav-i-4.png) center 10px  no-repeat;
}
#top-nav LI.li-4.current A{
  background: url(images/top-nav-i-4-cur.png) center bottom no-repeat;
}
#top-nav LI.li-5 A{
  background: url(images/top-nav-i-5.png) center 10px  no-repeat;
}
#top-nav LI.li-5.current A{
  background: url(images/top-nav-i-5-cur.png) center bottom no-repeat;
}
#top-nav LI.li-6 A{
  background: url(images/top-nav-i-6.png) center 10px  no-repeat;
}
#top-nav LI.li-6.current A{
  background: url(images/top-nav-i-6-cur.png) center bottom no-repeat;
}
#top-nav LI.li-7 A{
  background: url(images/top-nav-i-7.png) center 10px  no-repeat;
}
#top-nav LI.li-7.current A{
  background: url(images/top-nav-i-7-cur.png) center bottom no-repeat;
}
#top-nav LI.current:hover{
  background: none;
}

/* Home
------------------------------------ */
#slider{
  width: 100%;
  height: 430px;
  background: url(images/slider-main-bg.png) repeat-x bottom;
}
#slider .wrapper{
  background: url(images/home-slider-bg.png) no-repeat top center;
  height: 430px;
}
#carousel{
  width: 910px;
  height: 430px;
  position: relative;
}
#round{
  width: 910px;
  height: 430px;
  margin: 0 auto;
  position: relative;
}
.roundabout-holder {
  height: 430px;
}
.roundabout-moveable-item{
  width: 592px;
  height: 430px;
  cursor: pointer;
}
.roundabout-moveable-item img{
    width: 100%;
}
.roundabout-example .stage {
	}
.roundabout-in-focus{
  cursor: auto;
}
#prev{
  width: 29px;
  height: 41px;
  display: block;
  position: absolute;
  top:200px;
  left:100px;
  outline: none;
  text-indent: -999999px;
  z-index:1000;
  background: url(images/slider-arrows.png) no-repeat left top;
}
#next{
  width: 29px;
  height: 41px;
  display: block;
  position: absolute;
  top:200px;
  right:100px;
  outline: none;
  text-indent: -999999px;
  z-index:1000;
  background: url(images/slider-arrows.png) no-repeat right top;
}
#we-do{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 307px;
    height: 45px;
    position: absolute;
    top:-5px;
    left: 5px;
    background: url(images/android.png) no-repeat;
    z-index: 1000;
}
#home-content{
  width: 880px;
  margin: 0 auto;
  padding: 24px 0 0 0;
}
.box-1{
  width: 280px;
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
}
.box-1 H3{
  width: 280px;
  display: block;
  text-align: center;
  background: url(images/hr-1.png) no-repeat bottom center;
  padding: 0 0 10px 0;
  color: #58585A;
  font-size: 18px;
  margin: 0 0 15px 0;
}
.box-1 P{
  font-size: 11px;
  margin: 0 0 10px 0;
  line-height: 16px;
}
.box-1.last{
  margin: 0 0 0 0;
}
.box-1 .more{
  display: inline-block;
  float: right;
  text-align: right;
  
  font-size: 11px;
  text-decoration: none;
}
.box-1 .more:hover{
  text-decoration: underline;
}
.rssBody{
  width: 280px;
  position: relative;
  left:30px;
  text-align: left;
  float: left;
  margin: 0 0 10px 0;
}
.rssBody LI{
  width: 280px;
  display: block;
  margin: 0 0 10px 0;
}
.rssBody SPAN A{
  color:#444;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}
.rssBody SPAN A:hover{
  text-decoration: underline;
}
.b-1-1{
  width: 150px;
  margin: 0 auto;
}

/* We Do
------------------------------------ */

#we-do-top{
  text-align: center;
}
#we-do-top P{
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0 20px 0;
}
#we-do-main{
  width: 100%;
  background: url(images/we-do-main.png) repeat-x top;
  padding: 60px 0 0 0;
  margin: 20px 0 0 0;
  float: left;
}
#we-do-main UL{
  width: 590px;
  margin: 0 auto;
}
#we-do-main LI{
  float: left;
 width: 590px;
 margin: 0 0 30px 0;
 clear: both;
}
#we-do-main .image{
  width: 140px;
  float: left;
}
#we-do-main .text{
  width: 450px;
  float: left;
}
#we-do-main .text H3{
  display: block;;
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: bold;
}
#we-do-main .text P{
  font-size: 14px;
  line-height: 20px;
}

/* How We
------------------------------------ */

#how-we-main{
  width: 860px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
#how-we-main P{
  font-size: 17px;
  line-height: 28px;
  margin: 10px 0 30px 0;
}
.center{
  text-align: center;
}
.alignleft{
  float: left;
  margin: 0 30px 10px 0;
}
.alignright{
  float: right;
  margin: 0 0 10px 30px;
}
.heading-1{
  width: 348px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  line-height: 35px;
  color: #444;
  font-size: 22px;
  background: url(images/h3.png) no-repeat;
  text-align: center;
  margin: 0 0 15px 0;
}
.heading-1.center{
  margin: 0 auto 15px auto;
  display: block;
}
.heading-1.first{
  margin: 40px 0 15px 0;
}
.heading-1.a-2{
  background-position: 0 -35px;
}
.heading-1.a-3{
  background-position: 0 -70px;
}
.heading-1.a-4{
  background-position: 0 -105px;
}

/* Work With
------------------------------------ */
#work #slider{
  width: 100%;
  height: 430px;
  background: url(images/slider-main-bg-1.png) repeat-x center 123px;
}
#work #slider .wrapper{
  background: url(images/home-slider-bg-1.png) no-repeat center 0;
  height: 430px;
}
.slides IMG{
	display:block;
    width: auto;
	height: auto;
    margin: 0 auto 20px auto;
}
.slides SPAN{
	display:block;
    width: 550px;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}
#work #slider .backward{
  top:180px;
  left:100px;
}
#work #slider .forward{
  top:180px;
  right:100px;
}

/* Contact
------------------------------------ */

#contact-left{
  width: 355px;
  float: left;
  padding: 20px 0 30px 0;
  position: relative;
  left:60px;
}
#contact-left H3{
  width: 355px;
  display: block;
  text-align: center;
  background: url(images/hr-3.png) no-repeat center bottom;
  font-size: 27px;
  margin: 0 0 25px 0;
  padding: 0 0 5px 0;
}
#contact-left P{
  margin: 0 0 15px 0;
  display: block;
}
#contact-left LABEL{
  display: inline-block;
  color:#AAA;
  margin: 0 0 3px 10px;
  font-size: 14px;
}
#contact-left INPUT[type="text"]{
  width: 335px;
  height: 42px;
  line-height: 42px;
  background: #FFF;
  border: 0px;
  color:#999;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  background: url(images/field.png) no-repeat;
  font-size: 14px;
}
#contact-left TEXTAREA{
  width: 335px;
  height: 73px;
  background: #FFF;
  border: 0px;
  color:#999;
  font-size: 12px;
  padding: 10px;
  display: block;
  background: url(images/textarea.png) no-repeat;
  font-size: 14px;
  overflow: auto;
}
#contact-left INPUT[type="submit"]{
  font-size: 0;
  line-height: 0;
  text-indent: -999999px;
  background: url(images/submit.png) no-repeat;
  border: 0px;
  width: 195px;
  height: 59px;
  display: block;
  cursor: pointer;
  float: right;
}
#contact-right{
  width: 300px;
  float: right;
  padding: 20px 0 30px 0;
  position: relative;
  right:10px;
}
#contact-right H3{
  width: 300px;
  display: block;
  text-align: center;
  background: url(images/hr-4.png) no-repeat center bottom;
  font-size: 27px;
  margin: 0 0 25px 0;
  padding: 0 0 5px 0;
}
#contact-right P{
  margin: 0 0 30px 0;
  display: block;
  font-size: 20px;
  color: #AAA;
  text-align: center;
}

/* Expertise
------------------------------------ */

#expert{
  width: 600px;
  margin: 0 auto;
}
.expert-item{
  width: 280px;
  float: left;
  margin: 0 0 20px 0;
  font-size: 16px;
}
.expert-item.last{
  float: right;
}
.expert-item IMG{
  float: left;
  margin: 0 20px 0 0;
}


/* Footer
------------------------------------ */

#footer{
  width: 100%;
  height: 220px;
  background: url(images/footer.png) repeat-x;
  padding: 32px 0 0 0;
  color: #FFF;
}
#footer A{
  color: #FFF;
  text-decoration: none;
}
#f-1{
  width: 192px;
  height: 137px;
  float: left;
  background: url(images/f-1.png) no-repeat;
  position: relative;
  margin: 0 8px 0 0;
  padding: 0 20px 0 20px;
}
#f-1 A{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 100px;
    height: 137px;
    position: relative;
    top:0;
    left: -5px;
    background: url(images/f-logo.png) no-repeat;
    float: left;
}
#f-1 SPAN{
    display: block;
    width: 85px;
    position: relative;
    top:12px;
    left: 5px;
    color:#FFF;
    float: left;
    font-size: 11px;
    line-height: 18px;
}
#f-2{
  width: 400px;
  float: left;
  font-size: 11px;
  padding: 12px 0 0 0;
  margin: 0 0 0 50px;
}
#f-2-1{
  width: 101px;
  float: left;
  position: relative;
}
#f-2-1 LI{
  margin: 0 0 .9px 0;
}
#f-2-1 LI A{
  color: #FFF;
  text-decoration: none;
}
#f-2 H4{
  display: block;
  width: 101px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background: url(images/hr-2.png) no-repeat bottom center;
  padding: 0 0 0px 0;
  margin: 0 auto 5px auto;
}
#f-2-2{
  width: 220px;
  float: right;
  position: relative;
  right:10px;
  text-align: center;
}
#f-3{
  width: 189px;
  height: 125px;
  float: right;
  background: url(images/f-2.png) no-repeat;
  margin: 0 0 0 0;
  padding: 12px 0 0 0;
  position: relative;
}
#f-3 H4{
  display: block;
  width: 101px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background: url(images/hr-2.png) no-repeat bottom center;
  padding: 0 0 3px 0;
  margin: 0 auto 10px auto;
}
#f-3 A{
  display: block;
  outline: none;
  text-indent: -999999px;
  position: absolute;
}
#f-3 A.s-1{
  width: 29px;
  height: 29px;
  top:40px;
  left:46px;
}
#f-3 A.s-2{
  width: 32px;
  height: 31px;
  top:39px;
  right:47px;
}
#f-3 A.s-3{
  width: 32px;
  height: 32px;
  top:85px;
  left:43px;
}
#f-3 A.s-4{
  width: 35px;
  height: 36px;
  top:82px;
  right:43px;
}
#copy{
  width: 100%;
  color: #AAA;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

