
body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "微軟正黑體", "新細明體", Arial, Helvetica;
	font-weight: 700;
}

a{text-decoration:none;}

h2{
	font-size:4em;
	color:#db287c;
}
h3{margin-top:-8px;}

@media(max-width:767px) {
h2{
	font-size:3em;
	color:#db287c;
}	
h3{font-size:1.4em;}
}

.navbar{
	min-height:50px;
	margin-bottom:0px;
	padding-top:5px;
	}
	
.navbar-brand{	
	float: left;
	text-align:center;
	width: 289px;
	height: 53px;
	font-size: 18px;
	line-height: 50px;
	/* background-image: url(../img/logo.png); */
	background-position: center top;
}
@media(max-width:767px) {
	.navbar-brand{	
	float: left;
	width: 150px;
	height:28px;
	background-image: url(../img/logo_m.png);
	background-position: center top;
	margin-top:8px;
	margin-left:10px;
}
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.fast-sign {
	top: 240px;
	right: -120px;
	position: fixed;
	height:60px;
	width:300px;
	z-index: 99;
	background-color: #db287c;
	-webkit-border-radius: 50;
    -moz-border-radius: 50;
    border-radius: 50px;
	letter-spacing:1px;
	
}

.fast-sign p {
    color:#fff;
	font-size:24px;
	margin-right:110px;
	margin-top:6px;
}

.fast-sign:hover,
.fast-sign:focus,
.fast-sign.focus,
.fast-sign:active,
.fast-sign.active,
.open>.dropdown-toggle.fast-sign-signin {
    right: -80px;
	-webkit-transition: all .4s ease-in; transition: all .4s ease-in;
}

@media(max-width:767px) {
.fast-sign {
	top: 240px;
	right: -50px;
	position: fixed;
	height:50px;
	width:180px;
	z-index: 99;
	background-color: #db287c;
	-webkit-border-radius: 50;
    -moz-border-radius: 50;
    border-radius: 50px;
	letter-spacing:1px;
}	

.fast-sign p {
    color:#fff;
	font-size:24px;
	margin-right:35px;
	margin-top:1px;
}

.fast-sign:hover,
.fast-sign:focus,
.fast-sign.focus,
.fast-sign:active,
.fast-sign.active,
.open>.dropdown-toggle.fast-sign-signin {
    right: -20px;
	-webkit-transition: all .4s ease-in; transition: all .4s ease-in;
}

}

.intro-header {
	padding-top: 0px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 0px;
	text-align: center;
	color: #f8f8f8;
    height:auto;
}

.intro-header .item {
    height: 550px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;

}			


@media(max-width:767px) {
	.intro-header {
	padding-top: 0px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 0px;
	text-align: center;
	color: #f8f8f8;
	background-image: url(../img/intro-bg-enter-mobile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100% ;
}
}

.intro-message {
	position: relative;
	margin-top: 25%;

	padding: 20px;
	float: left;
	text-align: left;
	background-color: rgba(0%,0%,0%,0.4);
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    font-size: 3em;
	line-height:1.2em;
}

@media screen and (min-width:992px) and (max-width: 1200px)  { 
.intro-message {
	position: relative;
	margin-top: 33%;
    margin-left:-55%;
	padding: 20px;
	float: left;
	text-align: left;
	background-color: rgba(0%,0%,0%,0.4);
}
}

@media screen and (min-width:768px) and (max-width: 992px)  { 
.intro-message {
	position: relative;
	margin-top: 48%;
    margin-left:-70%;
	padding: 20px;
	float: left;
	text-align: left;
	background-color: rgba(0%,0%,0%,0.4);
}
}

@media(max-width:767px) {
.intro-message > h1 {
    font-size: 1.4em;
}	
}
.intro-divider {
    width: 90%;
    border-top: 1px solid #f8f8f8;

}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
		padding:15px;		
		margin-left:10px;
	    margin-top:370px;
		float:left;

    }

    .intro-message > h1 {
        font-size: 2.3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}


/*---------------------- tab change ---------------- */
.tab1r {
	position: relative;
	bottom: -507px;
	float: left;
	text-align: left;
	background-image: url(../img/tab/tab1_3.png);
	width:241px;
	height:44px;
	z-index:2;
}


.tab1 {
	position: relative;
	bottom: -507px;
	float: left;
	text-align: left;
	background-image: url(../img/tab/tab1_1.png);
	width:241px;
	height:44px;
	z-index:2;
}

.tab1:hover {
	background-image: url(../img/tab/tab1_2.png);
	transition: all .4s ease-in;
}

.tab2r {
	position: relative;
	bottom: -507px;
	float: left;
	text-align: left;
	background-image: url(../img/tab/tab2_3.png);
	width:241px;
	height:44px;
	z-index:2;
	left: -50px;
}


.tab2 {
	position: relative;
	bottom: -507px;
	left: -50px;
	float: left;
	width: 241px;
	height: 44px;
	z-index: 1;
	background-image: url(../img/tab/tab2_1.png);
}

.tab2:hover{
	background-image: url(../img/tab/tab2_2.png);
	-webkit-transition: all .4s ease-in; 
	transition: all .4s ease-in;

}

@media(max-width:767px) {
.tab1r {
	position: relative;
	bottom: -528px;
	float: left;
	text-align: left;
	background-image: url(../img/tab/mob/tab1_3.png);
	width:120px;
	height:22px;
	z-index:2;
	margin-left:-10px;
}


.tab1 {
	position: relative;
	bottom: -528px;
	float: left;
	text-align: left;
	background-image: url(../img/tab/mob/tab1_1.png);
	width:120px;
	height:22px;
	z-index:2;
	margin-left:-5px;
}

.tab1:hover {
	background-image: url(../img/tab/mob/tab1_2.png);
	transition: all .4s ease-in;
}

.tab2r {
	position: relative;
	bottom: -528px;
	float: left;
	text-align: left;
	background-image: url(../img/tab/mob/tab2_3.png);
	width:120px;
	height:22px;
	z-index:2;
	margin-left:25px;
}


.tab2 {
	position: relative;
	bottom: -528px;
	left: -50px;
	float: left;
	width:120px;
	height:22px;
	z-index: 1;
	background-image: url(../img/tab/mob/tab2_1.png);
	margin-left:30px;
}

.tab2:hover{
	background-image: url(../img/tab/mob/tab2_2.png);
	-webkit-transition: all .4s ease-in; 
	transition: all .4s ease-in;

}	
}

/* ----------------------------------------------------*/
.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
	padding:0 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background-image: url(../img/index-tweeting-bg.jpg);
	background-size:cover;
}

.content-section-b{
	padding: 50px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background-image: -webkit-linear-gradient(left, #08405b, #112836);
    background-image: -moz-linear-gradient(left, #08405b, #112836);
    background-image: -ms-linear-gradient(left, #08405b, #112836);
    background-image: -o-linear-gradient(left, #08405b, #112836);
    background-image: linear-gradient(to right, #08405b, #112836);
}



.content-section-b h2 {
	color:#ffdb00;
}

.content-section-b h3 {
	color:#EAEAEA;
}

.content-section-c {
	padding:0 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background-image: url(../img/index-tweeting-bg.jpg);
	background-size:cover;
}

.content-section-d {
	padding: 0 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background-image: url(../img/cont_d_bg.jpg);
	background-position: center top;
	background-size:cover;
}

.content-section-e{
	padding:0 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background-image: -webkit-linear-gradient(left, #08405b, #112836);
    background-image: -moz-linear-gradient(left, #08405b, #112836);
    background-image: -ms-linear-gradient(left, #08405b, #112836);
    background-image: -o-linear-gradient(left, #08405b, #112836);
    background-image: linear-gradient(to right, #08405b, #112836);
}

.content-section-e h2 {
	color:#ffdb00;
}

.content-section-e h3 {
	color: #EAEAEA;
}

.content-section-e p {
	color:#fff;
}


.content-section-f {
	padding: 0 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background-image: url(../img/index-tweeting-bg.jpg);
	background-size:cover;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 100%;
    border-top: 2px solid #d2d2d2;
}

/*  文字樣式  ------------------------------------ */
.wd1{
  top: 100px;

}

.wd2{
  top: 100px;
}

.imga{right:0;}

@media only screen and (max-width: 1200px) { 
.wd1{
  top: 30px;
}
.wd2{
  top: 30px;
}
}

@media only screen and (max-width: 992px) { 
.wd1{
  top: 0px;
}
.wd2{
  top: 0px;
}
}

@media(max-width:767px) {
.wd1{
	top: 0;
    left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.wd2{
    top: 0;
    left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

}

/*  footer樣式  ------------------------------------ */

footer {
	background-color: #D1D1D1;
	position: relative;
	bottom: 0px;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
}

footer p {
    font-size:1.1em;
	text-align:center;
}

footer hr{	
    border-color:#afb2b6;border-width:1px;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.9);
	max-width:700px;	
	margin-top:0px;
	margin-bottom:0px;
	}
	
p.copyright {
    margin: 15px 0 0;
}

.footer-list {
	list-style: none;

	font-size: 14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom:5px;
	text-align:center;
}


.footer-list>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.footer-qrcode {
	background-image: url(../img/qrcode.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 79px;
	margin-left:-5px;
}

.footer-logo {
	margin-top:20px;
text-align:center;
margin:0 auto;
height:70px;
width:auto;
}


@media only screen and (max-width: 1200px) { 

.footer-logo {
	margin-top:20px;
text-align:center;
margin:0 auto;
height:70px;
width:auto;
}

.footer-qrcode{display:none;}
}

@media only screen and (max-width: 992px) { 

.footer-logo {
	margin-top:20px;
text-align:center;
margin:0 auto;
height:70px;
width:auto;
}


.footer_text{
               margin: 0 auto;
        font-size:1em;
        }

}

@media(max-width:767px) {
footer {
    padding: 5px 0;
}

.footer-qrcode{display:none;}

.footer-logo {
text-align:center;
margin:0 auto;
height:53px;
width:auto;
}

footer p {
	font-family:"Microsoft Yahei","Hiragino Sans GB", Arial,Lucida,Verdana,SimSun,Helvetica,sans-serif;
	text-align:center;
    font-size:0.8em;
	margin:0 auto;
	padding:0 5px;
} 
footer  .footer-list {
		font-family:"Microsoft Yahei","Hiragino Sans GB", Arial,Lucida,Verdana,SimSun,Helvetica,sans-serif;
	text-align:center;
    font-size:0.8em;
	margin:0 auto;
}

footer  .footer-list>li>a {
	color:#db287c;
}
 .footer_text{
            display:block;
        }


}

@media screen and (min-width:320px) and (max-width: 480px)  { 
.footer_text{
            display:block;
            font-size: 1em;
            padding-bottom: 1.5%;
        }


}

/*   btnstyle ------------------------------------------------ */
.btn-signin {
    color: #333;
     background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
    background-image: -moz-linear-gradient(top, #fafafa, #f0f0f0);
    background-image: -ms-linear-gradient(top, #fafafa, #f0f0f0);
    background-image: -o-linear-gradient(top, #fafafa, #f0f0f0);
    background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
    border-color: #ccc
}

.btn-signin:hover,
.btn-signin:focus,
.btn-signin.focus,
.btn-signin:active,
.btn-signin.active,
.open>.dropdown-toggle.btn-signin {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-signout {
    color: #FFF;
     background-image: -webkit-linear-gradient(top, #24548b, #0c417e);
    background-image: -moz-linear-gradient(top, #24548b, #0c417e);
    background-image: -ms-linear-gradient(top, #24548b, #0c417e);
    background-image: -o-linear-gradient(top, #24548b, #0c417e);
    background-image: linear-gradient(to bottom, #24548b, #0c417e);
    border-color: #ccc
}

.btn-signout:hover,
.btn-signout:focus,
.btn-signout.focus,
.btn-signout:active,
.btn-signout.active,
.open>.dropdown-toggle.btn-signout {
    color: #FFF;
    background-color: #24548b;
    border-color: #adadad;
}

.btn-goindex {
	font-size:16px;
	margin-top:15px;
    color: #032e43;    
    border-color: #032e43;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
	letter-spacing:1px;
}

.btn-goindex:hover,
.btn-goindex:focus,
.btn-goindex.focus,
.btn-goindex:active,
.btn-goindex.active,
.open>.dropdown-toggle.btn-goindex {
    color: #FFF;
    background-color: #24548b;
    border-color: #adadad;
	-webkit-transition: all .4s ease-in; transition: all .4s ease-in;
}

.btn-more {
	font-size:16px;
	margin:0 auto;
    color: #db287c;    
    border-color: #db287c;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
	letter-spacing:1px;
	width:60%;
}

.btn-more:hover,
.btn-more:focus,
.btn-more.focus,
.btn-more:active,
.btn-more.active,
.open>.dropdown-toggle.btn-more {
	width:60%;
    color: #FFF;
    background-color: #db287c;
    border-color: #db287c;
	-webkit-transition: all .4s ease-in; transition: all .4s ease-in;
}

@media(max-width:767px) {
.btn-goindex {
	font-size:12px;
	margin-top:10px;
	margin-left:5px;
	padding:3px 6px;
}

.btn-more {
	font-size:16px;
	margin:0 auto;
    color: #db287c;    
    border-color: #db287c;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
	letter-spacing:1px;
	width:80%;
}

.btn-more:hover,
.btn-more:focus,
.btn-more.focus,
.btn-more:active,
.btn-more.active,
.open>.dropdown-toggle.btn-more {
	width:80%;
}
	
.nav>li{
		float:none;
}
}
/*   header ------------------------------------------------ */
.header-wrap{ padding:20px;}
.navframe{display: inline-block; margin:0 auto; position:relative;}
a.appled{line-height:1.42857143!important; font-size:15px; display:inline-block; position:absolute; left:-150px; top:0; padding-top: 10px;}
.mainmenu{width:100%;height:50px; background-color:#032e43; z-index:50; top:0; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);}
.mainmenu ul{margin:0;}
.mainmenu ul li{float:left; display:inline-block;padding-top:5px;}
.mainmenu ul li a{display:inline-block; padding:0 20px; color:#fff; line-height:45px; font-size:18px;}
.mainmenu ul li a:hover{color:#ffdb00;}
.mainmenu ul li.dig{border-right:none; display:inline-block; width:200px;}
.mainmenu ul li.dig 
.mainmenu ul li a:hover, .mainmenu ul li a:focus, .mainmenu ul li a:active, .mainmenu ul li a.active{
	color:#ffdb00;
	background-color: #032e43;
}
 
@media only screen and (max-width: 1200px) and (min-width: 1025px){ 
	.mainmenu ul li a{padding: 0px 15px;font-size: 17px;}
}

/*  iPad 橫式 1024x768  ------------------------------------ */
@media only screen and (max-width: 1024px) and (min-width: 970px) { 
	.mainmenu ul li a{padding: 0px 15px;font-size: 16px;}
	.nav-tabs.nav-justified>li {display: table-cell;width: 10%;}
}

@media only screen and (max-width: 870px) {
	.mainmenu ul li a{padding: 0 11px; font-size: 14px}
}

@media(max-width:767px) {	
.mainmenu{display:none;}
}


/*  tweeting shape  ------------------------------------ */
.bg-shapes {
	position: absolute;
	top: 0px;
	left: -270px;
	width: 888px;
	height: 694px;
}

@media only screen and (max-width: 1200px) and (min-width: 1025px){ 
.bg-shapes {
	position: absolute;
	top: 0px;
	left: -270px;
	width: 888px;
	height: 694px;
}

.bg-shapes .shape.shape2 {
  top: 40px;
  left: 550px;
  width: 115px;
  height: 170px;
  background: url(../img/index-tweeting-bg-shape2.png);
}

.bg-shapes .shape.shape5 {
  top: 100px;
  left: 320px;
  width: 125px;
  height: 180px;
  background: url(../img/index-tweeting-bg-shape5.png);
}
}

@media(max-width:767px) {
.bg-shapes {
  display:none;
}	
}

.bg-shapes .shape {
  position: absolute;
}

.bg-shapes .shape.shape1 {
	top: 150px;
	left: 150px;
	width: 132px;
	height: 203px;
	background-image: url(../img/index-tweeting-bg-shape1.png);
	  
}
.bg-shapes .shape.shape2 {
  top: 40px;
  left: 830px;
  width: 115px;
  height: 170px;
  background: url(../img/index-tweeting-bg-shape2.png);
}
@media all and (min-width: 767px) and (max-width: 945px) {
  .bg-shapes .shape.shape2 {
    top: 50px;
	left:800px;
  }
}

.bg-shapes .shape.shape3 {
  top: 50px;
  left: 370px;
  width: 122px;
  height: 195px;
  background: url(../img/index-tweeting-bg-shape3.png);
}
.bg-shapes .shape.shape4 {
  top: 100px;
  left: 1000px;
  width: 88px;
  height: 138px;
  background: url(../img/index-tweeting-bg-shape4.png);
}
.bg-shapes .shape.shape5 {
  top: 280px;
  left: 320px;
  width: 125px;
  height: 180px;
  background: url(../img/index-tweeting-bg-shape5.png);
}


/* Back to Top */
.back-to-top .backbtn {
	z-index: 99999;
	text-align: center;
	width: 40px;
	height: 45px;
	padding-top: 13px;
	border-radius: 5px;
	position: fixed;
	bottom: -100px;
	right: 15px;
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	overflow: hidden;
	box-shadow: inset 2px 1px 8px rgba(0,0,0,.2);
	background: #383434;

	}

.back-to-top .backbtn:hover {
		box-shadow: inset 2px 1px 8px rgba(0,0,0,.2);
		background:#db287c;
		-webkit-transition: all .4s ease-in; transition: all .4s ease-in;
	}
	
/* =navbar
-------------------------------------------------------------- */
.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

/*第一條旋轉45度*/
.navbar-toggle.active .icon-bar:nth-of-type(2) {
  top: 6px;
  transform: rotate(45deg);
}
/*第二條向左飛出*/
.navbar-toggle.active .icon-bar:nth-of-type(3) {
  opacity: 0;

}
/*第三條反轉45度*/
.navbar-toggle.active .icon-bar:nth-of-type(4) {
  top: -6px;
  transform: rotate(-45deg);
} 	

/* ===============  dropdown選單樣式  ================== */
	
.mega-dropdown {
	right:auto;
}

.nav>li{
	margin-left:0px;
	margin-right:0px;	
	}

.mega-dropdown-menu {
	right:auto;
    left:0;
    padding: 0px 0px;
    -webkit-box-shadow: none;
	width:700px;
	margin-top:2px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

/*  樣式微調 ------------------------------------ */
@media screen and (max-width:1845px) and (min-width:1571px) {
    .mega-dropdown-menu {
        margin-left: -170px;
    }
}


@media only screen and (max-width: 1570px) and (min-width: 1498px) {
    .mega-dropdown-menu {
        margin-left: -175px;
    }
}

@media only screen and (max-width: 1497px) and (min-width: 1370px) {
    .mega-dropdown-menu {
        margin-left: -240px;
    }
}

@media only screen and (max-width: 1369px) and (min-width: 1250px) {
    .mega-dropdown-menu {
        margin-left: -303px;
    }
}

@media only screen and (max-width:1249px) and (min-width: 1010px) {
    .mega-dropdown-menu {
        margin-left: -370px;
    }
}

@media only screen and (max-width:1010px) and (min-width: 768px) {
    .mega-dropdown-menu {
        margin-left: -365px;
    }
}

.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 10px auto;

}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
  padding: 20px auto;
}

@media(max-width:767px) {
.mega-dropdown-menu > li > ul > li {
  line-height:2.2em;
}

.mega-dropdown-menu > li > ul > li:hover {
	background-color: #e8e8e8;
	color: #db287c;
	box-shadow:inset 1px 1px 1px rgba(20%,20%,40%,0.1);

}	

.mega-dropdown-menu > li > ul > li:active {
	background-color: #e8e8e8;
	color: #db287c;
	box-shadow:inset 1px 1px 1px rgba(20%,20%,40%,0.1);
}	
	
}

/*
.mega-dropdown-menu > li > ul > li > hr {
   border-color: #afb2b6;
   border-width: 1px;
   max-width: 50px;
   margin-top:-4px;
   margin-bottom:0px;
}
*/

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #3b3636;
  padding: 3px 5px;
  margin-left:10px;
  text-align:center;  
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
   color: #db287c;
}

.mega-dropdown-menu .dropdown-header {
	font-size: 18px;
	font-weight:bold;
	color: #032e43;
	text-align: center;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

@media(max-width:767px) {
.mega-dropdown-menu > li > ul > li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
	cursor: pointer;
	font-size: 14px;
}


.mega-dropdown-menu > li > ul > li > a {
	text-align: left;
}

.mega-dropdown-menu .dropdown-header {
	 text-align:left; 
	 margin-left:-20px;
}	

.mega-dropdown-menu > li > ul > li > hr {
   display:none;
}

}

@media(min-width:1024px){
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }
}

@media(max-width:767px){
	
.navbar-nav .open .dropdown-menu{
	cursor: pointer;	
	text-align:left;
	margin-left:24px;	     
	font-size: 14px;
	
}


.navbar-nav .open .dropdown-menu > li > ul > li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
	padding-top:5px;
	padding-bottom:5px;
	
}

.navbar-nav .open .dropdown-menu > li > ul > li:hover {
	background-color: #e8e8e8;
	box-shadow:inset 1px 1px 1px rgba(20%,20%,40%,0.1);
	color: #db287c; !important	
}	

.navbar-nav .open .dropdown-menu > li > ul > li:active {
	background-color: #e8e8e8;
	box-shadow:inset 1px 1px 1px rgba(20%,20%,40%,0.1);
	color: #db287c; !important	
}	

.navbar-nav .open .dropdown-menu > li > ul > li > a {
	padding:5px;	
	line-hieght:2px;
	width:100%;
	display:block;
}

.dropdown-menu > li > ul > li:hover {
	color: #db287c; !important	
}	


}

.navbar-default .navbar-nav>li>h{
	color: #db287c; 
	}
	
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}

@media only screen and (max-width: 768px) {
.divider {display:none;}	
}	