@charset "utf-8";
/* ==========================================================================
   CSS Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
nav ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
*, *:after, *:before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/* ==========================================================================
   Common CSS
   ========================================================================== */
body {
	/*font: 16px/1.8 'Google Sans','Roboto',Arial,sans-serif; */
	color: #000;
	margin: 0;
	padding: 0;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	outline: none;
	text-decoration: none;
	color: #b41124;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}


img {
	display: block;
	max-width: 100%;
	/* height: auto; */
}
p {
	color: #000000;
}
p a {
	color: #000000;
}
p a:hover {
	color: #b41124;
}

/* ==========================================================================
   Header
   ========================================================================== */
header{
    width: 100%;
    background: #fff;
    display: block;
    clear: both;
}
header .logo {
    padding: 14px 15px;
}
header .navbar {
    padding: 14px 0;
    margin: 0;
}
header .top-links {
    display: block;
    margin: 12px 0 -14px;
    text-align: right;
}
header .login {
    background: rgba(0, 0, 0, 0) url("../images/loginm.jpg") no-repeat scroll 0 0;
    display: inline-block;
    height: 40px;
    margin-right: 4px;
    opacity: 0.85;
    width: 36px;
}
header .contact {
    background: rgba(0, 0, 0, 0) url("../images/contact.jpg") no-repeat scroll 0px 0px;
    display: inline-block;
    height: 40px;
    margin-right: 4px;
    opacity: 0.85;
    width: 31px;
}
header .login:hover, header .contact:hover {
    opacity: 0.75;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
header .navbar-collapse {
    float: right;
}
header .navbar-nav > li > a {
    color: #000;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #146b9a;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-family: Arial,Helvetica,sans-serif; 

}
.navbar-default .navbar-nav > li {
    padding: 18px 15px 18px 15px;
    background: url(../images/menu-line.jpg) no-repeat right center; 
}
.navbar-default .navbar-nav > li:last-child {
    background:url(../images/login.jpg) no-repeat left;
    margin-left: 14px;
   
}
.navbar-default .navbar-nav > li:last-child a {
   color: #0072bc;
   padding-left: 7px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #146b9a;
}
.navbar-collapse {
    padding: 0;
}
.banner {
    width: 100%;
background-color:#146b9a;
   /* background: url(../images/banner-bg.jpg) repeat-x top center #388bc0;
    display: block;*/
    padding:20px 0 15px 0;
}
.banner .container {
    width: 1130px;
}
.banner h1 {
    text-align: center;
    font:600 40px/44px 'Lato', sans-serif;
    color: #fff;
}
.banner h2 {
    text-align: center;
    font:400 26px/30px 'Lato', sans-serif;
    color: #fff;
    \*margin: 10px 0px 10px 0px;*\
}
.banner .ads {
    display: inline-block;
    width: 100%;
    margin:35px 0;
}
.banner .ads .texts-ad {
    text-align: center;
}
.banner .ads .texts-ad h2 {
    font:900 24px/30px 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.banner .ads .texts-ad p {
   font:400 14px/22px 'Open Sans', sans-serif;
    color: #fff;      
}
.banner .ads .texts-ad a {
    background: url(../images/btn.png) no-repeat center center;
    text-align: center;
   font:600 20px/58px 'Open Sans', sans-serif;
    color: #424242;
    text-transform: uppercase;
    min-width: 185px;
    display: inline-block;
    margin: 0px;
margin-top:0px;
    min-height: 57px;
}
.green-bar {
    position: relative;
    background: #3fcf7f;
    border-bottom: 4px solid #38b36f;
    margin-bottom: 0px;
    padding: 0 20px 0 52px;
}
.green-bar img {
    display: inline-block;
}
.green-bar div {
    padding: 15px 0;
}
.green-bar h2 {
    display: inline-block;
    left: 9px;
    margin: 0;
    position: relative;
   font:400 20px/24px 'Open Sans', sans-serif;
   color: #000;
   text-transform: uppercase;
}
.green-bar span {
    display: block;
    clear: both;
   font:400 24px/28px 'Open Sans', sans-serif;
   color: #fff;    
}
.green-bar a {
    display: block;
    clear: both;
   font:400 20px/24px 'Open Sans', sans-serif;
   color: #fff;
   text-transform: none;
}
.green-bar .email{
  background: rgba(0, 0, 0, 0) url("../images/green-line.jpg") no-repeat scroll left center;
    float: right;
    padding-left: 60px;
}
div.col-sm-6 h2{font-size:16px;}
.section2 {
    background-color: #eeeeee;
    width: 100%;
    clear: both;
    display: block;
}
.more-new {
    background: #fff;
}
#owl-demo {
    overflow: hidden;
}
.slider {
    text-align: center;
    display: block;
    clear: both;
position:relative;
top: -50px;
}
.slider h2 {
    font-size: 20px;
    color: #545454;
    text-transform: uppercase;
}
.slider p {
    text-transform: uppercase;
    margin: 8px 0 28px 0;
}
.section3 {
    display: block;
    width: 100%;
    margin:0;
    text-align: center;
}
.section3 h2 {
    font:500 26px/30px 'Roboto', sans-serif;
    color: #545454;
}
.section3 h3 {
    font:400 26px/30px 'Roboto', sans-serif;
    color: #006bb4;
    margin: 4px 0 20px 0;
}
.section3 p {
    margin:0px 0 30px 0;
    padding: 0 45px;
}
.section3 .boxes {
    text-align: center;
}
.section3 .boxes img{
    display: inline-block;
}
.section3 .boxes p {
    font:15px/22px 'Roboto', sans-serif;
    color: #000;
    margin:12px 0 20px 0;
    padding: 0 0px;
}
.section4 {
    width: 100%;
    display: block;
    background-color: #ececec;
}
.section4 .full-width{
    width: 100%;
    background-color: #7a7a7a;
}
.section4 .nav-tabs > li > a{
    border-radius: 0;
    font:400 18px/32px 'Roboto', sans-serif;
    color: #fff;
}
.section4 .nav-tabs > li.active > a, .section4 .nav-tabs > li.active > a:focus, .section4 .nav-tabs > li.active > a:hover, .section4 .nav-tabs > li > a:hover{
    background-color: #ececec;
    color: #333333;
    outline: none;
}
.section4 .nav > li > a {
    display: block;
    padding: 10px 25px;
    position: relative;
}
.section4 #news {
    background-image: url(../images/news-inactive.png);
    background-repeat: no-repeat;
    background-position: 12% center;
    padding-left: 64px;
}
.section4 #cat {
    background-image: url(../images/categories-inactive.png);
    background-repeat: no-repeat;
    background-position: 12% center;
    padding-left: 64px;
    padding-right: 36px;
}
.section4 #edt {
    background-image: url(../images/edition-inactive.png);
    background-repeat: no-repeat;
    background-position: 12% center;
    padding-left: 64px;
    padding-right: 36px;
}
.section4 .nav-tabs > li.active #news, .section4 .nav-tabs > li:hover #news{
   background-image: url(../images/news-active.png); 
}
.section4 .nav-tabs > li.active #cat, .section4 .nav-tabs > li:hover #cat{
    background-image: url(../images/categories-active.png); 
}
.section4 .nav-tabs > li.active #edt, .section4 .nav-tabs > li:hover #edt{
    background-image: url(../images/edition-active.png);
}
.section4 .tab-content {
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
}
.section4 .nav-tabs {
    border-bottom: none;
}
.section4 .list li {
    background: url("../images/bullet.png") no-repeat scroll left center;
    float: left;
    list-style: outside none none;
    margin-bottom: 20px;
    min-width: 235px;
    padding-left: 30px;
}
.section4 .list li a {
   font:400 14px/22px 'Open Sans', sans-serif;
   color: #1f1f1f;
}
.section4 .list li a:hover {
    color:#146b9a;
}
footer {
    width: 100%;
    clear: both;
    display: block;
    background: url(../images/footer-bg.jpg) repeat-x 0 0 #535353;
    padding: 30px 0;
}
footer .list {
    list-style: none;
}
footer .list li {
    float: left;
    min-width: 152px;
    margin-bottom: 6px;
}
footer .list li a {
   font:400 14px/22px 'Open Sans', sans-serif;
   color: #fff;
}
footer .list li a:hover, footer .list li.active a {
   color:#4aaff3; 
}
footer h2 {
   font:400 14px/22px 'Open Sans', sans-serif;
   color: #fff;
   margin-bottom: 10px;
}
footer .follow img {
    display: inline-block;
    margin-right: 5px;
}
footer .follow img:hover {
    opacity: 0.75;
}
footer .last {
    text-align: right;
}
footer .last img {
    display: inline-block;
    margin: 4px 0;
}
footer p {
   font:400 14px/22px 'Open Sans', sans-serif;
   color: #c1c1c1;
}
/* ==========================================================================
   Inner Content Styles
   ========================================================================== */
.inner-content {
    /*padding: 15px 15px;*/
    text-align: left;
    min-height: 308px;
position:relative;
}
.full{
    width: 100%;
    display: block;
    clear: both;
    background-color:#146b9a;
    padding: 25px 0;
    border-top: 2px solid #e8e8e8;
    margin-bottom: 15px;
}
.full h1{
  font-size: 22px;
  color: #fff;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
}
.inner-content p {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 4px;
}
.inner-content h3{
font-size:16px;
font-weight:bold;
color:#000;
line-height:24px;
margin-bottom:8px;
}
.inner-content ul, .inner-content ol {
    margin: 0;
    padding: 0 14px;
}
.form .nav-tabs {
    border: none;
    padding: 0;
    background: url("../images/tab-bg.jpg") repeat-x scroll 0 0 #e6e6e6;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 1px 1px 0 0;
    display: block;
    padding: 0px 0px 0px;
    min-height: 55px;
    width: 100%; 
}
.form .nav-tabs > li.active > a, .form .nav-tabs > li.active > a:focus, .form .nav-tabs > li.active > a:hover {
    background-color: #3fcf7f;
    color: #fff;
    cursor: default;
   border-right:1px solid #d2d2d2;
   border-left:1px solid #fff;
   border-top: 0;
   transition: none;
   background-image: url(../images/hover.png);
   background-repeat: no-repeat;
   background-position: center bottom;
}
.form .nav-tabs > li > a {
    padding: 14px 15px;
    background: none;
    border-radius: 0;
    border: none;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #545454;
    margin-right: 0px;
    border: none;
   border-right:1px solid #d2d2d2;
   border-left:1px solid #fff;
   line-height: 25px;
}
.form .nav-tabs > li:first-child > a{
    border-left:0 !important;
}
.form .nav-tabs > li:lasr-child > a{
    border-right:0 !important;
}
.form .nav-tabs > li.active:last-child > a {
    border-right:0 !important;    
}
.form .nav-tabs > li > a:hover {
  /*  background-color: #3fcf7f;
    color: #fff;   */
}
.form .nav-tabs li {
    margin-bottom: 0;
    padding: 0;
}
.inner-content ul li, .inner-content ol li {
    color: #000;
    line-height: 22px;
    margin-bottom: 8px;
}
.inner-content h2 {
    color: #175883;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
margin-bottom:6px;
padding:6px 0px;
}
.details {
  padding:50px 0 100px 0;
}
.details .number{
    background-color: #a2e746;
    color: #3596b9;
    font: 600 22px/24px "Open Sans",sans-serif;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    padding: 2px 10px 4px;
}
.details .active .number {
    background-color:#fffd6f;
}
.details .text {
    display: inline-block;
    position: absolute;
    top: -15px;
    width:86%;
}
.details .col-sm-4:last-child .text{
    width: 83%;
}
.details .text p {
    border-bottom: 6px solid #a2e746;
    color: #fff;
    font: 500 20px/28px "Open Sans",sans-serif;
    padding-left: 8px;
    text-transform: uppercase;
}
.details .active .text p {
    border-bottom: 6px solid #fffd6f;
}
.details .text span {
    color: #a2e746;
    font:400 13.5px/22px "Open Sans",sans-serif;
    padding-left: 8px;
}
.details .active .text span {
     color: #7cbeff;   
}
.tabs-details .number{
   background-color: #7cbeff;
}
.tabs-details .text p{
    border-bottom: 6px solid #7cbeff;
    color: #7cbeff;
}
.tabs-details .text span{
    color:#7cbeff;
}
.tabs-details .active .text p {
    color: #fff;
}
.tabs-details .active .number {
    color: #3596b9;
}
.tabs-details .active .text span {
    color: #fffd6f;
}
.tabs-details .completed .text p {
    color: #fff;
    border-bottom: 6px solid #3fcf7f;
}
.tabs-details .completed .number {
    color: #146b9a;
}
.tabs-details .completed .number {
    background-color: #3fcf7f;
}
.tabs-details .completed .text span {
    color: #3fcf7f;
}

.calendar{
    padding:118px 15px 0 15px;
}
.cal-details {
    padding:0;
    border: 1px solid #afafaf;
}
.cal-details .result{
    padding: 5px 0px 5px 0px;
    min-height: 96px;
    font-size: 16px;
    color: #4b4b4b;
}
.cal-details .bar {
    background-color: #13c4a5;
    padding: 15px 25px 5px 15px;
}
.cal-details .bar p {
    color: #fff;
}
.form {
    padding-top: 0;
    margin-top: -70px;
}
.main-tab {
    display: block;
    width: 100%;
    background: url(../images/tab-bg.jpg) repeat-x 0 0;
    padding: 15px 15px 2px;
    border-radius:1px 1px 0 0;
    -webkit-border-radius:1px 1px 0 0;
    border-bottom: 1px solid #d9d9d9;
}
.main-tab h2 {
    color: #636363;
    font-weight: 400;
}
.form-details {
    
    width: 100%;
    margin: 40px 0;
    padding: 0 12px;
}
.form-details .register {
    border-right: 1px solid #bcbcbc;
    padding-right: 50px;
}
.form-details .login-form {
    padding-left: 36px;
}
.form-details legend {
    color: #006cb4;
    font: 400 16px/24px "Open Sans",sans-serif;
    text-transform: uppercase;
    margin-bottom:10px;
}
.form-details legend img {
    display: inline-block;
    margin-right: 12px;
}
.form-details legend span {
    display: inline-block;
    width: 80%;
    position: relative;
    top: -4px;
}
.form-details .form-group {
    margin-bottom: 15px;
    margin-left: 64px;
}
.form-details .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #aeaeae;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-details textArea {
    min-height: 120px;
}
.form-details .btn-default {
    margin-bottom: 0px;
}
.form-details .btn-default {
    background-color: #13c4a5;
    border-color:transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px; 
    color: #ededed;
    float: right;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 8px 25px;
    text-transform: uppercase;
}
.form-details .btn-default:hover {
    background-color: #0dad91;
}
.form-details .login, #forgotpassword .btn-default{
    background-color: #5794d0;
}
.form-details .login:hover, #forgotpassword .btn-default:hover {
    background-color: #3576b6;
}
.form-details .login-form legend span {
   width: 54%; 
}
.forgot {
    display: block;
    margin: 15px 0 15px 0px;
    text-align: right;
}
.forgot a {
    display: inline-block;
    cursor: pointer;
}
.choose {
    display: inline-block;
    width: 100%;
    background: #f4faff;
    padding: 18px 18px;
    border-bottom: 1px solid #dcdcdc;
}
.choose .choose-box {
    display: inline-block;
    width: 41%;
}
.choose .choose-box:last-child {
    width: 41%;
}
.choose .choose-box img, .choose .choose-box label {
    display: inline-block;
}
.choose .choose-box label {
    display: inline-block;
    left: 7px;
    position: relative;
    top: -24px;
    width: 69%;
}
.choose .change {
    border-left: 1px solid #c0c2cf;
    padding-left: 20px;
}

.choose .change .text {
    display: inline-block;
    position: relative;
    top: -27px;
}
.choose .change a {
    display: inline-block;
    float: right;
    margin-top: 16px;
    background: url(../images/change.jpg) repeat-x 0 0;
    text-align: center;
    color: #fff;
    border: 1px solid #146b9a;
    border-bottom: 0;
    cursor: pointer;
    padding:11px 34px;
    line-height: 15px;
}
.choose .change a:hover {
    opacity: 0.8;
    
}
.choose .choose-box label span {
    font-size: 14px;
    color: #373737;
    display: inline-block;
    font-weight: normal;
    margin-left: 4px;
}
.choose .choose-box label em {
    display: block;
    font-style: normal;
    line-height: 14px;
    font-size: 12px;
    color: #757575;
}
.choose .choose-box label span.chk {
    display: inline-block;
    cursor: pointer;
    background: url(../images/active.png) no-repeat left center;
    width: 20px;
    height: 20px;
    margin-left: 1px;
}
.tab-content #category ul{
    list-style: none;
    padding: 0 15px;
    margin: 0;
}
.tab-content #category ul.cats {
    padding: 0;
}
.inner-content  .tab-content #category ul li {
    background: url("../images/lines.png") no-repeat scroll center 69px;
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 14px;
    padding-right: 0;
    text-align: left;
}
.inner-content  .tab-content #category ul li:nth-child(4n+0) {
    margin-right: 0;
}
.inner-content  .tab-content #category ul li a {
    border: 1px solid #c6c6c6;
    color: #111111;
    display: inline-block;
    font-size: 14px;
    min-width: 224px;
    padding: 18px 0 18px 66px;
    text-transform: uppercase;
    line-height: 19px;
    position: relative;
    min-height: 67px;
}
.inner-content  .tab-content #category ul li a:hover {
    background-color:#f4faff  !important;
}
.form .inner-tab .nav-tabs > li.active > a, .form .inner-tab .nav-tabs > li.active > a:focus, .form .inner-tab .nav-tabs > li.active > a:hover {
 background-color: #fff;
  background-image: none;
  border: none;
      color: #545454;
}
.form .inner-tab > li > a:hover {
 background-color: #fff;
    color: #fff;
}

.inner-tab {
    width: auto;
    margin: 15px 15px;
    padding: 0 0px;
  
}
.form .inner-tab .nav-tabs li {
    border: 1px solid #cccccc;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    margin: 0 6px 0 0;
    padding: 0;
    border-bottom: none;
}
.form .inner-tab .nav-tabs > li > a:hover, .form .inner-tab .nav-tabs > li > a {
    border: none;
    background-color: #fff;
    color: #545454;
}
.form .inner-tab .nav-tabs li a{
  padding: 14px 30px;
  background-color: #a5b6c7;
  color: #fff;
}
.avail {
    display: block;
    width: auto;
    background-color: #e8e8e8;
    font-size: 16px;
    color: #3c3c3c;
    padding: 12px 15px;
    clear: both;
    margin: 0 15px;
    font-weight: 600;
}
.form .inner-tab .nav-tabs > li.active {
    margin-bottom: -1px;
}
.inner-tab .tab-content {
    border: 1px solid #cccccc;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-top: none;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
   }
    .inner-tab .tab-content .new-details {
	display: inline-block;
	width: 100%;
	padding: 0 15px;
   }
   .inner-tab .tab-content .papers {
       display: inline-block;
       width: 100%;
       padding:0 0 6px;
       border-bottom: 1px solid #cccccc;
   }
   .inner-tab .tab-content .papers:last-child{
       border-bottom: none;
   }
   .inner-tab .tab-content .cont{
       padding: 15px;
       font-size: 16px;
       color: #3c3c3c;
   }
   .inner-tab .tab-content .cont span {
       color:#006cb5;
       display: block;
       
   }
   .inner-tab .tab-content .select {
       display: inline-block;
       padding: 30px 0 15px 0;
       width: 100%;
   }
   .inner-tab .tab-content .select label {
       display: block;
       background-color: #13c4a5;
       text-align: left;
       padding: 8px 15px;
       color: #fff;
       font-size: 16px;
       font-weight: 400;
   }

   .styled-select select {
	   background: transparent;
	   width: 109%;
	   padding: 5px;
	   font-size: 16px;
	   line-height: 1;
	   border: 0;
	   border-radius: 0;
	   height:40px;
	   -webkit-appearance: none;
	   cursor: pointer;
	   font-weight:400;
	   color: #5b5b5b;
   }
   
   .styled-select {
	   width: 100%;
	   height: 40px;
	   overflow: hidden;
	   background: url(../images/down-arrow.jpg) no-repeat right #fff;
	   border: 1px solid #afafaf;
   }
   .inner-tab .tab-content .selected-item {
	    border: 1px solid #afafaf;
	    display: block;
	    padding: 13px 10px;
	    text-align: center;
	    width: 100%;       
   }
   .inner-tab .tab-content .selected-item img {
       display: inline-block;
	    position: relative;
	    top: 3px;
   }
   .inner-tab .tab-content .cont-last {
       text-align: right;
       padding-top: 25px;
       padding-right: 0;
   }
   .inner-tab .tab-content .cont-last strong {
       font-size:16px;
       color: #006eb3;
   }
   .inner-tab .tab-content .cont-last .selects {
       display: inline-block;
       color: #fff;
       text-transform: uppercase;
       background-color: #8a8a8a;
       padding: 5px 12px;
       text-align: center;
       border: none;
       border-radius: 4px;
       -webkit-border-radius: 4px;
       margin-left: 15px;
   }
   .inner-tab .tab-content .cont-last .selects:hover, .inner-tab .tab-content .new-details .active .selects {
       background-color: #ff5f5f;
   }
   
   
.form .inner-tab  .nav-tabs {
    background: none;
}
.pagination {
    display: block;
    width: 100%;
    clear: both;
    padding:32px 15px 45px 31px;
    margin-top: 0;    
}
.pagination .right-side {
    float: right;
    /* background: url(../images/blue-arrow.png) no-repeat right center; */
    background-color: #72ADE7;
    color: white;
    padding: 9px 46px;
    font-weight:600;
    font-size: 16px;
}
.pagination .right-side span{
	background-color: #72ADE7;
    position: relative;
    display: inline-block;
    z-index: 9999;
}
.pagination .right-side:hover:after{
	transition: all .5s ease-in;
	 margin: 2px 8px 2px 8px;
}
.pagination .right-side:after{
	content: "";
    background-image: url(../images/double-right-arrows.png);
    width: 16px;
    height: 16px;
    position: absolute;
    background-size: 16px;
    background-repeat: no-repeat;
    margin: 2px 8px 2px -18px;
    transition: all .5s ease-in;
}
.pagination .right-side:after{
	/* margin:3px; */
}
.pagination .left-side:before{
	/* left:35px; */
}
.pagination .left-side {
    float: left;
   /*  background: url(../images/grey-arrow.jpg) no-repeat left center; */
    background-color: white;
    color: #8e8e8e;
    padding: 9px 46px;
    font-weight:600;
    font-size: 16px;
    border: 1px solid #13c4a5;
    color: #13c4a5;
    position: relative;
}
.pagination .left-side span{
	background-color: white;
    position: relative;
    display: inline-block;
    z-index: 999;
}
.pagination .left-side:hover:before{
	transition: all .5s ease-in;
	 margin: 2px 8px 2px -25px;
}
.pagination .left-side:before{
	content: "";
    background-image: url(../images/double-left-arrows.png);
    width: 16px;
    height: 16px;
    position: absolute;
    background-size: 16px;
    background-repeat: no-repeat;
    margin: 2px 8px 2px 0px;
    transition: all .5s ease-in;
    transform: rotate(-180deg);
}
.inner-content  .tab-content #category ul li span {
    display: inline-block;
    position: absolute;
    width: 78%;
    top: 24px;
font-weight:bold;
}
.inner-content  .tab-content #category ul li.c11 span, .inner-content  .tab-content #category ul li.c14 span{
    top: 14px;
}
.choose .type {
    color: #006eb6;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    top: -32px;
    width: 17%;
}
input[type="radio"]:checked + label span.chk{
 background: url(../images/inactive.png) no-repeat left center;   
}
.choose .choose-box  input {
    opacity: 0;
}
input[type="checkbox"], input[type="radio"] {
    display: none;
}
.inner-content  .tab-content #category ul li.c1 a{
    background: url("../images/cat1.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c2 a{
    background: url("../images/cat2.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c3 a{
    background: url("../images/cat3.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c4 a{
    background: url("../images/cat4.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c5 a{
    background: url("../images/cat5.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c6 a{
    background: url("../images/cat6.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c7 a{
    background: url("../images/cat7.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c8 a{
    background: url("../images/cat8.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c9 a{
    background: url("../images/cat9.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c10 a{
    background: url("../images/cat10.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c11 a{
    background: url("../images/cat11.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c12 a{
    background: url("../images/cat12.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c13 a{
    background: url("../images/cat13.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c14 a{
    background: url("../images/cat14.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c15 a{
    background: url("../images/cat15.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c16 a{
    background: url("../images/cat16.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c17 a{
    background: url("../images/cat17.png") no-repeat scroll left center;
}
.inner-content  .tab-content #category ul li.c18 a{
    background: url("../images/cat18.png") no-repeat scroll left center;
}
.new-content{
    width: 100%;
    display: block;
    clear: both;
    background-color:#146b9a;
    padding: 24px 0px 58px 0px;
    border-top: 2px solid #e8e8e8;
    margin-bottom: 0px;
}
.new-content h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 24px;
    color: #ebf0f5;
    font-size: 17px;
    font-weight: 600;
}
.new-content p {
    color: #ebf0f5;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
}
.new-content img{ 
margin-top: 8px;
}
.select-edition {
    text-align: center;
}
.select-edition img {
    margin-top: 0px;
}
.select-edition h2{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 15px;
}
.selected-item .section2{
    background-color: #fff;
}
.selected-item h1 {
    clear: both;
    color: #006eb6;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: -17px;
    text-transform: uppercase;
}
.selected-item h1 span {
    display: block;
}
.selected-item  h2 {
    text-transform: uppercase;
    color: #006eb6;
    font-size: 20px;
    line-height: 30px;
padding:0px 8px;
    font-weight: 600;
    margin-top: 5px;
}
.sel-edt {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
    padding: 25px;
    margin-bottom: 25px;
    margin-top: -25px;
	background-color:#ffffcc;
}
.sel-edt h2 {
    margin: 0;
    display: inline-block;
    font-size: 18px;
    color: #474747;
}
.sel-edt  .styled-select {
    display: inline-block;
    width: auto;
    min-width: 286px;
    background: #fff url("../images/new-select.jpg") no-repeat scroll right center;
    border: 1px solid #848484;
    float: right;
    margin-top: -4px;
}
.sel-edt .styled-select select {
    height: 37px;
}
.selected-item  h3 {
    text-transform: uppercase;
    color: #006eb6;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
    font-weight: 600;
    margin-top: 8px;
}
.selected-item .blue-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    clear: both;
    margin:55px 0 50px 0;
}
.selected-item .blue-btn a {
    display: inline-block;
    text-align: center;
    padding:25px 45px;
    background-color: #13c4a5;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight:600;
    border: 1px solid #0ca78c;
}
.selected-item .blue-btn a:hover {
     background-color: #11af93;   
}

.selected-item .tab-content #category ul {
    padding: 0;
}
.selected-item  .section4 .list li {
    min-width: 322px;
}
.selected-item .section4 {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 4px 0;
}
.selected-item .section4 ul.list {
    display: inline-block;
    margin: 0 0 8px;
}
.selected-item .inner-content .tab-content #category ul li a {
    border: 1px solid #c6c6c6;
    color: #111111;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    min-height: 67px;
    min-width: 224px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.selected-item .inner-content .tab-content #category ul li a:hover {
      border: 1px solid #006eb6;  
}
#publsamplelist {
    padding:0;
}
#publsamplelist li {
    border: 1px solid #c6c6c6;
    color: #000000;
    float: left;
    font-size: 13px;
    list-style: outside none none;
    margin: 6px 14px 8px 0;
    min-height: 164px;
    padding: 11px 15px;
    width: 30%;
}
.edition .choose {
    background: transparent;
    margin-top: -44px;
}
.edition .packages {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 4px 0 30px 0;
}
.edition .packages h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #006eb6;
    text-transform: uppercase;
}
.edition .packages .package-details {
    display: inline-block;
    width: 100%;
    padding:10px 10px 12px 12px;
    border-bottom: 1px solid #e3e3e3;
    float: left;
}
.edition .packages .package-details:nth-child(2n+1) {
    background: #f5f6f7;
}
.edition .packages .package-details h3 {
    margin: 0;
    text-transform: none;
    line-height: 22px;
}
.edition .packages .package-details p {
    margin: 0;
    /*font-size: 16px;*/
}
.edition .packages .package-details p span {
    color:#ff2424;
	font-weight:700;
	font-size:18px;
}
.edition .packages .package-details .book{
    display: inline-block;
    background: #146b9a;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 25px;
}
.edition .packages .package-details .book:hover {
  background-color: #3a75b0;
}

.edition .packages .package-details .col-sm-4 {
    text-align: right;
}

.edition .packages .city-list {
	float:left; width:35%;
}
.edition .packages .packages-list {
	width:64%; float:left;
}


.selected-item .edition ul.list {
    margin-bottom: 0;
}
.selected-item .edition .section4 {
    margin-bottom: 0;
}
.compose {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
.compose textarea {
    border-radius: 0;
    padding:20px 15px;
    box-shadow: 0 -1px 5px 3px #c8c8c8 inset;
    -weblit-box-shadow: 0 -1px 5px 0px #c8c8c8 inset;
    min-height: 270px;
}
.compose .count {
    background: #3fcf7f none repeat scroll 0 0;
    color: #fff;
    padding: 15px 16px;
}
.compose .count em {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}
.count > span {
    display: inline-block;
    width: 49%;
}
.count > span:last-child {
    text-align: right;
}
.type-box p {
    color: #f63a3a;
    line-break: 24px;
    font-size: 14px;
    margin: 10px 0;
}
.type-box .slc {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    background-color: #146b9a;
    color: #fff;
    padding: 14px 15px 23px;
}
.type-box .slc label {
    font-weight: normal;
    margin-bottom: 6px;
}
.type-box .styled-select select {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #5b5b5b;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 27px;
    line-height: 1;
    padding: 5px;
    width: 107%;
}
.type-box .styled-select {
    background: #fff url("../images/down-arrow1.jpg") no-repeat scroll right center;
    border: 1px solid #467db5;
    height: 32px;
    overflow: hidden;
    width: 100%;
}
.selections h2 {
    background: url(../images/heading-bg.jpg) repeat-x 0 0;
    padding:9px 12px;
    font-weight: normal;
    color: #3e3e3e;
    font-size: 14px;
    margin: 0;
    text-transform: none;
    border: 1px solid #b6b6b6;
}
.selections .bg-colors {
    background: #ebf0f5 none repeat scroll 0 0;
    padding: 14px 12px;
    border: 1px solid #b6b6b6;
    margin-bottom: 22px;
    border-top: 1px solid #fff;
}
.selections  input[type="radio"]:checked + label span.chk{
 background: url(../images/inactive1.jpg) no-repeat left center;
}
.selections .bg-colors  span.chk {
    background: rgba(0, 0, 0, 0) url("../images/active1.jpg") no-repeat scroll left center;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-left: 0px;
    width: 20px;
    position: relative;
    top: 8px;
}
.selections .bg-colors label {
    margin-right: 4px;
}
.selections .bg-colors .clc-box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b6b6b6;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin-right: 4px;
    width: 32px;
}
.selections .bg-colors .two .clc-box {
    background-color: #ffc3c1;
}
.selections .bg-colors .three .clc-box {
    background-color: #9acdfc;
}
.selections .bg-colors .four .clc-box {
    background-color: #fece30;
}
.selections .charges .clc-box {
    background: none;
    border: none;
    font-weight: normal;
    font-size: 15px;
}
.selections .charges  input[type="radio"]:checked + label span.chk{
 background: url(../images/acrive2.jpg) no-repeat left center;
}
.selections .charges  span.chk {
    background: rgba(0, 0, 0, 0) url("../images/inacrive2.jpg") no-repeat scroll left center;
    height: 32px;
    margin-left: 0;
    margin-right: 6px;
    position: relative;
    top: 8px;
    width: 32px;
}
.selections  .btn-primary {
    background: url(../images/view-bg.jpg) repeat-x 0 0;
    border-color: #2e6da4;
    border: 1px solid #b6b6b6;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    color: #fff;
    width: 100%;
     padding: 13px 12px;
     margin-bottom: 15px;
     position: relative;
}
.selections img {
    display: inline-block;
    left: 51px;
    position: absolute;
    top: 10px;
}
.dismiss {
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    padding: 0 4px;
    position: absolute;
    right: 11px;
    top: 12px;
}
.modal-content .ads {
    background: #146b9a none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    margin: 12px;
    padding: 12px;
}
.modal-content .ads p{
	color:white;
}
.modal-content h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #006eb6;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 11px;
    padding-bottom: 0;
    padding-left: 15px;
    text-transform: uppercase;
}
.inner-content .modal-content p {
    color: #fff;
}
.modal-sm {
    width: 500px;
}
.preview-box {
    background: #13c4a5 none repeat scroll 0 0;
    min-height: 250px;
    padding: 15px 18px;
}
.preview-box  img {
    display: inline-block;
     position: relative;
    top: 2px;
}
.preview-box h2 {
    color: #fff;
    text-transform: none;
}
.preview-box .final {
    background: #fff;
    padding: 10px;
    min-height: 151px;
    box-shadow: -6px 7px 0 2px #0da48a;
    -webkit-box-shadow: -6px 7px 0 2px #0da48a;
}
.total {
  background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #cecece;
    display: inline-block;
    margin-top: 23px;
    padding: 18px 15px;
    width: 100%;
}
.total strong {
    color: #000;
    display: block;
    font-weight: normal;
    line-height: 18px;
}
.total .edt p{
    display: inline-block;
    width: 60%;
}
.edit {
 border: 1px solid #13c4a5;
    color: #13c4a5;
    display: inline-block;
    font-size: 16px;
    padding: 6px 15px;
    margin-top: 6px;
    font-weight: bold;
}
.pagination {
    text-align: center;
}
.total .edt p + p {
    width: auto;
}
.compose-editor .choose .type {
    width: 20%;
    top: -32px;
}
.compose-editor .choose .choose-box label {
    display: inline-block;
    left: 7px;
    position: relative;
    top: -33px;
    width: 46%;
}
.compose-editor .choose .choose-box label span.chk {
    top: 4px;
    position: relative;
}
.compose-editor .choose .choose-box {
    display: inline-block;
    width: 23%;
}
.compose-editor .choose .choose-box:last-child {
    border-left: 1px solid #c0c2cf;
    left: 25px;
    margin-left: -7px;
    padding-bottom: 0;
    padding-left: 33px;
    padding-top: 12px;
    position: relative;
    top: -22px;
    width: 31%;
}
.compose-editor .choose .choose-box:last-child  .type {
    width: 55%;
    top: -11px;
}
.columns {
    display: inline-block;
    width: 39%;
}
.compose-editor .choose-box .columns  label {
    top: 0;
    width: 100%;
}
.main-cont {
    display: inline-block;
    width: 100%;
    margin: 20px 0px;
}
.main-cont .bar {
    width: 100%;
    display: inline-block;
    background-color:#3fcf7f;
    padding: 15px;
}
.main-cont .bar .spc {
    display: inline-block;
    background: #fff;
    padding: 10px 12px;
    margin: 15px 0 5px 0;
}
.main-cont .bar .spc .select-spec {
    display: inline-block;
    width: 100%;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 15px;

}
.select-full {
    margin-top: 8px;
}
.main-cont .bar .spc .select-spec span {
    display: inline-block;
    width: auto;
    color: #000;
    font-size: 13px;
    text-transform: none;
}
.main-cont .bar .spc .select-spec span.ch-file {
    padding:2px 17px;
    text-align: center;
    background: url(../images/choose-file.jpg) repeat-x 0 0;
    border: 1px solid #949494;
}
.main-cont .bar .spc .select-spec span.green.btn {
    background: #146b9a none repeat scroll 0 0;
    border: 1px solid #437ab1;
    color: #fff;
    float: none;
    margin-left: 8px;
    margin-top: -4px;
    padding: 3px 28px;
    text-align: center;
}
.main-cont .bar .spc .select-spec span.green.btn  span {
    color: #fff;
    text-transform: none;
}
.main-cont .bar .spc .select-spec span input {
    width: 82px;
    display: inline-block;
    height: 28px;
    border: 1px solid #949494;
    margin-left: 5px;
    margin-right: 15px;
}
.main-cont .bar .spc .select-spec h3{
    font-size: 14px;
    color: #016db5;
}
.main-cont .bar .spc ul {
    text-align: left;
    list-style: none;
}
.main-cont .bar .spc ul li {
    text-align: left;
}
.main-cont .bar .spc ul span {
   border: 1px solid rgb(128, 181, 218);
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    height: 23px;
    margin-right: 7px;
    margin-top: 2px;
    padding: 0 7px 3px;
    vertical-align: top;
    width: 23px;
    color: #454545;
}
.main-cont .bar .spc ul p {
    display: inline-block;
    line-height: 20px;
    width: 90%;
}
.main-cont .bar span {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    width:56%;
    margin-top: 6px;
}
.main-cont input {
    display: inline-block;
    width: auto;
}
.main-cont .bar .green.btn {
    background: url("../images/file.jpg") repeat-x scroll 0 0;
    border: 1px solid #36b26d;
    border-radius: 0;
    display: inline-block;
    padding: 6px 46px;
    text-align: center;
    float: right;
    width: auto;
    margin-top:0px;
    position: relative;
}
.main-cont .bar  .green.btn span {
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    margin-top:0px;
    width: auto;
}
.post .type-box {
    text-align: left;
    width: 50%;
    margin-top: 25px;
}
.final-editor .post .type-box  {
    width: 100%;
}
.final-editor .post {
    margin-top: -14px;
}
.final-editor .final-preview {
    background: #13c4a5 none repeat scroll 0 0;
    min-height: 250px;
    padding: 15px 18px;
}
.final-editor .final-preview h3 {
    color: #fff;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
}
.final-editor .final-preview img {
    display: inline-block;
    position: relative;
    top: 4px;
    left: -2px;
}
.final-editor .change {
  background: url("../images/sample-bg.jpg") repeat-x scroll 0 0;
  color: #000;
  font-size: 14px;
  border: 1px solid #28f8d4;
  padding:10px;
  width: 100%;
  margin: 14px 0;
}
.final-editor .sample-box {
    background: #fff;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}
.final-editor img {
    display: inline-block;
}
.final-editor h2 {
    background: url("../images/heading-bg.jpg") repeat-x scroll 0 0;
    border: 1px solid #b6b6b6;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 9px 12px;
    text-transform: none;
}
.final-editor .custom-editor{
     border: 1px solid #b6b6b6;
     border-top: 1px solid #fff;
     margin-bottom: 15px;
}
.final-editor .sample-details {
    display: inline-block;
    margin: 10px 0;
}
.final-editor .sample-details p {
    color:#fff;
}
.final-editor .sample-details p  span {
    font-weight: 600;
}
.final-editor .sample-details p input {
    width: 45px;
    height:25px;
    color:#000;
    padding: 1px 3px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #12b79a;
}
.final-editor .sample-details p.last {
    border-top: 1px solid #119e85;
    padding-top: 15px;
    margin-top: 20px;
}
.final-editor  .new-preview .total {
     min-height: 575px;
}
.ads-post .type-box{
    margin-top: 0;
}
.fileinput-button input {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #0a0a0a;
    text-transform: uppercase;
    height: 100%;
}
.main-cont .text {
    border: 1px solid #949494;
    border-radius: 50%;
    color: #323232;
    display: inline-block;
    font-size: 16px;
line-height:1.8;
    margin-bottom: 18px;
    margin-top: 10px;
    max-height: 39px;
    max-width: 42px;
    padding: 7px 8px;
    text-align: center;
    text-transform: uppercase;
}
.post {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.post h2 {
    font-size: 16px;
    text-transform: none;
    color: #006cb5;
    margin-bottom:4px;
}
.post p{
    font-size: 14px;
    color:#4a4c4d;
    padding: 0 25px;
}
.post img {
    display: inline-block;
    margin: 0 8px;
    vertical-align: top;
}
.main-cont .preview-box {
     min-height: 250px;
    padding: 15px 18px;
    background: #eeeeee;
    border: 1px solid #cecece;
    border-bottom: 0;
}
.main-cont .preview-box h2 {
    color: #000;
    font-weight: normal;
    text-transform: none;
}
.main-cont .preview-box .final {
    background: #fff none repeat scroll 0 0;
    box-shadow: -6px 7px 0 2px #bbbbbb;
    min-height: 172px;
    padding: 10px;
}
.main-cont .total {
    min-height: 435px;
    padding: 11px 15px;
    border-top: 0;
    margin-top: 0;
}
.summary {
    display: block;
    padding: 15px;
}
.summary .main-table {
    width: 96%;
    position: relative;
}
.summary .main-table .edits {
  position: absolute;
    right: -39px;
}
.summary .main-table .edits .closed {
    display: block;
    clear: both;
    cursor: pointer;
}
.summary .main-table .edits .closed:hover {
    opacity: 0.8;
}
.summary table td {
    padding:0;
}
.summary table td span {
    color:#006cb4;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}
.first-table {
    border-top:1px solid #c5c5c5;
    border-bottom:1px solid #c5c5c5;
    border-right:1px solid #c5c5c5;
    border-left:1px solid #c5c5c5;
}
.summary table td .first-table td {
    padding: 10px 0;
}
.summary table td .first-table td table {
    width: 100%;
}
.summary table td .first-table td.types {
    width: 25%;
}
.summary table td .first-table td.types td{
    border-bottom:1px solid #c5c5c5;
    padding: 15px 15px;
}.summary table td .first-table td.types td.dates {
    border-bottom: none;
}

.summary table td .first-table td.pck {
    width: 35%;
}
.summary table td .first-table td.pck td {
    padding:15px;
}
.summary table td .first-table td span {
    display: block;
}
.summary table td .first-table td .cost span + span {
    float:right;
}
.first-table td.border {
      border-right:1px solid #c5c5c5;
}
.summary table td .first-table td.total-cost td {
    padding:15px;
}
.summary table td .first-table td p {
    margin: 10px 0 4px;
}
.summary table td .first-table td.total-cost p {
    line-height: 20px;
}
.summary table td .first-table td.total-cost span.amt {
    display: inline-block;
    float:right;
    color: #2b2b2b;
    font-size: 16px;
}
.summary table td .first-table td.total-cost p.cost span.amt {
    display: inline-block;
}
.summary table td .first-table td.total-cost p.cost span.blk {
    display: inline-block;
}
.summary table td .first-table td.total-cost span.blk {
   color: #2b2b2b;
   text-transform: none;
    display: inline-block;
}
.summary table td .first-table td.total-cost p.cost {
   border-bottom:1px solid #c5c5c5;
   border-top:1px solid #c5c5c5;
   padding: 5px 0;
}
.summary table td .first-table .bottom {
    padding: 0;
}
.summary table td .first-table .bottom p{
    display: block;
    padding: 12px;
    background-color: #e2ebf4;
   border-top:1px solid #c5c5c5;
   margin: 0;
   color: #343434;
}
.summary table td .first-table .bottom p.sale {
    text-align: center;
}
.summary table td .first-table .bottom p.sale img {
    display: inline-block;
    border:2px solid #000066;
}
.sum{
    padding: 32px 49px 45px 31px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width:1199px){
   .banner .container {
    width: 970px
}
.owl-carousel .owl-wrapper-outer {
    margin: 0 0 0 1%;;
    width: 100%;
}
.owl-prev {
    left: -28px;
}
.owl-next {
    right: -26px;
}
.section4 .list li {
    min-width: 225px;
}
.details .col-sm-4:last-child .text {
    width: 81%;
}
.details .text span {
    font: 400 12.3px/22px "Open Sans",sans-serif;
}
.inner-content  .tab-content #category ul li a {
    min-width: 209px;
}
.cal-details .result {
    min-height: 89px;
}
.selected-item .section4 .list li {
    min-width: 220px;
}
.selected-item .inner-content .tab-content #category ul li:nth-child(4n) {
    margin-right:2px;
}
.selected-item .inner-content .tab-content #category ul li {
    padding-bottom: 9px;
    padding-right: 3px;
    text-align: left;
    margin-right: 2px;
    width: 24%;
}
.selected-item #category img {
    display: inline-block;
    width: 97%;
}
.selected-item .inner-content .tab-content #category ul li a {
    min-height: inherit;
    min-width: inherit;
    text-align: center;
}
.select-edition h2 {
    margin-top: 47px;
}
.compose-editor .choose .choose-box {
    display: inline-block;
    width: 24%;
}
.compose-editor .choose .type {
    top: -34px;
    width: 19%;
}
.main-cont .bar span {
    width: 52%;
}
.post img {
     margin: 0 4px;
}
.compose-editor .choose .type {
    font-size: 15px;
}
}
@media screen and (max-width:991px){
header .logo {
    padding: 23px 15px 14px;
}
    .banner .container {
    width: 750px;
}
.banner h1 {
    font: 600 32px/38px "Lato",sans-serif
}
.banner h2 {
    font: 300 22px/25px "Lato",sans-serif;
}
.banner .ads .texts-ad h2 {
    font: 900 18px/30px "Roboto",sans-serif;
}
.banner .ads .texts-ad a {
    background-size: 80%;
    margin:0px 0px 10px 0px;
    font-size: 18px;
}
.green-bar {
  padding:0 15px 0 30px;
}
.green-bar h2 {
  font: 400 18px/24px "Open Sans",sans-serif
}
.green-bar span {
    font: 400 20px/28px "Open Sans",sans-serif;
}
.green-bar a {
    font: 400 16px/24px "Open Sans",sans-serif;
}
.green-bar .email {
     padding-left: 34px;
}
.owl-prev {
    left: -7px;
}
.owl-next {
    right: 1px;
}
.section3 h3 {
    font: 300 22px/30px "Roboto",sans-serif;
}
.section3 p {
    padding: 0;
}
footer .list li {
    min-width: 122px;
}
footer .follow img {
    width: 16%;
}
.details .text span {
    display: none;
}
.details .text {
    display: inline-block;
    left: 46px;
    position: absolute;
    top: -15px;
    width: 82%;
}
.details .col-sm-4:last-child .text {
    width: 75%;
}
.form-details legend span {
    width: 75%;
}
.form-details legend {
    font: 400 14px/22px "Open Sans",sans-serif;
}
.form-details .login-form legend span {
    width: 72%;
}
.form-details {
    padding: 0;
}
.choose .choose-box img {
    width: 29%;
}
.choose .choose-box {
    display: inline-block;
    width: 38%;
}
.choose .choose-box:last-child {
    width: 38%;
}
.choose .type {
    font-size: 14px;
}
.inner-content  .tab-content #category ul li:nth-child(4n) {
    margin-right: 10px;
}
.inner-content  .tab-content #category ul li a {
    font-size: 14px;
}
.form .nav-tabs > li > a {
    font-size: 16px;
}
.choose .choose-box img {
    width: 23%;
}
.choose .choose-box label span {
    width: 80%;
}
.choose .choose-box label {
    top: 0;
}
.choose .choose-box label span.chk {
    position: relative;
    top: -10px;
}
.choose .type {
    top: -17px;
    width: 22%;
    font-size: 14px;
}
.inner-content  .tab-content #category ul li:nth-child(3n) {
    margin-right: 0px;
}
.cal-details .result {
    min-height: 56px;
}
.cal-details .result {
    font-size: 14px;
}
.cal-details .bar p {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}
.cal-details .bar {
    background-color: #13c4a5;
    padding: 12px 25px 2px 15px;
}
.pagination .left-side, .pagination .right-side {
    font-size: 14px;
}
.calendar {
    padding: 87px 15px 0;
}
.choose .change a {
    margin-top: 6px;
    padding: 11px 10px;
}
.choose .change .text {
    display: inline-block;
    position: relative;
    top: -21px;
}
.choose .change {
    float:right;
}
.styled-select select {
    font-size: 14px;
}
.inner-tab .tab-content .select label {
    font-size: 15px;
}
.inner-tab .tab-content .selected-item {
    padding: 17px 10px;
}
.inner-tab .tab-content .cont, .inner-tab .tab-content .cont-last .selects, .avail {
    font-size: 14px;
}
.inner-tab .tab-content .cont-last .selects {
    font-size: 13px;
}
.inner-tab .tab-content .cont-last strong {
    color: #006eb3;
    font-size: 13px;
}
.inner-tab .tab-content .cont-last {
    padding-left: 0;
}
.new-content img {
    margin-top: 140px;
}
.selected-item .section4 .list li {
    min-width: 340px;
}
.selected-item .inner-content .tab-content #category ul li {
    margin-right: 2px;
    padding-bottom: 11px;
    padding-right: 5px;
    text-align: left;
    width: 32%;
}
#publsamplelist li {
    min-height: 205px;
}
.new-content .select-edition img {
    margin-top: 0;
}
.select-edition h2 {
    margin-top: 94px;
}
.edition .packages .package-details p {
    font-size: 15px;
}
.selections .bg-colors label {
    margin-bottom: 7px;
    margin-right: 4px;
}
.selections .charges .clc-box {
    font-size: 14px;
}
.count > span {
    display: inline-block;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
}
.count > span:last-child {
    text-align: center;
}
.type-box .styled-select select {
    font-size: 13px;
}
.inner-content p {
    color: #00000;
    font-size: 16px;
    line-height: 1.8;
padding-left: 8px;
padding-right:8px;
    margin-bottom: 15px;
}
.compose textarea {
    min-height: 307px;
}
.preview-box {
    min-height: 308px;
}
.preview-box .final {
    min-height: 203px;
}
.selections img {
    left: 7px;
}
.main-cont .bar .green.btn span {
    font-size: 13px;
}
.main-cont .bar .green.btn {
    padding: 6px 13px;
}
.main-cont .bar span {
    width: 55%;
    font-size: 13px;
}
.post img {
    margin: 0 2px;
    width: 23%;
}
.main-cont .total {
    min-height: 348px;
}
.compose-editor .choose .type {
    font-size: 12px;
}
.compose-editor .choose .type {
    top: -28px;
    width: 22%;
}
.compose-editor .choose .choose-box {
    display: inline-block;
    position: relative;
    top: -13px;
    width: 27%;
}
.compose-editor .choose .choose-box label {
    display: inline-block;
    left: 7px;
    position: relative;
    top: -14px;
    width: 62%;
}
.compose-editor .choose .choose-box:last-child {
    border-left: 1px solid #c0c2cf;
    left: 25px;
    margin-left: -7px;
    padding-bottom: 0;
    padding-left: 21px;
    padding-top: 0;
    position: relative;
    top: 0;
    width: 21%;
}
.compose-editor .choose .type {
    font-size: 12px;
}
.compose-editor .choose .choose-box:last-child .type {
    top: 0;
    width: 100%;
}
.columns {
    display: inline-block;
    width: 100%;
}
.compose-editor .choose-box .columns label {
    top: 0;
    width: 100%;
}
.compose-editor .choose .choose-box label span {
    width: auto;
}
.compose-editor .choose .choose-box label span.chk {
    width: 20px;
}
.compose-editor .choose .choose-box img {
    width: 32%;
}
.sel-edt .styled-select {
     min-width: 208px;
}
.sel-edt h2 {
    font-size: 16px;
}
.main-cont .bar .spc .select-spec span input {
    width:40px;
    margin-right: 10px;
}
.main-cont .bar .spc .select-spec span.ch-file {
    padding: 2px 10px;
}
.main-cont .bar .spc .select-spec span.green.btn {
    padding: 4px 12px
}
.final-editor .new-preview .total {
    min-height: 630px;
}
.amt {
 text-align: right;
 width: 100%;
}
.summary table td .first-table td.total-cost p.cost span.amt, .summary table td .first-table td.total-cost p.emp span.amt {
    width: auto;
}
}
@media screen and (max-width:767px){
    header .login {
        height: 40px;
        width: 100%;
    }
	.edition .packages .city-list {
		width:100%;
	}
	.edition .packages .packages-list {
		width:100%;
	}
    header .logo {
	text-align: center;
    }
    header .logo img{
	display: inline-block;
    }
   .navbar-default .navbar-brand {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.sel-edt .styled-select  {
    width: 100%;
    float: none;
    margin: 14px 0 0 0;
}
.banner .ads .texts-ad a {
    margin:0px 0px 10px 0px;
}
.banner .ads .texts-ad:last-child a {
    margin-bottom: 0;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
}
.navbar-toggle {
    background-color: #25aec8;
    border: medium none;
    border-radius: 0;
    margin: 0;
    min-height: 41px;
    padding: 14px 12px 9px 15px;
    float: left;
}
.navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 4px;
    margin-bottom: 5px;
    width: 26px;
}
header  .navbar {
    background-color: #353233;
    margin: 0 ;
    padding: 0;
    border: none;
}
.menu-selection .navbar-brand {
    position: relative;
    padding: 16px 60px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    height: 52px;
    width:100%;
}
.panel {
    box-shadow: none;
    border: none;
}
.menu-selection .navbar-nav {
    margin: 0px -15px 35px -15px;
}

.menu-selection .navbar-nav > li > a {
    line-height: 20px;
    padding:6px 74px;
    text-transform: none;
    color: #1f1f1f;
    font: 400 14px/22px "Open Sans",sans-serif;
    background: url("../images/bullet.png") no-repeat scroll 12% center;
}
.menu-selection .navbar-toggle {
    padding: 10px 11px 13px 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.menu-selection .newspaper .navbar-header{
    background-color: #5698da;
}
.menu-selection .newspaper .navbar-toggle {
    background-color: #4f8ccb;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:focus, .nav > li > a.active {
   background-color: #f1f1f1;
}
.menu-selection .newspaper .icon-bar {
    background: url("../images/sprite.png") no-repeat scroll -103px -37px;
    display: inline-block;
    margin-bottom: 0;
    min-height: 25px;
    min-width: 25px;
}
.menu-selection .newspaper .navbar-collapse{
    background-color:#fff;
}
.menu-selection .newspaper .navbar-brand:before {
    background: url("../images/sprite.png") no-repeat scroll -36px -37px;
    content: "";
    display: inline-block;
    left: 21px;
    margin-bottom: 0;
    min-height: 25px;
    min-width: 25px;
    position: absolute;
    top: 13px;
}
.menu-selection .panel-group {
    margin-bottom:0px;
    padding: 0px;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.menu-selection .panel-body, .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0;
    border: none;
}
.panel-default > .panel-heading {
    border: none;
}
.panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
}
.menu-selection .categories .navbar-header{
    background-color: #146b9a;
}
.menu-selection .categories .navbar-toggle {
    background-color: #4883bf;
}
.menu-selection .categories .nav > li > a:focus, .menu-selection .categories .nav > li > a:hover {
   background-color: #f1f1f1;
}
.menu-selection .categories .navbar-brand .icon-bar {
    background: url("../images/sprite.png") no-repeat scroll -103px -37px;
    display: inline-block;
    margin-bottom: 0;
    min-height: 25px;
    min-width: 25px;
}
.menu-selection .newspaper  .new-cl .icon-bar {
    background: url("../images/sprite.png") no-repeat scroll -103px -74px;
}
.menu-selection .categories .new-cl .icon-bar {
    background: url("../images/sprite.png") no-repeat scroll -103px -74px;
}
.menu-selection .edition .new-cl .icon-bar {
    background: url("../images/sprite.png") no-repeat scroll -103px -74px;
}
.menu-selection .categories .navbar-collapse{
    background-color:#fff;
}
.menu-selection .categories .navbar-brand:before {
    background: url("../images/sprite.png") no-repeat scroll -75px -41px;
    content: "";
    display: inline-block;
    left: 21px;
    margin-bottom: 0;
    min-height: 25px;
    min-width: 25px;
    position: absolute;
    top: 13px;
}

.menu-selection .edition .navbar-header{
    background-color: #5698da;
}
.menu-selection .edition .navbar-toggle {
    background-color: #4f8ccb;
}
.menu-selection .edition .nav > li > a:focus, .menu-selection .edition .nav > li > a:hover {
   background-color: #f1f1f1;
}
.menu-selection .edition .icon-bar {
    background: url("../images/sprite.png") no-repeat scroll -103px -37px;
    display: inline-block;
    margin-bottom: 0;
    min-height: 25px;
    min-width: 25px;
}
.menu-selection .edition .navbar-collapse{
    background-color:#fff;
}

.menu-selection .edition .navbar-brand:before {
    background: url("../images/sprite.png") no-repeat scroll -106px -5px;
    content: "";
    display: inline-block;
    left: 21px;
    margin-bottom: 0;
    min-height: 26px;
    min-width: 25px;
    position: absolute;
    top: 13px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #25aec8;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #30c5e1;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #30c5e1;
    color: #fff;
}
.navbar-nav {
    margin: 0;
}
header .nav > li > a:focus, header .nav > li > a:hover, header .nav > li > a:focus, header .nav > li > a.active {
    background-color: #30c5e1;
}
.owl-prev {
    left: 8px;
}
.owl-next {
    right: -6px;
}
.navbar-default .navbar-nav > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
    margin: 2px 0;
}
.navbar-default .navbar-nav > li:first-child{
    margin-top: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    padding: 12px 15px;
}
.navbar-default .navbar-nav > li:last-child a {
    color: #fff;
    padding: 12px 15px;
}
.navbar-default .navbar-nav > li:last-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-left: 0;
}
header .navbar-collapse {
    border: medium none !important;
    box-shadow: none !important;
    float: left;
    width: 100%;
}
.banner .container {
    width: inherit;
}
.banner {
    background: #146b9a;
}

.banner img {
    display: inline-block;
}
.green-bar div {
    padding: 15px 0;
    text-align: center;
}
.green-bar {
    padding: 0 15px;
    top: -12px;
    margin-bottom: 25px;
}
.green-bar span {
    text-align: left;
}
.green-bar .email {
    float: none;
    padding-left: 0;
    background: url(../images/green-bar.jpg) repeat-x 0 0;
}
.green-bar .email h2 {
    text-align: left;
}
.section3 .boxes p {
    margin: 8px 0 20px;
}
.section3 .boxes .col-sm-3{
    padding-bottom: 15px;
float:left; width:45%;
}
.section4 .nav-tabs {
    margin: 0 -15px;
}
.section4 .nav-tabs > li > a {
    margin: 0;
}
.item img {
    display: inline-block;
}
.section4 #news, .section4 #cat, .section4 #edt{
    padding-left: 64px;
    background-position: 4% center;
}
.section4 .nav > li > a {
    background-color: #146b9a;
}
.section4 .nav-tabs > li {
    width: 100%;
}
.details .col-xs-4 {
    text-align: center;
}
.details .text {
    display: block;
    left: 0;
    position: relative;
    top: 4px;
    width: auto;
}
.details .text p {
    border: none;
    padding-left: 0;
    font-size: 16px;
}
.details .number {
    font-size: 19px;
}
.details .col-sm-4:last-child .text {
    width: auto;
}
.tabs-details .completed .text p {
    border-bottom: none;
}
footer {
    text-align: left;
}
footer .list li {
    display: inline-block;
    min-width: inherit;
    width: 130px;
}
footer .follow {
    display: inline-block;
    margin: 15px 0;
    width: 100%;
    border-top:1px solid #707070;
    padding-top: 15px;
}
footer .last {
    text-align: center;
}
footer .follow img {
    width: auto;
}
.main-tab {
    text-align:center;
}
.form-details legend span {
    width: auto;
    display: block;
}
.form-details legend {
    text-align: center;
    margin-bottom: 25px;
}
.form-details .form-group {
    margin-left: 0;
}
.form-details .register {
    border-right: medium none;
    padding-right: 15px;
}
.form-details legend span {
    top: 2px;
}
.form-details .login-form legend span {
    text-align: center;
    width: auto;
}
.form-details .login-form {
    padding-left: 15px;
    padding-top: 35px;

}
.form-details {
    margin: 40px -15px 30px -15px;
    width: auto;
    display: block;
}
.form-details .btn-default {
    float: left;
    width: 100%;
}
.forgot {
    margin: 15px 0 15px 0;
    text-align: center;
}
.banner .ads .texts-ad a{
    background: url("../images/btn1.png") no-repeat scroll center center;
    color: #fff;
    margin:0px 0px 10px 0px;
}
.details .active .text p {
    border-bottom: 0;
}
.form .nav-tabs li {
    width: 100%;
}
.choose .type {
    font-size: 13px;
    text-align: center;
    top: 0;
    width: 100%;
}
.choose .choose-box {
    display: inline-block;
    margin:6px auto;
    width: auto;
}
.choose .choose-box img {
    width: auto;
}
.choose .choose-box label {
    top: -22px;
    width: auto;
}
.choose .choose-box label span {
    width: auto;
}
.choose .choose-box label span.chk {
    position: relative;
    top: -4px;
}
.choose .choose-box:last-child {
    width:100%;
}
.inner-content  .tab-content #category ul li{
    display: block;
    background-repeat: repeat-x;
}
.pagination .right-side {
    font-size: 15px;
}
.inner-content  .tab-content #category ul li a {
    width: 100%;
}
.inner-content  .tab-content #category ul li.c11 span, .inner-content  .tab-content #category ul li.c14 span {
    top: 26px;
}
.inner-content  .tab-content #category ul li {
    margin-right: 0;
}
.inner-content  .tab-content #category ul li:nth-child(4n) {
    margin-right: 0px;
}
.inner-content  .tab-content #category ul li:nth-child(3n) {
    margin-right: 0px;
}
.inner-content  .tab-content #category ul li a:hover {
    background-color: #f2f2f2 !important;
}
.cal-details {
    border: 1px solid #afafaf;
    margin: 15px;
    padding: 0;
}
.calendar {
    padding: 87px 0 0;
}
.calendar img {
    width: 100%;
}
.choose .type {
    font-size: 14px;
}
.choose .change {
    border-left: medium none;
    padding-left: 0;
}
.choose .change .text {
    top: -27px;
}
.choose .change a {
    margin-top: 16px;
}

.inner-tab .tab-content .cont-last {
    padding-left: 15px;
}
.inner-tab .tab-content .cont-last {
    padding-right: 15px;
    padding-top: 0;
    text-align: left;
}
.inner-tab .tab-content .papers {
    padding-bottom: 20px;
}
.form .inner-tab .nav-tabs li {
    width: auto;
}
.form .inner-tab .nav-tabs li a {
    padding: 14px 15px;
}
.inner-tab .tab-content .select .col-sm-4 {
    margin-bottom: 15px;
}
.new-content img {
    margin-top: 0;
}
.new-content {
    text-align: center;
}
.new-content img {
    display: inline-block;
    margin-bottom: 20px;
}
.selected-item #category img {
    display: inline-block;
    width: auto;
}
.selected-item .inner-content .tab-content #category ul li {
    width: 100%;
}
.selected-item .inner-content .tab-content #category ul li a:hover {
    border: 1px solid #006eb6;
}
.selected-item  .inner-content .tab-content #category ul li a:hover {
    background-color: transparent !important;
}
#publsamplelist li {
    min-height: inherit;
    padding: 16px 15px;
    width: 100%;
}
.select-edition h2 {
    margin-top: 0;
}
.new-content{
    padding: 38px 0;
}
.edition .packages .package-details {
    padding: 12px 10px 12px 12px;
}
.edition .packages .package-details .col-sm-4 {
    text-align: left;
}
.edition .packages .package-details .book {
    margin-bottom: 7px;
    margin-top: 15px;
}
.modal-sm {
    width: auto;
}
.total .edt p {
    display: inline-block;
    width: 100%;
}
.total .edt p + p {
    width: 100%;
}
.post .type-box {
    width: 100%;
}
.compose-editor .choose .type {
    top: 0;
    width: 100%;
}
.compose-editor .choose .choose-box {
    display: inline-block;
    position: relative;
    top: 0;
    width: 100%;
}
.compose-editor .choose .choose-box img {
    width: auto;
}
.compose-editor .choose .choose-box label {
    top: -33px;
}
.compose-editor .choose .choose-box:last-child {
    border-left: medium none;
    left: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 100%;
}
.compose-editor .choose .type {
    font-size: 14px;
    text-align: left;
}
.compose-editor .choose .choose-box .columns label {
    top: 0;
}
.final-editor img {
    display: block;
    height: auto;
    width: 100%;
}
.final-editor .final-preview img {
    width: auto;
}
.final-editor .final-preview {
     margin: 15px;
}
.final-editor .new-preview .total {
    min-height: inherit;
}
.columns {
    display: inline-block;
    margin-top: 6px;
    width: 100%;
}
.main-cont .bar .green.btn {
    float: right;
    padding: 6px 13px;
}
.main-cont .preview-box {
    margin-top: 25px;

}
.post img {
    margin: 0 2px 15px 2px;
    width: auto;
}
.main-cont .bar .spc .select-spec span input {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 4px;
    width: 100%;
}
.main-cont .bar .spc .select-spec span {
    text-align: left;
    width: 100%;
}
.main-cont .bar .spc .select-spec span.green.btn {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
}
.main-cont .bar .spc .select-spec span.green.btn span {
    text-align: center;
}
}
@media screen and (max-width:640px){
	/* compose display add */

.choose .choose-box img {
    width: auto;
}
#where, .inner-tab .tab-content {
    background: #fff !important;
}
.form .inner-tab .nav-tabs li {
    float: left;
    min-height: 58px;
    width: 133px;
    margin: 0 2px 0 0;
}
.form .inner-tab .nav-tabs li a {
    background-color: #a5b6c7;
    color: #fff;
    padding: 14px 8px;
    font-size: 12px;
    line-height: 18px;
}
.edit {
    margin-bottom: 21px;
    margin-top: 8px;
}
.compose textarea {
    min-height: 250px;
}
.summary .main-table {
    position: relative;
    width: 90%;
}
.summary table td {
    padding: 0;
    display: block;
}
.summary table td .first-table td.types {
    width: 100%;
}
.summary table td .first-table td.pck {
    width: 100%;
}

.summary table td .first-table td.pck {
    padding-top: 0;
}
.summary table td .first-table td.total-cost {
    padding-top: 0;
}
.summary table td .first-table td.pck {
    padding-bottom: 0;
}
}
@media screen and (max-width:480px){
    .owl-next {
    right: 2px;
}
.owl-controls{
margin:0px 24px;
}
.choose .choose-box label {
    top: -12px;
    width: 68%;
}

.section3 {
    margin: 0;
padding:0px 12px;
}
.section3 h2 {
    color: #545454;
    font: 500 20px/26px "Roboto",sans-serif;
}
.section3 h3 {
    font: 400 16px/25px "Roboto",sans-serif;
     margin: 4px 0 10px;
}
.section3 .boxes .col-sm-3 {
    padding-bottom: 0;
float:left; width:45%;
}
.choose .choose-box img {
    width: 30%;
}
.choose .choose-box {
    width: 100%;
}
.choose .choose-box label span.chk {
    position: relative;
    top: -17px;
}
.choose .choose-box label span {
    width: 77%;
    position: relative;
    top: -13px;
}
.choose .choose-box label em {
    font-size: 11px;
}
.form .tab-content {
   background: #f4faff none repeat scroll 0 0;
    padding-top: 1px;
}
.inner-content  .tab-content #category ul li a {
    background-color: #fff !important;
}
.choose .change img {
    width: auto;
}
.choose .change .text {
    font-size: 14px;
    left: -7px;
    top: -27px;
}

.choose .change a {
    font-size: 12px;
    }
    .new-content h2 {
	font-size: 16px;
	color:#fffa7b;
    }
    .selected-item h1, .selected-item .inner-content h2 {
	font-size: 22px;
	line-height: 30px;
padding:0px 8px;
    }
    .selected-item .section4 .list li {
    min-width: inherit;
    width: 100%;
}
.compose-editor .choose .choose-box label span {
    top: 0;
}
.main-cont .bar span {
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.main-cont .bar {
    text-align: center;
}
.main-cont .bar .green.btn {
    float: none;
    padding: 6px 13px;
    margin-top: 5px;
}
.compose-editor .choose .choose-box img {
    width: 32%;
}
.compose-editor .choose .choose-box label {
    top: -25px;
}
}
@media screen and (max-width:452px){
    footer .list li {
    display: inline-block;
    min-width: inherit;
    width: 50%;
}
footer .follow img {
    width: 11%;
}
.choose .choose-box label {
    top: 0;
    width: 68%;
}
.choose .choose-box label span {
    top: 0;
}
.inner-tab .tab-content .cont-last .selects {
    display: block;
    margin-left: 0;
    margin-top: 6px;
}
.selected-item .inner-content h3 {
    font-size: 17px;
}
.edition .packages .package-details p {
    font-size: 14px;
}
.selected-item h1, .selected-item .inner-content h2 {
    font-size: 22px;
    line-height: 30px;
padding:0px 8px;

}
.selected-item .blue-btn {
    margin:20px 0 30px 0;
}
.edition .packages .package-details p span {
    clear: both;
    color: #ff2424;
    display: block;
}
.selections .bg-colors .clc-box {
     height: 24px;
    margin-right: 4px;
    width: 24px;
}
.selections .bg-colors span.chk {
    top: 5px;
}

}

@media screen and (max-width:400px){
    footer .list li {
    display: inline-block;
    min-width: inherit;
    width: 130px;
}
.banner h1 {
    font: 600 24px/30px "Lato",sans-serif;
}
.banner h2 {
    font: 300 20px/25px "Lato",sans-serif;
}
.green-bar span {
    font: 400 15px/28px "Open Sans",sans-serif;
}
.green-bar h2 {
    display: inline-block;
}
.green-bar div {
    text-align: left;
}
.green-bar a {
    font: 400 15px/24px "Open Sans",sans-serif;
}
.inner-content  .tab-content #category ul li a {
    font-size: 11px;
}
.selected-item .blue-btn a {
    font-size: 15px;
    padding: 14px 41px;
}
}
@media screen and (max-width:320px){
.form .inner-tab .nav-tabs li {
    float: left;
    min-height: 58px;
    width: 113px;
    margin: 0 2px 0 0;
}
.form .inner-tab .nav-tabs li a {
    background-color: #a5b6c7;
    color: #fff;
    padding: 14px 8px;
    font-size: 10px;
    line-height: 15px;
}
.inner-content h2 {
    font-size: 22px;
}
}


/* //Added by jayachandra */
#categorynotespan {
	background-color: #E7ECF0;
	margin: 1px;
	border-image: initial;
	font-weight: bold;
	color: #FF0000;
}

#categorynote {
		padding:3px;
}

.categorybackground {
    float: left;
}
.categorybooknote, #changecategorycontent{display: none!important;}



.form-group {
    margin-bottom: 15px;
    margin-left: 64px;
}

.form-details legend {
    color: #006cb4;
    font: 400 16px/24px "Open Sans",sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.form-details .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #aeaeae;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#collapseexpandsummary   		{ text-align: center; }
#collapseexpandsummary a		{background-color: white; padding: 8px 10px;   position: relative;   display: inline-block;  color: white;   background: #3fcf7f;}
.error 							{ color:red; }
.form-details #register_form	{ border-right: 1px solid #bcbcbc; padding-right: 50px; margin-bottom: 10px;}

.legclass						{  margin-bottom: 10px;background: #3576b6;height: 30px;}
.legclass span                  { background: #3576b6; color: white;  height: 35px;  font: 400 16px/24px "Open Sans", sans-serif;   text-transform: uppercase;   margin-bottom: 10px; position: relative; top: 3px;   left: 10px; }

.form-group1					{ margin-bottom: 15px; margin-left: 20px; }
.form-group1 legend			    { font-size: initial; float: left; width: 19%; padding: 7px;}
.form-group1 .form-control1 		{ width: 27%; float: left; display: block;float: none;
								    height: 34px;
								    padding: 6px 12px;
								    font-size: 14px;
								    line-height: 1.42857143;
								    color: #555;
								    background-color: #fff;
								    background-image: none;
								    border: 1px solid #ccc;
								    border-radius: 4px;
								    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
								    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
								    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
								    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
								    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
								     }



#paymenttype                   { border: 1px solid #ccc; }
#paymenttype legend            { background: #3576b6; color: white; height: 30px; font: 400 16px/24px "Open Sans", sans-serif; text-transform: uppercase; margin-bottom: 10px; }
#paymenttype legend  span      { position: relative;top: 3px; left: 10px; }
.paymentoption input[type="radio"] {  display: inline-block;  position: absolute;   margin-top: 7px; }
.paymentoption label           {  width: 100%;    padding: 0 16px; }

.paymentoption   a img {     margin-left: 16px;   float: left;   width: auto;   display: inline-block; }
.paymentoption label strong    { position: relative; top: 3px;}
.paymentoption                 { margin-left:10px; display: inline-block;}
#continuebuttoncontent         { text-align: center; margin: 10px 0; }
#continuebuttoncontent  label  { background: #13c4a5; padding: 14px; color: white; }
.bordrclass                    { border: 1px solid #ccc; margin-bottom: 10px; }
#paymenttype hr			  {  position: absolute;   width: 87%;   margin-top: 0;   margin-left: 10px;  border-bottom: 3px solid #3576b6;   border-top: 0;}
/*  tagrtdata style */

.publicationlistul			{ overflow: hidden;  padding: 0px;   width: 28px;	}
#editionpart > div			{ width:50%; }
#promotionlistdiv			{ margin-left: -58%;   margin-top: 20%;   position: relative; display: block; }
.styled-select select 		{ padding-left:5px; }

/* Compose */

#content_top { position: relative;  top: -55px;  background: #EFEFEF;}
#content_top  h1{ font-size: 20px;   }
#compose_cl_textad #textcontent{ 	border: none;  box-shadow: 1px 0px 18px gray;   width: 98%;  height: 217px !important;   padding: 15px !important;}
#sapdiv {	background-color: #3fcf7f;    width: 98%;    height: 50px;    position:relative;    top: -5px;}
#sapdiv .firstchild          {  width: 55%;  float: left;  padding-left: 7px; padding-top: 15px; }
#sapdiv .lastchild			 { float: right;  padding-left: 12px;   width: 45%; padding-top: 15px; }

#compose_cl_textad .enhancement-box{	position: relative; top: 0px;}
#compose_cl_textad #adpreview{	background: #DFDFDF; position: relative; margin-bottom: 15px; text-align:center;}
#compose_cl_textad #adpreviewdiv{	width: 179.83px; margin:0 auto;   min-height: 220px;    background: #ffffff;}
#translControl{	padding:0;position:relative;top:-30px}


.enhlabel{	font: 500 22px/26px 'Roboto', sans-serif; width: 100%; height: 39px; text-align: left; padding:6px; border-bottom:1px solid #e6e6e6;}
.enhspan{	font: 500 22px/26px 'Roboto', sans-serif; position: relative; text-align:left; padding:6px; border-bottom:1px solid #e6e6e6;}
.adcost_info ul{  width: 50%; float: left; list-style:none; margin-bottom:10px;}
.colorblack  { width:140px !important;}
#compose_cl_textad_left  {padding:0;}
#compose_cl_textad_right { padding:6px; background:#E9E9E9; position: relative;
    display: block;
    float: right;}
#classified_text {/*padding:0px*/}
#compose_textad_div { text-align:left; padding-top:10px;}
#compose_cl_textad_adcost{padding:0; float:right; position: relative;  }
#enhancement_margin { margin: 5px 15px; }
#enhancement_margin tbody tr{ width: 50%;/*  float: left; */ display: table; margin-bottom: 5px;}
#enhancement_margin tbody tr:last-child{ margin-bottom: 0px; }
#enhancement_margin tbody tr td .enhancement_checkbox{ display: block !important;}
#special_enhancment tbody tr td .enhancement_checkbox{ display: block !important;}
#adpreviewpara  { word-wrap: break-word; padding: 10px; min-height: 220px; text-align:justify; color:#000000; }
.subcategoriesclass{ width: 90%;  height: 40px;  margin: 10px;}
.admincategories  {text-align:center;}
.sampleadsview    { float:right;  padding:3px 5px; padding-top:21px }
.settop			  {	position:relative;	top:-50px; }
#composecategory  { word-wrap: break-word;}
#special_enhancment{ margin-left: 15px; margin-bottom:5px;}
#userwelcome {font-weight:bold;color:#000;position: absolute;right: 13px;top: 5px;}
#bookingsummarybox{ text-align: right;padding-right: 13px; display:inline-block; float: right; }
#mark_css         { background-color: yellow; color: red;  font-style: normal;  font-weight: bold; }
#bs-example-navbar-collapse-1 ul { float:left; width: 100%; }

.multiselect-container>li>a>label.checkbox { background:white !important; color:black  !important;}
.multiselect_btn{
	box-shadow: 0 0 0 #fff;
    background-color: white;
    border-radius: 0;
}
.tabs-details .completed .text span {
    color: #3FCF7F;
}
.tabs-details .completed .text p {
    color:  #7cbeff;
}
#_ctytogglebtn{
	border: none;
    height: 40px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #5b5b5b;
    background: white;
    background: url(../images/down-arrow.jpg) no-repeat right #fff;
    border: 1px solid #afafaf;
}
#_ctytogglelist{
	width:100%;
	max-height: 200px;
    overflow: auto;
    margin-bottom: 10px;
    padding: 0;
    border: 1px solid #afafaf;
    position: absolute;
    display: block;
    z-index: 9999;
    background-color: white;
}
#_ctytogglelist li{
	list-style-type: none;
	cursor: pointer;
	padding: 6px 10px;
    margin: 0;
}
._ctylistshow{
	display: none !important;
}
.green_btn{
	width:100%;
	height: 40px;
    font-weight: bold;
    background: #3FCF7F;
    border-color: #3FCF7F;
    box-shadow: 0px 5px 2px 0px #888;
}
.green_btn:hover,.green_btn:focus,.green_btn:active,
.green_btn:hover:focus{
	background-color: #3FCF7F;
    border-color: #3FCF7F;
}


/* .tabs-details .activenext .text p {
    color: #3FCF7F;
}
.details .activenext .text p {
#content_top h1}
.details .activenext .number {
    background-color: #3FCF7F;
} */

#static_content h2{
	font-size: 20px;
	padding-top: 10px;
    padding-left: 18px;
}
#bookingId_grandTotal h4{
	font-size: 15px;
    margin: 10px;
}
.bookinanotheraddanchor span{
	background: #3FCF7F;
    color: beige;
    padding: 13px;
}
#single_edition {
	padding: 8px 0px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin:5px 5px;
    height:40px;
}
#single_edition div {
	padding : 0px 7px;
	font-weight: bold;
	float:left;
	width:21%;
	color:#006cb5;

}
#multi_edition{
	padding: 8px 0px;

}
#multi_edition ul{
	list-style:none;
	padding:0;
}
#multi_edition li{
	    display: inline-block;
	    padding : 5px 10px;
	    border: 1px solid #CCC;
    	border-radius: 8px;
	    margin: 1px 5px 5px 5px;
}
#multi_edition input[type="checkbox"]{
	    display: inline-block;
	    margin:0;
	    margin-right: 3px;
}
.or_312{
	margin-top: 30px;
	text-align:center;
}
.or_312 hr{
	width: 80%;
    margin: 1em auto;
}
.or_312 span{
	border: 1px solid #ccc;
    border-radius: 19px;
    padding: 4px;
    font-weight: bold;
    background: #ccc;
    top: -25px;
    position: relative;
}
#single_edition5, .booknow_class{
	background: red;
    color: white !important;
    padding: 2px 14px !important;
    cursor: pointer;
    border-radius: 11px;
    font-weight: bold;
    box-shadow: 2px 2px 2px #ccc;
    width: 110px !important;
    text-align: center;
}

.loadingscreen {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right:0;
		bottom:0;
		z-index: 99999;
		width: 100%;
		height: 100%;
		background: no-repeat;
		background-position:center center;
		background-color: #000 ;
		opacity: 0.3;
		filter:Alpha(Opacity=30);
	}
.overflowhidden {
	overflow: hidden;
}

.overflowauto   {
	overflow: auto;
}

#defaultInline  {
	padding: 0;
}
.bar            {
	margin-top: 38px; min-height: 130px;
 }
.result         {
	margin-top: 0px;
 }


#orderhistorytab 				{
	margin: 13px 0px;
}
#orderhistorytab table 			{
	width:100%;
}
#orderhistorytab table tr th {
	border:1px solid #666 !important;
	text-align: center;
	padding: 7px 0px;
}
#orderhistorytab table tr td {
	border:1px solid #666 !important;
	text-align: center;
	padding: 7px 0px !important;
}
#booknewadd_button a {
	background: #3fcf7f;
    padding: 6px 10px;
    color: white;
    margin-bottom: 5px;
  }
#booknewadd_button h4{
	float: left;
    font-weight: bold;
    margin-top: 12px;
}
.myaccount_hr  {
	width: 40%;
	margin: 1px 0 .7em 0;
	text-align: left;
}
.myaccount_editbutton{
	width: 40%;
	text-align: right;
}
.myaccount_editbutton input{
	background: #3fcf7f;
    border: none;
    color: white;
    padding: 3px 11px;
    font-weight: bold;
}
.myaccount_edit {
	width: 150px;
	float:left;
	margin-top: 5px;
}
.contact_us1 {
	margin-bottom:30px;
}
.booking_history_div{
	    height: 33px;
}
.history_table{
	width:400px;
}
.bold{
	font-weight:bold;
}
.underline {
	text-decoration: underline;
}
#bookingsummary{
	margin-top:15px;
}
.editionpart_div1{
	padding-left:0px;
}
#_ctytogglelist li:hover {
    background-color: #1E90FF;
    color:white;
}
#languageTranslatorNote{
	position: relative;
    display: inline-block;
}
#adpreview_arrow{ background:url(../images/arrow_black.jpg) no-repeat 0 0; padding-left:20px; display: none;width:18px;height:16px;vertical-align: top;}
.compose_p {    width: 100px;
    text-align: right;
    font-weight: bold;
    }
.promotionlongdescription{
    color:#333333;
    font-size:13px;
}
.positionabsolute{
    padding:6px 0px;
    border-bottom:1px solid #e6e6e6;
}

.bodypanel{ word-break: break-word;}

ol.breadcrums {
	list-style:none;
}
ol.breadcrums li{
list-style-position:inside;
padding-left:4px;
display:inline;
font-size:12px;
}
ol.breadcrums li a{
	color:#C3C3C3;
}
breadcrums span{color:#fff; font-weight:bold;}
.gmail_btn{
	width: 85%;
    position: relative;
    display: inline-block;
    float: right;
}
.gmail_btn input{
	background: #c53829;
	-webkit-border-radius: 2px;
    color: #ededed;
    float: right;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 8px 25px;
   	width: 100%;
   	border: none;
   	margin-top: 15px;
}
.gmail_btn:before{
	content:"";
	background-image: url(../images/gooplus.png);
	width: 24px;
	height: 24px;
	position: absolute;
	left: 1em;
    bottom: 5px;
}
.fb_btn{
	width: 85%;
    position: relative;
    display: inline-block;
    float: right;
}
.fb_btn input{
	background: #3b5998;
	-webkit-border-radius: 2px;
    color: #ededed;
    float: right;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 8px 25px;
    width: 100%;
    border: none;
    margin-top: 15px;
}
.fb_btn:before{
	content:"";
	background-image: url(../images/fb.png);
	width: 24px;
	height: 24px;
	position: absolute;
	left: .81em;
    bottom: 5px;
    z-index: 1;
}
.howtobook ol{
	margin:0px 12px;
}

.howtobook li{
text-align:left;
}

.howtobook h2{
	color:#006bb4;
	padding-bottom:12px;
	margin-top:10px;
}
.howtobook p{
margin: 6px 0px; text-align:left; padding:0px 4px;
}

.loaderimg {
        background: url(/assets/images/ajax-loader.gif) no-repeat 98% center !important;
}


/* Resonsive.css starts here */
@media (max-width:1199px){
}
@media (max-width:991px){.whichdesign{ text-align:center; height: 80px !important;}.navbar-default .navbar-nav > li{ padding: 18px 8px 18px 8px;}.navbar-default .navbar-nav > li:last-child { margin:0px }.myaccount_editbutton, .myaccount_hr{ width: 50%; }.choose1 .choose-box1   { display: inline-block; width: 42%  !important; } .choose1 .type          	{ width: 100% !important; top:0 !important; }.choose1 .choose-box1:last-child { border: 0px !important; width: 100% !important;  padding: 0 !important; top: 0 !important;  margin-left: -25px !important;  }.choose1 .choose-box1:last-child .type{ width:145px !important;	}.choose1 .choose-box1:last-child .columns	{ width:auto;	}.navbar_class  { padding-right:0px;}#uploadyouradbutton     	{ float: none !important; margin-top: 7px; }#single_edition  { height:60px; }#single_edition5{ border-radius: 11px; width: 67px !important;	 }#_ctytogglebtn   {  font-size: 14px; }
}
@media (max-width:767px){.navbar-default .navbar-nav > li{ padding: 0px; }.pagination .left-side { width: 40%; transition: all .5s ease-in;	}.pagination .right-side 	{ width: 40%; border: 1px solid #72ADE7; }.pagination { padding: 32px 0 45px; }.new-details .papers    	{ padding:0 !important; }.enhancement-box        	{ padding:0; }.enhancement-box label  	{ width: 98%; }.adcost_info ul{ width:auto; }.sampleadsview  { float:none; text-align:center;margin-bottom: 10PX;}.form-details #register_form { padding:0 15px;}.forgot 	{ margin: 0px 0 15px 0; text-align: center; }  .form-group1 .form-control1 { width: 46%; }.choose1 .choose-box1   	{ display: inline-block; width: 42%  !important; } .choose1 .type          	{ width: 100% !important; top:0 !important; }.choose1 .choose-box1:last-child { border: 0px !important; width: 100% !important;  padding: 0 !important; top: 0 !important; margin-left: -25px !important; }.choose1 .choose-box1:last-child .type{ width:145px !important;}.choose1 .choose-box1:last-child .columns	{ width:auto; }.myaccount_editbutton, .myaccount_hr{ width: 100%; }.navbar_class{ padding:0; }.container_class{ padding:0;	}.register-form fieldset{ width: 70%; margin: 0 auto;}.pagination .right-side:after{ margin:3px; }.pagination .left-side:before{ left:35px; }#editionpart > div { padding:0; width:100% }#promotionlistdiv { margin:0; border: 1px solid #ccc; }#promotionlistdiv > div 	{ padding:0; margin:0; }#enhancement  { margin-top: 20px; margin-bottom: 20px; width: 98%; }#compose_cl_textad_right	{ top:0px; }#login_form             	{ margin-top:20px; }#register_form { margin-top:20px; }#content_bottom         	{ margin-bottom:10px; }#compose_cl_textad #adpreview { width:100%; margin-left:0px; }#registerForm fieldset   	{ width: 70%;  margin: 0 auto; }#loginform fieldset   { width: 70%;  margin: 0 auto; }#myprofiledivstyle{ text-align: center;	font-size: 17px; font-weight: bold;	}#orderhistorytab{ overflow-y: hidden;	width: 97%;	}#publicationpart { padding:0px;	}#publicationpart div{ padding:0px;	}#promotionlistdiv{ margin-top:10px;	}#avail{ height: 36px;height: 36px; padding: 6px 5px 5px 5px; }.gmail_btn { width: 71%; float:none;}.fb_btn{ width: 71%; float:none;}.aligncenter{ text-align:center;}
}
@media (max-width:639px){.choose1 .choose-box1   	{ display: inline-block; width: 80%  !important; }.pagination .right-side 	{ width: 50%; }.pagination .left-side  	{ width: 50%; position: relative; }.form-group1 legend { width: 27%; }.payinfo_para table     	{ width:100%; }#static_content #content_top { top:-60px;}#bookingsummary         	{ overflow-y: hidden; }#single_edition5        	{ position: relative; top:-25px }#single_edition div { width:40%; margin-bottom:5px; }
}
@media (max-width:479px){.container{ padding:0px }.inner-content{ padding:0px; }.inner-tab{ margin:15px 0px; }.form-group1 legend { width: 43%; }  .cont-last{ padding-left: 0px !important; padding-right: 5px !important; }.visible-xs             	{ display:block !important; }.sampletemplate { margin: 5px !important; }.register-form fieldset 	{ width: 90%;}#registerForm fieldset  	{ width: 90%;  margin: 0 auto; }#loginform fieldset     	{ width: 90%;  margin: 0 auto; }#single_edition { height: 116px; }#single_edition5        	{ top: -50px; }#single_edition div     	{ width: 60%; }#collapseexpandsummary a	{ width:90% }  .gmail_btn{width:90%; } .fb_btn{width:90%;}
}
@media (max-width:430px){.pagination .right-side:after { margin-top: 11px;  }.pagination .left-side:before { left: 27px; bottom: 19px; }.arrow_control   { height:60px; }.arrow_control span           { top: 9px; }
}
@media (max-width:340px){.sampletemplate 	          { margin:0 -3px 10px -3px !important; border-left: 1px solid white; }
}
/* Resonsive.css Ends here */

/*  For Blink Text  */
.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #FF0000;    }
    49%{    color: #FF0000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #FF0000;    }
}