<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TRN STYLEZ */
/* ------------------ */
/* Based on Twitter Bootstrap CSS/JS library, added styles by Zsolt Vajda (http://trn.hu) */ 


/* Tamas: kikerult mert nem lehetett kijelolni ami blogon idegesito volt
*{
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*/

html{
height:100%;
}

body {background: #eee;
-webkit-font-smoothing: antialiased;

}


.categorySelector {
  padding: 0;
  margin: 0;
  margin-top: 80px;
  padding-bottom: 0px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  line-height: 54px;
  margin-bottom: 0px;
  position: relative;
  display: block;
  height: 54px;
}

.categorySelector h1 {
  width: 30%;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  font-weight: normal;
  line-height: 54px;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  color: #999;
}

.categorySelector ul {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
  text-align: right;
  top: 0;
  right: 0;
  position: absolute;
}

.categorySelector ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 18px;
}

.categorySelector ul li a { 
padding: 0 6px;
margin: 0 6px;
line-height: 18px;
}


.categorySelector ul li a:active,
.categorySelector ul li.active a {
  color: #222;
}

.categorySelector ul li a:hover {
  text-decoration: underline;
}

.tags p{
  margin: 0 0 -24px 0;
  text-align: center;
  padding: 0;
}

.mapper {
  margin-top: 20px;
  margin-bottom: 1em;
  height: 462px;
  border:10px solid #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,.3);
}

.maplink { 
  color: #000;
  font-weight: bold;
  line-height: 18px;
  vertical-align: middle;
}

.maplink span {
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  margin-right: 5px;
  background: url(../img/icon_openingmaps.png) top left no-repeat;
  background-size: 100%;
}

.blogPost { margin-top: 0em; text-align: center;  color: #000;}

.blogPost p { text-align: left;}

.blogPost ul {
  margin: 5px 20px;
}

.blogPost li {
  text-align: left;
}

.blogPost img { margin: 1em auto; max-width: 100%;}

.footerNavigation { 
  border-top: 1px solid rgba(0,0,0,.2);
  margin: 0;
  width: 100%;
  padding: 0;
  margin-top: 3em;
  padding-top: 2em;
}

.footerNavigation div { vertical-align: top; }

.footerNavigation a {color: #333; padding: 0; margin: 0; display:inline-block; width: 100%;}
.footerNavigation a:hover {color: #111; text-decoration: none;}

.footerNavigation h6 { margin: 0; padding: 0; color: #666;}
.footerNavigation h4 { margin: 0; padding: 0; color: #0088cc;}

.footerNavigation i {
  font-size: 40px;
  line-height: 40px;
  display: block;
  width: 60px;
  height: 60px;
  background: none;
  float: left;
}

.footerNavigation .next i {
  float: right;
}

.footerNavigation a:hover i,
.footerNavigation a:hover h6 {
  color: #0088cc;
}

.footerlogos {
  text-align: center;
}

.footerlogos img{
 height: 54px; margin: 0 10px;
}

.navicons span{
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.navicons { margin: 0; padding: 0;}

.icon_mail span{ background-image: url(../img/icon_mail.png);}
.icon_twitter span{ background-image: url(../img/icon_twitter.png);}
.icon_facebook span{ background-image: url(../img/icon_facebook.png);}

.sittingducks {
  margin: 18px 3px;
  padding: 0;
  width: 120px;
  text-align: center;
}

.sittingducks a {
  margin: 0 !important;
  padding: 0 !important;
  width: 36px !important;
  height: 36px !important;
  height: 20px;
  text-align: left;
  opacity: .8;
  display: inline-block !important;
}

.sittingducks a:hover {
  opacity: 1
}

.sittingducks a span {margin: 0 auto;}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0px;
  color: #5a5a5a;
}





/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
z-index:50000;
}
.navbar-wrapper .navbar {

}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
     -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
          box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
  padding: 18px 20px 18px; /* Increase vertical padding to match navbar links */
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
.navbar .brand img {
  height: 36px;
}

/* Navbar links: increase padding for taller navbar */

.navbar .nav {float: right; }

.navbar .nav &gt; li &gt; a {
  padding: 18px 20px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
  margin-top: 18px;
  height: 36px;
  width: 102px;
  position: relative;
  margin-right: 20px;
}

.navbar .btn-navbar .title {
  position: absolute;
  top:0;
  left: 10px;
  line-height: 36px;
  text-transform: uppercase;
  border-right: 1px solid rgba(255,255,255,.1);
  padding-right: 10px;
  color: #fff;
}

.navbar .btn-navbar .barcontainer {
  position: absolute;
  right: 10px;
  top: 11px;
}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 12px;
  margin-top: 150px;
  padding-bottom: 2em;
  background: #fff;
  height: auto;
  position: relative;
  -webkit-box-shadow: 0 1px 32px rgba(0,0,0,.2);
  -webkit-transition: margin-top .2s linear, height .2s linear;
}

.carousel .btn {
  font-weight: 600;
}

.carousel-indicators {
  position: absolute;
  margin: 0 auto;
  top: -63px;
  left: 0;
  z-index: 500;
  height: 54px;
  max-width: 1024px;
}

.carousel-indicators li {
  width: 25%;
  height: 64px;
  line-height: 54px;
  margin: 0;
  color: #ddd;
  text-indent: 0;
  text-align: center;
  font-size: 24px;
  color: #999;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  text-shadow: 0 1px 0px rgba(255,255,255,.8) !important;
  opacity: 1;
  background: none;
  transition: background-position .3s linear, color .2s linear;
  -webkit-transition: background-position .3s linear, color .2s linear;
  -moz-transition: background-position .3s linear, color .2s linear;
  -ms-transition: background-position .3s linear, color .2s linear;
  -o-transition: background-position .3s linear, color .2s linear;
  background: rgba(255,255,255,0) url(../img/activetab.png) center 40px no-repeat;
  background-position: center 34px;
  cursor: pointer;
}

.carousel-indicators li span {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
  opacity: .5;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
}

.carousel-indicators li.active {
  background: rgba(255,255,255,0) url(../img/activetab.png) center bottom no-repeat;
  color: #333 !important;
  background-position: center 20px;
}

.carousel-indicators .active span { 
  opacity: 1;
}


.carousel-indicators li.stWeb span {background-image: url(../img/st_web.png); }
.carousel-indicators li.stMobile span {background-image: url(../img/st_mobile.png); }
.carousel-indicators li.stEurope span {background-image: url(../img/st_europe.png); }
.carousel-indicators li.stStartup span {background-image: url(../img/st_startup.png); }

.carousel .container {
  position: relative;
  z-index: 9;
}




.carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 550px;
  padding: 0 20px;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

.carousel-caption { margin-top: 60px; margin-bottom: 36px;}
.carousel img { margin-top: 00px; margin-bottom: 0px; width:90%;}

.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,1);
}

.carousel-caption .lead {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.carousel-caption ul {
  margin-top: 1em;
}

.carousel-caption ul li {
  font-size: 15px;
  line-height: 18px;
}

.carousel-caption h4 {
  color: #999;
}

.carousel-caption .btn {
  margin-top: 10px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .span4 {
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .span4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap &lt;hr&gt; more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


.works {
margin: 0;}

hr{
  border-top: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.works .carousel h1 { 
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 10px;
 
}

.works .span4 { 

 
}

.works .span8 { 
padding:0px 40px;
 height:auto;
}
.works .button { 
display:inline-block;
margin-right:20px;
}

.carousel-inner &gt; .active, .carousel-inner &gt; .next, .carousel-inner &gt; .prev{
display:block !important;
}

.works .carousel {
  color: #000;
  background: none;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding-bottom:0px;
 
}

.works .carousel .text-inner {
display:inline-block;
}

.works .carousel p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding-right:10px;
}

.works .carousel .lead {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.works .carousel button {
    background: #000;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    border: 0;
    line-height: 54px;
    font-weight: bold;
    padding: 0px 40px;
    margin: 18px 0 0 0;
    display: table;
    height: 64px;
    position: relative;
}


.works .carousel .item img {

}

.works .span12 {margin-top: -60px;padding-bottom:20px;}

.about {margin-top: 8em; color: #000;}

.contactPage {color: #000;}

  .works .item h1 {
  
  }
.hero-unit.contactPage{
    margin-top: -5px;
      background: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.25);
  -moz-box-shadow: 0 1px 8px rgba(0,0,0,.25);
  -ms-box-shadow: 0 1px 8px rgba(0,0,0,.25);
  -o-box-shadow: 0 1px 8px rgba(0,0,0,.25);
  box-shadow: 0 1px 8px rgba(0,0,0,.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 280px;
}

.container.contactPage {
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  left: 63%;
  left:0;
  right:0;
  margin: 0 auto;
  height:auto;
  text-align: center;
  padding:15px;
}
.container.contactPage [class*="span"]{
vertical-align:top;
}

.carousel-control { 
background: none;
color: #000;
padding: 0;
z-index: 500;
margin: 0;
height: auto;
width: auto;
border-radius: 100px;
text-shadow: none;
opacity: .4;
display: block;
width: 50px;
text-indent: 0;
text-align: center;
border: 0;
position: absolute;
top:0px;
bottom:0px;
outline:none;
}

.carousel-control i {
  margin: 0;
  padding: 0;
  line-height: 60px;
  font-size: 32px;
  display: table;
  background: none;
  position:absolute;
  top:45%;
}

.carousel-control:hover {
  opacity: 1;
  color: #000;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1200px) {

.works .item h1 {}

.categorySelector {
  margin-top: 80px;
}

  
.carousel-control{  

}
 

}

@media (min-width: 979px) {

.carousel-inner{
overflow:hidden;
}

}

@media (max-width: 979px) {

.hero-unit.contactPage{ bottom: 400px;}

.container.contactPage {
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  left: 50%;
  margin-left: -364px;
  text-align: center;
}

  .container.navbar-wrapper {
    margin-bottom: 0;
    width: auto;
  }

  .carousel-caption { margin-top: 20px; margin-bottom: 60px;}
  
.carousel-control{  
	
}
 

  .navbar .brand {margin-left: 20px;}

  .navbar .btn-navbar  {margin-right: 0;}
  .navbar-inner {
    border-radius: 0;
  }

  
  .featurette {
    height: auto;
    padding: 0;
  }
  .featurette-image.pull-left,
  .featurette-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px;
  }

  .navbar-inner {
    position: absolute;
    margin: 0 -20px;
    left: -20px;
    width: 100%;
  }


  .nav-collapse ul {
    width: 98%;
    text-align: center;
  }

  .nav-collapse ul li.active,
  .nav-collapse li{
    width: 14%;
    display: inline-block;
    padding: 0;
    margin: 5px;
    text-align: center;
    vertical-align: middle;

  }
  .nav-collapse ul li.active a,
  .nav-collapse li a{
    width:auto !important;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(255,255,255,.1);
    text-indent: 0 !important;
  }


  .sittingducks {
    height: 36px;
    width: 20% !important;
    margin: 0px !important;
    line-height: 36px;
  }

  .sittingducks a {
    border: 0 !important;
  }

  .carousel-indicators { top: -63px; }
  .carousel-indicators li { font-size: 18px; }
  .carousel { margin-top: 140px; }

  .carousel-inner {  height: 100%; }

    .carousel-caption {
      width: 100%;
      max-width: 100%;
      padding: 0 0px;
      margin: 00px 0 0 0;
    }

  .illu {width: 90%; margin: 0 5%; text-align: center;height:auto;}

  .text {width: 90%; padding: 0 5%; margin-bottom: 36px;height:auto;}

  .works .item h1 {
    margin-top: 18px !important;
    font-size: 36px;
    margin-bottom: 18px;
  }

  .works .carousel .item p.lead {font-size: 16px; line-height: 20px;}
  .works .carousel .item p {font-size: 14px; line-height: 18px;}
  .works .carousel .item button { line-height: 36px; padding: 6px 30px;}

.works .carousel {display: block; height: auto; padding: 0 0 0px 0;}

.works .carousel .item .span8 {
    width: 70%;
    margin: 0px 15% 0 15%;
    
  }

  .works .carousel .item .span4 {
    width: 80%;
    margin: -40px 10% -10px 10%;
	height:auto;
  }

.works .span12 {margin-top: -20px; text-align: left; width: 80%; margin: 0 10%;}

.contactPage .span6 {width: 95%;}
.contactPage .span2 {width: 30%; display: inline-block; vertical-align: top; border-bottom: 0 !important;}



}


@media (max-width: 767px) {


  .navbar .brand {margin-left: 0px !important;
    padding: 6px 18px;
    margin: 0;
    }

  .brand img {
    height: 24px !important; 
    width: 96px !important;
    margin: 3px 6px; }

  .navbar-wrapper {
    position: absolute;
  }

  .navbar-inner {
    margin: 0 -20px;
    height: auto;
  }

  .btn.btn-navbar {
    margin-top: 6px;
    padding-top: 0;
    margin-right: -10px !important;
    height: 24px;
    width: 85px;
  }

  .btn.btn-navbar .barcontainer {
    top: 5px;    
    right: 5px;
  }

  .btn.btn-navbar .title {
    line-height: 24px;
    font-size: 11px;
  }  

  .carousel {
    margin-left: -20px;
    margin-right: -20px;
  }

  .carousel .container {
    padding: 0;
  }
  

  
  .carousel-caption {
    width: 100%;
    max-width: 100%;
    padding: 0 0px;
    margin: 100px 0 0 0;
  }

  .carousel-caption h1 {
    font-size: 30px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 18px;
  }

  .marketing .span4 + .span4 {
    margin-top: 40px;
  }

  .featurette-heading {
    font-size: 30px;
  }
  .featurette .lead {
    font-size: 18px;
    line-height: 1.5;
  }

  .nav-collapse  {
    top: 0;
    width: 100%;
    left: 20px;
    position: relative;
  }

  .nav-collapse ul {
    margin: 0 5% 2em 5% !important;
    padding: 0 !important;
    text-align: left;
    width: 90%;
  }
  .nav-collapse ul li.active,
  .nav-collapse li{
    width: 48%;
    margin: 1%;
  }

  .carousel-indicators { top: -63px; margin-left: -10px; margin-right: -10px;}
  .carousel-indicators li { font-size: 15px; border-right: 1px solid #ccc; margin-right: -1px; line-height: 76px; }
  .carousel-indicators li:last-child { border-right: 0;}
  .carousel-indicators li span { width: 0; }
  .carousel { margin-top: 90px;  display: block;}

.carousel h4 {font-size: 13px;}
.carousel-caption ul li {font-size: 13px; line-height: 18px; width: 90%; margin: 0px 0; }

  .sittingducks{
    width: 48% !important;
    border:1px solid rgba(255,255,255,.0);
    padding: 0;
    }

  .carousel-inner {  height: 100%; }

  .illu {width: 80%; text-align: center; margin-left: auto; margin-right: auto; }

  .text {width: 100%; }
  .carousel-caption { 
    width: 90%;
   margin: 0;
  padding: 0 5%;}

  .carousel-control {display: none;}

  .footerNavigation a {margin: 0 0px;
    width: 100%;
  }

  .footerNavigation {
    padding-top: 1em;
  }

  .footerNavigation div {width: 50% !important; float: left !important;}

  .works .carousel { margin-top: 10px;}

  .works .carousel .span4 {padding: 0 20px; margin-top: -54px; }

.works .carousel .span4 h1 {font-size: 28px; text-align: left; width: 90%; margin: 0 5%;}
.works .carousel p {font-size: 13px; line-height: 18px; width: 90%; margin: 9px 5%;}
.works .carousel p.lead {font-size: 15px; line-height: 18px;}
.works .carousel button {margin: 18px auto; display: block;}

  .works .carousel-control {display: block;
    top: 85px;

  }

  .works .carousel-control

  .works {text-align: center;}

  

  .carousel-caption h1 {margin-bottom: .25em;}

.contactPage  {margin-top: 60px !important;}

  .contactPage { color: #000; }
  .contactPage .row { text-align: center;;}

  .contactPage .row div {  text-align: center;  border-bottom: 1px solid #ccc; padding-bottom: 18px; marginb-bottom: 18px; margin-top: 0; padding-top: 0; } 
  .contactPage .row div p {margin: 0;}

  .contactPage .row div.span2 { width: 100%; }

  
  .works .carousel .item button { line-height: 36px; padding: 6px 24px;}

  .works .carousel .item .span6 img { width: 100%;  padding: 0; margin: 0;}
  .works .carousel .item .span4 { width: 90%; padding: 0; margin: 0 5%; margin-top: -24px;}

  .hero-unit.contactPage{ display: none; height: 0;}
  .container.contactPage { margin-top: 80px; position: static;
    bottom: 25px;
    left: 0%;
    margin-left: 0;
    text-align: center;
}

  .text p,
  .text li {font-size: 13px; line-height: 18px;}
.text .lead {font-size: 15px; line-height: 18px;}

.blogPost { margin-top: 10px !important;}
.blogPost {width: 90%; margin: 0 5%;}

.blogPost h1 { font-size: 24px; line-height: 28px;}
.blogPost h2 { font-size: 21px; line-height: 24px;}
.blogPost h3 { font-size: 18px; line-height: 24px;}
.blogPost h4 { font-size: 15px; line-height: 28px; margin: 0;}
.blogPost p.lead { font-size: 15px; line-height:18px; font-weight: 400;}
.blogPost p { font-size: 13px; line-height:18px; }
.blogPost li { font-size: 13px; line-height:18px; }
.blogPost .span6 h6 {font-size: 11px;}
.blogPost .span6 h4 {font-size: 15px; line-height: 18px;}
.footerNavigation {margin-top: 1em;}


.tags p{ 
  text-align: center !important;
  margin: 0 0 0 0;
}

.categorySelector {margin: 0 0 18px 0;  min-height: 30px; height: auto; padding: 0; border-bottom: 1px solid #ccc;}

.categorySelector h1 {display: none;}

.categorySelector ul {
  width: 100%;
  display: table;
  height: auto;
  line-height: 28px;
  text-align: center;
  margin: 0; 
  padding: 0 !important;
  position: relative;
}

.categorySelector ul li {
  margin: 0;
  padding: 0;
  line-height: 18px;
}

.categorySelector ul li a {
  border-radius: 6px !important;
  margin: 0 0px;
  padding: 6px 12px;
  line-height: 18px;
  font-size: 14px;
}

.categorySelector {
  margin-top: 50px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}

}


button .icon {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 17px;
  left: 18px;
  margin: 0;
}

button .icon.apple {background: url(../img/appstoreicon_apple.png) 0 0 no-repeat; }
button .icon.android {background: url(../img/appstoreicon_suckdroid.png) 0 0 no-repeat; }
button .icon.firefox {background: url(../img/appstoreicon_firefox.png) 0 0 no-repeat; }
button .icon.bada {background: url(../img/appstoreicon_bada.png) 0 0 no-repeat; }
button .icon.ms {background: url(../img/appstoreicon_ms.png) 0 0 no-repeat; }
button .icon.web {background: url(../img/download-icon.png) 0 0 no-repeat; }
button .icon.win {background: url(../img/appstoreicon_win.png) 0 0 no-repeat; }

.smalltitle {
  display: block;
  margin: 9px 0 9px 28px;
  padding: 0px 0;
  font-size: 11px;
  line-height: 10px;
  text-align: left;
  font-weight: normal;
  color: #aaa;
}

.bigtitle {
  display: block;
  margin: 0 0 0 0px;
  padding: 0;
  line-height: 18px;
  text-align: left;
  font-size: 16px;
  text-align: left;
  font-weight: 800;
  color: #fff;
}

.blogPost {
  text-align: left;
}

.blogPost .postContent h1 { margin: 2em 0 0.5em 0; }
.blogPost .postContent h2 { margin: 2em 0 0.5em 0; }
.blogPost .postContent h3 { margin: 2em 0 0.5em 0; }
.blogPost .postContent h4 { margin: 2em 0 0.5em 0; }
.blogPost .postContent h5 { margin: 2em 0 0.5em 0; }
.blogPost .postContent h6 { margin: 2em 0 0.5em 0; }



 .clear{
    clear: both;
    width: 100%;
}
	  
.blogArchive article img{
    float: none;
    width: 100%;        
}



@media (max-width: 768px) {

body{
padding:0px;
}

.carousel{
margin-left:0px !important;
margin-right:0px !important;
}
.works .carousel{
margin-top:0px;
}
.works .carousel-control{


}
.carousel-control i{
top:0px !important;

}
.carousel-control.left{
left:0px;
top:-69px;
}

.carousel-control.right{
right:0px;
top:-69px;
}

.works .button{
display:inline;
}

.works .carousel button{
margin:0px auto;
}

}
</pre></body></html>