/* 

   appy STYLESHEET INDEX

      1 - FONT-FACE                         39. Line
      2 - BASIC HTML STYLES                 41. Line
      3 - HEADER ZONE                       103. Line
            A - LOGO                        141. Line
            B - TOP MENU                    156. Line
            C - SLIDER                      277. Line

      4 - SECTION ZONE                      299. Line
            A - FEATURES                    337. Line
            B - QUOTES                      481. Line
            C - MORE FEATURES               553. Line
            D - ABOUT                       672. Line
            E - DOWNLOAD                    898. Line
            F - OUR TEAM                    1019. Line
            G - PRICE LIST                  1177. Line
            H - GALLERY                     1322. Line
            I - NEWSLETTER                  1450. Line
            J - CONTACT                     1535. Line
            K - VALIDS & ERROR CODES        1721. Line
            L - SPONSORS                    1771. Line
            M - LATEST TWEETS               1830. Line

      5 - FOOTER ZONE                       1940. Line
            A - SOCIAL LINKS                1964. Line
            B - FOOTER MENU                 2058. Line     
            C - SOCIAL LINKS IMAGES         2101. Line

      6 - DOWNLOAD BUTTON ANIMATIONS        2129. Line
      7 - RESPONSIVE STYLES                 2241. Line

*/

/*--------------- FONT-FACE ---------------*/

@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,600,700,300);

/*--------------- BASIC HTML STYLES ---------------*/

html {
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
}

body {
    margin: 0px !important
}

a, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif
    -webkit-transition: 200ms linear all;
       -moz-transition: 200ms linear all;
        -ms-transition: 200ms linear all;
         -o-transition: 200ms linear all;
            transition: 200ms linear all;
}

li {
    list-style: none
}

blockquote {
    margin: 0px;
    padding: 0px;
}

hr {
    background-color: transparent;
    background-image: url('../images/hr.png');
    background-repeat: no-repeat;
    background-position: center center;
    border-top: none !important;
    border-bottom: none !important;
    clear: both;
    display: table;
    height: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 940px;
}

.row {
    margin-left: 0px
}

.empty {
    height: 80px
}

.clear {
    clear: both;
    height: 0px;
    margin: 0px !important;
    padding: 0px;
    width: 100%;
}

/* --------------- HEADER ZONE --------------- */

header {
    min-height: 600px;
    position: relative;
    width: 100%;
}

header #top.transparent {
    background-color: transparent
}

header #top.noise {
    background-image: url('../images/menu_noise.png')
}

header #top.road {
    -moz-border-radius: 0px;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-transition: background-color 0.8s ease-in-out;
    -ms-transition: background-color 0.8s ease-in-out;
    -o-transition: background-color 0.8s ease-in-out;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.8s ease-in-out;
    border-radius: 0px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    min-height: 40px;
    position: fixed;
    transition: background-color 0.8s ease-in-out;
    width: 100%;
    z-index: 12;
}

header #top {
    height: 60px
}

/* ===[ Logo ]=== */

header #top.road #logo a {
    margin-top: 7px
}

header #top.road .row {
    left: 50%;
    margin-left: -480px;
    position: relative;
    width: 960px;
}

/* ===[ End Of Logo ]=== */

/* ===[ Begin Top Menu ]=== */

header #top.road nav {
    margin-top: 7px;
    min-height: 40px;
}

header #top.road nav ul {
    min-height: 40px !important;
    padding-top: 13px;
}

header #top.road nav ul li a {
    text-shadow: none
}

header #top.road nav ul li a:active, header #top.road nav ul li a.current {
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

header #top.road nav ul li a:hover {
    background-color: rgba(255, 255, 255, 0.8)
}

header a.mobile, #mobile_menu {
    display: none
}

header #top {
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    min-height: 60px;
    position: relative;
    width: 960px;
    z-index: 1;
}

header #top #logo {
    margin-left: 0px;
    width: 260px;
}

header #top #logo a {
    background-image: url("../images/logo.png");
    display: block;
    margin-left: 10px;
    margin-top: 7px;
    min-height: 40px;
    text-shadow: 0 0 1px rgba(0,0,0,0.2);
    width: 260px;
    zoom: 1;
}

header #top nav {
    margin-left: 20px;
    margin-top: 7px;
    min-height: 40px;
    width: 680px;
}

header #top nav ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    float: right;
    margin: 0px;
    margin-right: 12px;
    min-height: 60px;
    padding-top: 13px;
}

header #top nav ul li {
    float: left;
    list-style: none;
    margin-right: 5px;
}

header #top nav ul li:last-child {
    margin-right: 0px
}

header #top nav ul li a {
    -moz-border-radius: 3px;
    -moz-transition: 200ms linear background-color;
    -webkit-border-radius: 3px;
    -webkit-transition: 200ms linear background-color;
    border-radius: 3px;
    color: #FFF;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
    text-shadow: 0px 1px rgba(0,0,0,0.2);
    transition: 200ms linear background-color;
}

header #top nav ul li a:active, header #top nav ul li a.current {
    -moz-transition: 200ms linear background-color;
    -webkit-transition: 200ms linear background-color;
    text-shadow: none;
    transition: 200ms linear background-color;
}

header #top nav ul li a:hover {
    -moz-box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: 200ms linear background-color;
    -webkit-box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: 200ms linear background-color;
    background-color: #FFF;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    text-shadow: none;
    transition: 200ms linear background-color;
}

/* ===[ End Of Top Menu ]=== */

/* ===[ Begin Slider Basics ]=== */

header #slider {
    background-size: 100% auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

header #slider h2 {
    left: 480px;
    top: 192px;
}

header #slider p {
    left: 480px;
    top: 266px;
}

/* ===[ End Of Slider Basics ]=== */

/* --------------- SECTION ZONE --------------- */

section {
    -moz-box-shadow: 0px -1px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px -1px 4px rgba(0,0,0,0.3);
    background-color: #FFF;
    box-shadow: 0px -1px 4px rgba(0,0,0,0.3);
    min-height: 200px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

section h2 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
    height: 60px;
    line-height: 62px;
    margin-bottom: 20px;
    margin-top: 0px;
}

section h2 strong {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 28px;
}

section h2 span {
    color: #999;
    font-size: 16px;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}

section p {
    text-shadow: 0px 1px 1px rgba(0,0,0,0.1)
}

/* ===[ Begin Features ]=== */

section #features {
    height: 480px;
    margin-bottom: 0px !important;
    width: 960px;
}

section #features ul.slides {
    -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: url(../images/cursors/openhand.cur), crosshair;
    height: 380px !important;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    user-select: none;
}

section #features ul.slides:active {
    cursor: url(../images/cursors/closedhand.cur), crosshair
}

section #features ul.slides li {
    float: left;
    height: 340px;
    list-style: none;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    width: 300px;
}

section #features ul.slides li:hover a.security .icon {
    background-image: url('../images/icon_security_white.png')
}

section #features ul.slides li:hover a.trial .icon {
    background-image: url('../images/icon_trial_white.png')
}

section #features ul.slides li:hover a.star .icon {
    background-image: url('../images/icon_star_white.png')
}

section #features ul.slides li:nth-child(3n) {
    margin-right: 10px !important
}

section #features ul.slides li:first-child {
    margin-left: 10px !important
}

section #features ul.slides li:hover a {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1)
}

section #features ul.slides li:hover a .icon {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
}

section #features ul.slides li h3, section #features ul.slides li p {
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

section #features ul.slides li h3 {
    color: #666;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px !important;
    margin-bottom: 20px;
    text-align: center;
}

section #features ul.slides li a {
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background-color: #EEE;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6);
    cursor: pointer;
    display: list-item;
    height: 140px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all 0.4s ease-in-out;
    width: 140px;
}

section #features ul.slides li a .icon {
    -moz-transform: scale();
    -moz-transition: all 0.4s ease-in-out;
    -ms-transform: scale();
    -ms-transition: all 0.4s ease-in-out;
    -o-transform: scale();
    -o-transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale();
    -webkit-transition: all 0.4s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    height: inherit;
    opacity: 0;
    position: absolute;
    transform: scale();
    transition: all 0.4s ease-in-out;
    width: inherit;
}

section #features ul.slides li p {
    color: #666;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

section #features div.row {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

/* ===[ End Of Features ]=== */

/* ===[ Begin Quotes ]=== */

section #quote {
    cursor: url("../images/cursors/openhand.cur") !important;
    height: 180px;
    position: relative;
    width: 960px;
}

section #quote .flex-direction-nav .flex-next {
    background-position: center center;
    height: 22px;
    width: 15px;
}

section #quote .flex-direction-nav .flex-prev {
    background-position: center center;
    height: 22px;
    width: 15px;
}

section #quote .flex-direction-nav a {
    top: 66%
}

section #quote blockquote {
    -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    border-left: none;
    cursor: url(../images/cursors/openhand.cur), crosshair;
    display: block;
    height: 80px;
    margin-bottom: 10px;
    margin-top: 0px;
    user-select: none;
    width: 960px;
}

section #quote blockquote:active {
    cursor: url(../images/cursors/closedhand.cur), crosshair
}

section #quote blockquote h4 {
    color: #666;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    text-align: center;
    width: 960px;
}

section #quote blockquote h3 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    width: 960px;
}

section #quote .row {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

/* ===[ End Of Quotes ]=== */

/* ===[ Begin More Features ]=== */

section #more_features {

}

section #more_features .row {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

section #more_features .row ul {
    margin: 0px;
    padding: 0px;
}

section #more_features .row ul li {
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-transition: 200ms linear all;
    float: left;
    height: 80px;
    margin-bottom: 20px;
    margin-right: 10px;
    transition: 200ms linear all;
    width: 306px;
}

section #more_features .row ul li:hover a .image.documented {
    background-image: url(../images/icons/well-documented-white.png)
}

section #more_features .row ul li:hover a .image.simplify {
    background-image: url(../images/icons/simplify-white.png)
}

section #more_features .row ul li:hover a .image.security {
    background-image: url(../images/icons/shield-white.png)
}

section #more_features .row ul li:hover a .image.verified {
    background-image: url(../images/icons/ok-white.png)
}

section #more_features .row ul li:hover a .image.human {
    background-image: url(../images/icons/human-white.png)
}

section #more_features .row ul li:hover a .image.heart {
    background-image: url(../images/icons/heart-white.png)
}

section #more_features .row ul li:hover a .image.trial {
    background-image: url(../images/icons/trial-white.png)
}

section #more_features .row ul li:hover a .image.free {
    background-image: url(../images/icons/star-white.png)
}

section #more_features .row ul li:hover a .image.anti {
    background-image: url(../images/icons/anti-white.png)
}

section #more_features .row ul li:hover a .image {
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-transition: 200ms linear all;
    transition: 200ms linear all;
}

section #more_features .row ul li:nth-child(3n) {
    margin-right: 0px
}

section #more_features .row ul li a {
    text-decoration: none
}

section #more_features .row ul li a .image {
    -moz-border-radius: 50%;
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-border-radius: 50%;
    -webkit-transition: 200ms linear all;
    background-color: #EEE;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    float: left;
    height: 80px;
    margin-right: 10px;
    transition: 200ms linear all;
    width: 80px;
}

section #more_features .row ul li a h5 {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 30px;
    margin-bottom: 6px;
    margin-top: 0px;
}

section #more_features .row ul li a p {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
}

/* ===[ End Of More Features ]=== */

/* ===[ Begin About ]=== */

section #about {
    width: 100%
}

section #about .wide_content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

section #about .wide_content .content_img {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    width: 540px;
}

section #about .wide_content .content_img img {
    display: block;
    margin-left: auto;
    margin-right: 0px;
}

section #about .wide_content h1 {
    display: table;
    font-weight: normal;
    height: 20px;
    line-height: 22px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
}

section #about .wide_content p {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 780px;
}

section #about .fluid_row {
    -moz-box-shadow: inset 0px 0px 150px 0px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0px 0px 150px 0px rgba(0,0,0,.2);
    box-shadow: inset 0px 0px 150px 0px rgba(0,0,0,.2);
    margin-bottom: 20px;
    margin-top: 41px;
    min-height: 300px;
    width: 100%;
}

section #about .fluid_row .right .content_text {
    float: left;
    margin-left: 80px;
    padding-top: 40px;
    width: 440px;
}

section #about .fluid_row .left .content_text {
    float: left;
    margin-left: 10px;
    margin-right: 80px;
    padding-top: 40px;
    width: 440px;
}

section #about .fluid_row .right .content_img {
    float: left;
    height: 200px;/*TUNG 200px*/
    margin-left: 60px;
    padding-top: 20px;
    width: 340px;
}

section #about .fluid_row .right .content_img img {
    display: block;
    margin-left: 0px;
    margin-right: auto;
}

section #about .fluid_row .left .content_img {
    float: right;
    height: 200px;
    margin-right: 60px;
    padding-top: 20px;
    width: 340px;
}

section #about .fluid_row .left .content_img img {
    display: block;
    margin-left: auto;
    margin-right: 0px;
}

section #about div.block {
    border-bottom: 1px solid #EEE;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 39px;
    padding-top: 20px;
    width: 100%;
}

section #about .button {
    -moz-transition: background-color .25s ease-in;
    -ms-transition: background-color .25s ease-in;
    -o-transition: background-color .25s ease-in;
    -webkit-transition: background-color .25s ease-in;
    border-radius: 6px;
    color: #FFF;
    display: table;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 15px;
    text-decoration: none;
    transition: background-color .25s ease-in;
}

section #about .button:active {
    -moz-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-transition: 100ms linear all;
    -ms-transition: 100ms linear all;
    -o-transition: 100ms linear all;
    -webkit-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: 100ms linear all;
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    transition: 100ms linear all;
}

section #about div.row {
    margin-bottom: 0px;
    width: 100%;
}

section #about .right {
    display: block
}

section #about .right, section #about .left {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

section #about .right .content_text {
    float: left;
    margin-left: 210px;
    padding-top: 60px;
    width: 400px;
}

section #about .left .content_text {
    float: left;
    margin-left: 10px;
    margin-right: 210px;
    padding-top: 60px;
    width: 400px;
}

section #about .right .content_img {
    float: left;
    padding-top: 20px;
    width: 300px;
}

section #about .right .content_img img {
    display: block;
    margin-left: 0px;
    margin-right: auto;
}

section #about .left .content_img {
    float: right;
    padding-top: 20px;
    width: 320px;
}

section #about .left .content_img img {
    display: block;
    margin-left: auto;
    margin-right: 0px;
}

section #about .left {
    display: block
}

section #about h1 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    height: 40px;
    line-height: 64px;
    margin-bottom: 20px;
    margin-top: 0px;
}

section #about h1 strong {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 24px;
}

section #about h2 {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

section #about p {
    color: #666;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    padding-top: 5px;
}

/* ===[ End Of About ]=== */

/* ===[ Begin Download ]=== */

section #download {
    width: 960px
}

section #download div.row {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

section #download div.row ul {
    display: table;
    height: 100px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    position: relative;
    width: 460px;
}

section #download div.row ul li {
    float: left;
    list-style: none;
}

section #download div.row ul li:first-child a {
    -moz-border-radius: 6px 0px 0px 6px;
    -moz-transition: 500ms linear all;
    -ms-transition: 500ms linear all;
    -webkit-border-radius: 6px 0px 0px 6px;
    -webkit-transition: 500ms linear all;
    border-radius: 6px 0px 0px 6px;
    font-size: 12px;
    height: 80px;
    padding: 12px;
    text-shadow: 0px 1px rgba(0,0,0,0.25);
    transition: 500ms linear all;
    width: 230px;
}

section #download div.row ul li:nth-child(2) {
    height: 100px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: -10px;
    width: 100px;
}

section #download div.row ul li:last-child a {
    -moz-border-radius: 0px 6px 6px 0px;
    -moz-transition: 500ms linear all;
    -ms-transition: 500ms linear all;
    -webkit-border-radius: 0px 6px 6px 0px;
    -webkit-transition: 500ms linear all;
    border-radius: 0px 6px 6px 0px;
    font-size: 12px;
    height: 80px;
    padding: 12px;
    text-align: right;
    text-shadow: 0px 1px rgba(0,0,0,0.25);
    transition: 500ms linear all;
    width: 230px;
}

section #download div.row ul li a.download {
    -moz-transition: 500ms ease-in-out all;
    -ms-transition: 500ms ease-in-out all;
    -webkit-border-radius: 50%;
    -webkit-transition: 500ms ease-in-out all;
    background-image: url('../images/download_white.png');
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #FFF;
    border-radius: 50%;
    height: 96px;
    transition: 500ms ease-in-out all;
    width: 96px;
}

section #download div.row ul li a.download:hover {
    -moz-animation: download_button 0.5s ease-in-out both;
    -ms-animation: download_button 0.5s ease-in-out both;
    -o-animation: download_button 0.5s ease-in-out both;
    -webkit-animation: download_button 0.5s ease-in-out both;
    animation: download_button 0.5s ease-in-out both;
    background-color: #FFF;
}

section #download div.row ul li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    display: list-item;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 24px !important;
    line-height: 30px;
    text-decoration: none;
}

section #download div.row ul li a strong {
    display: block;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

section #download div.row p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
}

/* ===[ End Of Download ]=== */

/* ===[ Our Team ]=== */

section #our_team div.row {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

section #our_team div.row ul {
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
}

section #our_team div.row ul li {
    float: left;
    margin-right: 20px;
    width: 220px;
}

section #our_team div.row ul li:nth-child(4n) {
    margin-right: 0px !important
}

section #our_team div.row ul li:hover h5 {
    color: #FFF
}

section #our_team div.row ul li .avatar {
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    background-color: #EEE;
    border-radius: 6px 6px 0px 0px;
    display: table;
    height: 180px;
    padding: 0px;
    width: 220px;
}

section #our_team div.row ul li .avatar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

section #our_team div.row ul li .desc {
    -moz-border-radius: 0px 0px 6px 6px;
    -moz-box-sizing: border-box;
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-border-radius: 0px 0px 6px 6px;
    -webkit-box-sizing: border-box;
    -webkit-transition: 200ms ease-in all;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-radius: 0px 0px 6px 6px;
    border-right: 1px solid #EEE;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-align: center;
    transition: 200ms ease-in all;
}

section #our_team div.row ul li .desc ul.socials {
    display: table;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

section #our_team div.row ul li .desc ul.socials li {
    float: left;
    height: 32px;
    margin-right: 10px;
    width: 32px;
}

section #our_team div.row ul li .desc ul.socials li a.plusgoogle {
    background-image: url('../images/social_gp.png')
}

section #our_team div.row ul li .desc ul.socials li:last-child {
    margin-right: 0px
}

section #our_team div.row ul li .desc ul.socials li a.linkedin {
    background-image: url('../images/social_li.png')
}

section #our_team div.row ul li .desc ul.socials li a.facebook {
    background-image: url('../images/social_fb.png')
}

section #our_team div.row ul li .desc ul.socials li a.dribbble {
    background-image: url('../images/social_db.png')
}

section #our_team div.row ul li .desc ul.socials li a.twitter {
    background-image: url('../images/social_tw.png')
}

section #our_team div.row ul li .desc ul.socials li a {
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-transition: 200ms linear all;
    display: list-item;
    height: 32px;
    opacity: .5;
    transition: 200ms linear all;
    width: 32px;
}

section #our_team div.row ul li .desc ul.socials li a:hover {
    opacity: 1
}

section #our_team div.row ul li .desc h4 {
    border-bottom: 1px solid #EEE;
    font-size: 14px;
    font-weight: normal;
    height: 26px;
    line-height: 22px;
    margin: 0px;
}

section #our_team div.row ul li .desc p {
    color: #666;
    display: block;
    font-size: 12px;
    margin-bottom: 0px;
    padding: 15px;
    padding-bottom: 10px;
}

section #our_team div.row ul li h5 {
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-transition: 200ms ease-in all;
    background-color: #DDD;
    font-size: 20px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    transition: 200ms ease-in all;
}

/* ===[ End Of Our Team ]=== */

/* ===[ Begin Price List ]=== */

section #pricelist {
    width: 960px
}

section #pricelist div.row {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

section #pricelist div.row .price_list {
    margin-bottom: 20px;
    min-height: 380px;
}

section #pricelist div.row .price_list .column {
    float: left;
    margin-right: 20px;
    width: 220px;
}

section #pricelist div.row .price_list .column:hover .bottom {
    background-color: #EEE
}

section #pricelist div.row .price_list .column:hover .bottom a {
    background-color: #DDD
}

section #pricelist div.row .price_list .column:last-child {
    margin-right: 0px
}

section #pricelist div.row .price_list .column:hover ul {
    background-color: #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

section #pricelist div.row .price_list .column .bottom {
    -moz-border-bottom-left-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -moz-transition: 200ms linear all;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-transition: 200ms linear all;
    border-bottom: 1px solid #EEE;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    padding-bottom: 20px;
    padding-top: 14px;
    transition: 200ms linear all;
}

section #pricelist div.row .price_list .column .bottom a {
    -moz-border-radius: 6px;
    -moz-transition: 200ms linear all;
    -webkit-border-radius: 6px;
    -webkit-transition: 200ms linear all;
    background-color: #EEE;
    border-radius: 6px;
    display: table;
    font-size: 22px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
    transition: 200ms linear all;
}

section #pricelist div.row .price_list .column .bottom a:hover {
    color: #FFF
}

section #pricelist div.row .price_list .column ul {
    -moz-transition: 200ms linear all;
    -webkit-transition: 200ms linear all;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 200ms linear all;
}

section #pricelist div.row .price_list .column ul li {
    border-bottom: 1px solid #EEE;
    color: #666;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    text-align: center;
}

section #pricelist div.row .price_list .column ul li:last-child {
    border-bottom: none
}

section #pricelist div.row .price_list .column ul li span {
    font-family: 'Raleway', Arial, Helvetica, sans-serif
}

section #pricelist div.row .price_list .column h5 {
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #FFF;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.2), 1px 0px 1px rgba(255,255,255,0.2);
}

section #pricelist div.row .price_list .column h6 {
    background-color: #EEE;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.2), 1px 0px 1px rgba(255,255,255,0.2);
}

/* ===[ End Of Price List ]=== */

/* ===[ Begin Gallery ]=== */

section #gallery {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

section #gallery div.row {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

section #gallery div.row .gallery_top {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

section #gallery div.row .load_more {
    -moz-border-radius: 6px;
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-border-radius: 6px;
    -webkit-transition: 200ms linear all;
    border-radius: 6px;
    color: #FFF;
    display: table;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    transition: 200ms linear all;
    width: 140px;
}

section #gallery div.row .load_more:active {
    -moz-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-transition: 100ms linear all;
    -ms-transition: 100ms linear all;
    -o-transition: 100ms linear all;
    -webkit-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: 100ms linear all;
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    transition: 100ms linear all;
}

section #gallery div.row .load_more:hover {
    color: #FFF
}

section #gallery div.row #screens {
    margin: 0px
}

section #gallery div.row #screens li.screen {
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

section #gallery div.row #screens li.screen a {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: list-item !important;
    height: 160px;
    overflow: hidden;
    position: relative;
    width: 220px;
}

section #gallery div.row #screens li.screen a div {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 100%;
    position: absolute;
    width: 100%;
}

section #gallery div.row #filters {
    display: block;
    height: 20px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
}

section #gallery div.row #filters li {
    float: left;
    margin-right: 20px;
}

section #gallery div.row #filters li a.active {
    font-size: 16px;
    font-weight: bold;
}

section #gallery div.row #filters li a {
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    color: #666;
    font-size: 16px;
    text-decoration: none;
    transition: all 200ms linear;
}

section #gallery div.row #filters li a:hover {
    color: #444;
    font-weight: normal;
    text-decoration: none;
}

/* ===[ End Of Gallery ]=== */

/* ===[ Begin Newsletter ]=== */

#newsletter p {
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}

#newsletter div.input {
    float: left
}

#newsletter form {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#newsletter label {
    float: left;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0px;
    width: 220px;
}

#newsletter input[type="button"], #newsletter input[type="submit"] {
    -moz-border-radius: 0px;
    -moz-box-sizing: border-box;
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-border-radius: 0px;
    -webkit-box-sizing: border-box;
    -webkit-transition: 200ms linear all;
    border: none;
    border-radius: 0px;
    box-sizing: border-box;
    color: #FFF;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 200ms linear all;
	background:#b6dbf1;
}

#newsletter input[type="button"]:active, #newsletter input[type="submit"]:active {
    -moz-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-transition: 100ms linear all;
    -ms-transition: 100ms linear all;
    -o-transition: 100ms linear all;
    -webkit-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: 100ms linear all;
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    transition: 100ms linear all;
}

#newsletter input[type="text"] {
    -moz-border-radius: 0px !important;
    -moz-box-shadow: 0px 0px;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 0px !important;
    -webkit-box-shadow: 0px 0px;
    -webkit-box-sizing: border-box;
    border: 1px solid #EEE;
    border-radius: 0px !important;
    box-shadow: 0px 0px;
    box-sizing: border-box;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    margin-bottom: 0px;
    width: 220px;
}

#newsletter input[type="text"]:focus {
    outline: 0;
    outline: thin dotted 9;
}

/* ===[ End OF Newsletter ]=== */

/* ===[ Begin Contact ]=== */

#contact div.row {
    width: 100%
}

#contact div.row #contact_info {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

#contact #contact_info .contact_left {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
    width: 470px;
}

#contact #contact_info .contact_left input[type="button"], #contact input[type="submit"] {
    -moz-border-radius: 6px;
    -moz-box-sizing: border-box;
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-border-radius: 6px;
    -webkit-box-sizing: border-box;
    -webkit-transition: 200ms linear all;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    color: #FFF;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 200ms linear all;
	background:#b6dbf1;
}

#contact #contact_info .contact_left input[type="button"]:active, #contact input[type="submit"]:active {
    -moz-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-transition: 100ms linear all;
    -ms-transition: 100ms linear all;
    -o-transition: 100ms linear all;
    -webkit-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: 100ms linear all;
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.2);
    transition: 100ms linear all;
}

#contact #contact_info .contact_left input[type="text"] {
    -moz-border-radius: 0px !important;
    -moz-box-shadow: 0px 0px;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 0px !important;
    -webkit-box-shadow: 0px 0px;
    -webkit-box-sizing: border-box;
    border: 1px solid #EEE;
    border-radius: 0px !important;
    box-shadow: 0px 0px;
    box-sizing: border-box;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    margin-bottom: 0px;
    width: 220px;
}

#contact #contact_info .contact_left input[type="text"]:focus {
    outline: 0;
    outline: thin dotted 9;
}

#contact #contact_info .contact_left textarea {
    -moz-border-radius: 0px !important;
    -moz-box-shadow: 0px 0px;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 0px !important;
    -webkit-box-shadow: 0px 0px;
    -webkit-box-sizing: border-box;
    border: 1px solid #EEE;
    border-radius: 0px !important;
    box-shadow: 0px 0px;
    box-sizing: border-box;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    min-height: 80px;
    resize: none;
    width: 290px;
}

#contact #contact_info .contact_left textarea:focus {
    outline: 0;
    outline: thin dotted 9;
}

#contact #contact_info .contact_left form div {
    margin-bottom: 40px
}

#contact #contact_info .contact_left label {
    color: #666;
    float: left;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 40px;
    margin-right: 20px;
    width: 140px;
}

#contact #contact_info .contact_left label strong {
    font-family: 'Raleway', Arial, Helvetica, sans-serif
}

#contact #contact_info .contact_right {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #EEE;
    box-sizing: border-box;
    float: left;
    padding-left: 40px;
    width: 440px;
}

#contact #contact_info .contact_right ul {
    margin: 0px;
    padding: 0px;
}

#contact #contact_info .contact_right ul li {
    color: #666;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 30px;
    line-height: 20px;
    padding-bottom: 10px !important;
    padding-top: 10px;
}

#contact #contact_info .contact_right ul li strong {
    display: block;
    float: left;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    position: relative;
    width: 110px;
}

#contact #contact_info .contact_right ul li strong:after {
    content: ':';
    position: absolute;
    right: 0px;
}

#contact #contact_info .contact_right ul li span {
    display: block;
    float: left;
    padding-left: 10px;
    width: 270px;
    word-wrap: break-word;
}

#contact #map {
    width: 100%
}

#contact #map #map_frame {
    height: 280px;
    margin-bottom: 20px;
}

#contact #map h2 {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

/* ===[ End Of Contact ]=== */

/* ===[ Begin Valids & Errors ]=== */

input.error:focus, textarea.error:focus {
    -moz-box-shadow: inset 0 1px 1px rgba(255, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
    border: 1px solid #F00 !important;
    box-shadow: inset 0 1px 1px rgba(255, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
}

input.error, textarea.error, input.error:hover, textarea.error:hover {
    border: 1px solid #F00 !important
}

input.valid, textarea.valid, input.valid:hover, textarea.valid:hover {
    border: 1px solid #38FF38 !important
}

.error::-webkit-input-placeholder, .error:focus::-webkit-input-placeholder, .error:hover::-webkit-input-placeholder {
    color: #F00
}

input.valid:focus, textarea.valid:focus {
    -moz-box-shadow: inset 0 1px 1px rgba(56, 255, 56, 0.075), 0 0 8px rgba(56, 255, 56, 0.6) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(56, 255, 56, 0.075), 0 0 8px rgba(56, 255, 56, 0.6) !important;
    border: 1px solid #38FF38 !important;
    box-shadow: inset 0 1px 1px rgba(56, 255, 56, 0.075), 0 0 8px rgba(56, 255, 56, 0.6) !important;
}

.error:-moz-placeholder, .error:focus:-moz-placeholder, .error:hover:-moz-placeholder {
    color: #F00
}

.error:-ms-input-placeholder, .error:focus:-ms-input-placeholder, .error:hover:-ms-input-placeholder {
    color: #F00
}

.valid::-webkit-input-placeholder, .valid:focus::-webkit-input-placeholder, .valid:hover::-webkit-input-placeholder {
    color: #38FF38
}

.valid:-moz-placeholder, .valid:focus:-moz-placeholder, .valid:hover:-moz-placeholder {
    color: #38FF38
}

.valid:-ms-input-placeholder, .valid:focus:-ms-input-placeholder, .valid:hover:-ms-input-placeholder {
    color: #38FF38
}

/* ===[ End Of Valids & Errors ]=== */

/* ===[ Begin Sponsors ]=== */

#sponsors {
    margin-bottom: 0px
}

#sponsors .flex-direction-nav a {
    top: 58%
}

#sponsors #sponsors_list li {
    -moz-border-radius: 6px;
    -moz-filter: grayscale();
    -moz-transition: 200ms ease-in all;
    -ms-transition: 200ms ease-in all;
    -o-transition: 200ms ease-in all;
    -webkit-border-radius: 6px;
    -webkit-filter: grayscale();
    -webkit-transition: 200ms ease-in all;
    border-radius: 6px;
    filter: grayscale();
    float: left;
    height: 100px;
    opacity: .5;
    transition: 200ms ease-in all;
    width: 188px !important;
}

#sponsors #sponsors_list li:hover {
    -moz-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

#sponsors #sponsors_list li a img {
    height: 100px;
    width: 178px;
}

#sponsors .flex-control-nav {
    bottom: 20px
}

#sponsors div.row {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

#sponsors div.row #sponsors_list {
    margin: 0px;
    min-height: 160px;
    padding: 0px;
    zoom: 1;
}

/* ===[ End Of Sponsors ]=== */

/* ===[ Begin Latest Tweets Bar ]=== */

#latest_tweets {
    background-color: #b6dbf1;
    clear: both;
    display: block;
    height: 90px; /*60*/
    margin-bottom: 40px;
    margin-top: 20px;
}

#latest_tweets div.row {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

#latest_tweets div.row #twitter_update {
    display: block;
    float: left;
    height: 20px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    max-height: 20px !important;
    overflow: hidden;
    padding: 0px;
    width: 600px;
}

#latest_tweets div.row #twitter_update {
    display: block;
    float: left;
    height: 20px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    max-height: 20px !important;
    overflow: hidden;
    padding: 0px;
    width: 600px;
}

#latest_tweets div.row #twitter_update .tweet_list {
    color: #FFF
}

#latest_tweets div.row #twitter_update .tweet_list li {
    color: #FFF
}

#latest_tweets div.row #twitter_update .tweet_list li .tweet_text {
    color: #FFF;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
}

#latest_tweets div.row #twitter_update .tweet_list li .tweet_text .at {
    color: #FFF;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
}

#latest_tweets div.row #twitter_update .tweet_list li .tweet_text a {
    color: #FFF;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
}

#latest_tweets div.row h3 {
    color: #0088cc;
    display: block;
    float: left;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    line-height: 60px;
    margin-bottom: 0px;
    margin-right: 20px;
    margin-top: 0px;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
    width: 120px;
}

#latest_tweets div.row h3:after {
    color: #EEE;
    content: ':';
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    margin-left: 20px;
}

#latest_tweets div.row h2 {
    color: #FFF;
    display: block;
    float: left;
    font-size: 28px;
    line-height: 60px;
    margin-bottom: 0px;
    margin-right: 20px;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
    width: 220px;
	display:none;
}

#latest_tweets div.row h2 strong {
    font-family: 'Raleway', Arial, Helvetica, sans-serif
}

/* ===[ End Of Latest Tweets ]=== */

/* --------------- FOOTER ZONE --------------- */

footer {
    border-top: 1px solid #EEE;
    margin-top: 40px;
    padding-top: 40px;
}

footer div.row {
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

footer div.row .column {
    float: left;
    margin-right: 20px;
    width: 300px;
}

footer div.row .column:last-child {
    margin-right: 0px
}

/* ===[ Begin Social Links ]=== */

footer div.row .column #socials {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 40px;
    margin: 20px 0px 0px 0px;
    padding: 4px 0px 4px 0px;
}

footer div.row .column #socials li {
    float: left;
    list-style: none;
    margin-right: 20px;
}

footer div.row .column #socials li:last-child {
    margin-right: 0px
}

footer div.row .column #socials li a {
    -moz-transition: 200ms linear opacity;
    -ms-transition: 200ms linear opacity;
    -o-transition: 200ms linear opacity;
    -webkit-transition: 200ms linear opacity;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: list-item;
    height: 32px;
    opacity: .5;
    transition: 200ms linear opacity;
    width: 32px;
}

footer div.row .column #socials li a:hover {
    opacity: 1
}

/* ===[ End Of Social Links ]=== */

footer div.row .column h4 {
    float: left;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 16px;
    margin-top: 0px;
    padding-top: 4px;
    width: 300px;
}

footer div.row .column h4 strong {
    font-family: 'Raleway', Arial, Helvetica, sans-serif
}

footer div.row .column p {
    color: #666;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px !important;
    margin-right: 20px;
    margin-top: 5px;
    width: 300px;
}

footer div.row .column p a {
    -moz-transition: 200ms linear color;
    -ms-transition: 200ms linear color;
    -o-transition: 200ms linear color;
    -webkit-transition: 200ms linear color;
    text-decoration: none;
    transition: 200ms linear color;
}

footer #band {
    background-color: #EEE;
    height: 60px;
    margin-top: 35px;
}

footer #band div.row .copyright {
    float: left;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 58px;
    padding-top: 2px;
    width: 380px;
}

/* ===[ Begin Footer Menu ]=== */

footer #band div.row ul {
    display: table;
    float: right;
    height: 20px;
    margin-bottom: 26px;
    margin-right: 0px;
    margin-top: 14px;
}

footer #band div.row ul li {
    float: left;
    height: 20px;
    list-style: none;
    margin-right: 20px;
}

footer #band div.row ul li:last-child {
    margin-right: 0px
}

footer #band div.row ul li a {
    -moz-transition: 200ms linear all;
    -ms-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    -webkit-transition: 200ms linear all;
    display: list-item;
    line-height: 20px;
    padding: 8px;
    text-decoration: none;
    transition: 200ms linear all;
}

footer #band div.row ul li a:hover {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #FFF;
    border-radius: 8px;
}

/* ===[ End Of Footer Menu ]=== */

/* ===[ Begin Social Links Images ]=== */

.facebook {
    background-image: url('../images/social_fb.png')
}

.twitter {
    background-image: url('../images/social_tw.png')
}

.googleplus {
    background-image: url('../images/social_gp.png')
}

.linkedin {
    background-image: url('../images/social_li.png')
}

.dribbble {
    background-image: url('../images/social_db.png')
}

.rss {
    background-image: url('../images/social_rs.png')
}

/* ===[ End Of Social Links Images ]=== */

/*--------------- DOWNLOAD BUTTON ANIMATIONS ---------------*/

@keyframes download_button { 
    0% {
        background-position: center center
    }

    50% {
        background-position: center 100px
    }

    51% {
        background-position: center -500px
    }

    75% {
        background-position: center -40px
    }

    100% {
        background-position: center center
    }
}

@-moz-keyframes download_button { 
    0% {
        background-position: center center
    }

    50% {
        background-position: center 100px
    }

    51% {
        background-position: center -500px
    }

    75% {
        background-position: center -40px
    }

    100% {
        background-position: center center
    }
}

@-ms-keyframes download_button { 
    0% {
        background-position: center center
    }

    50% {
        background-position: center 100px
    }

    51% {
        background-position: center -500px
    }

    75% {
        background-position: center -40px
    }

    100% {
        background-position: center center
    }
}

@-webkit-keyframes download_button { 
    0% {
        background-position: center center
    }

    50% {
        background-position: center 100px
    }

    51% {
        background-position: center -500px
    }

    75% {
        background-position: center -40px
    }

    100% {
        background-position: center center
    }
}

@-o-keyframes download_button { 
    0% {
        background-position: center center
    }

    50% {
        background-position: center 100px
    }

    51% {
        background-position: center -500px
    }

    75% {
        background-position: center -40px
    }

    100% {
        background-position: center center
    }
}

/*--------------- RESPONSIVE STYLES ---------------*/

/* ===[ Desktop ]=== */
@media (min-width: 959px) and (max-width: 1200px) {

	header #slider {
		background-size: auto 100% !important;
	} 

	section #features, section #quote {
		overflow: hidden;
	}

}

/* ===[ Portrait Tablet To Desktop ]=== */
@media (max-width: 959px) { 

	hr {
	    width: 100%
	}

	header {
	    min-height: 440px
	}

	header #top.road .row {
	    left: 0;
	    margin-left: inherit;
	    position: relative;
	    width: 100% !important;
	}

	header #slider {
	    background-size: auto 100%
	}

	header #top {
	    width: 100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
	}

	header #top #logo {
	    margin-left: 3%;
	    width: 26%;
	}

	header #top nav {
	    margin-left: 0px;
	    margin-top: 7px;
	    min-height: 40px;
	    width: auto;
        float: right;
	}

    header #top nav ul {
        float: left;
    }

	header #top nav ul li {
	    margin-right: 2px
	}

	header #top nav ul li a {
	    font-size: 14px !important;
	    padding: 8px !important;
	}

	.appy-slider {
	    height: 440px;
	    min-width: 440px;
	    width: 100%;
	}

	.appy-slide {
	    margin-left: -50%;
	    position: absolute;
	    width: 100%;
	}

	.appy-slide .appy-link {
	    font-size: 14px;
	    padding: 10px;
	    top: 340px !important;
	}

	.appy-slide .pure {
	    bottom: 30px !important;
	    left: 0px;
	    width: 100%;
	}

	.appy-slide .pure img {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    width: 80%;
	}

	.appy-slide img {
	    margin-left: 20%;
	    width: 60%;
	}

	.appy-slider h2 {
	    font-size: 42px;
	    top: 122px !important;
	}

	.appy-slider p {
	    font-size: 13px;
	    top: 186px !important;
	    width: 280px;
	}

	#quote h2, #features h2 {
	    padding-bottom: 0px;
	    padding-left: 20px;
	    padding-right: 20px;
	}

	.flex-direction-nav .flex-prev {
	    left: -20px
	}

	.flex-direction-nav .flex-next {
	    right: -20px
	}

    section #more_features .row ul li, section #more_features .row ul li:nth-child(3n) {
        width: 48%;
        margin-right: 2%;
    }

    section #more_features .row ul li:nth-child(2n) {
        margin-right: 0px;
    }

	section #features, section #quote, section #more_features, section #about, section #download, section #pricelist, section #contact, section #newsletter, section #latest_tweets, section #gallery, section #our_team, section #sponsors {
	    width: 100% !important
	}

	section #contact #contact_info .contact_right {
	    border-left: 0px;
	    display: table;
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    padding-left: 0px;
	    width: 440px !important;
	}

	section #contact #contact_info .contact_left {
	    display: table;
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    width: 470px !important;
	}

	section #contact #map h2, section #quote blockquote h3, section #quote blockquote h4 {
	    width: 100% !important
	}

	section #about .right .content_text {
	    margin-left: 10%
	}

	section #about .right .content_img {
	    float: left;
	    padding-top: 20px;
	    width: 320px;
	}

	section #about .left .content_text {
	    margin-left: 0px;
	    margin-right: 10%;
	}

	section #about .left .content_text, section #about .right .content_text {
	    width: 42%
	}

	section #features ul.slides li {
	    width: 30%
	}

	section #contact #map h2, #contact_info h2 {
	    margin-bottom: 0px;
	    text-align: center;
        line-height: 60px;
        height: 60px;
        padding: 0px !important;
	}

	section #features ul.slides li h3 {
	    font-size: 16px
	}

	section #features ul.slides li p {
	    font-size: 14px
	}

    section #about {
        padding: 0px;
    }

    section #about h2 {
        padding-left: 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    section #about .left .content_text {
        margin-left: 5%;
    }

    section #about .right .content_text {
        margin-right: 5%;
    }

    section #about .fluid_row .right .content_img {
        margin-left: 2%;
        width: 45%;
        height: 300px;
    }

    section #about .fluid_row .right .content_text {
        width: 45%;
        margin-left: 3%;
    }

    section #about .wide_content p {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

	section > div, section #contact #map h2, #contact_info h2 {
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    padding: 20px;
	}

	section #features div.row, section #more_features .row, section #quote .row, section #latest_tweets div.row, section #about .right, section #about .left, section #about div.row, section #download div.row, section #our_team div.row, section #pricelist div.row, section #gallery div.row, section #gallery div.row .gallery_top, section #contact div.row #contact_info, .contact_left, .contact_right, #sponsors div.row, footer .container, footer div.row {
	    width: 100% !important
	}

	section #pricelist div.row .price_list .column {
	    float: left;
	    margin-bottom: 20px;
	    margin-right: 2%;
	    width: 49%;
	}

	section #pricelist div.row .price_list .column:nth-of-type(2n) {
	    margin-right: 0%
	}

	footer div.row .column {
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    float: left;
	    margin-right: 0px;
	    padding: 20px;
	    width: 100% !important;
	}

	footer div.row .column h4 {
	    width: 100%
	}

	footer div.row .column p {
	    width: 100%
	}

    section #our_team div.row ul li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    section #our_team div.row ul li:nth-child(2n) {
        margin-right:  0px;
    }

    section #our_team div.row ul li .avatar {
        width: 100%;
    }

    section #sponsors {
        overflow-x: hidden;
        padding-left: 20px;
        padding-right: 20px;
    }

	section #features, section #quote {
	    overflow: hidden
	}

	section  #contact, section #latest_tweets {
	    padding: 0px
	}

	#latest_tweets div.row #twitter_update {
	    width: 56%
	}

	#latest_tweets div.row h2, #latest_tweets div.row h2 strong, #latest_tweets div.row h3 {
	    font-size: 18px;
	    margin-left: 2%;
	    margin-right: 2%;
	    width: 17%;
	}

	footer {
	    border-top: 1px solid #EEE;
	    margin-top: 40px;
	    padding-top: 20px;
	}

	footer #band {
	    margin-top: 0px
	}

	footer #band div.row .copyright {
	    display: table;
	    font-size: 14px;
	    margin-left: 20px;
	    width: auto !important;
	}

	footer #band div.row ul {
	    margin-right: 20px
	}

	footer #band div.row ul li {
	    margin-right: 10px
	}

}

/* ===[ Landscape Tablet ]=== */

@media (max-width: 768px) { 

    header #top #logo {
        width: 33% !important;
        margin-left: 5%;
    }

	header div.row > nav {
	    display: none
	}

	#mobile_menu.on {
	    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
	    -moz-transition: 200ms linear all;
	    -ms-transition: 200ms linear all;
	    -o-transition: 200ms linear all;
	    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
	    -webkit-transition: 200ms linear all;
	    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
	    display: block;
	    position: relative;
	    transition: 200ms linear all;
	    z-index: 1;
	}

	#mobile_menu {
	    -moz-transition: 200ms linear all;
	    -ms-transition: 200ms linear all;
	    -o-transition: 200ms linear all;
	    -webkit-transition: 200ms linear all;
	    background-color: #EEE;
	    transition: 200ms linear all;
	}

	#mobile_menu ul {
	    margin: 0px;
	    padding: 0px;
	}

	#mobile_menu ul li {
	    float: none
	}

	#mobile_menu ul li a {
	    -moz-transition: 200ms linear all;
	    -ms-transition: 200ms linear all;
	    -o-transition: 200ms linear all;
	    -webkit-transition: 200ms linear all;
	    color: #444;
	    display: list-item;
	    padding: 10px;
	    text-align: center;
	    text-decoration: none;
	    transition: 200ms linear all;
	}

	#mobile_menu ul li a:hover {
	    background-color: #FFF;
	    color: #666;
	}

	header #top.road .row {
	    min-height: 60px
	}

	header #top.road a.mobile {
	    top: 10px
	}

	header a.mobile {
	    -moz-border-radius: 6px;
	    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	    -moz-transition: 200ms linear all;
	    -ms-transition: 200ms linear all;
	    -o-transition: 200ms linear all;
	    -webkit-border-radius: 6px;
	    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	    -webkit-transition: 200ms linear all;
	    background-color: #FFF;
	    background-image: url('../images/mobile.png');
	    background-position: center center;
	    background-repeat: no-repeat;
	    border-radius: 6px;
	    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	    cursor: pointer;
	    display: table;
	    float: right;
	    padding: 10px;
	    position: relative;
	    right: 20px;
	    text-indent: -9999px;
	    top: 10px;
	    transition: 200ms linear all;
	    width: 20px;
        height: 20px;
	}

	header a.mobile:hover {
	    background-color: #EEE
	}

	header a.mobile.opened {
	    background-image: url('../images/mobile_close.png')
	}

	section #features ul.slides li p {
	    font-size: 12px
	}

	section #about .right .content_img, section #about .left .content_img, section #about .fluid_row .right .content_img, section #about .fluid_row .left .content_img {
	    width: 40%;
        padding-top: 50px;
	}

	.appy-slider {
	    height: 440px;
	    min-width: 440px;
	    width: 100%;
	}

	.appy-slider h2, .appy-slider p, .appy-slider .appy-img, .appy-slide .appy-link {
	    -moz-animation: none !important;
	    -ms-animation: none !important;
	    -o-animation: none !important;
	    -webkit-animation: none !important;
	    animation: none !important;
	}

	.appy-slider h2 {
	    font-size: 42px;
	    left: 55% !important;
	    top: 122px !important;
	}

	.appy-slider p {
	    font-size: 13px;
	    left: 55% !important;
	    top: 186px !important;
	    width: 280px;
	}

	.appy-slide {
	    margin-left: -50%;
	    position: absolute;
	    width: 100%;
	}

	.appy-slide .appy-link {
	    font-size: 14px;
	    left: 55% !important;
	    padding: 10px;
	    top: 340px !important;
	}

	.appy-slide .pure {
	    bottom: 30px !important;
	    left: 0px;
	    width: 100%;
	}

	.appy-slide .pure img {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    width: 80%;
	}

	.appy-slide img {
	    margin-left: 8%;
	    width: 68% !important;
	}

	footer #band div.row .copyright {
	    display: block;
	    margin-left: 0px;
	    text-align: center;
	    width: 100% !important;
	}

	footer #band div.row ul {
	    display: table;
	    float: none;
	    margin-bottom: 0px !important;
	    margin-left: auto;
	    margin-right: 0px;
	    margin-right: auto;
	    padding-top: 10px;
	    width: auto;
	}

	footer #band div.row ul li {
	    display: table;
	    margin-left: auto;
	    margin-right: auto;
	}

}

/* ===[ Mobile Alternatives ]=== */

@media (max-width: 570px) {

    header #top #logo {
        margin-left: 0px;
        width: 50% !important;
    }

	section #gallery div.row #screens li.screen {
		width: 40%;
	}

	section #gallery div.row #screens li.screen {
		margin-right: 5%;
		margin-left: 5%;
	}

	section #gallery div.row #screens li.screen a {
		height: 50%;
		width: 100%;
	}

	#download div.row ul {
		width: 100% !important;
	}

}

/* ===[ Mobile Landscape ]=== */

@media (max-width: 594px) {

	header {
    	min-height: 300px
	}

    header #top #logo {
        margin-left: 0px;
        width: 45%;
    }

	header #top #logo a {
	    background-image: url("../images/logo.png");
	    background-repeat: no-repeat;
	    background-size: 100%;
	    left: 40px;
	    position: relative;
	    top: 7px;
	    width: 100%;
	}

	.appy-slider {
	    height: 300px;
	    min-width: 400px;
	    width: 100%;
	}

	.appy-slider h2 {
	    font-size: 32px;
	    top: 140px !important;
	}

	.appy-slider p, .appy-slide .appy-link {
	    display: none
	}

	.appy-slide img {
	    margin-left: 10%;
	    width: 40% !important;
	}

	.appy-slide .pure img {
	    width: 80% !important
	}

	section #about .right .content_img, section #about .left .content_img {
	    width: 90%
	}

	section #about .right .content_text, section #about .left .content_text {
	    width: 90%
	}

	section #about p, section #download div.row p {
	    font-size: 12px
	}

	section #about h1, section #about h1 strong {
	    font-size: 22px
	}

    section #about .wide_content .content_img {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

	section #features {
	    height: 390px;
	    width: 960px;
	}

	section #features ul.slides li {
	    width: 28%
	}

	section #features ul.slides li:hover a .icon {
	    background-size: 50% !important
	}

	section #features ul.slides li h3 {
	    font-size: 16px
	}

	section #features ul.slides li a {
	    background-size: 40%;
	    height: 80px;
	    width: 80px;
	}

	section #features ul.slides li p {
	    display: none
	}

    section #more_features li {
        width: 100% !important;
        float: none;
    }

	section h2, section h2 strong {
	    font-size: 22px
	}

	section #quote blockquote h3 {
	    font-size: 22px;
		line-height:30px;
	}

	section #download div.row ul li {
	    float: left;
	    list-style: none;
	    width: 50%;
	}

	section #download div.row ul li a, section #download div.row ul li:last-child a {
	    font-size: 100% !important;
	    width: 100% !important;
	}

	section #pricelist div.row .price_list .column {
	    float: left;
	    margin-right: 0%;
	    width: 100%;
	}

	section #gallery div.row #filters li a {
	    font-size: 12px !important
	}

    section #newsletter label {
        float: none;
        width: 100%;
        text-align: center;
    }

	section #contact #contact_info .contact_left {
	    padding: 20px;
	    width: 100%!important;
	}

	section #contact #contact_info .contact_left label {
	    font-size: 12px;
	    margin-right: 5%;
	    width: 25%;
	}

	section #contact_info .contact_left input[type="text"], #contact_info .contact_left textarea {
	    width: 60% !important
	}

	section #contact #contact_info .contact_right {
	    padding: 20px;
	    width: 100% !important;
	}

	section #contact #contact_info .contact_right ul li strong {
	    font-size: 12px;
	    width: 35%;
	}

	section #contact #contact_info .contact_right ul li span {
	    font-size: 12px;
	    padding-left: 5%;
	    width: 60%;
	}

	section #latest_tweets {
	    display: none
	}

}

/* ===[ Mobile Portrait ]=== */

@media (max-width: 400px) {

    header #top #logo {
        width: 60%;
    }

	.appy-slider h2 {
		font-size: 14px;
	}

	.appy-slider {
		min-width: 100px;
	}

	section h2, section h2 strong {
		font-size: 16px;
        text-align: center;
	}

    section #about h1, section #about h1 strong {
        font-size: 14px;
    }

    section #about p {
        font-size: 12px;
    }

	section #features ul.slides li {
		margin-right: 2%;
		margin-left: 2%;
	}

    section #our_team ul li {
        margin-right: 0px !important;
        width: 100% !important;
        float: none;
    }

    section #our_team ul.socials li {
        float: left;
        width: 32px !important;
        margin-right: 4px !important;
    }

	section #quote blockquote h3 {
		font-size: 14px;
	}

	section #gallery div.row #filters li a {
		font-size: 10px !important
	}

	section #gallery div.row #screens li.screen {
		width: 38%;
	}

	section #gallery div.row #screens li.screen {
		margin-right: 5%;
	}

    section #newsletter input[type="button"], section #newsletter input[type="submit"], section #newsletter input[type="text"] {
        float: none;
        width: 100%;
    }

	div.row .column #socials li {
		margin-bottom: 10px;
	}

	footer #band div.row ul {
		display: none;
	}

}	