/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	background: #aaaaaa;
}
.wrapper {
	/*max-width:1170px;*/
	margin: 0 auto;
	background: #ffffff;
}
.separator, .spacer {
    height: 1px;
    margin: 15px 0;
    clear: both;
	width: 100%;
	float: left;
}

.sticky-header {
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 4000;
    border-top: 0;
}
.separator {
    background: #ddd;
}
.spacer {
    background: 0 0;
}
.padding {
	padding: 50px 0;
}
.padding-box {
	padding: 50px;
}
.padding-vertical {
	padding: 0 50px;
}
.animate {
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
::selection {
    background: #2596d3;
    color: #FFF;
}
::-moz-selection {
    background: #2596d3;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #2596d3;
    color: #FFF;
    text-shadow: none;
}
: active, :focus {
    outline: 0!important;
}   
   
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}

.col-centered {
	display: inline-block;
    float: none;
}
.contact-form .btn {
    margin-top: 30px;
}
.comment-form .row {
    margin-bottom: 15px;
}
.location-map {
	width:100%;
	margin-top: 50px;
}
.bottom-margin {
	    margin-bottom: 30px;
}
.img-center {
	margin: 0 auto;
}
.left-col {
	margin-bottom: 45px;
}
a {
	color: #000000;
}
a {
	color: #2596d3;
}
img {
	margin-bottom:20px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.6;
    width: 100%
}
caption, td, th {
    font-weight: 400;
    text-align: left;
}
dt, th {
    font-weight: 700;
}
th {
    background: #2596d3;
    color: #fff;
}
caption {
    font-size: 16px;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
dl {
    margin: 0 20px;
}
.event-search label, .event-search select {
    color: #666;
    font-weight: 400;
}
address {
    font-style: italic;
    margin: 0 0 24px;
}
abbr[title] {
    border-bottom: 1px dotted;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
}
small {
    font-size: smaller;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
iframe {
    border: 0;
}
b {
    font-size: 18px;
}
em {
    font-weight: 400;
    font-size: 12px;
}

.whitebg {
	background: #ffffff;
}
.greybg {
	background: #e6e6e6;
}
.row-bottom-margin {
	margin-bottom:50px;
}
/**************General End************/
.navbar-brand {
	float: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 80px;
    margin: 0;
}
.header-main-links {
	float: right;
    /*position: relative;
    left: -50%;
    text-align: center;*/
}
.header-main-links ul {
	list-style:none;
	padding: 0;
	margin: 0;
	/*display: table;
    position: relative;
    left: 50%;*/
}
.header-main-links ul li {
	display: inline-block;
	margin: 25px 5px;
	text-transform:uppercase;
}
.header-main-links ul li a {
	font-size: 14px;
}
.dark, .dark p,.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark a, .dark li {
	color: #ffffff;
	
}
.blue {
	background: #2c3e50;
}
.title {
	margin-bottom: 45px;
}

.title-separator {
	width: 45px;
	height: 6px;
	background: #2596d3;
	margin: 0 auto;
}
.dark .title-separator {
	background: #ffffff;
}


.subline {
	color: #aaaaaa;
}
.subline:before {
	font-family: "FontAwesome";
	content: '\f068';
	margin-right: 20px;
}
.subline:after {
	font-family: "FontAwesome";
	content: '\f068';
	margin-left: 20px;
}

/*****partners*****/
.partners {
	margin: 0 0 10px 0;
    padding: 0;
    float: left;
}
.partners li {
	list-style: none;
	
}

.partners li img {
    margin: 0 0 10px 0;
	border: 1px solid #aaaaaa;
}
.thumbnail {
    display: block;
    padding: 0px;
    margin: 20px 5px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail .caption a h4 {
	color: #000000;
}
.dark .thumbnail {
	background: none;
}
.dark .thumbnail a h4 {
	color: #ffffff;
}
.thumbnail:hover .thumbnail-icon i {
	color: #2596d3;
}

.thumbnail-icon i {
	width: 42px;
}
.fa-minus {
	color: #2596d3;
}

footer {
    background: #444444;
    padding: 50px 0 0 0;
    color: #ffffff;
}
.footer-bottom {
    background: #333333;
    padding: 15px;
    font-size: 11px;
}
/*********************************************
	-	Revolution Slider	-
**********************************************/

.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}


.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}


/************Page Title***************/
.page-title {
	background: #2596d3;
}
.page-title h1 {
	color: #ffffff;
}
.breadcrumb {
	background: none;
	padding: 0;
}
.breadcrumb li, .breadcrumb li a {
	color: #ffffff;
}
.breadcrumb > li + li:before {
	color: #ffffff;
}

/*****sidebar search*****/

.search { 
	margin-bottom: 50px;
}
.search form {
	position: relative;
}
.search input {
	width: 100%;
	border: solid 1px #dddddd;
	padding: 0px 15px;
    height: 41px;
	background: #fff;
	outline: none; 
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	
}
.search input:hover {
	border-color: #bbb;
}
.search input:focus {
	border-color: #dddddd; background-color: #f8f8f8;
}
.search-icon {
	position: absolute;
	top: 1px;
	right: 1px;
	color: #ffffff;
	border-left: solid 1px #cccccc;
	
	padding: 9px 15px;
	cursor: pointer;
	background: #2596d3;
	font-size: 13px;
}
.icon-search3:before {
	content: "\f002";
	font-family: FontAwesome;
}

/************Widget**************/

.widget {
    margin-bottom: 45px;
	float: left;
	width: 100%;
}
.sidebar .sidebar-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 1px;
}
.sidebar .sidebar-title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #2596d3;
}
.sidebar .list{
	position:relative;
	list-style: none;
    padding: 0px;
    margin: 0px;
}

.sidebar .list li{
	position:relative;
	padding:8px 0px;
	border-bottom:1px solid #dadada;
	line-height:32px;	
}

.sidebar .list li .count{
	position:relative;
	float:right;
	line-height:32px;	
	color:#2596d3;
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#3d3d3d;
	font-size:0.7em;
	font-weight:700;
	text-transform: uppercase;
}

.sidebar .list li a:hover{
	color:#2596d3;	
}

.sidebar .checklist-outer{
	margin-right:0px !important;
	max-height:320px;
	overflow:auto;	
}

.sidebar .post {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar .post li {
	border-bottom: 1px solid #dddddd;
	float: left;
	padding: 30px 0;
	width: 100%;
}

.sidebar .post li h5 {
	margin: 0;
}
.sidebar .post img {
	width: 64px;
	float: left;
	margin-right: 15px;
}
.sidebar .post time {
	font-size: 12px;
	text-transform: uppercase;
}
/***gallery lightbox*****/

.modal-body {
          padding:15px !important;
      }
      .modal-content {
          border-radius:10px;
      }
      .modal-dialog img {
          text-align:center;
          margin:0 auto;
      }
    .controls{          
     width: 80px;
    display: block;
    font-size: 11px;
    padding-top: 8px;
    font-weight: 700;
    margin: 10px 0;        
    }
    .next {
        float:right;
        text-align:right;
    }
      /*override modal for demo only*/
      .modal-dialog {
          max-width:500px;
          padding-top: 90px;
      }
      @media screen and (min-width: 768px){
          .modal-dialog {
              width:500px;
              padding-top: 90px;
          }          
      }
      @media screen and (max-width:1500px){
          #ads {
              display:none;
          }
      }
.gallery-widget {
	margin:0;
	padding: 0;
	list-style: none;

}
.gallery-widget li {
	
	display: inline-block;
	width: 24%;
	margin-bottom: 4px;
}

.gallery-widget li  img {
    cursor: pointer;
	width: 100%;
}


/*********Tags*************/
.widget, .widget .tags {
	margin:0;
	padding: 0;
	list-style: none;
}
.widget .tags li {
	display: inline-block;
	line-height: 46px;
	
}
.widget .tags li a {
	background: none;
	color: #666666;
	padding: 9px 15px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #dddddd;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

}
.widget .tags li a:hover { 
	background: #2596d3;
	color: #ffffff;
	border: 1px solid #2596d3;
}


/*--------------- Pricing Table ---------------*/
#pricing {
}
.billing {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
	margin-bottom: 50px;
}
.billing ul {
	list-style: none;
	position: relative;
	left: 50%;
}
.billing ul li {
	float: left;
}

.billing li a {
	border: 1px solid #dddddd;
	padding: 3px 30px;
	color: #666666;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	font-weight:600;
	cursor: pointer;
}
.billing li a:hover {
	border: 1px solid #2596d3;
	color: #ffffff;
	background: #2596d3;
	
}
.billing li .active {
	border: 1px solid #2596d3;
	color: #ffffff;
	background: #2596d3;
}
.pricing-box {
	border: 1px solid #dddddd;
	    margin-bottom: 20px;
}
.pricing-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	border: solid 1px #ddd;
	z-index: 1;
}
.pricing-box ul li {
	text-align: center;
	line-height: 40px;
	background: #fff;
	margin: 0;
	font-size: 14px;

}

.pricing-box li.plan-title {
	text-transform: uppercase;
	line-height: 70px;
	font-size: 18px;
	font-weight: 600;
	background: #666666;
	color: #ffffff;
}
.pricing-box .featured li.plan-title {
	background: #2596d3;
} 
.pricing-box li.subscription-price {
	background: rgba(102, 102, 102, 0.2);
	color: #000000; position: relative;
	border-bottom: none;
	font-size: 26px;
	font-weight: 600;
	padding: 20px;
}
.pricing-box .featured li.subscription-price {
	background: rgba(0, 204, 255, 0.55);
}
.pricing-box li.subscription-price .currency {
	position: absolute;
	top: 0; left: 45%;
	margin-left: -70px;
	font-size: 26px;
	font-weight:600;
}
.pricing-box li.subscription-price .price {
	font-size: 60px;
	font-weight: 600;
	line-height: 90px;
}

.pricing-box li.subscription-price .month {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: 220px;
	top: 80px;
}

.ptop10 {
	color: #2596d3;
	font-size: 14px;
	font-weight: 600;
	margin-top: 30px;
}
.pricing-box li.sign-up {
	line-height: 100px;
}
.pricing-box li.sign-up a {
	color: #ffffff;
	background: #666666;
	text-transform: uppercase;
	padding: 20px;
	line-height: 42px;
	font-size: 14px;
}
.pricing-box li.sign-up a:hover {
	background: #2596d3;
	color: #fff;
	text-decoration: none;
}
.pricing-box .featured li.sign-up a {
	background: #2596d3;
}
.pricing-box .featured li.sign-up a:hover{
	background: #666666;
}

/*--------------- End Pricing Table ---------------*/




/*--------------- Blog Post ---------------*/
.img-post {
	margin-bottom:20px;
}



/*************Comments***************/

/*Comment List styles*/
.comment-list .row {
  margin-bottom: 0px;
}
.reply-button {
	top: 15px;
    position: absolute;
    right: 30px;
}
.comment-date {
	font-size: 12px;
	color: #aaaaaa;
}
.comment-list .panel .panel-heading {
  padding: 4px 15px;
  position: absolute;
  border:none;
  /*Panel-heading border radius*/
  border-top-right-radius:0px;
  top: 1px;
}
.comment-list .panel .panel-heading.right {
  border-right-width: 0px;
  /*Panel-heading border radius*/
  border-top-left-radius:0px;
  right: 16px;
}
.comment-list .panel .panel-heading .panel-body {
  padding-top: 6px;
}
.comment-list figcaption {
  /*For wrapping text in thumbnail*/
  word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
  .comment-list .arrow:after, .comment-list .arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
  }
  .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
    border-left: 0;
  }
  /*****Left Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.left:before {
    left: 0px;
    top: 30px;
    /*Use boarder color of panel*/
    border-right-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.left:after {
    left: 1px;
    top: 31px;
    /*Change for different outline color*/
    border-right-color: #FFFFFF;
    border-width: 15px;
  }
  /*****Right Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.right:before {
    right: -16px;
    top: 30px;
    /*Use boarder color of panel*/
    border-left-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.right:after {
    right: -14px;
    top: 31px;
    /*Change for different outline color*/
    border-left-color: #FFFFFF;
    border-width: 15px;
  }
}
.comment-list .comment-post {
  margin-top: 6px;
}


.bar1 {
	padding: 0px;
	margin:0;
	line-height: 0;
	top:-1px;
}
.bar1 li {
	height: 3px;
    width: 25%;
    display: inline-block;
    margin-right: -5px;
    padding: 0;
	
  
	
}
.bar1 .one {
	background-color: #fc513a;
}
.bar1 .two {
	background-color: #c733d5;
}
.bar1 .three {
	background-color: #fc933a;
}
.bar1 .four {
	background-color: #34d56b;
}

.news-ticker {
	background: #2596d3;
}
.news-ticker p {
	margin:0;
}
.news-ticker a {
	color: #ffffff;
}
.news-ticker a:hover {
	color: yellow;
}
.ticker-wrapper {
	text-align: center;
}

.img-box .caption {
	position:absolute;
	z-index:200;
	top:20%;
	left:23%;
}
.caption a {
	color: #333333;
}
.srvbg {
	position:absolute;
	top:20%;
	left:20%;

}
.content-box {
    margin: 15px 0;
    float: left;
    width: 100%;
}
/*Box Style Three*/
.style-three .icon {
	float: left;
}
.style-three .icon i {
	font-size: 22px;
	margin-right: 15px;
	-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.style-three h4 {
	margin-top: 3px;
}

.style-three:hover i {
	color: #2596d3;
}
.style-three p {
	
}

#table_templigent {
}

#table_templigent td {
	border:1px solid #666;
	text-align:left;
	padding-left:3px;
}

.border1 {
	border:1px solid #666; 
	padding-left:5px;
	margin-top:10px;
	margin-bottom:10px;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
