@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700,600italic|Roboto:400,300,300italic,400italic,500,500italic,700|Roboto+Condensed:400,400italic,700);
* {
    margin: 0px;
    padding: 0px;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          
  box-sizing: border-box;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after, .thum_images:after, .thum_images:before {
  display: table;
  content: " ";
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after, .thum_images:after {
  clear: both;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body:before {
    content: "";
    background: rgba(255, 255, 255, 0.92) !important;
    height: 100%;
    position: absolute;
    width: 100%;
}
body {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    padding: 0px !important;
    background-attachment: fixed;
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {  display: block; }
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container {
  width: 98.3%;
  margin: 0px auto;
}
h3{
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
p {
	font-size: 14px;
	line-height: 19px;
	color: #222;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {	
	.hidden_large {display: none;}
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
img {vertical-align: middle;border: 0;max-width: 100%;height: auto;}
/*======================== MOBILE MENU =======================*/

.pradeepjv-background-overlay {
	position: fixed;
	z-index: 99999;
	top: -1000%;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 110%;
	background-color: rgb(0, 0, 0);
	opacity: 0;
	transition: top 0s ease 0.35s, opacity 0.35s ease;
		-webkit-transition: top 0s ease 0.35s, opacity 0.35s ease;
			-moz-transition: top 0s ease 0.35s, opacity 0.35s ease;
}
.pradeepjv-main-background {
	position: fixed;
	z-index: 999999;
	top: 0px;
	left: 0px;
	width: 270px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: rgb(246, 246, 250);
	display: block;
	box-shadow: rgba(0, 0, 0, 0.74902)0px 0px 5px 0px;
	transform:translateX(-310px);
		-webkit-transform:translateX(-310px);
			-moz-transform:translateX(-310px);
				-o-transform:translateX(-310px);
	transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
		-webkit-transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
			-moz-transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
}
::selection {
	background: rgb(26, 188, 156);
	color: rgb(255, 255, 255);
	text-shadow: none;
}
.pradeepjv-main-wrapper {
	position: fixed;
	z-index: 9999999;
	top: 0px;
	left: 0px;
	width: 270px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: rgb(118, 118, 118);
	transform:translateX(-310px);
		-webkit-transform:translateX(-310px);
			-moz-transform:translateX(-310px);
				-o-transform:translateX(-310px);
	transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
		-webkit-transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
			-moz-transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
	background: #fff;
	overflow: hidden;
	overflow-y: visible;
}
.pradeepjv-main-wrapper-active {
	-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
			-ms-transform: translateX(0);
				-o-transform: translateX(0);
					transform: translateX(0);
}
.pradeepjv-menu-active .pradeepjv-main-menu-button:before {
	margin: 2px 0 0 0;
	transform: translateY(4px) rotate(45deg);
		-moz-transform: translateY(4px) rotate(45deg);
			-ms-transform: translateY(4px) rotate(45deg);
				-webkit-transform: translateY(4px) rotate(45deg);
					-o-transform: translateY(4px) rotate(45deg);
}
.pradeepjv-menu-active .pradeepjv-main-menu-button:after, .pradeepjv-menu-active .pradeepjv-main-menu-button:before, .pradeepjv-menu-active .pradeepjv-main-menu-button div.pradeepjv-main-menu-button-middle:before {
	background-color: #fff;
}
.pradeepjv-menu-active div.pradeepjv-main-menu-button-middle:before {
	opacity: 0;
	-webkit-transition: all .15s ease;
		-moz-transition: all .15s ease;
			-ms-transition: all .15s ease;
				transition: all .15s ease;
}
.pradeepjv-menu-active .pradeepjv-main-menu-button:after {
	margin: -1px 0 0 0;
	transform: translateY(-3px) rotate(-45deg);
		-moz-transform: translateY(-3px) rotate(-45deg);
			-ms-transform: translateY(-3px) rotate(-45deg);
				-webkit-transform: translateY(-3px) rotate(-45deg);
					-o-transform: translateY(-3px) rotate(-45deg);
						-ms-transform: translateY(-3px) rotate(-45deg);
}
.pradeepjv_mob_menu {
	position: relative;
	top: 200px;
	width: 270px;
	margin: 0;
	transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
			-moz-transform: translate3d(0,0,0);
				-o-transform: translate3d(0,0,0);
					-ms-transform: translate3d(0,0,0);
	-webkit-overflow-scrolling: touch;
		-webkit-transition: all .2s ease;
			-moz-transition: all .2s ease;
				-ms-transition: all .2s ease;
					transition: all .2s ease;
}
.pradeepjv-background-overlay-active {
	top: 0;
	opacity: .5;
	-webkit-transition: top 0s ease 0s, opacity .35s ease;
		-moz-transition: top 0s ease 0s, opacity .35s ease;
			-ms-transition: top 0s ease 0s, opacity .35s ease;
				transition: top 0s ease 0s, opacity .35s ease;
}
.pradeepjv_mob_menu ul.main_links {
	margin-top: 20px;
}
.pradeepjv-main-menu-button-wrapper.pradeepjvMenu {
	position: fixed;
	top: 0;
	left: -7px;
	padding-top: 18px;
}
.pradeepjv-main-menu-button-wrapper {
	z-index: 999999999;
}
.pradeepjv-main-menu-button::after, .pradeepjv-main-menu-button::before, .pradeepjv-main-menu-button div.pradeepjv-main-menu-button-middle::before {
	content: "";
	display: block;
	width: 15px;
	height: 2px;
	margin: 2px 0px;
	background-color: rgb(255, 255, 255);
	transition: all 0.25s ease;
		-webkit-transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
	outline: transparent solid 1px;
}
.pradeepjv-main-menu-button::after, .pradeepjv-menu-active .pradeepjv-main-menu-button::before,.pradeepjv-menu-active .pradeepjv-main-menu-button div.pradeepjv-main-menu-button-middle::before {
	background-color: #fff;
}
.pradeepjv-main-menu-button::after{background-color:#fff;}
button::after,.pradeepjv-main-menu-button::before,.pradeepjv-main-menu-button div.pradeepjv-main-menu-button-middle::before {
	background-color: #fff;
}
.pradeepjv-main-menu-button-wrapper {
	position: relative;
	z-index: 999999999999999999999;
	cursor: pointer;
	padding: 10px;
	transition: opacity 0.2s ease 0.3s, top 0s ease 0.3s;
		-webkit-transition: opacity 0.2s ease 0.3s, top 0s ease 0.3s;
			-moz-transition: opacity 0.2s ease 0.3s, top 0s ease 0.3s;
}
.pradeepjv-main-menu-button {
	transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
}

section.menu_section {
	transform: translateY(0%);
		-webkit-transform: translateY(0%);
			-moz-transform: translateY(0%);
				-o-transform: translateY(0%);
					-ms-transform: translateY(0%);
	transition: transform 0.5s ease-in-out;
		-webkit-transition: -webkit-transform 0.5s ease-in-out;
			-moz-transition: -moz-transform 0.5s ease-in-out;
	background: rgba(21, 119, 120, 0.701961);
	border-top: 5px solid rgb(172, 145, 66);
	position: relative;
}

section.menu_section::before {
	content: "";
	width: 100%;
	position: absolute;
	height: 1px;
	background: #fff;
	top: 0px;
}
button.points:focus {
	outline: -webkit-focus-ring-color auto 0px !important;
}

.display_none {
	display: none;
}

.pradeepjv-heading-wrapper {
	z-index: 2147483647;
	display: table;
}
.pradeepjv-heading-wrapper, .pradeepjv-heading-overlay, .pradeepjv-heading-image {
	position: absolute;
	width: 100%;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
.pradeepjv-heading-inner {
	display: table-cell;
	vertical-align: bottom;
	padding: 0 0px 5px 18px;
}
.pradeepjv-heading-text {
	width: 100%;
	display: block;
	margin: 0 0 8px 0;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.pradeepjv-subheading-text {
	width: 100%;
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}
.pradeepjv-heading-overlay {
	z-index: 999999999;
	background-color: rgba(0, 27, 93, 0.48);
}
.pradeepjv-heading-image {
	z-index: 99999999;
	background-size: cover;
	background-repeat: repeat;
	background-image: url(../images/mob_menu_bg.jpg);
}
.pradeepjv_mob_menu {
	position: relative;
	top: 200px;
	width: 270px;
	margin: 0;
	padding: 9px 0 0 0;
	-webkit-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
			-moz-transform: translate3d(0,0,0);
				-ms-transform: translate3d(0,0,0);
					transform: translate3d(0,0,0);
	-webkit-overflow-scrolling: touch;
		-webkit-transition: all .2s ease;
			-moz-transition: all .2s ease;
				-ms-transition: all .2s ease;
					transition: all .2s ease;
}
.pradeepjv_mob_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pradeepjv_mob_menu ul li {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	z-index: auto;
	width: 100%;
	list-style-type: none;
	text-align: left;
	overflow: hidden !important;
	border-top: 1px solid #EAEAEA;
}
.pradeepjv_mob_menu ul li:first-child {
	border-top: none;
}
.pradeepjv_mob_menu ul li a:before{
	content: "\f0a4";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	color: #000;
	-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
			-ms-transition: all .3s ease;
				transition: all .3s ease;
}
.pradeepjv_mob_menu ul li a{
	width: 100%;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #000;
	margin: 0;
	padding: 11px 0 11px 21px;
	display: inline-block;
	text-decoration: none;
}
.pradeepjv_mob_menu ul li.has_submenu span {
	display: inline-block;
	width: 234px;
	height: 38px;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-align: right;
	line-height: 22px;
}
.pradeepjv_mob_menu ul li.has_submenu span:before {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 10px;
	-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
				-o-transform: rotate(0deg);
					transform: rotate(0deg);
	-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
			-ms-transition: all .3s ease;
				transition: all .3s ease;
}
.pradeepjv_mob_menu ul li.has_submenu.has_submenu-active span:before {
	-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
			-ms-transform: rotate(270deg);
				transform: rotate(270deg);
}
.pradeepjv_mob_menu ul li.has_submenu ul.sub-menu.sub-menu-active li a:before {
	content: "\f1ce";
	border-radius: 50%;
	color: #12216E;
}
.pradeepjv_mob_menu ul li.has_submenu ul.sub-menu {
	transform: translateX(100%);
		-webkit-transform: translateX(100%);
			-moz-transform: translateX(100%);
				-o-transform: translateX(100%);
					-ms-transform: translateX(100%);
	transform-origin: left;
		-moz-transform-origin: left;
			-o-transform-origin: left;
				-webkit-transform-origin: left;
	transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
	transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
			-moz-transform-style: preserve-3d;
				-o-transform-style: preserve-3d;
	height:0;
}
.pradeepjv_mob_menu ul li.has_submenu ul.sub-menu.sub-menu-active {
	list-style: none;
	margin: 8px 0 23px 0;
	padding: 0;
	display: block;
	height:100%;
	transform: translateX(0px);
		-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
				-o-transform: translateX(0px);
					-ms-transform: translateX(0px);
	transform-origin: left;
		-webkit-transform-origin: left;
			-moz-transform-origin: left;
	transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
			-webkit-transform-style: preserve-3d;
				-moz-transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
}
.pradeepjv_mob_menu ul li.has_submenu ul.sub-menu li a {
	color: #12216E;
	padding: 6px 0 6px 35px;
}
.pradeepjv_mob_menu ul li.has_submenu ul.sub-menu li ul.mob-sup-dropdown a{
	color: #222;
	font-weight: 600;
}
header.fixed-header .pradeepjv-main-menu-button-wrapper.pradeepjv-menu-active {
	background-color: transparent;
}

ul.mob-sup-dropdown li a:before{display:none;}
.pradeepjv_mob_menu ul li.has_submenu ul.sub-menu li ul.mob-sup-dropdown li a{
	font-size: 12px !important;
	padding-left: 50px !important;
}
ul.mob-sup-dropdown {
	transform: translateX(100%);
		-webkit-transform: translateX(100%);
			-moz-transform: translateX(100%);	
				-o-transform: translateX(100%);
					-ms-transform: translateX(100%);
	transform-origin: left;
		-webkit-transform-origin: left;
			-moz-transform-origin: left;
	transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
	transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
			-webkit-transform-style: preserve-3d;
				-moz-transform-style: preserve-3d;
	height: 0;
}
.has_submenu_again-active ul.mob-sup-dropdown{
	display: block;
	height: 100%;
	transform: translateX(0px);
		-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
				-o-transform: translateX(0px);
					-ms-transform: translateX(0px);
	transform-origin: left;
		-webkit-transform-origin: left;
			-moz-transform-origin: left;
	transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
			-webkit-transform-style: preserve-3d;
				-moz-transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
}
.pradeepjv_mob_menu ul li ul li.has_submenu_again {
	overflow: visible !important;
}
.pradeepjv_mob_menu ul li ul li.has_submenu_again:after {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
				-o-transform: rotate(0deg);
					transform: rotate(0deg);
	-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
			-ms-transition: all .3s ease;
				transition: all .3s ease;
	position: absolute;
	z-index: 99999999999;
	right: 10px;
	top: 9px;
}
.pradeepjv_mob_menu ul li ul li.has_submenu_again.has_submenu_again-active:after {
	transform: rotate(180deg);
		-moz-transform: rotate(180deg);
			-o-transform: rotate(180deg);
				-webkit-transform: rotate(180deg);
					-ms-transform: rotate(180deg);
	-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
			-ms-transition: all .3s ease;
				transition: all .3s ease;
}
/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/
#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: rgba(38, 50, 56, 0.69);
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
		-webkit-transition: background-color .2s linear;
			-o-transition: background-color .2s linear;
}
.stretched #gotoTop { bottom: 30px; }
#gotoTop:hover { background-color: #263238; }
/*====================== Basic Responsive Style Created By jvpradeep619@gmail.com ==========*/
/*====================== Basic Responsive Style Created By jvpradeep619@gmail.com ==========*/
/*====================== Basic Responsive Style Created By jvpradeep619@gmail.com ==========*/

			/*$$$$$$$$$$$$$$														$$$$$$$$$$$$$$&$$$
			
			
										Style For Portal Home Page
			
			
			$$$$$$$$$$$$$$$$														$$$$$$$$$$$$$$$$$$*/

div#main_container {
	position: relative;
	margin: 0 auto;
	width: 1170px;
	background-color: #fff;
	box-shadow: 0px 0px 13px #000;
	overflow: hidden;
}
.row {
	position: relative;
}
li {
	list-style: none;
}
header {
	background-color: #3089B2;
	position: absolute;
	height: 88px;
	width: 100%;
	box-shadow: 0px 0px 13px #000;
	z-index: 999999999999999;
	background-color: rgba(255, 255, 255, 0.8);
}
/*=========== Main Menu Styles ========*/

nav.main_menu ul li:hover a, nav.main_menu ul li .dropdown li:hover a{
	color: #fff;
}
nav.main_menu ul li:hover, nav.main_menu ul li .dropdown li:hover{
	background-color: #001b5d;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

nav.main_menu {
	position: relative;
	top: 45px;
}
nav.main_menu ul {
	display: inline-block;
	width: 100%;
}
nav.main_menu ul li {    position: relative;
	float: left;
	transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
}
nav.main_menu ul li a {
	display: block;
	font-size: 14px;
	padding: 5px 10px;
	overflow: hidden;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.2px;
	transition: all 0.4s ease-in-out;
	color: #222;
	text-decoration: none;
	margin: 5px 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #e7e5e5;
	text-transform: uppercase;
}

nav.main_menu ul li .dropdown {
	z-index: 999999999999;
	position: absolute;
	width: 240px;
	top: 150%;
	padding-top: 20px;
	opacity: 0;
	visibility: hidden;
}
nav.main_menu ul li .dropdown ul {
	width: 100%;
	box-shadow: 4px 4px 7px #444;
}
nav.main_menu ul li .dropdown li {
	float: none;
	background-color: #fff;
	margin: 0;
	position: relative;
}
nav.main_menu ul li .dropdown li a {
	border-bottom: 1px solid rgba(221, 221, 221, 0.99);
	border-right: 0px;
	margin: 0;
	padding: 10px 20px;
	color: #222;
}
nav.main_menu ul li:hover .dropdown {
	visibility: visible;
	opacity: 1;
	top: 33px;
	-webkit-transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
		-moz-transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
			transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}
nav.main_menu ul li .dropdown:before {
	content: '';
	background: #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 40px;
	z-index: 999999;
	transform: rotate(45deg);
		-moz-transform: rotate(45deg);
			-o-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
}
nav.main_menu ul li .dropdown ul.sup-dropdown{
	position: absolute;
	left: 100%;
	width: 400px;
	visibility: hidden;
	opacity: 0;
	top: 0;
	padding-left: 15px;
	-webkit-animation-name: fadeOutDown;
		animation-name: fadeOutDown;
			-webkit-animation-duration: 1.5s;
				animation-duration: 1.5s;
	transition: all 1.5s ease-in-out;
		-webkit-transition: all 1.5s ease-in-out;
			-moz-animation-name: fadeOutDown;
				-moz-animation-duration: 1.5s;
					-moz-transition: all 1.5s ease-in-out;
						-o-transition: all 1.5s ease-in-out;
}
nav.main_menu ul li .dropdown ul.sup-dropdown li:hover a{
	color: #fff;
}
nav.main_menu ul li .dropdown ul.sup-dropdown li a {
    color: #222;
}
nav.main_menu ul li .dropdown li:hover ul.sup-dropdown {
	visibility: visible;
	opacity: 1;
	-webkit-animation-name: bounceIn;
		animation-name: bounceIn;
			-webkit-animation-duration: .5s;
				animation-duration: .5s;
					-moz-animation-name: bounceIn;
						-moz-animation-duration: .5s;
}
ul.sup-dropdown:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #fff;
	z-index: 9999999;
	left: 6px;
	top: 10px;
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
			-o-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
}
/*=========== Main Menu Styles Ends ========*/
.top_bg p {
	text-align: right;
	line-height: 18px;
	margin: 0;
	font-size: 14px;
	color: #fff;
}
.top_bg {
	height: 88px;
	background-color: #001b5d;
	position: relative;
	padding: 15px 20px 0 30px;
}

.slider_content {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	padding: 8px 20px;;
}
.slider_content h3 {
	font-size: 30px;
	line-height: 36px;
	color: #FFE2A5;
	text-transform: uppercase;
}
.slider_content h3 span a {
    /*text-transform: capitalize;*/
	color: #fff;
	text-decoration:none;
	text-transform:none;
}
.slider_content p {
	color: #ede5cb;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0;
}
.hover_content {
    position: absolute;
    right: 3%;
    background-color: rgba(38, 50, 56, 0.68);
    text-align: center;
    bottom: 15%;
    width: 25%;
    opacity: 0;
    visibility: hidden;
}
.swiper-slide:hover .hover_content  {
	opacity: 1;
	visibility: visible;
}
.hover_content .hover_body p b {
    display: inline-block;
    width: 170px;
    margin-right: 10px;
	font-weight: 400;
}
.hover_content .hover_body p {
    color: #fff;
    text-align: left;
	line-height:18px;
	font-weight: 300;
}
.hover_content .hover_body {
    padding: 10px 20px;
    padding-bottom: 0;
}
@media only screen and (max-width:620px){
	.swiper-slide:hover .hover_content  {
		opacity: 0;
		visibility: hidden;
		display: none;
	}
}
/*===============				Slider Content				========*/
.collection_db {
	background-color: #031E53;
	padding: 20px 10px;
	position: relative;
	background: url('../images/bg_blue.jpg');
}
.collection_db:before {
	position: absolute;
	content: "";
	background: rgba(0, 32, 93, 0.9);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.margin-top{margin-top: 10px;}
.collection_db h3 {
	font-size: 20px;
	font-weight: 400;
	position: relative;
	left: 23px;
	color: #fff;
	z-index: 99;
	width: 49%;
	display: inline-block;text-transform: uppercase;
}
.collection_db h3 a {
	color: #fff;
	text-decoration: none;
}
.collection_db h3 a:hover {
	color: #FC0;
	transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
			-WEBKIT-transition: all 0.5s ease-in-out;
}/*
.collection_db h3 span {
	color: rgb(239, 237, 237);
	font-size: 12px;
	font-weight: 400;
	display: block;
	width: 100%;
	text-transform: capitalize;
	margin-top: 6px;opacity: .7;
}*/
.collection_db h3 span {
	color: rgb(239, 237, 237);
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    opacity: .7;
    text-transform: uppercase;
}
.collection_db h3 span.top {
    text-transform: uppercase;/*
    color: #fff;
    opacity: 1;
    font-size: 14px;    */display: block;
}
.collection_db p {
	display: inline-block;
	position: relative;
	left: 23px;
	color: #fff;
	font-weight: 300;
	margin-bottom:0;
}
.explore_iac {
	background-color: #031E53;
    padding: 20px 0px;
    position: relative;
    background: url('../images/bg_blue_right.jpg');
    padding-bottom: 19px;
}
.explore_iac:before {
	position: absolute;
    content: "";
    background: rgba(3, 30, 83, 0.64);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.explore_iac h3 a{
	text-decoration: none;
	color:#fff;
}
.explore_iac h3 {
	left: 12px;
    font-size: 20px;
    position: relative;
    line-height: 19px;
}
.explore_iac p {
    color: rgb(239, 237, 237);
    font-weight: 400;
    position: relative;
    left: 12px;
    margin-bottom: 0;
    margin-top: 1px;
    opacity: .7;
    font-size: 12px;
    display: block;
}
.four_block {
	display: inline-block;
	width: 100%;
}
.four_block .col-md-4 {
  background: #031E53;
}
.four_block .col-md-4 p {
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
	margin: 0;color: #FFEAE9;
}
.four_block .col-md-8.travel h3 {
	background-color: #D3585E;
	color: #000;
}
.four_block .col-md-12 h3 span{
	font-size: 12px;
}
.four_block .col-md-12 h3, .four_block .col-md-8 h3 {
	padding: 19px 11px;
	background-color: #fc0;
	font-size: 24px;
	line-height: 30px;
	color: #222;
}
.four_block .col-md-12 h3 span {
	font-size: 12px;
	position: absolute;
	width: 100%;
	left: 12px;
	top: 40px;
	opacity: .7;
	text-transform: capitalize;
}
.four_blocks .col-md-4 {
	padding: 0 10px
}
.image_wrap {
	position: relative;
	overflow: hidden;
}
.image_wrap img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: scale(1);
		-moz-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease-in-out;
		-moz-transition: -moz-transform .3s ease-in-out;
			-ms-transition: -ms-transform .3s ease-in-out;
				-o-transition: -o-transform .3s ease-in-out;
					transition: transform .3s ease-in-out;
}
.image_wrap:hover img {
	-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
				-o-transform: scale(1.1);
					transform: scale(1.1);
}
.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.image_wrap:hover .image-overlay {
	background-color: rgba(0, 0, 0, 0.5);
}
.image-overlay img {
	transition: none !important;
		-moz-transition: none !important;
			-webkit-transition: none !important;
		transform: none !important;
			-moz-transform: none !important;
				-o-transform: none !important;
					-webkit-transform: none !important;
	margin: 5px 0px 0 5px;
	box-shadow: 3px 3px 11px #2F2F2F;
	width: 47px;
}
.image_wrap .type-info {
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 25%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transition: opacity 0.4s ease-in-out;
			-moz-transition: opacity 0.4s ease-in-out;
				-ms-transition: opacity 0.4s ease-in-out;
					transition: opacity 0.4s ease-in-out;
}
.image_wrap:hover .type-info {
	opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.image_wrap .type-info a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.image_wrap .type-info i {
	font-size: 56px;
	display: block;
}

.abt_edu {
	background: url('../images/about_educ_bg.jpg');
		background-position-x: 0px;
			background-position-y: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 5px;
}
.las {
	margin-top: 0px;padding-left: 8px;
}
.las p, .abt_section p {
	font-size: 14px;
	color: #e6e5e5;
	font-weight: 100;
	font-family: 'Open Sans';
}
.las p b {
	font-weight: 400;  font-size: 16px;
}
.las .image_wrap, .abt_section.ex_plr .image_wrap {
    margin-bottom: 12px;
    margin-top: 14px;
}
.abt_section, .las, .abt_section.ex_plr {
    padding-right: 37px !important;
    padding-left: 37px !important;
}
.image_wrap.edu {
    margin-bottom: 5px;
}
.abt_section.larn {
    margin-top: 0;
}
.abt_section {
	padding-left: 8px;
	margin-top: 30px;
	padding-bottom: 35px;
}
.abt_section.ex_plr {
    margin-top: 59px;
}
.abt_section h4{
	color: #fc0;
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 15px;
    text-transform: uppercase;
}
.las h4 {
	color: #e6e5e5;
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 15px;
}
.abt_section a {
	text-decoration: none;
	color: #e6e5e5;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Open Sans';
}
.abt_section span.separator {
	color: #fff;
	font-size: 22px;
	position: relative;
	top: 2px;
	margin-right: 10px;
	font-weight: 300;
}
.abt_section a:hover {
	color: #FFB12E !important;
}
.pull_right {
	float: right;
}
h4.cafeteria {
	position: relative;
	margin-bottom: 10px;
}
h4.cafeteria:after {
	position: absolute;
	content: "";
	background: url('../images/cofterria.png');
	width: 37px;
	height: 47px;
	top: -25px;
}
a.mlink {
	font-weight: 400;
}
a.mlink {
	font-weight: 400;
	text-transform: uppercase;
}
a.mlink i {
	font-size: 18px;
	top: 1px;
	position: relative;
}
b{font-weight: 500;}

.abt_section p b {
    font-weight: 400;
    font-size: 15px;
}
.abt_section ul li{
	position: static;
	padding-bottom: 10px;
}
.abt_section ul li a {
    font-size: 14px;
    color: #e6e5e5;
    font-weight: 100;
    font-family: 'Open Sans';
}
.abt_section ul {
	list-style: none outside none;
		-webkit-column-count: 2;
			-moz-column-count: 2;
	column-count: 2;
}
h4.social_links a {
	font-size: 15px;
	font-weight: 400;
	color: #00ffe4;
}
ul.social_link {
	list-style: none outside none;
		-webkit-column-count: 1;
			-moz-column-count: 1;
	column-count: 1;
	float: right;
	position: relative;
	right: -14px;
}
ul.social_link li{
	float: left;padding:0;
}
h4.social_links {
	display: inline-block;
}
ul.social_link li a{
	width: 30px;
	height: 30px;
	font-size: 22px;
	text-shadow: none;
	border-radius: 3px;
	overflow: hidden;  
	margin-right: 5px;
}
ul.social_link li a:hover i{
	color:#fff;
}
ul.social_link li:last-child a{
	margin-right: 0;
}
ul.social_link li a:hover i:first-child {
	margin-top: -37px;
}
ul.social_link li a i {
	display: block;
	position: relative;
	-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
			transition: all .3s ease;
	line-height: 38px !important;
	padding-left: 7px;
}
ul.social_link li a.facebook {
	background:#3b5998;
}
ul.social_link li a.twitter {
	background: #55acee;
}
ul.social_link li a.rss {
	background: #f57d00;
}ul.social_link li a.rsss {
	background: #EC9427;
}
ul.social_link li a.youtube {
	background: #900000;
}
i.fa.fa-facebook {
	padding-left: 10px;
}
ul.social_link li a i.fa.fa-youtube {
	line-height: 35px !important;
}
.side_area h3 {
	text-align: center;
	padding: 10px 0;
	font-size: 24px;
}
.ship {
	padding: 0 25px;
	padding-bottom: 30px;
}
.ship img {
	width: 100%;
	margin: 0px auto;
	display: block;
	border: 4px solid #fff;
	margin-bottom: 10px;
}
.ship a {
	text-decoration: none;
}
a.read.more {
	color: #222;
	font-size: 14px;
}
p.light {
	display: block;
	position: relative;
	margin-top: 10px;
}
p.light:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(229, 227, 229, 1);
	position: absolute;
	box-shadow: 0px 5px 10px #000;
}
p.light:after {
	content: "";
	width: 100%;
	height: 8px;
	position: absolute;
	background-color: #E5E3E5;
	top: -4px;
}
.side_area {
  background: #E5E3E5; 
}
.projects .four_blocks .col-md-3 {
    padding: 0 15px;
}
.projects .four_block .col-md-12 h3, .projects .four_block .col-md-8 h3{
    font-size: 24px;
}
.projects .four_block .col-md-12 h3 {/*
    text-transform: uppercase;*/
    font-size: 22px;
}
.projects .col-md-12.col-xs-12.DBA h3 {
	background: #001b5d;
	color: #fff;
	font-weight: 300;
	border-right: 1px solid #fff;
}
.projects .col-md-12.col-xs-12.SH h3 {
	background: #900000;
	color: #fff;
	font-weight: 300;
}
.projects .col-md-12.col-xs-12.DCA h3 {
	background: #504819;
	color: #fff;
	font-weight: 300;
}
/*==============				FOOTER			=============*/
footer {
	background-color: #031E53;
	padding: 20px 0;
	margin-top: 10px;
}
footer p, footer a {
	color: #fff;
	margin-bottom: 0;
}
footer a {
  margin: 0 10px;
  text-decoration: none;
}
/*================ For Testing 	==================*/
.four_block.books p {
    color: #fff;
}
.four_block.books h3 {
    background: #91864d;
    color: #fff;
}
.four_block.books .col-md-4.col-sm-4.col-xs-3 {
    background: #91864D;
    border-right: 1px solid #fff;
}
.four_block .col-md-8.travel h3 {
    background-color: #411817;
    color: #FFEAE9;
}
.four_block.travel .col-md-4.col-sm-4.col-xs-3 {
    background: #411817;
    border-right: 1px solid #fff;
}
/*================			Options				============*/

.slider_content p.live_text {
	position: absolute;
    top: -32px;
    text-align: center;
    display: inline-block;
    margin: 0px auto;
    background: #263238;
    color: #fff;
    padding: 2px 10px;
    border-radius: 16px;
    font-size: 16px;
}
.slider_content p.live_text:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: #263238;
    bottom: -7px;
    text-align: center;
    left: 6%;
    transform: rotate(45deg);
    z-index: 0;
}
.slider_content p.live_text span{
	position:relative;
	z-index: 999999999999;
}
.hover_content .hover_body p.name_item, .hover_content .hover_body p.holding_museum, .hover_content .hover_body p.dynastry {
    margin-bottom: 0;
}

/*============								=============*/

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-size: 14px;
	color: #e6e5e5;
	font-weight: 100;
	font-family: 'Open Sans';
	line-height: 18px;
	filter: alpha(opacity=0);
	opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #113859;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #113859;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #113859;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #113859;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #113859;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #113859;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #113859;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #113859;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #113859;
}
.news_list li {
    list-style: initial;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .inner_contents select {
		-webkit-appearance: menulist-button !important; line-height:24px !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, section.timeline_color select {
		-webkit-appearance: menulist-button !important; line-height:24px !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, select {
		-webkit-appearance: menulist-button !important; line-height:24px !important;
    }
}

/*=========				Style for Cookie					=======*/
footer.cookie_footer {
    margin-bottom: 44px;
}
.cc_banner-wrapper{
	display: none;
}
.cc_banner-wrapper.cookie {
    display: block;
    z-index: 9001;
    position: relative;
}
a#Ds {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #222;
    display: inline-block;
    background: #FFF;
    padding: 3px 15px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.16),0 -3px 10px 0 rgba(0,0,0,0.12);
    position: absolute;
    right: 20px;
    top: 3px;
}
p.cc_message, p.cc_message a{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
p.cc_message {
    top: 5px;
    position: relative;    text-align: center;
}
p.cc_message a{
	text-decoration: underline;
}
p.cc_message a:hover{
	text-decoration: none;
}
.cc_container, .cc_message, .cc_btn {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}
.cc_container {
    background: #222;
	margin: 0px auto;
    color: #fff;
    position: fixed;
	z-index: 99999999999999;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.16),0 -3px 10px 0 rgba(0,0,0,0.12);
}
.cc_container .cc_btn {
    padding: 8px 10px;
    background-color: #f1d600;
    cursor: pointer;
    transition: font-size 200ms;
    text-align: center;
    font-size: 0.6em;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px;
}