html, body {
    height: 100%
}

/*
html {
    overflow-x: hidden
}
*/

body {
    font-family: Helvetica, sans-serif, Arial;
    background: #111;
    height: 100%
}


* {
    margin: 0;
    padding: 0
}


.nomargin {
    margin: 0
}

.block {
    display: block
}


.border {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #CCC
}

img {
    border: 0;
    clear: both
}


/*
h1,h2,h3,h4,h5,h6{color:#1b1b1b;font-weight:bold;line-height:1.6}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}
*/

h1,h2,h3,h4,h5,h6{ color:#1b1b1b; }
h1{font-size:46px !important;font-size:4.6rem;margin-bottom:12px}
h2{font-size:39px !important;font-size:3.9rem;margin-bottom:9px}
h3{font-size:29px !important;font-size:2.9rem;margin-bottom:9px}
h4{font-size:25px !important;font-size:2.5rem;margin-bottom:3px}
h5{font-size:19px !important;font-size:1.9rem;font-weight:normal;margin-bottom:3px}
h6{font-size:15px !important;font-size:1.5rem;font-weight:normal}
h4.icon {
    font-size: 30px;
    font-size: 3.0rem;
    display: inline;
    padding-left: 20px;
    padding-top: 5px;
    color: #444;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, h1.black,
h2.black, h3.black, h4.black, h5.black, h6.black {
    display: inline-block;
    margin-bottom: 9px;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s
}
h1.white:hover, h2.white:hover, h3.white:hover, h4.white:hover,
h5.white:hover, h6.white:hover, h1.black:hover, h2.black:hover, h3.black:hover,
h4.black:hover, h5.black:hover, h6.black:hover {
    background: #afadc3 !important;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s
}
h4.icon:hover {
    color: #fff;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s
}
h5.border {
    border-bottom: 3px solid #111;
    margin-bottom: 15px;
    padding-bottom: 15px
}
h6 a:hover {
    text-decoration: underline
}


p {
    font-size: 10px;
    font-size: 1.0rem
}

p.meta {
    font-size: 1.2rem !important;
    margin-right: 7px;
}

p.midmargin.meta {
    font-size: 1.2rem !important;
}

.home_title h1 {
    font-size: 70px;
    font-size: 7.0rem;
    line-height: 1.1
}


.meta {
    /*font-size: 14px !important;*/
    color: #000000;
}

.meta_about {
    text-align: right;
}

.smallfont {
    font-size: 10px !important;
    font-size: 1.0rem !important;
    font-weight: bold;
    color: #000000;
}

.mediumfont {
    font-size: 12px !important;
    font-size: 1.2rem !important
}

.largefont {
    font-size: 18px !important;
    font-size: 1.8rem !important
}

.tabs div {
    padding-left: 0
}

.tabs ul {
    border-bottom: solid 1px #111;
    height: 30px
}

.tabs li {
    width: 100px;
    text-align: center
}

.tabs li a {
    display: block;
    height: 30px;
    padding: 0 12px;
    line-height: 30px;
    margin: 0 -1px 0 0;
    color: #fff;
    text-shadow: 0;
    background: #111;
    font-size: 12px
}

.tabs li a:hover {
    background-image: url('../images/tab_active.png');
    background-repeat: no-repeat;
    background-color: transparent;
    height: 30px;
    font-weight: 400;
    color: #fff;
    border-width: 0;
    text-shadow: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

.tabs li.active a {
    height: 30px;
    font-weight: 400;
    color: #fff;
    background: #111;
    border-width: 0;
    text-shadow: 0
}

ol,ul {
	list-style:none;
	margin-bottom:18px;
	margin-left:30px;
	margin:4px 0 5px 30px;
}
li{margin-bottom:12px}
ul.large li{line-height:21px}


/* *    ***************************************************************** */

::selection {
    background: #5F5D78;
    color: #fff
}

::-moz-selection {
    background: #5F5D78;
    color: #fff
}


/* *  MENU  ***************************************************************** */

#nav-social {
    float: right;
    width: 100%;
    height: 45px;
    margin: 3px 0 0 0
}

#nav-social ul {
    float: right;
    margin: 3px 0 0 0
}

#nav-social ul li {
    float: left;
    margin: 0 2px 0 0;
    cursor: pointer
}

#nav-social ul li:hover i {
    color: #555;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s
}

#nav-social ul li:hover i {
    color: #0091b5;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s
}

#navigation {
    float: right;
    margin: 0 20px 0 0
}

#navigationmain ul {
    margin: 5px 0 10px 0;
    padding: 0;
    float: right;
    padding: 0
}

#navigationmain li {
    margin: 0;
    padding: 0
}

#navigationmain li.active a {
    color: #afadc2
}

#navigationmain li.active>ul>li>a {
    color: #afadc2
}

#navigationmain a {
    margin: 0;
    padding: 0
}

#navigationmain ul {
    list-style: none
}

#navigationmain a {
    text-decoration: none
}

#navigationmain>ul>li {
    float: left;
    margin-right: 1px;
    position: relative
}

#navigationmain>ul>li.active a {
    color: #ffffff
}

#navigationmain>ul>li>a {
    color: #afadc2;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-left: 20px;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s
}

#navigationmain ul>ul {
    padding: 0
}

#navigationmain>ul>li>a:hover {
    color: #5f5d78;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s
}

#navigationmain>ul>li>ul {
    opacity: 0;
    visibility: hidden;
    background-color: #5f5d78;
    text-align: left;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -75px;
    margin-top: -22px;
    width: 180px;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    padding-top: 0
}

#navigationmain>ul>li:hover>ul {
    opacity: 1;
    top: 64px;
    visibility: visible
}

#navigationmain>ul>li>ul:before {
    content: '';
    display: block;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px
}

#navigationmain>ul ul>li {
    position: relative
}

#navigationmain ul ul a {
    color: #5f5d78;
    font-family: inherit;
    font-size: 13px;
    font-size: 1.3rem;
    background-color: #5f5d78;
    padding: 15px 8px 15px 16px;
    display: block;
    -webkit-transition: background-color .1s;
    -moz-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color .1s
}

#navigationmain ul ul a:hover {
    background-color: #5f5d78;
    color: #5f5d78 !important;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

#navigationmain ul ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 206px;
    padding: 16px 0 20px 0;
    background-color: #5f5d78;
    text-align: left;
    width: 160px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

#navigationmain ul ul>li:hover>ul {
    opacity: 1;
    left: 196px;
    visibility: visible
}

#navigationmain li .active {
    color: #d2d3dd
}

#navigationmain>ul>li>a:hover {
    color: #d2d3dd
}

#showLeftPush {
    position: fixed;
    right: 2%
}

#showLeftPush a {
    color: #fff;
    cursor: pointer
}

#showLeftPush a:hover {
    color: #0091b5;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}


/* *  HEADER  ***************************************************************** */

header {
    top: 0;
    left: 0;
    z-index: 50000;
    display: block;
    background-color: #111;
    position: fixed;
    width: 100%;
    box-shadow: 0 1px 5px #111;
    height: 80px
}

/* *  FOOTER  ***************************************************************** */

footer {
    width: 100%;
    z-index: 10;
    border-top: 0px solid #3c3c3c;
    display: block;
}

.logofooter {
    float: left;
    margin-right: 10px
}

.copyrightfooter {
    float: left
}

footer .greytext a {
    color: #fff !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

footer .greytext a:hover {
    color: #5f5d78 !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

footer.fixed {
    position: fixed;
    z-index: 10;
    bottom: 0;
    height: 10px;
    overflow: hidden
}

/* *    ***************************************************************** */


.newsletter .submit {
    margin: 0 !important
}

.logo {
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    margin-top: 5px
}


/* *    ***************************************************************** */


.center {
    text-align: center !important
}

.right {
    text-align: right !important
}


/*

.left:hover {
    text-align: left !important;
    background: #FFFFFF !important;
}

.blog:hover {
    color: #fff !important
}

.blog:hover {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s;
    background: #d4d2f8
}

*/

.greytext:hover {
    color: #fff !important
}

.blog:hover .blacktext {
    color: #57517b !important;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.blog img {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.blog:hover p {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s;
    color: #272727
}

.blog a.greytext:hover {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s;
    color: #272727 !important
}

.blogpost {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 100px 20px 30px 20px
}

.blogpost img {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 15px 0
}


.blacktext {
    color: #111 !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

a.blacktext:hover {
    color: #5f5d78 !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

.tabs li a {
    padding: 0;
    border: 0;
    background: transparent
}

a.flags {
    color: #afadc3 !important;
    font-size: 12px;
    font-family: 'ubunturegular', sans-serif;
    padding-left: 4px
}

a.flags_active, a.flags:hover {
    color: #ffffff !important;
    font-size: 12px;
    font-family: 'ubunturegular', sans-serif;
    padding-left: 4px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

h2.blacktext.center {
	text-shadow: 1px 1px #FFFFFF;
}

.greytext {
    color: #272727 !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

/*
.blackgreytext {
    color: #333 !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}
*/

a.greytext:hover {
    color: #5f5d78 !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

.greylight {
    color: #ffffff !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

a.greylight:hover {
    color: #afadc3 !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

/* *    ***************************************************************** */

.buttonWhitepaper {
    letter-spacing: 1px;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px 0 0 20px;
    border: 0;
    color: #5f5d78;
    background: #ffffff;
    width: 100px;
    padding: 3px 10px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.buttonWhitepaper.b2 {
    width: 120px;
}

.buttonWhitepaper:hover, .buttonWhitepaper_family:hover {
    background: #afadc3 !important;
    color: #FFFFFF !important
}


/* *    ***************************************************************** */
/* *    ***************************************************************** */
/* *    ***************************************************************** */
/* *    ***************************************************************** */
/* *    ***************************************************************** */

/* *  MENU STYLES *********************************************************** */

.cbp-spmenu {
    background: #5f5d78;
    position: fixed
}

.cbp-spmenu h3 {
    color: #afadc3;
    font-size: 1.9em;
    padding: 10px 20px 10px 20px;
    margin: 0;
    font-weight: 300;
    background: #333
}

.cbp-spmenu a {
    display: block;
    color: #5f5d78;
    font-size: 1.1em;
    font-weight: 300
}

.cbp-spmenu a:hover {
    background: #5f5d78
}

.cbp-spmenu a:active {
    background: #c1bfd0;
    color: #5f5d78
}

.cbp-spmenu-vertical {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    text-align: left
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #5f5d78;
    padding: .5em
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em;
    border-left: 1px solid ##5f5d78
}

.cbp-spmenu-left {
    top: 60px;
    left: -100%
}

.cbp-spmenu-left.cbp-spmenu-open {
    top: 60px;
    left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0
}

.cbp-spmenu-push {
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    background-position: left top;
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu, .cbp-spmenu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}


/* *  PADDINGS *********************************************************** */

.nopadding {
    padding: 0 !important;
    margin: 0 auto
}

.smallpadding {
	min-width: 700px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.smallsidepadding {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.smalltoppadding {
    padding-top: 10px !important;
    font-size: 1.4rem;
}

.smallbottompadding {
    padding-bottom: 10px !important
}

.leftpadding {
    padding-left: 20px !important
}

.rightpadding {
    padding-right: 20px !important
}

.rightpadding_p {
    padding-right: 10px !important
}

.midpadding {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.midsidepadding {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.midtoppadding {
    padding-top: 20px !important
}

.midbottompadding {
    padding-bottom: 20px !important
}

.bigpadding {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-left: auto;
    margin-right: auto
}

.bigsidepadding {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.bigtoppadding {
    padding-top: 50px !important
}

.bigbottompadding {
    padding-bottom: 50px !important
}

.insightpadding {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.largepadding {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.largebottompadding {
    padding-bottom: 100px !important
}

.largetoppadding {
    padding-top: 100px !important;
    padding-bottom: 10px
}

.nomargin {
    margin: 0 !important
}

.smallmargin {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.smallmarginsides {
    margin-left: 20px !important;
    margin-right: 10px !important
}

.smalltopmargin {
    margin-top: 10px !important
}

.smallbottommargin {
    margin-bottom: 10px !important
}

.midmargin {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 0.8rem !important;
}

.midtopmargin {
    margin-top: 20px !important
}

.midbottommargin {
    margin-bottom: 0px !important
}

.bigmargin {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.bigtopmargin {
    margin-top: 50px !important
}

.bigbottommargin {
    margin-bottom: 50px !important
}

.largemargin {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.largebottommargin {
    margin-bottom: 100px !important
}

.largetopmargin {
    margin-top: 100px !important
}


/* *  BORDER *********************************************************** */


.border_cinza {
    border-bottom: 8px solid #111
}

.border_cinza_thin {
    border-bottom: 3px solid #111
}

.border_azul {
    border-top: 3px solid #5f5d78
}


.white .drawer {
    border-top: 4px solid #111
}

.black .drawer {
    border-top: 4px solid #fff
}

.hidden {
    overflow: hidden
}

.black {
    background: #111
}

.white {
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.grey {
    background: #e6e6e6
}

.purple {
    background: #ece9f2
}

.blue {
    color: #5f5d78
}

.red {
    color: #c00 !important;
    opacity: 1
}

.azul {
    color: #5f5d78
}

.verde {
    color: #8fc43b
}

.drag {
    overflow-x: visible;
    overflow-y: hidden;
    padding: 0 0 !important;
    height: 420px
}

.dragbig {
    overflow-x: visible;
    overflow-y: hidden;
    padding: 0 0 !important;
    height: 100%
}

.slideshow {
    border-bottom: 6px solid #111
}

.whitevertical {
    border-right: 1px solid #fff;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.whitehorizontal {
    height: 1px;
    width: 100%;
    background-color: #fff
}

.blackvertical {
    border-right: 1px solid #111;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.blackhorizontal {
    height: 1px;
    width: 100%;
    background-color: #111
}

.greyhorizontal {
    background-color: #d2d3dd;
    height: 1px;
    margin-top: 10px !important;
    margin-bottom: 10px !important
    width: 100%
}

.edgehorizontal {
    height: 1px;
    width: 100%;
    background-color: #5d5f78
}

.black p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #888;
}

.white p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #444;
    text-align: justify
}

.white blockquote {
    border-left: 2px solid #111;
    font-weight: 400;
    font-style: italic
}

.black blockquote {
    border-left: 2px solid #fff;
    font-weight: 400;
    font-style: italic
}

/*
#map {
    height: 350px
}


p {
    font-family: 'ubunturegular', sans-serif
}

.black p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #888;
    font-family: 'ubunturegular', sans-serif
}

.white p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #444;
    font-family: 'ubunturegular', sans-serif;
    text-align: justify
}

.white blockquote {
    border-left: 2px solid #111;
    font-family: 'droid_serifregular', serif;
    font-weight: 400;
    font-style: italic
}

.black blockquote {
    border-left: 2px solid #fff;
    font-family: 'droid_serifregular', serif;
    font-weight: 400;
    font-style: italic
}

.white p.dropcaps:first-letter {
    font-size: 65px;
    font-size: 6.5rem;
    float: left;
    color: #111;
    line-height: 50px;
    padding-right: 10px;
    font-family: inherit
}

.black p.dropcaps:first-letter {
    font-size: 65px;
    font-size: 6.5rem;
    float: left;
    color: #fff;
    line-height: 50px;
    padding-right: 10px;
    font-family: inherit
}

*/

.whitetext {
    color: #fff !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

a.whitetext:hover {
    color: #AFADC3 !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}


.greentext {
    color: #0091b5 !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

a.greentext:hover {
    color: #fff !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

.black a.greytext:hover {
    color: #fff !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

.white a.greytext:hover {
    color: #111 !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

.blue {
    color: #5f5d78
}

.italic {
    font-family: 'droid_serifitalic', serif;
    font-weight: 400;
    font-style: italic
}

.italicbold {
    font-family: 'droid_serifbold_italic', serif;
    font-weight: 700;
    font-style: italic
}


.light {
    font-weight: 300;
}

.bold {
    font-weight: 400
}

.extrabold {
    font-weight: 700
}

.selectnav {
    display: none
}

.titlesidebar {
    font-size: 14px;
    font-size: 1.4rem
}


/*
.valores {
    margin-top: -80px
}

.client {
    opacity: .9;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    border-bottom: 3px solid #fff
}

.client:hover {
    opacity: .9;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    border-bottom: 3px solid #111
}

.person {
    position: relative;
    float: left;
    display: block;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    border: 1px solid#fff
}

.person img {
    display: block
}

.person:hover img {
    opacity: .6;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s
}

.person:hover {
    -webkit-box-shadow: 5px 5px 0 #fff;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transform: translate(0, -5px)
}

.personinfo {
    position: absolute !important;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    background: #111;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    display: block;
    padding: 20px 20px !important
}

.team {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block
}

.team img {
    width: 100%;
    display: block
}

.person:hover .personinfo, .team:hover .personinfo {
    display: block;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    opacity: 1
}

.team:hover .person {
    -webkit-box-shadow: 5px 5px 0 #fff;
    -moz-box-shadow: 5px 5px 0 #fff;
    -o-box-shadow: 5px 5px 0 #fff;
    -ms-box-shadow: 5px 5px 0 #fff;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transform: translate(0, -5px)
}
*/

.blog {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 35px;
    margin-bottom: 15px !important;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s;
    padding: 10px;
    background: #fff
}

.sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 17px 20px;
    border-left: 2px solid #444
}

.sidebartext {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    margin: 0 0 10px
}

.itempost {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 100px 20px 100px 0
}

.itempost img {
    -webkit-filter: grayscale();
    border: 0 !important
}

.item img {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.item {
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s;
    width: 300px;
    margin-bottom: 25px
}

.item:hover .whitetext {
    color: #272727 !important;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s
}

.itemstripe {
    width: 200px;
    height: 100%;
    display: block;
    background-color: #fff;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    position: relative !important;
    overflow: hidden;
    border-right: 1px solid #111
}

.itemstripe:hover {
    width: 210px;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    box-shadow: -3px 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -3px 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 0 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: -3px 0 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: -3px 0 2px rgba(0, 0, 0, 0.3)
}

.infowhite {
    position: absolute !important;
    z-index: 3;
    bottom: 150px;
    width: 100%;
    height: 180px;
    background-color: #fff;
    cursor: default;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.itemstripe:hover .infowhite {
    background-color: #111;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    color: #fff !important;
    cursor: pointer
}

.itemstripe a {
    color: inherit;
    cursor: pointer
}

.itemstripe .infowhite:hover .view {
    color: #4dbce9 !important;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.itemstripe:hover .infowhite .blacktext {
    color: #fff !important;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.itemstripe:hover .infowhite a.blacktext {
    color: #272727 !important;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.itemstripe:hover .infowhite span.blacktext {
    color: #272727 !important;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.item:hover a.blacktext, .blog:hover a.blacktext {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s;
    letter-spacing: 3px;
    color: #111
}

.griditem {
    margin-bottom: 15px;
    box-sizing: border-box;
    display: block
}

.griditem img {
    -webkit-filter: grayscale();
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=0)"
}

.griditem:hover img {
    -webkit-filter: saturate(800%);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=100)"
}

.griditem a {
    color: #fff;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=100)"
}

.gridinfo {
    position: absolute !important;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    background: #272727;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    display: block;
    padding: 50px 10px !important;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=0)"
}

.griditem:hover .gridinfo {
    display: block;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    opacity: 1;
    -webkit-transition-delay: 1s;
    -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=100)"
}

.gridblack {
    position: absolute !important;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    background: #111;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    display: block;
    padding: 20px 20px !important;
    -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=0)"
}

.griditem:hover .gridblack {
    display: block;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    opacity: 1;
    -webkit-transition-delay: 3s;
    -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=100)"
}

.gridder {
    width: 100%;
    max-width: 1007px;
    margin: 0 auto
}

.gridblock {
    position: relative;
    float: left;
    width: 335px;
    overflow: hidden;
    cursor: pointer
}

.gridblock_proj {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.gridblock img {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #CCC
}

.gridblock_proj img {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: auto;
    margin-left: auto
}

.gridinfo {
    position: absolute !important;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    background: #272727;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    display: block;
    padding: 20px 2px !important;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=0)"
}

.gridinfo_proj {
    position: absolute !important;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=0)"
}

.gridblock:hover .gridinfo, .gridblock_proj:hover .gridinfo_proj {
    display: block;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft. Alpha(Opacity=100)"
}

form label {
    text-transform: uppercase;
    font-size: 1em;
    color: #111;
    position: relative;
    clear: both
}

small {
    font-size: 12px;
    line-height: inherit
}

.white .field .text, .white .field .search, .white .field .textarea {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background: #fff;
    padding: 6px 5px;
    border-radius: 0;
    border: 1px solid #111
}

.subject {
    position: relative;
    font-size: 14px;
    padding: 8px 10px;
    outline: none !important;
    background: #fff;
    -webkit-box-shadow: inset 0 2px 3px #ccc, 0 1px 0 #f4fff6;
    box-shadow: inset 0 2px 3px #ccc, 0 1px 0 #f4fff6;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    margin: 0;
    background: white url("../images/br_down.png") no-repeat right 10px top 10px
}

.white .field .text input, .white .field .text input[type="search"],
.white form textarea {
    font-size: 12px !important;
    font-family: inherit;
    background-color: #fff;
    letter-spacing: 1.4px;
    color: #111
}

.submit {
    font-family: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0
}

.white .submit, #contactform .submit {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 15px;
    border: 0;
    color: #ccc;
    width: 100%;
    padding: 7px 7px;
    display: block;
    text-align: center;
    background: #111;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.white .submit:hover, #contactform .submit:hover {
    color: #fff;
    background: #afadc3;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.black .field .text, .black .field .search, .black .field .textarea {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background: #fff;
    padding: 6px 5px;
    border-radius: 0;
    border: 0
}

.black .field .text input, .black .field .text input[type="search"],
.black form textarea {
    font-size: 12px !important;
    font-family: inherit;
    background-color: #fff;
    letter-spacing: 1.4px;
    color: #111
}

.black .submit {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 15px;
    border: 0;
    color: #111;
    width: 100%;
    padding: 7px 7px;
    display: block;
    text-align: center;
    background: #fff;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.black .submit:hover {
    color: #111;
    background: #afadc3;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.button {
    letter-spacing: 1px;
    font-size: 11px;
    font-size: .9rem;
    margin-top: 15px;
    border: 0;
    color: #fff;
    background: #111;
    width: 100%;
    padding: 12px 0;
    display: block;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.button:hover {
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    background: #272727;
    box-shadow: 0 0 #111;
    -webkit-box-shadow: 0 0 #111;
    -moz-box-shadow: 0 0 #111;
    -ms-box-shadow: 0 0 #111;
    -o-box-shadow: 0 0 #111;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.black .button {
    letter-spacing: 1px;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 15px;
    border: 0;
    color: #111;
    background: #fff;
    width: 100%;
    padding: 12px 0;
    display: block;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.black .button:hover {
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    background: #272727;
    box-shadow: 0 0 #111;
    -webkit-box-shadow: 0 0 #111;
    -moz-box-shadow: 0 0 #111;
    -ms-box-shadow: 0 0 #111;
    -o-box-shadow: 0 0 #111;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.secondbutton {
    display: block;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    border-radius: 4px;
    width: 100%;
    padding: 15px 5px;
    border: 1px solid #000;
    color: #fff;
    background: #111;
    margin-top: 15px;
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 26px 10px 0 rgba(255, 255, 255, 0.08), inset -1px 0 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 26px 10px 0 rgba(255, 255, 255, 0.08), inset -1px 0 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 26px 10px 0 rgba(255, 255, 255, 0.08), inset -1px 0 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.secondbutton:hover {
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #00bd78;
    background: #272727;
    box-shadow: 0 0 #111;
    -webkit-box-shadow: 0 0 #111;
    -moz-box-shadow: 0 0 #111;
    -ms-box-shadow: 0 0 #111;
    -o-box-shadow: 0 0 #111;
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.5), inset 0 10px 10px 0 rgba(255, 255, 255, 0.05), inset -1px 0 0 0 rgba(255, 255, 255, 0.5), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.5), inset 0 10px 10px 0 rgba(255, 255, 255, 0.05), inset -1px 0 0 0 rgba(255, 255, 255, 0.5), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.5), inset 0 10px 10px 0 rgba(255, 255, 255, 0.05), inset -1px 0 0 0 rgba(255, 255, 255, 0.5), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.thirdbutton {
    display: block;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    border-radius: 4px;
    width: 100%;
    padding: 15px 5px;
    border: 1px solid #ffb72c;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    background: #ffd34c;
    margin-top: 15px;
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 26px 10px 0 rgba(255, 255, 255, 0.08), inset -1px 0 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 26px 10px 0 rgba(255, 255, 255, 0.08), inset -1px 0 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 26px 10px 0 rgba(255, 255, 255, 0.08), inset -1px 0 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.thirdbutton:hover {
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #00bd78;
    background: #272727;
    box-shadow: 0 0 #111;
    -webkit-box-shadow: 0 0 #111;
    -moz-box-shadow: 0 0 #111;
    -ms-box-shadow: 0 0 #111;
    -o-box-shadow: 0 0 #111;
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.5), inset 0 10px 10px 0 rgba(255, 255, 255, 0.05), inset -1px 0 0 0 rgba(255, 255, 255, 0.5), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.5), inset 0 10px 10px 0 rgba(255, 255, 255, 0.05), inset -1px 0 0 0 rgba(255, 255, 255, 0.5), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.5), inset 0 10px 10px 0 rgba(255, 255, 255, 0.05), inset -1px 0 0 0 rgba(255, 255, 255, 0.5), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.fourthbutton {
    display: block;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    border-radius: 4px;
    width: 100%;
    padding: 15px 5px;
    border: 1px solid #949494;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    background: #272727;
    margin-top: 15px;
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 26px 10px 0 rgba(255, 255, 255, 0.08), inset -1px 0 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 26px 10px 0 rgba(255, 255, 255, 0.08), inset -1px 0 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 26px 10px 0 rgba(255, 255, 255, 0.08), inset -1px 0 0 0 rgba(255, 255, 255, 0.3), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.fourthbutton:hover {
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #00bd78;
    background: #272727;
    box-shadow: 0 0 #111;
    -webkit-box-shadow: 0 0 #111;
    -moz-box-shadow: 0 0 #111;
    -ms-box-shadow: 0 0 #111;
    -o-box-shadow: 0 0 #111;
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.5), inset 0 10px 10px 0 rgba(255, 255, 255, 0.05), inset -1px 0 0 0 rgba(255, 255, 255, 0.5), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.5), inset 0 10px 10px 0 rgba(255, 255, 255, 0.05), inset -1px 0 0 0 rgba(255, 255, 255, 0.5), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.5), inset 0 10px 10px 0 rgba(255, 255, 255, 0.05), inset -1px 0 0 0 rgba(255, 255, 255, 0.5), inset 0 -10px 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.btn a {
    font-family: inherit;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px
}

.btn a:hover {
    font-family: inherit;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px
}

div.scrollingHotSpotLeft {
    max-width: 40px;
    width: 10%;
    height: 100%;
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    left: 0;
    cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur), w-resize
}

div.scrollingHotSpotLeftVisible {
    background-repeat: no-repeat;
    opacity: .35;
    -moz-opacity: .35;
    filter: alpha(opacity=35);
    zoom: 1
}

div.scrollingHotSpotRight {
    max-width: 60px;
    width: 10%;
    height: 100%;
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    z-index: 200;
    right: 0;
    cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur), e-resize
}

div.scrollingHotSpotRightVisible {
    background-repeat: no-repeat;
    opacity: .35;
    filter: alpha(opacity=35);
    -moz-opacity: .35;
    zoom: 1
}

div.scrollWrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

div.scrollableArea {
    position: relative;
    width: auto;
    height: 100%
}

#scroll {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

#scroll div.scrollableArea div {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

#mouse {
    background: url(../images/mouse.png);
    z-index: 10000;
    width: 43px;
    height: 44px;
    opacity: 1;
    position: absolute;
    right: 0
}

.fade {
    display: block;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -moz-animation-name: fade;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -o-animation-name: fade;
    -o-animation-duration: 1s;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 0;
    -o-animation-play-state: running;
    -ms-animation-name: fade;
    -ms-animation-duration: 1s;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 0;
    -ms-animation-play-state: running
}

/*

@-webkit-keyframes fade {
    50% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fade {
    50% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

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

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit
}

.icon-large:before {
    vertical-align: top;
    font-size: 1.3333333333333333em
}

.btn [class^="icon-"], .btn [class*=" icon-"] {
    line-height: .9em
}

li [class^="icon-"], li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center
}

li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
    width: 1.875em
}

li[class^="icon-"], li[class*=" icon-"] {
    margin-left: 0;
    list-style-type: none
}

li[class^="icon-"]:before, li[class*=" icon-"]:before {
    text-indent: -2em;
    text-align: center
}

li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
    text-indent: -1.3333333333333333em
}


.white .tweet_list, .grey .tweet_list, .greybox .tweet_list {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    color: #111;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s
}

.white .tweet_list a, .grey .tweet_list a, .greybox .tweet_list a {
    color: #0091b5
}

.tweet_list li {
    margin-top: 10px;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    text-align: center
}

.tweet_avatar {
    margin-right: 5px
}

.tweet_first {
    margin-top: 15px
}

.tweet_list:hover li {
    opacity: .5;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s
}

.tweet_list li:hover {
    opacity: 1;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s
}


#supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    background: url(../images/progress.gif) no-repeat center center
}

#supersized {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%
}

#supersized img {
    width: auto;
    height: auto;
    position: relative;
    display: none;
    outline: 0;
    border: 0;
    max-width: none;
    float: right
}

#supersized.speed img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges
}

#supersized.quality img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality
}

#supersized li {
    display: block;
    list-style: none;
    z-index: -30;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111
}

#supersized a {
    width: 100%;
    height: 100%;
    display: block
}

#supersized li.prevslide {
    z-index: -20
}

#supersized li.activeslide {
    z-index: -10
}

#supersized li.image-loading {
    background: #111 url(../images/progress.gif) no-repeat center center;
    width: 100%;
    height: 100%
}

#supersized li.image-loading img {
    visibility: hidden
}

#supersized li.prevslide img, #supersized li.activeslide img {
    display: inline
}

#controls-wrapper {
    margin: 0 auto;
    height: 42px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 4;
    position: fixed
}

#controls {
    overflow: hidden;
    height: 100%;
    position: relative;
    text-align: left;
    z-index: 5
}

#slidecounter {
    float: left;
    color: #999;
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: #000 0 -1px 0;
    margin: 0 10px 0 15px;
    line-height: 42px
}

#slidecaption {
    overflow: hidden;
    float: left;
    color: #FFF;
    font: 400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: #000 1px 1px 2px;
    margin: 0 20px 0 0;
    line-height: 42px
}

#play-button {
    float: left;
    margin-top: 1px;
    border-right: 1px solid #333
}

#play-button:hover {
    background-position: 0 1px;
    cursor: pointer
}

#prevslide, #nextslide {
    position: absolute;
    height: 43px;
    width: 43px;
    top: 50%;
    margin-top: -21px;
    opacity: .6
}

#prevslide {
    left: 10px
}

#nextslide {
    right: 10px
}

#prevslide:active, #nextslide:active {
    margin-top: -19px
}

#prevslide:hover, #nextslide:hover {
    cursor: pointer
}

ul#slide-list {
    padding: 15px 0;
    float: left;
    position: absolute;
    left: 50%
}

ul#slide-list li {
    list-style: none;
    width: 12px;
    height: 12px;
    float: left;
    margin: 0 5px 0 0
}

ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
    background-position: 0 0
}

ul#slide-list li a {
    display: block;
    width: 12px;
    height: 12px
}

ul#slide-list li a:hover {
    background-position: 0 -12px;
    cursor: pointer
}

#tray-button {
    float: right;
    margin-top: 1px;
    border-left: 1px solid #333
}

#tray-button:hover {
    background-position: 0 1px;
    cursor: pointer
}

#progress-back {
    z-index: 5;
    bottom: 35px;
    left: 0;
    height: 8px;
    width: 100%
}

#progress-bar {
    position: relative;
    height: 8px;
    width: 100%;
    background: url('../images/progress-bar.png') repeat-x
}

#nextthumb, #prevthumb {
    z-index: 2;
    display: none;
    position: fixed;
    bottom: 61px;
    height: 75px;
    width: 100px;
    overflow: hidden;
    background: #ddd;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 5px #000
}

#nextthumb {
    right: 12px
}

#prevthumb {
    left: 12px
}

#nextthumb img, #prevthumb img {
    width: 150px;
    height: auto
}

#nextthumb:active, #prevthumb:active {
    bottom: 59px
}

#nextthumb:hover, #prevthumb:hover {
    cursor: pointer
}

#thumb-tray {
    position: fixed;
    z-index: 3;
    bottom: 0;
    left: 0;
    background: #000;
    height: 150px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #fff
}

#thumb-back, #thumb-forward {
    position: absolute;
    z-index: 5;
    bottom: 42px;
    height: 108px;
    width: 40px
}

#thumb-back {
    left: 0
}

#thumb-forward {
    right: 0
}

#thumb-back:hover, #thumb-forward:hover {
    cursor: pointer;
    background-color: rgba(256, 256, 256, 0.1)
}

#thumb-back:hover {
    border-right: 1px solid rgba(256, 256, 256, 0.2)
}

#thumb-forward:hover {
    border-left: 1px solid rgba(256, 256, 256, 0.2)
}

ul#thumb-list {
    display: inline-block;
    list-style: none;
    position: relative;
    left: 0;
    padding: 0
}

ul#thumb-list li {
    background: #111;
    list-style: none;
    display: inline;
    width: 150px;
    height: 108px;
    overflow: hidden;
    float: left;
    margin: 0
}

ul#thumb-list li img {
    width: 200px;
    height: auto;
    opacity: .5;
    -ms-filter: "alpha(opacity=60)";
    filter: alpha(opacity=60);
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out
}

ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100)
}

ul#thumb-list li:hover {
    cursor: pointer
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0;
    position: relative;
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}



div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    border-top: solid 2px #000;
    border-left: solid 2px #000;
    background-color: #FFF
}

div.pp_default .pp_top .pp_middle {
    border-top: solid 2px #000;
    background-color: #FFF
}

div.pp_default .pp_top .pp_right {
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    background-color: #FFF
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    padding-left: 13px;
    border-left: solid 2px #000;
    background-color: #FFF
}

div.pp_default .pp_content_container .pp_right {
    padding-right: 13px;
    border-right: solid 2px #000;
    background-color: #FFF
}

div.pp_default .pp_next:hover {
    background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_expand:hover {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}

div.pp_default .pp_contract {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_contract:hover {
    background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../images/prettyPhoto/default/icon_close.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default .pp_gallery ul li a {
    background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px;
    height: 0
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 0;
    width: 110px;
    position: relative
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
    opacity: .7
}

div.pp_default .pp_description {
    font-size: 14px;
    line-height: 14px;
    margin: 5px 50px 5px 5px;
    font-family: 'ubunturegular', sans-serif !important
}

div.pp_default .pp_bottom .pp_left {
    border-left: solid 2px #000;
    border-bottom: solid 2px #000;
    background-color: #FFF
}

div.pp_default .pp_bottom .pp_middle {
    border-bottom: solid 2px #000;
    background-color: #FFF
}

div.pp_default .pp_bottom .pp_right {
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    background-color: #FFF
}

div.pp_default .pp_loaderIcon {
    background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right,
div.dark_square .pp_content {
    background: #000
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_square .pp_nav {
    clear: none
}

div.dark_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
    background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_square .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_square .pp_expand {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_expand:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_square .pp_nav .pp_play {
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
    background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
    background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_square .pp_previous:hover {
    background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_top .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_expand:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default
}

div.facebook .pp_arrow_next {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default
}

div.facebook .pp_nav {
    margin-top: 0
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px
}

div.facebook .pp_nav .pp_play {
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_nav .pp_pause {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_next:hover {
    background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: 0
}

div.pp_overlay {
    background: #777;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
    opacity: .8 !important
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 50000
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
    visibility: hidden
}

.pp_social .twitter {
    float: left;
    visibility: hidden
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px
}

.pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0
}

.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px !important
}

a.pp_next {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}

#pp_full_res {
    line-height: 1 !important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #000;
    display: none;
    font-size: 12px;
    z-index: 9999;
    margin: 0 0 5px 15px
}

div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: #fff
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
    color: #000
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details,
div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
    position: relative
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right,
div.light_square .pp_content, div.facebook .pp_content {
    background: #fff
}

div.light_rounded .pp_description, div.light_square .pp_description {
    margin-right: 85px
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

.pp_top, .pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_top, * html .pp_bottom {
    padding: 0 20px
}

.pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static
}

.pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_fade, .pp_gallery li.default a img {
    display: none
}

.gallery img {
    opacity: 1
}

.gallery img:hover {
    opacity: .4;
    filter: alpha(opacity=40);
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s
}

.gallery a:hover {
    background: url(../images/icon_lupa.png) center center no-repeat;
    padding-top: 270px
}

.projeto_hidden {
    position: absolute;
    visibility: hidden;
    top: 241px
}



@-moz-document url-prefix() {
    #pt_group {
        background-position: right 7px
    }
}

#pt_group select {
    border: 1px solid #ccc;
    float: left
}

#ptwebsites {
    background-color: rgba(0, 0, 0, 0);
    width: 150px;
    width: 130px \9;
    color: #ccc;
    font-size: 11px;
    height: 26px;
    -webkit-appearance: none;
    border-radius: 0
}

#search_input {
    float: right
}

#search_input .form-item {
    margin: 0;
    float: left
}

#search_input .form-item input {
    height: 24px;
    background: #111;
    border: 1px solid #666;
    width: 115px;
    color: #666;
    font-size: 11px
}

#search_input .form-actions {
    display: none
}


.flexslider .slides .slide_group img {
    float: left;
    width: auto
}

.flexslider .slides .slide_group li {
    float: left;
    width: auto;
    position: relative
}

.flexslider .slides .slide_group li figure {
    margin: 0;
    position: relative;
    height: 301px;
    overflow: hidden
}

.flexslider .slides .slide_group li figure img {
    max-width: 100%;
    display: block;
    position: relative
}

.flexslider .slides .slide_group li figcaption {
    position: absolute;
    left: 0;
    padding: 0;
    background: #2c3f52;
    color: #ed4e6e;
    opacity: .7;
    top: 0;
    width: 100%;
    height: 115%
}

.flexslider .slides .slide_group li figcaption a {
    text-align: center;
    padding: 5px 10px;
    display: inline-block;
    background: #0091b5;
    color: #fff;
    bottom: 0;
    width: 88%;
    position: absolute
}

.flexslider .slides .slide_group li figcaption h5 {
    text-align: center;
    padding: 5px 10px;
    color: #FFF;
    display: inline-block;
    color: #fff;
    bottom: 180px;
    width: 88%;
    position: absolute
}

.cs-style-3 figure {
    overflow: hidden
}

.cs-style-3 figcaption {
    height: 120%;
    width: 100%;
    bottom: 0
}

.cs-style-3 figcaption a {
    position: absolute;
    bottom: 20px;
    right: 35px
}

.cs-style-3 figcaption a:hover {
    opacity: 1
}

.cs-style li figcaption {
    -webkit-transition: top .5s ease-out;
    -moz-transition: top .5s ease-out;
    -o-transition: top .5s ease-out;
    transition: top .5s ease-out;
    top: 0
}

.cs-style li:hover figcaption {
    top: -311px !important
}


.icon_menu_mobile {
    font-size: 27px;
    padding: 0 !important;
    margin: 0 !important;
    height: 0;
    float: right;
    margin-top: 12px !important
}


.homepage_thumbs {
    display: block;
    float: left;
    margin: 0
}

.wp_home {
    float: right;
    margin: 0;
    margin-top: -50px
}

.desktop_solutions {
    display: block
}

.mobile_solutions {
    display: none
}

.flexslider {
    margin: 0
}

.insights_grid {
    width: 150px
}

.case_grid {
    width: 120px;
    margin-right: 10px
}

.cluster_grid {
    width: 100px;
    margin-right: 10px
}

.slide_group ul {
    margin: 0
}

.insight_tabs div.active, #scroll, div.scrollWrapper {
    padding-top: 0
}

.insight_tabs div.active, .insight_tabs div.active div {
    display: block
}

.insight_tabs ul {
    position: relative;
    bottom: 0
}

.wp_title {
    color: #111
}

.wp_title:hover {
    color: #0091b5;
    text-decoration: none
}

h6.ba {
    float: none
}

h6.ba:hover {
    color: #0091b5
}

.about_title h4 {
    border-bottom: 2px solid #000;
    float: left;
    margin-bottom: 15px
}

.values {
    position: relative
}

#aboutus_video {
    float: left;
    width: 89%;
    height: 270px;
    margin-bottom: 30px
}

.values h3 {
    position: absolute
}

.values img {
    position: absolute;
    top: 20px;
    max-width: 100%
}

.aboudUs_drag .drag {
    height: auto
}

.team ul {
    padding: 0 !important
}

.team ul li p {
    margin: 0
}

.partners {
    margin-top: 112px
}

.markers {
    margin-top: 20px
}

.markers p {
    color: #0090b4 !important;
    border-bottom: 1px solid #111;
    font-size: .7em;
    font-weight: 600
}

.timeline_mobile {
    visibility: hidden;
    height: 0;
    position: absolute
}

.mobile {
    visibility: hidden;
    display: none
}

.solution_item {
    border-right: 1px solid #000;
    padding-right: 5px
}

.solution_item .v_more {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: auto !important
}

.solution_item .v_more a {
    padding: 3px 8px
}

.p_case {
    float: left
}

.contact_tabs, .map_tabs {
    position: relative;
    bottom: 0
}

.contacts_sidebar {
    margin-top: -30px
}

.contact_title {
    margin-top: 20px
}

hr {
    height: 1px;
    width: 100%;
    background-color: #111
}

.mapicon {
    background: url("../images/icon_map.png") no-repeat right top
}

#rwd_menu {
    display: none;
    width: 205px;
    margin: 5px auto 20px;
    float: none
}

.insight_tabs {
    margin-top: -30px
}

.insight_tabs .rd {
    padding: 0
}

.insight_tabs .rd div {
    padding: 0
}

.insight_tabs .itemstripe {
    background-color: #04a3ca;
    height: 600px;
    opacity: .95;
    float: left;
    width: 240px
}

.insight_tabs .itemstripe:hover {
    background-color: #0091b5;
    opacity: 1
}

.insight_tabs .itemstripe img {
    padding: 30% 17% 0 25%
}

.tabs li.active a {
    background-image: url('../images/tab_active.png');
    background-repeat: no-repeat;
    background-color: transparent
}

.tabs li a {
    background-image: url('../images/tab.png');
    background-repeat: no-repeat
}

*/


.row_large {
    max-width: 100% !important
}

/*
.row .six.columns {
    padding-right: 10px !important;
}
*/

.column_solution {
    margin-left: -35px;
    margin-right: -35px
}

.column_products {
    margin-right: 18px;
    margin-left: 0
}

.border_cinza {
    border-bottom: 8px solid #111
}

.border_cinza_thin {
    border-bottom: 3px solid #111
}

.border_azul {
    border-top: 3px solid #5f5d78
}

.marginblack {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center
}

.marginsolutions {
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center
}


.bluetext {
    color: #5f5d78 !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

.edgetext {
    color: #5f5d78 !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

.purpletext {
    color: #afadc3 !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

.lighttext {
    color: #d2d3dd !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

.product {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 35px;
    margin-bottom: 15px;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s;
    padding: 10px;
    background: #fff
}

.marginproduct {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center
}

select {
    border: 1px solid #111;
    color: black;
    cursor: default;
    height: 25px;
    width: 85%;
    float: right;
    margin: 6px 0 5px 0;
    font-family: 'ubunturegular', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white url("../images/br_down.png") no-repeat 180px center;
    background-image: none \9;
    background-color: #FFF \9
}

#select_box {
    float: left;
    overflow: hidden;
    width: 220px;
    margin: 0 0 0 10px
}

#select_box select {
    width: 220px;
    float: left
}

@-moz-document url-prefix() {
    #select_box select {
        width: 225px;
        float: left
    }
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: .9;
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    text-indent: -9999px;
    background: #111;
    background: url("/images/scroll_up.png") no-repeat right top
}

.scrollup:hover {
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s;
    background: url("/images/scroll_up.png") no-repeat right bottom
}

/*

.icon-glass:before {
    content: "\f000"
}

.icon-music:before {
    content: "\f001"
}

.icon-search:before {
    content: "\f002"
}

.icon-envelope:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-empty:before {
    content: "\f006"
}

.icon-user:before {
    content: "\f007"
}

.icon-film:before {
    content: "\f008"
}

.icon-th-large:before {
    content: "\f009"
}

.icon-th:before {
    content: "\f00a"
}

.icon-th-list:before {
    content: "\f00b"
}

.icon-ok:before {
    content: "\f00c"
}

.icon-remove:before {
    content: "\f00d"
}

.icon-zoom-in:before {
    content: "\f00e"
}

.icon-zoom-out:before {
    content: "\f010"
}

.icon-off:before {
    content: "\f011"
}

.icon-signal:before {
    content: "\f012"
}

.icon-cog:before {
    content: "\f013"
}

.icon-trash:before {
    content: "\f014"
}

.icon-home:before {
    content: "\f015"
}

.icon-file:before {
    content: "\f016"
}

.icon-time:before {
    content: "\f017"
}

.icon-road:before {
    content: "\f018"
}

.icon-download-alt:before {
    content: "\f019"
}

.icon-download:before {
    content: "\f01a"
}

.icon-upload:before {
    content: "\f01b"
}

.icon-inbox:before {
    content: "\f01c"
}

.icon-play-circle:before {
    content: "\f01d"
}

.icon-repeat:before {
    content: "\f01e"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-list-alt:before {
    content: "\f022"
}

.icon-lock:before {
    content: "\f023"
}

.icon-flag:before {
    content: "\f024"
}

.icon-headphones:before {
    content: "\f025"
}

.icon-volume-off:before {
    content: "\f026"
}

.icon-volume-down:before {
    content: "\f027"
}

.icon-volume-up:before {
    content: "\f028"
}

.icon-qrcode:before {
    content: "\f029"
}

.icon-barcode:before {
    content: "\f02a"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-book:before {
    content: "\f02d"
}

.icon-bookmark:before {
    content: "\f02e"
}

.icon-print:before {
    content: "\f02f"
}

.icon-camera:before {
    content: "\f030"
}

.icon-font:before {
    content: "\f031"
}

.icon-bold:before {
    content: "\f032"
}

.icon-italic:before {
    content: "\f033"
}

.icon-text-height:before {
    content: "\f034"
}

.icon-text-width:before {
    content: "\f035"
}

.icon-align-left:before {
    content: "\f036"
}

.icon-align-center:before {
    content: "\f037"
}

.icon-align-right:before {
    content: "\f038"
}

.icon-align-justify:before {
    content: "\f039"
}

.icon-list:before {
    content: "\f03a"
}

.icon-indent-left:before {
    content: "\f03b"
}

.icon-indent-right:before {
    content: "\f03c"
}

.icon-facetime-video:before {
    content: "\f03d"
}

.icon-picture:before {
    content: "\f03e"
}

.icon-pencil:before {
    content: "\f040"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-adjust:before {
    content: "\f042"
}

.icon-tint:before {
    content: "\f043"
}

.icon-edit:before {
    content: "\f044"
}

.icon-share:before {
    content: "\f045"
}

.icon-check:before {
    content: "\f046"
}

.icon-move:before {
    content: "\f047"
}

.icon-step-backward:before {
    content: "\f048"
}

.icon-fast-backward:before {
    content: "\f049"
}

.icon-backward:before {
    content: "\f04a"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-stop:before {
    content: "\f04d"
}

.icon-forward:before {
    content: "\f04e"
}

.icon-fast-forward:before {
    content: "\f050"
}

.icon-step-forward:before {
    content: "\f051"
}

.icon-eject:before {
    content: "\f052"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-sign:before {
    content: "\f055"
}

.icon-minus-sign:before {
    content: "\f056"
}

.icon-remove-sign:before {
    content: "\f057"
}

.icon-ok-sign:before {
    content: "\f058"
}

.icon-question-sign:before {
    content: "\f059"
}

.icon-info-sign:before {
    content: "\f05a"
}

.icon-screenshot:before {
    content: "\f05b"
}

.icon-remove-circle:before {
    content: "\f05c"
}

.icon-ok-circle:before {
    content: "\f05d"
}

.icon-ban-circle:before {
    content: "\f05e"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: url"/images/scroll_up.png"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-share-alt:before {
    content: "\f064"
}

.icon-resize-full:before {
    content: "\f065"
}

.icon-resize-small:before {
    content: "\f066"
}

.icon-plus:before {
    content: "\f067"
}

.icon-minus:before {
    content: "\f068"
}

.icon-asterisk:before {
    content: "\f069"
}

.icon-exclamation-sign:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-leaf:before {
    content: "\f06c"
}

.icon-fire:before {
    content: "\f06d"
}

.icon-eye-open:before {
    content: "\f06e"
}

.icon-eye-close:before {
    content: "\f070"
}

.icon-warning-sign:before {
    content: "\f071"
}

.icon-plane:before {
    content: "\f072"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-random:before {
    content: "\f074"
}

.icon-comment:before {
    content: "\f075"
}

.icon-magnet:before {
    content: "\f076"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder-close:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-resize-vertical:before {
    content: "\f07d"
}

.icon-resize-horizontal:before {
    content: "\f07e"
}

.icon-bar-chart:before {
    content: "\f080"
}

.icon-twitter-sign:before {
    content: "\f081"
}

.icon-facebook-sign:before {
    content: "\f082"
}

.icon-camera-retro:before {
    content: "\f083"
}

.icon-key:before {
    content: "\f084"
}

.icon-cogs:before {
    content: "\f085"
}

.icon-comments:before {
    content: "\f086"
}

.icon-thumbs-up:before {
    content: "\f087"
}

.icon-thumbs-down:before {
    content: "\f088"
}

.icon-star-half:before {
    content: "\f089"
}

.icon-heart-empty:before {
    content: "\f08a"
}

.icon-signout:before {
    content: "\f08b"
}

.icon-linkedin-sign:before {
    content: "\f08c"
}

.icon-pushpin:before {
    content: "\f08d"
}

.icon-external-link:before {
    content: "\f08e"
}

.icon-signin:before {
    content: "\f090"
}

.icon-trophy:before {
    content: "\f091"
}

.icon-github-sign:before {
    content: "\f092"
}

.icon-upload-alt:before {
    content: "\f093"
}

.icon-lemon:before {
    content: "\f094"
}

.icon-phone:before {
    content: "\f095"
}

.icon-check-empty:before {
    content: "\f096"
}

.icon-bookmark-empty:before {
    content: "\f097"
}

.icon-phone-sign:before {
    content: "\f098"
}

.icon-twitter:before {
    content: "\f081"
}

.icon-facebook:before {
    content: "\f082"
}

.icon-github:before {
    content: "\f09b"
}

.icon-unlock:before {
    content: "\f09c"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-youtube-sign:before {
    content: "\f166"
}

.icon-youtube:before {
    content: "\f167"
}

.icon-hdd:before {
    content: "\f0a0"
}

.icon-bullhorn:before {
    content: "\f0a1"
}

.icon-bell:before {
    content: "\f0a2"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-hand-right:before {
    content: "\f0a4"
}

.icon-hand-left:before {
    content: "\f0a5"
}

.icon-hand-up:before {
    content: "\f0a6"
}

.icon-hand-down:before {
    content: "\f0a7"
}

.icon-circle-arrow-left:before {
    content: "\f0a8"
}

.icon-circle-arrow-right:before {
    content: "\f0a9"
}

.icon-circle-arrow-up:before {
    content: "/images/scroll_up.png"
}

.icon-circle-arrow-down:before {
    content: "\f0ab"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-wrench:before {
    content: "\f0ad"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-briefcase:before {
    content: "\f0b1"
}

.icon-fullscreen:before {
    content: "\f0b2"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-link:before {
    content: "\f0c1"
}

.icon-cloud:before {
    content: "\f0c2"
}

.icon-beaker:before {
    content: "\f0c3"
}

.icon-cut:before {
    content: "\f0c4"
}

.icon-copy:before {
    content: "\f0c5"
}

.icon-paper-clip:before {
    content: "\f0c6"
}

.icon-save:before {
    content: "\f0c7"
}

.icon-sign-blank:before {
    content: "\f0c8"
}

.icon-reorder:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

.icon-magic:before {
    content: "\f0d0"
}

.icon-truck:before {
    content: "\f0d1"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-pinterest-sign:before {
    content: "\f0d3"
}

.icon-google-plus-sign:before {
    content: "\f0d4"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-money:before {
    content: "\f0d6"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-columns:before {
    content: "\f0db"
}

.icon-sort:before {
    content: "\f0dc"
}

.icon-sort-down:before {
    content: "\f0dd"
}

.icon-sort-up:before {
    content: "\f0de"
}

.icon-envelope-alt:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "images\linkedin.png"
}

.icon-undo:before {
    content: "\f0e2"
}

.icon-legal:before {
    content: "\f0e3"
}

.icon-dashboard:before {
    content: "\f0e4"
}

.icon-comment-alt:before {
    content: "\f0e5"
}

.icon-comments-alt:before {
    content: "\f0e6"
}

.icon-bolt:before {
    content: "\f0e7"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-umbrella:before {
    content: "\f0e9"
}

.icon-paste:before {
    content: "\f0ea"
}

.icon-user-md:before {
    content: "\f200"
}


.flex-container a:active, .flexslider a:active, .flex-container a:focus,
.flexslider a:focus {
    outline: 0
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url('../images/bg_direction_nav.png') no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -5px
}

.flex-direction-nav .flex-prev {
    left: -15px
}

.flexslider:hover .flex-next {
    opacity: .8
}

.flexslider:hover .flex-prev {
    opacity: .8
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 42px;
    height: 5px;
    display: block;
    background: #ddd;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px
}

.flex-control-paging li a:hover {
    background: #111;
    background: rgba(0, 0, 0, 0.8)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}



*/
