.section {
    text-align : center;
}
/*end of skin css*/
 .section {
    text-align : center;
}
.fp-arrow-c {
    position : fixed;
    text-align : center;
    bottom : 30px;
    left : 0px;
    right : 0px;
    z-index : 10001;
}
.fp-arrow {
    display : inline-block;
    line-height : 0px;
    bottom : 20px;
    cursor : pointer;
    background-color : rgba(0, 0, 0, .6);
    border-top-left-radius : 50px;
    border-top-right-radius : 50px;
    border-bottom-right-radius : 50px;
    border-bottom-left-radius : 50px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    padding-bottom : 10px;
    -moz-border-radius-topleft : 50px;
    -webkit-border-top-left-radius : 50px;
    -moz-border-radius-topright : 50px;
    -webkit-border-top-right-radius : 50px;
    -moz-border-radius-bottomright : 50px;
    -webkit-border-bottom-right-radius : 50px;
    -moz-border-radius-bottomleft : 50px;
    -webkit-border-bottom-left-radius : 50px;
}
.fp-arrow .arrow {
    color : #fff;
    font-size : 30px;
    display : inline-block;
    position : relative;
    vertical-align : middle;
}
.fp-controlArrow.fp-next {
    color : #000;
    right : 100px;
    font-size : 30px;
}
.fp-controlArrow.fp-prev {
    color : #000;
    left : 100px;
    font-size : 30px;
}
#fp-nav {
    margin-right : 0px;
}
#fp-nav ul li {
    display : block;
    width : auto;
    position : relative;
    text-align : center;
    vertical-align : middle;
    line-height : 0px;
    height : auto;
    margin : 0px;
}
#fp-nav ul li a {
    display : block;
    width : 100%;
    cursor : pointer;
    text-decoration : none;
    text-align : center;
    position : relative;
    vertical-align : middle;
    padding : 0px;
    height : auto;
    margin : 0px;
    z-index : 1;
    line-height : 0px;
}
#fp-nav a span {
    display : inline-block;
    background-color : #333;
    border-radius : 50%;
    z-index : 1;
    height : 8px;
    width : 8px;
    border : 0;
    transition : all .1s ease-in-out;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 15px;
    margin-bottom : 15px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
    vertical-align : middle;
    border-left-width : 0;
    border-left-color : 0;
    border-left-style : 0;
    border-right-width : 0;
    border-right-color : 0;
    border-right-style : 0;
    border-top-width : 0;
    border-top-color : 0;
    border-top-style : 0;
    border-bottom-width : 0;
    border-bottom-color : 0;
    border-bottom-style : 0;
    border-top-left-radius : 50%;
    border-top-right-radius : 50%;
    border-bottom-left-radius : 50%;
    border-bottom-right-radius : 50%;
    -webkit-border-top-left-radius : 50%;
    -webkit-border-top-right-radius : 50%;
    -webkit-border-bottom-left-radius : 50%;
    -webkit-border-bottom-right-radius : 50%;
    -moz-border-radius-topleft : 50%;
    -moz-border-radius-topright : 50%;
    -moz-border-radius-bottomleft : 50%;
    -moz-border-radius-bottomright : 50%;
}
#fp-nav li a:hover span {
    background-color : #333;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 15px;
    margin-bottom : 15px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
    opacity : 1;
    transform : scale(2);
    -webkit-transform : scale(2);
    -moz-transform : scale(2);
    -ms-transform : scale(2);
    -o-transform : scale(2);
}
#fp-nav li a.active span {
    background-color : #333;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 15px;
    margin-bottom : 15px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
    opacity : 1;
    transform : scale(2);
    -webkit-transform : scale(2);
    -moz-transform : scale(2);
    -ms-transform : scale(2);
    -o-transform : scale(2);
}
#fp-nav ul li .fp-tooltip.right {
    right : 10px;
}
#fp-nav ul li .fp-tooltip.left {
    left : 10px;
}
#fp-nav .fp-tooltip {
    position : absolute;
    top : 50%;
    color : #fff;
    font-size : 16px;
    font-family : Lato, sans-serif;
    background-color : #1827ff;
    white-space : nowrap;
    max-width : 220px;
    overflow : hidden;
    display : block;
    opacity : 0;
    width : auto;
    cursor : pointer;
    right : 0px;
    transition : all .2s ease-in;
    padding : 10px 40px 10px 20px;
    line-height : 100%;
    z-index : -1;
    margin : 0px;
    font-weight : 400;
    transform : translateY(-50%);
    -webkit-transform : translateY(-50%);
    -moz-transform : translateY(-50%);
    -ms-transform : translateY(-50%);
    -o-transform : translateY(-50%);
    text-align : center;
    border-top-width : 2px;
    border-left-width : 2px;
    border-right-width : 2px;
    border-bottom-width : 2px;
    border-top-color : #fff;
    border-top-style : solid;
    border-left-color : #fff;
    border-left-style : solid;
    border-right-color : #fff;
    border-right-style : solid;
    border-bottom-color : #fff;
    border-bottom-style : solid;
    border-top-left-radius : 20px;
    border-top-right-radius : 20px;
    border-bottom-left-radius : 20px;
    border-bottom-right-radius : 20px;
    letter-spacing : 0px;
    padding-left : 20px;
    padding-right : 40px;
    padding-top : 8px;
    padding-bottom : 8px;
    margin-left : 0px;
    margin-right : -24px;
    margin-top : 0px;
    margin-bottom : 0px;
    -moz-border-radius-topleft : 20px;
    -webkit-border-top-left-radius : 20px;
    -moz-border-radius-topright : 20px;
    -webkit-border-top-right-radius : 20px;
    -moz-border-radius-bottomleft : 20px;
    -webkit-border-bottom-left-radius : 20px;
    -moz-border-radius-bottomright : 20px;
    -webkit-border-bottom-right-radius : 20px;
}
.map_content {
    background : #eee url("../includes/DWFullScreenPage/DWFullScreenPage1/gmaps.png") no-repeat center;
    width : 100%;
    height : 100%;
}
#video1 iframe {
    width : 100%;
    height : 100%;
}
.page-content {
    float : none;
    min-height : 300px;
    width : 100%;
}
.row_487 {
    clear: both;
    width: auto;
    background-color:#f2f3f4;
}
.row_483 {
    clear : both;
    min-height : 100px;
    border-radius : 50px;
}
.column_53 {
    float : none;
    width : auto;
    min-height : 100px;
    padding : 20px;
}
#contactform1 {
    width : 100%;
}
#contactform1_form {
    width : 100%;
    text-align : center;
}
#contactform1_form .form-group {
    margin-bottom : 20px;
}
#contactform1_form .form-group button[type="submit"] {
    width : 122px;
    display : block;
    font-style : normal;
    font-weight : 400;
    font-family : Open Sans, sans-serif;
    -webkit-border-radius : 3px;
    border-radius : 3px;
    -moz-border-radius : 3px;
}
#contactform1_form .form-group input.form-control {
    font-size : 15px;
    font-weight : 400;
    font-family : Open Sans, sans-serif;
    width : 100%;
    height : 45px;
}
#contactform1_form .form-group input.form-control:hover {
    background-color : #fafafa;
}
#contactform1_form .form-group input.form-control:focus {
    background-color : #fafafa;
}
#contactform1_form .form-group textarea.form-control {
    font-size : 15px;
    font-weight : 400;
    font-family : Open Sans, sans-serif;
    width : 100%;
    transition : all ease-in-out .15s;
    height : 300px;
}
#contactform1_form .form-group label {
    font : normal normal 400 20px/normal Source Sans Pro, sans-serif;
}
#contactform1_form .form-group .button.button-default {
    height : auto;
    width : 250px;
    margin-left : auto;
    margin-right : auto;
    font-size : 16px;
    font-weight : 400;
    font-family : Source Sans Pro, sans-serif;
    background-color : #1827ff;
}
#contactform1_form .form-group .button.button-default:hover {
    height : auto;
    background-color : #1827ff;
}
#contactform1_form .form-group .button.button-default:active {
    height : auto;
}
.row_31 {
    clear : both;
    min-height : 100px;
}
.row_471 {
    clear : both;
    min-height : 100px;
    background-color : #1827ff;
}
.row_44 {
    clear : both;
    min-height : 100px;
}
.row_43 {
    clear : both;
    min-height : 100px;
    background-color : #303030;
}
.row_36 {
    clear : both;
    min-height : 100px;
}
.row_30 {
    clear : both;
    min-height : 100px;
    background : auto scroll;
    position : relative;
    z-index : 1;
}
.row_33 {
    clear : both;
    min-height : 100px;
    width : 100%;
    padding-left : 15px;
    padding-right : 15px;
    margin-left : auto;
    margin-right : auto;
    text-align : center;
    padding-top : 100px;
}
.column_32 {
    float : none;
    width : 100%;
    min-height : 100px;
    padding-left : 15px;
    padding-right : 15px;
    margin-left : auto;
    margin-right : auto;
}
.row_45 {
    clear : both;
    width : auto;
    margin-left : -15px;
    margin-right : -15px;
}
a.dark_button {
    display : inline-block;
    font-size : 15px;
    font-weight : 400;
    line-height : 157%;
    margin : 10px 0;
    color : #fff;
    text-decoration : none;
    padding : 15px 30px;
    background-color : #9bcb43;
    border : 0 solid;
    -webkit-border-radius : 100px;
    border-radius : 100px;
    cursor : pointer;
    text-align : center;
    transition : all .4s linear 0s;
    -moz-border-radius : 100px;
}
a.dark_button:hover {
    background-color : #8fbf35;
    color : #fff;
    font-size : 15px;
    font-weight : 400;
}
a.dark_button:active {
    background-color : #8fbf35;
    font-size : 15px;
    font-weight : 400;
    box-shadow : 0 3px 2px 0 rgba(0, 0, 0, .13) inset;
    color : #fff;
    -moz-box-shadow : 0 3px 2px 0 rgba(0, 0, 0, .13) inset;
    -webkit-box-shadow : 0 3px 2px 0 rgba(0, 0, 0, .13) inset;
}
.post-content-inner {
    width : 100%;
    height : 100%;
}
.post-list {
    min-height : 100px;
    width : 100%;
    padding-left : 15px;
    padding-right : 15px;
}
.row_10 {
    clear : both;
    width : auto;
    min-height : 100px;
    background-color : #d9aed9;
}
.row_11 {
    clear : both;
    width : auto;
    min-height : 100px;
}
.row_12 {
    clear : both;
    width : auto;
    min-height : 100px;
    background-color : #e0e0e0;
}
.row_13 {
    clear : both;
    width : auto;
    min-height : 100px;
    background-color : #262626;
}
.column_23 {
    width : 100%;
    min-height : 100px;
    padding-left : 15px;
    padding-right : 15px;
    margin-left : auto;
    margin-right : auto;
}
.column_27 {
    width : 100%;
    min-height : 100px;
    margin-left : auto;
    margin-right : auto;
    text-align : center;
    padding : 100px 15px;
}
.column_30 {
    width : 100%;
    min-height : 100px;
    margin-left : auto;
    margin-right : auto;
    text-align : center;
    padding : 80px 15px 100px 15px;
}
.column_31 {
    width : 100%;
    min-height : 100px;
    margin-left : auto;
    margin-right : auto;
    text-align : center;
    padding : 80px 15px 100px 15px;
}
p.white-p {
    color : #fff;
    font-weight : 300;
    font-family : Source Sans Pro, sans-serif;
}
.row_46 {
    clear : both;
    min-height : 100px;
    border-top : 1px solid rgba(48, 48, 48, .2);
    margin-right : -15px;
    margin-left : -15px;
    padding-top : 40px;
    border-bottom : 0px solid rgba(48, 48, 48, .2);
    text-align : center;
}
.column_34 {
    float : none;
    width : 100%;
    min-height : 100px;
    padding-left : 15px;
    padding-right : 15px;
    text-align : center;
}
h1.raleway_19_black {
    font-family : Raleway, sans-serif;
    font-weight : 600;
    font-size : 19px;
    color : #303030;
}
h1.raleway_60_orange {
    color : #1827ff;
    font-family : Raleway, sans-serif;
    font-weight : 400;
    font-size : 50px;
}
.row_481 {
    clear : both;
    min-height : 100px;
    margin-right : -15px;
    margin-left : -15px;
}
.column_51 {
    float : none;
    width : 100%;
    min-height : 100px;
    padding-left : 15px;
    padding-right : 15px;
    margin-left : auto;
    margin-right : auto;
}
p.raleway_24 {
    font-style : undefined;
    font-family : Raleway, sans-serif;
    font-weight : 300;
    font-size : 24px;
    color : #303030;
    margin-bottom : 40px;
}
img.image5 {
    margin-right : auto;
    width : auto;
}
h1.raleway_22_black {
    text-align : center;
    font-weight : 400;
    font-family : Raleway, sans-serif;
    font-size : 22px;
    color : #303030;
    margin-top : 20px;
    margin-bottom : 20px;
    text-transform : none;
}
.row_467 {
    clear : both;
    min-height : 219px;
    border-top : 1px solid rgba(48, 48, 48, .2);
    margin-right : -15px;
    margin-left : -15px;
    padding-top : 40px;
    padding-bottom : 40px;
    border-bottom : 1px solid rgba(48, 48, 48, .2);
    border-top-width : 0px;
}
img.image55 {
    margin-right : auto;
    float : none;
    display : inline-block;
    margin-top : 30px;
}
.row_469 {
    clear : both;
    min-height : 100px;
    margin-right : auto;
    margin-left : auto;
    width : 100%;
    padding-left : 15px;
    padding-right : 15px;
}
.row_485 {
    margin-left : -15px;
    margin-right : -15px;
}
.column_37 {
    float : left;
    width : 33.3333%;
    min-height : 78px;
    padding-left : 15px;
    padding-right : 15px;
    text-align : center;
    padding-top : 40px;
}
a.play_button {
    display : inline-block;
    font-size : 15px;
    font-weight : 400;
    line-height : 157%;
    margin : 10px 0;
    color : #fff;
    text-decoration : none;
    padding : 0px;
    border : 0 solid;
    -webkit-border-radius : 100px;
    border-radius : 100px;
    cursor : pointer;
    text-align : right;
    width : 50px;
    height : 50px;
    transition : all .4s linear 0s;
    background : url("../includes/DWFullScreenPage/DWFullScreenPage1/play.png") center center no-repeat scroll #fff;
    -moz-border-radius : 100px;
}
a.play_button:hover {
    background-color : #fff;
    color : #fff;
    font-size : 15px;
    font-weight : 400;
}
a.play_button:active {
    background-color : #fff;
    font-size : 15px;
    font-weight : 400;
    box-shadow : 0 3px 2px 0 rgba(0, 0, 0, .13) inset;
    color : #fff;
    -moz-box-shadow : 0 3px 2px 0 rgba(0, 0, 0, .13) inset;
    -webkit-box-shadow : 0 3px 2px 0 rgba(0, 0, 0, .13) inset;
}
.column_38 {
    float : left;
    width : 58.3333%;
    min-height : 78px;
    padding-left : 15px;
    padding-right : 15px;
    text-align : left;
    margin-left : auto;
    margin-right : auto;
}
.row_486 {
    margin-left : -15px;
    margin-right : -15px;
}
img.image56 {
    max-width : 100%;
    width : auto;
    display : inline-block;
    margin-top : 20px;
    margin-bottom : 20px;
}
h1.raleway_19_semiwhite {
    font-style : undefined;
    font-family : Raleway, sans-serif;
    font-weight : 400;
    font-size : 19px;
    color : rgba(255, 255, 255, .5);
}
h1.raleway_60_white {
    font-weight : 600;
    font-family : Raleway, sans-serif;
    text-align : center;
    text-transform : none;
    margin-bottom : 50px;
    color : #FFFFFF;
    font-style : normal;
}
.row_479 {
    clear : both;
    min-height : 100px;
    margin-right : -15px;
    margin-left : -15px;
}
.column_49 {
    float : none;
    width : 100%;
    min-height : 100px;
    padding-left : 15px;
    padding-right : 15px;
    margin-left : auto;
    margin-right : auto;
}
p.raleway_26_white {
    font-size : 180%;
    font-weight : 300;
    font-family : Raleway, sans-serif;
    color : rgba(255, 255, 255, .8);
}
p.raleway_22_white {
    font-family : Raleway, sans-serif;
    font-weight : 400;
    font-size : 160%;
    color : #fff;
    text-decoration : none;
    float : none;
    width : auto;
    margin-top : 0px;
}
h1.raleway_60_black {
    font-style : undefined;
    font-weight : 400;
    font-family : Source Sans Pro, sans-serif;
    color : #303030;
}
.row_462 {
    clear : both;
    min-height : 219px;
    border-top : 1px solid rgba(48, 48, 48, .2);
    margin-right : -15px;
    margin-left : -15px;
    padding-top : 40px;
    padding-bottom : 40px;
    border-bottom : 1px solid rgba(48, 48, 48, .2);
    border-top-width : 0px;
    border-bottom-width : 0px;
}
.column_39 {
    width : 100%;
    min-height : 100px;
    padding-left : 15px;
    padding-right : 15px;
    margin-left : auto;
    margin-right : auto;
    text-align : center;
    padding-top : 80px;
}
.row_472 {
    clear : both;
    min-height : 100px;
    margin-right : -15px;
    margin-left : -15px;
    border-radius : 0px;
    background-color : #fff;
}
.column_40 {
    float : none;
    width : 100%;
    min-height : 100px;
    background-color : transparent;
    border-right-color : rgba(48, 48, 48, .2);
    padding : 40px 15px;
    border-radius : 0px;
}
.sidebar_social1 {
    padding : 0px;
}
.sidebar_social1 a {
    display : inline-block;
    float : none;
    margin-right : 5px;
    width : 39px;
    height : 39px;
}
.sidebar_social1 .facebook1 {
    background : url("../includes/DWFullScreenPage/DWFullScreenPage1/facebook.png") center center no-repeat scroll #39579a;
    display : inline-block;
    width : 50px;
    height : 50px;
    border-radius : 100%;
}
.sidebar_social1 .facebook1:hover {
    background : url("../includes/DWFullScreenPage/DWFullScreenPage1/facebook.png") center center no-repeat scroll #39579a;
}
.sidebar_social1 .facebook1:active {
    background : url("../includes/DWFullScreenPage/DWFullScreenPage1/facebook.png") center center no-repeat scroll #39579a;
}
.sidebar_social1 .twitter1 {
    background : url("../includes/DWFullScreenPage/DWFullScreenPage1/twitter.png") center center no-repeat scroll #50abf1;
    display : inline-block;
    width : 50px;
    height : 50px;
    border-radius : 100%;
    margin-left : 5px;
}
.sidebar_social1 .twitter1:hover {
    background : url("../includes/DWFullScreenPage/DWFullScreenPage1/twitter.png") center center no-repeat scroll #50abf1;
}
.sidebar_social1 .twitter1:active {
    background : url("../includes/DWFullScreenPage/DWFullScreenPage1/twitter.png") center center no-repeat scroll #50abf1;
}
.sidebar_social1 .googleplus1 {
    background : url("../includes/DWFullScreenPage/DWFullScreenPage1/google.png") center center no-repeat scroll #df4a32;
    display : inline-block;
    width : 50px;
    height : 50px;
    border-radius : 100%;
    margin-left : 5px;
}
.sidebar_social1 .googleplus1:hover {
    background : url("../includes/DWFullScreenPage/DWFullScreenPage1/google.png") center center no-repeat scroll #df4a32;
}
.sidebar_social1 .googleplus1:active {
    background : url("../includes/DWFullScreenPage/DWFullScreenPage1/google.png") center center no-repeat scroll #df4a32;
}
.sidebar_social1 .tumblr {
    background : url("../includes/DWFullScreenPage/DWFullScreenPage1/tumblr.png") center center no-repeat scroll #34455d;
    display : inline-block;
    width : 50px;
    height : 50px;
    border-radius : 100%;
    margin-left : 5px;
}
.sidebar_social1 .tumblr:hover {
    background : url("../includes/DWFullScreenPage/DWFullScreenPage1/tumblr.png") center center no-repeat scroll #34455d;
}
.sidebar_social1 .tumblr:active {
    background : url("../includes/DWFullScreenPage/DWFullScreenPage1/tumblr.png") center center no-repeat scroll #34455d;
}
img.image57 {
    display : inline-block;
    width : 40px;
}
h1.raleway_19_orange {
    font-weight : 600;
    font-family : Source Sans Pro, sans-serif;
    font-size : 19px;
    color : #1827ff;
    margin-top : 20px;
    margin-bottom : 20px;
}
p.raleway_26_black {
    font-weight : 400;
    font-family : "Lato", sans-serif;
    font-size : 26px;
    color : #303030;
    margin-bottom : 0px;
    text-decoration : none;
}
a.tumblr:visited {
    display : inline-block;
    margin-left : 5px;
}
a.anchor1 {
    text-decoration : none;
    display : block;
    min-height : 20px;
}
.row_32 {
    clear : both;
    min-height : 100px;
    background-color : rgba(30, 60, 255, .85);
    height : 100%;
}
#video1 {
    display : block;
    width : 100%;
    height : 100%;
}
span.span12 {
    display : block;
    color : #D6D3D6;
}
.row_30:before {
    width : 100%;
    height : 100%;
    top : 0px;
    left : 0px;
    position : absolute;
    z-index : -1;
    background-color : rgba(30, 60, 255, .65);
}
h1.heading1 {
    color : #FFFFFF;
    font-family : Raleway, sans-serif;
    font-style : normal;
    font-weight : 400;
}
img.image60 {
    width:auto;
    display:inline-block;
}
img.image61 {
    width:auto;
    display:inline-block;
}
p.raleway_17 {
    font-style : undefined;
    font-family : Raleway, sans-serif;
    font-weight : 250;
    font-size : 17px;
    color : #303030;
}
img.image62 {
    height: auto;
    width:auto;
}
@media only screen and (min-width : 768px) {
    .page-content {
        min-height : 700px;
        width : 100%;
    }
    .column_55 {
        width: 90%;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
    }
    .row_488 {
        clear: both;
        min-height: 200px;
        padding-left:20%;
    }
    .hr_center_large1 {
        border-style: none;
        margin-left:auto;
        margin-right:auto;
    }
    .row_489 {
        clear: both;
        min-height: 100px;
    }
    .post-list {
        min-height : 700px;
        width : 100%;
    }
    .row_10 {
        min-height : 280px;
    }
    .row_11 {
        min-height : 276px;
    }
    .row_12 {
        min-height : 259px;
    }
    .row_13 {
        min-height : 257px;
    }
    .column_22 {
        width : 90%;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
        min-height : 700px;
    }
    .row_31 {
        clear : both;
        min-height : 100px;
    }
    .row_471 {
        clear : both;
        min-height : 100px;
    }
    .row_44 {
        clear : both;
        min-height : 100px;
    }
    .row_43 {
        clear : both;
        min-height : 100px;
    }
    .row_36 {
        clear : both;
        min-height : 100px;
    }
    .row_487 {
        min-height: 50px;
    }
    .row_30 {
        clear : both;
        min-height : 0px;
    }
    .row_33 {
        clear : both;
        min-height : 200px;
        width : 90%;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
        padding-top : 0;
    }
    .column_32 {
        width : 58.3333%;
        min-height : 461px;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
    }
    .column_33 {
        float : left;
        width : 50%;
        min-height : 461px;
        padding-left : 15px;
        padding-right : 15px;
    }
    .row_45 {
        clear : both;
        width : auto;
        margin-left : -15px;
        margin-right : -15px;
    }
    .column_23 {
        min-height : 100px;
        width : 90%;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
    }
    .column_27 {
        min-height : 100px;
        width : 90%;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
        padding-top : 180px;
    }
    .row_468 {
        clear : both;
        min-height : 100px;
    }
    .column_30 {
        min-height : 774px;
        width : 90%;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
        padding-top : 180px;
    }
    .column_31 {
        min-height : 505px;
        width : 90%;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
        padding-top : 180px;
    }
    .row_46 {
        clear : both;
        min-height : 219px;
        margin-left : -15px;
    }
    .column_34 {
        float : left;
        width : 33.3333%;
        min-height : 218px;
        padding-left : 0px;
        padding-right : 0px;
        margin-left : 0px;
    }
    .column_35 {
        float : left;
        width : 33.3333%;
        min-height : 218px;
        padding-left : 0px;
        padding-right : 0px;
    }
    .column_36 {
        float : left;
        width : 33.3333%;
        min-height : 218px;
        padding-left : 0px;
        padding-right : 0px;
    }
    .row_47 {
        clear : both;
        width : auto;
    }
    img.image5 {
        width:55px;
    }
    img.image55 {
    }
    .row_469 {
        clear : both;
        min-height : 77px;
        margin-left : auto;
        width : 50%;
        padding-left : 15px;
        padding-right : 15px;
        right : auto;
        left : auto;
    }
    .row_485 {
        margin-left : -15px;
        margin-right : -15px;
    }
    .column_37 {
        float : left;
        width : 33.3333%;
        min-height : 114px;
        padding-left : 0px;
        padding-right : 0px;
    }
    .column_38 {
        float : left;
        width : 61.07954545454546%;
        min-height : 78px;
        padding-left : 0px;
        padding-right : 0px;
        margin-left : 0%;
        max-width : 300px;
    }
    .row_486 {
        margin-left : -15px;
        margin-right : -15px;
    }
    .row_470 {
        clear : both;
        width : auto;
    }
    .column_39 {
        min-height : 577px;
        width : 90%;
        margin-left : auto;
        margin-right : auto;
        padding : 180px 15px 100px 15px;
    }
    .row_472 {
        clear : both;
        min-height : 100px;
        margin-left : -15px;
        border-radius : 30px;
        padding-bottom : 0;
    }
    .column_40 {
        float : left;
        width : 33.3333%;
        min-height : 310px;
        padding-left : 15px;
        padding-right : 15px;
        border-right-width : 1px;
    }
    .column_41 {
        float : left;
        width : 33.3333%;
        min-height : 100px;
        padding-left : 15px;
        padding-right : 15px;
    }
    .column_42 {
        float : left;
        width : 33.3333%;
        min-height : 100px;
        padding-left : 15px;
        padding-right : 15px;
    }
    .row_473 {
        clear : both;
        width : auto;
        min-height : 272px;
    }
    img.image57 {
        height : 80px;
        width : auto;
    }
    .sidebar_social1 {
        padding : 0px;
    }
    .row_479 {
        clear : both;
        min-height : 100px;
        margin-left : -15px;
    }
    .column_49 {
        width : 75%;
        min-height : 100px;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
    }
    .column_50 {
        float : left;
        width : 50%;
        min-height : 100px;
        padding-left : 15px;
        padding-right : 15px;
    }
    .row_480 {
        clear : both;
        width : auto;
    }
    .row_481 {
        clear : both;
        min-height : 100px;
        margin-left : -15px;
    }
    .column_51 {
        width : 83.3333%;
        min-height : 300px;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
    }
    .column_52 {
        float : left;
        width : 50%;
        min-height : 300px;
        padding-left : 15px;
        padding-right : 15px;
    }
    .row_482 {
        clear : both;
        width : auto;
    }
    .row_483 {
        clear : both;
        min-height : 200px;
    }
    .column_53 {
        width : 100%;
        min-height : 200px;
        margin-left : auto;
        margin-right : auto;
        padding : 20px 50px;
    }
    .column_54 {
        float : left;
        width : 33.3333%;
        min-height : 100px;
        padding-left:15px;
        padding-right:15px;
    }
    .row_484 {
        clear : both;
        width : auto;
    }
    #contactform1_form .form-group textarea.form-control {
        height : 300px;
        transition : all ease-in-out .15s;
    }
    #contactform1_form .form-group .button.button-default {
        right : auto;
        margin-left : auto;
        margin-right : auto;
        width : 250px;
    }
    .row_32 {
        clear : both;
        min-height : 0px;
    }
    #video1 {
        width : 100%;
        height : 100%;
    }
    a.play_button {
        transition : all .4s linear 0s;
        display : inline-block;
        margin-top : 30px;
    }
    img.image56 {
        width : 90%;
    }
    p.raleway_22_white {
        float : none;
        width : auto;
        margin-top : 20px;
    }
    p.raleway_26_black {
        font-size : 24px;
    }
    a.anchor1 {
        min-height : 0;
        width : 100%;
    }
    img.image60 {
        height: 170px;
    }
}
@media only screen and (min-width : 1024px) {
    .page-content {
        min-height : 700px;
    }
    .row_487 {
        clear: both;
        width: auto;
        min-height:50px;
    }
    .column_55 {
        float: none;
        width: 80%;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
        max-width:1232px;
    }
    .row_488 {
        padding-left: 20%;
    }
    .hr_center_large1 {
        border-width:0;
        margin-left:auto;
        margin-right:auto;
    }
    .row_489 {
        clear: both;
        min-height: 50px;
    }
    .row_10 {
        clear : both;
        width : auto;
    }
    .row_11 {
        clear : both;
        width : auto;
    }
    .row_12 {
        clear : both;
        width : auto;
    }
    .row_13 {
        clear : both;
        width : auto;
    }
    .column_22 {
        width : 80%;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
        max-width : 1232px;
        min-height : 700px;
    }
    .row_31 {
        clear : both;
        min-height : 100px;
    }
    .column_23 {
        float : none;
        width : 80%;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
        max-width : 1232px;
    }
    .row_33 {
        width : 80%;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
        max-width : 1232px;
        padding-top : 0;
    }
    .row_45 {
        clear : both;
        width : auto;
        margin-left : -15px;
        margin-right : -15px;
    }
    .column_32 {
        float : none;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
    }
    .column_33 {
        float : left;
        padding-left : 15px;
        padding-right : 15px;
    }
    .row_471 {
        clear : both;
        min-height : 100px;
    }
    .row_44 {
        clear : both;
        min-height : 100px;
    }
    .row_43 {
        clear : both;
        min-height : 100px;
    }
    .row_36 {
        clear : both;
        min-height : 100px;
    }
    .column_27 {
        float : none;
        width : 80%;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
        max-width : 1232px;
        padding-top : 80px;
    }
    .row_468 {
        clear : both;
        min-height : 100px;
    }
    .column_30 {
        float : none;
        width : 80%;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
        max-width : 1232px;
        min-height : 774px;
        padding-top : 100px;
    }
    .column_31 {
        float : none;
        width : 80%;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
        max-width : 1232px;
        min-height : 505px;
        padding-top : 80px;
    }
    .row_46 {
        clear : both;
        min-height : 219px;
        margin-left : -15px;
    }
    .row_47 {
        clear : both;
        width : auto;
    }
    .column_34 {
        float : left;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : 0px;
        width:33.3333%;
    }
    .column_35 {
        float : left;
        padding-left : 0px;
        padding-right : 0px;
    }
    .column_36 {
        float : left;
        padding-left : 0px;
        padding-right : 0px;
    }
    img.image5 {
        float : none;
        display : inline-block;
        width:47px;
    }
    img.image55 {
        display : inline-block;
    }
    .row_469 {
        clear : both;
        min-height : 77px;
        margin-left : auto;
        right : auto;
        left : auto;
        width : 50%;
        padding-left : 15px;
        padding-right : 15px;
    }
    .row_485 {
        margin-left : -15px;
        margin-right : -15px;
    }
    .row_470 {
        clear : both;
        width : auto;
    }
    .column_37 {
        float : left;
        padding-left : 0px;
        padding-right : 0px;
        min-height : 70px;
        width : 33.3333%;
    }
    .column_38 {
        float : left;
        padding-left : 0px;
        padding-right : 0px;
        min-height : 78px;
        margin-left : 0%;
        width : 65.42207792207793%;
        max-width : 100%;
    }
    .row_486 {
        margin-left : -15px;
        margin-right : -15px;
    }
    .column_39 {
        float : none;
        width : 80%;
        margin-left : auto;
        margin-right : auto;
        max-width : 1232px;
        padding : 80px 15px 0 15px;
    }
    .row_472 {
        clear : both;
        min-height : 272px;
        margin-left : -15px;
        border-radius : 30px;
        padding-bottom : 0;
    }
    .row_473 {
        clear : both;
        width : auto;
        min-height : 272px;
    }
    .column_40 {
        float : left;
        min-height : 310px;
        padding-left : 0px;
        padding-right : 0px;
        border-right-width : 1px;
        border-right-style : solid;
    }
    .column_41 {
        float : left;
        min-height : 272px;
        padding-left : 0px;
        padding-right : 0px;
    }
    .column_42 {
        float : left;
        min-height : 272px;
        padding-left : 0px;
        padding-right : 0px;
    }
    img.image57 {
        width : auto;
        display : inline-block;
        height : 80px;
    }
    .sidebar_social1 {
        padding : 10px 0;
    }
    .row_479 {
        clear : both;
        min-height : 100px;
        margin-left : -15px;
    }
    .row_480 {
        clear : both;
        width : auto;
    }
    .column_49 {
        float : none;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
    }
    .column_50 {
        float : left;
        padding-left : 15px;
        padding-right : 15px;
    }
    .row_481 {
        clear : both;
        min-height : 100px;
        margin-left : -15px;
    }
    .row_482 {
        clear : both;
        width : auto;
    }
    .column_51 {
        float : none;
        padding-left : 15px;
        padding-right : 15px;
        margin-left : auto;
        margin-right : auto;
    }
    .column_52 {
        float : left;
        padding-left : 15px;
        padding-right : 15px;
    }
    .row_484 {
        clear : both;
        width : auto;
    }
    .column_53 {
        float : none;
        margin-left : auto;
        margin-right : auto;
        width : 100%;
        padding : 20px 50px;
    }
    .column_54 {
        float : left;
        min-height:100px;
        padding-left:15px;
        padding-right:15px;
    }
    #contactform1_form .form-group textarea.form-control {
        height : 300px;
        transition : all ease-in-out .15s;
    }
    #contactform1_form .form-group .button.button-default {
        right : auto;
        margin-left : auto;
        margin-right : auto;
        width : 250px;
    }
    #video1 {
        width : 100%;
        height : 100%;
    }
    a.play_button {
        transition : all .4s linear 0s;
        margin-top : 10px;
    }
    img.image56 {
        width : 90%;
    }
    p.raleway_22_white {
        width : auto;
        margin-top : 20px;
    }
    p.raleway_26_black {
        font-size : 26px;
    }
    a.anchor1 {
        min-height : 0;
        width : 100%;
    }
    img.image60 {
        height: 170px;
        display:inline-block;
    }
}