/* 
Theme name : Ruby
First Theme color : 9F1111
Second Theme color  :CC6600
First Theme color variation: bd3232
Second Theme color variation: b55a00
Third theme color ( grey ) : E1E2E5
forth color(very light blue) DAF0FB
fifth color:(border for above)C4E7F8

*/
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
a, :hover, input[type="button"], input[type="submit"]{
  text-decoration: none;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
 a:hover span{
  text-decoration: none;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}


html,body {
	margin:0;
	font-family: 'open_sanslight';
	/*font-size:12px;*/
	height:100%;
	color:#666666;
	background-color:#f5f8f9;
	/*background-image:url(body_bg.jpg);*/
	background-position:top;
	background-repeat:repeat-x;
}

/* Common styles */

.clear{
	clear:both;
}

.left{
	float:left;
}
.right{
	float:right;
}
img{
  outline: none; border: 0;
}

form{
	margin:0;
}
.comm_input{
	background-color:#F2F2F2;
	border:#bd3232 solid 1px;
	color:#000000;	
	font-family:'Roboto', sans-serif;
	font-size:12px;
	height:25px;
	line-height:20px;
	margin:0!important;
}

.textarea { 
        border:#bd3232 solid 1px;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        color: #000000;
       background-color:#F2F2F2;
}

.comm_button{
	background:#CC6600;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#FFFFFF;
	border:none;
	padding:7px 10px 7px 10px;
	margin:0;
  /*height: 32px;*/
}
.comm_button:hover{
  background: #b55a00;
}  
p{
	margin:0px 0px 10px 0px;
}

h3{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	margin:0px 0px 0px 0px!important;
	font-size:15px;
}

.text_style1{
	font-family:'Roboto', sans-serif;
	font-size:22px;
	color:#000000;
}

.text_style2{
	font-family:'Roboto', sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#bd3232;
}

.text_style3{
	font-family:'Roboto', sans-serif;
	font-size:18px;
	color:#000000;
}
.text_style4{
	font-family:'Roboto', sans-serif;
	font-size:12px!important;
	color:#000000;
}
.text_style5{
	font-family:'Roboto', sans-serif;
	font-size:11px;
	color:#bd3232;
	padding:5px 0;
	display:block;
}
.text_style6{
	font-size:12px!important;
	color:#000000;
	font-weight:bold;}
a:link, a:visited, a:active{
	text-decoration:none;
	color:#CC6600;
}

a:hover{
	text-decoration:none;
	color:#3498db;
}

.column_divider{
	background-image:url(dot2.gif);
	background-repeat:repeat-y;
	padding:3px;
	background-position:center;
}

/* Common styles ends */

.site_width{
	width:1260px;
	margin-left:auto!important;
	margin-right:auto!important;
	
}

.outer_wrapper{
	position:relative;
	min-height:100%;
	}

.header_row{
	border-bottom: 2px solid #9F1111;
}

.header_cnt{
	color:#FFFFFF;
	width:1260px;
	margin-left:auto!important;
	margin-right:auto!important;	
}

.logo_area{
	padding:15px 0;
	float:left;
}

.header_rightarea{
	float:right;
	height:90px;
}

.header_right_info{	
	height:73px;
	text-align:right;
	padding:10px 0px 0px 0px;
	
}
.header_right_menu{	
	height:45px;
	float:right;	
}

/* home menu style */
.menu_home{
			
			
}

.menu_home ul{
	margin:0px;
}
.menu_home  li{
	list-style-type:none;
	float:left;	
}
.menu_home  li a:link,
.menu_home  li a:visited,
.menu_home  li a:active
{
	display:block;
	float:left;
	color:#36404a;
	text-decoration:none;
	
	height:37px;
	font-size:18px;
	padding:8px 15px 0px 15px;
}

.menu_home  li a:hover
{
	color:#CC6600;
	
}
/* home menu style ends */

/* inner menu style */
.menu_inner{
	height:45px;		
}

.menu_inner ul{
	margin:0px;
}
.menu_inner  li{
	list-style-type:none;
	float:left;	
}
.menu_inner  li a:link,
.menu_inner  li a:visited,
.menu_inner  li a:active
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	
	height:37px;
	font-size:18px;
	padding:8px 30px 0px 10px;
}

.menu_inner  li a:hover
{
	color:#369DBE;
}
/* inner menu style ends */

.content_row{
	clear:both;
	background-color:#FFFFFF;
}

.home_content_area{
	padding:10px 0px 10px 0px;
	clear:both;
	text-align:left;
        min-height: 450px;
}

.inner_content_area{
	padding:10px 0px 110px 0px;
}

.footer_row{	
	background:#0c112a;
	clear:both;
	width:100%;
  padding: 20px 0;
	color:#727a7f;
}

.footer_cnt{
	color:#727a7f;
	padding:20px 0px 20px 0px;
	text-align:left;
	margin:0 auto;
}
.footer_row a:link,
.footer_row a:visited,
.footer_row a:active
{
	color:#bcc5cb;
	text-decoration:none;
}
.footer_cnt a:hover
{
	text-decoration:underline;
}
.home_banner_row_outer{
  background:#2f3e47;
  height:auto;
  width:100%;
  background-repeat: repeat-x;
}

.home_banner_row{
	
	background:url(banner-bg.jpg) ;
	height:auto;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;  /* Internet Explorer 7/8 */
	
	padding:50px 0 67px 0;
	width:100%;
	background-repeat: no-repeat;
}
.home_banner_row_affiliates{
  
  background:#c5c4c2;
  height:auto;
   overflow: hidden;
    background-size: contain;
    background-position: center center;
  
  padding:0;
  width:100%;
  background-repeat: no-repeat;
}
.home_banner_row_affiliates .home_banner_left{
  
  background:#c5c4c2;
  height:200px;
   overflow: hidden;
    background-size: cover;
    background-position: center center;
  padding:0;
  background-repeat: no-repeat;
}


.home_banner_row h1
{
	color: #fff;
	 font-family: 'open_sanslight';
	font-size:45px;
	margin-bottom:45px;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 5);
}

.home_banner_row h3
{
	color: #fff;
	 font-family: 'open_sanslight';
	font-size:16px;
	line-height:35px;
	text-transform: uppercase;
	font-weight: normal !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 5);
}

.home_banner_row p
{
	color: #fff;
	 font-family: 'open_sanslight';
	font-size:14px;
	line-height:25px;
	margin-top:35px;
	text-align:justify;

}


.home_banner_cnt{
	clear:both;

	background-color:#C5C4C3;
}

.home_banner_left{
	width:980px;
	float:left;
	height:185px;		
}
.home_banner_right{
	
	float:right;
	text-align:right;
	padding-top:20px;
	
}

.home_caption{
	float:right;
	font-family:"Trebuchet MS";
	font-size:30px;
	color:#FFFFFF;
	margin-top:25px;
}

.home_signup_btn{
	width:232px;
	height:100px;
	background-image:url(btn_signup.png);
	background-repeat:no-repeat;
}

.home_signup_btn a{
	width:232px;
	height:100px;
	display:block;
}

.home_signup_btn a span{
	display:none;
}

.home_myaccount_btn{
	width:232px;
	height:100px;
	background-image:url(btn_myaccount.png);
	background-repeat:no-repeat;
}

.home_myaccount_btn a{
	width:232px;
	height:100px;
	display:block;
}

.home_myaccount_btn a span{
	display:none;
}

.top_html_cnt{
	clear:both;
	margin-bottom:10px;
}

.top_html_cnt a:link,
.top_html_cnt a:visited,
.top_html_cnt a:active
{
	text-decoration:none;
	color:#bd3232 ;
}

.btm_html_cnt{
	clear:both;
	margin-top:10px;
	text-align:left;
}

.btm_html_cnt a:link,
.btm_html_cnt a:visited,
.btm_html_cnt a:active
{
	text-decoration:none;
	color:#bd3232 ;
}

.home_cnt_left{
	width:990px;
	float:left;
	
}
.home_cnt_right{
	width:270px;
	float:right;	
}

.feature_cnt_td{
	padding-right:10px;
}

.home_tbl_cnt{
	
	padding:20px 20px 20px 20px;
}
.home_tbl_header{
	clear:both;
	background-image:url(dot1.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-family:'Roboto', sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 8px 0px;
}

.home_tbl_text{
	clear:both;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	padding:10px 0px 0px 0px;
	color:#666666;
	text-align:left;
	height:75px;
}

.tbl_btn_container{
	clear:both;
	margin:10px 0px 0px 0px;
	text-align:right;
	float:right;
}

/* home buynow button 1 */
.btn_buynow_1{
	width:251px;
	height:96px;
	background-image: url(btn_buynow2.png);
  color: #FFF;
}

.btn_buynow_1 a{
	width:251px;
	height:94px;
	display:block;
  color: #FFF;
}

.btn_buynow_1 a span{	
	display:none;
}

/* home buynow button 2 */
.btn_buynow_2{
	width:251px;
	height:94px;
	background-image:url(btn_buynow2.png);
}

.btn_buynow_2 a{
	width:251px;
	height:94px;
	display:block;
}

.btn_buynow_2 a span{	
	display:none;
}

/* home buynow button 3 */
.btn_buynow_3{
	width:251px;
	height:94px;
	background-image:url(btn_buynow3.png);
}

.btn_buynow_3 a{
	width:251px;
	height:94px;
	display:block;
}

.btn_buynow_3 a span{	
	display:none;
}

/* table 1 style */
.home_feature_tbl_1{
	height:50px;
	background-image:url(box1_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
}



.home_feature_tbl_1 td.title{	
	
	font-family:'Roboto', sans-serif;
	color:#FFFFFF;
	font-size:18px;	
	padding:0px 0px 0px 70px;
	
}
.home_feature_tbl_1 td.rightcrnr{	
	
	height:50px;
	width:21px;	
}

.title1{
	color:#9B4F9F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
}



/* table 2 style */
.home_feature_tbl_2{
	height:50px;
	background-image:url(box2_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	}


.home_feature_tbl_2 td.title{	
	
	font-family:'Roboto', sans-serif;
	color:#FFFFFF;
	font-size:18px;
	height:50px;
	padding:0px 0px 0px 70px;	
	
}
.home_feature_tbl_2 td.rightcrnr{	
	
	height:50px;
	width:21px;	
}

.title2{
	color:#A988CA;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
}

/* table 3 style */
.home_feature_tbl_3{
	height:50px;
	background-image:url(box3_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	
	}


.home_feature_tbl_3 td.title{	
	
	font-family:'Roboto', sans-serif;
	color:#FFFFFF;
	font-size:18px;
	height:50px;
	padding:0px 0px 0px 70px;
	
}
.home_feature_tbl_3 td.rightcrnr{	
	
	height:50px;
	width:21px;	
}

.title3{
	color:#722479;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	}




.testi_header{
	height:40px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;	
	color:#712378;
	padding:10px 0px 0px 0px;
	margin-bottom:10px;
}

.testi_item{
	clear:both;
	text-align:left;
	font-size:13px;
	color:#666666;
	margin-bottom:10px;
	line-height:18px;
}

.testi_btn{
	background-image:url(dot2.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:10px 0px 0px 0px;
	margin-top:10px;	
}

.testi_btn a:link,
.testi_btn a:visited,
.testi_btn a:active
{
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#bd3232;
	text-decoration:none;
	background-image:url(arrow.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding:3px 30px 3px 0px;
}
.testi_btn a:hover
{	
	color:#788698;
}

/* inner page styles */


.inner_heading{
	border-bottom:#E1E2E5 solid 1px;
	font-family:'Roboto', sans-serif;
	font-size:19px;
	padding:10px 0px;
	color:#bd3232;
	margin-bottom:10px;
	text-align:left;
}

.inner_heading2{		
	background-color:#bd3232;	
	font-family:'Roboto', sans-serif;
	font-size:19px;
	padding:8px 8px 8px 15px;
	color:#FFFFFF;
	margin-bottom:10px;
	  text-transform: uppercase;

}

.inner_subhead1{			
	font-size:16px;	
	color:#000000;
	margin-bottom:10px;
	font-weight:bold;
}


.cnt_group{
  	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+100 */
  background: #f7f7f7; /* Old browsers */
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border:#bd3232 solid 2px;
	padding:8px;
	margin-bottom:10px;	
	font-size:12px!important;
	
}
#cnt_groupregsec{
	display: flex !important;
	justify-content: center !important;
	  margin-top: 30px;
  background: none !important;
	border:none !important;
}
.inner_cnt_left{
	width:270px;
	float:left;
	margin-right:10px;	
}
.inner_cnt_right{
	width:980px;	
	float:right;		
}

.inner_cnt_left2{
	width:420px;
	float:left;
	margin-right:10px;
	
}
.inner_cnt_right2{
	width:830px;	
	float:right;	
}

.border_block{
	border:#E1E2E5 solid 5px;
	padding:10px;
  margin-bottom: 10px !important;
}
.border_block2{
	border:#A6A6A6 solid 1px;
	padding:10px;
}
.border_block3{
	border:#A6A6A6 solid 1px;
}
.inner_cnt_head1{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	color:#bd3232;
	font-size:16px;
	background-image:url(dot2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0px 0px 10px 0px;
	margin-bottom:10px;
}

.inner_cnt_head2{
	font-family:'Roboto', sans-serif;	
	color:#bd3232;
	font-size:18px;	
	margin-bottom:5px;
	padding-left:10px;
}
.inner_cnt_head3{
	font-family:'Roboto', sans-serif;	
	color:#bd3232;
	font-size:18px;	
	margin-bottom:5px;	
}
.inner_cnt_head4{
	font-family:'Roboto', sans-serif;	
	color:#bd3232;
	font-size:14px;	
	margin-bottom:5px;
	font-weight:bold;
}
.inner_listing1{
	margin:0;
	padding:0;}
.inner_listing1 li{
	list-style-type:none;
	text-decoration:none;
	color:#000000;
	font-size:13px;
  word-break: break-all;
  font-weight: 400!important;
	padding:0px 0px 7px 0px;
}

.inner_listing1 li a:link,
.inner_listing1 li a:visited,
.inner_listing1 li a:active
{
	text-decoration:none;	
}
.inner_listing1 li a:hover
{	
	color:#5A2660 ;	
	text-decoration:underline;
}

.inner_listing2{
  padding: 0!important;
  margin: 0!important;
}
.inner_listing2 li{
	margin:5px 0px 5px 0px;
	list-style-type:none;
	float:left;
	width:100%;
}

.inner_listing2 li a:link,
.inner_listing2 li a:visited,
.inner_listing2 li a:active
{
	text-decoration:none;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	padding:0px;
}
.inner_listing2 li a:hover
{	
	color:#5A2660 ;	
	text-decoration:none;
}
.inner_listing1 li .fa{
  color: #CC6600;
  font-weight: 600;
  margin-right: 7px;
}
.inner_listing2 li a .fa{
  color: #CC6600;
  font-weight: 600;
  font-size: 16px;
  margin-right: 7px;
}
.cpanel_itemrow{
	background:#FFF;
	padding:10px 0px 10px 0px;
	margin-bottom:10px;
}

.content_box{
	background-image:url(inner_content_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px;
	margin-bottom:10px;
	border:#E1E2E5 solid 2px;
}
.content_box1{
	background-image:url(inner_content_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px;
	margin-bottom:10px;
	border:#E1E2E5 solid 2px;
	float:right;
}

.content_link{
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
a.content_link:hover{	
	color:#5A2660 ;	
}


.comm_textstyle{
	font-size:14px;
}
.comm_tbl{
	width:100%;
}
.comm_tbl td{
	padding:5px 5px 5px 0px;
}

.domain_select{
	background-color:#E1E2E5;
	border:#bd3232 solid 1px;
	padding:5px 5px 5px 8px;
	color:#000000;
	font-family:'Roboto', sans-serif;
	width:80px;
	font-weight:bold;
}

/* listing table style */

.listing_table1{
	border-top:#E1E2E5 solid 1px;
	border-right:#E1E2E5 solid 1px;
}
.listing_table1 td{
	border-bottom:#E1E2E5 solid 1px;
	border-left:#E1E2E5 solid 1px;
	color:#000000;
	padding:5px;
	text-align:left;
	vertical-align:top;
}
.listing_table1 th{
	
	color:#FFFFFF;
	background-color:#bd3232;
	text-align:left;
	vertical-align:top;
	padding:5px;
}

.sublevel_menu_container{
	background-image:url(inner_content_bg3.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	padding:0px 10px 10px 10px;
	margin-bottom:10px;
	font-size:18px;	
	color:#E1E2E5;
}

.sublevel_menu_container a:link,
.sublevel_menu_container a:visited,
.sublevel_menu_container a:active
{
	color:#5A2660!important;
	text-decoration:none;
	font-size:18px;	
	
}

.sublevel_menu_container a:hover
{
	color:#bd3232!important;
	text-decoration:none!important;
}

/* added by Anup may 16 2011 */

.subleve2_menu_container{
	background-image:url(inner_content_bg3.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	padding:0px 10px 10px 10px;
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;	
	color:#5A2660 ;
}

.subleve2_menu_container a:link,
.subleve2_menu_container a:visited,
.subleve2_menu_container a:active
{
	color:#000000!important;
	text-decoration:none;
	font-size:13px;	
}

.subleve2_menu_container a:hover
{
	color:#5A2660 !important;
	text-decoration:none!important;
}

.msg_error{
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
	padding:3px 0px 3px 0px;
	text-align:center;
	margin-bottom:10px;
}
.msg_success{
  color:#69c861;
  font-weight:bold;
  font-size:12px;
  padding:3px 0px 3px 0px;
  text-align:center;
  margin-bottom:10px;
}

.login_box{	
	width:400px;	
	margin:0 auto;
}

.login_head{
	background-image:url(header_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#bd3232;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding:8px 0px 8px 10px;
}

.login_cnt{
	color:#000000;
	padding:10px;
	border:#EFEFEF solid 3px;
}

.login_btm{
	background-image:url(box_shadow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:12px;
}

.btn_login{
	background-color:#bd3232;	
	border:#bd3232 solid 1px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;	
	font-family:'Roboto', sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing:0px;
	padding: 5px 7px;
}

/* ----------17-05-2011-------------- */

.support_leftarea{
	background-image:url(dot2.gif);
	background-position:right;
	background-repeat:repeat-y;
	padding:0px 10px 0px 0px;
	
}

.support_rightarea{
	padding:0px 0px 0px 10px;
	font-size:12px!important;
}

.left_column_head{
	background-image:url(header_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#bd3232;
	color:#FFFFFF;
	font-size:19px;	
	padding:10px 10px 10px 15px;
}

.msg_info{
	color:#000000;
	font-weight:bold;
	font-size:12px;
	padding:3px 0px 3px 0px;
	text-align:center;
	margin-bottom:10px;
}

.titleticket{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000!important;
	text-decoration: none;
	background-color: #E1E2E5;
}

		
a.titleticket:hover{	
text-decoration: none;	
color: #bd3232!important; 
}
		
/* ----------18-5-2011----------- */

.combobox { 
	background-color:#F2F2F2;
	border:#bd3232 solid 1px!important;
	color:#000000;	
	font-family:'Roboto', sans-serif;
	font-size:12px;
	height:25px;
	line-height:20px;
	margin:0!important;
}

.whitebasic {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* --------------------------------- */

.headlist {
	FONT-FAMILY: 'Roboto', sans-serif;
	font-weight: 500;
  font-size: 15px;
  color: #CC6600;
}

.headlist td {
	background-color:#E1E2E5;	
	color:#000000;
	padding:5px;
	font-size:13px;
}

.comm_listing1{
	list-style-image:url(../../images/bullet2.jpg);
	list-style-position:0px 0px;
	color:#5A2660;
	font-size:14px;
	font-weight:bold;
}

.comm_listing1 ul li{
	margin:0px;
}

.login_box2{
	width:350px;
	height:175px;
	background-image:url(login_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	color:#000000;
	padding-top:10px;
}

#maincontainer {
	/*width:964px;*/
	margin:0 auto;
	}
.textbox {
	background-color:#F2F2F2;
	border:#bd3232 solid 1px;
	color:#000000;	
	font-family:'Roboto', sans-serif;
	font-size:12px;
	line-height:20px;
	margin:0!important;
}


.boxhead {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

.boxtext {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color: #BFFFFF;
}
.headingCopy {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.headingCopy a:link,
headingCopy a:active,
headingCopy a:visited{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

headingCopy a:hover{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.headingCopy1 {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #fff;
	background-color:000;
}
.headingCopy1 a:link,
.headingCopy1 a:active,
.headingCopy1 a:visited{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #fff;

}

.headingCopy1 a:hover{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #ccc;
	
}
.headingCopy2 {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #fff;
	background-color:000;
}
.headingCopy2 a:link,
.headingCopy2 a:active,
.headingCopy2 a:visited{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #fff;

}

.headingCopy2 a:hover{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #ccc;
	
}

/*- Menu Tabs 5--------------------------- */

    #tabs5 {
      float:left;
      width:100%;
      line-height:normal;

      }
    #tabs5 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs5 a span {
      float:left;
      display:block;
      background:url(../../images/tabright7.gif) no-repeat right top;
      padding:5px 15px 5px 15px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#FFFFFF;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:0% -42px;
      }

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:0% -42px;
      }

.box{
background-color: #696969;
background-image: url(../../images/topBox_center_tile.png);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #E0EAF1;
padding: 10px;
height:auto;
}
.toplinks {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration:none;
	
}
.toplinks a:active{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
}
.toplinks a:link,
.toplinks a:visited
 {
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding:5px 15px 5px 15px;
}

.bg1 {
/*
	background-image: url(../../images/hosting-header.gif);
	background-repeat: no-repeat;
	background-position:left top;
*/
	height: 193px;
	background-color:#43C6FC;
}
.logo {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	color: #FFFFFF;
	letter-spacing: -2px;
	
	font-weight: bold;
	vertical-align:middle;
}
.logo a:link,
.logo a:active,
.logo a:visited
 {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	color: #FFFFFF;
	letter-spacing: -2px;
	
	font-weight: bold;
	text-decoration:none;
}
.logo a:hover
 {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	color: #cae1f8;
	letter-spacing: -2px;
	
	font-weight: bold;
	text-decoration:none;
}

.bg2 {
	background-image: url(../../images/bg1.png);
	background-repeat: repeat-x;
	background-image: url(../../images/barbg1.gif);
	background-position: center top;

}
.white {
	background-color: #FFFFFF;
	padding: 0px;
}
.white_padbox {
  background-color: #FFFFFF;
  padding: 10px!important;
}
.bg3 {
	background-color: #152534;
	/*
background-image: url(../../images/bottombg22.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
*/
	padding:10px;
	
}
.bg33 {
	background-color: #26394D;

	padding:10px;
	
}

.heading {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	color: #90B4CF;
	letter-spacing: -1px;
}
.heading1 {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	color: #000000;
	letter-spacing: -1px;
	padding: 5px;
}
.bigfont1 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #9F1111;
	font-weight: bold;
}
.bigfont {

	font-family: 'Roboto', sans-serif;

	font-size: 30px;
	color: #000000;
	letter-spacing: -1px;
	text-align:left;

}
.bigfont a:link,
.bigfont a:active,
.bigfont a:visited   
{

	font-family: 'Roboto', sans-serif;

	font-size: 40px;
	color: #000000;
	letter-spacing: -1px;
	text-decoration:none;

}
.bigfont a:hover   
{
	font-family: 'Roboto', sans-serif;

	font-size: 40px;
	color: #cae1f8;
	letter-spacing: -1px;
	text-decoration:none;

}
.maintextCopy3 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	padding: 5px;
}
.maintext4 {
	font-family: 'Roboto', sans-serif;

	font-size: 25px;
	line-height: 20px;
	color: #ccc;
	letter-spacing: -1px;
	padding: 5px;
}
.maintext4 a:link,
.maintext4 a:active,
.maintext4 a:visited
{
	font-family: 'Roboto', sans-serif;

	font-size: 25px;
	line-height: 20px;
	color: #fff;
	letter-spacing: -1px;
	padding: 5px;
	text-decoration:none;
}
.maintext4 a:hover
{
	font-family: 'Roboto', sans-serif;

	font-size: 25px;
	line-height: 20px;
	color: #cae1f8;
	letter-spacing: -1px;
	padding: 5px;
	text-decoration:none;
}
.maintext5 {
	font-family: 'Roboto', sans-serif;

	font-size: 16px;
	line-height: 25px;
	color: #333333;
	letter-spacing: 0px;
}
.maintext6 {
	font-family: 'Roboto', sans-serif;

	font-size: 16px;
	line-height: 20px;
	color: #666666;
	letter-spacing: 0px;
	padding: 5px;
}
.maintext6  a:link,
.maintext6  a:active,
.maintext6  a:visited{
	font-family: 'Roboto', sans-serif;

	font-size: 16px;
	line-height: 20px;
	color: #666666;
	letter-spacing: 0px;
	padding: 5px;
}
.maintext6  a:hover{
	font-family: 'Roboto', sans-serif;

	font-size: 16px;
	line-height: 20px;
	color: #cae1f8;
	letter-spacing: 0px;
	padding: 5px;
}
.maintext7 {
	font-family: 'Roboto', sans-serif;
	text-align:left;
	font-size: 26px;
    font-weight:bold;
	line-height: 20px;
	color: #666666;
	letter-spacing: -1px;
	padding: 6px 5px 25px 25px ;
}
.bgg {
	background-color: #FFFFFF;
	/*
background-image: url(../../images/bluebg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
*/
}
.maintext8 {
	font-family: 'Roboto', sans-serif;

	font-size: 25px;
	line-height: 20px;
	color: #FFFFFF;
	letter-spacing: -1px;

}
.maintext9 {
	font-family: 'Roboto', sans-serif;

	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: -1px;

}
.whitetext {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #FFFFFF;

}

.headerCopy {

	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
}
.dots {
	background-image: url( ../../images/dots.gif);
	background-repeat: repeat-x;
}
.bodytext2 {
	font-family: Geneva, 'Roboto', sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 18px;
}
.bodytext2 a:link,
.bodytext2 a:active,
.bodytext2 a:visited
 {
	font-family: Geneva, 'Roboto', sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 18px;
}
.bodytext2 a:hover
 {
	font-family: Geneva, 'Roboto', sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 18px;
}
.footer {
	background-image: url( ../../images/row_selected_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	
}
.blackcolor {
	background-color: #152534;
	padding:10px;
	-moz-border-radius-bottomleft :16px;
	-moz-border-radius-bottomright :16px;
	
}
.blackcolor1 {
	background-color: #000000;

	
}

		body2{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:25px;
			letter-spacing: -1px;
			
		}
		
		div.domtab{
			padding:0;
			width:100%;
			font-size:19px;
		}
		ul.domtabs{
			
			width:100%;
			margin:0 0 0 0;				
		}
		ul.domtabs li{
			float:left;
			padding:0 .1em 0 0;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:11em;
			padding:.1em 1em;
			display:block;
			background:#666;
			color:#fff;
			font-weight:normal;
			text-decoration:none;
		}
		
		ul.domtabs a:hover{
			background:#696;
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			background:#696;
			color:#fff;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}

.yellow_new
{
	clear:both;
	width:736px;
	height:300px;
	background-image:url(../../images/tab1img.jpg);
	background-repeat:repeat-x;
	color:#fff;
	background-color:#FFFFFF;
}

.yellow_new11
{
	clear:both;
	width:auto;
	background-image:url(../../images/bg4.gif);
	background-repeat:no-repeat;
	color:#fff;
	padding:15px 5px 5px 5px;
	height:250px;
}
.red{
  color: #ef151f;
}
.red_new
{
	clear:both;
	width:736px;
	height:300px;
	background:#FFFFFF url(../../images/bg3.jpg) repeat-x;
	background-repeat:repeat-x;
	color:#fff;
}
.red_new11
{
	clear:both;
	width:auto;
	background-image:url(../../images/bg5.gif);
	background-repeat:no-repeat;
	color:#fff;
	padding:5px;
	height:250px;
}
.blue_new
{
	clear:both;
	width:736px;
	height:300px;
	background:#FFFFFF url(../../images/tab3bg.jpg) repeat-x;
	color:#fff;
}
.blue_new11
{
	clear:both;
	width:auto;
	color:#fff;
	background-image:url(../../images/bg6.gif);
	background-repeat:no-repeat;
	padding:5px;
	height:250px;
}


.yeloowbg {
	height: 67px;
	width: 721px;
	padding: 5px;
	background-image: url( ../../images/yellowbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.maintext {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #3d3e3e;
	padding: 20px;
}
.maintextblue {

	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	line-height: 22px;
	color: #7D9CAA;
	letter-spacing: -1px;
	padding: 5px;
}

.loginbutton {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #044772;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing: -1px;
	padding: 3px;
}
.registerbutton {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000;
	border: 1px solid #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing: -1px;
	padding: 3px;
}
.signupbutton {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(../../images/buttonbg.gif);
	background-repeat:repeat-x;
	border: 1px solid #DFDFDF;
	height:25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing: -1px;
	padding: 3px;
}
.tablebox {
	border:5px solid #E1E2E5;
}
.tdbox {
	background-color:#bd3232;
	color:#ffffff;

}

.tab1{
background-image:url( ../../images/but1.gif);
background-repeat:no-repeat;
background-position:center center;
width:241px;
height:35px;
font-family: 'Roboto', sans-serif;
font-size: 22px;
color: #FFFFFF;
letter-spacing: -1px;
}
.tab2{
background-image:url( ../../images/but1.gif);
background-repeat:no-repeat;
background-position:center center;
width:241px;
height:35px;
font-family: 'Roboto', sans-serif;
font-size: 22px;
color: #FFFFFF;
letter-spacing: -1px;
}
.tab3{
background-image:url( ../../images/but1.gif);
background-repeat:no-repeat;
background-position:center center;
width:241px;
height:35px;
font-family: 'Roboto', sans-serif;
font-size: 22px;
color: #FFFFFF;
letter-spacing: -1px;
}
.bginner {
	background-color:#fff;

	background-image:url(../../images/banner_blue.gif);
	background-repeat:repeat-y;
	height:75px;
	background-position: center top;
}


.login_area{
	background:url( ../../images/login_bg_admin.gif) repeat-y left top;
	padding:0px 28px;
}

.login_text{
	font:19px Tahoma;
	margin-bottom:10px;
}

.login_txtbx{
	font-size:12px;
}

.login_txtbx TD{
	padding-bottom:7px;
}

.login_txtbx INPUT{
	width:218px;
}


.login_bttn{
	width:50px !important;
	height:19px;
	background:url( ../../images/login_bttn.gif) no-repeat left top;
	border:0;
}
.topbg {

	height:30px;
}
.colourblue {
	background-color: #9EBADF;
}
.barshadow {
	background-image: url(../../images/barshadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.testibbg{
	background-image: url(../../images/testimonibg.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#FFFFFF;	
	}
	
.testibbg3{
	/*
background-image: url(../../images/right_bg_red.jpg);
	background-repeat: repeat-x;
	background-position: left top;
*/
	background-color:#152534;	
	}
	
.testibbg4{
	padding:0px 8px 20px 8px;
	background-image:url(../../images/service_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	}


.table1_container{
	padding:8px 8px 0px 8px;
	text-align:center;
	vertical-align:top;
}


.headingbg1{

	background-color:#fff;
/*
	background-image:url(../../images/bottombg22.jpg);
	background-repeat:repeat-x;
	background-position:center top;
*/
	color:#000;
	height:30px;
	padding:15px 0px 5px 66px;
	font-size:28px;
	font-family:'Roboto', sans-serif;
}

.services_table{
	width:100%;
}
.services_table td{
	padding:22px;
}
.subheading_new {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #717D8D;
}
.maintext_new {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight:bold;
}
.bluebg_sk {
	
	padding:15px;
}
.bborder_list_sk {
	
	
}
.bborder_list_inner_sk {
	
}
.whitebg_sk {
	
}
.blacksub {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
}
.whitebg1_sk {
	background-color: #DDE0E5;
	padding:5px;
}
.bginner1 {
	background-color:#fff;
	background-image:url(../../images/banner_blue.gif);
	background-repeat:repeat-y;
	height:75px;
	background-position: left top;
}
.bginner2 {
	background-color:#fff;
	background-image:url(../../images/subheadingbg1_sk.gif);
	background-repeat:repeat-y;
	height:75px;
	background-position: left top;
}
.gobtn{
	/* background-image:url(../../images/gobutton.gif);
	background-repeat:no-repeat; */
	background-color:#fff;
	border:2px solid #4D76A4;
	width:73px;
	height:46px;
	font-family:'Roboto', sans-serif;
	font-size:30px;
	letter-spacing:-1px;
	color:#374A5B;


}
.lightblue_sk{
background-color:#DDE7F4;
}

.maintext10 {
	font-family: 'Roboto', sans-serif;

	font-size: 13px;
	line-height: 25px;
	color: #306AB3;
	letter-spacing: 0px;
	font-weight:bold;
}
.maintext10 a:link,
.maintext10 a:visited,
.maintext10 a:active {
	font-family: 'Roboto', sans-serif;

	font-size: 13px;
	line-height: 25px;
	color: #306AB3;
	letter-spacing: 0px;
	font-weight:bold;
	
}
.maintext10 a:hover {
	font-family: 'Roboto', sans-serif;

	font-size: 13px;
	line-height: 25px;
	color: #F58949;
	letter-spacing: 0px;
	font-weight:bold;
}

.maintext11 {
	font:19px Tahoma;
	line-height: 25px;
	color: #666465;
	
}
.maintext11 a:link,
.maintext11 a:visited,
.maintext11 a:active {
	font:19px Tahoma;
	line-height: 25px;
	color: #666465;

	
}
.maintext11 a:hover {
	ffont:19px Tahoma;
	line-height: 25px;
	color: #F58949;
	letter-spacing: 0px;

}.plansbg{
	background-image:url(../../images/plansbg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#FFFFFF;
	border:1px solid #C4E3FF;
	-moz-border-radius-topleft  : 6px;
	-moz-border-radius-topright :6px;
	-moz-border-radius-bottomleft :6px;
	-moz-border-radius-bottomright :6px;
	height:300px;
}

.header4 {
FONT-SIZE: 22px;
font-family: 'Roboto', sans-serif;
color: #000;
text-decoration: none;
letter-spacing: -1px;
padding:5px 0px 5px 0px;
}
.header3 {
FONT-SIZE: 22px;
font-family: 'Roboto', sans-serif;
color: #07308C;
text-decoration: none;
letter-spacing: -1px;
}
.header2 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	background-image: url('../../images/aldy.jpg');
	border: 2px solid #3F3F3F;
}
.header2bg {
	background-image: url('../../images/bg111.jpg');
	background-repeat: repeat-x;
	height:200px;
	width:100%;
}
.maintext2 {
color: #669ACA;
text-decoration: none;
line-height: 23px;
font-size: 15px;
font-style:normal;
font-family: 'Roboto', sans-serif;
}

/*.................   sitebulder and support classes............  */
fieldset
{
border: 0px solid #fff;
}
.bodytext1Copy {

	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 14px;
	height:30px;
}
.topmenu {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.topmenu:active {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.topmenu:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.topmenu:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.topmenu:link {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.greentext{
       FONT-SIZE: 11px;
       COLOR: green;
       FONT-FAMILY: verdana;


}
.helptext {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #0E86C0;
	FONT-FAMILY: verdana;
	line-height: 14px;
}
.maintextbold{
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
        color: #333333;
}
.bigTitleText{
        FONT-WEIGHT: bold;
        FONT-SIZE: 15px;
        COLOR: #333333;
        FONT-FAMILY: verdana;
}
.editorbutton {
        font-family: Verdana, 'Roboto', sans-serif;
        font-size: 11px;
        color: #000000;
        background-color: #FFFFFF;
        border: 1px solid #7C6416;
}
.button {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #ABAEB6;
	border: 1px solid #ABAEB6;
  border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px 15px;
}
.button:hover {
  background-color: #393939;
  border: 1px solid #393939;
}  
.selectbox {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #969696;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.errormessage{
       FONT-WEIGHT: normal;
        FONT-SIZE: 11px;
        COLOR:red;
        FONT-FAMILY: verdana;
}
.anchor{
        font-family: Arial;
        font-size: 12px;

        line-height: 18px;
        color: blue;
        text-decoration: none;


}
.maintextbigbold{
       FONT-WEIGHT: bold;
        FONT-SIZE: 13px;
        COLOR: #333333;
        FONT-FAMILY: verdana;


}
.redtext{
       FONT-SIZE: 11px;
        COLOR: red;
        FONT-FAMILY: verdana;


}
.MoveUp {
        background-image: url(/images/arr_up.gif);
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 15px;
        font-size: 11px;
}
.Actions {
        color: #999999;
        font-size: 11px;
}
.textwhite {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}
.text {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #1B5269;
}
.links {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}
.subtext {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #685C62;
}
.bodyband {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: arial, verdana, helvetica, sans-serif; TEXT-DECORATION: none
}
.toolbar {
	BORDER-RIGHT: #d4d0c8 1px solid; BORDER-TOP: #d4d0c8 0px solid; FONT-WEIGHT: bold; FONT-SIZE: 12px; BORDER-LEFT: #d4d0c8 1px solid; COLOR: #ffffff; BORDER-BOTTOM: #d4d0c8 0px solid; FONT-FAMILY: 'Roboto', sans-serif; BACKGROUND-COLOR: buttonface
}
.listingmain {
	background-color: #D8D8D8;
}
.fieldsets {
	border: 1px solid #817126;
}
.editorlinks{
    font-family: 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
}
.sidelinks {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	font-weight: bold;
}
.easytext {

	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	font-weight: normal;
}
.copyright {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.copyright:link {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.copyright:active {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.copyright:hover {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.copyright:visited {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.borderbg{
   background:#A898A0;
}
.footerbg{
  background:#D4C9CF;
}
.headerclass{
   background: url(../../images/pink.gif);BACKGROUND-REPEAT: no-repeat;
}

.userheaderclass{
   background: url(../../images/innerpink.gif);BACKGROUND-REPEAT: no-repeat;
}
.editorheaderclass{
   background: url(../../images/innerpink1.gif);BACKGROUND-REPEAT: no-repeat;
}
.header {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}
.header1 {
	background-image: url(../../images/bgg2.gif);
}
.sub_heading_sk {
	background-color: #AAC8EE;
	padding:3px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0px;
	text-decoration:none;
}
.lightblue1_sk{
	background-color: #CEDEF5;
}
.copyright:active {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.copyright:link {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.copyright:hover {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.copyright:visited {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}



.topbar {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0F3B0E;
}
.sidebar {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #A7B5A7;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	list-style-image: url(images/bullet.gif);
	background-image: url(../../images/sidebg3.gif);
}

.sidesub {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #0F3B0E;
	text-decoration: none;
}
.mainheading {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0F3B0E;
	text-decoration: none;
	background-color: #A7B5A7;
}
.column1 {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #000000;
	
}
.column2 {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #000000;
	
}
.heading2 {

	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.listing {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	border: #CCCCCC;
	background-color: #FFFFFF;
}

		a:link.listing    { color: #0F3B0E;	text-decoration: none; }
		a:visited.listing {	text-decoration: none;	color: #000000; }
		a:hover.listing   {	text-decoration: none;	color: #FF0000; }
		a:active.listing  {	text-decoration: none; }

.listingsmallfont {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.helpdeskname {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E2FA17;
}
.corner {
	background: url(../../images/corner-green.gif);BACKGROUND-REPEAT: no-repeat;
}
.headinginner {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	background-color: #F1D1D1;
}
.headinginner1 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	background-color: #CCEEFF;
}
.headinginner2 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	background-color: #FFDBA4;
}
.headinginner3 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	background-color: #D2F0D2;
}
.replybar {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	background-color: #F8F8F8;
}
.ticketdetail1 {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5C5C5C;
	background-color: #FFEDD2;
}
.headinginner4 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFF0D2;
}
.ticketdetail2 {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5C5C5C;
	background-color: #ECF9FF;
}


/*  newly added */

.topmainlink{
	FONT-SIZE: 13px;
	COLOR: #0F3B0E;
	FONT-FAMILY: 'Roboto', sans-serif;
	line-height: 20px;
	font-weight: bold;
}
.sidemenulink{
	FONT-SIZE: 13px;
	COLOR: #0F3B0E;
	FONT-FAMILY: 'Roboto', sans-serif;
	line-height: 20px;
}

.checkbox { /*Approved*/
        border: 0px solid #A7B5A7;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        color: #000000;
        background-color: #D8DED8;
        width:16px;
        height:20px;
}

.listingmaintext { /*Approved*/
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        color: #000000;
		background-color: #FFFFFF;
}
.topmainlinknew{
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        color: #000000;
}
.required{ /*Approved*/
        font-family: Verdana, 'Roboto', sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #FF0000;
}
.headerlink {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 20px;
	vertical-align: top;
	padding: 3px;
}
.headings2 {
        font-family: Verdana, 'Roboto', sans-serif;
        font-size: 12px;
        color: #D39500;
        font-weight: bold;
        background-image: url(../../images/barrbg.gif);
}


.indexpagelisting {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: #CCCCCC;
	background-color: #FFFFFF;
}

.newticketimg {
	font-family: 'Roboto', sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	border: #CCCCCC;
	background-color: #FFFFFF;
}

		a:link.newticketimg    { color: #0F3B0E;	text-decoration: none; }
		a:visited.newticketimg {	text-decoration: none;	color: #000000; }
		a:hover.newticketimg   {	text-decoration: none;	color: #FF0000; }
		a:active.newticketimg  {	text-decoration: none; }

.fieldnames {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

.ticketdetailslinks {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	border: #CCCCCC;
	background-color: #FFEDD2;
}
		a:link.ticketdetailslinks    { color: #0F3B0E;	text-decoration: none; }
		a:visited.ticketdetailslinks {	text-decoration: none;	color: #000000; }
		a:hover.ticketdetailslinks   {	text-decoration: none;	color: #FF0000; }
		a:active.ticketdetailslinks  {	text-decoration: none; }
		
.attachband {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-indent: 5px;
	font-weight: bold;
	background-color: #6C2300;
	text-decoration:none;
}
		a:link.attachband    { color: #FFFFFF;	text-decoration: none; }
		a:visited.attachband {	text-decoration: none;	color: #99FFCC; }
		a:hover.attachband   {	text-decoration: none;	color: #FFFF00; }
		a:active.attachband  {	text-decoration: none; }

.ticketband {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-indent: 5px;
	font-weight: bold;
	background-color: #000000;
	text-decoration:none;
}
		a:link.ticketband    { color: #FFFFFF;	text-decoration: none; }
		a:visited.ticketband {	text-decoration: none;	color: #99FFCC; }
		a:hover.ticketband   {	text-decoration: none;	color: #FFFF00; }
		a:active.ticketband  {	text-decoration: none; }

.replyband {

	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-indent: 5px;
	font-weight: bold;
	background-color: #CD9701;
	text-decoration:none;
}		
		a:link.replyband    { color: #FFFFFF;	text-decoration: none; }
		a:visited.replyband {	text-decoration: none;	color: #99FFCC; }
		a:hover.replyband   {	text-decoration: none;	color: #FFFF00; }
		a:active.replyband  {	text-decoration: none; }
.sidebar1 {
	background-image: url(../../images/sidebg.gif);
}



/*.................   sitebulder and support classes end ............  */


/* ....... fron new_gray ................ */

.errortext {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #A80000;
	font-weight: bold;
}

 .fieldset
{
border: 1px solid #4A7DCA;
}
.penbox {
	background-color:#4A7DCA;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}


.lefttopcrnr {background-image:url(../../images/crnr11.gif)}
.righttopcrnr {background-image:url(../../images/crnr22.gif)}
.leftbottomcrnr {background-image:url(../../images/crnr44.gif)}
.rightbottomcrnr {background-image:url(../../images/crnr33.gif)}






.barmenu {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bodytext1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
}


.searchboxCopy {

	font-family: Arial;
	font-size: 11px;
	color: #666666;
	background-color: #FAF0E7;
	padding: 1px;
	border: 1px solid #FFE6BF;
}

.greentext {
	font-family: Verdana, 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9CCC39;
}
.orangeboldtext {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}

.domainmanagerlinks{
 color: #817126;
}

.domainmanagerlinks:visited{
 color: #817126;
}
.domainmanagerlinks:hover{
color: #000000;
}





.topmenunew {
	font-family: Arial;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

.headerimg{

height:150px;

}
.body1 {
background-color:#DDE1E5;
}
.smallbutton {
font-family: 'Roboto', sans-serif;
font-size: 12px; 
font-weight:bold;
color: #FF6000;
padding: 5px;
}
#homebox1{
width:276px;

}


.boxbottomsm  {
background-color:#EFEFEF;
background-image:url(../../images/bxbottomsm.png);
background-repeat:no-repeat;
border-top:0 solid #21507E;
height:35px;
margin-bottom:15px;
width:276px;
}
.selectbox1 {
background-color:#EFEFEF;
border-color:#21507E #9F9F9F -moz-use-text-color;
border-left:1px solid #9F9F9F;
border-right:1px solid #9F9F9F;
border-style:solid solid none;
border-width:1px 1px medium;
color:#323232;
padding:15px;
min-height:200px;
}

.boxheadsm {
background-image:url(../../images/bxtop200.png);
background-repeat:no-repeat;
border-bottom:1px solid #FFFFFF;
color:#FFFFFF;
font-family:trebuchet ms;
font-weight:bold;
height:22px;
padding:8px 3px 0 10px;
width:276px;
}

.homeboxtext{
font-family:'Roboto', sans-serif;
font-size:12px;
line-height:20px;
color:#000000;

}

.continue {
-moz-border-radius:5px 5px 5px 5px;
background-image:url(../../images/continues2.png);
border:1px solid #FFFFFF;
cursor:pointer;
height:39px;
width:196px;
}
.center {
bottom:35px;
position:relative;
text-align:center;
}

.rptblheading {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #90B4CF;
}

#simpleTooltip { 
padding: 7px; 
border: 1px solid #7D9CAA; 
background: #EFF7FA;
font-family: 'Roboto', sans-serif;
font-size: 11px; 
}

.cursorhand {
	cursor:pointer;
}
/*---------------------------------------------------------------------------------------old style ends------------------------------*/
.error_msg{
	padding:5px;
	text-align:center;}
.error_msg p{
	font-family:'Roboto', sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ED2828;}
.mng_ac{
	display:block;
	background-image:url(btn_account_manage.png);
	width:270px;
	height:46px;}
.mng_ac span{
	display:none;}
.comm_div{
	clear: both;
    padding-bottom: 10px;
	}
	.comm_divsec .divsec{
		border-bottom: 1px solid #cfcdcd;
		margin: 10px 0;
	}
  .btnbtm{
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
  }
  .paypalsty {
    margin-top: 20px;
  }
  .selecttext{
    margin-top: 10px;
  }
  .orsty{
    margin-bottom: 0 !important;
    margin-top: 10px !important;
  }
	#divsec3 p{
margin-bottom: 0 !important;
margin-top: 10px;
	}
	#divsec3{
border-bottom: none !important;
	}
	.comm_divsec{
		  background: #f7f7f7; /* Old browsers */
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	/* border:#803D84 solid 2px !important; */
	/* padding: 10px; */
	margin: 10px 0;
	}
.comm_div label{
	font-size:12px!important;}
.cmn_tble1{
	background-color:#cfcfcf;
	font-size:13px;
	}
	
	
.cmn_tble1 a:link,
.cmn_tble1 a:visited,
.cmn_tble1 a:active{
	color:#5A2660!important;
}
.cmn_tble1 a:hover{
	text-decoration:underline!important;
	color:#5A2660!important;
}


	
.cmn_tble2{
	background-color:#F1F1F1;}
.cmn_tble2 td{
	background-color:#ffffff;
	padding:5px;}
.cmn_tble1 td{
	padding:10px 15px;
	background-color:#ffffff;}
.cmn_tble1 th{
	background-color:#bd3232;
	color:#ffffff;
	padding:10px 15px;
}

.cmn_tble1 th a:link,
.cmn_tble1 th a:visited,
.cmn_tble1 th a:visited{
	color:#FFFFFF!important;
	text-decoration:underline;

}
.cmn_tble1 th a:hover{
	color:#FFFFFF;
	text-decoration:none!important;
}



.commn_tble{
	margin-top:5px;
	font-size:12px;}
.commn_tble th{
	padding:5px 5px 5px 5px;
	background-color:#E8EBEC;
	border-bottom:1px solid #cfcfcf;}
.commn_tble td{
	padding:3px 0;}
.commn_tble2{
	}
.commn_tble2 h4{
	padding:7px 0 7px 20px;
	background-image: url("bullet2.png");
    background-position: left center;
	background-repeat:no-repeat;
	}
.comm_div2{
	padding:6px 10px;
	background-color:#9F1111;
}
.comm_div2 h3{
	color:#ffffff!important;
	font-size:13px;
	font-weight:bold;}
.comm_div2 h2{
	color:#ffffff!important;
	font-size:17px;
	font-weight:bold;
	padding-left:10px;}
.msg_container{
	padding:5px;
	text-align:center;}
.contact_wrapper{
	border-top:1px solid #E1E2E5;}
.heading_style1{
	border-bottom:1px dotted #333333;
	padding:3px;
	margin-bottom:5px;}
.heading_style1 h3{
	color:#bd3232 !important;
	font-family:'Roboto', sans-serif;
	font-size:13px;
}
.equal_left_column{
	width:50%;
	border:5px solid #E1E2E5;
	margin:0px 10px 10px 0px;		
	padding:10px;
	}
.equal_right_column{
	width:610px;
	border:5px solid #E1E2E5;
	float:right;
	}
.comm_div3{
	padding:5px 0;
	font-size:12px;
	font-weight:normal;}
.equal_column{
	width:610px;
	border:5px solid #E1E2E5;
	margin-right:20px;
	float:left;}
.heading_style2{
	border-bottom:1px dotted #333333;
	padding:3px;
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
	color:#bd3232 ;}
.center_column{
	margin:50px auto;
	border:5px solid #E1E2E5;
	padding:50px;
	text-align:center;
	}
.comm_div4{
	background-color:#F2F2F2;
	padding:5px;
	border:1px solid #cfcfcf;
	font-size:12px!important;}
.comm_div4 h4{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;}
	
.comm_div5{
	background-color:#E1E2E5;
	padding:5px  5px 3px 10px;
	font-size:18px;
	color:#bd3232 ;
	text-align:left;
	margin-bottom:10px;
	clear:both;
}

.comm_div6{
	background-color:#5A2660;
	padding:5px  5px 3px 10px;
	font-size:15px;
	color:#FFFFFF;
	text-align:left;
	margin-bottom:10px;
	clear:both;
	font-weight:bold;
}

.comm_div7{
    background-image: url("inner_content_bg.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    margin-bottom: 10px;
    padding:10px 10px 0 10px;
	border-top:1px solid #D6D6D8!important;
	border-left:1px solid #D6D6D8!important;
	border-bottom:1px solid #D6D6D8!important;
	border-right:1px solid #D6D6D8!important;
}

.comm_div8{
   	background-color:#E1E2E5;
    margin-bottom: 10px;
    padding:10px;	
	font-size:12px;
	font-weight:bold;
	color:#000000;
	
}
	
.required2{
	color:#666666;
	font-size:12px;
	float:right;}
.required2 span{
	color:#ff0000;}
#theme_img img{
	border:1px solid #cfcfcf;}
.comm_liststyle{
	margin:5px 0 5px 10px;
	padding:0;}
.comm_liststyle li{
	list-style:none;
	padding:3px 0 3px 0;
	background-image: url("arrow1.gif");
    background-position: left center;
	background-repeat:no-repeat;
	padding-left:10px;
	font-size:12px;
	color:#333333;}
.navigate{
	padding:2px;}
.sitebuilder_helpcntr{
	padding:10px 10px 0 10px;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	font-family:'Roboto', sans-serif;!important}
.sitebuilder_helpcntr .redtext{
	font-size:14px;
	font-family:'Roboto', sans-serif;
	}
.cmn_tble3{
	}
.cmn_tble3 td{
	border:1px solid #cfcfcf;}
.img_n_title{
	width:605px;
	border:1px solid #C4E7F8;
	}
.img_n_title img{
	width:605px;
	height:233px;
	}
.title_n_btn{
	background-color:#DAF0FB;
	padding:12px 7px;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#bd3232;
	background-image: url(../../images/blue_arrow.jpg);
	background-repeat:no-repeat;
	background-position:99% 50%;
	}
.title_n_btn2{
	background-color:#DAF0FB;
	padding:12px 7px;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#bd3232;
	background-image: url(../../images/blue_arrow.jpg);
	background-repeat:no-repeat;
	background-position:99% 50%;
	border:1px solid #C4E7F8;
	}
.comm_div7a{
    background-color:#F2F2F2;
    padding:10px 10px 0 10px;
	border-bottom:1px solid #D6D6D8;
	border-left:1px solid #D6D6D8;
	border-right:1px solid #D6D6D8;
	border-top:1px solid #ffffff;
	font-size:14px;
	height:135px;
	line-height:19px;
}
.subheading_new1{
	
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #333333;
}
.template_container{
	border:5px solid #D7D7D7;
	background-color:#FBFBFB;
	padding:10px 0 0 0;
	-moz-border-radius: 5px;}
.tmplate_name{
	background-color:#5A2660;
	padding:5px  5px 3px 10px;
	font-size:15px;
	color:#000000;
	text-align:center;
	margin-top:10px;
	clear:both;
	font-weight:bold;
}
.tmplate_name a{
	color:#ffffff;}
.tmplate_name a:hover{
	color:#000000;}
#preview img{
	border:1px solid #cfcfcf;}
.comm_div9{
	padding:10px 0;
	}
.MainBody{
	border:1px solid #cfcfcf;
	background-color:#F2F2F2;
	padding:5px;
	}
/* domain selectbox style */

.domain_input_container{
	background-color:#F2F2F2;
	border:#bd3232  solid 1px;
	padding:0px;	
}
.availbledomain .domain_input_container{
  background-color:#F2F2F2;
  border:#bd3232  solid 1px;
  padding:0px;  
  width: 100%;
}
.domain_name{
	border:none;
	background-color:#F2F2F2;
	font-family:'Roboto', sans-serif;
  height: 32px;
  padding: 0 10px;
}
.availbledomain .domain_name{
  border:none;
  background-color:#F2F2F2;
  font-family:'Roboto', sans-serif;
  height: 30px;
  padding: 0 10px;
  width: 88%;
}
.domain_selectbox{
  border:none;
  background-color:#F2F2F2;
  font-family:'Roboto', sans-serif;
  height: 30px;
  padding: 0 10px;
  width: 100%;
}
.domain_ext{
	border:none;
	background-color:#F2F2F2;
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	
}
.domainselect_box .domain_name{
  border:none;
  background-color:#FFF;
  font-family:'Roboto', sans-serif;
  height: 30px;
  padding: 0 10px;
}
.domainselect_box .domain_ext{
  border:none;
  background-color:#FFF;
  font-family:'Roboto', sans-serif;
  font-weight:bold;
  
}

/* New help style */
.helpmenu{
	margin:0px;
}
ul.helpmenu {
	list-style-type:none!important;
	font-weight:bold;
	margin-left:-30px;	
}

ul.helpmenu li{
	background-image:url(../../images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
}

/*dhml window style*/
.dhtmlwindow
{
	position: absolute;
	border: 2px solid black;
	visibility: hidden;
	background-color:#FFFFFF;
}

.drag-handle
{ /*CSS for Drag Handle*/
	padding: 10px;
	text-indent: 3px;
	font: bold 14px Arial;
	background-color: #D7D7D7;
	color:#000000;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.drag-handle .drag-controls
{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: hand;
	cursor: pointer;
	padding-left:5px;
}

* html .drag-handle
{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
	width: 100%;
}


.drag-contentarea
{ /*CSS for Content Display Area div*/
	
	background-color: white;
	color: black;
	height: 150px;
	padding: 10px;
	overflow: auto;
}

.drag-contentarea p
{ /*CSS for Content Display Area div*/
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}

.drag-contentarea h5
{ 
	font-weight:bold;
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
}

.drag-statusarea
{ /*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid gray;
	background-color: #D7D7D7;
	height: 13px; /*height of resize image*/
}


.drag-resizearea
{ /*CSS for Resize Area itself*/
	float: right;
	width: 13px; /*width of resize image*/
	height: 13px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}
/*dhml window style*/

/* New style for Cpanel */
.cpanel_container{
	clear:both;
	margin-bottom:10px;
	font-family:'Roboto', sans-serif;
	font-size:14px;	
	width:900px;
	margin:0 auto;
}
.cpanel_row{
	border-bottom:#EFEFEF solid 3px;
	margin-bottom:10px;
	padding:20px 0 10px 0;
	
}
.cpanel_row .item{
	width:290px;
	margin-right:10px;	
	float:left;
}
.cpanel_row .item .image{
	width:85px;
	margin-right:10px;	
	float:left;
}
.cpanel_row .item .image img{
	border:0;
}
.cpanel_row .item .cnt{
	width:195px;
	float:left;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}
.cpanel_row .item .cnt h3{	
	font-size:15px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	background:url(../../images/divider_dot.gif) repeat-x bottom;	
}

.cpanel_row .item .cnt h3 a:link,
.cpanel_row .item .cnt h3 a:visited,
.cpanel_row .item .cnt h3 a:active
{

	text-decoration:none;	
}
.cpanel_row .item .cnt h3 a:hover
{
	color:#666666;	
}


.cpanel_row .item .cnt p{	
	margin:0 0 10px 0;
}
.comm_text{
	font-family:'Roboto', sans-serif;
	font-size:14px;
	color:#000000;
}

.paymntsdiv{ width:350px;
			 margin:0 auto;

}
/*------------------------------*/
.top-box
{
	/* box-shadow: 1px 1px 2px #ccc;*/
	 padding:8px 0;
	 background:#9F1111;
}

.top-round
{
	border-radius:50px;
	border: 1px solid #828282;

	text-align: center;
	display:table;
	font-size: 15px;
	padding-top:3px;
	width:25px;
	height: 25px;
	color: #828282;
	float: left;	
}
.top-space
{
    width:15px;
	height:15px;
	color:#fff;
	float: left;
	font-size: 15px;
	margin-right:5px;
	padding-top: 3px;
}

.login-outer
{
	width: auto;
	display:flex;
	float: right;
}
@media(max-width: 768px)
{
.login-outer
{
	margin-right:10px;
}
.no-padding
{
	padding-left:15px !important;
	padding-right:15px !important;
}	
}
.login-inner
{
	width: auto;
	display:flex;
	float:left;
  color: rgba(255,255,255,0.7);
  padding-right: 10px;
}
.right-mrg
{
	margin-right: 10px;
}

.left-mrg
{
	margin-left: 10px;
}

.login-inner a
{
	font-size:14px;
}

.login-inner a:hover
{
	text-decoration: none;
}

.menu-edited
{
	background:none !important;
	border:none!important;
	margin-bottom: 0 !important;
}

.no-padding
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.top-nav a
{
	font-size:15px !important;
}

.top-marg
{
	margin-top:10px;
}
.top-mrg35
{
	margin-top: 35px;
}
.height32px{
  height: 32px!important;
}
.wid100p{
  width: 100%;
}
.marg15_col{
  margin: 15px 0;
}
.marg25_col{
  margin: 25px 0;
}
.marg40_col{
  margin: 40px 0;
}
.marg60_col{
  margin: 60px 0;
}
.marg-5px_top{
  margin-top: -5px!important;
}
.marg5px_top{
  margin-top: 5px!important;
}
.marg10px_top{
  margin-top: 10px!important;
}
.marg20px_top{
  margin-top: 20px!important;
}
.marg30px_top{
  margin-top: 30px!important;
}
.marg_20_btm{
  margin-bottom: 20px!important;
}
.marg10px_btm{
  margin-bottom: 10px;
}
.marg10px_right{
  margin-right: 10px;
}
.pad_right_5px{
  padding-right: 5px;
}
.pad_right_10px{
  padding-right: 10px;
}
.pad_0px{
  padding: 0px!important;
}
.pad_0px_top{
  padding-top: 0px!important;
}
.pad_10px{
  padding: 10px!important;
}
.pad_15px_top{
  padding-top: 15px!important;
}
.pad_10px_top{
  padding-top: 10px!important;
}
.pad_5px_cols{
  padding: 5px 0px!important;
  color: #c8c8c8;
}
.pad_10px_cols{
  padding: 10px 0px!important;
}
.pad_25px_cols{
  padding: 25px 0px!important;
}
.pad_5px_sides{
  padding:0px 5px!important;
}
.pad_3sides{
  padding: 10px 0px 5px 5px!important;
}
.display_table{
  display: table;
  width: 100%;
}
.display_table_row{
  display: table-row;
  width: 100%;
}
.display_table_cell{
  display: table-cell;
}
.vertical_align_middle{
  vertical-align: middle;
}

.width_10p{
  width: 10%!important;
}
.width_20p{
  width: 20%!important;
}
.width_30p{
  width: 30%!important;
}
.width_40p{
  width: 40%!important;
}
.width_50p{
  width: 50%!important;
}
.width_60p{
  width: 60%!important;
}
.width_70p{
  width: 70%!important;
}
.width_80p{
  width: 80%!important;
}
.width_90p{
  width: 90%!important;
}
.home_cont_sec1 {
    padding: 80px 0 75px;
    background: #f0f5f6;
}
.home_cont_sec1 h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 30px!important;
    color: #9F1111;
}  
.home_cont_sec1 h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 15px!important;
    color: #36404a;
} 
.home_cont_sec1 p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #443a44;
    letter-spacing: 1px;
    line-height: 24px;
} 
.home_cont_sec1 .ico {
    width: 300px;
    height: 300px;
    line-height: 300px!important;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 10px 36px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 10px 36px rgba(0, 0, 0, 0.6);
}
.ico img{
  vertical-align: middle!important;
}  
.home_cont_sec2 {
    padding: 80px 0 75px;
    background: #9F1111;
}
.home_cont_sec2 h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 30px!important;
    color: #FFF;
}  
.home_cont_sec2 h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 15px!important;
    color: #FFF;
} 
.home_cont_sec2 p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 24px;
} 
.home_cont_sec2 .ico {
    width: 300px;
    height: 300px;
    line-height: 300px!important;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 10px 36px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 10px 36px rgba(0, 0, 0, 0.6);
}
.home_cont_sec3 {
    padding: 80px 0 75px;
    background: #FFF;
}
.home_cont_sec3 h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 30px!important;
    color: #9F1111;
}  
.home_cont_sec3 h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 15px!important;
    color: #36404a;
} 
.home_cont_sec3 p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #443a44;
    letter-spacing: 1px;
    line-height: 24px;
} 
.home_cont_sec3 .ico {
    width: 300px;
    height: 300px;
    line-height: 300px!important;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    background: #f0f5f6;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 10px 36px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 10px 36px rgba(0, 0, 0, 0.6);
}
.homecontentdesc{
  padding:30px 0;
}
.parallax {
    padding: 80px 0 80px 0;
    background: url(../../images/testi-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}
/*---------------Buttons----------------------*/
.primary_btn{
    color: #f4f4f4!important;
    font-size: 15px;
    background: #CC6600;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border: solid 0 #b55a00;
    border-bottom: 2px solid #b55a00;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    padding: 5px 20px;
    text-transform: uppercase;
}
.primary_btn:hover{
    background: #b55a00!important;
    border-bottom: 2px solid #CC6600;
}
.secondary_btn{
    color: #f4f4f4!important;
    font-size: 15px;
    background: #61696e;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border: solid 0 #484d50;
    border-bottom: 2px solid #484d50;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    padding: 5px 20px;
    text-transform: uppercase;
}
.secondary_btn:hover{
    background: #484d50!important;
    border-bottom: 2px solid #61696e;
}
.signup_btn{
  font-size: 20px!important;
  font-weight: 300!important;
  padding: 11px 30px!important;
}  
.buybtn{
  margin:10px 0;
  font-weight: 400;
  padding: 8px 25px;
  margin-top: 10px;
}
.paynowbtn a{
    color: #CC6600!important;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border: solid 0 #b55a00;
    border: 1px solid #CC6600;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    padding: 5px 20px;
    text-transform: uppercase;
    margin-left: 15px;
}
.paynowbtn a:hover{
    background: #CC6600!important;
    border: 1px solid #CC6600;
    color: #FFF!important;
}
.section-title{
  margin: 0 30%;
}
.section-title h2{
  color: #FFF;
  margin-bottom: 25px;
}
.quote p{
  font-family: 'Lora', serif;
  font-style: italic;
  color: #FFF;
  position: relative;
  padding: 5px 30px;
}

.testimonials1 blockquote {
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}
blockquote {
    font-size: 22px;
    line-height: 34px;
    font-weight: normal;
    color: inherit;
    font-style: italic;
    position: relative;
    border: 0;
    padding: 0 0 0 50px;
}
blockquote:before {
    font-family: 'Lora', serif;
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 80px;
    top: 15px;
    line-height: 60px;
    left: 0;
    color: #cfcfcf;
    content: "\201C";
}
blockquote:after {
    font-family: 'Lora', serif;
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 80px;
    line-height: 60px;
    right: 0;
    top: 15px;
    color: #cfcfcf;
    content: "\201D";
}
.availbledomain blockquote {
    font-size: 22px;
    line-height: 34px;
    font-weight: normal;
    color: inherit;
    font-style: italic;
    position: relative;
    border: 0;
    padding: 0 0 0 50px;
}
.availbledomain blockquote:before {
    font-family: 'Lora', serif;
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 80px;
    top: 15px;
    line-height: 60px;
    left: 0;
    color: #cfcfcf;
    content: "";
}
.availbledomain blockquote:after {
    font-family: 'Lora', serif;
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 80px;
    line-height: 60px;
    right: 0;
    top: 15px;
    color: #cfcfcf;
    content: "";
}
.quote .author {
    display: table;
}
.quote .author.text-center {
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.quote .author .icon {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}
.quote .author .icon span.img {
    width: 46px;
    height: 46px;
    display: block!important;
    line-height: 46px!important;
    border-radius: 100%;
    background: #FFF;
    border: 4px solid #9F1111;
    text-align: center;
}
.quote .author .icon span.img .fa{
    font-size: 22px;
    color: #adafb1;
    margin-top: 5px;
}
.quote .author .info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.quote .author .info h5 {
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.5px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.quote .author .meta {
    margin: 0;
    color: #a1a1a1 !important;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 13px;
}
.headerrow{
  background: #FFF;
}
.minht_36px{
  min-height: 36px;
}
.minht220px{
  min-height: 220px;
}
.minht450px{
  min-height: 450px;
}
.hostplan_box{
  background: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.12);
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.12);
  margin: 10px 0;
}
.hostplan_box_content{
  width: 100%;
  padding-bottom: 10px;
}  
.plan_imgblk{
  width: 100%;
  height: 160px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
a.clickhere{
  color: #CC6600;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
a.clickhere:hover{
  color: #9F1111;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
a.editprofile{
  border: 1px solid #9F1111;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #9F1111;
  width: 100%;
  display: block;
}
a.editprofile:hover{
  border: 1px solid #9F1111;
  background: #9F1111;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  width: 100%;
  display: block;
}
.pad_sides_min5{
  padding: 0 -5px!important;
}
.login-inner a{
  color: #FFF!important;
}
.input-group-addon {
    border-radius: 0;
    min-width: 40px;
}
.input-group .form-control{
  border-radius: 0;
}
.panel-heading p{
  margin: 0!important;
}
.panel-default > .panel-heading {
    color: #FFF;
    background-color: #9F1111;
    border-color: #5f4784;
    padding:10px 15px;
    border-radius: 0;
    font-size: 18px;
}
.border_block .panel-body{
  padding: 15px 0;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox {
    border: 0px solid #A7B5A7;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #828282;
    background-color: #FFF;
    width: 100%;
    height: 20px;
}
.register_box{
  min-height: 305px;
  padding-top: 60px;
  margin-bottom: 35px;
  background: #FFF;
}
.register_box.affiliatebox{
  min-height: 258px;
  padding-top: 20px!important;
  margin-bottom: 20px;
  background: #FFF;
  border-radius: 5px;
}
.register_box.affiliatebox .text_style2{
  font-weight: 500!important;
  font-size: 24px;
  padding: 15px 0;
}  
.affiliatebox .btn_login{
  font-weight: 500!important;
  font-size: 15px;
  margin-top: 20px;
}

.popover-cell {
  position: relative;
  display: inline-block; /* or block if you want full width */
  cursor: pointer;
  overflow: visible; /* make sure parent doesn't clip the popover */
}

/* hidden by default, use visibility/opacity to avoid flicker */
.popover-cell .popover-content {
    position: absolute;
    top: calc(52% + 8px);
    right: 20px;
    min-width: 180px;
    max-width: 360px;
    white-space: normal;
    padding: 10px 12px;
    border-radius: 6px;
    background: #333;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transform: translateY(0px);
    transition: opacity .12s 
ease, transform .12s 
ease, visibility .12s;
    pointer-events: none;
}

/* keep visible while hovering either parent or the popover itself */
.popover-cell:hover .popover-content,
.popover-cell .popover-content:hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* optional small arrow */
.popover-cell .popover-content::before{
  content: "";
  position: absolute;
  top: -6px;
  left: 12px;
  border: 6px solid transparent;
  border-bottom-color: #333;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,0.06));
}


.btn_login:hover{
  background: #CC6600;
  border-color: #CC6600;
}
.align_left{
  text-align: left!important;
}
.align_right{
  text-align: right;
}
.align_center{
  text-align: center;
}
.domain_check{
  width: inherit!important;
  float: left;
  margin-right: 10px!important;
  margin-top: 0px!important;
}
.grandtotalcells td{
  padding-right: 0px!important;
}
.grandtotalcells td:last-child{
  color: #9F1111!important;
  font-size:22px!important;
}
.domainselect_box{
    border: 1px solid #9F1111;
    width: 100%;
    background: #FFF;
}
/* Pricing tables
---------------------------------- */
.pricing-tables {
  margin: 60px 0 0;
}
.plan {
  text-align: center;
  border: 1px solid #c5c5c5;
  border-top: none;
  margin-bottom: 40px !important;
}
.plan + .plan {
  border-left: none;
}
.plan .header {
  padding: 10px 0;
  margin: 0 -1px;
}
.plan .header h3 {
  display: inline-block;
  font-size: 24px;
  margin: 0;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #494949;
}
.plan .header .price {
  display: inline-block;
  font-size: 16px;
  padding: 10px 0 0;
  font-weight: 400;
  color: inherit;
}
.plan .header .price span {
  text-transform: uppercase;
}
.plan ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
}
.plan ul li {
  padding: 12px 0px;
  font-size: 13px;
  line-height: 18px;
  text-shadow: 1px 1px 0 #fff;
}
.plan ul li a.pt-popover {
  color: #000;
  border-bottom: 1px dashed #000;
  position: relative;
}
.plan ul li a.pt-popover:hover {
  text-decoration: none;
}
.plan ul li a.pt-popover:after {
  position: absolute;
  top: 0px;
  left: -15px;
  font-family: "FontAwesome";
  content: "\f059";
  color: #DDDDDD;
  font-size: 12px;
}
.best-value.plan ul li {
  padding: 15px 0;
}
.plan .popover {
  width: 250px;
  font-size: 13px;
  text-align: center;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.plan .popover-title {
  background-color: #e84c3d;
  color: #ffffff;
  text-shadow: none;
  font-size: 13px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.plan .popover-content {
  font-size: 12px;
}
.plan .btn {
  text-shadow: none;
}
.gray .plan {
  border-top: 1px solid #c5c5c5;
  background-color: #f1f1f1;
  -webkit-box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
}
.gray .col-sm-3>.plan,
.gray .col-sm-4>.plan {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gray .plan .header {
  background: #fafafa;
  border: 1px solid #cacaca;
  width: 150px;
  height: 150px;
  margin: 15px auto;
  border-radius: 100%;
}
.gray .plan .header h3 {
  color: #e84c3d;
  display: block;
  margin-top: 30px;
}
.gray .plan .header .price {
  font-size: 24px;
  padding-top: 5px;
}
.gray .plan ul {
  background: #f1f1f1;
  border-top: 1px solid #e4e4e4;
}
.gray .plan ul li {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #f8f8f8;
  color: #333333;
}
.white .plan {
  border-color: #f3f3f3;
}
.white .plan .header {
  color: #fff;
  background: #e84c3d;
}
.white .plan .header h3 {
  color: #fff;
}
.white .plan ul {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background-color: #fbfbfb;
}
.white .plan ul li {
  border-bottom: 1px solid #f5f5f5;
}
.stripped .header {
  background: #e84c3d;
  border: none;
  -webkit-box-shadow: 0px 0px 60px #cd3c2e inset;
  -moz-box-shadow: 0px 0px 60px #cd3c2e inset;
  box-shadow: 0px 0px 60px #cd3c2e inset;
  color: #fff;
}
.stripped .header h3 {
  color: #fff;
}
.stripped .plan ul {
  -webkit-box-shadow: 0px 0px 32px 0px #cacaca inset;
  -moz-box-shadow: 0px 0px 32px 0px #cacaca inset;
  box-shadow: 0px 0px 32px 0px #cacaca inset;
  background: #fdfdfd;
}
.stripped .plan ul li {
  border: 1px solid #ececec;
  border-top: none;
  color: #666;
}
.stripped .plan ul li:nth-child(even) {
  -webkit-box-shadow: 0px 0px 40px #e4e4e4 inset;
  -moz-box-shadow: 0px 0px 40px #e4e4e4 inset;
  box-shadow: 0px 0px 40px #e4e4e4 inset;
  background: #ffffff;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.grid-space-0 .col-lg-6, .grid-space-0 .col-lg-4, .grid-space-0 .col-lg-3, .grid-space-0 .col-md-6, .grid-space-0 .col-md-4, .grid-space-0 .col-md-3, .grid-space-0 .col-sm-6, .grid-space-0 .col-sm-4, .grid-space-0 .col-sm-3, .grid-space-0 .col-xs-6, .grid-space-0 .col-xs-4, .grid-space-0 .col-xs-3{
    padding-left: 0;
    padding-right: 0;
}
.plantable{
  display: table;
  width: 100%;
  margin: 30px 0 15px 0;
}
.plantable_row{
  display: table-row;
  width: 100%;
}
.plantable_cell{
  display: table-cell;
  padding: 0px 10px;
  font-weight: 500!important;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.plantable_cell:first-child{
  border-left: 1px solid #d0d0d0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}  
.plantable_cell:last-child{
  border-right: 1px solid #d0d0d0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}  
.plantable_cell.planname{
  background: #bd3232;
  color: #FFF;
  font-weight: 600!important;
  font-size: 20px;
  text-align: center;
}
.planprice{
  font-size: 20px;
  color: #CC6600;
  font-weight: 600;
  text-align: center;
}
.availbledomain{
  border: #E1E2E5 solid 5px;
  padding: 10px;
  background: #FFF;
}
.availbledomain .comm_button{
  padding: 6px 10px 6px 10px!important;
}
.availbledomain h3{
  font-size: 18px;
  color: #CC6600;
  font-weight: 400;
  margin: 10px 0!important;
} 
.availbledomain h4{
  font-size: 16px;
  color: #9F1111;
  font-weight: 600;
  margin: 10px 0!important;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
} 
.availbledomain p{
  padding-bottom: 10px;
} 
.availbledomain h5{
  font-size: 14px;
  color: #CC6600;
  font-weight: 600;
}  
.resp_searchblks .comm_input{
  height: 33px!important;
}
.dnslisting li{
  list-style: none;
  width: 100%;
  font-size: 14px;
}
.availbledomain.manage ul{
  padding:0;
  margin:10px 0;
}
.availbledomain.manage ul li{
  list-style: none;
  margin: 25px 0;
  padding-left: 0!important;
  margin-left: 0!important;
}
.availbledomain.manage li a{
  color: #CC6600;
  font-size: 14px;
  font-weight: 500;
  font-family:'Roboto', sans-serif;
}
.availbledomain.manage li a:hover{
  color: #9F1111;
} 
.availbledomain.manage li a span{
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #EEE;
  display: table-cell;
  font-size: 20px;
} 
.availbledomain.manage li a:hover span{
  background: #CC6600;
  color: #FFF;
}  
.availbledomain.manage li a div.caption{
  display: table-cell;
  color: #CC6600;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  padding-left: 10px;
  font-family:'Roboto', sans-serif;
} 
.font-weight-bold{
  font-weight: bold;
} 
.domainslist{
  background: #EEE;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  display: block;
}

.custompayform table tr td{
  padding: 7px 0!important;
}
.custompayform td{
  font-size: 13px;
  color: #393939;
}
.helppanel .panel-default > .panel-heading{
  background: #dbdcdf!important;
}
.secondcell{
  padding: 7px 0 7px 7px!important;
  color: #0c112a!important;
}
.availbledomain h4 strong{
  color: #CC6600;
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
  .best-value.plan {
    top: -30px;
    position: relative;
  }
}
@media (max-width:1200px) {
  .availbledomain .domain_name{
    border:none;
    background-color:#F2F2F2;
    font-family:'Roboto', sans-serif;
    height: 30px;
    padding: 0 10px;
    width: 80%!important;
  }
}
@media (max-width:768px) {
  .availbledomain .domain_name{
    border:none;
    background-color:#F2F2F2;
    font-family:'Roboto', sans-serif;
    height: 30px;
    padding: 0 10px;
    width: 60%!important;
  }
  .navbar-nav{
    margin-left: 0!important;
    margin-right: 0!important;
  }
 
  .home_banner_row h1{
    font-size: 22px;
  }
  .home_banner_row h3{
    font-size: 14px;
  }
}
@media (max-width:800px) {
  
  .home_banner_row h1{
    font-size: 22px;
  }
  .home_banner_row h3{
    font-size: 14px;
  }
}  
@media (max-width:570px) {
  
  .vnameser .display_table,.vnameser .display_table_row,.vnameser .display_table_cell{
     display: block!important;
    width: 100%!important;
    padding: 5px 0;
  }
}  
@media (max-width:480px) {

  .domainavailable_tbl.display_table, .domainavailable_tbl .display_table_cell,.display_table.resp_searchblks,.resp_searchblks .display_table_cell{
    display: block!important;
    width: 100%!important;
    padding: 5px 0;
  }
  .btnsrowgroup .primary_btn, .btnsrowgroup .secondary_btn{
    margin: 7px 0!important;
    width: 100%!important;
  }
  .plantable,.plantable_row, .plantable_cell{
    display: block!important;
    width: 100%!important;
    padding: 0;
    border-radius: 0!important;
  }
  .resp_searchblks{
    width: 100%!important;
  }
  .min_floatnone{
    float: none!important;
  }
  .resp_searchblks .comm_input{
    width: 100%!important;
  }
  .domainavailable_tbl.display_table .comm_button{
    margin: 10px 0 0 0;
  }
  .home_banner_row h1{
    font-size: 22px;
  }
  .text_style2{
  font-family:'Roboto', sans-serif;
  font-size:20px;
  font-weight:bold;
  color:#bd3232;
}
.buybtn{
  margin:10px 0;
  font-weight: 400;
  padding: 8px 16px;
  margin-top: 10px;
  font-size: 14px!important;
}
.secondary_btn, .primary_btn{
    font-size: 14px!important;
    padding: 5px 14px!important;
}
.custompayform .form-control{
  font-size: 12px!important;
}
.card_IMG img.cardsimg{
    position:static!important;
    float: right; margin-top: 5px;
  }
  .availbledomain h4{
    font-size: 14px;
  }
  .availbledomain h4 strong{
    color: #CC6600;
    width: 100%;
    padding:5px 0;
    display: block;
  }
  .reviewdomain_table{
    font-size: 13px!important;
  }
}
@media (max-width:360px) {
  .domainselect_box .domain_name{
    max-width: 175px!important;
  }
  .cnt_group #form2 span.text_style1{
    font-size: 18px!important;
  }
  .cnt_group #form2 .domain_input_container{
    margin: 8px 0!important;
   
  }
  .cnt_group #form2 .domain_input_container .domain_name{
    max-width: 150px!important;
  }
  
  .cnt_group #form2 .comm_button{
    float: left;
    margin: 8px 0 8px 5px!important;
  }
  .input-group-addon{
    min-width: 24px!important;
  }
  .invoicedetails .display_table_cell{
    font-size: 12px;
  }
  .paynowbtn a{
    color: #CC6600!important;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border: solid 0 #b55a00;
    border: 1px solid #CC6600;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    padding:3px 10px;
    text-transform: uppercase;
    margin-left: 7px;
}
}  

/*----------------------Designer2----------------------*/
.sitemap ul
{
 margin-left: -22px;
}

.sitemap ul li
{
  list-style:circle;
}

.ash-color
{
  color: #666666 !important;
}

.full-width
{
  width: 100%;
  float: left;
}

.dotted-brd
{
  border-bottom:1px dashed #ccc;
}

.pad_25
{
padding: 25px 0;
}

.success-text
{
  font-size:16px;
  text-align: center;

}

.whois_selectbox{
  border:none;
  background-color:#F2F2F2;
  font-family:'Roboto', sans-serif;
  
  padding: 0 10px;
  width: 100%;
   background-color: #f2f2f2;
    border: 1px solid #bd3232;
}

.clear
{
  clear:both;
  overflow: hidden;
}

.resourse ul
{
  margin-left:-26px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.resourse ul li
{
  list-style:circle;
}

.resourse ul li a
{
  color: #666666;
    font-family: "open_sanslight";
    font-size: 14px;
}
.card_IMG{
  position:relative;
}
.card_IMG img{
  position:absolute;
  right:10px; top:10px; z-index:10;
}
.card_IMG img.cardsimg{
  position:absolute;
  right:10px; top:34px!important; z-index:10;
}
    
