

	/* Conatct start */

        .header-title
        {
          text-align: center;
          color:#00bfff;
        }

        #tip 
        {
            display:none;  
        }

        .fadeIn
        {
          animation-duration: 3s;
        }

        .form-control
        {
        	border-radius:0px;
        	border:1px solid #EDEDED;
        }

        .form-control:focus
        {
        	border:1px solid #337ab7;
        }

        .textarea-contact
        {
        	resize:none; 
        }

        .btn-send
        {
        	border-radius: 0px;
        	border:1px solid #00bfff;
        	background:#00bfff;
        	color:#fff; 
        }

        .btn-send:hover
        {
        	border:1px solid #00bfff;
        	background:#fff;
        	color:#00bfff;
        	transition:background 0.5s;   
        }

        .second-portion
        {
        	margin-top:50px; 
        }

		        @import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
		@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

		.box > .icon { text-align: center; position: relative; }
		.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #337ab7; vertical-align: middle; }
		.box > .icon:hover > .image { background: #333; }
		.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
		.box > .icon:hover > .image > i { color: white !important; }
		.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; min-height:163px;}
		.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
		.box > .icon > .info > h3.title { font-family: "Robot",sans-serif !important; font-size: 16px; color: #222; font-weight: 700; }
		.box > .icon > .info > p { font-family: "Robot",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
		.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
		.box > .icon > .info > .more a { font-family: "Robot",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
		.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
		.box .space { height: 30px; }

		@media only screen and (max-width: 768px)
		{
			.contact-form
			{
				margin-top:25px; 
			}

			.btn-send
			{
				width: 100%;
				padding:10px; 
			}

			.second-portion
			{
				margin-top:25px; 
			}
		}
	/* Conatct end */










.about-us-header{

padding:5px 20px;
 height: 80px;
  box-sizing: border-box;
  background: linear-gradient(to left,#0A3269,#00bfff);
  color: #fff;
}

.about-us-separator{
  height: 80px;
  margin-top:calc(80px * -1);
  background-image: linear-gradient(to bottom right, transparent, transparent 50%, #f3efe4 50%, #f3efe4);
  /* Using transparent for top of the gradient allows for a background image on the header. Alternatively you can just use a solid color that matches the header color. */
}

.about-us-footer{
  background: #f3efe4;
}


.about-us-1-header{

  
padding:5px 20px;
 height: 80px;
  box-sizing: border-box;
  background: linear-gradient(to right,#0A3269,#00bfff);
  color: #fff;
}

.about-us-1-separator{
  height: 80px;
  margin-top:calc(80px * -1);
  background-image: linear-gradient(to bottom left, transparent, transparent 50%, #f3efe4 50%, #f3efe4);
  /* Using transparent for top of the gradient allows for a background image on the header. Alternatively you can just use a solid color that matches the header color. */
}

.about-us-1-footer{
padding:5px 20px;
  background: #f3efe4;
}



/*body {
	font: 20px Montserrat, sans-serif;
	line-height: 1.8;
	color: #000000;
}

p {
	font-size: 16px;
}

.margin {
	margin-bottom: 45px;
}

.bg-1 {
	background-color: #1abc9c; 
	color: #ffffff;
}

.bg-2 {
	background-color: #474e5d; 
	color: #ffffff;
}

.bg-3 {
	background-color: #ffffff;
	color: #555555;
}

.bg-4 {
	background-color: #2f2f2f;
	color: #fff;
}

.container-fluid {
	padding-top: 70px;
	padding-bottom: 70px;
}
*/
.navbar {
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 5px;

			border: solid 1px #fff;
			
			box-shadow:  0 0 10px  rgba(0,0,0,0.6);
			-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
}

.dropdown-menu > li {
	width: 100%;
}
.navbar-nav  li a:hover {
	color: #1abc9c !important;
}
.dropdown-menu  li:hover {
	background-color:white;
	color: black !important;
}
.dropdown-menu  li a:hover {
	background-color:white;
	color: black !important;
}

.navbar .fontStyle {
	color: white !important;
	
	font-family: 'Montserrat', sans-serif;
	
	font-size: 12px;
	font-weight: 500;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	letter-spacing: 0px;
}

.navbar  .liStyle {
	background-color: #0A3269;
	border-color: #0A3269;
	color: white !important;
	
	margin: 5px 5px 5px 0;
}
/*
.alias {
	cursor: alias;
}

.all-scroll {
	cursor: all-scroll;
}

.auto {
	cursor: auto;
}

.cell {
	cursor: cell;
}

.context-menu {
	cursor: context-menu;
}

.col-resize {
	cursor: col-resize;
}

.copy {
	cursor: copy;
}

.crosshair {
	cursor: crosshair;
}

.default {
	cursor: default;
}

.e-resize {
	cursor: e-resize;
}

.ew-resize {
	cursor: ew-resize;
}

.grab {
	cursor: -webkit-grab;
	cursor: grab;
}

.grabbing {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.help {
	cursor: help;
}

.move {
	cursor: move;
}

.n-resize {
	cursor: n-resize;
}

.ne-resize {
	cursor: ne-resize;
}

.nesw-resize {
	cursor: nesw-resize;
}

.ns-resize {
	cursor: ns-resize;
}

.nw-resize {
	cursor: nw-resize;
}

.nwse-resize {
	cursor: nwse-resize;
}

.no-drop {
	cursor: no-drop;
}

.none {
	cursor: none;
}

.not-allowed {
	cursor: not-allowed;
}

.pointer {
	cursor: pointer;
}

.progress {
	cursor: progress;
}

.row-resize {
	cursor: row-resize;
}

.s-resize {
	cursor: s-resize;
}

.se-resize {
	cursor: se-resize;
}

.sw-resize {
	cursor: sw-resize;
}

.text {
	cursor: text;
}

.url {
	cursor: url(myBall.cur), auto;
}

.w-resize {
	cursor: w-resize;
}

.wait {
	cursor: wait;
}

.zoom-in {
	cursor: zoom-in;
}

.zoom-out {
	cursor: zoom-out;
}

*/
.product-range-menu {
  background: #96AFC2;
  padding: 16px 0; }
  .product-range-menu > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*max-width: calc(730px + 48px) !important;*/
     }
    .product-range-menu > div > a {
      padding: 0px 8px;
      margin: 8px 0;
      line-height: 1;
      font-size: 16px;
      color: black; 
      font-weight: bolder;
      }
      
      .product-range-menu > div > a:hover {
        color: #404B52; }
      .product-range-menu > div > a:not(:last-child) {
        border-right: 1px solid #6C7E8B; }
      
     /*@media (min-width: 770px) {
        .product-range-menu > div > a:nth-child(5) {
          border: 0; } }*/

  .product-range-list > div {
    border-bottom: 2px solid #6C7E8B; 
    /* padding-top: 100pt; margin-top: -100pt; */
    }

  .product-range-list .row {
    display: flex;
    flex-flow: row wrap;
    
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #F9FCFD;
    margin-bottom: 0px;
    align-items: flex-start; 
    padding: 0px;
    
    
    }
    .product-range-list > div {
    	margin:0px;
    	padding:0px;
 
    }
 
 .product-range-list {
    	
    	padding:0px;
 
    }
  
    .product-range-list .row > div {
    	margin:0px;
    	padding:0px;
    	
    }
    @media (max-width: 1200px) {
      .product-range-list .container {
        padding-bottom: 12px; } }
    @media (max-width: 1000px) {
      .product-range-list .container {
        justify-content: center;
        text-align: center; } }
        
    .product-range-list .row > div:first-child {
      flex-grow: 0;
      flex-shrink: 0;
      
      
     /*  flex-basis: calc(99.9% * 3.9/12 - (32px - 32px * 3.9/12));
      max-width: calc(99.9% * 3.9/12 - (32px - 32px * 3.9/12));
      width: calc(99.9% * 3.9/12 - (32px - 32px * 3.9/12)); */ 
      }
      
        
    .product-range-list .row > div:first-child > p {
    	padding:0px;
    	margin:0px;
       font-size: 16px;
      }
      
      .product-range-list .row > div:last-child {
      
      align-items: left;
      justify-content: left;
      
      text-align: left;
      padding: 2px;
      
		
       }
         
      .product-range-list .row > div:last-child p {
        margin:0px;
        padding:0px 5px;
        font-size: 14px;
        color: #0A3269;
         
        }
        .product-range-list .row > div:last-child a {
        	color: #0A3269;        	
        	padding-left: 0px;
        	padding-right: 0px;
         
        }
        
      
    
.line_report{width:100%;height: 0px;
	margin:10px 0px;
	padding:0px ;
			
			border: solid 1px #fff;
			
			box-shadow:  0 0 10px  rgba(0,0,0,0.6);
			-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
 		
  }
 
    
.wsite-menu-default a{
	position: relative;
	 background-color: #0A3269;
	  border-color: #0A3269; 
	color: white !important;
}



.mfp-s-ready{
	
	padding-left: 25px;
	padding-right: 25px;
	}

	 



 .mfp-content{
	width:800px;
	height:95%;
	background-color: white;
	 overflow-x: scroll !important;
    overflow-y: scroll !important;
}

/*footer*/
.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
  
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}
/*end footer*/


.jumbotron > div > h1{
	
	font-size: 40px;
}
.jumbotron > div > p{
	
	font-size: 18px;
}
   
   
   
.CellWithComment {
	position: relative;
	border-bottom:1px solid #005E9A;
	border-left: none;
	border-right: none;
	border-top:none;
	
}

.CellComment {
	display: none;
	position: absolute;
	z-index: 100;
	background-color: white;
	/* border: 1px;
	border-style: solid;
	border-width: 1px; 
	color: #005E9A;*/
	border-color: #005E9A;
	padding: 3px;
	top: 20px;
	left: 20px;
	width:100px;
	
	border: solid 1px #fff;
			
			box-shadow:  0 0 10px  rgba(0,0,0,0.6);
			-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
}

.CellWithComment:hover span.CellComment {
	display: block;
}



#top_slide{
margin:10px 0px;
	height:130px;

}
	#top_slide .item{
	
	font-weight: bold;
	font: 12px Montserrat, sans-serif;
	vertical-align:middle;
	text-align:center;
		color:black;
		font-size: medium;
		margin:2px 30px;
		padding-top:15px;
	
		height:95%;
		
			border: solid 1px #fff;
			
			box-shadow:  0 0 10px  rgba(0,0,0,0.6);
			-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
			-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	
	}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 5px;  
  
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 5px; 
}
#top_slide .item .col-sm-4{

border-right: solid 1px rgba(0,0,0,0.2);
}


.carousel-control{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15%;
	font-size:20px;
	color:#000;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
	background-color:rgba(0,0,0,0);
	filter:alpha(opacity=50);opacity:.5
	}
	.carousel-control.left{
		background-image:none;
	}
	.carousel-control.right{background-image:none;}
	
.carousel-control:focus,.carousel-control:hover{color:#000;
	text-decoration:none;
	filter:alpha(opacity=50);
	outline:0;
	opacity:.5
	
	}
.positive{
color: green;
}	
#top_slide .item img{
vertical-align: top;
}
#top_slide .item span{
text-align:center;
font-weight: bolder;
vertical-align: bottom;
}
.negative{
color: red;
}	




table {
	font-family: arial, sans-serif;
	border: none;
	
}

th {
	text-align: left;
	padding: 8px;
}

td {
	
	text-align: left;
	padding: 8px;
}


.card{
    background-color: #FFFFFF;
    padding:0;
    margin:10px 0px;
    height:100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.card hr{
    margin:7px;
}
.card:hover{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    color:black;
}

/* Heading */
.card-title {
  text-transform: uppercase;
  font-size: 18px !important;
  line-height: 1.3;
  min-height: 2em;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* Expand border */
.card-title {
  border-bottom: 2px solid transparent;
  background-color: transparent;
}


/* Labels */
.card-winner .card-title {
  background-color: #23ddda;
  color: #111111;
   content: "WINNER";
}
.card-loser .card-title {
  background-color: #bc0a17;
  color: #ffffff;
   content: "LOSER";
}
.card-neutral .card-title {
  background-color: #525252;
  color: #ffffff;
  content: "NEUTRAL";
}

.card-winner .card-title:before {
   content: "WINNER";
}
.card-loser .card-title:before {
   content: "LOSER";
}
.card-neutral .card-title:before {
  content: "NEUTRAL";
}

.card-body p.data{
	  font-weight:bold;
	  font-size: 1em;
	 -webkit-box-shadow: 0 8px 6px -6px gray;
       -moz-box-shadow: 0 8px 6px -6px gray;
            box-shadow: 0 8px 6px -6px gray;
} 


.card-headline , .card-price-data{
padding:5px 5px 0px 5px;
  font-size: 0.9em;
  line-height: 1.3;
  min-height: 2em;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-headline {
 height: 120px;
   font-size: 1em;
}


[aria-expanded="false"] .card-winner::after {
	  
padding:10px;
border-radius:10%;
box-shadow: none;

/*content: '╲╱';*/
content:'Read More';
  background-color: #23ddda !important;
  color: #111111;
 /* text-shadow: 0 -1px 0 #111111, 0 -0.5px 0 #111111, 0 0.5px 0 #111111, 0 1px 0 #111111;*/
 
 
  
}

[aria-expanded="true"] .card-winner::after {
padding:10px;
border-radius:10%;
box-shadow: none;
width: 2rem;
  height: 2rem;
  
   /*content: '╱╲';*/
   content:'Read Less';
  background-color: #23ddda !important;
  color: #111111;
 /* text-shadow: 0 -1px 0 #111111, 0 -0.5px 0 #111111, 0 0.5px 0 #111111, 0 1px 0 #111111;*/
 
}



[aria-expanded="false"] .card-loser::after {
padding:10px;
border-radius:10%;
box-shadow: none;
width: 2rem;
  height: 2rem;
 /* content: '╲╱';*/
 content:'Read More';
 
  background-color: #bc0a17 !important;
  color: #ffffff;
  /*text-shadow: 0 -1px 0 #ffffff, 0 -0.5px 0 #ffffff, 0 0.5px 0 #ffffff, 0 1px 0 #ffffff;*/
}

[aria-expanded="true"] .card-loser::after {
padding:10px;
border-radius:10%;
box-shadow: none;
width: 2rem;
  height: 2rem;
 /* content: '╱╲';*/
 content:'Read Less';
   background-color: #bc0a17 !important;
  color: #ffffff;
  /*text-shadow: 0 -1px 0 #ffffff, 0 -0.5px 0 #ffffff, 0 0.5px 0 #ffffff, 0 1px 0 #ffffff;*/
}


/*neutral*/

[aria-expanded="false"] .card-neutral::after {
padding:10px;
border-radius:10%;
box-shadow: none;
width: 2rem;
  height: 2rem;
  /*content: '╲╱';*/
 content:'Read More';
   background-color: #525252 !important;
  color: #ffffff;
  /*text-shadow: 0 -1px 0 #ffffff, 0 -0.5px 0 #ffffff, 0 0.5px 0 #ffffff, 0 1px 0 #ffffff;*/
}

[aria-expanded="true"] .card-neutral::after {
padding:10px;
border-radius:10%;
box-shadow: none;
width: 2rem;
  height: 2rem;
  /*content: '╱╲';*/
  content:'Read Less';
 background-color: #525252 !important;
  color: #ffffff;
 /* text-shadow: 0 -1px 0 #ffffff, 0 -0.5px 0 #ffffff, 0 0.5px 0 #ffffff, 0 1px 0 #ffffff;*/
  border-bottom-color: #525252;
}
.card-winner-data,.card-loser-data{
padding: 10px;

}


[aria-expanded="true"] [data-expandable-cards-label*="win"] + * + * + * {
  border-bottom-color: #23ddda;
}
[aria-expanded="true"] [data-expandable-cards-label*="lose"] + * + * + * {
  border-bottom-color: #bc0a17;
}
[aria-expanded="true"] [data-expandable-cards-label*="neutral"] + * + * + * {
  border-bottom-color: #525252;
}



/***** Top content *****/

.top-content .inner-bg {
    padding: 60px 0 80px 0;
}

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #19b9e7; }

.top-content .form-box {
	margin-top: 70px;
}

.top-content .form-top {
	overflow: hidden;
	padding: 0 25px 0px 25px;
	background: #f3f3f3;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.top-content .form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.top-content .form-top-left h3 { margin-top: 0; }

.top-content .form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.top-content .form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.top-content .form-bottom form textarea {
	height: 100px;
}

.top-content .form-bottom form button.btn {
	width: 100%;
}

.top-content .form-bottom form .input-error {
	border-color: #19b9e7;
}

.top-content .social-login {
	margin-top: 35px;
}

.top-content .social-login-buttons {
	margin-top: 25px;
}

.top-content .middle-border {
	min-height: 300px;
	margin-top: 170px;
	border-right: 1px solid #ddd;
}




@media (max-width: 767px) {
	
	.top-content .middle-border { min-height: auto; margin: 65px 30px 0 30px; border-right: 0; border-top: 1px solid #ddd; }
	
}

@media (max-width: 415px) {
	
.top-content h1,.top-content  h2 { font-size: 32px; }

}

#watchListDataId td{
	border-bottom:1px solid #005E9A;
	border-left: none;
	border-right: none;
	border-top:none;
	
}

#watchListDataId th{
	border-bottom: 1px solid #005E9A;
	border-top: none;
	border-left: none;
	border-right: none;
	valign:middle;
	text-align:center;
	
}  
  h2{
   font-size: 20px;
   font-weight: bolder;
  
  }
  h3{
   font-size: 15px;
    font-weight: bolder;
  
  }
    .newsbites-feed {
    	background-color:white;
      	max-width: 800px;
      	padding: 40px;
      
    }
    
 .reportData   table {
 table-layout: fixed;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.reportData table td, #customers th {
	
  border: 1px solid #ddd;
  padding: 8px;
}


.reportData table tr:nth-child(even){background-color: #f2f2f2;}

.reportData table tr:hover {background-color: #ddd;}

.reportData table th ,.reportData table tr:FIRST-CHILD{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0A3269;
  color: white;
}


 .reportData   p {
   margin: 0px;
   margin-top: 5px;
}
.reportData p h3{
 font-weight: bolder;
}

.contact-list  dd{
	padding-left: 15px;
}
.footer-classic p{
	line-height:16px;
}
.procomment{
	font-size:13px;
	
}