/*------------------------------------------------------------------
Project:        Wolfram
Author:         Yevgeny Simzikov
URL:            http://simpleqode.com/
                https://twitter.com/YevSim
                https://www.facebook.com/simpleqode
Version:        2.2.0
Created:        18/08/2014
Last change:    30/04/2015
-------------------------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
	outline: none !important;
}
.navbar-header {
	position: relative;
	z-index: 999;
}

a.nor-anch {padding: 0px 0px !important;background-color: transparent;color: #000 !important;border: none !important;}
a.nor-anch:hover {background-color: transparent !important;color: #6e008e !important;border: none !important;}
a {border-color:transparent !important;}

a.back-to-top {
	background-image: url(../img/gotop.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 25px !important;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	border: none;
	padding: 0px;
	width: 35px;
	height: 45px;
	opacity: 0.3;
	display: none;
}
a.back-to-top:hover {
	opacity: 1;
}
.bg-white-transparent {background: rgba(255, 255, 255, 0.90);}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
      background: #FFF;
    z-index: 999;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}


.login-form-bg{background: #e7e7e7; margin-left:50px}


@media only screen and (min-width: 768px) {
.cd-top {right: 20px;bottom: 20px;}
.smart-Gimg {width:10.55% !important}

}

@media only screen and (max-width: 768px) {
.navbar-header { position:static;}
.menu {top:35px; right:15px;}
#acc-menu { left:0;}
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
  
  .boxes{width: 225px;padding: 15px;margin: 35px 0px 15px 0px;}
  .top-pd{margin-top:40px;}
  
}


 @-webkit-keyframes sh-mousedown {
0% {
background-position:0 -72px
}
100% {
background-position:0 0
}
}
@-moz-keyframes sh-mousedown {
0% {
background-position:0 -72px
}
100% {
background-position:0 0
}
}
@keyframes sh-mousedown {
0% {
background-position:0 -72px
}
100% {
background-position:0 0
}
}


.genre-box {position:relative;}
.genre-box .genre-head {background-image: url(../images/packagetitleBG.png);background-repeat: no-repeat;background-size: 175px;background-position: 0% 0%;height: 60px;font-size: 14px;font-weight: 500;padding: 10px 10px 10px 15px;line-height: 25px;color: #FFF;position: absolute;min-width: 180px;max-width: 170px;top: -45px;left: 5px;}
.genre-box .genre-body {background-color: #ffffff;border: 10px solid #e7e7e7;padding: 15px 0px 0px 0px;margin-left: 15px;}



.mouse-down {
	display: block;
	width: 11px;
	height: 24px;
	/*background: url("images/mouse-down.png") repeat-y;*/
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 70px;
	cursor: pointer;
	-webkit-animation: sh-mousedown 2s linear infinite;
	-moz-animation: sh-mousedown 2s linear infinite;
	-o-animation: sh-mousedown 2s linear infinite;
	animation: sh-mousedown 2s linear infinite;
	opacity: 1;
	-webkit-transition: all 900ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 900ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 900ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 900ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
html {
	font-family: 'Roboto', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
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;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-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;
}
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.html');
	src: url('../fonts/glyphicons-halflings-regulard41d.html?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular-2.html') format('woff2'), url('../fonts/glyphicons-halflings-regular-3.html') format('woff'), url('../fonts/glyphicons-halflings-regular-4.html') format('truetype'), url('../fonts/glyphicons-halflings-regular-5.html#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: "\2a";
}
.glyphicon-plus:before {
	content: "\2b";
}
.glyphicon-euro:before, .glyphicon-eur:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-lock:before {
	content: "\e033";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-bookmark:before {
	content: "\e044";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-camera:before {
	content: "\e046";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-fire:before {
	content: "\e104";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-bell:before {
	content: "\e123";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-wrench:before {
	content: "\e136";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-briefcase:before {
	content: "\e139";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-paperclip:before {
	content: "\e142";
}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-pushpin:before {
	content: "\e146";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}
.glyphicon-cd:before {
	content: "\e201";
}
.glyphicon-save-file:before {
	content: "\e202";
}
.glyphicon-open-file:before {
	content: "\e203";
}
.glyphicon-level-up:before {
	content: "\e204";
}
.glyphicon-copy:before {
	content: "\e205";
}
.glyphicon-paste:before {
	content: "\e206";
}
.glyphicon-alert:before {
	content: "\e209";
}
.glyphicon-equalizer:before {
	content: "\e210";
}
.glyphicon-king:before {
	content: "\e211";
}
.glyphicon-queen:before {
	content: "\e212";
}
.glyphicon-pawn:before {
	content: "\e213";
}
.glyphicon-bishop:before {
	content: "\e214";
}
.glyphicon-knight:before {
	content: "\e215";
}
.glyphicon-baby-formula:before {
	content: "\e216";
}
.glyphicon-tent:before {
	content: "\26fa";
}
.glyphicon-blackboard:before {
	content: "\e218";
}
.glyphicon-bed:before {
	content: "\e219";
}
.glyphicon-apple:before {
	content: "\f8ff";
}
.glyphicon-erase:before {
	content: "\e221";
}
.glyphicon-hourglass:before {
	content: "\231b";
}
.glyphicon-lamp:before {
	content: "\e223";
}
.glyphicon-duplicate:before {
	content: "\e224";
}
.glyphicon-piggy-bank:before {
	content: "\e225";
}
.glyphicon-scissors:before {
	content: "\e226";
}
.glyphicon-bitcoin:before {
	content: "\e227";
}
.glyphicon-btc:before {
	content: "\e227";
}
.glyphicon-xbt:before {
	content: "\e227";
}
.glyphicon-yen:before {
	content: "\00a5";
}
.glyphicon-jpy:before {
	content: "\00a5";
}
.glyphicon-ruble:before {
	content: "\20bd";
}
.glyphicon-rub:before {
	content: "\20bd";
}
.glyphicon-scale:before {
	content: "\e230";
}
.glyphicon-ice-lolly:before {
	content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}
.glyphicon-education:before {
	content: "\e233";
}
.glyphicon-option-horizontal:before {
	content: "\e234";
}
.glyphicon-option-vertical:before {
	content: "\e235";
}
.glyphicon-menu-hamburger:before {
	content: "\e236";
}
.glyphicon-modal-window:before {
	content: "\e237";
}
.glyphicon-oil:before {
	content: "\e238";
}
.glyphicon-grain:before {
	content: "\e239";
}
.glyphicon-sunglasses:before {
	content: "\e240";
}
.glyphicon-text-size:before {
	content: "\e241";
}
.glyphicon-text-color:before {
	content: "\e242";
}
.glyphicon-text-background:before {
	content: "\e243";
}
.glyphicon-object-align-top:before {
	content: "\e244";
}
.glyphicon-object-align-bottom:before {
	content: "\e245";
}
.glyphicon-object-align-horizontal:before {
	content: "\e246";
}
.glyphicon-object-align-left:before {
	content: "\e247";
}
.glyphicon-object-align-vertical:before {
	content: "\e248";
}
.glyphicon-object-align-right:before {
	content: "\e249";
}
.glyphicon-triangle-right:before {
	content: "\e250";
}
.glyphicon-triangle-left:before {
	content: "\e251";
}
.glyphicon-triangle-bottom:before {
	content: "\e252";
}
.glyphicon-triangle-top:before {
	content: "\e253";
}
.glyphicon-console:before {
	content: "\e254";
}
.glyphicon-superscript:before {
	content: "\e255";
}
.glyphicon-subscript:before {
	content: "\e256";
}
.glyphicon-menu-left:before {
	content: "\e257";
}
.glyphicon-menu-right:before {
	content: "\e258";
}
.glyphicon-menu-down:before {
	content: "\e259";
}
.glyphicon-menu-up:before {
	content: "\e260";
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {font-size: 10px;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	/*color: white;*/
	background-color: #ffffff;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #333;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img, .img-width-100 {
	display: block;
	width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
 cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 19px;
	margin-bottom: 20px;
	line-height: 30px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
 @media (min-width: 768px) {
a.back-to-top {
	display: block
}
.lead {
	font-size: 21px;
}
}
small, .small {
	font-size: 85%;
}
mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777777;
}
.text-primary {
	color: #fcae11;
}
a.text-primary:hover {
	color: #d79103;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #fcae11;
}
a.bg-primary:hover {
	background-color: #d79103;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
 @media (min-width: 768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 180px;
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
 @media (min-width: 768px) {
.container {
	width: 750px;
}
}
 @media (min-width: 992px) {
.container {
	width: 970px;
}
}
 @media (min-width: 1200px) {
.container {
	width: 1170px;
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.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-left: 15px;
	padding-right: 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%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
 @media (min-width: 768px) {
.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%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
}
 @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%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
}
 @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%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}
}
table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table .table {
	background-color: #ffffff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
 @media screen and (max-width: 767px) {
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	overflow-style:marqu ee-block;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #dddddd;
}
.table-responsive > .table {
	margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
	white-space: nowrap;
}
.table-responsive > .table-bordered {
	border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
}

.menu{top:25px;}

}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px/* font-weight: bold;*/
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
}
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, 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;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
 color: #999999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999999;
}
.form-control::-webkit-input-placeholder {
 color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height: 42px;
}
input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
	line-height: 30px;
}
input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
	line-height: 46px;
}
}
.form-group {
	margin-bottom: 15px;
}
.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label, .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}
.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline, .checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm, select[multiple].input-sm {
	height: auto;
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.form-group-sm .form-control {
	height: 30px;
	line-height: 30px;
}
textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	min-height: 32px;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg, select[multiple].input-lg {
	height: auto;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px;
}
textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	min-height: 38px;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 52.5px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	pointer-events: none;
}
.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
	top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #ffffff;
}
 @media (min-width: 768px) {
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-inline .form-control-static {
	display: inline-block;
}
.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
}
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
	width: auto;
}
.form-inline .input-group > .form-control {
	width: 100%;
}
.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio, .form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio label, .form-inline .checkbox label {
	padding-left: 0;
}
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
	top: 0;
}
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
 @media (min-width: 768px) {
.form-horizontal .control-label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
 @media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
	padding-top: 14.333333px;
}
}
 @media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
	padding-top: 6px;
}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #333333;
	text-decoration: none;
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default .badge {
	color: #ffffff;
	background-color: #333333;
}
.btn-primary {
	color: #ffffff;
	background-color: #fcae11;
	border-color: #f0a203;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #d79103;
	border-color: #b47902;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #fcae11;
	border-color: #f0a203;
}
.btn-primary .badge {
	color: #fcae11;
	background-color: #ffffff;
}
.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #ffffff;
}
.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #ffffff;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #ffffff;
}
.btn-link {
	color: #fcae11;
	font-weight: normal;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #fcae11;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropup, .dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #fcae11;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

.channels-bkg {background-image:url(../images/channelsBG.jpg);background-position:center top;background-size:cover;}

.packger {background-color:transparent;}
.overed {overflow:hidden;overflow-y:auto;}
.overhigh-100 {max-height:100px;}
.overhigh-150 {max-height:150px;}
.overhigh-200 {max-height:200px;}
.overhigh-250 {max-height:250px;}
.overhigh-300 {max-height:300px;}
.overhigh-350 {max-height:350px;}
.overhigh-400 {max-height:400px;}
.overhigh-500 {max-height:500px;}
.overhigh-500 {max-height:600px;}




 @media (min-width: 768px) {
.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-right .dropdown-menu-left {
	left: 0;
	right: auto;
}
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
	position: relative;
	float: left;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
	z-index: 2;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
 position: absolute;
 clip: rect(0, 0, 0, 0);
 pointer-events: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 46px;
}
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
	height: auto;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
	height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
	z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: -1px;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav > li.disabled > a {
	color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eeeeee;
	border-color: none;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}


.jamTab {}
.jamTab .nav-tabs {}
.jamTab .nav-tabs li {}
.jamTab .nav-tabs li a {padding: 5px 12px;line-height: 25px;background-color: #c2c2c2;color: #515151;font-weight: 400;position:relative;border-radius: 6px 6px 0px 0px !important;z-index: 99;}
.jamTab .nav-tabs li a:hover {background-color: #ababab;}
.jamTab .nav-tabs li.active a {background-color: #1b1b1b;color: #cccccc;}
.jamTab .nav-tabs li.active a:after {content: '';position: absolute;left: 0;right: 0;bottom: -21px;width: 10px;height: 10px;margin: 0px auto;border-color: transparent;border-style: solid;border-width: 10px;border-top-color: #1b1b1b;}
.jamTab .tab-content {background-color: #fbfbfb;border-radius: 0px 0px 20px 20px;border: 1px solid #ddd;border-top: none;}
.jamTab .tab-content .tab-pane {}


.showTaber {}
.showTaber .nav-tabs {float:none;display:block;border-bottom: none;}
.showTaber .tab-content {background-color: #FFF;padding: 10px 15px;min-height: 200px;}
.showTaber .tab-content .form-control {position:relative;}
.showTaber .tab-content .rdal {margin: 0px 5px 20px 5px;}
.showTaber .tab-content .rdal input[type="radio"] {margin-top: 10px;}
.showTaber .nav-tabs li.active a {
border-top: none !important;background: #b847cf;position: relative;border-bottom: 1px solid #bb36bd;color: #fff;
background: -moz-linear-gradient(top, #b847cf 0%, #c147c3 50%, #b532b8 51%, #e553df 100%);
background: -webkit-linear-gradient(top, #b847cf 0%,#c147c3 50%,#b532b8 51%,#e553df 100%);
background: linear-gradient(to bottom, #b847cf 0%,#c147c3 50%,#b532b8 51%,#e553df 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b847cf', endColorstr='#e553df',GradientType=0 );}
.showTaber .nav-tabs li a {border-radius: 0 !important;padding: 6px 12px;line-height: 25px;background-color: #c6c6c6;color: #000;font-weight: 400;font-size: 16px;transition: none;border-top: 1px solid #808080 !important;}

.highlighter {float: none !important;padding: 0px;display: table;margin: 0 auto !Important;}
.highlighter li {}
.highlighter li a {min-width: 200px;background-repeat: no-repeat;padding: 15px 10px !important;text-align: center;color: #767676 !important;font-weight: 500 !important;font-size: 18px !important;}
.highlighter li a.tab_review {background:url(../images/tab_1h.png) !important;background-repeat: no-repeat !important;border: none !important;color: #FFF !Important;}
.highlighter li a.tab_review.active {background:url(../images/tab_2h.png) !important;background-repeat: no-repeat !important;border: none !important;color: #FFF !Important;}
.highlighter li a.tab_confirm {background:url(../images/tab_2.png) !important;background-repeat: no-repeat !important;border: none !important;}
.highlighter li a.tab_confirm.active {background:url(../images/tab_1.png	) !important;background-repeat: no-repeat !important;border: none !important;}
.highlighter li a.tab_payment {background:url(../images/tab_3.png) !important;background-repeat: no-repeat !important;border: none !important;}
.highlighter li a.tab_payment.active {background:url(../images/tab_3h.png) !important;background-repeat: no-repeat !important;border: none !important;color: #FFF !important;}
.highlighter li a.active {}
.highlighter li a:hover {border: none !important;border-radius: 0 !important;color: #303030 !important;}
.highlighter li a::after {display:none !important;}

@media (min-width: 768px) {
.showTaber .nav-tabs {float:left;display:block;padding-right: 0;z-index: 999;}
.showTaber .nav-tabs li a {padding: 10px 10px;}
.showTaber .nav-tabs li.active a:after {content: '';border-color: transparent;border-left-color: #d246cf;border-style: solid;border-width: 22px;position: absolute;right: -45px;top: 0px;bottom: 0px;display: block;}
.showTaber .tab-content {margin-left: -7.555%;padding: 6% 8%;}
.nav-tabs.nav-justified > li {
	display: table-cell;
	width: 1%;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 0;
}
}

@media (max-width: 768px) {
.jamTab {}
.showTaber .nav-tabs {padding:0;}
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #dddddd;
}
 @media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #dddddd;
	border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
	border-bottom-color: #ffffff;
}
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #fcae11;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
 @media (min-width: 768px) {
.nav-justified > li {
	display: table-cell;
	width: 1%;
}
.nav-justified > li > a {
	margin-bottom: 0;
}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
	border: 1px solid #dddddd;
}
 @media (min-width: 768px) {
.nav-tabs-justified > li > a {
	border-bottom: 1px solid #dddddd;
	border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
	border-bottom-color: #ffffff;
}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	min-height: 70px;
	/*margin-bottom: 20px;*/
	border: 1px solid transparent;
}
 @media (min-width: 768px) {
.navbar {
	border-radius: 4px;
}
}
 @media (min-width: 768px) {
.navbar-header {
	float: left;
}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
	overflow-y: auto;
}
 @media (min-width: 768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none;
}
.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
.navbar-collapse.in {
	overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}
 @media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 200px;
}
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-right: -15px;

	margin-left: -15px;
}
 @media (min-width: 768px) {

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
 @media (min-width: 768px) {
.navbar-static-top {
	border-radius: 0;
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
 @media (min-width: 768px) {
.navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	padding: 10px;
	font-size: 18px;
	line-height: 20px;
	height: 70px;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
 @media (min-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: -15px;
}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
 @media (min-width: 768px) {
.navbar-toggle {
	display: none;
}
}
.navbar-nav {
	margin: 12.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width: 767px) {
.controls.gray_gradientbg li a small {display: block;clear: both;padding-left: 15px;padding-right: 15px;white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;font-size: 14px !important;font-weight: 500;text-align: center;}
.controls.gray_gradientbg li a img {display:block;margin:0px auto;}
.owl-carousel .owl-item {/*min-width: 1% !important;width: 12% !important;display: table-row;max-width: 14% !important;text-align: center;*/}
.owl-carousel .owl-wrapper {/*display: table !Important;width: 110em !Important;max-width: 1360px;*/}
#custom_carousel .controls ul {padding-left: 25px !important;padding-right: 25px !important;}
.customNavigation a.prev {left: 0%;background-color: rgba(47, 47, 47, 0.26);}
.customNavigation a.next {right: 0%;background-color: rgba(47, 47, 47, 0.26);}
.customNavigation a.prev,
.customNavigation a.next {top: 100px;background-color: rgba(47, 47, 47, 0.26);padding: 10px 8px;line-height: 60px;}


.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
	background-image: none;
}
}





@media (max-width: 500px) {
.controls.gray_gradientbg li a img {display: block;margin: 0 auto;float: none !important;}
.controls.gray_gradientbg li a small {display: block;clear: both;padding-left: 0px;padding-right: 0px;max-height: 40px;}
.controls.gray_gradientbg li {width:100%}
.owl-carousel .owl-item {/*min-width: 12em !important;width: auto !important;display: table-row;max-width: 160px !important;text-align: center;*/}
.owl-carousel .owl-wrapper {/*display: table !Important;width: 120em !Important;max-width: 1600px;*/}
#custom_carousel .controls ul {padding-left: 25px !important;padding-right: 25px !important;}
.customNavigation a.prev {left: 0%;background-color: rgba(47, 47, 47, 0.26);}
.customNavigation a.next {right: 0%;background-color: rgba(47, 47, 47, 0.26);}
.customNavigation a.prev,
.customNavigation a.next {top: auto;bottom: 0%;background-color: rgba(47, 47, 47, 0.26);padding: 10px 8px;line-height: 60px;}
}

@media (max-width: 360px) {
.owl-carousel .owl-item {/*min-width: 0px !important;width: 120px !important;*/}
}


.cooki-icon li img {margin:0px auto;display:block}
.cooki-icon li h4 {font-weight: 600;font-size: 15px;text-align: center;}

@media (min-width: 992px) {
.cooki-icon {display: table;margin: 0 auto;float: none;}
.cooki-icon li {width:20%}
.cooki-icon li img {max-width: 70px;}
}
 @media (min-width: 768px) {
.navbar-nav {
	float: right;
	margin: 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 14px;
	margin-bottom: 14px;
}
 @media (min-width: 768px) {
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.navbar-form .form-control-static {
	display: inline-block;
}
.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle;
}
.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
	width: auto;
}
.navbar-form .input-group > .form-control {
	width: 100%;
}
.navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .radio, .navbar-form .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .radio label, .navbar-form .checkbox label {
	padding-left: 0;
}
.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
	top: 0;
}
}
 @media (max-width: 767px) {

.hidertd .table tr th:nth-child(n+5):nth-child(-n+8) {/*display:none*/}
.hidertd .table tr td:nth-child(n+5):nth-child(-n+8) {/*display:none*/}

.navbar-form .form-group {
	margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
	margin-bottom: 0;
}
}
 @media (min-width: 768px) {
.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: -4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-btn.btn-sm {
	margin-top: 20px;
	margin-bottom: 20px;
}
.navbar-btn.btn-xs {
	margin-top: 24px;
	margin-bottom: 24px;
}
.navbar-text {
	margin-top: 25px;
	margin-bottom: 25px;
}
 @media (min-width: 768px) {
.navbar-text {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
}
 @media (min-width: 768px) {
.navbar-left {
	float: left !important;
}
.navbar-right {
	float: right !important;
	margin-right: -15px;
}
.navbar-right ~ .navbar-right {
	margin-right: 0;
}
}
.navbar-default {
	background-color: rgba(126, 78, 159, 0.54) !important;
	;
	border-color: transparent;
}
.navbar-default .navbar-brand {
	color: white;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #fcae11;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: white;
}
.navbar-default .navbar-nav > li > a {
	color: white;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fcae11;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fcae11;
	background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: rgba(255, 255, 255, 0.5);
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #fcae11;
}
 @media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: white;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fcae11;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fcae11;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: rgba(255, 255, 255, 0.5);
	background-color: transparent;
}
}
.navbar-default .navbar-link {
	color: white;
}
.navbar-default .navbar-link:hover {
	color: #fcae11;
}
.navbar-default .btn-link {
	color: white;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #fcae11;
}
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse {
	background-color: #222222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #080808;
	color: #ffffff;
}
 @media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
	border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #ffffff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444444;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #cccccc;
}
.breadcrumb > .active {
	color: #777777;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #774BF7;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;/*border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;*/
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
/*border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;*/
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #774BF7;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #774BF7;
	border-color: #774BF7;
	cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #777777;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .next > a, .pager .next > span {
	float: right;
}
.pager .previous > a, .pager .previous > span {
	float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
	color: #777777;
	background-color: #ffffff;
	cursor: not-allowed;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
a.label:hover, a.label:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #fcae11;
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #d79103;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #c9302c;
}

.ballBox {}
.ballBox li {list-style-type: decimal;margin-bottom: 13px;font-size: 15px;}
.ballBox p.text-padd {padding-left:20px;margin-bottom: 15px;}

.iconBox {background-color: #FFF;border-radius: 50%;display: block;max-width: 130px;min-height: 130px;margin: auto;border: 1px solid #999;}
.iconBox img {display: block;margin: 25px auto;}


.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #777777;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}
a.badge:hover, a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: #fcae11;
	background-color: #ffffff;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
.jumbotron {
	padding: 30px 15px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eeeeee;
}
.jumbotron h1, .jumbotron .h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 6px;
}
.jumbotron .container {
	max-width: 100%;
}
 @media screen and (min-width: 768px) {
.jumbotron {
	padding: 48px 0;
}
.container .jumbotron, .container-fluid .jumbotron {
	padding-left: 60px;
	padding-right: 60px;
}
.jumbotron h1, .jumbotron .h1 {
	font-size: 63px;
}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
	margin-left: auto;
	margin-right: auto;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #fcae11;
}
.thumbnail .caption {
	padding: 9px;
	color: white;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p, .alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
 from {
 background-position: 40px 0;
}
to {
	background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
 from {
 background-position: 40px 0;
}
to {
	background-position: 0 0;
}
}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #fcae11;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.progress-striped .progress-bar, .progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}
.progress.active .progress-bar, .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media, .media-body {
	zoom: 1;
	overflow: hidden;
}
.media-body {
	width: 10000px;
}
.media-object {
	display: block;
}
.media-right, .media > .pull-right {
	padding-left: 10px;
}
.media-left, .media > .pull-left {
	padding-right: 10px;
}
.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-bottom {
	vertical-align: bottom;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}
.list-group-item {position: relative;display: block;padding: 10px 15px;line-height: 30px;margin-bottom: -1px;background-color: #ffffff;border: 1px solid #dddddd;}
.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
a.list-group-item {
	color: #555555;
}
a.list-group-item .list-group-item-heading {
	color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
	text-decoration: none;
	color: #555555;
	background-color: #f5f5f5;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #777777;
	cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
	color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #fcae11;
	border-color: #fcae11;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
	color: #fff3da;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
	padding: 15px;
}
.panel-body.font_normal {
	line-height: 24px;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: inherit;
	font-weight: 400;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
	color: inherit;
}
.panel-title > a:hover {
	text-decoration: none;
	color: #000;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .list-group, .panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.list-group + .panel-footer {
	border-top-width: 0;
}
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
	margin-bottom: 0;
}
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
	border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #dddddd;
}
.panel-default {
	border-color: #dddddd;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {border-top-color: #dddddd;}
.panel-default > .panel-heading + .panel-collapse > .panel-body a {color: #131313;}

.panel-default > .panel-heading .badge {color: #f5f5f5;background-color: #333333;}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #dddddd;
}
.panel-primary {
	border-color: #fcae11;
}
.panel-primary > .panel-heading {
	color: #ffffff;
	background-color: #fcae11;
	border-color: #fcae11;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #fcae11;
}
.panel-primary > .panel-heading .badge {
	color: #fcae11;
	background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #fcae11;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover, .close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
 @media (min-width: 768px) {
.homepopup .modal-dialog {
	width: 700px;
	margin: 8% auto;
}
.modal-dialog {
	width: 900px;
	margin: 30px auto;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
	width: 300px;
}
}
 @media (min-width: 992px) {
.modal-lg {
	width: 900px;
}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	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: #000000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #ffffff;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #ffffff;
}
.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #ffffff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #ffffff;
	bottom: -10px;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	line-height: 1;
}

.shine-head {background-color: #FFF;color: #7C1EA8;border-bottom: 2px solid #7C1EA8;padding-bottom: 10px !Important;font-weight: 300;position:relative}
.shine-head span {color: #7C1EA8;}
.shine-head:after {content:'';position: absolute;bottom: 0;left: 0%;right: 0%;width: 50px;height: 5px;background-color: #7C1EA8;}
.pro-head {border-bottom: 1px solid #777777;padding: 0px 0px 15px 0px;text-align: center;font-size: 28px;font-weight: 300;color: #777777;}
.white-wrapper {background-color:#FFF}
.match-box {height: 50px;border-color: #c42db7;}
.match-box::-moz-placeholder {color: #c42db7;opacity: 1;font-size:15px !important;}
.match-box:-ms-input-placeholder {color: #c42db7;font-size:15px !important;}
.match-box::-webkit-input-placeholder {color: #c42db7;font-size:15px !important;}


 @media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	-moz-transition: -moz-transform 0.6s ease-in-out;
	-o-transition: -o-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
}
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	left: 0;
}
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	left: 0;
}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0;
}
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 8%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	line-height: 1;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
 @media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -15px;
}
.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px;
}
.carousel-indicators {
	bottom: 20px;
}
}
.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 {
	content: " ";
	display: table;
}
.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 {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.affix {
	position: fixed;
}
@-ms-viewport {
 width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}
 @media (max-width: 767px) {
.visible-xs {
	display: block !important;
}
table.visible-xs {
	display: table;
}
tr.visible-xs {
	display: table-row !important;
}
th.visible-xs, td.visible-xs {
	display: table-cell !important;
}
}
 @media (max-width: 767px) {
.visible-xs-block {
	display: block !important;
}
}
 @media (max-width: 767px) {
.visible-xs-inline {
	display: inline !important;
}
}
 @media (max-width: 767px) {
.visible-xs-inline-block {
	display: inline-block !important;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
	display: block !important;
}
table.visible-sm {
	display: table;
}
tr.visible-sm {
	display: table-row !important;
}
th.visible-sm, td.visible-sm {
	display: table-cell !important;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
	display: block !important;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
	display: inline !important;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
	display: inline-block !important;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
	display: block !important;
}
table.visible-md {
	display: table;
}
tr.visible-md {
	display: table-row !important;
}
th.visible-md, td.visible-md {
	display: table-cell !important;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
	display: block !important;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
	display: inline !important;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
	display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
	display: block !important;
}
table.visible-lg {
	display: table;
}
tr.visible-lg {
	display: table-row !important;
}
th.visible-lg, td.visible-lg {
	display: table-cell !important;
}
}
 @media (min-width: 1200px) {
.visible-lg-block {
	display: block !important;
}
}
 @media (min-width: 1200px) {
.visible-lg-inline {
	display: inline !important;
}
}
 @media (min-width: 1200px) {
.visible-lg-inline-block {
	display: inline-block !important;
}
}
 @media (max-width: 767px) {
/*.slide-out-div1, .slide-out-div2, .hidden-xs {
	display: none !important;
}*/
.slide-out-div1{
	display: block !important;
}

.hidden-xs {	display: none !important;}
.accordionOnemob{ display:none !important; }

}
 @media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
	display: none !important;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
	display: none !important;
}
}
 @media (min-width: 1200px) {
.hidden-lg {
	display: none !important;
}
}
.visible-print {
	display: none !important;
}
 @media print {
.visible-print {
	display: block !important;
}
table.visible-print {
	display: table;
}
tr.visible-print {
	display: table-row !important;
}
th.visible-print, td.visible-print {
	display: table-cell !important;
}
}
.visible-print-block {
	display: none !important;
}
 @media print {
.visible-print-block {
	display: block !important;
}
}
.visible-print-inline {
	display: none !important;
}
 @media print {
.visible-print-inline {
	display: inline !important;
}
}
.visible-print-inline-block {
	display: none !important;
}
 @media print {
.visible-print-inline-block {
	display: inline-block !important;
}
}
 @media print {
.hidden-print {
	display: none !important;
}
}
/* -------------------- *\
    #BUTTONS
\* -------------------- */
/**
 * Buttons base styles
 */
/* Default button */
.btn-default {
	border-radius: 0;
	border: 2px solid #fcae11;
	background: transparent;
	color: #fcae11;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: border-color 0.3s, color 0.3s;
	-o-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
}
.btn-default > span {
	position: relative;
	-webkit-transition: left 0.3s, opacity 0.3s;
	-o-transition: left 0.3s, opacity 0.3s;
	transition: left 0.3s, opacity 0.3s;
}
.btn-default > span:first-child {
	left: -12px;
	width: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.btn-default > span:last-child {
	left: -7px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus {
	border-color: #fcae11;
	background: transparent;
	color: #fcae11;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.btn-default:hover > span:first-child, .btn-default:focus > span:first-child, .btn-default:active > span:first-child, .btn-default:active:focus > span:first-child {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.btn-default:hover > span:last-child, .btn-default:focus > span:last-child, .btn-default:active > span:last-child, .btn-default:active:focus > span:last-child {
	left: 0;
}
/* Primary button */
.btn-primary {
	border-radius: 0;
	border: 2px solid white;
	background: transparent;
	color: white;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: border-color 0.3s, color 0.3s;
	-o-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
}
.btn-primary > span {
	position: relative;
	-webkit-transition: left 0.3s, opacity 0.3s;
	-o-transition: left 0.3s, opacity 0.3s;
	transition: left 0.3s, opacity 0.3s;
}
.btn-primary > span:first-child {
	left: -12px;
	width: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.btn-primary > span:last-child {
	left: -7px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
	border-color: #fcae11;
	background: transparent;
	color: #fcae11;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.btn-primary:hover > span:first-child, .btn-primary:focus > span:first-child, .btn-primary:active > span:first-child, .btn-primary:active:focus > span:first-child {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.btn-primary:hover > span:last-child, .btn-primary:focus > span:last-child, .btn-primary:active > span:last-child, .btn-primary:active:focus > span:last-child {
	left: 0;
}
/* Extra large button */
.btn-xl {
	padding: 15px 24px;
}

/* -------------------- *\
    #NAVBAR
\* -------------------- */
@media (min-width: 768px) {
.navbar-default {background: rgba(126, 78, 159, 0.54) !important;}
}
/**
 * Navbar transform
 */
.navbar {
	border-width: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
 @media (min-width: 768px) {
.navbar__initial {
	padding-top: 0px;
}
}
/**
 * Navbar links and brand name
 */
.navbar-brand, .navbar-nav > li > a {
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.navbar-nav > li > a {
	position: relative;
	font-size: 15px;
	font-weight: 300;/* text-transform: uppercase; */
}

/**
 * Navbar links underline
 */
@media (min-width: 768px) {

.navbar-nav > li {
/* Do not underline disabled links */
}
.navbar-nav > li > a {
/* Underline links on hover */
}
.navbar-nav > li > a::after {
	content: "";
	display: block;
	position: absolute;
	left: 51%;
	right: 51%;
	bottom: 0;
	height: 0;
	border-bottom: 3px solid #6d3594;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-nav > li > a:hover::after, .navbar-nav > li > a:focus::after {
	left: 0;
	right: 0;
}
.navbar-nav > li.disabled > a::after {
	display: none;
}
}
/**
 * Navbar toggle
 */
.navbar-toggle .icon-bar {
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
	background: #fcae11;
}
/* -------------------- *\
    #SIDEBAR
\* -------------------- */
/**
 * Sidebar button
 */
.sidebar__btn {
	padding: 25px 15px 10px;
	cursor: pointer;
	color: white;
}
.sidebar__btn_open {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
}
.sidebar-btn__caption, .sidebar-menu__ul > li > a {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}
.sidebar-btn__caption {
	margin-right: 5px;
}
.sidebar-btn__icon {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sidebar-btn-icon__unhover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.sidebar-btn-icon__hover {
	margin-left: -16px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.sidebar__btn:hover .sidebar-btn-icon__unhover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
	filter: alpha(opacity=0);
}
.sidebar__btn:hover .sidebar-btn-icon__hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 1;
	filter: alpha(opacity=100);
}
/**
 * Sidebar menu
 */
.sidebar__menu {
	position: fixed;

	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	overflow: auto;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
 @media (min-width: 768px) {
.sidebar__menu {
	background-color: rgba(0, 0, 0, 0.3);
}
}
.sidebar__menu_hidden {
	right: -100%;
}
 @media (min-width: 200px) {
.sidebar__menu {
	width: 200px;
}
.sidebar__menu_hidden {
	right: -200px;
}
}
/* Sidebar brand */
.sidebar-menu__brand {
	color: white;
	padding: 25px 15px;
	font-size: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* Sidebar links */
.sidebar-menu__ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.sidebar-menu__ul > li > a {
	display: block;
	padding: 10px 15px;
	color: white;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.sidebar-menu__ul > li > a:hover, .sidebar-menu__ul > li > a:focus {
	background: transparent;
	color: #fcae11;
}
.sidebar-menu__ul > li.active > a {
	color: #fcae11;
}
/* -------------------- *\
    #LAYOUT :: CLASSIC
\* -------------------- */
html {
	height: 100% !important;/* Added !important to override smoothscroll.js height: auto; */
}
body.classic {
	position: relative;
	height: 100%;
	color: #555555;
	text-shadow: none;/* General *//* Sidebar *//* Welcome */
  /* Portfolio */
  /* Team */
  /* Contact */
  /* Alert message */
  /* reCAPTCHA custom styling */
  /* Google maps */
  /* Footer */
}
body.classic::after {
	content: "";
}
body.classic .heading {
	margin-top: 0;
}
body.classic .site-wrapper {
	padding-top: 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid #eee;
}
body.classic #about {
	padding-bottom: 50px;
}
body.classic #about + .site-wrapper, body.classic #pricing, body.classic #team, body.classic #features {
	padding-bottom: 30px;
}
body.classic #portfolio {
	padding-bottom: 60px;
}
body.classic .sidebar__btn_open.sidebar__btn_alt {
	color: #555555;
}
body.classic .welcome_classic {
	display: table;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background-image: url(../img/bg-pattern_alt.png), url(../img/screen-bg_11.jpg);
	background-position: top left, center center;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	background-attachment: fixed;
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
}
body.classic .welcome-classic__inner {
	display: table-cell;
	vertical-align: middle;
}
body.classic #portfolio {
	background: url(../img/screen-bg_12.jpg) center center / cover no-repeat fixed #f9f9f9;
}
body.classic .portfolio__items > .row > div {
	padding-left: 5px;
	padding-right: 5px;
}
body.classic .portfolio__item {
	margin-bottom: 10px;
	padding: 7px;
	background-color: white;
	border: 1px solid #eee;
}
body.classic .portfolio-item__mask {
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	width: auto;
	height: auto;
}
body.classic #team {
	/*background-image: url(../img/bg-pattern.png), url(../img/screen-bg_5.jpg);*/
	background-image: url(../img/bg-pattern.png);
	background-position: top left, center center;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	background-attachment: fixed;
	color: white;
}
body.classic #contact {
	background-image: -webkit-linear-gradient(#f9f9f9, white 25%, white);
	background-image: -o-linear-gradient(#f9f9f9, white 25%, white);
	background-image: linear-gradient(#f9f9f9, white 25%, white);
	background-repeat: no-repeat;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffffffff', GradientType=0);
}
body.classic .contact__form {
	margin-bottom: 0;
}
body.classic .contact__form .form-control {
	border: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	color: #555555;
	-webkit-box-shadow: none;
	box-shadow: none;
}
body.classic .contact__form .form-control::-moz-placeholder {
 color: #777777;
 opacity: 1;
}
body.classic .contact__form .form-control:-ms-input-placeholder {
 color: #777777;
}
body.classic .contact__form .form-control::-webkit-input-placeholder {
 color: #777777;
}
body.classic .contact__form .form-control:focus {
	color: #555555;
}
body.classic .contact__form .form-control:focus::-moz-placeholder {
 color: #777777;
 opacity: 1;
}
body.classic .contact__form .form-control:focus:-ms-input-placeholder {
 color: #777777;
}
body.classic .contact__form .form-control:focus::-webkit-input-placeholder {
 color: #777777;
}
body.classic .contact-form__alert {
	text-align: center;
}
body.classic .recaptcha__merge {
	position: relative;
}
body.classic .recaptcha-merge__action {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 10px;
	margin-top: -25px;
}
body.classic .recaptcha-merge__action > a {
	display: block;
	text-align: right;
	text-shadow: 0 0 1px white;
	color: #333333;
}
body.classic #recaptcha_image {
	margin-bottom: 15px;
}
body.classic #recaptcha_image > img {
	border-radius: 3px;
}
body.classic #recaptcha_image br:first-of-type {
	display: none;
}
body.classic #recaptcha_image, body.classic #recaptcha_image > img {
	width: 100% !important;
	height: auto !important;
}
body.classic #recaptcha_audio_play_again {
	cursor: pointer;
}
body.classic .contact__map {
	width: 100%;
	height: 500px;
	margin: -70px 0;
}
body.classic footer {
	width: 100%;
	left: 0;
	bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	line-height: 40px;
	text-align: center;
}
body.classic footer a, body.classic footer a:hover, body.classic footer a:focus {
	color: white;
}
body.classic footer .social__item {
	text-align: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1em;
	display: inline-block;
	background: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
body.classic footer .social__item:hover, body.classic footer .social__item:focus {
	background-color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

/**
 * Responsive
 */
@media (min-width: 768px) {
/* General */
body.classic .site-wrapper {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom: 1px solid #eee;
}
body.classic #about {
	padding-bottom: 80px;
}
body.classic #about + .site-wrapper, body.classic #pricing, body.classic #team, body.classic #features {
	padding-bottom: 60px;
}
#portfolio {
	padding-bottom: 90px;
}
/* Navbar & sidebar */
body.classic .navbar-default, body.classic .sidebar__menu {
	background-color: rgba(0, 0, 0, 0.6);
}
/* Footer */
body.classic footer {
	text-align: left;
}
body.classic .social__items {
	text-align: right;
}
/* Footer */
body.classic .contact__map {
	height: 500px;
	margin: -100px 0;
}
}
/**
 * CONTENTS
 *
 *
 * #GENERAL.....................Template base structure and general elements
 *
 * #SLIDING BACKGROUND IMAGE....About screen styles
 *
 * #ABOUT SCREEN................About screen styles
 *
 * #PORTFOLIO SCREEN............Portfolio screen styles
 *
 * #PRICING SCREEN..............Pricing screen styles
 *
 * #TEAM SCREEN.................Our team screen styles
 *
 * #FEATURES SCREEN.............Key features screen styles
 *
 * #CONTACT SCREEN..............Contact us screen styles
 *
 *
 */
/* -------------------- *\
    #GENERAL
\* -------------------- */
/*
 * Preloader
 */
.preloader, .preloader__img {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.preloader {
	position: fixed;
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	z-index: 999998;
}
.preloader::before, .preloader::after {
	content: "";
	display: block;
	position: absolute;
	width: 200%;
	height: 50%;
	left: -50%;
	background: #222;
	-webkit-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.preloader::before {
	top: 0;
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}
.preloader::after {
	bottom: 0;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.preloader.active::before, .preloader.active::after {
	height: 0;
	-webkit-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
}
.preloader__img {
	position: absolute;
	margin: auto;
	z-index: 999999;
}
/**
 * Background pattern
 */
.bg-pattern {
	position: fixed;
	background-image: url(../img/bg-pattern.png);
	background-repeat: repeat;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
/**
 * Backstretch carousel
 */
.backstretch-carousel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -2;
}
/**
 * fullPage.js slides controls
 */
/* Arrows right & left */
.fp-controlArrow {
	top: auto;
	bottom: 20px;
	width: 31px;
	height: 31px;
	margin-top: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.fp-controlArrow:hover, .fp-controlArrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.fp-controlArrow.fp-prev {
	width: 31px;
	border: 0;
	background: url(../img/arrows.png) bottom center no-repeat;
}
.fp-controlArrow.fp-next {
	width: 31px;
	border: 0;
	background: url(../img/arrows.png) top center no-repeat;
}
 @media (min-width: 768px) {
.fp-controlArrow {
	top: 50%;
	bottom: auto;
	margin-top: -15px;
}
}
/* Indicators */
.fp-slidesNav ul li {
	width: 11px;
	height: 11px;
	margin: 3px;
}
.fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
	height: 11px;
	width: 11px;
	margin: 0;
	border-radius: 50%;
	background: white;
}
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 11px;
	width: 11px;
	border: 1px solid white;
	background: transparent;
	left: 0%;
	top: 0%;
	margin: 0;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.fp-slidesNav ul li:hover a span {
	width: 11px;
	height: 11px;
	margin: 0;
	background: white;
}
/**
 * Base structure
 */
body {
/*  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
  Preloading images for Backstretch plugin */
}
body::after {
	/*content: url(../img/screen-bg_1.jpg) url(../img/screen-bg_2.jpg) url(../img/screen-bg_3.jpg) url(../img/screen-bg_4.jpg) url(../img/screen-bg_5.jpg) url(../img/screen-bg_6.jpg) url(../img/screen-bg_7.jpg);*/
	display: none;
}
/*
 * General elements
 */
.heading__pre {
	text-align: center;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.5);
}
.heading__pre::before, .heading__pre::after {
	content: "-";
	margin: 0 5px;
}
.heading__pre + .heading {
	margin-top: 0 !important;
}
.heading {
	margin: 80px auto 20px;
	/*text-align: center;
  text-transform: uppercase;*/
	font-size: 28px;
}
.heading_lg {
	font-size: 36px;
	font-weight: 300;
	line-height: 48px;
}
.heading__sub {
	font-size: 20px;
	/* font-style: italic; */
   /* background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;*/
	padding-bottom: 15px;
	clear: both;
	font-weight: 300;
}
.heading + .heading__sub {
	margin: -40px auto 0px;
}
 @media (max-width: 768px) {
.heading {
	margin-top: 0;
	font-size: 36px;
}
.heading_lg {
	font-size: 36px;
	/*background-color: rgba(0, 0, 0, 0.4);
 	padding: 10px 20px;*/
	clear: both;
}
}
/* -------------------- *\
    #SLIDING BACKGROUND IMAGE
\* -------------------- */
/**
 * Requires '<body class="sliding-image">...<script type="text/javascript">
 var urlmenu = document.getElementById( 'pack_menu1' );
 urlmenu.onchange = function() {      window.open( this.options[ this.selectedIndex ].value , "_self");
 };

 * Requires custom_sliding.js
 * Refer to custom_sliding.js (#FULLPAGE.JS -> Navigation) for the full list of anchors
 */
.sliding-image .site-wrapper, .sliding-image .site-wrapper__slide {
	background-position: top center, center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sliding-image .site-wrapper[data-anchor="welcome"] {
	background-image: url(../img/bg-pattern.png), /*url(../img/screen-bg_1.jpg)*/;
}
.sliding-image .site-wrapper[data-anchor="about"] {
	background-image: url(../images/product-bg.jpg);
}
.sliding-image .site-wrapper.dis,
.sliding-image .site-wrapper.productBG,
.sliding-image .site-wrapper[data-anchor="portfolio"] {background-image: url(../images/product-bg.jpg);background-size: cover;background-position: left 25%;background-repeat: no-repeat}
.sliding-image .site-wrapper[data-anchor="pricing"] {
	background-image: url(../images/product-bg.jpg);
}
.sliding-image .site-wrapper[data-anchor="team"] {
	background-image: url(../images/product-bg.jpg);
}
.sliding-image .site-wrapper[data-anchor="features"] {
	background-image: url("../images/footer.jpg");
	background-position: center center;
	background-size: cover;
}
.sliding-image .site-wrapper.footer {
	background-image: url("../images/footer.jpg");
	background-position: center center;
	background-size: cover;
}
.sliding-image .site-wrapper.product-bg {
	background-image: url(../images/products/bg-inner.jpg);
	background-position: center center;
	background-size: cover;
}

.sliding-image .site-wrapper.big_footer,
.sliding-image .site-wrapper[data-anchor="contact"],
.sliding-image .site-wrapper[data-anchor="features1"] {background-image: url(../images/footer.jpg);}

/**
 * Slideshow options for index_sliding_slideshow.html
 */

.package-wrap__slide_1 {
	background-image: url(../images/pack-1.jpg) !important;
}
a.pack_roi_link {
	width: 25%;
	height: 100%;
	float: left;
}
a.pack_south_link {
	width: 25%;
	height: 100%;
	float: left;
}
a.pack_delhi_link {
	width: 25%;
	height: 100%;
	float: left;
}
a.pack_jnk_link {
	width: 25%;
	height: 100%;
	float: left;
}
.package-wrap__slide_2 {
	background-image: url(../images/pack-2.jpg);
}
/**
 * Slideshow options for index_sliding_slideshow.html
 */
.smart-wrap__slide_active {background-image: url(../images/actserv/active_services.jpg)!important;background-position: center center, center center !important;}
.smart-wrap__slide_1 {background-image: url(../images/actserv/smart-kids.jpg)!important;background-position: center center, center center !important;}
.smart-wrap__slide_2 {background-image: url(../images/actserv/samrt-english.jpg)!important;background-position: center center, center center !important;}
.smart-wrap__slide_3 {background-image: url(../images/actserv/bg-3.jpg)!important;background-position: center center, center center !important;}
.smart-wrap__slide_4 {background-image: url(../images/actserv/bg-6.jpg);background-position: center center, center center !important;}
.smart-wrap__slide_5 {background-image: url(../images/actserv/d2h-music.jpg) !important;background-position: center center, center center !important;}
.smart-wrap__slide_6 {background-image: url(../images/actserv/d2h-movies.jpg) !important;background-position: center center, center center !important;}
.smart-wrap__slide_7 {background-image: url(../images/actserv/d2h-cinema.jpg) !important;background-position: center center, center center !important;}
.d2h_cinema1 {background-image: url(../images/d2hcinema/d2h-cinema1.jpg) !important;background-position: center center, center center !important;}
.d2h_cinema2 {background-image: url(../images/d2hcinema/d2h-cinema2.jpg) !important;background-position: center center, center center !important;}
.d2h_cinema3 {background-image: url(../images/d2hcinema/d2h-cinema3.jpg) !important;background-position: center center, center center !important;}
.d2h_cinema1hd {background-image: url(../images/d2hcinema/d2h-cinema1hd.jpg) !important;background-position: center center, center center !important;}
.d2h_cinema2hd {background-image: url(../images/d2hcinema/d2h-cinema2hd.jpg) !important;background-position: center center, center center !important;}
.d2h_cinema3hd {background-image: url(../images/d2hcinema/d2h-cinema3hd.jpg) !important;background-position: center center, center center !important;}
.d2h_hollywoood1hd {background-image: url(../images/d2hcinema/d2h-hollywood1hd.jpg) !important;background-position: center center, center center !important;}
.d2h_hollywoood2hd {background-image: url(../images/d2hcinema/d2h-hollywood2hd.jpg) !important;background-position: center center, center center !important;}
.d2h_hollywoood3hd {background-image: url(../images/d2hcinema/d2h-hollywood3hd.jpg) !important;background-position: center center, center center !important;}
.smart-wrap__slide_8 {background-image: url(../images/actserv/d2h-cinema-hd.jpg) !important;background-position: center center, center center !important;}
.smart-wrap__slide_9 {background-image: url(../images/actserv/d2h-hollywood.jpg) !important;background-position: center center, center center !important;}
.smart-wrap__slide_10 {background-image:url(../images/actserv/smart_cooking-bkg.jpg) !important;background-position: center center, center center !important;}
.KKW-BKG {background-image:url(../images/kkw-bkg.jpg) !important;background-position: center center, center center !important;}

.d2h_darshan1 {background-image: url(../images/d2h_darshan/d2h-darshan1.jpg)  !important;background-position: center center, center center !important;}
.d2h_darshan2 {background-image: url(../images/d2h_darshan/d2h-darshan2.jpg)  !important;background-position: center center, center center !important;}
.d2h_darshan3 {background-image: url(../images/d2h_darshan/d2h-darshan3.jpg)  !important;background-position: center center, center center !important;}
.d2h_darshan4 {background-image: url(../images/d2h_darshan/d2h-darshan4.jpg)  !important;background-position: center center, center center !important;}
.d2h_darshan5 {background-image: url(../images/d2h_darshan/d2h-darshan5.jpg)  !important;background-position: center center, center center !important;}
.d2h_darshan6 {background-image: url(../images/d2h_darshan/d2h-darshan6.jpg)  !important;background-position: center center, center center !important;}

.smart-remote {background-image:url(../images/smart_remote/smart_remote_bg.jpg) !important;background-position: center center, center center !important;}
.smart-re-bkg {background-image:url(../images/smart_remote/img_4.jpg) !important;background-position: center center, center center !important;}
.d2h-life-4k-bkg {background-image:url(../images/d2h_life_4k_bkg.jpg) !important;background-position: center center, center center !important;}
/**
 * Slideshow options for index_sliding_slideshow.html
 */
 
.ltr-wrap__slide_1 {
	background-image: url(../images/ltr/1.jpg);
}
.ltr-wrap__slide_2 {
	background-image: url(../images/ltr/2.jpg);
	background-position: bottom left, center center !important;
}
/**
 * Slideshow options for index_sliding_slideshow.html
 */
 
 

.d2happs-wrap__slide_1 {
	background-image: url(../images/d2happs/1.jpg);
}
.d2happs-wrap__slide_2 {
	background-image: url(../images/d2happs/2.jpg);
	background-position: bottom left, center center !important;
}
.d2happs-wrap__slide_3 {
	background-image: url(../images/d2happs/3.jpg);
	background-color: #f3f3f3 !important;
}
.d2happs-wrap__slide_4 {
	background-image: url(../images/d2happs/4.jpg);
	background-color: #fefefe !important;
}
/* -------------------- *\
    #ABOUT SCREEN
\* -------------------- */
.about__item {
	margin-bottom: 40px;
	text-align: center;
}
.about-item__title {
	margin-top: 0;
	margin-bottom: 20px;
}
.about-item-title__icon {
	margin-right: 10px;
	color: #fcae11;
}
.about-item__content {
	margin-bottom: 0;
}
/* -------------------- *\
    #PORTFOLIO SCREEN
\* -------------------- */
/**
 * Portfolio navigation
 */
.portfolio__nav {
	text-align: center;
	margin-bottom: 35px;
}
.portfolio__nav > a {
	margin-bottom: 5px;
}
/**
 * Portfolio items
 */
.portfolio__item {
	position: relative;
	margin-bottom: 20px;
	border: 2px solid rgba(255, 255, 255, 0.5);
}
.portfolio__item > a, .portfolio__item > a:hover, .portfolio__item > a:focus {
	color: white;
}
.portfolio__item:hover .portfolio-item__mask {
	opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio__item:hover .portfolio-item-mask__wrapper {
	display: table !important;
}
.portfolio-item__mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.portfolio-item-mask__wrapper {
	display: none;
	width: 100%;
	height: 100%;
	padding: 10px;
	text-align: center;
}
.portfolio-item-mask-wrapper__inner {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.9em;
}
.portfolio-item-mask__icon {
	font-size: 1.5em;
}
/**
 * Lightbox controls
 */
/* Loading */
.lb-cancel {
	background: url(../img/loading.gif) no-repeat;
}
/* Previous & next slides */
.lb-nav a.lb-prev, .lb-nav a.lb-next {
	position: relative;
	width: 10%;
	background: none;
	color: white;
}
.lb-nav a.lb-prev:hover, .lb-nav a.lb-next:hover, .lb-nav a.lb-prev:focus, .lb-nav a.lb-next:focus {
	text-decoration: none;
}
.lb-nav a.lb-prev::before, .lb-nav a.lb-next::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	font-family: "Icons";
	font-size: 24px;
}
.lb-nav a.lb-prev::before {
	content: "\e035";
}
.lb-nav a.lb-next::before {
	content: "\e036";
}
/* Close */
.lb-data .lb-close {
	position: relative;
	background: none;
	color: white;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.lb-data .lb-close:hover, .lb-data .lb-close:focus {
	text-decoration: none;
}
.lb-data .lb-close::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7.5px;
	margin-left: -7.5px;
	content: "\e0db";
	font-family: "Icons";
}
/* -------------------- *\
    #PRICING SCREEN
\* -------------------- */
.pricing__item {
	margin-bottom: 40px;
	text-align: center;
}
.pricing-item__title {
	margin: 0 auto 10px;
}
.pricing-item__price {
	margin-bottom: 10px;
	color: #fcae11;
}
.pricing-item-price__digits {
	font-size: 48px;
}
.pricing-item-body__content {
	margin-bottom: 20px;
}
/* -------------------- *\
    #TEAM SCREEN
\* -------------------- */
.team__member {
	margin: 0 auto 40px;
	text-align: center;
}
.mt-min-100 {
	margin-top: -100px!important;
}
 @media (min-width: 768px) {
.team__member {
	width: 70%;
	margin-top: 40px;
}
.team__member_chief {
	width: 100%;
	margin-top: 0;
}

}
 @media (max-width: 640px) {
.site-wrapper.d2hinfinity_1 {background-position: 100% 0%;}
.site-wrapper.d2hinfinity_2 {background-position: 0% 100%;background-size: 45em !important;background-color: #94949C;}
.site-wrapper.d2hinfinity_3 {background-position: 0% 100% !important;background-color: #AE9F9C !important;}
.site-wrapper.d2hinfinity_4 {background-position: 0% 100%;background-color: #AEA28A;}
.site-wrapper.d2hinfinity_5 {background-position: 0% 100%;background-color: #9D9EA0;}
.site-wrapper.d2hinfinity_6 {background-position: 0% 100% !important;background-color: #FFF;}
.site-wrapper.d2hinfinity_7 {background-position: 0% 100% !important;background-color: #F2F2F2;}

.site-wrapper.d2mapps_1 {background-position: 0% 0% !important;background-size: cover !important;}
.site-wrapper.d2mapps_2 {}
.site-wrapper.d2mapps_3 {background-position: 0% 0% !important;background-size: cover !important;}
.site-wrapper.d2mapps_4 {background-position: 30% 0% !important;background-size: cover !important;}
.site-wrapper.d2mapps_5 {background-position: 85% 10% !important;background-size: 45em !important;background-color: #736757;}

.site-wrapper.d2h_recharge_1 {background-position: 100% 0% !important;background-size: cover !important;}
.site-wrapper.d2h_recharge_2 {background-position: 60% 10% !important;background-size: 50em !important;background-color: #786155;}

.site-wrapper.hd-bg_1 {background-position: 0% 0% !important;background-size: cover !important;}
.site-wrapper.hd-bg_2 {background-position: 5% 0% !important;background-size: 55em !important;background-color: #FFFFFF;}
.site-wrapper.hd-bg_3 {background-position: 80% -30% !important;background-size: 60em !important;background-color: #ffffff !important;}
.site-wrapper.hd-bg_4 {background-position: 0% 0% !important;background-size: 35em !important;background-color: #ffffff !important;}
.site-wrapper.hd-bg_5 {background-position: 95% 100% !important;background-size: 40em !important;background-color: #eaeaea !important;}

.mylogin-link {
	display: none;
}
.heading + .heading__sub {
	margin: 10px auto !important;
}
h3, .h3 {
	/*font-size: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
	line-height: 24px;*/
}
.heading_lg {
	/*background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;*/
	clear: both;
}
.sliding-image .site-wrapper[data-anchor="portfolio"] {
	background-image: url(../images/product-bg.jpg);
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.mt-min-100 {
	margin-top: 10px !important;
	max-width: 100% !important;
}
.smart-wrap__slide_active {
	background-color: #111e30 !important;
	background-position: center bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.smart-wrap__slide_1 {
	background-color: #111e30 !important;
	background-position: center bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.smart-wrap__slide_2 {
	background-color: #f2f2f2 !important;
	background-position: center bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.smart-wrap__slide_3 {
	background-color: #989fa5 !important;
	background-position: center bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.smart-wrap__slide_4 {
	background-color: #787e83 !important;
	background-position: center bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: /*100% 100%,*/ cover !important;
}
.smart-wrap__slide_10 {background-size: 40em !important;background-position: top center !important;background-color: #060604;}
.star_world_premier-3 {background-size: 40em !important;background-position: 0% 0% !important;background-color: #d5d4dc;}
.package-wrap__slide_1, .package-wrap__slide_2 {
	background-image: url(../images/pack-1-mobile.jpg);
	background-color: #fff !important;
	background-position: center bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
a.pack_roi_link {
	width: 25%;
	height: 100%;
	float: left;
}
a.pack_south_link {
	width: 25%;
	height: 100%;
	float: left;
}

.ltr-wrap__slide_1 {background-position: 100% 100% !important;background-size: 40em !important;background-color: #E4EAF8;}
.ltr-wrap__slide_2 {background-position: 87% top, center center !important;background-size: cover;background-repeat: no-repeat;}
.d2happs-wrap__slide_1 {background-color: #fff !important;background-position: 0% 100% !important;background-repeat: no-repeat !important;background-size: 40em !important;}
.d2happs-wrap__slide_2 {background-color: #7BA7CA !important;background-position: 0% 100% !important;background-repeat: no-repeat !important;background-size: 48em !important;}
.d2happs-wrap__slide_3 {background-position: 0% 100% !important;background-repeat: no-repeat !important;background-size: 40em !important;}
.d2happs-wrap__slide_4 {background-position: 0% 100% !important;background-repeat: no-repeat !important;background-size: 46em !important;}
.mt-sx-280 {
	margin-top: -280px!important;
}
.mt-sx-250 {
	margin-top: -250px!important;
}
.mt-sx-240 {
	margin-top: -240px!important;
}
.mt-sx-200 {
	margin-top: -200px!important;
}
.mt-sx-150 {
	margin-top: -150px!important;
}
mt-sx-100 {
	margin-top: -100px !important;
}
.smart-logo {
	max-width: 45% !important;
}
.product-size {
	top: 0% !important;
	left: 0%;
	/* margin-bottom: 500px; */
	position: absolute;
	width: 40% !important;
}
.heading {
	font-size: 28.8px;
	margin: 0px 10px;
}
.heading + .heading__sub {
	margin: 20px auto;
}
}
 







@media only screen and (min-device-width: 480px) and (max-device-width: 719px) and (orientation: landscape) {
#firstPage h1.heading.heading_lg {
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 20px !important;
	margin-bottom: 16px;
	float: none;
}
.black_bg_sm {
	padding: 10px !important;
	background-color: transparent !important;
}

.navbar-brand {
	padding: 0px;
	height: auto;
}
.navbar__initial {
	min-height: 40px
}
.product-size {
	top: -10% !important;
	left: 0%;
	position: absolute;
	width: 32% !important;
}
.fp-controlArrow {
	bottom: 10px;
}
.fp-controlArrow.fp-prev {
	left: inherit !important;
	right: 20%;
}
.fp-controlArrow.fp-next {
	right: 10% !important;
}
}


@media (max-width: 500px) {
.navbar.navbar-fixed-top {min-height: 50px !important;}
.navbar-default {background-color: #7e4e9f !important;}
.black_bg_sm {
	padding: 10px !important;
}
.navbar-brand {
	padding: 0px;
	line-height: 10px;
	height: 50px;
}
#acc-menu {
	top: 40px !important;
}
.smart-wrap__slide_1 {background-position: 50% 0% !important;background-color: #000 !important;background-size: 45em !important;}
.smart-wrap__slide_4 {background-repeat: no-repeat !important;background-position: 9% 10% !important;background-color: #142539 !important;background-size: cover !important;position:relative}
.black-bkg {position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.7);}
.smart-wrap__slide_2 {background-position: 100% 10% !important;background-color: #F0F0F0 !important;background-size: 40em !important;}
.smart-wrap__slide_3 {background-position: 100% 10% !important;background-color: #989fa5 !important;background-size: 30em !important;}
.ltr-wrap__slide_2 {background-position: 100% 0% !important;}

.d2h_darshan1 {background-size: 50em !important;background-position: 50% 100% !important;background-color: #93925c;}
.d2h_darshan2 {background-position:  10% center !important;}
.d2h_darshan3 {background-position: 80% center !important;}
.d2h_darshan4 {background-position: 22% center !important;}
.d2h_darshan5 {background-position: 80% center !important;}
.d2h_darshan6 {background-position: -80% center !important;}

}




@media (max-width: 320px) {
.smart-wrap__slide_1 {background-position: 50% 100% !important;background-size: 40em !important;}
.smart-wrap__slide_4 {background-position: 25% 15% !important;background-size: 30em !important;}
.smart-wrap__slide_2 {background-position: 100% 100% !important;background-color: #F0F0F0 !important;background-size: 30em !important;}
.smart-wrap__slide_3 {background-position: 100% 100% !important;background-color: #989fa5 !important;background-size: 30em !important;}
.ltr-wrap__slide_1 {background-size: 30em !important;}
.ltr-wrap__slide_2 {background-position: 100% 0% !important;}
.d2happs-wrap__slide_1 {background-size: 34em !important;}
.d2happs-wrap__slide_3 {background-size: 30em !important;}
.d2happs-wrap__slide_4 {background-size: 30em !important;}

}


 @media (min-height: 600px) and (max-height: 761px) {
/*.product-size {
	width: 55% !important;
}
.mt-min-100 {
	margin-top: -100px !important;
}
*/
#custom_carousel.carousel {
	position: relative;
	top: 50px!important;
}
}
 @media (max-width: 768px) {
.search {display:none;}
.col-xs-12.col-md-5.text-left {
	padding: 0px;
}
.icon-scroll {
	display: none;
}
#firstPage .fp-tableCell {
	vertical-align: bottom !important;
}
.copy_bottom {
	bottom : 0px;
	position: fixed !important;
}
.black_bg_sm {
	width: 100%;
	float: left;
	/*background: rgba(0, 0, 0, 0.75);*/
	padding: 15px;
}
.black_bg_sm p.heading__sub {
	font-size: 12px;
	font-weight: 500;
	color: #a5a5a5;
	padding-bottom: 0px;
}
#firstPage .dark-btn-theme, #firstPage .btn-theme {
	background-color: #fff;
	font-size: 14px;
	color: #000;
}
#firstPage .btn-min-block, #firstPage .btn-min-block {
	min-width: 120px;
	margin-top: 0px;
}
#firstPage .fp-controlArrow.fp-prev {
	left: 50%;
}
#firstPage .fp-controlArrow.fp-next {
	right: 10%;
}
#firstPage h1.heading.heading_lg {
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
}
.text-shadow {
	text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -2px black;
}
.site-wrapper__slide_7 h1 {
	color: #fff;
}
.sliding-image .site-wrapper .carousel-inner h1, .sliding-image .site-wrapper h2 {font-size: 20px !important;/*margin-top: 0px !important;margin-bottom: 0px !important;*/font-weight: 500;}
}


@media (min-width: 550px) and (max-width: 768px) {
.sliding-image .site-wrapper .carousel-inner h1, .sliding-image .site-wrapper h2 {
	font-size: 18px !important;
}
#custom_carousel .item h3, #custom_carousel .item .h3,  h3,  .h3,  h4,  .h4, #custom_carousel .item h4, #custom_carousel .item .h4 {
	font-size: 13px !important;
}
}




 @media (min-width: 641px) and (max-width: 768px) {
.mylogin-link {
	display: none;
}
.mt-sx-280 {
	margin-top: -280px!important;
}
.mt-sx-250 {
	margin-top: 0px!important;
}
.mt-sx-255 {
	margin-top: 0px!important;
}
.mt-sx-240 {
	margin-top: -200px!important;
}
.mt-sx-200 {
	margin-top: -200px!important;
}
.mt-sx-150 {
	margin-top: -150px!important;
}
mt-sx-100 {
	margin-top: -100px !important;
}
.smart-logo {
	max-width: 25% !important;
}
.sliding-image .site-wrapper[data-anchor="portfolio"] {
	background-image: url(../images/product-bg.jpg);
	background-size: cover !important;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-color: #fff;
}
/*
.site-wrapper__slide_1 {
	background-position: center top, center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.site-wrapper__slide_2 {
	background-color: #57675a !important;
	background-position: center bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.site-wrapper__slide_3 {
	background-color: #57675a !important;
	background-position: 17% bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.site-wrapper__slide_4 {
	background-color: #cccbc6 !important;
	background-position: center bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.site-wrapper__slide_5 {
	background-color: #054b7f !important;
	background-position: 90% bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
*/
.smart-wrap__slide_1 {
	background-color: #111e30 !important;
	background-position: center bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.smart-wrap__slide_2 {
	background-color: #f2f2f2 !important;
	background-position: center bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.smart-wrap__slide_3 {
	background-color: #787e83 !important;
	background-position: center bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100%, cover !important;
}
.smart-wrap__slide_4 {
	background-color: #787e83 !important;
	background-position: center bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100%, cover !important;
}
.smart-wrap__slide_5 {
	background-color: #787e83 !important;
	background-position: center bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100%, cover !important;
}
.package-wrap__slide_1, .package-wrap__slide_2 {
	background-color: #fff !important;
	background-position: center bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100%, cover !important;
}
.d2happs-wrap__slide_1 {
	background-color: #fff !important;
	background-position: left bottom, center center!important;
	background-repeat: no-repeat!important;
	background-size: 100% 100%, cover!important;
}
.d2happs-wrap__slide_2 {
	background-color: #016fba !important;
	background-position: left bottom, center center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100%, cover !important;
}
.d2happs-wrap__slide_3 {
	background-position: left bottom, center center!important;
	background-repeat: no-repeat!important;
	background-size: 100% 100%, cover!important;
}
.d2happs-wrap__slide_4 {
	background-position: left bottom, center center!important;
	background-repeat: no-repeat!important;
	background-size: 100% 100%, cover!important;
}
.heading {
	font-size: 28px;/*margin: 0 auto 60px!important;*/
}
.heading_lg {
	/*background-color: rgba(0, 0, 0, 0.4);*/
	padding: 10px 20px 0px 20px;
	clear: both;
}
/*.product-size {
	bottom: 12%;
	left: 40%;
	margin-bottom: -100px;
	position: absolute;
	width: 30% !important;
}*/
.product-size {
	top: 0px;
	left: 40%;
	/*margin-bottom: -100px;*/
	position: absolute;
	width: 20% !important;
}
}



@media (max-width: 600px) {
#firstPage h1.heading.heading_lg {
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 20px !important;
	margin-bottom: 16px;
}
.pack_boxes {
	background-color: transparent;
	padding: 0
}
.pack_boxes .boxes {margin-left: 0;margin-right: 0;width: 100%;height: auto;padding-bottom: 15px;}
.pack_boxes .boxes h3 {background-repeat: no-repeat !important;background-size: contain;display: block;font-size: 12px;font-weight: 500;height: 45px;left: -8px;line-height: 35px;padding-left: 8%;position: absolute;text-align: left;top: -33px;width: 130px;}
.pack_boxes .boxes h2 strong {clear:both;display:block;font-size: 20px;font-weight: 600;}
.ih-item .info-header {padding: 10px 10px 10px 10px;}
.ih-item .info-header img {width: 30% !important;left: 0 !important;right: 0 !important;bottom: 10% !important;margin: 0 auto;}
.ih-item .info-header h1 {font-size: 22px;font-weight: 500;}
.ih-item .info-header h2 {font-size: 18px !important;font-weight: 500 !important;margin-top: 25px !important;text-align: center;height: 60px !important;overflow: hidden;line-height: 25px !important;}
}

@media (max-width: 360px) {
.ih-item .info-header h2 {font-size: 13px !important;line-height: 18px !important;}
}

.clos-btn {border-bottom: none;padding: 0;}
.clos-btn .close {width: 30px;margin-top: -15px;margin-right: -15px;opacity:1;}
.clos-btn .close span {display: block;height: 30px;background-color: #fff;border: 2px solid #000;line-height: 25px;color: #000;border-radius: 50%;}
.clos-btn .close span:hover {border-color: #3b3b3b;background-color: #c1c1c1;color: #373737;}

.wrap-box {background-color: #e3e3e3;background-repeat:no-repeat;background-position:center top;background-size:cover;color: #444;padding: 15px 10px;margin-bottom:15px;text-align: left;position: relative;font: normal normal normal 14px/1 FontAwesome;display: block;clear: both;text-decoration: none;}
.wrap-box:hover, .wrap-box:focus {text-decoration: none;}
.wrap-box:after {content: "\f067";position: absolute;font-size: 15px;color: #a6a6a6;vertical-align: middle;text-align: center;}
.wrap-box.non-left:after {display:none;}
.wrap-box .wrap-head,
.wrap-box .wrap-foot {float: none;display: block;clear: both;font-family: 'Roboto', sans-serif;}
.wrap-box .wrap-head {font-size: 13px;font-weight: 600;color: #444444;margin: 0px 0px 5px 0px;}
.wrap-box .wrap-foot {font-size: 11px;font-weight: 600;color: #7b7b7b;margin: 0px 0px 0px 0px;}
.wrap-yellow {background-image:url(../images/yellow.png);border: 1px solid #D6D7A1 !important;}
.wrap-yellow:hover {border: 1px solid #a0a171 !important;}
.wrap-yellow:hover .wrap-head {color:#6F6F46;}
.wrap-yellow:hover .wrap-foot {color:#A3A36F;}
.wrap-green {background-image:url(../images/green.png);border: 1px solid #99D987 !important;}
.wrap-green:hover {border: 1px solid #76b165 !important;}
.wrap-green:hover .wrap-head {color:#6CA75C;}
.wrap-green:hover .wrap-foot {color:#8BCC79;}
.wrap-grey {background-image:url(../images/grey.png);border: 1px solid #D9D9D9 !important;}
.wrap-blue {background-image:url(../images/blue.png);border: 1px solid #A8BCDB !important;}
.wrap-blue:hover {border: 1px solid #8EA3C4 !important;}
.wrap-blue:hover .wrap-head {color:#7994BF;}
.wrap-blue:hover .wrap-foot {color:#94A9CA;}
.wrap-total {background-color: #eaeaea;border: 1px solid #cecece;}
.wrap-total .total-box {position: relative;margin: 0px 0px 0px 0px;padding: 5px 0px 5px 0px;line-height: 24px;font-size: 20px;font-weight: 600;vertical-align: middle;}
.wrap-total:after {content: " = ";font-weight: 600;font-size: 25px;}


@media (min-width: 767px) {
.wrap-box:after {top: 0%;left: -20px;bottom: 0%;line-height: 70px;}
}


@media (max-width: 768px) {
.sliding-image .site-wrapper h2 {font-size: 20px;font-weight: 500;position: relative;width: 100%;line-height: 25px;clear: both;display: block;top: auto;left: auto;right: auto;padding: 0px 0px 0px 0px;margin-top: 85px;/*margin-bottom: 25px;*/}
.ih-item.square.effect6.from_top_and_bottom .info h3 {width:100px;margin:60px auto !important;}
.wrap-box {margin-bottom:30px;}
.wrap-box:after {left: 0px;right: 0px;top: -20px;line-height: 10px;}
}



@media (max-width: 750px) {
.display-xs {
	display: block !important;
}
/*.product-size {
	width: 30% !important;
}*/
.mt-sx-250 {
	margin-top: 0px!important;
}
.mt-sx-255 {
	margin-top: 0px!important;
}
#custom_carousel .controls ul {
	padding-left: 0px;
}
}


@media (max-width: 735px) {
.sliding-image .site-wrapper h2 {margin-top:80px;}	
}

@media (max-width:600px) {
.sliding-image .site-wrapper h2{height:auto;}
.login-form-bg{margin-left:15px;}
}

.display-xs {
	display: none;
}
.team-member__avatar {
	max-width: 50%;
	margin: 0 auto 15px;
	border: 10px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	overflow: hidden;
}
.team-member__name {
	margin-bottom: 20px;
	color: #fcae11;
	text-transform: uppercase;
}
.team-member__info {
	margin-bottom: 20px;
}
.team-member__contact {
	text-align: center;
}
.team-member-contact__item {
	display: inline-block;
	height: 30px;
	width: 30px;
	margin: 0 2px;
	border-radius: 50%;
	line-height: 30px;
	color: white;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.team-member-contact__item:hover {
	color: white;
}
.team-member-contact__item.facebook {
	background: #3b5998;
}
.team-member-contact__item.facebook:hover {
	background: #2d4373;
}
.team-member-contact__item.twitter {
	background: #55acee;
}
.team-member-contact__item.twitter:hover {
	background: #2795e9;
}
.team-member-contact__item.google-plus {
	background: #dd4b39;
}
.team-member-contact__item.google-plus:hover {
	background: #c23321;
}
/* -------------------- *\
    #FEATURES SCREEN
\* -------------------- */
.features__item {
	margin-bottom: 40px;
}
.features-item__title {
	margin: 0 0 20px;
	text-transform: uppercase;
}
/* -------------------- *\
    #CONTACT SCREEN
\* -------------------- */
/**
 * Contact info
 */
.contact-info__title {
	margin: 0 0 20px;
	text-transform: uppercase;
}
.contact-info__social {
	margin-bottom: 40px;
}
.contact-info-social__item {
	display: inline-block;
	height: 50px;
	width: 50px;
	margin: 0 2px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	color: white;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.contact-info-social__item:hover {
	color: white;
}
.contact-info-social__item.facebook {
	background: #3b5998;
}
.contact-info-social__item.facebook:hover {
	background: #2d4373;
}
.contact-info-social__item.twitter {
	background: #55acee;
}
.contact-info-social__item.twitter:hover {
	background: #2795e9;
}
.contact-info-social__item.google-plus {
	background: #dd4b39;
}
.contact-info-social__item.google-plus:hover {
	background: #c23321;
}
/**
 * Contact form
 */
.contact__form {
	margin-bottom: 40px;/* Form controls *//* Error form controls *//* Error messages */
}
.contact__form .form-control {
	background: transparent;
	border-radius: 0;
	border-width: 2px;
	border-color: white;
	color: white;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
.contact__form .form-control::-moz-placeholder {
 color: white;
 opacity: 1;
}
.contact__form .form-control:-ms-input-placeholder {
 color: white;
}
.contact__form .form-control::-webkit-input-placeholder {
 color: white;
}
.contact__form .form-control:focus {
	background: white;
	border-color: white;
	color: #333333;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact__form .form-control:focus::-moz-placeholder {
 color: #333333;
 opacity: 1;
}
.contact__form .form-control:focus:-ms-input-placeholder {
 color: #333333;
}
.contact__form .form-control:focus::-webkit-input-placeholder {
 color: #333333;
}
.contact__form .has-error .form-control {
	border-color: #FF847C;
}
.contact__form .has-error .form-control:focus {
	border-color: white;
}
.contact__form .help-block {
	color: #FF847C !important;
	display: none;
}
.contact__form .has-error .help-block, .contact__form .has-error.help-block {
	display: block;
}
/* Alert message */
.contact-form__alert {
	display: none;
}
.contact-form__alert.alert-success {
	display: block;
	border-radius: 0;
	border: 0;
	font-weight: 500;
	background: rgba(153, 184, 152, 0.8);
	color: white;
}
/* reCAPTCHA custom styling */
#recaptcha_image {
	margin-bottom: 15px;
}
#recaptcha_image > img {
	border: 1px solid #FFF;
}
#recaptcha_image, #recaptcha_image > img {
	width: 100% !important;
	height: auto !important;
}
#recaptcha_audio_play_again {
	cursor: pointer;
}
a:link.knowmore, a:visited.knowmore {
	border: 1px solid #333;
	display: inline-block;
	cursor: pointer;
	color: #333;
	font-weight: 300;
	font-size: 15px;
	padding: 10px 50px;
	text-decoration: none;
	text-align: left;
	border-radius: 5px;
	margin-bottom: 0px;
}
a:hover.knowmore {
	-moz-box-shadow: inset 0px 1px 0px 0px #cd96d9;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cd96d9;
	box-shadow: inset 0px 1px 0px 0px #cd96d9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b033d4), color-stop(1, #6e008e));
	background: -moz-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: -webkit-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: -o-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: -ms-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: linear-gradient(to bottom, #b033d4 5%, #6e008e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b033d4', endColorstr='#6e008e', GradientType=0);
	background-color: #6e008e;
	border: 1px solid #b046d1;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 1px 0px #cc9f52;
}
a:link.booknow, a:visited.booknow {
	border: 1px solid #333;
	display: inline-block;
	cursor: pointer;
	color: #333;
	font-weight: 300;
	font-size: 15px;
	padding: 5px 30px;
	text-decoration: none;
	text-align: left;
	border-radius: 5px;
	margin-bottom: 0px;
}
a:hover.booknow {
	-moz-box-shadow: inset 0px 1px 0px 0px #cd96d9;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cd96d9;
	box-shadow: inset 0px 1px 0px 0px #cd96d9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b033d4), color-stop(1, #6e008e));
	background: -moz-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: -webkit-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: -o-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: -ms-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: linear-gradient(to bottom, #b033d4 5%, #6e008e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b033d4', endColorstr='#6e008e', GradientType=0);
	background-color: #6e008e;
	border: 1px solid #b046d1;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 1px 0px #cc9f52;
}
a:link.knowmore-white, a:visited.knowmore-white {
	border: 1px solid #fff;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	padding: 10px 50px;
	text-decoration: none;
	text-align: left;
	border-radius: 5px;
	margin-bottom: 0px;
}
a:hover.knowmore-white {
	display: inline-block;
	cursor: pointer;
	color: #666;
	background: #fff;
}
.btn-min-block {
	min-width: 180px;
	line-height: 26px;
}
.btn-theme {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff !important;
	font-size: 18px;
	letter-spacing: 0px;
	margin-top: 20px;
	font-weight: 300;
}
/*.btn-theme:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}*/
.btn-theme:hover {
	-moz-box-shadow: inset 0px 1px 0px 0px #cd96d9;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cd96d9;
	box-shadow: inset 0px 1px 0px 0px #cd96d9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b033d4), color-stop(1, #6e008e));
	background: -moz-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: -webkit-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: -o-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: -ms-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: linear-gradient(to bottom, #b033d4 5%, #6e008e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b033d4', endColorstr='#6e008e', GradientType=0);
	background-color: #6e008e;
	border: 2px solid #b046d1;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 1px 0px #cc9f52;
}
.dark-btn-theme {
	color: #666;
	background-color: transparent;
	border: 2px solid #666 !important;
	font-size: 18px;
	letter-spacing: 0px;
	margin-top: 20px;
	font-weight: 300;
}
.dark-btn-theme:hover {
	-moz-box-shadow: inset 0px 1px 0px 0px #cd96d9;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cd96d9;
	box-shadow: inset 0px 1px 0px 0px #cd96d9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b033d4), color-stop(1, #6e008e));
	background: -moz-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: -webkit-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: -o-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: -ms-linear-gradient(top, #b033d4 5%, #6e008e 100%);
	background: linear-gradient(to bottom, #b033d4 5%, #6e008e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b033d4', endColorstr='#6e008e', GradientType=0);
	background-color: #6e008e;
	border: 1px solid #b046d1;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 1px 0px #cc9f52;
}
.color_white {
	color: #fff;
}
.font_white {
	color: #fff;
}
.font_ligthblue
{
	color:#1ea1d9;
}
.font_black {
	color: #000;
}
.font_gray {
	color: #333;
}
.font_purple {
	color: #7c1ea8;
}
.font_purple-light {
	color: #774bf7;
}
.font_orange {
	color: #FF9800;
}
.borderleft1px {
	border-left: 1px solid #ccc;
}
.margbot0 {
	margin-bottom: 0;
}
.margbot5 {
	margin-bottom: 5px !important;
}
.margbot10 {
	margin-bottom: 10px;
}
.margbot20 {
	margin-bottom: 20px;
}
.margbot25 {
	margin-bottom: 25px;
}
.margbot30 {
	margin-bottom: 30px !important;
}
.margbot40 {
	margin-bottom: 40px;
}
.margbot50 {
	margin-bottom: 50px;
}
.margbot60 {
	margin-bottom: 60px;
}
.margbot70 {
	margin-bottom: 70px;
}
.margbot80 {
	margin-bottom: 80px;
}
.mt0 {
	margin-top: 0;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
.mr0 {
	margin-right: 0;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.mr60 {
	margin-right: 60px;
}
.mr70 {
	margin-right: 70px;
}
.mr80 {
	margin-right: 80px;
}
.mr90 {
	margin-right: 90px;
}
.mr100 {
	margin-right: 100px;
}
.ml0 {
	margin-left: 0;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}
.ml70 {
	margin-left: 70px;
}
.ml80 {
	margin-left: 80px;
}
.ml90 {
	margin-left: 90px;
}
.ml100 {
	margin-left: 100px;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.pad0 {
	padding: 0 !important;
}
.padbot0 {
	padding-bottom: 0 !important;
}
.padbot10 {
	padding-bottom: 10px !important;
}
.padbot20 {
	padding-bottom: 20px !important;
}
.padbot30 {
	padding-bottom: 30px !important;
}
.padbot40 {
	padding-bottom: 40px !important;
}
.padbot50 {
	padding-bottom: 50px !important;
}
.padbot60 {
	padding-bottom: 60px !important;
}
.padbot70 {
	padding-bottom: 70px !important;
}
.padbot80 {
	padding-bottom: 80px !important;
}
.padtop0 {
	padding-top: 0 !important;
}
.bold400 {
	font-weight: 400;
}
.bold500 {
	font-weight: 500;
}
.bold600 {
	font-weight: 600;
}
.lineheight24 {
	line-height: 24px;
}
.lineheight30 {
	line-height: 30px;
}
.lineheight36 {
	line-height: 36px;
}
.lineheight40 {
	line-height: 40px;
}
.lineheight48 {
	line-height: 48px;
}
.lineheight60 {
	line-height: 60px !important;
}
.text-center {
	text-align: center !important;
}
.infobg-gray {
	background: #e7e7e7;
	padding: 5px 10px;
	margin-bottom: 15px;
	border: none;
	width: 100%;
}
.infobg-white {
	background: #fff;
	padding: 5px 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	width: 100%;
}
.divider10 {
	float: left;
	height: 10px;
	width: 100%;
	clear: both;
}
.divider12 {
	float: left;
	height: 12px;
	width: 100%;
	clear: both;
}
.divider20 {
	float: left;
	height: 20px;
	width: 100%;
	clear: both;
}
.divider30 {
	float: left;
	height: 30px;
	width: 100%;
	clear: both;
}
.divider40 {
	float: left;
	height: 40px;
	width: 100%;
	clear: both;
}
.divider50 {
	float: left;
	height: 50px;
	width: 100%;
	clear: both;
}
.divider60 {
	float: left;
	height: 60px;
	width: 100%;
	clear: both;
}
.divider70 {
	float: left;
	height: 70px;
	width: 100%;
	clear: both;
}
.divider80 {
	float: left;
	height: 80px;
	width: 100%;
	clear: both;
}
.divider90 {
	float: left;
	height: 90px;
	width: 100%;
	clear: both;
}
.divider100 {
	float: left;
	height: 100px;
	width: 100%;
	clear: both;
}
.divider100.hide_md {
	display: none;
}
footer {
	color: #ccc;
}
footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
footer ul a:link, footer ul a:visited, footer a:link, footer a:visited {color: #cccccc;}
.margin-auto {
	margin: 0px auto;
}
#acc-footer .panel-heading .panel-title a {color:#444444;display:block}
.search {
	padding: 5px 0;
	margin: 15px 0px 15px 0px;
	width: auto;
	position: fixed;
	right: 20px;
	top: 0;
	line-height: 22px;
}
.search .btn {
	font-family: FontAwesome;
	background-color: transparent;
	border: none;
	border-left: 1px solid #5D5D5D;
	width: 21px;
	height: 35px;
	padding: 0;
}
.search .btn:before {
	content: "\f002";
	position: absolute;
	left: 15px;
	top: 0px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
}
.search input {
	background-color: #FFFFF;
	color: #000;
	position: absolute;
	width: 0px;
	right: -50px;
	float: Left;
	margin-left: 210px;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	height: 30px;
	line-height: 18px;
	padding: 10px 10px;
	border-radius: 5px;
}
.search:hover input, .search input:focus {
	width: 170px;
	margin-left: 0px;
	right: 0px;
}
 @media (max-width: 768px) {
#search-form form {
	display: none;
}
.divider100.hide_md {
	display: block;
}
#custom_carousel .item h3, #custom_carousel .item .h3, h3, .h3 {
	/*margin-bottom: 0px;
	margin-top: 0px;*/
}
}
 @media screen and (min-width:1280px) and (max-width:1366px) {
.mt-min-100 {
	margin-top: -100px !important;
	max-width: 75% !important;
}
}
 @media screen and (min-width:1280px) and (min-height: 768px) {
.boxes {
	margin: 25px 10px 10px 10px;
}
}
.no-padding {
	padding: 0px;
}
.no-padding-left {
	padding-left: 0px;
}
.no-padding-right {
	padding-right: 0px;
}
.padding-01 {
	padding: 1px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.padding-20 {
	padding: 20px;
}
.channels_list h3.ch-name {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	color: #666 !important;
	margin: 5px auto 15px auto;
}
.slide-out-div1, .slide-out-div2 {
	padding: 0px;
	width: 180px;
	z-index: 99;
}
.fullpage-wrapper {
	z-index: 9;
}
.slide-out-div1 a {
	padding: 18px 32px;
}
.slide-out-div2, .slide-out-div2 a {
	padding: 30px 40px;
	display: none;
}
.slide-out-div1 a, .slide-out-div2 a {
	line-height: 24px;
	text-align: center;
	/* width: 100%; */
	float: left;
	border: 1px solid #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+1,dbdbdb+50,bfbfbf+100 */
	background: #f2f2f2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmJmYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f2f2f2 1%, #dbdbdb 50%, #bfbfbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f2f2f2), color-stop(50%, #dbdbdb), color-stop(100%, #bfbfbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 1%, #dbdbdb 50%, #bfbfbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 1%, #dbdbdb 50%, #bfbfbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 1%, #dbdbdb 50%, #bfbfbf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 1%, #dbdbdb 50%, #bfbfbf 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#bfbfbf', GradientType=0 ); /* IE6-8 */
}
.slide-out-div1 a.handle1, .slide-out-div2 a.handle2 {
	border: none;
}
.slide-out-div1 a.handle1 {
	background-position: right center !important;
	right: -40px !important;
}
.slide-out-div2 a.handle2 {
	left: -40px !important;
}
/*.-----icon-scroll----------*/

.icon-scroll, .icon-scroll:before {
	position: absolute;
	left: 50%;
	z-index: 0;
	display:none;
}
.icon-scroll {width: 20px;height: 60px;margin-left: -20px;background-image: url(../images/mouse-down.png);background-repeat: no-repeat;background-size: 100%;background-color: transparent;box-shadow: none;background-position: center center;bottom: 5%;margin-top: -35px;border-radius: 25px;}

.icon-scroll {-moz-animation: bounce 2s infinite;-webkit-animation: bounce 2s infinite;animation: bounce 2s infinite;}

/*.icon-scroll:before {content: '';width: 12px;height: 70px;background: url(images/mouse-down.png);margin-left: -4px;top: 8px;border-radius: 4px;-webkit-animation-duration: 1.5s;animation-duration: 1.5s;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-name: scroll;animation-name: scroll;}
*/ 



@-webkit-keyframes scroll {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(46px);
 transform: translateY(46px);
}
}
 @keyframes scroll {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(46px);
 transform: translateY(46px);
}
}
/*----homepopup---*/
.homepopup .modal-dialog {margin-top: 15%;}

.homepopup .modal-body {
	padding: 15px 35px;
}
.homepopup .modal-header {
	padding: 20px 20px 30px 20px !important;
	border-bottom: none;
	min-height: 16.42857143px;
}
.homepopup .modal-dialog h4 {
	margin: 0px;
	color: #7c1ea8;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
}
.homepopup .modal-dialog h5 {
	margin: 0px;
	color: #7c1ea8;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
}
.homepopup .modal-dialog h4.modal-title {
	background-image: url("../images/packagetitleBG.png") !important;
	background-repeat: no-repeat !important;
	background-size: 100% auto;
	display: block;
	font-size: 15px;
	height: 80px;
	left: -14px;
	padding: 7px 5%;
	position: absolute;
	text-align: left;
	top: -15px;
	width: 225px;
	color: #fff;
	text-transform: none;
}
.homepopup .modal-dialog input[type="text"] {
	width: 100%;
	float: left;
}
.homepopup .modal-dialog label {
	font-weight: normal;
}
.homepopup .modal-dialog select {
	padding: 3px;
	width: 100%;
}
.homepopup .modal-dialog textarea {
	padding: 3px;
	width: 100%;
	height: 100px;
}
.homepopup .modal-dialog button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	border: 2px solid #000;
	/* padding: 2px; */
	border-radius: 50%;
	width: 24px;
	height: 24px;
}
.homepopup .modal-dialog .close {
	float: right;
	line-height: 12px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
/*---submit----*/

a:link.login-btn, a:visited.login-btn {background: url(../images/offers/view-purple-btn.png) center center;background-size: cover;height: 45px;width: 166px;font-size: 15px;line-height: 30px;color: #fff;text-align: center;margin: 0px auto;cursor: pointer;float: left;text-decoration: none;}
a:hover.login-btn:hover {background: url(../images/offers/view-gray-btn.png) center center;color: #000;font-weight: 700;}
.submit-btn, a:link.submit-btn, a:visited.submit-btn {background: url(../images/offers/view-purple-btn.png) center center;background-size: cover;height: 50px;width: 170px;font-size: 15px;line-height: 50px;color: #fff;text-align: center;margin: 0px auto;cursor: pointer;float: left;text-decoration: none;padding: 0px 0px;}
.submit-btn:hover, a:hover.submit-btn:hover {/*background: url(../images/offers/view-gray-btn.png) center center;color: #000;*/font-weight: 700;color:#FFF}
.cancel-btn,a:link.cancel-btn, a:visited.cancel-btn {background: url(../images/offers/view-gray-btn.png) center center;background-size: cover;height: 50px;width: 170px;font-size: 15px;line-height: 50px;color: #000;text-align: center;margin: 0px auto;cursor: pointer;float: left;text-decoration: none;padding: 0px 0px;}
.cancel-btn:hover,a:hover.cancel-btn:hover {/*background: url(../images/offers/view-purple-btn.png) center center;color: #fff;*/font-weight: 700;}
/*-----products-btn-----*/

.prod-booknow {height: 52px;color: #fff;text-transform: uppercase;text-decoration: none;width: auto;line-height: 30px;padding: 10px 25px;
border: 1px solid #ae0398;
-moz-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.49);
-webkit-box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.49);
box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.49);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b647d2+0,c146c0+48,9600a8+48,c146c0+48,9600a8+48,e93edf+100 */
background: #b647d2;
/* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2NDdkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2MxNDZjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzk2MDBhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2MxNDZjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzk2MDBhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOTNlZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top, #b647d2 0%, #c146c0 48%, #9600a8 48%, #c146c0 48%, #9600a8 48%, #e93edf 100%);/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b647d2), color-stop(48%, #c146c0), color-stop(48%, #9600a8), color-stop(48%, #c146c0), color-stop(48%, #9600a8), color-stop(100%, #e93edf));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b647d2 0%, #c146c0 48%, #9600a8 48%, #c146c0 48%, #9600a8 48%, #e93edf 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b647d2 0%, #c146c0 48%, #9600a8 48%, #c146c0 48%, #9600a8 48%, #e93edf 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(top, #b647d2 0%, #c146c0 48%, #9600a8 48%, #c146c0 48%, #9600a8 48%, #e93edf 100%);/* IE10+ */
background: linear-gradient(to bottom, #b647d2 0%, #c146c0 48%, #9600a8 48%, #c146c0 48%, #9600a8 48%, #e93edf 100%);/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b647d2', endColorstr='#e93edf', GradientType=0 );/* IE6-8 */
}
.prod-booknow:hover {height: 52px;color: #000000;text-transform: uppercase;text-decoration: none;width: auto;padding: 10px 25px;border: 1px solid #fff;-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.49);-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.49);box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.49);
/* Permalink - use to edit and share this gradient:


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,bcbcbc+51,fefefe+100 */
	background: #e2e2e2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2JjYmNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #bcbcbc 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #bcbcbc), color-stop(100%, #fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #bcbcbc 51%, #fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #bcbcbc 51%, #fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #bcbcbc 51%, #fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #bcbcbc 51%, #fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 ); /* IE6-8 */
}

.prod-booknow-btn {width: 100% !important;display: block !important;padding: 10px !important;text-align: center;line-height: normal !important;height: auto !important;}
.dstboffer-btn {
	height: 52px;
	color: #fff;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	width: 220px;
	float: right;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 15px;
	border: 1px solid #fff;
}
.dstboffer-btn:hover {
	color: #000;
	background: #fff;
	text-decoration: none
}
/*-----product-innerpage-----*/



.view3d_box {
	display: none;
	width: 70px;
	height: 70px;
	border: 8px solid rgba(0,0,0,.7);
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 18%;
	bottom: 0%;
	float: left;
	font-size: 11px;
	cursor: pointer
}
.gray_gradientbg {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+38,d3d3d3+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDNkM2QzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 38%, rgba(211,211,211,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, rgba(255,255,255,1)), color-stop(100%, rgba(211,211,211,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 38%, rgba(211,211,211,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 38%, rgba(211,211,211,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 38%, rgba(211,211,211,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 38%, rgba(211,211,211,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0 ); /* IE6-8 */
position:relative;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {display:block;}
.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item a {display:block;}


.nav.left {
	float: left !important;
}
.controls.gray_gradientbg li a {color: #333;text-decoration: none !important;}

.controls.gray_gradientbg li a small {font-size: 84%;/*float: right;width: 62%;*/}
.controls.gray_gradientbg li a img {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS *//*width: 30%;
    float: left;*/
}
.controls.gray_gradientbg li.active a img, .controls.gray_gradientbg li:hover a img {
	filter: none; /* IE6-9 */
	-webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.controls.gray_gradientbg li.active, .controls.gray_gradientbg li.active a, .controls.gray_gradientbg li:hover, .controls.gray_gradientbg li:hover a {
	color: #fff;
	background: #b647d2;/* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2NDdkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2MxNDZjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzk2MDBhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2MxNDZjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzk2MDBhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOTNlZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #b647d2 0%, #c146c0 48%, #9600a8 48%, #c146c0 48%, #9600a8 48%, #e93edf 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b647d2), color-stop(48%, #c146c0), color-stop(48%, #9600a8), color-stop(48%, #c146c0), color-stop(48%, #9600a8), color-stop(100%, #e93edf));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b647d2 0%, #c146c0 48%, #9600a8 48%, #c146c0 48%, #9600a8 48%, #e93edf 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b647d2 0%, #c146c0 48%, #9600a8 48%, #c146c0 48%, #9600a8 48%, #e93edf 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b647d2 0%, #c146c0 48%, #9600a8 48%, #c146c0 48%, #9600a8 48%, #e93edf 100%);/* IE10+ */
	background: linear-gradient(to bottom, #b647d2 0%, #c146c0 48%, #9600a8 48%, #c146c0 48%, #9600a8 48%, #e93edf 100%);/* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b647d2', endColorstr='#e93edf', GradientType=0 );/* IE6-8 */
}
/*-----product-innerpage-----*/

.l_float {
	float: left;
}
.r_float {
	float: right;
}
/*-----d2h-apps-----*/

.site-wrapper.d2mapps_1 {background-image: url(../images/d2m/1.jpg) !important;background-repeat: no-repeat;background-size: cover;}
.site-wrapper.d2mapps_2 {background-image: url(../images/d2m/2.jpg) !important;background-repeat: no-repeat;background-size: cover;}
.site-wrapper.d2mapps_3 {background-image: url(../images/d2m/3.jpg) !important;background-repeat: no-repeat;background-size: cover;}
.site-wrapper.d2mapps_4 {background-image: url(../images/d2m/4.jpg) !important;background-repeat: no-repeat;background-size: cover;}
.site-wrapper.d2mapps_5 {background-image: url(../images/d2m/5.jpg) !important;background-repeat: no-repeat;background-size: cover;}
.site-wrapper.d2mapps_6 {background-image: url(../images/d2m/6.jpg) !important;background-repeat: no-repeat;background-size: cover;}
.site-wrapper.d2mapps_7 {background-image: url(../images/d2m/7.jpg) !important;background-repeat: no-repeat;background-size: cover;}
.site-wrapper.d2mapps_8 {background-image: url(../images/d2m/8.jpg) !important;background-repeat: no-repeat;background-size: cover;}
/*-----d2h-apps-recharge-----*/

.faqs_bg {display: block;width: 100%;background-color: #444 !important;margin: 0 auto;text-align: center;color: #fff;background-image: url(../images/faqs-bg.jpg)  !important;background-repeat: no-repeat !important;background-position: top center !important}

.site-wrapper.d2h_recharge_1 {background-image: url(../images/d2happs/d2h_recharge_1.jpg) !important;background-repeat: no-repeat;background-size: cover;}
.site-wrapper.d2h_recharge_2 {background-image: url(../images/d2happs/d2h_recharge_2.gif) !important;background-repeat: no-repeat;background-size: cover;}
/*-----d2h-apps-infinity----*/

.site-wrapper.d2hinfinity_1 {background-image: url(../images/d2hinfinity/1.jpg) !important;background-repeat: no-repeat !important;background-size: cover;}
.site-wrapper.d2hinfinity_2 {background-image: url(../images/d2hinfinity/2.jpg) !important;background-repeat:no-repeat;background-size: 100%;}
.site-wrapper.d2hinfinity_3 {background-image: url(../images/d2hinfinity/3.jpg) !important;background-repeat:no-repeat;background-size: 100% !important;}
.site-wrapper.d2hinfinity_4 {background-image: url(../images/d2hinfinity/4.jpg) !important;background-repeat:no-repeat;background-size: 100% !important;}
.site-wrapper.d2hinfinity_5 {background-image: url(../images/d2hinfinity/5.jpg) !important;background-repeat:no-repeat;background-size: 100% !important;}
.site-wrapper.d2hinfinity_6 {background-image: url(../images/d2hinfinity/6.jpg) !important;background-repeat:no-repeat;background-size: 100% !important;}
.site-wrapper.d2hinfinity_7 {background-image: url(../images/d2hinfinity/7.jpg) !important;background-repeat:no-repeat;background-size: 100% !important;}
.site-wrapper.d2hinfinity_8 {background-image: url(../images/d2hinfinity/8.jpg) !important;background-repeat:no-repeat;background-size: 100% !important;}
/*-----d2h-apps-infinity----*/

.site-wrapper.testimonials {background-size: 100% !important;background-position: 0% 8% !important;}
.site-wrapper.trade_partner {background-size: 100% !important;background-position: top center !important;background-size: 100% !important;background-color: #d0d0d0 !Important;}

.site-wrapper.hd-bg_1 {background-image: url(../images/hd-bg/1.jpg) !important;background-repeat: no-repeat;background-size: cover;}
.site-wrapper.hd-bg_2 {background-image: url(../images/hd-bg/2.jpg) !important;background-repeat: no-repeat;background-size: cover;}
.site-wrapper.hd-bg_3 {background-image: url(../images/hd-bg/3.jpg) !important;background-repeat: no-repeat;background-size: cover;}
.site-wrapper.hd-bg_4 {background-image: url(../images/hd-bg/4.jpg) !important;background-repeat: no-repeat;background-size: cover;}
.site-wrapper.hd-bg_5 {background-image: url(../images/hd-bg/5.jpg) !important;background-repeat: no-repeat;background-size: cover;}
.site-wrapper.hd-bg_6 {background-image: url(../images/hd-bg/6.jpg) !important;background-repeat: no-repeat;background-size: cover;}
/*-------d2h-apps-landings--------*/

.d2happs_line5 {}
.d2happs_circle60_top {width: 60px;height: 60px;border-radius: 50%;position: absolute;bottom: 8%;left: 48%;background: #bd47cb;font-size: 24px;padding-top: 13px;color: #fff;text-align: center;z-index: 9}
.d2happs_circle60_cent {width: 60px;height: 60px;border-radius: 50%;position: absolute;top: 35%;left: 48%;background: #bd47cb;font-size: 24px;padding-top: 13px;color: #fff;text-align: center;z-index: 9}
.selection ul {margin: 0px;padding: 0px;}
/*.selection ul li {display: block;float: left;padding: 40px 10px 10px 10px;}*/

.selection ul li {
    display: block;
    float: left;
    padding: 12px 10px;
    width: 100%;
   
}

/*-----mega-dropdown-menu-bg-----*/

.mega-dropdown-menu.product_menu {
	background: url(../images/product-bg.jpg) no-repeat left center;
	background-size: cover;
}
.mega-dropdown-menu.booknow {
	background: url(../images/dropdown/booknow_bg.jpg) no-repeat right center;
	background-size: cover;
}
.mega-dropdown-menu.contact {
	background: url(../images/dropdown/contact_bg.jpg) no-repeat right center;
	background-size: cover;
}
.mega-dropdown-menu.d2hspps {
	background: url(../images/dropdown/d2hspps_bg.jpg) no-repeat right center;
	background-size: cover;
}
.mega-dropdown-menu.myd2hlogin {
	background: url(../images/dropdown/mylogin_bg.jpg) no-repeat right center;
	background-size: cover;
}
.mega-dropdown-menu.myd2hlogin .txt_filedsbg {
	background: url(../images/loginuser_bg.png) #e0e0e0 no-repeat left center;
	height: 40px;
	width: 100%;
	float: left;
}
.mega-dropdown-menu.myd2hlogin .txt_filedsbg .login_txt {
	line-height: 40px;
	width: 30%;
	float: left;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
.mega-dropdown-menu.myd2hlogin .txt_filedsbg input[type="text"], .mega-dropdown-menu.myd2hlogin .txt_filedsbg input[type="password"] {height: 40px;width: 55%;padding: 0px 5%;float: right;background: none;border: none;font-size: 15px;color: #070707;}
.mega-dropdown-menu.offers {
	background: url(../images/dropdown/offers_bg.jpg) no-repeat lerightft center;
	background-size: cover;
}
.mega-dropdown-menu.packages {
	background: url(../images/dropdown/packages_bg.jpg) no-repeat right center;
	background-size: cover;
}
.mega-dropdown-menu.packages .packages_tab {
	background: url(../images/packages_tab.jpg) no-repeat left center;
	background-size: 94% 100%;
	height: 50px;
	width: 100%;
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	font-weight: 500;
	text-align: left;
	padding-left: 10px;
	transition: none !important;
	-webkit-transition: none !important;
}
.mega-dropdown-menu.packages .packages_tab.active {background-image: url(../images/packages_tab_active.png) !important;background-repeat: no-repeat !important;background-position: center left !important;background-size: contain !important;color: #fff !important;border: none !important;border-radius: 0 !important;transition: none !important;-webkit-transition: none !important;}
.mega-dropdown-menu.packages ul.packages_lists {
	padding: 0;
	margin: 0;
}
.mega-dropdown-menu.packages ul.packages_lists li {
	padding: 7px 0px 0px 0px;
	text-align: left;
	float: left;
	width:100%;
}
.mega-dropdown-menu.packages ul.packages_lists li a {
	color: #000;
}
.mega-dropdown-menu.recharge {
	background: url(../images/dropdown/recharge_bg.jpg) no-repeat right center;
	background-size: cover;
}
.mega-dropdown-menu.active_services {background-image: url(../images/dropdown/activeserv_bg.jpg);background-color: #dde3e3;background-repeat:no-repeat;background-position: 12em 0em;background-size: contain;}
.mega-dropdown-menu.active_services li a>img {max-width: 140px;margin: 0px auto;}
.mega-dropdown-menu li li a {
	font-size: 14px;
	font-weight: 500;
}
#roi_tab {
	display: block;
}
#delhi_tab {
	display: none;
}
#south_tab {
	display: none;
}
#secondPage .fp-controlArrow.fp-prev, #secondPage .fp-controlArrow.fp-next {
	display: none;
}
#picture1, #picture2, #picture3, #picture4 {
	cursor: pointer;
}
.backtopackage {
	float: right;
	margin: 11px;
}



.site-wrapper.stb_comp-bg {background: url(../images/stb_comp-bg.jpg) center center !important;}
.site-wrapper.self_help-bg {background: url(../images/self_help-bg.jpg) center center !important;}
.site-wrapper.contact-bg {background: url(../images/contact-bg.jpg) center center !important;}
.site-wrapper.installation-bg {background: url(../images/installation-bg.jpg) center center !important;}
.site-wrapper.news-bg {background: #eff3f6 !important;}
.site-wrapper.print_ads-bg {background: url(../images/printaddgallery/print_ads-bg.jpg) center center !important;}
.site-wrapper.ltr-bg {background: url(../images/ltr-bg.jpg) center center !important;}
.site-wrapper.mdu-bg {background: url(../images/mdu-bg.jpg) center center !important;}
.site-wrapper.customer_care-bg {background: url(../images/customer_care-bg.jpg) center center !important;}
.site-wrapper.sitemap-bg {background: url(../images/sitemap-bg.jpg) center center !important;}
.site-wrapper.testimonial-bg {background: url(../images/testimonial-bg.jpg) center center !important;}
.site-wrapper.sitemap {background-image: url(../images/sitemap.jpg) !important;}
.site-wrapper.spice-jet {background-image:url(../images/spice-jet/spice-jet.jpg) !important;background-repeat:no-repeat;background-size: cover;background-position: top center;}
.site-wrapper.testimonials {background-image:url(../images/testimonials.jpg) !important;background-color: #353535;background-position: top center;background-size: 100%;}
.site-wrapper.star_world_premier-1 {background-image:url(../images/world_premier/star_world_premier-1.jpg) !important;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.site-wrapper.star_world_premier-2 {background-image:url(../images/world_premier/star_world_premier-2.jpg) !important;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.site-wrapper.star_world_premier-3 {background-image:url(../images/world_premier/star_world_premier-3.jpg) !important;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.site-wrapper.star_world_premier-4 {background-image:url(../images/world_premier/star_world_premier-4.jpg) !important;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.site-wrapper.star_world_premier-5 {background-image:url(../images/world_premier/star_world_premier-5.jpg) !important;background-repeat:no-repeat;background-position:center center;background-size:cover;}


/*ul.three_buttons li a:link {
	padding: 9px 15px;
	border: 1px solid #ABA8A8;
	background: #fff;
}
*/

ul.three_buttons li a:link {
    padding: 9px 15px;
    background: #fff;
    display: block;
    width: 100%;
}


ul.three_buttons li a:hover {
	padding: 9px 15px;
	border: 1px solid #333;
	background: #333;
	color: #fff;
	text-decoration: none;
}
/*-----media_page-----*/
#media_page .small-featured-project .project-image {
	height: 100vh;
}
#media_page .small-featured-project {
	margin: 0px;
	height: 100vh;
	/*height: 100vh;*/
	overflow: hidden;
}
#media_page .small-featured-project h2 {
	color: #b598ff;
	line-height: 46px !important;
	font-size: 36px !important;
	font-weight: bold !important;
	margin-bottom: 25px !important;
	text-transform: uppercase;
	text-align: center;
	text-shadow: -2px -1px 7px rgb(0, 0, 0);
}
#media_page .small-featured-project h5 {
	color: #fff;
	line-height: 26px;
	/* font-weight: 300; */
	padding: 10px;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px dotted #ccc;
}
#media_page .small-featured-project h5:hover {
	cursor: pointer;
	font-weight: 700;
	border-top: 1px dotted #333;
}
#media_page .small-featured-project p {
	margin-bottom: 0;
}
#media_page .small-featured-project:hover .project-content {
	bottom: 37%;
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#media_page .small-featured-project .project-link {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
	/*background: rgba(0, 138, 141, 0.6);*/
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#media_page .small-featured-project:hover .project-link, #media_page .small-featured-project .project-link:hover {
	color: #b598ff;
	border: none;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#media_page .small-featured-project .project-link:hover h2 {
	color: #b598ff;
}
#media_page .small-featured-project .project-link:hover h5 {
	color: #000000;
}
#media_page .small-featured-project .project-link h5:hover {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#media_page .small-featured-project .project-image {
	height: 100vh;
}
#media_page .small-featured-project .project-content {
	z-index: 1001;
	color: #ffffff;
	background: none;
	position: absolute;
	bottom: 35%;
	right: 0;
	width: 100%;
	padding-bottom: 20px;
	padding-left: 10%;
	padding-right: 10%;
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#media_page .small-featured-project .project-content .project-cat {
	font-size: 1.19em;
	color: #fff;
	display: block;
}
#media_page .small-featured-project .project-content hr {
	border-bottom: 3px solid #ffffff;
	color: #ffffff;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 55%;
}
/*-----media_page-----*/

.print_ads_box {
	background: #fff;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}
.print_ads_box h5 {
	margin-top: 15px;
	margin-bottom: 0px;
}
.print_ads_box h4 {max-height: 57px;overflow: hidden;min-height: 57px;margin-top: 20px;margin-bottom: 20px;font-size: 13px;}
.print_ads_box .divider_line {
	width: 60px;
	height: 4px;
	background: #e9ecf0;
	margin-left: 15px;
	float: left;
}
.social_media_box i {
	border: 2px solid #fff;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height:8px;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	margin-right: 10px;
	text-align: center;
}
.print_ads_box a.print_ads_more {
	float: right;
	background: #e9ecf0;
	padding: 5px 20px;
	font-size: 25px;
	color: #666;
}
.print_ads_box .social_media_box {
	padding: 5px 10px;
	float: left;
	width: 100%;
	border: 1px solid #bb6a00;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc846+4,ffb400+8,cd6f00+100 */
	background: #ffc846; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc846 4%, #ffb400 8%, #cd6f00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffc846 4%, #ffb400 8%, #cd6f00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffc846 4%, #ffb400 8%, #cd6f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc846', endColorstr='#cd6f00', GradientType=0 ); /* IE6-9 */
}
/** timeline box structure **/
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 4px;
	background-color: #774bf7;
	left: 50%;
	margin-left: -1.5px;
}
.tldate {
	display: block;
	width: 200px;
	background: #414141;
	border: 3px solid #212121;
	color: #ededed;
	margin: 0 auto;
	padding: 3px 0;
	font-weight: bold;
	text-align: center;
	-webkit-box-shadow: 0 0 11px rgba(0,0,0,0.35);
}
.timeline li {
	margin-bottom: 25px;
	position: relative;
}
.timeline li:before, .timeline li:after {
	content: " ";
	display: table;
}
.timeline li:after {
	clear: both;
}
.timeline li:before, .timeline li:after {
	content: " ";
	display: table;
}
/** timeline panels **/
.timeline li .timeline-panel {
	width: 43%;
	float: left;
	background: #fff;
	border: 1px solid #d4d4d4;
	padding: 0px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
/** panel arrows **/
.timeline li .timeline-panel:before {
	position: absolute;
	top: 14px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline li .timeline-panel:after {
	position: absolute;
	top: 12px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #AC8BFF;
	border-right: 0 solid #AC8BFF;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
	top: 0;
	right: 0;
	display: none;
	border: 0;
}
.timeline li.timeline-inverted .timeline-panel {
	float: right;
}
.timeline li.timeline-inverted .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline li.timeline-inverted .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
/** timeline circle icons **/
.timeline li .tl-circ {
	position: absolute;
	top: 0px;
	left: 48.5%;
	text-align: center;
	background: url(../images/printaddgallery/eye_icon.png) #774BF7 no-repeat center center;
	color: #fff;
	width: 55px;
	height: 55px;
	line-height: 35px;
	margin-left: -16px;
	border: 3px solid #ccc;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	z-index: 99999;
}
/** timeline content **/
.tl-heading h4 {
	background: #ac8bff;
	padding: 10px;
}
.tl-heading h4 {
	margin: 0;
	color: #ffffff;
}
.tl-body p, .tl-body ul {
	margin-bottom: 0;
}
.tl-body > p + p {
	margin-top: 5px;
}

/** media queries **/
@media (max-width: 991px) {
.timeline li .timeline-panel {
	width: 44%;
}
}


@media (max-width: 500px) {
.submit-btn,
a.submit-btn,
a:link.submit-btn,
.cancel-btn,
a.cancel-btn,
a:link.cancel-btn {display: block !important;margin: 0 auto !important;float: none !important;clear: both !important;}
.d2h_hollywoood1hd {background-position: 34% 50% !important;background-size: 102em !important;}
}


 @media (max-width: 700px) {
.page-header h1 {
	font-size: 1.8em;
}
ul.timeline:before {
	left: 40px;
}
.tldate {
	width: 140px;
}
ul.timeline li .timeline-panel {
	width: calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
}
ul.timeline li .tl-circ {
	top: 22px;
	left: 22px;
	margin-left: 0;
}
ul.timeline > li > .tldate {
	margin: 0;
}
ul.timeline > li > .timeline-panel {
	float: right;
}
ul.timeline > li > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
ul.timeline > li > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
}
.timeline .images_view {
	background: #e7e7e7;
}
.timeline .images_view img {
	width: 100%;
}
.timeline .add_on {
	padding: 10px;
	background: #e7e7e7;
}
.timeline .share {
	padding: 10px;
}
.timeline .share i {
	margin-left: 10px;
}
/** timeline circle icons **/

a.ltr_btn, span.ltr_btn {
	padding: 10px;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	border: 1px solid #333;
	cursor: pointer;
}
a.ltr_btn:hover, span.ltr_btn:hover {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#722682+0,f74bed+100 */
	background: #722682; /* Old browsers */
	background: -moz-linear-gradient(top, #722682 0%, #f74bed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #722682 0%, #f74bed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #722682 0%, #f74bed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#722682', endColorstr='#f74bed', GradientType=0 ); /* IE6-9 */
}
a.ltr_btn.active, span.ltr_btn.active {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f74bed+0,722682+100 */
	background: #f74bed; /* Old browsers */
	background: -moz-linear-gradient(top, #f74bed 0%, #722682 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f74bed 0%, #722682 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f74bed 0%, #722682 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74bed', endColorstr='#722682', GradientType=0 ); /* IE6-9 */
}
.frm {
	background: none repeat scroll 0 0 #722682;
	border: 3px solid #FFF;
	border-radius: 60px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f74bed+0,722682+100 */
	background: #f74bed; /* Old browsers */
	background: -moz-linear-gradient(top, #f74bed 0%, #722682 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f74bed 0%, #722682 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f74bed 0%, #722682 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
	display: block;
	height: 60px;
	margin: -40px auto 0px;
	width: 60px;
	padding-top: 12px;
	text-align: center;
	font-size: 16px;
	/* font-size: 15px; */
	line-height: 15px;
	font-weight: normal;
}
table.table.table-hover.ltr th {
	background: #A835AD;
	text-align: center;
	color: #fff;
	border: 1px solid #872C93;
}
.col-md-7.pt_heading {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 20px 30px;
	color: #333;
	line-height: 30px;
	font-size: 13px;
	text-align: left;
}
a.hd_channel_btn {
	border: 1px solid #E4332A;
	background: #FF5950;
	color: #fff !important;
	padding: 10px 20px;
	line-height: 15px;
    font-weight: 300;
    font-size: 15px;
    margin: 30px auto 0px auto;
	float: left;
}

.lister-block .prod-booknow {font-size: 17px;font-weight: 500;padding: 10px 10px;line-height: 20px;text-transform: capitalize;margin-bottom: 10px;height: auto;}
.lister-block .list-group a.list-group-item {padding: 10px 10px;line-height: 20px;height: auto;}

@media (min-width: 1200px) {
.lister-block {width:20%}
/*.lister-block:nth-child(5n) {margin: 0px 0px;}*/
.lister-block:nth-child(5n+1) {clear: both;}
.lister-block .list-group {margin-bottom:45px}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.lister-block:nth-child(4n+1) {clear: both;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.lister-block {width:33%}
.lister-block:nth-child(3n+1) {clear: both;}
}



/* -------------------------------- 

Main components 

-------------------------------- */
.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  background-color: #39393c;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}
.cd-testimonials-wrapper::after {
  /* quotation mark */
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  margin-left: -25px;
  background: rgba(32, 32, 34, 0.9);
  font-family: "Georgia", serif;
  color: #ffffff;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  /* visible on big devices only */
  display: none;
}
.prada-gd {padding: 0px 15px 0px 15px !important;max-width:300px;margin-top: 0 !important;margin-bottom: 0 !important;background-color: transparent;}
.prada-gd::after {display:none !important;}
.prada-gd .cd-testimonials {padding:0px;}
.prada-gd .flex-viewport {display:block;width:100%;}
.prada-gd .cd-testimonials li p {margin: 0;padding: 0;text-align: center;color: #000;font-style: normal;font-family: 'Roboto', sans-serif;}
.prada-gd .flex-direction-nav {margin: 0;}
.prada-gd .flex-direction-nav li {top: 0px;min-height: 30px;width: 35px;}
.prada-gd .flex-direction-nav li a {background-repeat:no-repeat;background-position:center center;}
.prada-gd .flex-direction-nav li a.flex-prev {background-image:url(../images/prado-gd-arrowLeft.png);}
.prada-gd .flex-direction-nav li a.flex-next {background-image:url(../images/prado-gd-arrowRight.png);}
.prada-gd .flex-direction-nav li a:before, .prada-gd .flex-direction-nav li a:after {display:none;}
.prog-btn-white {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+51,f2f2f2+51,f1f1f1+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 51%, #f2f2f2 51%, #f1f1f1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 51%,#f2f2f2 51%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 51%,#f2f2f2 51%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
border: 1px solid #cbcbcb;border-radius: 0;}

.prade-grid-5 {padding:0;text-align:center}
.headth {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e93edf+0,c146c0+50,9600a8+50,b647d2+100 */
background: #e93edf; /* Old browsers */
background: -moz-linear-gradient(top,  #e93edf 0%, #c146c0 50%, #9600a8 50%, #b647d2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e93edf 0%,#c146c0 50%,#9600a8 50%,#b647d2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e93edf 0%,#c146c0 50%,#9600a8 50%,#b647d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e93edf', endColorstr='#b647d2',GradientType=0 ); /* IE6-9 */
border: 1px solid #ae0398;padding: 10px 12px;line-height: 25px;font-size: 18px;color: #FFFFFF;-webkit-box-shadow: inset 0px -2px 13px 0px #e456dd;box-shadow: inset 0px -2px 13px 0px #e456dd;text-align:center;}
.leftTH {background-color: #FFFFFF;border: 1px solid #cbcbcb;text-align:center;}
.mainTD {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e93edf+0,c146c0+50,9600a8+50,b647d2+100 */
background: #f1f1f1; /* Old browsers */
background: -moz-linear-gradient(top,  #FFFFFF 0%, #f2f2f2 50%, #e6e6e6 50%, #f1f1f1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #FFFFFF 0%,#f2f2f2 50%,#e6e6e6 50%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #FFFFFF 0%,#f2f2f2 50%,#e6e6e6 50%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
border: 1px solid #CBCBCB;padding: 10px 12px;line-height: 30px;font-size: 15px;color: #000000;-webkit-box-shadow: inset 0px -2px 13px 0px rgba(255, 255, 255, 0.59);box-shadow: inset 0px -2px 13px 0px rgba(255, 255, 255, 0.59);text-align:center;}
.mainTD.Icon {position: relative;line-height: 30px;padding: 20px 0px 0px 0px;}
.mainTD.Icon:after {content:'';position:absolute;left: 10px;top: 10px;min-width: 40px;min-height: 15px;}
/*background-image:url(../images/starRec.jpg);background-repeat:no-repeat*/


@media only screen and (min-width: 768px) {
.prade-grid-5 {width: 10%;}
  .cd-testimonials-wrapper {
    margin: 4em auto;
    padding: 64px 50px 114px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block;
  }
}

.cd-testimonials {
  color: #ffffff;
  text-align: center;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  font-family: "Georgia", serif;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 14px;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .features-iconBox {margin-left: 3.5%;}
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.6;
  }
}

.cd-author img, .cd-author .cd-author-info {display: inline-block;vertical-align: middle;float: left;}
.cd-author img {width: 32px;height: 32px;border-radius: 50%;margin-right: 0px;box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);}
.cd-author .cd-author-info {text-align: left;line-height: 1.2;margin-left: 10px;}
.cd-author .cd-author-info li {clear:both;display:block;}
.cd-author .cd-author-info li:first-child {font-weight: 400;font-size: 13px;color: #FFFFFF;}
.cd-author .cd-author-info li:last-child {font-weight: 500;font-size: 11px;color: #8E8E8E;}
@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 50px;
    height: 50px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
.cd-author .cd-author-info li:first-child {}
.cd-author .cd-author-info li:last-child {}
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
  background-color: #323234;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #ffffff;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #5e5e63;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #ffffff;
  }
}

.cd-see-all {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #252527;
  text-align: center;
  text-transform: uppercase;
  color: #6b6b70;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  transition: color, 0.2s;
}
.no-touch .cd-see-all:hover {
  color: #79b6e4;
}

.cd-testimonials-all {
position: relative;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: transparent;
z-index: 2;
visibility: visible;
opacity: 1;
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {float:none;display: block;}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  /* opacity: 0;
  Force Hardware Acceleration in WebKit
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s; */
}
.cd-testimonials-all p {position: relative;background: #E9F3F7;color: #2e608d;padding: 2em;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;line-height: 1.4;border-radius: 2em;margin-bottom: 1em;font-size: 15px;font-weight: 300;}
.cd-testimonials-all p::after {content: '';position: absolute;top: 96%;left: 2em;height: 0;width: 0;border: 20px solid transparent;border-top-color: #E9F3F7;}
.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
  -webkit-overflow-scrolling: touch;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width: 768px) {
.cd-testimonials-all .cd-testimonials-item {width: 46%;margin: 0 2% 3em;}
.cd-testimonials-all .cd-author {margin-left: 1em;margin-top: 1.5em;clear: both;display: block;}
}
@media only screen and (min-width: 1170px) {
.cd-testimonials-all .cd-testimonials-item {width: 30%;margin: 0 1.6666% 3em;}
}
 

@media (min-width: 600px) and (max-width: 768px) 
{
/*----carousel-inner--*/
.carousel-inner .item .col-xs-12 {width: 41% !important;float: left !important;padding: 0px;}
.carousel-inner .item .col-xs-7 img.mt-min-100 {margin-top: 50px !important;}
#custom_carousel .item h3, #custom_carousel .item .h3 {display: none !important; font-size:24px !important;}

/*----carousel-inner--*/

}




@media (min-width: 768px) {
.modal-backdrop {z-index:9 !important;}
.modal {z-index: 99999 !important;}
.modal-dialog {margin-top:100px !important;}
}


 

a.check_android{ 
	border: 2px solid #fff !important;
    padding: 7px 10px !important;
    float: left;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    color: #fff;
	text-decoration:none !important;
	
}
a.check_android:hover{   
    color: #333;  
    background: #fff;
 }


/* CSS Document */
#myModal form
{
	width:100%;
	margin:0px;
}
h1.heading_color1
{
	color:#fff;
	margin:60px auto 30px auto;
	font-weight:300;
}





.check_avai
{
	padding:6px 10px;
	margin:0px auto;
	color:#ffffff;
	border:1px solid #a80077;
	font-size:13px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb60b3+0,c146a1+50,a80077+51,db36a4+100 */
	background: #cb60b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-9 */

}

.check_avai:hover
{

	color:#ffffff;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b70782+0,c146a1+50,a80077+51,cc2895+100 */
	background: #b70782; /* Old browsers */
	background: -moz-linear-gradient(top,  #b70782 0%, #c146a1 50%, #a80077 51%, #cc2895 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b70782 0%,#c146a1 50%,#a80077 51%,#cc2895 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b70782 0%,#c146a1 50%,#a80077 51%,#cc2895 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b70782', endColorstr='#cc2895',GradientType=0 ); /* IE6-9 */

}



.proceed
{
	padding:10px 25px;
	margin:0px auto;
	color:#ffffff;
	border:1px solid #a80077;
	font-size:16px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb60b3+0,c146a1+50,a80077+51,db36a4+100 */
	background: #cb60b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-9 */

}

.proceed:hover
{

	color:#ffffff;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b70782+0,c146a1+50,a80077+51,cc2895+100 */
	background: #b70782; /* Old browsers */
	background: -moz-linear-gradient(top,  #b70782 0%, #c146a1 50%, #a80077 51%, #cc2895 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b70782 0%,#c146a1 50%,#a80077 51%,#cc2895 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b70782 0%,#c146a1 50%,#a80077 51%,#cc2895 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b70782', endColorstr='#cc2895',GradientType=0 ); /* IE6-9 */

}


.step2 .form-control {
    padding: 20px;
    border-radius: 0px;
    margin-top: 15px;
}

.step2 {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
}


.form-horizontal .form-group
{
	margin-right: 0px !important;
    margin-left: 0px !important;
}

.checkbox
{
	margin:10px auto;
	color:#fff;
}

.checkbox a
{
 	color:#c551a9;
}



table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {/*font-size: .8125rem;*/padding: 0;}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {background: #b338b6;color: #FFFFFF;margin-right: 10px;padding: 2px 10px;}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {padding-top: 10px;color: #fff;}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

/*
 * Example 4:
 * Media query over js resize
 */
@media only screen and (max-width: 568px) {
  #table-no-resize thead {
    display: none;
  }

  #table-no-resize tbody td {
    border: none !important;
    display: block;
    font-size: .8125rem;
    padding: 0;
    vertical-align: top;
  }

  #table-no-resize tbody td:before {
    background: #56a2cf;
    content: attr(data-th) ": ";
    color: white;
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    padding: 2px 10px;
    width: 6.5em;
  }

  #table-no-resize tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
  }

  #table-no-resize tbody td:first-of-type:before,
  #table-no-resize tbody td:first-of-type .bt-content {
    padding-top: 10px;
  }

  #table-no-resize tbody td:last-of-type:before,
  #table-no-resize tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
  }
}

/*
 * Example 5:
 * Two axis styling
 */
table.two-axis tr td:first-of-type {}

@media only screen and (max-width: 568px) {
  table.two-axis tr td:first-of-type,
  table.two-axis tr:nth-of-type(2n+2) td:first-of-type,
  table.two-axis tr td:first-of-type:before {
    background: #842b90;
    color: #ffffff;
  }

  table.two-axis tr td:first-of-type {
    border-bottom: 1px solid #e4ebeb;
  }

  table.two-axis tr td:first-of-type:before {
    padding-bottom: 10px;
  }
}

/*
 * Example 6:
 * Max height
 */
.bt-wrapper.active {
  margin-top: 1.5em;
}
.bt-wrapper.active table {
  margin: 0;
}


table {
  width: 100%;
}
.table {

  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.table caption {
  color: #333;
  font-style: italic;
  font-size: 85%;
  line-height: 1;
  padding: 1em 0;
  text-align: center;
}
.table td,
.table th {
  border-left: 1px solid #e0e0e0;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
  font-weight: normal;
}
.table td:first-child,
.table th:first-child {
  border-left-width: 0;
}
.table thead,
.table tfoot {
  background-color: #f05050;
  color: #fff;
  text-align: left;
  vertical-align: bottom;
}
.table thead td,
.table tfoot td,
.table thead th,
.table tfoot th {
  border-color: #fff;
}
.table td {
  background-color: transparent;
}
.table_striped tr:nth-child(2n-1) td {
  background-color: #ececec;
}
.table_bordered td {
  border-bottom: 1px solid #e0e0e0;
}
.table_bordered tbody > tr:last-child > td,
.table_bordered thead > tr:last-child > td {
  border-bottom-width: 0;
}
.table_horizontal td,
.table_horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #e0e0e0;
}
.table_horizontal tbody > tr:last-child > td,
.table_horizontal thead > tr:last-child > td {
  border-bottom-width: 0;
}

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {content: attr(data-th) ": ";font-weight: bold;width: 60%;display: inline-block;}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}


.pic1desc,
.pic2desc,
.pic3desc,
.pic4desc,
.pic5desc
{
	border-radius:27px;
}


div#html5-watermark {
    display: none;
}

        /*----#owl-demo11----*/
        #owl-demo11 .owl-item {
          width: auto !important;
          padding: 0px 20px;
          height: auto !important;
        }
        #owl-demosub .owl-item {
          width: auto !important;
          padding: 0px 10px;
          height: auto !important;
        }
        #owl-demo11 .item {
          background: none;
          /*border-right:1px solid rgba(0, 0, 0, 0.3);*/
          padding: 10px 0px;
          margin: 0px;
          color: #666;
          text-align: left;
          float: left
        }
        div#owl-demo11.owl-carousel .owl-item {
          background: rgba(255, 255, 255, 0);
        }
        #owl-demo11 .item a:link, #owl-demo11 .item a:visited {
          color: #fff;
          font-size: 13px;
        }
        div#owl-demo11 .owl-controls {
          display: none !important;
        }
        .openall {
          position: absolute;
          font-size: 18px;
          font-weight: 100;
          color: #666;
        }
        .closeall {
          position: absolute;
          right: 5%;
          font-size: 24px;
          font-weight: 100;
          color: #666;
        }
		/*
        @media (min-width:1000px) and (max-width:1920px) {
          .menu {
            display: none !important
          }
        }
		*/
		
		@media(max-width:767px){
				.navbar-default {
					/*background-color: #7e4e9f !important;*/
					background: rgba(126, 78, 159, 0.54) !important;
				}
				.menu {
				  display: block !important;	  
				}
				.d2h_multicontent{
					padding-left: 0%;
					padding-top: 10%;
				}
				.sliding-image .site-wrapper h2 {
					margin-top: 45px;
				}
				.madhuri{
					position: relative !important;
					width: 100%;
				}
				.sliding-image .site-wrapper h2{
					padding: 0 15px;
				}
				.site-wrapper.d2hinfinity_2, .site-wrapper.d2hinfinity_3, .site-wrapper.d2hinfinity_4, .site-wrapper.d2hinfinity_5, .site-wrapper.d2hinfinity_6{
					background-size: cover !important;
				}
				.site-wrapper.d2hinfinity_5 {
					background-position: top;
					
				}
				.d2hinfinity_6{
					color: #FFF;
				}
			}
			@media(min-width:768px){
				.navbar-inverse, .search{
					display: none;
				}
				.navbar-header{
					position: static;
				}
				.navbar-default {
					/*background-color: #7e4e9f !important;*/
					background: rgba(126, 78, 159, 0.54) !important;
				}
				.menu {
				  display: block !important;	  
				}
				.d2h_multicontent{
					padding-left: 18%;
				}
			}
			@media(min-width:992px){
				
			}
			@media(min-width:1200px){
				.menu {
				  display: none !important;	  
				}
				.navbar-inverse, .search{
					display: block;
				}
				.navbar-header{
					position: relative;
				}
				.navbar-default {
					background: rgba(126, 78, 159, 0.54) !important;
				}
			}
		
        .menu {
          position: absolute;
          display: block;
          width: 30px;
          height: 20px;
          top: 25px;
          right: 5%;
        }
        .menu span {
          margin: 0 auto;
          position: relative;
        }
        .menu span:before, .menu span:after {
          position: absolute;
          content: '';
        }
        .menu span, .menu span:before, .menu span:after {
          width: 26px;
          height: 3px;
          background-color: #fff;
          display: block;
          border-radius: 4px;
        }
        .menu span:before {
          margin: -7px 0 0;
        }
        .menu span:after {
          margin: 7px 0 0;
        }
        .openall span {
          transition-duration: 0s;
          transition-delay: .2s;
        }
        .openall.open span {
          background-color: rgba(255, 255, 255, 0);
          transition-delay: .2s;
        }
        .openall span:before {
          transition-property: margin, transform;
          transition-duration: .2s;
          transition-delay: .2s, 0;
        }
        .openall.open span:before {
          margin-top: 0;
          transform: rotate(45deg);
          transition-delay: 0, .2s;
        }
        .openall span:after {
          transition-property: margin, transform;
          transition-duration: .2s;
          transition-delay: .2s, 0;
        }
        .openall.open span:after {
          margin-top: 0;
          transform: rotate(-45deg);
          transition-delay: 0, .2s;
        }
        collapse.in {
          -webkit-transition: height 1s ease-in-out;
          -moz-transition: height 1s ease-in-out;
          -ms-transition: height 1s ease-in-out;
          -o-transition: height 1s ease-in-out;
          transition: height 1s ease-in-out;
        }
        #acc-menu {
          position: fixed;
          top: 60px;
          z-index: 9999;
          float: left;
        }
        #acc-menu.panel-group {
          margin-bottom: 0px;
        }
        #acc-menu .panel-body {
          height: 40px;
        }
        .nav {/*float: right;*/}
        .nav li {
          display: inline-block;
          font-size: 18px;
          font-weight: 300;
        }
        .nav li a, .nav li:first-child a.active {
          color: #fff;
          display: inline-block;
          padding: 6px 5px;
          border: 1px solid transparent;
          transition: all 0.2s;
          -moz-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          -ms-transition: all 0.2s;
        }
        .nav li:first-child a.active {
          background: none;
        }
        .nav li a:hover, .nav li a.active, .nav li:first-child a.active:hover {
          background: #fff;
          text-shadow: inherit;
          border-radius: 5px;
          color: #6e008e;
        }
        .nav .download-btn a {
          background: #fff;
          color: #6e008e;
          text-shadow: inherit;
          border-radius: 5px;
        }
        .nav .download-btn a:hover {
          background: #6e008e;
          color: #fff;
        }
        .nav .download-btn a.active {
          background: none;
          border-color: #fff;
          color: #fff;
        }
        #search-form form {
          position: fixed;
          height: 40px;
          /* margin: 15px 15px 15px 10px; */
          margin: 15px 15px 15px 10px;
          padding-left: 40px;
          border-left: 1px solid #999;
          font-family: FontAwesome;
          right: 0px;
          top: 0px;
        }
        #search-form form:before {
          content: "\f002";
          position: absolute;
          left: 15px;
          top: 0px;
          height: 40px;
          line-height: 40px;
          font-size: 15px;
          color: #fff;
        }
        #search-form input {
          width: 42px;
          margin: 0;
          padding: 11px 0;
          text-transform: none;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          line-height: 20px;
          font-size: 14px;
          color: #fff;
          background: none;
          border: 0;
          box-shadow: none;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
        }
        .mylogin {
          position: fixed;
          top: 0px;
          right: 0px;
          z-index: 999999;
        }
        @media (max-width: 768px) {
          .navbar-inverse {
            display: none;
          }
        }
        .navbar-inverse {
          background-color: rgba(34, 34, 34, 0);
          border-color: rgba(8, 8, 8, 0);
        }
        .mega-dropdown {
          position: static !important;
        }
        .mega-dropdown-menu {
          padding: 20px 0px;
          width: 100%;
          box-shadow: none;
          -webkit-box-shadow: none;
        }
        .mega-dropdown-menu > li > ul {
          padding: 0;
          margin: 0;
        }
        .navbar-nav>li>a {
          padding-top: 22px;
          padding-bottom: 22px;
        }
        .mega-dropdown-menu li h3 {
          font-weight: 400
        }
        .mega-dropdown-menu > li > ul > li {
          list-style: none;
          font-size: 13px;
          color: #333;
        }
        .mega-dropdown-menu > li > ul > li > a {
          display: block;
          color: #222;
          padding: 3px 5px;
        }
        .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
          text-decoration: none;
        }
        .navbar-inverse .navbar-nav>li>a {
          color: #FFF;
        }
        .nav>li>a {
          position: relative;
          display: block;
          /*padding-left:20px;*/
          
        }
        .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
          border-color: none;
        }
        .mega-dropdown-menu .dropdown-header {
          font-size: 18px;
          color: #ff3546;
          padding: 5px 60px 5px 5px;
          line-height: 30px;
        }
        .mega-dropdown .carousel-control {
          width: 30px;
          height: 30px;
          top: -35px;
        }
        .mega-dropdown .left.carousel-control {
          right: 30px;
          left: inherit;
        }
        .mega-dropdown .carousel-control .glyphicon-chevron-left, .mega-dropdown .carousel-control .glyphicon-chevron-right {
          font-size: 12px;
          background-color: #fff;
          line-height: 30px;
          text-shadow: none;
          color: #333;
          border: 1px solid #ddd;
        }


/*Amlesh kumar vishwakarma Add css for mobile*/
@media screen and (min-width:900) and (max-width:1024px){
	
	
}

@media screen and (max-width:1024){
	.site-wrapper  h2.common-rack-box{padding:10px !important; margin-top:0 !important;}
}


/*mobile ipad */
@media screen and (max-width :768px){
	.site-wrapper  h2.common-rack-box{padding:10px !important; margin-top:0 !important; }
	
}


/*mobile tab and mobile*/
@media screen and (max-width :767px){
	
		.site-wrapper  h2.common-rack-box{padding:10px !important; margin-top:0 !important;}
}	
		
		

/*Sales Process*/

.sales-cntbg{background:url(../images/sales/sales-processbg.jpg) no-repeat center top; background-size:cover;}
.sales-cont-box{margin:0 auto; width:78%; text-align:center; padding-top:125px}
.sales-cont-box h2{font-size:36px; color:#b738c1; text-transform:uppercase; font-weight:300; margin-right:120px}
.sales-cont-box .form-horizontal{margin:0 auto; width:55%}
.sales-cont-box .form-horizontal .form-group .name{background:url("../images/sales/name-ico.png") no-repeat right center;float: left;height: 24px;margin:8px 21px;vertical-align: middle;width:21px}
.sales-cont-box .form-horizontal .form-group .email{background:url("../images/sales/email-ico.png") no-repeat right center;float: left;height:15px;margin: 8px 20px;vertical-align: middle;width:22px}
.sales-cont-box .form-horizontal .form-group .mobile{background:url("../images/sales/mobile-ico.png") no-repeat right center;float: left;height:29px;margin: 8px 22px;vertical-align: middle;width:18px}
.sales-cont-box .form-horizontal .form-group .address{background:url("../images/sales/add-ico.png") no-repeat right center;float: left;height:28px;margin: 8px 22px;vertical-align: middle;width:19px}
.sales-cont-box .form-horizontal .form-group .town{background:url("../images/sales/town-ico.png") no-repeat right center;float: left;height:29px;margin: 8px 17px;vertical-align: middle;width:29px}
.sales-cont-box .form-horizontal .form-group .pincode{background:url("../images/sales/pincode-ico.png") no-repeat right center;float: left;height:24px;margin: 8px 24px;vertical-align: middle;width:14px}
.sales-cont-box .form-horizontal .form-group .po{background:url("../images/sales/post-office-ico.png") no-repeat right center;float: left;height:26px;margin: 8px 19px;vertical-align: middle;width:22px}
.sales-cont-box .form-horizontal .form-group .frm-input{background:#fff;border: 1px solid #a1a1a1;color: #b1b1b1;float: left;font-size: 20px;font-style:italic;height: 35px;padding:8px;width:70%}
.sales-cont-box .form-horizontal .frm-btn{margin:20px 0; width:80%}
.sales-cont-box .form-horizontal .frm-btn .btn-default{border:2px solid #662c91; background:url(../images/sales/frm-sbt-bg.gif) repeat-y; border-radius:8px;font-size:18px; color:#fff; padding:8px 36px}
.brd-btm-cont{margin:0 auto; width:78%}
.brd-btm-cont .brdbtm-act{float:left; width:19%; border-bottom:2px solid #a835ad; margin-right:2px}
.brd-btm-cont .brdbtm-nrm{float:left; width:12.79%; border-bottom:2px solid #a0a0a0; margin-right:2px}
.brd-btm-cont .sale-bd{float:left; width:23.89%; border-bottom:2px solid #a0a0a0; margin-right:2px}
.brd-btm-cont .sale-hr{float:left; width:23.99%; border-bottom:2px solid #a0a0a0; margin-right:2px}
.sale-back-cont{width:15%; margin:30px auto; float:left}
.sale-back-cont a{float:right; font-size:18px; color:#aa0cb5;}
.sale-next-cont{width:27%; margin:30px auto; float:right}
.sale-next-cont a{font-size:18px; color:#aa0cb5;}
.sale-next-cont-bd{width:19%; margin:30px auto; float:right}
.sale-next-cont-bd a{font-size:18px; color:#aa0cb5;}
.sale-next-cont-hr{width:19%; margin:30px auto; float:right}
.sale-next-cont-hr a{font-size:18px; color:#aa0cb5;cursor: pointer;}
.clear{clear:both; line-height:0; height:0}

.set-box{background:#833daf; color:#fff; width:68px;height:485px; margin-bottom:50px}
.set-box-stp1{float:left; width:6%; margin:0 -5px 20px 0}
.set-box-stp2{float:left; width:60%; background:#fff}
.set-box-stp3{float:left; width:6%; margin:0 0 20px 0}
.set-box-stp4{float:left; width:6%;margin:0 0 20px 0}
.set-box-stp5{float:left; width:6%;margin:0 0 20px 0}
.hd-box-cnt{margin: 20px 0 0 25px; text-align:left; font-size:14px; color:#424242; font-weight:500}
.hd-box-cnt h2{font-size:22px; color:#424242; font-weight:500;display: inline;width: 100%;float: left;}
.hd-box-cnt .hgh-txt{font-size:22px; color:#6506a5; font-weight:500}
.hd-box-cnt .hgh-txt span{background:url(../images/sales/rupee-ico.png) no-repeat center center; display:inline-block; width:11px; height:18px;margin:-1px 4px}

.service-lft-cont{float:left; width:40%; margin:50px 0 131px  0}
.service-rght-cont{float:right; width:44%; margin:20px 25px 0 0}
.service-rght-cont .buy-btn{float:right; margin:10px 76px 0 0}
.service-rght-cont .buy-btn .btn-default{border:transparent; background:url(../images/sales/frm-sbt-bg.gif) repeat-y; border-radius:8px;font-size:18px; color:#fff; padding:6px 30px}
.service-list{list-style-type:none; margin:5px 0;display: inline-block;}
.service-list img{float:left}
.service-list p{text-align:right; display:inline-block;padding:0 20px; font-size:14px; color:#424242}

.slider-wrap{width:92%; padding-bottom:50px}
.price-slide-box{padding:50px 0}
.price-slide-box .price-lft{float:left; display:inline-block; font-size:20px; color:#424242}
.price-slide-box .price-rght{float:right; display:inline-block; font-size:20px; color:#424242; width:48%}
.slider-wrap h3{font-size:36px; color:#aa0cb5; text-transform:uppercase; padding-bottom:20px}
.gene-thmb{    position: relative;
    background-color: #771e90;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
}

.img-caption{float: left;
    font-size: 24px;
    color: #b738c1;
    font-weight: 400;
    padding-left: 15px;}
.gene-thmb a{display:block;text-decoration: none;}
.gene-thmb a img{border:1px solid #92278f;display:block;width:155px;}
.gene-thmb a:hover img{background:#92278f}
.gene-thmb p{font-size:20px; color:#fff; padding:10px 0;text-overflow: ellipsis;}
.gene-thmb p.active{color:#92278f}
.gene-thmb a i{position: absolute; right:2px; top:5px; color:#fff; font-size:20px}
.gene-thmb .img-caption{font-size:18px; text-align:center; color:#b738c1; padding-bottom:5px}
.gene-thmb .prev-arr i{font-size:20px; color:#b738c1; position:absolute; left:-206px; top:110px}
.gene-thmb .next-arr i{font-size:20px; color:#b738c1; position:absolute; right:-16px; top:110px}

.reco-lft-thmb{margin:10px 8px; position:relative}
.reco-lft-thmb .select-btn{position: absolute; left:0; bottom:0; margin:-11px 52px}
.reco-lft-thmb .select-btn .btn-default{border:2px solid #662c91; background:url(../images/sales/frm-sbt-bg.gif) repeat-y; border-radius:8px;font-size:18px; color:#fff; padding:1px 35px; font-weight:300}
.selectedBtn {
    border: 2px solid #8a8a8a !important;
    background: #8a8a8a !important;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    padding: 1px 35px;
    font-weight: 300;
}
.reco-lft-thmb .slide-ttl{position:absolute; left:0; bottom:-65px;font-size:24px; color:#b738c1}
.reco-cent-cont{padding-top:78px; text-align:center}
.reco-cent-cont h3{font-size:27px; color:#92278f}
.reco-cent-cont p{font-size:18px; color:#343434}
.summ-cont{}
.summ-cont h3{font-size:27px; color:#92278f; text-transform:uppercase}
.summ-cont .box-rd{border:1px dotted #cc68d1; width:100%; margin:0 auto 35px}
.summ-cont .box-rd .desc{margin:5px}
.summ-cont .box-rd .desc .desctxt-bx{background:#ebebeb;padding:5px}
.summ-cont .box-rd .desc  .ttl-lft{font-size:14px; float:left;padding:0 8px; font-weight:500}
.summ-cont .box-rd .desc  .ttl-rght{font-size:14px; float:right; padding:0 5px; font-weight:500}
.summ-cont .box-rd .desc .set-ttl{font-size:14px; padding:5px 9px; color:#92278f; text-transform:uppercase; text-align:left}

.summ-cont-rc{margin-top:-72px}
.summ-cont-rc h3{font-size:27px; color:#92278f; text-transform:uppercase}
.summ-cont-rc .box-rd{border:1px dotted #cc68d1; width:78%; margin:0 auto 35px}
.summ-cont-rc .box-rd .desc{margin:5px}
.summ-cont-rc .box-rd .desc .desctxt-bx{background:#ebebeb;padding:5px}
.summ-cont-rc .box-rd .desc  .ttl-lft{font-size:14px; float:left;padding:0 8px; font-weight:500}
.summ-cont-rc .box-rd .desc  .ttl-rght{font-size:14px; float:right; padding:0 5px; font-weight:500}
.summ-cont-rc .box-rd .desc .set-ttl{font-size:14px; padding:5px 9px; color:#92278f; text-transform:uppercase; text-align:left}

.summ-cont-pay{margin-top:-72px}
.summ-cont-pay h3{font-size:27px; color:#92278f; text-transform:uppercase}
.summ-cont-pay .box-rd{border:1px dotted #cc68d1; width:92%; margin:0 auto 35px}
.summ-cont-pay .box-rd .desc{margin:5px}
.summ-cont-pay .box-rd .desc .desctxt-bx{background:#ebebeb;padding:5px}
.summ-cont-pay .box-rd .desc  .ttl-lft{font-size:14px; float:left;padding:0 8px; font-weight:500}
.summ-cont-pay .box-rd .desc  .ttl-rght{font-size:14px; float:right; padding:0 5px; font-weight:500}
.summ-cont-pay .box-rd .desc .set-ttl{font-size:14px; padding:5px 9px; color:#92278f; text-transform:uppercase; text-align:left}

.brd-btm{border-bottom:1px dotted #000; margin:12px 0}
.total-txt{float:left; font-size:14px; color:#92278f; padding:10px 8px; text-transform:uppercase}
.total-txt-rght{float:right; color:#000; padding:10px 8px; text-transform:uppercase; font-weight:500}

.box{width:155px;height:152px;border:1px solid #92278f;display:inline-block;vertical-align:top;margin-top:10px;background:url(../images/sales/gener-thmb1.jpg) no-repeat;position:relative}
.box1{width:155px;height:152px;border:1px solid #92278f;display: inline-block;vertical-align:top;margin-top:10px;background:url(../images/sales/gener-thmb2.jpg) no-repeat;position:relative}
.box2{width:155px;height:152px;border:1px solid #92278f;display:inline-block;vertical-align:top;margin-top:10px;background:url(../images/sales/gener-thmb3.jpg) no-repeat;position:relative}
.box3{width:155px;height:152px;border:1px solid #92278f;display:inline-block;vertical-align:top;margin-top:10px;background:url(../images/sales/gener-thmb4.jpg) no-repeat;position:relative}
.box4{width:155px;height:152px;border:1px solid #92278f;display:inline-block;vertical-align:top;margin-top:10px;background:url(../images/sales/gener-thmb5.jpg) no-repeat;position:relative}
.box5{width:155px;height:152px;border:1px solid #92278f;display:inline-block;vertical-align:top;margin-top:10px;background:url(../images/sales/gener-thmb6.jpg) no-repeat;position:relative}
.overlay { position:relative}
.overlay:before{position:absolute;content:" ";top:0;left:0;width:100%;height:100%;display:none;z-index:0;}
.overlay:hover:before{display:block;}
.red:before {background-color:rgba(150,86,179,0.5);}
.box * {position:relative;/* hack */}

.box i{font-size:22px; position:absolute; right:2px; top:0; color:#fff}
.box1 i{font-size:22px; position:absolute; right:2px; top:0; color:#fff}
.box2 i{font-size:22px; position:absolute; right:2px; top:0; color:#fff}
.box3 i{font-size:22px; position:absolute; right:2px; top:0; color:#fff}
.box4 i{font-size:22px; position:absolute; right:2px; top:0; color:#fff}
.box5 i{font-size:22px; position:absolute; right:2px; top:0; color:#fff}
.boxhd-active{font-size:20px; color:#92278f;line-height:1.2; padding-top:10px;text-overflow: ellipsis; white-space:nowrap; overflow:hidden}
.boxhd-nrm{font-size:20px; color:#4d4d4d4;line-height:1.2; padding-top:10px;text-overflow: ellipsis; white-space:nowrap; overflow:hidden}

.rch-box{padding:150px 0}
.rch-box .slide-ttl{position:absolute; left:0; bottom:-55px;font-size:24px; color:#b738c1; margin-left:50px}
.rch-offer-box{background:#e2e2e2;margin:0 14px 20px 0; position:relative}
.rch-offer-box h3{position:absolute; left:50%; top:50%; font-size:15px; color:#353535; font-weight:400; line-height:1.4; margin:-123px 0 0 -45px}
.rch-offer-box .prp-hd{background:#621592; padding:12px; font-size:15px; color:#fff}
.rch-offer-box .prp-hd .dwn-arrw{position:absolute; left:50%; top:50%; margin:-41px 0 0 -15px}
.rch-offer-box .price{padding:10px 0; font-size:16px; color:#731597}
.rch-offer-box1{margin:60px 0}

.pay-mthd{padding:50px 0}
.pay-mthd .radio label, .checkbox label{color:#aa0cb5; font-size:20px}
.paym-circle{border:1px dotted #aa0cb5; width:90%; height:340px; background:#fff}
.check_payment{text-align: left;}
.pay_option{
	padding-top: 34px;
    padding-left: 50px;
    padding-right: 123px;
	padding-bottom: 34px;
	margin:0 auto;
}
.note_text{
    padding-top: 5px;
}

.slick-prev:before{
   background-image: url(../images/previous.png);
    background-repeat: no-repeat;
    color: transparent;
    opacity: 1;
    font-size: 21px;
}

.slick-next:before{
   background-image: url(../images/next.png);
    background-repeat: no-repeat;
    color: transparent;
    opacity: 1;
    font-size: 21px;
}

.slick-next{
    right: -5px;
}
.total_head{
	    margin-top: 93px;}
		.custom-checkbox input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #aa0cb5 !important;
    border-color: #aa0cb5 !important;
}
.digital{
	font-size:10px;
	}
	

.order_summary{
    margin-top: -15px;
}
.slick-prev{
    left:0;
}

.reco-lft-thmb .select-btn{
    left: 0;
    right: 0;
}
/*.verify{
   margin: 0 auto;
   display: table;
  margin-top: 24px;
  moz-box-shadow: inset 0px 1px 0px 0px #cd96d9;
   -webkit-box-shadow: inset 0px 1px 0px 0px #cd96d9;
   box-shadow: inset 0px 1px 0px 0px #cd96d9;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b033d4), color-stop(1, #6e008e));
   background: -moz-linear-gradient(top, #b033d4 5%, #6e008e 100%);
   background: -webkit-linear-gradient(top, #b033d4 5%, #6e008e 100%);
   background: -o-linear-gradient(top, #b033d4 5%, #6e008e 100%);
   background: -ms-linear-gradient(top, #b033d4 5%, #6e008e 100%);
   background: linear-gradient(to bottom, #b033d4 5%, #6e008e 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b033d4', endColorstr='#6e008e', GradientType=0);
   background-color: #6e008e;
color:#fff;
   border: 1px solid #b046d1;
font-size: 18px;
   letter-spacing: 0px;
   font-weight: 300;
}
	
	.sales-cont-box1 .form-horizontal{margin:0 auto; width:90%}
.sales-cont-box1 .form-horizontal .form-group .name{background:url("../images/sales/name-ico.png") no-repeat right center;float: left;height: 24px;margin:8px 21px;vertical-align: middle;width:21px}
.sales-cont-box1 .form-horizontal .form-group .email{background:url("../images/sales/email-ico.png") no-repeat right center;float: left;height:15px;margin: 8px 20px;vertical-align: middle;width:22px}
.sales-cont-box1 .form-horizontal .form-group .mobile{background:url("../images/sales/mobile-ico.png") no-repeat right center;float: left;height:29px;margin: 8px 22px;vertical-align: middle;width:18px}
.sales-cont-box1 .form-horizontal .form-group .address{background:url("../images/sales/add-ico.png") no-repeat right center;float: left;height:28px;margin: 8px 22px;vertical-align: middle;width:19px}
.sales-cont-box1 .form-horizontal .form-group .town{background:url("../images/sales/town-ico.png") no-repeat right center;float: left;height:29px;margin: 8px 17px;vertical-align: middle;width:29px}
.sales-cont-box1 .form-horizontal .form-group .pincode{background:url("../images/sales/pincode-ico.png") no-repeat right center;float: left;height:24px;margin: 8px 24px;vertical-align: middle;width:14px}
.sales-cont-box1 .form-horizontal .form-group .po{background:url("../images/sales/post-office-ico.png") no-repeat right center;float: left;height:26px;margin: 8px 19px;vertical-align: middle;width:22px}
.sales-cont-box1 .form-horizontal .form-group .frm-input{background:#fff;border: 1px solid #a1a1a1;color: #b1b1b1;float: left;font-size: 20px;font-style:italic;height: 35px;padding:8px;width:70%}
.sales-cont-box1 .form-horizontal .frm-btn{margin: 0 auto;
    display: table;}
.sales-cont-box1 .form-horizontal .frm-btn .btn-default{border:2px solid #662c91; background:url(../images/sales/frm-sbt-bg.gif) repeat-y; border-radius:8px;font-size:18px; color:#fff; padding:8px 36px}
input[type="radio"], input[type="checkbox"]{
    
    visibility: hidden;
}*/
@media only screen and (max-width: 768px){
	.pay_option{
	padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
	padding-bottom: 0px;
	margin:0 auto;
}
.paym-circle{
	height:450px;
}
    .box-content{
        margin-top: 50px;
    }
   
    .summ-cont{
        margin-top: 100px;
    }
    .img-caption{
        float: none;
    }
}
@media (min-width: 768px)
{
.homepopup .modal-dialog {
   width: 700px;
   margin: 8% auto;
}
.modal-content {
   -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
/*.homepopup1 .modal-dialog {
   width: 500px;
   margin: 8% auto;
}*/
}





/*********   new code add on 31 august 2017********************/
/*----Date-07-07-2017---*/

.d2h_kids_world1 {background-image: url(../images/d2h_kids_world/d2h-kids_world1.jpg)  !important;background-position: center center, center center !important;}
.d2h_kids_world2 {background-image: url(../images/d2h_kids_world/d2h-kids_world2.jpg)  !important;background-position: center center, center center !important;}
.d2h_kids_world3 {background-image: url(../images/d2h_kids_world/d2h-kids_world3.jpg)  !important;background-position: bottom center, bottom center !important;}
.d2h_kids_world4 {background-image: url(../images/d2h_kids_world/d2h-kids_world4.jpg)  !important;background-position: center center, center center !important;} 
h1.kidsworld_heading { font-size: 5vh; line-height: 1.2; font-weight: 400; color: #fff; margin-bottom: 50px; }
.font_purple-dark { color: #8e4395; }
.kids_world-desc { position: absolute; bottom: 0; left: 0; background: #8e4395; width: 100%; height: 25vh; padding: 3vh 0; z-index: 99; }
.d2h_kids_world11:after { content: ""; position: absolute; bottom: 0; left: 0; width: 105%; height: 30vh; background: #8e4395; z-index: 0; transform: rotate(-2deg); }
.d2h_kids_world1:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.7); z-index:9  }
.d2h_kids_world2:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.8); z-index:9  }


.kids_world-desc3 { position: absolute; top: 0; left: 0; background: #8e4395; width: 100%; height: 20vh; padding: 8vh 0 0 0; z-index: 99; }
.d2h_kids_world3:after { content: ""; position: absolute; top: 0; left: -5%; width: 115%; height: 25vh; background: #8e4395; z-index: 1; transform: rotate(2deg); }
.d2h_kids_world3:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.7); z-index:0  }

.smiley_icon { position: absolute; top: 10%; left: 0; z-index: 999; }
.kungfood { position: absolute; bottom: 0; left: 0;  }
.leonardo { position: absolute; bottom: 0; right: 0; }

.d2h_nachle { background: url(../images/d2h_nachle/d2h-nachle_bg.jpg) #f0e8f3 center center !important; position: relative; }
 h1.nachle_heading { /*font-size: 5vh;*/ line-height: 1.4; font-weight: 800; color: #8e4395; background: -webkit-linear-gradient(0deg, #ca86ff, #0b9fe4);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent; margin-bottom: 30px; } 
.madhuri { position: absolute;  bottom: 0%; right: 0; z-index: 999; padding:0px; }
.d2h_nachle:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.7); z-index:9  }

.d2h_nachle_2 { background: url(../images/d2h_nachle/dancers_3.jpg) #f0e8f3 top center !important; background-size: cover !important; position: relative; }
h1.dancers_3 { /*font-size: 5vh;*/ line-height: 1.4; font-weight: 800; color: #8e4395; background: -webkit-linear-gradient(0deg, #ca86ff, #0b9fe4);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent; margin-bottom: 30px; } 
.d2h_nachle_2:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.7); z-index:9  }

.d2h_nachle_5 { background: url(../images/d2h_nachle/dancers_5.jpg) #f0e8f3 bottom center !important; background-size: cover !important; position: relative; }
h1.dancers_5 { /*font-size: 5vh;*/ line-height: 1.2; font-weight: 800; color: #8e4395; background: -webkit-linear-gradient(0deg, #ca86ff, #0b9fe4);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent; margin-bottom: 10px; } 
.d2h_nachle_5:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.7); z-index:9  }



.d2h_cooking_1{ background:url(../images/d2h_cooking/banner_bg1.jpg) #f0e8f3 top center !important; background-size: cover !important; position: relative; }
.d2h_cooking_1:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.7); z-index:9  }
h1.cookin_heading1 { font-size: 5vh; line-height: 1.4; font-weight: 800; color: #8e4395; background: -webkit-linear-gradient(0deg, #ca86ff, #0b9fe4);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent; margin-bottom: 30px; }  
h2.cookin_heading1 { font-size: 3vh; line-height: 1.4; font-weight: 800; color: #8e4395; background: -webkit-linear-gradient(0deg, #ca86ff, #0b9fe4);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent; margin-bottom: 30px; }  

.d2h_cooking_2 { background: url(../images/d2h_cooking/banner_bg2.jpg) #f0e8f3 top center !important; background-size: cover !important; position: relative; }
.d2h_cooking_2:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.7); z-index:9  }
h1.cookin_heading2 { /*font-size: 5vh;*/ line-height: 1.2; font-weight: 800; color: #8e4395; background: -webkit-linear-gradient(0deg, #ca86ff, #0b9fe4);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent; margin-bottom: 30px; } 
.d2h_cooking_22:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.8); z-index:9  }

.d2h_cooking_3 { background: url(../images/d2h_cooking/banner_bg3.jpg) #f0e8f3 bottom center !important; background-size: cover !important; position: relative; }
h1.cookin_heading3 { /*font-size: 4.75vh;*/ line-height: 1.2; font-weight: 800; color: #8e4395; background: -webkit-linear-gradient(0deg, #ca86ff, #0b9fe4); -webkit-background-clip: text;  -webkit-text-fill-color: transparent; margin-bottom: 10px; } 
.d2h_cooking_3:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.8); z-index:9  }
.food_1 { position: absolute; bottom: 10%; left: 5%;  }
.food_2 { position: absolute; top: 10%; right: 5%; }

.relative { position: relative; }
.zindex_99 { z-index:99; } 

.date_cal {
    background: url(../images/date_cal.jpg) no-repeat center center;
    width: 146px;
    height: 146px;
    display: block;
    padding: 20px 10px;
}
.date_cal h1 {
    font-size: 60px;
    line-height: .8;
    font-weight: bold;
    color: #fff;
}
.date_cal h5 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    font-size: 13px;
}
