@import "font-awesome.min.css";
@import "animate.css";
@import "touchTouch.css";
@import "https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet";
.js-search {
    position: relative;
    display: inline-block;
    margin: 43px -13px 3px 26px;
    float: right;
}
.js-search.active .toggle {
    color: #e52f86;
}
.js-search.active .toggle:before {
    content: '\f00d';
}
.js-search.active .search-form {
    width: 200px;
    border-radius: 0px;
}
.js-search.active .search-form .input {
    border-color: #e52f86;
}
.js-search .toggle {
    display: block;
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    color: #000000;
    font: 400 14px 'FontAwesome';
    line-height: 41px;
    text-align: center;
    cursor: pointer;
    transition: .3s all ease;
}
.js-search .toggle:hover {
    color: #e52f86;
}
.js-search .toggle:before {
    content: '\f002';
}
.js-search .search-form {
    position: absolute;
    width: 0;
    top: 0;
    right: 100%;
    z-index: 1;
    box-sizing: border-box;
    overflow: hidden;
    transition: .3s all ease;
}
.js-search .search-form .input {
    position: relative;
    display: block;
    color: #000000;
    padding: 6px 35px 6px 10px;
    height: 20px;
    background-color: #ffffff;
    font: 400 14px Arial, sans-serif;
    line-height: 20px;
    border: 4px solid transparent;
    border-radius: 0px;
}
.js-search .search-form a {
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -9px;
    width: 20px;
    height: 20px;
    color: #b3b4a7;
    text-decoration: none;
    font: normal 14px 'FontAwesome';
    line-height: 20px;
    cursor: pointer;
}
.js-search .search-form a:before {
    content: '\f054';
}
.js-search .search-form a:hover {
    color: #232323;
    text-decoration: none;
}
.js-search .search-form input {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    font: inherit;
    line-height: inherit;
    outline: none;
    background-color: transparent;
    border: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: baseline;
}
@media (max-width: 979px) {
    .js-search {
        margin: 7px 10px 0px;
    }
}
@media (max-width: 767px) {
    .js-search {
        display: block;
        margin: 10px auto 1px;
        max-width: 100%;
        border-radius: 0;
        padding: 15px 0px 0;
        float: none;
    }
    .js-search .toggle {
        display: none!important;
    }
    .js-search .search-form {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        border: 4px solid;
        border-color: #e52f86;
    }
    .js-search .search-form .input {
        padding: 6px 35px 6px 10px;
        border-radius: 0;
    }
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    min-width: 300px;
    /*background: #323232;*/
    color: #5d5d5d;
    font: 17px/22px Cambria;
}
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
* {
    -webkit-text-size-adjust: none;
}
h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    margin-top: -47px;
    margin-bottom: -77px;
	z-index:9999;
}
h1 img {
    max-width: inherit;
}
h2 {
    font: bold 24px/30px Cambria;
    color: #323232;
    text-transform: uppercase;
    margin-top: 56px;
}
.footer_h2 {
    font: 600 18px/26px Cambria;
    color: #fff;
    text-transform: uppercase;
    margin-top: 35px;
}
h3 {
    font: 12px/21px Cambria;
    color: #868686;
    margin-top: 6px;
    text-transform: uppercase;
}
h4 {
    font: 18px/20px Cambria;
    color: #1b1b1b;
    margin-top: 25px;
    text-transform: uppercase;
	
	color:#0063C6;
	font-weight:bold;
}
span.search {
    color: #e52f86!important;
}
.top_section {
    position: relative;
    background: #ffff !important;
    padding: 2px 0 2px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
    z-index: 80;
}
#header {
    
background: rgba(230,50,50,1);
background: -moz-linear-gradient(top, rgba(230,50,50,1) 0%, rgba(179,13,13,1) 50%, rgba(230,50,50,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,50,50,1)), color-stop(50%, rgba(179,13,13,1)), color-stop(100%, rgba(230,50,50,1)));
background: -webkit-linear-gradient(top, rgba(230,50,50,1) 0%, rgba(179,13,13,1) 50%, rgba(230,50,50,1) 100%);
background: -o-linear-gradient(top, rgba(230,50,50,1) 0%, rgba(179,13,13,1) 50%, rgba(230,50,50,1) 100%);
background: -ms-linear-gradient(top, rgba(230,50,50,1) 0%, rgba(179,13,13,1) 50%, rgba(230,50,50,1) 100%);
background: linear-gradient(to bottom, rgba(230,50,50,1) 0%, rgba(179,13,13,1) 50%, rgba(230,50,50,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63232', endColorstr='#e63232', GradientType=0 );

    padding:5px 0px;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
}
nav {
    position: relative;
    margin-top: 10px;
}

.sf-menu {
    float: right;
}
.sf-menu>li {
    float: left;
    position: relative;
    margin: 0 0 10px 27px;
}
.sf-menu>li:last-child,
.sf-menu>li#last-li {}.sf-menu>li+li:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 4px;
    height: 8px;
    left: -15px;
    top: 8px;
    /*background: url(../images/menu_sep_line.png) no-repeat 0 0;*/
}
.sf-menu>li>a {
    display: inline-block;
    padding: 1px;
    font: 14px/24px Cambria;
    text-transform: uppercase;
    color: #FFF;
	font-weight:bold;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.sf-menu>li>a:hover {
    color: #FF0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.sf-menu>li>a:hover strong {
    width: 100%;
    opacity: 1;
}
.sf-menu>li>a.sf-with-ul:after {
    content: '';
    position: absolute;
    width: 5px;
    bottom: -2px;
    left: 50%;
    pointer-events: none;
    z-index: 999;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #FFFFB0 transparent transparent transparent;
}
.sf-menu>li>a strong {
    width: 0%;
    height: 6px;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 92px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    display: none;
}
.sf-menu>li>a strong:before {
    content: "";
}
.sf-menu>li.current>a {
    color: #FF0;
}
.sf-menu>li.current>a strong {
    width: 100%;
    opacity: 1;
}
.sf-menu>li.sfHover>a {
    color: #FF0;
}
.sf-menu>li.sfHover>a strong {
    width: 100%;
    opacity: 1;
}
.sf-menu a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.sf-menu a:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.sf-menu ul {
    position: absolute;
    top: 40px;
    left: -20px;
    background: #FFF;
    padding: 25px 10px 10px;
    width: 175px;
    z-index: 2;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sf-menu ul li {
    position: relative;
    text-align: left;
    text-indent: 10px;
    line-height: 30px;
}
.sf-menu ul li a {
    font: 12px/16px Arial, sans-serif;
    text-transform: uppercase;
    color: #6C6C6C;
	font-weight:bold;
    display: inline-block;
}
.sf-menu ul li a:hover {
    color: #e53132;
}
.sf-menu ul li a.sf-with-ul:after {
    font-family: 'FontAwesome';
    position: absolute;
    width: 5px;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    color: #000;
    right: -4px;
    bottom: 1px;
    pointer-events: none;
    z-index: 999;
}
.sf-menu ul li.sfHover>a {
    color: #ffffff;
}
.sf-menu ul ul {
    position: absolute;
    top: -10px;
    left: 148px;
    width: 120px;
    background: #323232;
    background: #e52f86;
    z-index: 4;
}
.sf-menu ul ul li {}.sf-menu ul ul li a {
    color: #8e8e8e;
    color: #000;
}
@media only screen and (max-width: 979px) {
    nav:before {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .sf-menu {
        display: none;
    }
    nav {
        margin-top: 1px;
    }
	h1 {
    position: relative;
    display: inline-block;
    margin: 0;
	margin-left:29%;
    margin-top: 10px;
    margin-bottom: 7px;
	z-index:9999;
	vertical-align:middle
}

    .select-menu {
        display: block;
        width: 100%;
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
        border: 4px solid #e52f86;
        position: relative;
        outline: none!important;
        z-index: 1000;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}
.isStuck {
    background: rgba(230,50,50,1);
background: -moz-linear-gradient(top, rgba(230,50,50,1) 0%, rgba(179,13,13,1) 50%, rgba(230,50,50,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,50,50,1)), color-stop(50%, rgba(179,13,13,1)), color-stop(100%, rgba(230,50,50,1)));
background: -webkit-linear-gradient(top, rgba(230,50,50,1) 0%, rgba(179,13,13,1) 50%, rgba(230,50,50,1) 100%);
background: -o-linear-gradient(top, rgba(230,50,50,1) 0%, rgba(179,13,13,1) 50%, rgba(230,50,50,1) 100%);
background: -ms-linear-gradient(top, rgba(230,50,50,1) 0%, rgba(179,13,13,1) 50%, rgba(230,50,50,1) 100%);
background: linear-gradient(to bottom, rgba(230,50,50,1) 0%, rgba(179,13,13,1) 50%, rgba(230,50,50,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63232', endColorstr='#e63232', GradientType=0 );
    padding: 0px 0 0px;
    z-index: 999;
}
.isStuck h1,
.isStuck h1 img {
    height: 50px;
	margin-top:0px
}
.isStuck nav {
    margin-top: 7px;
}
.isStuck .js-search {
    display: none;
}
.isStuck .sf-menu ul.submenu {
    top: 28px;
}
@media only screen and (max-width: 979px) {
    .isStuck {
        display: none!important;
    }
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}
a:hover {
    color: #e52f86;
    text-decoration: none;
}
a.link1 {
    margin-left: 5px;
}
a.link2:hover {
    color: #e52f86;
}
a.link3 {
    color: #e52f86;
}
a.link3:hover {
    color: #fff;
}
a.link4 {
    color: #e3302f;
}
a.link4:hover {
    color: #000;
}
#footer .footer_txt_h1 {
    font: 30px/32px Cambria;
    color: #fff;
    text-transform: uppercase;
    margin-top: 38px;
    letter-spacing: -1px;
}
.txt1 {
    font: 32px 'Fjalla One', sans-serif;
    margin-top: 0px;
    text-transform: uppercase;
	float:left !important; 
	padding-left:145px !important;
	color:#e53432;
	font-weight:bold;
}
.txt2 {
    font: 16px/22px Cambria;
    font-style: italic;
    color: #666;
    margin-top: 20px;
}
.txt3 {
    font: bold 30px/36px Cambria;
    color: #323232;
    text-transform: uppercase;
    margin-top: 56px;
}
.txt4 {
    font: bold 14px/24px Cambria;
    font-style: italic;
    color: #1b1b1b;
    text-transform: uppercase;
    margin-top: 56px;
}
.txt5 {
    font: 14px/24px Cambria;
    font-style: italic;
    color: #707070;
    margin-top: 0px;
    max-width: 585px;
}
.txt6 {
    font: 18px/24px Cambria;
    font-style: italic;
    color: #303030;
    margin-top: 17px;
}
.txt7 {
    font: 52px/52px Cambria;
    color: #fff;
    text-transform: uppercase;
    margin-top: 17px;
}
.txt8 {
    font: bold 52px/52px Cambria;
    color: #fff;
    text-transform: uppercase;
    margin-top: 17px;
    margin-left: 56px;
}
.txt8 i {
    margin-top: -5px;
    margin-left: 3px;
}
.txt9 {
    color: #e52f86;
    font-size: 14px;
}
#footer .txt10 {
    font: bold 20px/32px Cambria;
    color: #fff;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: -6px;
}
.txt11 {
    font: 600 40px/48px Cambria;
    color: #323232;
    text-transform: uppercase;
    margin-top: 42px;
}
.txt12 {
    font: 300 18px/28px Cambria;
    font-style: italic;
    color: #323232;
    margin-top: 20px;
}
.txt13 {
    font: 600 30px/36px Cambria;
    color: #323232;
    text-transform: uppercase;
    margin-top: 42px;
}
.txt14 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 11px;
}
.txt15 {
    font: bold 14px/24px Cambria;
    font-style: italic;
    color: #1b1b1b;
    text-transform: uppercase;
    margin-top: 29px;
}
.txt16 {
    font: 700 36px/40px Cambria;
    color: #323232;
    text-transform: uppercase;
    margin-top: -9px;
}
.txt17 {
    font: 600 20px/26px Cambria;
    color: #fff;
    text-transform: uppercase;
    margin-top: 12px;
}
.txt18 {
    position: relative;
    font: 30px/42px Cambria;
    color: #fff;
    text-transform: uppercase;
    margin-top: 43px;
}
.txt18:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 14px;
    height: 11px;
    left: 0;
    top: -30px;
    background: url(../images/quote_sign.png) no-repeat 0 0;
}
.txt19 {
    font: bold 24px/28px Cambria;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    margin-left: 40px;
}
.txt20 {
    font: 12px/18px Cambria;
    color: #868686;
    text-transform: uppercase;
    margin-top: 7px;
    margin-left: 40px;
}
.txt21 {
    font-size: 14px;
    color: #e52f86;
    font-style: italic;
    margin-top: 7px;
}
.txt22 {
    font: 14px/21px Cambria;
    color: #fff;
    background: #e52f86;
    text-transform: uppercase;
    margin-top: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 0;
    text-indent: 17px;
}
.txt23 {
    font: 14px/21px Cambria;
    color: #fff;
    background: #323232;
    text-transform: uppercase;
    margin-top: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 0;
    text-indent: 17px;
}
.line1 {
    position: relative;
    display: inline-block;
    content: '';
    width: 1px;
    height: 19px;
    top: 1px;
    margin: 0 9px;
    background: #c9c9c9;
}
.color1 {
    color: #e52f86;
}
.color2 {
    color: #5d5d5d;
}
.color3 {
    color: #fff;
}
.box {
    overflow: hidden;
}
.bold {
    font-weight: bold;
}
.fw400 {
    font-weight: 400;
}
.fw600 {
    font-weight: 600;
}
.fz15 {
    font-size: 15px;
}
.circle {
    overflow: hidden;
    border-radius: 1000px;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.clear {
    clear: both;
    width: 100%;
    font-size: 0;
    line-height: 0;
}
.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.txt_upp {
    text-transform: uppercase;
}
.txt_left {
    text-align: left;
}
.txt_right {
    text-align: right;
}
.txt_cntr {
    text-align: center;
}
.txt_ital {
    font-style: italic;
}
.txt_line_through {
    text-decoration: line-through;
}
.pos_rel {
    position: relative;
}
.txt_und {
    text-decoration: underline;
}
.letter_spacing1 {
    letter-spacing: 2px;
}
.padTop1 {
    padding-top: 10px;
}
.padBot1 {
    padding-bottom: 48px;
}
.padLeft1 {
    padding-left: 10px;
}
.padRight1 {
    padding-right: 10px;
}
.mar1 {
    margin: 0 4px;
}
.marTop0 {
    margin-top: 0px;
}
.marTop1 {
    margin-top: 26px;
}
.marTop2 {
    margin-top: 9px;
}
.marTop3 {
    margin-top: 20px;
}
.marTop4 {
    margin-top: 10px;
}
.marTop5 {
    margin-top: 27px;
    margin-bottom: -24px;
}
.marTop6 {
    margin-top: 30px;
}
.marTop7 {
    margin-top: 31px;
}
.marTop8 {
    margin-top: 18px;
}
.marTop9 {
    margin-top: 21px;
}
.marTop10 {
    margin-top: 72px;
}
.hline {
    width: 100%;
    height: 1px;
    background: #c7c8c8;
    margin-top: 22px;
    margin-bottom: 0px;
}
.hline2 {
    width: 100%;
    height: 1px;
    background: #ff7777;
    margin-top: 14px;
    margin-bottom: 0px;
}
.hline3 {
    width: 100%;
    height: 1px;
    max-width: 222px;
    border-bottom: 1px dotted #6a6967;
    margin-top: 14px;
    margin-bottom: 0px;
}
p {
    margin-top: 10px;
}
img {
    margin-bottom: 0px;
    max-width: 100%;
    height: auto;
}
.img1 {
    margin-top: 33px;
    max-width: 200%;
}
.img2 {
    margin-top: 4px;
    float: left;
    margin-right: 10px;
}
.img3 {
    margin-top: 34px;
}
.img4 {
    margin-top: 34px;
    float: left;
    margin-right: 20px;
}
.img5 {
    margin-top: 34px;
    float: left;
    margin-right: 26px;
}
.img_border {
    border: 5px solid #fff;
    -webkit-box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.08);
}
.img_border1 {
    border: 5px solid #D3D3D3;
    -webkit-box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.08);
}
.icon1 {
    margin-top: 28px;
    float: left;
    color: #e52f86;
    font-size: 48px;
    width: 68px;
}
.icon2 {
    margin-top: 21px;
    float: left;
    color: #e3302f;
    font-size: 30px;
    width: 40px;
}
blockquote {
    padding-left: 33px;
    padding-right: 40px;
    background: url(../images/quote_sign.png) 0 0px no-repeat;
    margin-top: 29px;
    overflow: hidden;
}
blockquote p {
    margin-top: 0;
}
.num_section {
    font: 500 14px/35px Cambria;
    color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    background: #323232;
    border-radius: 500px;
    display: block;
    margin-top: 29px;
    float: left;
    margin-right: 16px;
}
.date_section {
    position: relative;
    width: 100%;
    max-width: 100px;
    background-color: #eb6654;
    float: left;
    text-align: center;
    margin-top: 43px;
    color: #fff;
    text-transform: uppercase;
}
.day {
    font: bold 37px/37px Cambria;
    margin-top: 8px;
    display: block;
}
.month {
    font: 300 10px/12px Cambria;
    margin-top: 3px;
    display: block;
}
.listWithMarker {
    margin: 0;
    margin-top: 40px;
}
.listWithMarker.v2 {
    margin-top: 25px;
}
.listWithMarker li {
    display: block;
    padding-left: 19px;
    margin-bottom: 0;
    padding-bottom: 8px;
    position: relative;
}
.listWithMarker li:before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 1500px;
    background: url(../images/list_marker.png) 0 0 no-repeat;
}
.listWithMarker li a {
    color: #5e5e5e;
    text-decoration: none;
    font: 13px/20px Cambria;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
    color: #e52f86;
}
.more_btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 18px;
    text-decoration: none;
    font: 12px/18px Cambria;
    color: #222;
    background: #fff;
    border: 1px solid #cccccc;
    text-transform: uppercase;
}
.more_btn:hover {
    color: #fff;
    background: #e43532;
    border: 1px solid #e52f86;
}
.more_btn.v2 {
    background: #e52f86;
    color: #fff;
    margin-top: 56px;
}
.more_btn.v2:hover {
    background: #fff;
    color: #000;
}
.more_btn2 {
    display: inline-block;
    margin-top: 28px;
    text-decoration: none;
    font: 300 10px/18px Cambria;
    color: #6a6c76;
    text-transform: uppercase;
}
.more_btn2:hover {
    color: #e52f86;
}
.magnifier2 {
    position: relative;
    display: inline-block;
}
.zoom {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: url(../images/magnifier2.png) 50% 50% no-repeat;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
    opacity: 1;
}
a.magnifier2 .zoom {
    opacity: 0;
}
#footer .soc_icons {
    margin-top: 28px;
}
.soc_icons {
    position: relative;
    display: block;
    margin-top: 2px;
    white-space: nowrap;
    text-align: left;
    float:right !important;
}
.soc_icons>li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.soc_icons>li>a {
    position: relative;
    line-height: 1em;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    color: #fff;
    display: inline-block;
    color: #949494;
}
.soc_icons i {
    font: normal normal 22px/24px 'FontAwesome';
}
.soc_icons>li>a:hover {
    color: #e52f86;
    text-decoration: none;
}
.soc_icons2 {
    position: relative;
    display: block;
    margin-top: 6px;
    white-space: nowrap;
    text-align: left;
    float: left;
}
.soc_icons2>li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.soc_icons2>li>a {
    position: relative;
    line-height: 1em;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    color: #fff;
    display: inline-block;
    color: #e52f86;
}
.soc_icons2 i {
    font: normal normal 14px/24px 'FontAwesome';
}
.soc_icons2>li>a:hover {
    color: #000;
    text-decoration: none;
}
#content {
    padding: 0 0 0 0;
    background: #fff;
    overflow: hidden;
}
#content.content_pages {
    padding-top: 51px;
}
.box-1 {
    background: url('../images/bg1.jpg') 0 0;
    padding: 52px 0 91px 0;
    min-height: 456px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box-1.v2 {
    background: url('../images/bg2.jpg') 0 0;
    padding-bottom: 72px;
}
.box-1.v3 {
    background: url('../images/bg3.jpg') 0 0;
    padding-bottom: 72px;
    min-height: 478px;
    margin-bottom: 20px;
    text-align: center;
}
.box-2 {
    position: relative;
    width: 100%;
    margin-top: 21px;
    padding: 6px 0 12px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #e52f86;
    overflow: hidden;
    z-index: 0;
    margin-bottom: 20px;
}
.box-2.v2 {
    padding-bottom: 70px;
    position: relative;
    z-index: 0;
}
.bg2 {
    position: relative;
    z-index: 0;
    display: block;
}
.bg2:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 4000px;
    height: 4000px;
    left: -2px;
    top: -20px;
    background: #323232;
    z-index: -1;
}
.box-2.v2 .bg2:before {
    top: -1200px;
}
.box-3 {
    background: #f0f2f1;
    padding-top: 10px;
    padding-bottom: 20px;
}
.col1 {
    float: left;
    width: 170px;
    margin-right: 35px;
}
.col1.last {
    margin-right: 0;
}
.col2 {
    float: right;
}
.col3,
.col4 {
    float: left;
}
.col3 {
    width: 203px;
    margin-right: 0;
}
.col4 {
    width: 198px;
    margin-right: 0;
}
.content_map {
    margin-top: 0px;
    position: relative;
    height: 272px;
}
.content_map2 {
    margin-top: 34px;
    position: relative;
    height: 426px;
}
.google-map-api {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#map-canvas img {
    max-width: none!important;
}
.map {
    margin-top: 15px;
    overflow: hidden;
}
.map figure {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.map figure iframe {
    width: 100%;
    height: 321px;
    max-width: 100%;
}
.img_border.map {
    max-width: 535px;
}
.address1 {
    padding-top: 12px;
    display: block;
}
.address1 dt {
    margin-bottom: 1px;
}
.address1 dd span {
    min-width: 84px;
    display: inline-block;
    text-align: left;
}
.address1 dd span.col1 {
    min-width: 0;
}
#footer {
    padding: 0px 0 20px;
    background: #800000;
    color: #959595;
    overflow: hidden;
}
#footer p {
    color: #959595;
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
}
.txt_priv {
    font: 14px/20px Cambria!important;
    color: #959595;
    text-transform: uppercase;
    margin-top: -5px!important;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    color: #555;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    z-index: 20;
    text-align: center;
    background: #353535;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
#toTop:hover {
    outline: none;
    color: #e52f86;
    background: #000;
}

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container{
	width:auto;
	margin-right:30px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
	margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0; 
	height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display:block;
	position:relative;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	top:100%;
	margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
	margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:2px;
	margin:7px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	display:block;
	position:relative;
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	margin-left:-40px;
	float:right;
}
.mCustomScrollBox{
	-ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCustomScrollBox:hover>.mCSB_scrollTools{
	opacity:1;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.4);
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
	filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-image:url(mCSB_buttons.png);
	background-repeat:no-repeat;
	opacity:0.4;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp{
	background-position:0 0;
	/* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position:0 -20px;
	/* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:0 -40px;
	/* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position:0 -56px;
	/* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
	opacity:0.9;
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}
/*light-2*/
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-40px -56px;
}
/*dark-2*/
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-120px -56px;
}
/*light-thick*/
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-20px -56px;
}
/*dark-thick*/
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-100px -56px;
}
/*light-thin*/
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
/*dark-thin*/
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}

.ticscrollbg
{
	-webkit-box-shadow: 1px 5px 8px 0px rgba(125,109,110,1);
-moz-box-shadow: 1px 5px 8px 0px rgba(125,109,110,1);
box-shadow: 1px 5px 8px 0px rgba(125,109,110,1);
line-height:30px; font-size:18px; padding:10px; border:2px solid #FFF;  margin:20px 0px;
background-color:#FFFFEA;
}
.ticscrollbtn
{
	font-family:Cambria;
	font-size:14px !important;
	color:#C00;
	font-weight:bold;
	text-align:right !important;
	padding-right:5px;
}
.curricbg
{
	background-color:#FFF;
	padding:10px;
	border:3px solid #EAF4FF;
}
.footertext1
{
	font-size:17px;
	font-weight:bold;
	color:#FFFFE8;
}
.footercopytext
{
	font-weight:bold; font-size:13px; color:#FFF0F0; padding:10px 0px 0px 0px; text-align:center;
}
.vbox1
{
	background-color:#FBFFFB;
	border:1px solid #C0C0C0;
	padding:10px;
	padding-right:20px;
}
.staffhead
{
	font-family:Cambria;
	font-weight:bold;
	color:#B90000;
	background-color:#FFFFBF;
	border:2px solid #E5E5E5;
	font-size:24px;
	padding:10px;
}
.staffrow1
{
	font-family:Cambria;
	font-weight:bold;
	color:#4E4E4E;
	background-color:#F4FFFF;
	border:2px solid #E5E5E5;
	font-size:20px;
	padding:10px;
}
.staffrow2
{
	font-family:Cambria;
	font-weight:bold;
	color:#4E4E4E;
	background-color:#F0FFF0;
	border:2px solid #E5E5E5;
	font-size:20px;
	padding:10px;
}





.facebook {
	/*General*/
	display: block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'FontAwesome';text-align: center;
	font-size:21spx;
	line-height:2 !important;
	text-indent: 0px;
	font-weight:regular;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width:35px;
	height:35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #4f78b4;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #4974b0, #6e90c0);
	background-image: -moz-linear-gradient(bottom, #4974b0, #6e90c0);
	background-image: -o-linear-gradient(bottom, #4974b0, #6e90c0);
	background-image: linear-gradient(to top, #4974b0, #6e90c0);
}

.facebook:after {
	content: "\f09a";
	color:#FFF;
}
.facebook:hover { 
	-webkit-box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	}

.twitter {
	/*General*/
	display: block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'FontAwesome';
	text-align: center;
	font-size:21spx;
	line-height:2 !important;
	text-indent: 0px;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 35px;
	height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #4e9edc;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #4e9edc, #5daae6);
	background-image: -moz-linear-gradient(bottom, #4e9edc, #5daae6);
	background-image: -o-linear-gradient(bottom, #4e9edc, #5daae6);
	background-image: linear-gradient(to top, #4e9edc, #5daae6);
}

.twitter:after {
	content: "\f099";
	color:#FFF;
}
.twitter:hover { 
	-webkit-box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	}

.google {
	/*General*/
	display: block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'FontAwesome';
	text-align: center;
	font-size:21spx;
	line-height:2 !important;
	text-indent: 0px;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 35px;
	height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #da4935;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #da4935, #e15946);
	background-image: -moz-linear-gradient(bottom, #da4935, #e15946);
	background-image: -o-linear-gradient(bottom, #da4935, #e15946);
	background-image: linear-gradient(to top, #da4935, #e15946);
}

.google:after {
	content: "\f0d5";
	color:#FFF;
}
.google::hover { 
	-webkit-box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	}



.linkedin {
	/*General*/
	display: block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'FontAwesome';
	font-size:21spx;
	line-height:2 !important;
	text-indent: 10px;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 35px;
	height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #005a87;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #005a87, #066696);
	background-image: -moz-linear-gradient(bottom, #005a87, #066696);
	background-image: -o-linear-gradient(bottom, #005a87, #066696);
	background-image: linear-gradient(to top, #005a87, #066696);
}

.linkedin:after {
	content: "\f0e1";
	color:#FFF;
}
.linkedin:hover { 
	-webkit-box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	}



.youtube {
	/*General*/
	display: block; 
	text-decoration: none;
	
	/*Text*/
	font-family: 'FontAwesome';
	text-align: center;
	font-size:21spx;
	line-height:2 !important;
	text-indent: 0px;
	color: white;
	text-shadow:0px -1px 0px rgba(0,0,0,0.20);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true);
	
	/*Background*/
	width: 35px;
	height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #c9322b;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-image: -webkit-linear-gradient(bottom, #c9322b, #dc3f38);
	background-image: -moz-linear-gradient(bottom, #c9322b, #dc3f38);
	background-image: -o-linear-gradient(bottom, #c9322b, #dc3f38);
	background-image: linear-gradient(to top, #c9322b, #dc3f38);
}

.youtube:after {
	content: "\f04b";
	color:#FFF;
}
.youtube:hover { 
	-webkit-box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	box-shadow: inset 0 0 0 250px rgba(255,255,255,.1);
	}

.manhead
{
	font-size:20px;
	font-weight:bold;
	color:#B00000;
	text-align:center;
}
.manhead1
{
	font-size:18px;
	font-weight:bold;
	color:#0076EC;
	text-align:center;
}
.manbg1
{
	background-color:#FFFFEA;
	padding:10px 0px;
	border:1px solid #FFFF5B;
}
.manbg2
{
	background-color:#F0FFF0;
	padding:10px 0px;
	border:1px solid #2DFF2D;
}
.actibox
{
	border:3px solid #E5E5E5;
	margin:10px 0px;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  max-width:526px;
  max-height:710px;
  width:100%;
  height:auto;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  max-width:800px; 
  width:100%;
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

@media only screen and (max-width: 1199px) {
    #toTop {
        display: none!important;
    }
}
@media only screen and (max-width: 1199px) {
    figure a,
    figure a img {
        width: 100%;
    }
    #owl .owl-prev,
    #owl .owl-next {
        right: 49px!important;
        bottom: -45px!important;
    }
    #owl .owl-next {
        right: 0px!important;
    }
    .txt22 {
        font: 12px/21px Cambria;
        text-align: center;
        text-indent: 0;
    }
    .img1 {
        max-width: 100%;
    }
    #footer .txt10 {
        font: bold 20px/26px Cambria;
    }
}
@media only screen and (max-width: 979px) {
    .map figure,
    .map figure iframe,
    #form input,
    #form textarea,
    #form .success {
        width: 100%!important;
        float: none!important;
    }
    #form .success {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .map figure {
        height: auto!important;
        margin-bottom: 15px;
    }
    .txt8 {
        margin-left: 10px;
    }
    .txt7 {
        font: 38px/52px Cambria;
    }
    .txt19,
    .txt20 {
        margin-left: 15px;
    }
    .img5 {
        float: none;
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    img {
        width: 100%;
    }
    img.no_resize,
    h1 img {
        width: auto;
    }
    .map figure iframe {
        height: 300px;
    }
    figure a {
        width: 100%;
    }
    .line1,
    .mar1 {
        margin: 0 2px;
    }
    .letter_spacing1 {
        letter-spacing: 0px;
    }
    #owl2 .owl-pagination span {
        width: 64px!important;
        height: 64px!important;
        margin-right: 7px!important;
    }
    #owl2 .owl-pagination span:before {
        width: 64px!important;
        height: 64px!important;
    }
    .txt4 {
        margin-top: 5px;
    }
    .txt7 {
        font: 38px/38px Cambria;
    }
    .bg2 {
        margin-top: 30px;
    }
    .bg2:before {
        left: -1200px;
    }
    .txt19,
    .txt20 {
        margin-left: 0;
    }
	.txt1 {
    font: 28px 'Exo', sans-serif;
    color: #323232;
    margin-top: 0px;
    text-transform: uppercase;
	float:left !important; 
	padding-left:10px !important;
	color:#e53432;
	font-weight:bold;
	text-align:center
}
}
@media only screen and (max-width: 479px) {}


.actbtn-1 {
    background-color: #e74c3c;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin: 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  .actbtn-1:hover {
    animation: bounce 0.5s;
    color: #ffe9e9;
  }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }
  .actbtn-3 {
    background-color: #f39c12;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin: 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  .actbtn-3:hover {
    animation: wobble 1s;
    color: #ffe9e9;
  }
  @keyframes wobble {
    0% { transform: translate(0); }
    15% { transform: translate(-5px, 0); }
    30% { transform: translate(5px, 0); }
    45% { transform: translate(-5px, 0); }
    60% { transform: translate(5px, 0); }
    75% { transform: translate(-5px, 0); }
    100% { transform: translate(0); }
  }
    