.flex {
    display: flex;
    align-items: center;
}

@media screen and (max-width:991px) {
    .flex {
        flex-direction: column;
    }
    .flex .col-md-2.col-sm-12 {
        text-align: center;
    }

    .reverse_order > div:nth-of-type(2) {
        order: 3;
    }

    .reverse_order > div:nth-of-type(3) {
        order: 2;
    }

    .home_illustration {
        margin-bottom: 2rem;
    }
}

.home_illustration {
    max-width: 100px;
}

.benefit-illustration {
    height: 130px;
    margin-bottom: 2rem
}

.benefit-illustration img {
    max-height: 100%
}

.kickstarter-logo {
    max-width: 250px
}

.btn-green {
    color: #fff !important;
    background-color: #439203
}

@media screen and (min-width:481px) {
    .mobile {
        display: none
    }
}

@media screen and (max-width:480px) {
    .mobile {
        display: block
    }
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit
}

h1 {
    font-weight: 700;
    padding-bottom: 10px
}

h2 {
    font-weight: 800;
    margin-top: 0 !important;
    text-transform: uppercase
}

h3 {
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0 !important
}

h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 0 !important
}

h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6
}

h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

img {
    max-width: 100%
}

.title_text {
    position: relative;
    display: block;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2
}

.mini_description {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6
}

.tiny_font {
    font-size: 12px
}

.upperCase {
    text-transform: uppercase
}

.font_medium.first {
    padding-left: 0
}

.font_medium {
    font-size: 75px;
    padding-left: 10px
}

.font_medium_x {
    font-size: 20px
}

.font_small {
    font-size: 13px
}

p {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

p img {
    margin: 0
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

small {
    font-size: 80%
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .title_text {
        font-size: 32px !important
    }
}

@media only screen and (min-width:481px) and (max-width:991px) {
    .title_text {
        font-size: 28px
    }

    .tiny_font {
        font-size: 12px;
        letter-spacing: .5px
    }
}

@media screen and (max-width:480px) {
    h1, h2 {
        font-size: 24px !important;
        line-height: 1.2 !important
    }

    h3 {
        font-size: 20px !important
    }

    .title_text {
        font-size: 28px !important
    }

    .tiny_font {
        font-size: 12px;
        letter-spacing: .5px
    }

    .b_heading {
        font-size: 14px !important
    }

    .font_medium {
        font-size: 30px
    }
}

p {
    margin-right: 1px
}

.alignRight {
    float: right
}

.bottom_spacing {
    margin-bottom: 10px
}

.spacing {
    margin: 20px
}

.right_spacing {
    margin-right: 20px
}

.right_spacing_mini {
    margin-right: 10px
}

hr {
    clear: both;
    margin: 10px 0 25px;
    border: 0 !important
}

.separator {
    clear: both;
    margin: 0 0 5px;
    height: 2px
}

.separator_mini {
    clear: both;
    margin: 0 0 20px;
    height: 2px
}

.separator_max {
    clear: both;
    margin: 100px 0 20px;
    height: 2px
}

.separator_bar_mini {
    width: 50px;
    position: relative;
    right: 10px;
    visibility: visible !important;
    display: inline-block;
    margin: 20px 0;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.separator_bar {
    clear: both;
    margin: 10px 0 10px 0;
    padding: 0;
    height: 1px;
    visibility: visible;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.space_max {
    display: block;
    margin: 0 !important;
    padding: 0 0 50px !important
}

.space_mini {
    display: block;
    margin: 0 !important;
    padding: 0 0 30px !important
}

.space_small {
    display: block;
    margin: 0 !important;
    padding: 0 0 0 !important
}

@media only screen and (max-width:767px) {
    .separator_max {
        margin: 0 0 50px
    }

    .separator_mini {
        clear: both;
        margin: 0 0 50px;
        height: 2px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .separator_mini {
        clear: both;
        margin: 0 0 15px;
        height: 2px
    }
}

@media only screen and (max-width:479px) {
    .separator_max {
        clear: both;
        margin: 20px 0 20px;
        height: 2px
    }

    .space_max {
        padding: 0 0 20px !important
    }
}

.item_title {
    margin-top: 0;
    margin-bottom: 2px;
    padding-bottom: 0;
    color: inherit
}

.item_sub_title {
    font-size: 13px;
    margin-top: 0;
    padding-top: 0;
    font-weight: 400
}

.largeText_boxed {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

h2.largeText_boxed {
    font-size: 25px !important
}

@media screen and (max-width:1024px) {
    .largeText_boxed {
        font-size: 20px !important;
        line-height: 30px;
        padding: 0 20px
    }
}

@media only screen and (max-width:991px) {
    .title_bottom h1, .title_bottom h2, .title_bottom h3, .title_bottom h4, .title_bottom h5, .title_bottom h6, .title_top h1, .title_top h2, .title_top h3, .title_top h4, .title_top h5, .title_top h6 {
        font-size: 12px !important
    }
}

.medium_image {
    width: 240px;
    position: relative;
    display: block;
    margin: 0 auto
}

.small_image {
    width: 140px;
    position: relative;
    display: block;
    margin: 0 auto
}

.mini_image {
    width: 90px;
    position: relative;
    display: block;
    margin: 0 auto
}

.tiny_image {
    width: 70px;
    position: relative;
    display: block;
    margin: 0 auto
}

.medium_image img, .small_image, .tiny_image img {
    max-width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .medium_image {
        width: 192px
    }
}

.heading_stroke {
    display: table;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box
}

.heading_stroke_wrapper {
    display: table-row;
    line-height: 1.5
}

.stroke-holder, .stroke-start, .stroke-text {
    display: table-cell;
    vertical-align: middle
}

.stroke-text {
    padding: 0 25px 0 25px;
    width: 1px;
    overflow: visible;
    white-space: nowrap
}

.stroke-line {
    width: 100%;
    height: 1px;
    margin-top: 7px
}

.heading_stroke.mini .stroke-line {
    margin-top: -5px
}

.half_transparent {
    -moz-opacity: .25;
    -khtml-opacity: .25;
    opacity: .25
}

.stroke-line.separator {
    clear: both;
    margin: 30px 0 40px 0 !important
}

.heading_stroke h2 {
    padding-top: 18px;
    position: relative;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .heading_stroke {
        margin: 0 0
    }

    .stroke-line {
        margin-top: 2px
    }
}

hr {
    visibility: hidden;
    border: none clear: both;
    margin: 10px 0 22px;
    height: 2px
}

a, a:visited {
    text-decoration: none;
    outline: 0;
    cursor: pointer !important
}

a:hover {
    text-decoration: none
}

p a, p a:visited {
    line-height: inherit
}

a {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

a.button, a.button:visited, a.normal, a.normal:visited {
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

a.button:hover, a.normal:hover {
    text-decoration: none
}

.removePadding {
    padding: 0 !important
}

ol, ul {
    margin-bottom: 20px
}

ul {
    list-style: none outside
}

ol {
    list-style: decimal
}

ol {
    margin-left: 30px
}

ol ol, ol ul, ul ol, ul ul {
    margin: 4px 0 5px 30px
}

ol ol li, ol ul li, ul ol li, ul ul li {
    margin-bottom: 6px
}

li {
    line-height: 20px
}

li p {
    line-height: 21px
}

ol li+li {
    margin-top: 10px
}

.list1, .list10, .list2, .list3, .list4, .list5, .list6, .list7, .list8, .list9 {
    padding: 0 5px 2px 28px;
    line-height: 18px;
    list-style-type: none;
    text-align: left;
    display: block;
    margin-bottom: 13px
}

.list1 {
    background: url(../images/list/icon1.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon1.png) 1x, url(../images/list/icon1@2x.png) 2x)
}

.list2 {
    background: url(../images/list/icon2.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon2.png) 1x, url(../images/list/icon2@2x.png) 2x)
}

.list3 {
    background: url(../images/list/icon3.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon3.png) 1x, url(../images/list/icon3@2x.png) 2x)
}

.list4 {
    background: url(../images/list/icon4.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon4.png) 1x, url(../images/list/icon4@2x.png) 2x)
}

.list5 {
    background: url(../images/list/icon5.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon5.png) 1x, url(../images/list/icon5@2x.png) 2x)
}

.list6 {
    background: url(../images/list/icon6.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon6.png) 1x, url(../images/list/icon6@2x.png) 2x)
}

.list7 {
    background: url(../images/list/icon7.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon7.png) 1x, url(../images/list/icon7@2x.png) 2x)
}

.list8 {
    background: url(../images/list/icon8.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon8.png) 1x, url(../images/list/icon8@2x.png) 2x)
}

.list9 {
    background: url(../images/list/icon9.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon9.png) 1x, url(../images/list/icon9@2x.png) 2x)
}

.list10 {
    background: url(../images/list/icon10.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon10.png) 1x, url(../images/list/icon10@2x.png) 2x)
}

.list10_white, .list1_white, .list2_white, .list4_white, .list5_white, .list6_white, .list7_white, .list8_white, .list9_white {
    padding: 0 5px 2px 28px;
    line-height: 18px;
    list-style-type: none;
    text-align: left;
    display: block;
    margin-bottom: 13px
}

.list1_white {
    background: url(../images/list/icon1_white.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon1_white.png) 1x, url(../images/list/icon1_white@2x.png) 2x)
}

.list2_white {
    background: url(../images/list/icon2_white.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon2_white.png) 1x, url(../images/list/icon2_white@2x.png) 2x)
}

.list4_white {
    background: url(../images/list/icon4_white.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon4_white.png) 1x, url(../images/list/icon4_white@2x.png) 2x)
}

.list5_white {
    background: url(../images/list/icon5_white.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon5_white.png) 1x, url(../images/list/icon5_white@2x.png) 2x)
}

.list6_white {
    background: url(../images/list/icon6_white.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon6_white.png) 1x, url(../images/list/icon6_white@2x.png) 2x)
}

.list7_white {
    background: url(../images/list/icon7_white.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon7_white.png) 1x, url(../images/list/icon7_white@2x.png) 2x)
}

.list8_white {
    background: url(../images/list/icon8_white.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon8_white.png) 1x, url(../images/list/icon8_white@2x.png) 2x)
}

.list9_white {
    background: url(../images/list/icon9_white.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon9_white.png) 1x, url(../images/list/icon9_white@2x.png) 2x)
}

.list10_white {
    background: url(../images/list/icon10_white.png) no-repeat left;
    background-image: -Webkit-image-set(url(../images/list/icon10_white.png) 1x, url(../images/list/icon10_white@2x.png) 2x)
}

a .list1, a .list10, a .list10_white, a .list1_white, a .list2, a .list2_white, a .list3, a .list4, a .list4_white, a .list5, a .list5_white, a .list6, a .list6_white, a .list7, a .list7_white, a .list8, a .list8_white, a .list9, a .list9_white {
    padding: 3px 9px 2px 28px !important;
    line-height: 12px;
    margin-bottom: 0 !important
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
    margin: 0 auto !important;
    display: block;
    border-radius: 15px
}

.button, a.button, button {
    font-family: Droid_sans, 'Trebuchet MS', sans-serif;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 6px 10px 6px 10px;
    border: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

a, a .button {
    position: relative
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.button, button {
    font-size: 12px
}

.button.small, button.small {
    font-size: 10px
}

.button.medium, button.medium {
    font-size: 16px
}

.button i {
    font-size: 16px;
    margin-top: 3px
}

.font_2x {
    font-size: 25px !important
}

@media only screen and (max-width:480px) {
    .font_2x {
        font-size: 15px !important
    }
}

.comment-list {
    margin: 40px 0 70px;
    padding: 25px 0 40px;
    overflow: hidden
}

.comment {
    position: relative;
    list-style: none;
    margin: 0 0 0;
    padding: 0 0 40px
}

.comment:first-child {
    padding-top: 0;
    border-top: none
}

.comment .comment-area {
    margin: 0 0 0 45px
}

.comment .comment-area {
    padding: 0 15px 20px 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.comment .comment-area p {
    font-size: 13px
}

.comment .author, .comment .author a {
    margin: 0
}

.comment .date {
    margin: -1px 0 5px;
    font-size: 12px
}

@media only screen and (max-width:767px) {
    .comment .comment-area {
        margin: 0
    }

    .comment .comment-area {
        padding: 0 15px 5px 15px
    }

    .comment-list {
        padding: 30px 0 40px
    }
}

.font_awesome, .font_awesome_2x, .font_awesome_3x {
    position: relative;
    margin: 0;
    padding: 0
}

.font_awesome li, .font_awesome_2x li, .font_awesome_3x li {
    display: inline-block;
    font-weight: 700;
    list-style: none;
    cursor: pointer
}

.font_awesome>li>a, .font_awesome_2x>li>a, .font_awesome_3x>li>a {
    display: block;
    margin: 5px 5px 0 0;
    padding: 7px 10px 7px 10px;
    display: block;
    outline: 0;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.font_awesome li a i, .font_awesome_2x li a i, .font_awesome_3x li a i {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.font_awesome li {
    min-height: inherit !important
}

.font_awesome li a {
    min-width: 34px
}

.font_awesome_2x li a {
    display: block;
    width: 40px
}

.font_awesome_3x li a {
    width: 68px;
    padding: 12px 0 12px 0
}

.font_awesome li a.envelope, .font_awesome_2x li a.envelope {
    border: 1px solid #e84e40
}

.font_awesome li a.envelope i, .font_awesome_2x li a.envelope i {
    color: #e84e40 !important
}

body {
    counter-reset: section
}

.project_nav {
    position: absolute;
    display: block;
    right: 50%;
    top: -20px;
    margin-right: -40px;
    margin-top: 20px;
    z-index: 100
}

.project_nav ul li a {
    width: 100%;
    height: 100%
}

.widget-title {
    margin-bottom: 20px;
    font-size: 16px
}

.listed_o li {
    margin-bottom: 10px
}

.listed_o li:before {
    content: "\f192";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.parallax {
    background: no-repeat center center scroll;
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0)
}

.mainContent .parallax {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.overlayBg {
    width: 100%;
    height: 102%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    -moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75
}

.bg_container {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -webkit-transition: translate3d(0, 0, 0)
}

.show_hidden {
    overflow: visible
}

.bg_transparent {
    background-color: transparent !important;
    background-color: none !important;
    background-image: none !important
}

.overlay {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    zoom: 1;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 5;
    -webkit-transition: opacity 180ms ease-in-out;
    -moz-transition: opacity 180ms ease-in-out;
    -o-transition: opacity 180ms ease-in-out;
    transition: opacity 180ms ease-in-out
}

a:hover .overlay {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.overlay.link {
    display: block;
    background: url(../images/overlay_link.png) no-repeat center center;
    zoom: 1
}

.title_top {
    top: 50px;
    display: block;
    position: absolute;
    z-index: 10;
    padding-left: 20px
}

.title_bottom {
    bottom: 150px;
    display: block;
    position: absolute;
    z-index: 10;
    padding-left: 20px
}

.title_bottom h4, .title_top h4 {
    padding: 10px 15px 7px 15px !important
}

@media only screen and (max-width:991px) {
    .title_bottom, .title_top {
        top: 20px;
        bottom: auto
    }
}

@media only screen and (max-width:767px) {
    .title_bottom, .title_top {
        padding-left: 0
    }
}

.thumb_small {
    height: 100px;
    width: 100px;
    position: relative;
    float: left;
    display: block;
    margin: 0 20px 20px 0;
    line-height: 0
}

.animate {
    position: relative;
    overflow: hidden
}

.text_animate {
    position: relative;
    display: inline-block
}

.title_image {
    position: relative;
    width: 200px;
    margin: 0 auto 20px
}

.title_image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto !important;
    display: block
}

.page_header {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 25px
}

.page_header.mini {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px
}

.page_header.noBorder {
    border-bottom: none
}

@media only screen and (max-width:991px) {
    .page_header {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.slideshow_cycle {
    height: auto;
    width: 100%;
    margin: auto;
    margin-bottom: 20px
}

.slideshow_cycle .slide {
    height: auto;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px
}

@media only screen and (max-width:767px) {
    .slideshow_cycle {
        margin-bottom: 0
    }
}

@media only screen and (max-width:991px) {
    .page_header h1, .page_header h2, .page_header h3, .page_header h4, .page_header h5, .page_header h6 {
        padding-left: 10px;
        padding-right: 10px
    }
}

.services_list h4 {
    text-align: center
}

.services_list2 {
    padding-bottom: 20px
}

.services_list2 .icon {
    float: left;
    padding-right: 15px
}

.services_list .desc, .services_list2 .desc {
    display: block;
    overflow: hidden
}

.services_list2 .desc h5 {
    margin-top: 0;
    font-weight: 700
}

.services_list img {
    width: auto
}

.service_icon {
    font-size: 160px
}

.service_icon_2 {
    font-size: 95px;
    line-height: 155px
}

.services_list3 {
    text-align: center;
    margin-bottom: 50px
}

.services_list3 .circular_icon {
    margin: 0 auto 20px;
    background: 0 0;
    border-radius: 0
}

.services_list3 .circular_icon i {
    position: relative;
    display: block;
    margin: 5px auto
}

.services_list3:after {
    content: "";
    position: absolute;
    width: 40%;
    top: 52px;
    left: 80%
}

.services_list3:last-child:after {
    border-bottom: none
}

.services_list .rectangle_icon {
    position: relative;
    display: block;
    margin: 0 auto 40px;
    max-width: 250px;
    text-align: center
}

.rectangle_icon:after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -20px;
    z-index: 100;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

@media only screen and (max-width:991px) {
    .services_list .circular_icon, .services_list .icon {
        float: left
    }

    .services_list .desc {
        padding-left: 25px
    }

    .services_list {
        text-align: left
    }

    .services_list3:after {
        border-bottom: none
    }
}

.noBorder {
    border: none !important
}

@media screen and (max-width:767px) {
    .row {
        margin-right: -15px !important;
        margin-left: -15px !important
    }

    .slideshow_medium {
        width: 280px;
        height: 110px;
        margin-left: -10px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .slideshow_medium {
        width: 100%;
        height: 160px
    }
}

.circular_icon, .font_awesome li a, .font_awesome>li>a, .font_awesome_2x li a, .font_awesome_2x>li>a, .font_awesome_3x>li>a {
    -webkit-border-radius: 325px;
    -moz-border-radius: 325px;
    border-radius: 325px
}

.rectangle_button .circular_icon, .rectangle_button .font_awesome li a, .rectangle_button .font_awesome>li>a, .rectangle_button .font_awesome_2x li a, .rectangle_button .font_awesome_2x>li>a, .rectangle_button .font_awesome_3x>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.rectangle_button .circular_button .circular_icon, .rectangle_button .circular_button .font_awesome li a, .rectangle_button .circular_button .font_awesome>li>a, .rectangle_button .circular_button .font_awesome_2x li a, .rectangle_button .circular_button .font_awesome_2x>li>a, .rectangle_button .circular_button .font_awesome_3x>li>a {
    -webkit-border-radius: 325px;
    -moz-border-radius: 325px;
    border-radius: 325px
}
