@import url(http://fonts.googleapis.com/css?family=Open+Sans);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    color: #5f5f60;
    padding: 0px;
    margin: 0px;
}

a {
    color: #fff;
    text-decoration: none;
}

.wrapper {
    width: 100%;
    float: left;
    background-color: #ffffff;
}

.header_content {
    width: 100%;
    margin: 0px;
    background: url(../images/background.jpg) no-repeat #58585a center;
    display: table;
}

.header_top {
    border: 0px solid red;
    width: 1000px;
    margin: auto;
}

.Social_Links {
    margin: auto;
    border: 0px solid red;
}

    .Social_Links ul li {
        float: right;
        padding: 10px 3px 10px 0px;
        list-style-type: none;
    }

        .Social_Links ul li a {
            /*z-index: 1000;
            display: block;
            height: 25px;
            width: 25px;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: top center;*/
            float: left;
            margin-left: 3px;
            width: 27px;
            height: 27px;
            display: block;
            background-color: #383637;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            border: 1px solid #5c5c5c;
            font: 0/0 a;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
            opacity: .8;
            border-radius: 5px;
        }

    /*.Social_Links ul li a:hover {
                background-position: bottom left;
            }*/

    .Social_Links .Facebook {
        background-image: url(../images/so_face.png);
    }

        .Social_Links .Facebook:hover {
            background-color: #009fe3;
            border-color: #0591cd;
        }

    .Social_Links .Youtube {
        background-image: url(../images/so_skype.png);
    }

        .Social_Links .Youtube:hover {
            background-color: #009fe3;
            border-color: #0591cd;
        }

    .Social_Links .Google_plus {
        background-image: url(../images/so_google.png);
    }

        .Social_Links .Google_plus:hover {
            background-color: #ff8100;
            border-color: #ff8100;
        }


    .Social_Links .Twitter {
        background-image: url(../images/so_twitter.png);
    }

        .Social_Links .Twitter:hover {
            background-color: #16bdea;
            border-color: #16bdea;
        }

.Logo {
    width: 300px;
    float: left;
    padding: 5px 0px 0px 10px;
	margin-bottom:20px;
}

.Award {
    width: 180px;
    float: left;
    padding: 10px 0px 10px 40px;
}

.Slide {
    height: 80px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
    top: -67px;
}

.Search {
    width: 257px;
    height: 40px;
	margin-top:30px;
    float: right;
    background: url(../images/search_textbox.png) no-repeat;
}

    .Search #Search_Text {
        margin-left: 15px;
        margin-top: 5px;
        width: 180px;
        border: none;
        padding: 5px;
        background: #e7e7e7;
    }

    .Search a {
        float: right;
        width: 40px;
        height: 40px;
        vertical-align: top;
        background: url(../images/search_button.png) no-repeat;
    }

.Menu {
    padding: 0px;
    margin: auto;
    border: 1px solid red;
    display: block;
    position: absolute;
    top: 190px;
    width: 1000px;
    height: 35px;
    background: url(../images/menu.png) repeat-x #fff center;
    border-bottom: 5px solid #2c9b13;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    border: 0px solid red;
}

    .Menu ul {
        width: 1000px;
        list-style: none;
        height: 36px;
        background: transparent;
        margin: auto;
        padding: 0px 0px 0px 0px;
        border: solid 0px red;
    }

        .Menu ul li {
            float: left;
            margin: auto;
            padding: 8px 18px 0px 18px;
            height: 27px;
            border: 0px solid red;
            text-align: left;
            background: url(../images/menu-divder.png) no-repeat right;
        }

            .Menu ul li.last {
                float: left;
                margin: 0px;
                padding: 8px 18px 0px 18px;
                height: 27px;
                border: 0px solid red;
                text-align: left;
                background: none;
            }

            .Menu ul li a {
                font-size: 13px;
                color: Black;
                font-weight: 600;
                padding: 0px 11px;
            }

                .Menu ul li a:hover, .Menu ul li a.active {
                    color: #ff8100;
                }

.Container {
    width: 1000px;
    margin: auto;
    border: 0px solid red;
    display: table;
    padding-top: 10px;
}

.Content {
    width: 1000px;
    border: px solid red;
    float: left;
    height: auto;
}

    .Content h1 {
        font-size: 14px;
        color: Black;
        font-weight: bold;
        padding-bottom: 5px;
        border-bottom: 3px solid #1fb4de;
    }

    .Content p {
        color: Black;
        text-align: justify;
        font-weight: normal;
        padding-top: 5px;
        line-height: 24px;
		margin-left:6px;
    }

.News {
    width: 336px;
    float: right;
    padding: 0px;
    margin: 0px;
    border: 1px solid #1fb4de;
}

    .News .News_Top {
        background: url(../images/news&events1.png) #1fb4de;
        background: url(../images/ic_time.png) no-repeat #1fb4de 2% center;
        background-size: 20px;
        margin: 0px;
        padding: 6px;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        padding-left: 30px;
    }

    .News p {
        font-size: 10px;
        color: Black;
        text-align: justify;
        font-weight: normal;
        padding: 5px;
        margin: 0px;
        line-height: 20px;
        border: 1px solid #8d8d8d;
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        border-radius: 0px 0px 5px 5px;
    }

.New_Gallery {
    padding: 5px 0px 30px 0px;
    float: left;
    border: 0px solid red;
    width: 1000px;
    border: 0px solid red;
    height: auto;
}

    .New_Gallery .Icon {
        width: 40px;
        height: 10px;
        float: right;
        display: block;
        position: relative;
        top: -126px;
        background: url(../images/icon.png) repeat-x right;
        border: 0px solid red;
    }

    .New_Gallery h1 {
        font-size: 14px;
        color: Black;
        font-weight: bold;
        padding-bottom: 5px;
        border-bottom: 3px solid #1fb4de;
    }

    .New_Gallery ul {
        list-style-type: none;
        width: 1000px;
        padding-top: 10px;
        margin: 0px;
    }

        .New_Gallery ul li {
            list-style-type: none;
            padding: 10px 25px 10px 10px;
            margin: 0px;
            display: inline;
        }

            .New_Gallery ul li img {
                border: 1px solid red;
                padding: 2px;
                /*border: 1px solid #1fb4de;*/
                -webkit-border-radius: 5px 5px 0px 0px;
                -moz-border-radius: 5px 5px 0px 0px;
                border-radius: 5px 5px 5px 5px;
            }


.Footer {
    width: 100%;
    margin: auto;
    background-color: #3A3A3A;
    position: relative;
    vertical-align: bottom;
}

    .Footer h1 {
        font-size: 11px;
        text-align: center;
        padding-top: 5px;
        color: White;
        font-weight: normal;
		padding-top: 30px;
		padding-bottom: 30px;
    }

.pic {
    -webkit-transform: skewy(15deg);
    -moz-transform: skewy(15deg);
    -o-transform: skewy(15deg);
    transform: skewy(15deg);
}

.Clear {
    width: 100%;
    padding-top: 10px;
}
.socialBar {
position: fixed;
right: 0;
top: 30%;
width: 36px;
height: auto;
z-index: 9999;
}
.socialTop {
width: 36px;
height: 9px;
background: url(../images/socialTopbg.png) no-repeat left top;
}
.socialMid {
width: 36px;
height: 100%;
background: url(../images/socialMidbg.png) repeat-y left top;
}
.socialBar ul {
overflow: hidden;
height: 100%;
}
.socialBar ul #register {
cursor: pointer;
}
.socialBar ul li {
float: left;
display: inline;
width: 100%;
}

.socialBar ul li {
float: left;
display: inline;
width: 100%;
padding: 2px 0 2px 5px;
}
.socialMid02 {
width: 36px;
background: url(../images/socialMidbg.png) repeat-y left top;
position: relative;
}
.socialBar ul {
overflow: hidden;
height: 100%;
}
.socialBar ul li {
float: left;
display: inline;
width: 100%;
padding: 2px 0 2px 5px;
}
.socialBar ul li a {
position: relative;
cursor: pointer;
}
.sbBtn {
background: url(../images/socialMidbg.png) 0 0 repeat-y;
padding: 5px 0 0;
}
.sbBtn a.upBtn {
background: url(../images/upArrow.png) 10px 3px no-repeat;
}
.sbBtn a {
display: block;
width: 36px;
height: 17px;
background: url(../images/dwnArrow.png) 10px 4px no-repeat;
}
.socialBot {
width: 36px;
height: 9px;
background: url(../images/socialBotbg.png) no-repeat left top;
}
.header-h1 {
font-weight: bold;
line-height: 16px;
padding: 6px 0px;
color: #656162;
font-size: 15px;
margin-left: 5px;}
.feature-style {
float: left;
width: 100%;
clear: both;
padding: 18px 0px 0px;
border-top: 1px solid;border-color: #35C2D8;
background: url("../images/nav_arrow.png") no-repeat top center;
}
.banner-wrapper .banner-block .banner-slider, .banner-wrapper .banner-block .flexslider {
	padding:4px;
	background:#fff;
	float:left;
	border-radius:5px;
	position: relative;
	max-width:692px;
	width:100%;
}
.banner-wrapper .banner-block .banner-slider img {
	display:block;
}
.banner-wrapper .banner-block .banner-slider .pagination, .flex-direction-nav {
float: left;
right: 5px;
bottom: 136px;
position: absolute;	
}
.banner-wrapper .banner-block .banner-slider .pagination li, .flex-direction-nav li {
	float:left;
}
.banner-wrapper .banner-block .banner-slider .pagination li a, .flex-direction-nav li a {
	float:left;
	width:29px;
	height:28px;
	text-indent: -999em;
}
.flex-direction-nav li a.flex-prev {
	background:url("../images/previous.png") no-repeat center center;
}
.flex-direction-nav li a.flex-next {
	background: url("../images/next.png") no-repeat center center;
	margin-left:-6px;
}
.flex-direction-nav li:hover a.flex-prev, .flex-direction-nav li:hover a.flex-next {
	}
	
.cont-left
{
float:left;
width:210px;
padding-top:8px;
}
.cont-left-gallery-music
{
float:right;
width:310px;
padding-top:0px;
}
grid_3 {
width: 100%;
display: inline;
}
.four-radius {
border-radius: 4px !important;
-webkit-border-radius: 4px !important;
}
.side-navigation {
margin: 0 0 30px 0;
padding: 0;
box-shadow: 0 2px 3px rgba(0,0,0,0.02);
list-style: none;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(100%,#fbfbfb));
background: -webkit-linear-gradient(top, #ffffff 2%,#fbfbfb 100%);
background: linear-gradient(to bottom, #ffffff 2%,#fbfbfb 100%);
border-top: 1px solid #e2e2e2;
}
.side-navigation a {
display: block;
position: relative;
padding: 7.5px 16px;
border: 1px solid #e2e2e2;
border-top: none;
-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
color: #000;
text-decoration: none !important;
-webkit-transition: color 0.1s ease-in-out;
transition: color 0.1s ease-in-out;
}
.grid_3 ul li a{
color: #000;
text-decoration: none !important;
-webkit-transition: color 0.1s ease-in-out;
transition: color 0.1s ease-in-out;
font-family:Verdana, Arial, Helvetica, sans-serif;

}
.grid_3 ul li a:hover{
color:#acacac;
text-decoration: none !important;
-webkit-transition: color 0.1s ease-in-out;
transition: color 0.1s ease-in-out;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

.side-navigation a.active {
	margin-top: -1px;
	border-color: #191919;
	background: #191919;
	color: #fff;
}
.cont-left-gallery {
float: left;
width: 210px;
padding-top: 8px;
}
.cont-right-gallery {
float: right;
width: 770px;
vertical-align: top;
}
.cont-right
{
float:left;
width:790px;
vertical-align:top;
}
.cont-right-gallery-music
{
float:left;
width:650px;
vertical-align:top;
}
.image-hover{
border: 1px solid #d9d9d9;padding:5px; margin:10px;
}
.image-hover:hover{
background: #f8f8f8; border: 1px solid #d9d9d9; border-bottom: 0px;box-shadow: 1px 1px 20px #e1dfdf;padding:5px;
}
.cont
{
width:1000px;
}
.contact-left{
    width: 60.33%;
    margin: 10px; float:left;
    
}
span.wpcf7-form-control-wrap {
position: relative;
}
.input-type{background-color: #f5f5f5;
margin: 0;
border: 1px solid #e2e2e2;
line-height: 1;
padding: 3px 10px 5px;
color: #616161;
width: 80%;
height: 25px;
resize: none;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;}
/*.submit{
font-weight: 700;
font-size: 14px;
color: #FFF;
display: inline-block;
background: #c12900;
padding: 4px 18px;
margin: 0;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
cursor: pointer;
margin-bottom: 20px;
width: auto;
border: none;
-webkit-border-radius: 3px;
border-radius: 3px;
}*/
input[type="submit"]{
font-weight: 700;
font-size: 14px;
color: #FFF;
display: inline-block;
background: #c12900;
padding: 4px 18px;
margin: 0;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
cursor: pointer;
margin-bottom: 20px;
width: auto;
border: none;
-webkit-border-radius: 3px;
border-radius: 3px;
}
/*.submit:hover{background: #28343c;}*/
input[type="submit"]:hover{background: #28343c;}
.contact-right {
    width: 35.00%;
    float:left;
    margin-top: 10px;
}
.contact-header{width: 100%;
float: left;
margin-bottom: 30px;
position: relative;
border-top: 1px solid #e1e1e1;
padding-top: 12px;}
.contact-header h6{font-weight: 800;
color: #000000;
text-transform: uppercase;}
.zaptitle {
position: relative;
float: left;
padding: 0;
width: 100%;
border-bottom: 1px solid #EDEDED;
margin: 0 0 20px 0;
font-size: 16px;
font-weight: bold;
color: #545454;
min-height: 30px;
}
.zaptitle span {
border-bottom: 1px solid #10b9b9 !important;
}
h2.zaptitle {
margin-top: 0 !important;
}
.zaptitle span {
position: relative;
float: left;
padding-bottom: 10px;
font-size: 16px;
font-family: Arial, sans-serif;
font-weight: bold;
color: #545454;
line-height: 20px;
top: 1px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgb(0, 153, 153);
}
.Address-p{font-size: 13px;
color: #555555;
word-wrap: break-word;}
.Address-icon {
background-image: url('../images/widget-sprite.png');
background-repeat: no-repeat;
background-position: -102px 1px;
}
.Address-icon span{
color: black;
text-align: justify;
font-weight: normal;
padding-top: 5px;
line-height: 24px;
margin-left: 25px;
font-size:13px;
}
.Address-phone {
background-image: url('../images/widget-sprite.png');
background-repeat: no-repeat;
background-position: -78px -20px;
}
.Address-phone span{
color: black;
text-align: justify;
font-weight: normal;
padding-top: 5px;
line-height: 24px;
margin-left: 25px;
font-size:13px;

}
.Address-email {
background-image: url('../images/widget-sprite.png');
background-repeat: no-repeat;
background-position: -51px -46px;
}
.Address-email span{
color: black;
text-align: justify;
font-weight: normal;
padding-top: 5px;
line-height: 24px;
margin-left: 25px;
font-size:13px;

}
ul.social-icons {
margin-top: 15px;
margin-left: 30px;font: 0/0 a;
}
ul.social-icons li {
display: inline-block;
line-height: 0;
margin-right: 3px;
margin-bottom: 3px;
vertical-align: top;
list-style: none;
}
ul.social-icons li a {
background-color: #bebebe;
}
ul.social-icons li a {
display: block;
width: 35px;
height: 35px;
background-image: url(../images/social-icons.png);
background-repeat: no-repeat;
font: 0/0 a;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-transition: background-color .25s ease;
transition: background-color .25s ease;
}
ul.social-icons li.twitter a        { background-position: 0 0; }
            ul.social-icons li.facebook a        { background-position: -35px 0; }
<!--            ul.social-icons li.dribbble a        { background-position: -70px 0; }
            ul.social-icons li.vimeo a            { background-position: -105px 0; }
-->            ul.social-icons li.youtube a        { background-position: -140px 0; }
            ul.social-icons li.rss a            { background-position: -175px 0; }
            ul.social-icons li.skype a            { background-position: -210px 0; }
            ul.social-icons li.email a            { background-position: -245px 0; }
<!--            ul.social-icons li.picasa a            { background-position: -280px 0; }
            ul.social-icons li.stubleupon a        { background-position: -315px 0; }
            ul.social-icons li.dropbox a        { background-position: -350px 0; }
            ul.social-icons li.cat a            { background-position: -385px 0; }
            ul.social-icons li.linkedin a        { background-position: -420px 0; }
            ul.social-icons li.plus a            { background-position: -455px 0; }
            ul.social-icons li.pinterest a        { background-position: -490px 0; }
            ul.social-icons li.blogger a        { background-position: -525px 0; }
            ul.social-icons li.flickr a            { background-position: -560px 0; }
            ul.social-icons li.delicious a        { background-position: -595px 0; }
            ul.social-icons li.yahoo a            { background-position: -630px 0; }
            ul.social-icons li.evernote a        { background-position: -665px 0; }
            ul.social-icons li.apple a            { background-position: -700px 0; }
            ul.social-icons li.behance a        { background-position: -735px 0; }
            ul.social-icons li.gplus a            { background-position: -770px 0; }
            ul.social-icons li.digg a            { background-position: -805px 0; }
            ul.social-icons li.lastfm a            { background-position: -840px 0; }
            ul.social-icons li.myspace a        { background-position: -875px 0; }
            ul.social-icons li.deviantart a        { background-position: -910px 0; }
            ul.social-icons li.wordpress a        { background-position: -945px 0; }
-->
            ul.social-icons li.twitter a:hover        { background-color: #47c0d8; }
            ul.social-icons li.facebook a:hover        { background-color: #49699f; }
<!--            ul.social-icons li.dribbble a:hover        { background-color: #e65992; }
            ul.social-icons li.vimeo a:hover        { background-color: #568799; }
-->            ul.social-icons li.youtube a:hover        { background-color: #b72d24; }
            ul.social-icons li.rss a:hover            { background-color: #fe9900; }
            ul.social-icons li.skype a:hover        { background-color: #24b0e4; }
            ul.social-icons li.email a:hover        { background-color: #49699f; }
<!--            ul.social-icons li.picasa a:hover        { background-color: #535353; }
            ul.social-icons li.stubleupon a:hover    { background-color: #eb4924; }
            ul.social-icons li.dropbox a:hover        { background-color: #5da3e8; }
            ul.social-icons li.cat a:hover            { background-color: #7292a2; }
            ul.social-icons li.linkedin a:hover        { background-color: #2c7cb7; }
            ul.social-icons li.plus a:hover            { background-color: #629e61; }
            ul.social-icons li.pinterest a:hover    { background-color: #c21c21; }
            ul.social-icons li.blogger a:hover        { background-color: #f38f33; }
            ul.social-icons li.flickr a:hover        { background-color: #5da3e8; }
            ul.social-icons li.delicious a:hover    { background-color: #3975be; }
            ul.social-icons li.yahoo a:hover        { background-color: #a55bbe; }
            ul.social-icons li.evernote a:hover        { background-color: #606060; }
            ul.social-icons li.apple a:hover        { background-color: #fe9900; }
            ul.social-icons li.behance a:hover        { background-color: #18a3fe; }
            ul.social-icons li.gplus a:hover        { background-color: #2882c6; }
            ul.social-icons li.digg a:hover            { background-color: #2882c6; }
            ul.social-icons li.lastfm a:hover        { background-color: #be0607; }
            ul.social-icons li.myspace a:hover        { background-color: #1b61b0; }
            ul.social-icons li.deviantart a:hover    { background-color: #5f7162; }
            ul.social-icons li.wordpress a:hover    { background-color: #33759d; }
-->

ul.list8 li {
background: url("../images/medal.png") no-repeat scroll 0 0px transparent;
margin: 0 0 5px 0;
padding: 0 0 10px 28px;
line-height:20px;
list-style: none outside none;}
.list8 {
margin-left:20px;
color: black;
}

.menu
{
    width: 100%;
	margin-top:-10px;
    padding: 0px;
    background: url(../images/menu.png) repeat-x center;
    display: inline-table;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    
}
#nav
{
    margin: 0px;
    padding: 0px;
    border-bottom: none;
    margin: auto;
    width: 1000px;
}

#nav li a, #nav li
{
    float: left;
}

#nav li
{
    list-style: none;
    position: relative;
    line-height: 0px;
}

#nav li a
{
    padding:20px 22px;
    font-size: 13px;
    font-weight:bold;
    color: black;
    border-right: 1px solid white;
	
}
#nav li a.last
{
    border: none;
}
#nav li a:hover
{
    color: #fa5b15;
}
#nav li li a:hover
{
    background: none;
}


/* Submenu */

.hasChildren
{
    position: absolute;
    width: 5px;
    height: 5px;
    background: black;
    right: 0;
    bottom: 0;
     border-top: 5px solid #fa5b15;
}

#nav li ul
{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    z-index: 1000;
}

#nav li:hover > ul
{
    display: block;
}

#nav li ul li, #nav li ul li a
{
    float: none;
    background-color: #FFFFFF;
    color: #646464;
    border: none;
}

#nav li ul li
{
    _display: inline; /* for IE6 */
    width: 200px;
}

#nav li ul li a
{
    display: block;
    line-height: 6px;
    border-bottom: 1px solid #d6d6d6;
    text-align: left;
}
#nav li ul li a:hover
{
    /* SUBSUB Menu */
    color: #BA1919 !important;
}
#nav li ul li ul
{
    display: none;
}

#nav li ul li:hover ul
{
    left: 100%;
    top: 0;
    color: white;
}
.top_border
{
    border-top: 5px solid #fa5b15;
}
.fancybox-media img {
	background-color:transparent;
	background-image:url(../images/controls_play.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.fancybox-media img:hover{
        background-image:url(../images/controls_play_over.png);
	    background-position:center center;
		opacity:0.8;
}
.sidebarNav li {
line-height: 45px;
height: 45px;
padding: 0;
border-bottom: 0;
margin-bottom: 10px;
list-style:none;
}
.sidebarNav {
width:260px;
}
.sidebarNav li a {
  background: #f0f2f2 url(../images/widgets-bg.png) no-repeat 10px 17px;
  display: block;
  color: #323232;
  padding-left: 30px;
}
.sidebarNav li a:hover, .sidebarNav li a.active {
  background: #098BC0 url(../images/widget-hover-bg.png) no-repeat 8px 14px;
  color: #fff;
  position: relative;
}
.sidebarNav li a:hover .right-arrow, .sidebarNav li a.active .right-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: 50%;
  margin-top: -6px;
  border-right: 10px solid #098BC0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.sidebarNav li a:hover .left-arrow, .sidebarNav li a.active .left-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: 50%;
  margin-top: -6px;
  border-left: 10px solid #098BC0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.middle_top {
/*background: #ededed;*/
background: #098BC0;
padding: 15px 0 0 0;
border-radius:3px;
}
.title_box_big {
text-align: center;
margin: 0 0 15px 0;
}
.title_box_big .title_icon {
display: block;
width: 60px;
height: 42px;
margin: 0 auto;
text-align: center;
background: url(../images/1385146002_music.png) 0 0 no-repeat;
font-size: 21px;
line-height: 50px;
color: #fff;
}
.music-title h1 {
color:black;
font-weight: 400;
font-size:20px;
line-height: 40px;
border:none;
padding-left:30px;
margin-left:8px;
background: url(../images/1385146284_music.png) 0px 8px no-repeat;
}
.title_box_big h1{
color: white;
font-weight: 400;
font-size:20px;
line-height: 40px;
border:none;
}
.title_box_big .subtitle {
color:white;
font-size: 12px;
padding-bottom:20px;
}
.dark_bg {
background: #2d2f37;
}

.middle_top_media {
padding: 40px 0;
text-align: center;
}
.font-style{
font-weight:bold;
/*color:red;*/
}
.suc_msg {
display: block;
padding: 5px;
margin: 0px;
text-align: center;
font-size: 12px;
font-weight: bold;
background: #ccf3d2;
color: #0286db;
border: 2px solid #6fae67;
}