/*

To change the main link color.. Search for #FFBE00 and "replace all" by your own color
OR use the file colors.css.

Don't forget to change the button color in the html code (see buttons in elements page).

*/

/* ---------------------------------------------------------------------- */
/*  Font face http://www.fontsquirrel.com/ to add new ones
/* ---------------------------------------------------------------------- */

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

/* ---------------------------------------------------------------------- */
/*  Main elements and classes
/* ---------------------------------------------------------------------- */

body {
    margin:0;
    line-height:20px;
    font : 14px/1.5 Arial;
    background: #fff;
    color: #444;
    -webkit-font-smoothing: antialiased; /* Webkit */
    -webkit-text-size-adjust: 100%;
}

.btn, .btn-large, .btn-small, .btn-mini {
    text-decoration:none;
    font-family: "LeagueGothicRegular", "Helvetica Neue", Helvetica, Arial;
    text-transform:uppercase;
}

.btn {
    font-size:16px;
}

.btn-large {
    font-size:18px;
    font-weight:normal;
}

p {
  margin-bottom:20px;
  font-size:14px;
  text-align: justify;
}
p.large{
    font-size: 18px;
    text-align: justify;
}
p small {
  font-size: 13px;
}

/* ---------------------------------------------------------------------- */
/*  Headings
/* ---------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizelegibility;
  color: #2f2f2f;
  line-height: 1.5em;
  margin:10px 0 8px 0;
}

h1,
h2,
h3 {
  font-family: "LeagueGothicRegular", "Helvetica Neue", Helvetica, Arial;
  text-transform:uppercase;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}

h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}

section {
  margin:10px 0 30px 0;
}

/* ---------------------------------------------------------------------- */
/*  Lists
/* ---------------------------------------------------------------------- */

ul,
ol {
  padding: 0;
  margin: 0 0 20px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
  line-height: 17px;
}
dd {
  margin-left: 9px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 10px 0 20px 0;
  border: none;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  display:block;
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5em;
}
blockquote small {
  display: block;
  font-size: 13px;
  line-height: 1.5em;
  color: #999999;
}
blockquote small:before {
  content: '~';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}
small {
  font-size: 13px;
}
cite {
  font-style: normal;
}

input, textarea {
    width:85%;
}

/* ---------------------------------------------------------------------- */
/*  Images (align left, right or none)
/* ---------------------------------------------------------------------- */


/* Always add images 800px wide for the responsivity and slides to work (800x227: blog, 800x500: portfolio) */
img {
    max-width:100%;
}

img.alignleft, img.alignright, img.alignnone {
  background:#fff;
  padding:2px;
  border:1px solid #ccc;
  -webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
       -moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
            box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
}

a:hover img.alignleft, a:hover img.alignright, a:hover img.alignnone {
  border: 1px solid #FFBE00;
  -webkit-box-shadow: 2.5px 2.5px 5px rgba(255, 190, 0, .3);
       -moz-box-shadow: 2.5px 2.5px 5px rgba(255, 190, 0, .3);
            box-shadow: 2.5px 2.5px 5px rgba(255, 190, 0, .3);
}

img.alignleft {
  float:left;
  margin-right:20px;
  margin-bottom:15px;
}

img.alignright {
  float:right;
  margin-left:20px;
  margin-bottom:15px;
}

img.alignnone {
  margin:20px 20px;
}

/*  Images Author (always add images like 100x100 or 80x80 for a perfect circle) */
img.author {
  float:left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding:0;
  border:0;
}

/* ---------------------------------------------------------------------- */
/*  Links
/* ---------------------------------------------------------------------- */

a {
  color: #FFBE00;
}


a:hover, a:focus {
  text-decoration:none;
  outline:none; /* stop outline */
}


.colored {
  color:#FFBE00;
}

/* ---------------------------------------------------------------------- */
/*  Header & Footer
/* ---------------------------------------------------------------------- */

header, footer {
    margin:0;
    background:url(/img/textures/textured1.png) repeat; /* here the texture can be changed: go in img/textures/ */
}

footer {
    margin-top:60px;
    padding:20px 0;
    color:#fff;
    -webkit-box-shadow: -10px 0px 5px rgba(0, 0, 0, .2);
       -moz-box-shadow: -10px 0px 5px rgba(0, 0, 0, .2);
            box-shadow: -10px 0px 5px rgba(0, 0, 0, .2);
}

footer .social {
  float:none;
  padding-bottom:20px;
}

footer .social li a {
  background:#444 url(/img/social.png) no-repeat top left;
}

footer nav {
  float:right;
  margin:20px 0;
}

#copyright nav {
  float:right;
  margin:0;
  margin-right:20px;
}

footer nav li, #copyright nav li {
    list-style:none;
    float:left;
    margin-right:20px;
}

#copyright nav li {
    margin-right:10px;
}

footer nav li a {
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-family: "LeagueGothicRegular", "Helvetica Neue", Helvetica, Arial;
    font-size:24px;
    line-height:1.5em;
}

#copyright nav li a {
    color:#fff;
    text-decoration:none;
    font-family: Arial;
    font-size:13px;
}

footer nav li a:hover, footer nav li a.current, #copyright nav li a:hover {
    color: #FFBE00;
}

footer .address {
    float:right;
    border-top:1px solid #444;
    padding-top:20px;
    margin-bottom:20px;
    width:100%;
    text-align:right;
    padding-right:20px;
}
footer .address a{
  color:white;
  text-decoration: none
}
footer .address p{
  color:white;
  text-decoration: none
}

#copyright {
  padding:12px 0 6px 0;
  background:#000;
  color:#fff;
  font-size:13px;
}

#copyright small a {
  text-decoration:none !important;
  color:#fff !important;
}

#copy-left {
  float:left;
  text-align:left;
}

#copy-left p {
  margin:0;
}

#logo {
  float:left;
  padding-top: 5px;
}

/* nav */
#nav { float: right; }

#nav > ul { margin: 0; }

#nav li {
  position: relative;
  float: left;
  list-style: none;
  margin: 0;
  z-index: 99;
}

#nav a {
  color: #FFBE00;
  font-family: "LeagueGothicRegular", "Helvetica Neue", Helvetica, Arial;
  font-size: 25px;
  display: block;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  text-decoration:none;
  text-transform: uppercase;
  z-index: 98;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#nav a:hover, #nav .hover > a, #nav .current > a {
    color: #F7931E;
}

#nav a:hover, #nav .hover > a, #nav .current > a {
background: #000;
}

/* Dropdown */

#nav ul ul {
    margin: 0;
    z-index: 99;
    display: none;
    left: 0px;
    padding: 5px 0;
    position: absolute;
    top: 75px;
    width: 200px;
    background: #fff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
       -moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
            box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
}

#nav ul ul li { float: none; }

#nav ul ul a {
    border: 0;
    color: #2f2f2f;
    display: block;
    font-family: "LeagueGothicRegular", "Helvetica Neue", Helvetica, Arial;
    font-size: 20px;
    padding: 10px 20px;
    text-align: left;
    text-transform: none;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 99;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#nav ul ul a:hover, #nav ul ul .hover > a, #nav ul ul .current > a, #nav ul ul .current > a:hover {
    background: #FFBE00;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
       -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    color: #fff;
}

#nav ul ul .current:after { display: none; }

/* Sub Dropdown */

#nav ul ul ul {
    left: -198px !important;
    top: 4px !important;
}

.mobile-nav {
    display: none;
    width: 100%;
    padding:10px;
}

/* ---------------------------------------------------------------------- */
/*  Social
/* ---------------------------------------------------------------------- */

#social {
  background:url(/img/textures/texture1.png); /* the texture can be changed see img/textures/ */
  border-bottom:1px solid #ccc;
  -webkit-box-shadow: 5px 0px 5px rgba(0, 0, 0, .2);
       -moz-box-shadow: 5px 0px 5px rgba(0, 0, 0, .2);
            box-shadow: 5px 0px 5px rgba(0, 0, 0, .2);
            height: 25px;
}

.social li a, input, textarea {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/* --------------------------------------------------------------------------------- */
/*  Social buttons: almost all the social networks are represented with their color
/* --------------------------------------------------------------------------------- */

.social { clear:right; float: right; list-style: none; margin: 20px 20px 20px 0; }
.social li { text-indent: -999em; float:left; }
.social li a{ background:#aaa url(/img/social.png) no-repeat top left; display: block; width: 32px; height: 32px; margin-left: 5px; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;}
.social li a:hover{ background-color:#999; }
.social li a.aim{ background-position: 0 0;  }
.social li a.aim:hover { background-color:#158698; }
.social li a.behance{ background-position: -37px 0;  }
.social li a.behance:hover { background-color:#18a3fd; }
.social li a.digg{ background-position: -74px 0;  }
.social li a.digg:hover { background-color:#14589d; }
.social li a.dribbble{ background-position: -111px 0;  }
.social li a.dribbble:hover { background-color:#bb3468; }
.social li a.ember{ background-position: -148px 0;  }
.social li a.ember:hover { background-color:red; }
.social li a.evernote{ background-position: -185px 0;  }
.social li a.evernote:hover { background-color:#66a82e; }
.social li a.facebook{ background-position: -222px 0;  }
.social li a.facebook:hover { background-color:#3b5997; }
.social li a.flickr{ background-position: -259px 0;  }
.social li a.flickr:hover { background-color:#fc0082 ; }
.social li a.forrst{ background-position: -296px 0;  }
.social li a.forrst:hover { background-color:#234417 ; }
.social li a.github{ background-position: -333px 0;  }
.social li a.github:hover { background-color:#485d6b ; }
.social li a.google{ background-position: -370px 0;  }
.social li a.google:hover { background-color:#d54a2e; }
.social li a.last-fm{ background-position: -407px 0;  }
.social li a.last-fm:hover { background-color:#c00d17; }
.social li a.linkedin{ background-position: -444px 0;  }
.social li a.linkedin:hover { background-color:#1b7daa; }
.social li a.paypal{ background-position: -481px 0;  }
.social li a.rss{ background-position: -518px 0;  }
.social li a.rss:hover { background-color:#ea8b02; }
.social li a.sharethis{ background-position: -555px 0;  }
.social li a.sharethis:hover { background-color:#008651 ; }
.social li a.skype{ background-position: -592px 0;  }
.social li a.skype:hover { background-color:#00aeef ; }
.social li a.tumblr{ background-position: -629px 0;  }
.social li a.twitter{ background-position: -666px 0;  }
.social li a.twitter:hover { background-color:#009bca; }
.social li a.vimeo{ background-position: -703px 0;  }
.social li a.vimeo:hover { background-color:#0093cb; }
.social li a.wordpress{ background-position: -740px 0;  }
.social li a.wordpress:hover { background-color:#be461e; }
.social li a.yahoo{ background-position: -777px 0;  }
.social li a.yahoo:hover { background-color:#7b0098; }
.social li a.youtube{ background-position: -814px 0;  }
.social li a.youtube:hover { background-color:#ac2b26; }


/* ---------------------------------------------------------------------- */
/*  Slider
/* ---------------------------------------------------------------------- */

.da-slider{
    width: 100%;
    min-width: 420px;
    height: 300px;
    position: relative;
    margin: 0px auto 30px auto;
    overflow: hidden;
    background: url(/img/worldmap.png); /* Texture can be changed (worldmap.png)*/
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-transition: background-position 1.6s ease-in-out 0.3s;
    -moz-transition: background-position 1.6s ease-in-out 0.3s;
    -o-transition: background-position 1.6s ease-in-out 0.3s;
    -ms-transition: background-position 1.6s ease-in-out 0.3s;
    transition: background-position 1.6s ease-in-out 0.3s;
}

.da-slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    left: 0px;
    text-align: left;
}
.da-slide-current{
    z-index: 96;
}
.da-slider-fb .da-slide{
    left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
    left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
    position: absolute;
    opacity: 0;
    left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
    left: 40%;
    opacity: 1;
}
.da-slider-fb .da-slide .da-img{
    left: 10%;
    opacity: 1;
}
.da-slide h2{
    color: #272727;
    font-size: 60px;
    line-height: 1.5em;
    width: 50%;
    top: 60px;
    white-space: nowrap;
    z-index: 10;
    font-family: "LeagueGothicRegular", "Helvetica Neue", Helvetica, Arial;
    text-shadow:1px 1px 1px #666;
    font-weight: normal;
    margin:0;
    margin-left: -80px
}
.da-slide p{
    width: 45%;
    top: 145px;
    color: #000;
    font-size: 18px;
    line-height: 1.5em;
    max-height: 105px;
    overflow: hidden;
    font-family: Arial;
    margin-left: -80px
}
.da-slide .da-img{
    text-align: center;
    width: 30%;
    top: 25px;
    height: 256px;
    line-height: 320px;
    left: 110%; /*60%*/
}
.da-slide .da-link{
    display:block;
    top: 270px; /*depends on p height*/
    width:120px;
    text-align:center;
    font-size:20px;
    line-height: 1.5em;
    padding:5px 0;
    margin-left:500px
}

/* Dots */
.da-dots{
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 20px;
    z-index: 97;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-dots span{
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #474747;
    margin: 3px;
    cursor: pointer;
    box-shadow:
        1px 1px 1px rgba(0,0,0,0.1) inset,
        1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
/* Arrows */
.da-arrows{
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-arrows span{
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    border:3px solid #474747;
    cursor: pointer;
    z-index: 97;
    opacity: 0;
    box-shadow:
        1px 1px 1px rgba(0,0,0,0.1) inset,
        1px 1px 1px rgba(255,255,255,0.1);
    -webkit-transition: opacity 0.4s ease-in-out 0.2s;
    -moz-transition: opacity 0.4s ease-in-out 0.2s;
    -o-transition: opacity 0.4s ease-in-out 0.2s;
    -ms-transition: opacity 0.4s ease-in-out 0.2s;
    transition: opacity 0.4s ease-in-out 0.2s;
}
.da-arrows span:hover{
    background-color:#FFBE00;
}
.da-slider:hover .da-arrows span{
    opacity: 1;
}
.da-arrows span:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 16px;
    top: 8px;
    left: 10px;
    background: transparent url(/img/arrows.png) no-repeat top left;
}

.da-arrows span.da-arrows-next:after{
    background-position: top right;
}
.da-arrows span.da-arrows-prev{
    left: 20px;
}
.da-arrows span.da-arrows-next{
    right: 20px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
    left: 40%;
    opacity: 1;
}
.da-slide-current .da-img{
    left: 10%;
    opacity: 1;
}

/* ---------------------------------------------------------------------- */
/*  Animation classes and slider animations
/* ---------------------------------------------------------------------- */

/* Slide in from the right */
.da-slide-fromright h2{
    -webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    -o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p{
    -webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link{
    -webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img{
    -webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
    -o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
    animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 40%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}

@keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 40%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
/* Slide in from the left */
.da-slide-fromleft h2{
    -webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p{
    -webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link{
    -webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img{
    -webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 40%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}

@keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 40%; opacity: 1; }
}
@keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 40%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
    -webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
    -moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
    -o-animation: toRightAnim1 0.6s ease-in 0.6s both;
    -ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
    animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p{
    -webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -o-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
    animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link{
    -webkit-animation: toRightAnim3 0.4s ease-in both;
    -moz-animation: toRightAnim3 0.4s ease-in both;
    -o-animation: toRightAnim3 0.4s ease-in both;
    -ms-animation: toRightAnim3 0.4s ease-in both;
    animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img{
    -webkit-animation: toRightAnim4 0.6s ease-in both;
    -moz-animation: toRightAnim4 0.6s ease-in both;
    -o-animation: toRightAnim4 0.6s ease-in both;
    -ms-animation: toRightAnim4 0.6s ease-in both;
    animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1{
    0%{ left: 40%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
    0%{ left: 40%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
    0%{ left: 40%;  opacity: 1; }
    99%{ left: 40%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 5%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
    0%{ left: 40%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
    0%{ left: 40%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 5%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
    0%{ left: 40%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
    0%{ left: 40%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
    0%{ left: 40%;  opacity: 1; }
    99%{ left: 40%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 5%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
    0%{ left: 40%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
    0%{ left: 40%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
    0%{ left: 40%;  opacity: 1; }
    99%{ left: 40%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 5%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
    0%{ left: 40%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
    0%{ left: 40%;  opacity: 1; }
    99%{ left: 40%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 5%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
    -webkit-animation: toLeftAnim1 0.6s ease-in both;
    -moz-animation: toLeftAnim1 0.6s ease-in both;
    -o-animation: toLeftAnim1 0.6s ease-in both;
    -ms-animation: toLeftAnim1 0.6s ease-in both;
    animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p{
    -webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link{
    -webkit-animation: toLeftAnim3 0.4s ease-in both;
    -moz-animation: toLeftAnim3 0.4s ease-in both;
    -o-animation: toLeftAnim3 0.4s ease-in both;
    -ms-animation: toLeftAnim3 0.4s ease-in both;
    animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img{
    -webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    -moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    -o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    -ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
    0%{ left: 40%;  opacity: 1; }
    30%{ left: 45%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
    0%{ left: 40%;  opacity: 1; }
    30%{ left: 45%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
    0%{ left: 40%;  opacity: 1; }
    99%{ left: 40%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
    0%{ left: 10%;  opacity: 1; }
    40%{ left: 20%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
    0%{ left: 40%;  opacity: 1; }
    30%{ left: 45%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
    0%{ left: 40%;  opacity: 1; }
    30%{ left: 45%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
    0%{ left: 40%;  opacity: 1; }
    99%{ left: 40%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
    0%{ left: 10%;  opacity: 1; }
    40%{ left: 20%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
    0%{ left: 40%;  opacity: 1; }
    30%{ left: 45%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
    0%{ left: 40%;  opacity: 1; }
    30%{ left: 45%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
    0%{ left: 40%;  opacity: 1; }
    99%{ left: 40%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
    0%{ left: 10%;  opacity: 1; }
    40%{ left: 20%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
    0%{ left: 40%;  opacity: 1; }
    30%{ left: 45%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
    0%{ left: 40%;  opacity: 1; }
    30%{ left: 45%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
    0%{ left: 40%;  opacity: 1; }
    99%{ left: 40%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
    0%{ left: 10%;  opacity: 1; }
    40%{ left: 20%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
    0%{ left: 40%;  opacity: 1; }
    30%{ left: 45%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
    0%{ left: 40%;  opacity: 1; }
    30%{ left: 45%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
    0%{ left: 40%;  opacity: 1; }
    99%{ left: 40%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
    0%{ left: 10%;  opacity: 1; }
    40%{ left: 20%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

/* ---------------------------------------------------------------------- */
/*  Testimonials
/* ---------------------------------------------------------------------- */

.testimonial {
    margin: 0;
    background: #fff;
    padding: 10px 50px;
    position: relative;
    border-radius: 6px;
    border:4px solid #FFBE00;
    font-style: italic;
}

.testimonial:before, .testimonial:after {
    content: "”";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #444;
    font-style: normal;
    font-family:Arial;
}

.testimonial:before {
    top: 5px;
    left: 10px;
}
.testimonial:after {
    content: "„";
    right: 10px;
    bottom: 15px;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #FFBE00;
    margin: 0 0 0 15px;
}
.testimonial-author {
    margin: -10px 0 30px 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align:left;
}
.testimonial-author span {
    font-size: 12px;
    color: #666;
}

/* ---------------------------------------------------------------------- */
/*  Projects
/* ---------------------------------------------------------------------- */

#portfolio {
  margin-left:-20px;
  height:100%;
}

.projects .filter {
  margin-bottom:20px;
}

/* Category filter */
#filters {
  float:left;
  margin:20px 0;
}

#filters li {
  list-style:none;
  float:left;
  margin-right:20px;
}

#filters li a {
    color:#000;
    text-decoration:none;
    text-transform:uppercase;
    font-family: "LeagueGothicRegular", "Helvetica Neue", Helvetica, Arial;
    font-size:26px;
    line-height:1.5em;
}

#filters li a:hover, #filters li.current a {
    color: #FFBE00;
}

.projects, .posts, .single-project, .features, .topmargin {
  margin-top:20px;
}

.single-project {
  margin-bottom:60px;
}

.project {
  position:relative;
  margin-bottom:20px;
  -webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
       -moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
            box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
}

.project:hover {
  -webkit-box-shadow: 2.5px 2.5px 5px rgba(255, 190, 0, .3);
       -moz-box-shadow: 2.5px 2.5px 5px rgba(255, 190, 0, .3);
            box-shadow: 2.5px 2.5px 5px rgba(255, 190, 0, .3);
}

.project a img{
  filter: alpha(opacity=100); /* old IE */
  opacity: 1;
}

.project a {
  display:block;
  color: #444;
  padding:2px;
  text-decoration:none;
  border:1px solid #ccc;
}

.project h4, .project .categories {
  position:absolute;
  padding:8px;
  filter: alpha(opacity=90);
  opacity: 0.8;
}

.project h4 {
  bottom:45px;
  right:10px;
  background:#fff;
  color:#000;
  font-family: "LeagueGothicRegular", "Helvetica Neue", Helvetica, Arial;
  font-size:26px;
  line-height:1em;
  text-transform:uppercase;
}

.project .categories {
  bottom:10px;
  right:10px;
  background:#000;
  color:#fff;
}

.project a:hover {
  border: 1px solid #FFBE00;
}

.project a:hover img {
  filter: alpha(opacity=70);
  opacity: .7;
}

/* ---------------------------------------------------------------------- */
/*  Isotope Filtering
/* ---------------------------------------------------------------------- */

.isotope-item {
  z-index: 5;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 4;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/* ---------------------------------------------------------------------- */
/*  Overlay on pictures in portfolio and blog
/* ---------------------------------------------------------------------- */

.overlay, .overlay-pf {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
  z-index: 40;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}

.overlay:hover, .overlay-pf:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=100);
}

.overlay.more, .overlay-pf.more {
  background: url(/img/overlay_more.png) no-repeat center center;
}

.overlay-pf.more {
  background-position: 10px 10px;
}

.overlay.video, .overlay-pf.video {
  background: url(/img/overlay_video.png) no-repeat center center;
}

.overlay-pf.video {
  background-position: 10px 10px;
}

.overlay.file, .overlay-pf.file {
  background: url(/img/overlay_file.png) no-repeat center center;
}

.overlay-pf.file {
  background-position: 10px 10px;
}

.overlay.picture, .overlay-pf.picture {
  background: url(/img/overlay_picture.png) no-repeat center center;
}

.overlay-pf.picture {
  background-position: 10px 10px;
}

/* ---------------------------------------------------------------------- */
/*  Blog posts
/* ---------------------------------------------------------------------- */

.post, .single-post {
  /*margin-top:20px;*/
  /*border-bottom: 1px dashed #ccc;*/
}

.posts img, .posts iframe {
  background:#fff;
  padding:2px;
/*  border:1px solid #ccc;
  -webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
       -moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
            box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);*/
}

.posts .img1 {
  background:none;
  padding:0;
  border:none;
  -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.img-item {
  position:relative;
  width: 200px;
  float: left;
}

.posts a:hover img {
  /*border: 1px solid #FFBE00;*/
  filter: alpha(opacity=70);
  opacity: .7;
}

aside {
  margin-top:20px;
}

aside .widget {
  margin-bottom:20px;
}

aside .categories {
  margin:0px;
  margin-top:10px;
}

aside .categories li {
  list-style:none;
  margin-bottom:5px;
  padding:5px;
  padding-bottom:7px;
  border-bottom:1px solid #eee;
}

aside .categories li a {
  text-decoration:none;
  color:#555;
  font-weight:bold;
}

aside .categories li a:hover, aside .categories li a.active {
  color: #F7931E;
}
.icon-ok{
  padding-left:5px;
}
.blog-entry{
  width: 500px;
  float: left;
  padding-left: 40px;
}
.blog-entry a {
  text-decoration:none;
}
.blog-entry h2{
  padding:0;
  padding-bottom: 15px;
  margin:0;
  line-height: 35px
}
.blog-entry h2 a:hover, .blog-entry h3 a:hover, .blog-entry .blog-data a:hover {
  color: #444;
}

.blog-entry .blog-data {
  margin-top:-10px;
  margin-bottom:15px;
  color:#999;
}

.job {
  margin-top:-15px;
  margin-bottom:15px;
  color:#999;
}

/* ---------------------------------------------------------------------- */
/*  Comments
/* ---------------------------------------------------------------------- */

#comments {
  clear: both;
  font-size:90%;
  line-height:1.5em;
}
#comments .navigation {
  padding: 0 0 18px 0;
}

.commentlist {
  list-style: none;
  margin: 0;
  margin-bottom:20px;
}
.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0px 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
}
.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}
#comments .comment-body p:last-child {
  margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-author {
}
.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold;
}
.comment-author .says {
  font-style: italic;
}
.comment-meta {
  font-size: 100%;
  margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
  color: #444;
  text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
  color: #FFBE00;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}

/* ---------------------------------------------------------------------- */
/*  Back Top button
/* ---------------------------------------------------------------------- */

#back-top {
    position:absolute;
    background:#dedede url(/img/arrow-up.png) no-repeat center center;
    bottom: 100px;
    right: 20px;
    display: none;
    height: 32px;
    position: fixed;
    width: 32px;
    z-index: 100;
    text-indent:-9000px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index:10000;
    overflow:hidden;
}

#back-top:hover {
  background-color: #FFBE00;
}

/* ---------------------------------------------------------------------- */
/* Table
/* ---------------------------------------------------------------------- */

.table th,
.table td {
  border-top: 1px solid #ffe390;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #fefaef;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #fff6dc;
}

/* ---------------------------------------------------------------------- */
/*  Contact map and form
/* ---------------------------------------------------------------------- */

#map {
  position:relative;
  height: 400px;
  margin-bottom:20px;
  width: 100%;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2), 0px -2px 1px #fff;
}

#map img{ max-width:none }

.contact {
  margin:50px auto;
}

.contact label{
  font-size:100%;
}

.contact .input {
  margin-bottom:15px;
}

.contact .error, .contact .valid {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.contact .valid {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.contact .error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.contact textarea {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.contact .botty {
  display:none;
}

/* ---------------------------------------------------------------------- */
/*  Accordion
/* ---------------------------------------------------------------------- */

.accordion a, .nav-tabs a {
  text-decoration:none;
}

.accordion a:hover, .nav-tabs a:hover {
  color:#444;
}

/* ---------------------------------------------------------------------- */
/*  Price Table
/* ---------------------------------------------------------------------- */

#price-table {
  margin: 20px auto 20px auto;
  text-align: center;
  width: 100%;
}

#price-table .plan {
  font-size:100%;
  text-shadow: 0 1px rgba(255,255,255,.8);
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  padding: 20px;
  min-width:120px;
  width: 20%;
  float: left;
  position: relative;
}

/* the most popular price table */
#price-table #most-popular {
  z-index: 2;
  top: -13px;
  border-width: 2px;
  padding: 30px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
  box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
}

#price-table h3 {
  font-size: 30px;
  font-weight: normal;
  padding: 30px 30px 10px 30px;
  margin: -20px -20px 70px -20px;
  background-color: #eee;
  background-image: -moz-linear-gradient(#fff,#eee);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(#fff, #eee);
  background-image: -o-linear-gradient(#fff, #eee);
  background-image: -ms-linear-gradient(#fff, #eee);
  background-image: linear-gradient(#fff, #eee);
}

#price-table #most-popular h3 {
  background-color: #ddd;
  background-image: -moz-linear-gradient(#eee,#ddd);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background-image: -webkit-linear-gradient(#eee, #ddd);
  background-image: -o-linear-gradient(#eee, #ddd);
  background-image: -ms-linear-gradient(#eee, #ddd);
  background-image: linear-gradient(#eee, #ddd);
  margin-top: -30px;
  padding-top: 30px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#price-table h3 span {
  display: block;
  font: bold 25px/100px Georgia, Serif;
  background: #fff;
  border: 5px solid #fff;
  height: 100px;
  width: 100px;
  margin: 10px auto -65px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 5px -5px 5px #ddd inset;
  -webkit-box-shadow: 5px -5px 5px #ddd inset;
  box-shadow: 5px -5px 5px #ddd inset;
}

#price-table ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

#price-table li {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

/* ---------------------------------------------------------------------- */
/*  Tagline
/* ---------------------------------------------------------------------- */

.tagline {
  display:block;
/*  border-bottom:3px solid #FFBE00;
  border-top:3px solid #FFBE00;
  padding:20px 0 15px 0;
  margin:30px 0;*/
  background-color: #EEE;
  background-image: -moz-linear-gradient(white,#EEE);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#EEE));
  background-image: -webkit-linear-gradient(white, #EEE);
  background-image: -o-linear-gradient(white, #EEE);
  background-image: -ms-linear-gradient(white, #EEE);
  background-image: linear-gradient(white, #EEE);
  padding-left: 20px;
  border-bottom: none;
  margin-bottom: 20px;
  -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-moz-box-shadow: 0 5px 5px 0 #ccc;
-webkit-box-shadow: 0 5px 5px 0 #ccc;
box-shadow: 0 5px 5px 0 #ccc;
}
.tagline1{
margin-top: -90px;
margin-left: 30px;
font-size: 50px;
color: white;
margin-bottom: 30px;
}

/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container, .flex-container-nonav {
  zoom: 1;
  position: relative;
  background:#fff;
  padding:2px;
  border:1px solid #ccc;
  -webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
       -moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
            box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
  background:none;
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  zoom: 1;
}

.flex-caption {
  width: 96%;
  padding: 2%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.3);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size:120%;
  line-height:1.5em;
}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {
  width: 34px;
  height: 34px;
  display: block;
  background:#fff url(/img/arrows1.png) no-repeat -1px center ;
  position: absolute;
  top: 42%;
  cursor: pointer;
  text-indent: -999em;
  opacity: .8; filter:alpha(opacity=80);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border:3px solid #474747;
}
.flex-direction-nav li a:hover {
  opacity: 1; filter:alpha(opacity=100);
  background-color: #FFBE00;
}
.flex-direction-nav li .next { background-position: right center; right: 20px; }
.flex-direction-nav li .prev { left: 20px; }
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(/img/control-nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/* ---------------------------------------------------------------------- */
/*  Media: visible phone and desktop (<767px)
/* ---------------------------------------------------------------------- */

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}

/* ---------------------------------------------------------------------- */
/*  Media: visible tablet and desktop (<768px & >979px)
/* ---------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}

/* ---------------------------------------------------------------------- */
/*  Media: Less than 480px (Smartphones)
/* ---------------------------------------------------------------------- */

@media (max-width: 480px) {
  /* decrease font size for h2 and p: slider */
  .da-slider {
    display:none;
  }
  #nav .mobile-nav {
    display:block;
    margin:20px 0px;
    background:#eee;
  }
  #nav {
    float:none;
  }
  #logo {
    display:block;
  }
  #nav ul {
    display:none;
  }
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

/* ---------------------------------------------------------------------- */
/*  Media: Less than 767px
/* ---------------------------------------------------------------------- */

@media (max-width: 767px) {
  /* decrease font size for h2 and p: slider */
  .da-slide h2{
      font-size: 50px;
      top: 70px;
  }
  .da-slide p{
      top: 145px;
      font-size: 15px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
    padding:0px 20px;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
    clear:both;
    margin-bottom:20px;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
}

/* ---------------------------------------------------------------------- */
/*  Media: Between 768px and 979px
/* ---------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8, .span81 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 714px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 652px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 590px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 528px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 466px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 404px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 342px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 280px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 218px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 156px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 94px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 32px;
  }
}

/* ---------------------------------------------------------------------- */
/*  Media: More than 1200px
/* ---------------------------------------------------------------------- */

@media (min-width: 1200px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8, .span81 {
    width: 770px;
  }
  .span81{
    padding-bottom: 10px;
    border-bottom: 1px dashed #CCC;
    margin-bottom: 20px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 350px;
  }
  .span41 {
    width: 350px;
    padding:13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 5px 15px #CCC;
    -webkit-box-shadow: 0 5px 15px #CCC;
    box-shadow: 0 5px 15px #CCC;
    background: #f5f5f5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
  }
  .span42 {
    width: 350px;
    padding-left: 20px;
  }
  .span43 {
    width: 350px;
    padding-left: 20px;
    border-left: 1px solid #DDD;
  }
  hr{
    border:none;
    border-top:1px solid #ccc;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1160px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1060px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 960px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 860px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 760px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 660px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 560px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 460px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 360px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 260px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 160px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 60px;
  }
  .thumbnails {
    margin-left: -20px;
  }
  .thumbnails > li {
    margin-left: 20px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

/*Custom*/
#loginNav{
height:20px;
background: #a4b357; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0YjM1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NTg5MGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #a4b357 0%, #75890c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(100%,#75890c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a4b357 0%,#75890c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-8 */
}
#nav a#loginNav:hover{
  color:white;
background: #a5c956; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiNhNWM5NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2RlYjhlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #a5c956 42%, #cdeb8e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(42%,#a5c956), color-stop(100%,#cdeb8e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a5c956 42%,#cdeb8e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a5c956 42%,#cdeb8e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a5c956 42%,#cdeb8e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a5c956 42%,#cdeb8e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5c956', endColorstr='#cdeb8e',GradientType=0 ); /* IE6-8 */
}

.floatleft{
  float:left
}
.floatright{
  float:right
}

/*Search form*/
.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}
/* Form wrapper styling */
.form-wrapper {
    padding: 10px 10px 0 10px;
    margin-bottom: 30px;
    background: #ddd;
/*    background: rgba(0,0,0,.2);*/
    border-radius: 5px;
    /*box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);*/
}

/* Form text input */

.form-wrapper input {
    width: 210px;
    height: 20px;
    padding: 10px 5px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    border-radius: 3px 0 0 3px;
}

.form-wrapper input:focus {
    outline: 0;
    background: lightyellow;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #444;
    border-radius: 0 3px 3px 0;
    /*text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);*/
}

.form-wrapper button:hover{
    background: orange;
}

.form-wrapper button:active,
.form-wrapper button:focus{
    background: orange;
    outline: 0;
}

.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #444 transparent;
    top: 12px;
    left: -6px;
}

.form-wrapper button:hover:before{
    border-right-color: orange;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: orange;
}

.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

/*Login and forgot password form*/
    #loginForm{
      padding:10px;
    }
    #userEmail, #userPassword, #emailPassword, .loginemail, .loginpassword{
        border:1px solid #ccc;
        height:60px;
        width:500px;
        background-color: #f5f5f5;
        font-size:30px;
        color: darkorange;
        padding: 0 10px;
    }
    #loginForm label, #forgotPasswordBox label, .loginform label{
        margin:10px 0 5px 0;
        font-weight: bold;
        font-size:25px;
    }
    #submit, #forgotSubmit{
        margin-top:10px;
        height:40px!important;
        float: right;
        width: 200px;
        font-size: 40px;
    }
    .err_succ{
      margin-left:0; width:100%; display:none;
    }
    .hidden{
      display: none
    }

    /*Form stylized*/
    #stylized{
  clear: both;
}
#stylized h3{
  color:#bbb;
}
#stylized label {
    display:block;
    font-weight:bold;
    text-align:right;
    width:140px;
    float:left;
    padding-top: 7px;
    color: #666;
}
#stylized label.other {
    display:block;
    font-weight:bold;
    width: 100%;
    text-align: left;
    padding-top: 7px;
    color: #666;
}

#stylized input {
    float:left;
    font-size:12px;
    padding:4px 5px;
    border:solid 1px #ccc;
    width:300px;
    margin:2px 0 10px 20px;
    height:18px;
    line-height: 18px;
}
#stylized input, #stylized textarea{
  background:lightyellow;
}
#stylized select{
    margin:2px 0 20px 20px;
}
#stylized textarea{
  width: 90%;
  height:70px;
}
.block {
    display:block;
    clear: both
}
#spinner{
display:    none;
position:   fixed;
z-index:    1000;
top:        0;
left:       0;
height:     100%;
width:      100%;
background: rgba( 0, 0, 0, .8 )
            url('/img/loading.gif')
            50% 50%
            no-repeat;
opacity: 0.80;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
filter: alpha(opacity = 80)};

.benifits{
  list-style:none; padding:0; margin:0;
  }
.benifits li{ line-height: 28px}

/*colored*/
.colored_gray{
  color:#aaa;
}

    ol{
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 2em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

/*Ordered list*/
ol ol{
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
.olist span{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}

.olist span:hover{
    background: #eee;
}

.olist span:hover:before{
    transform: rotate(360deg);
}

.olist span:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.blog-entry ol{
  list-style: decimal;
  clear:  both
}
.blog-entry ul{
  list-style: none;
  clear: both
}
.blog-entry li{
  margin-bottom:10px;
  background: #F1F1F1;
  padding: 10px;
  border: 1px solid #DDD;
  text-align:justify
}

/* scrub form */
    #scrubForm{
        width:350px;
        height:230px;
    }
    #scrubForm label{
        text-align: right;
        width: 140px;
        float: left;
        font-weight: bold;
        padding-right: 20px;
    }
    #scrubForm input{
        float: left;
        width: 100px
    }
    #scrubYear, #scrubMonth, #clickMedia, #status{
        width: 70px;
    }
    .clear{
        display: block;
        clear: both;
    }