/* CSS Document */



.trg_main_nav
{
text-transform: uppercase;
font-size: 18px;
vertical-align:-10px;
padding-right:20px;
padding-top:10px;
  font-weight: regular;
text-align: left;
background-color: #212F38;
background-image: linear-gradient(#4B5B68, #191A20);
color: #ffffff;
text-decoration:none;
z-index:100;
}

a.bluelink,  a.bluelink:active{
color:#3cb0e2; 
text-decoration:underline;
Font-size:12px;
font-style:bold;
} 

a.bluelink:hover{
color:#3cb0e2; 
text-decoration:none;
Font-size:12px;
font-style:bold;
} 


.left
{
text-align: left;
}

.right
{
    text-align: right;
}

.center {
    text-align: center;
}


#arrow-right {
  width: 0; 
  height: 0; 
  border-top: 8px  solid transparent;
  border-bottom: 8px  solid transparent;
  border-left: 8px  solid #fff;
  border: 5px solid red;
  border-radius: 50px;
  background-color: #CC0000;
}



.right_arrow {
  display: inline-block;
  width: 4em;
  height: 4em;
  border: 0.5em solid #333;
  border-radius: 50%;
  margin-left: 1.5em;
}

.right_arrow:after {
  content: '';
	display: inline-block;
  margin-top: 1.05em;
  margin-left: -0.6em;
  width: 1.4em;
  height: 1.4em;
  border-top: 0.5em solid #333;
  border-right: 0.5em solid #333;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a:hover .right_arrow:after {
  border-top: 0.5em solid #e74c3c;
  border-right: 0.5em solid #e74c3c;
}



ul{margin:0; padding:0; list-style:none;}
ul li{background:url(images/marker1.gif) top left no-repeat; background-position:0 9px; margin:0; padding-left:12px; margin-left:3px }
ul li a{color:#3cb0e2; text-decoration: underline; line-height:1.66em} 
ul li a:hover { text-decoration:none; }


i {
    border: solid #CC0000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
	
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.no-underline
{
text-decoration:none;
}

.marginright
{
margin-right:5px;
}

.marginrleft
{
margin-left:25px;
}

.marginrleft2
{
margin-left:45px;
}

.marginbottom
{
margin-bottom:15px;
}


@media (min-width:768px)
.navbar-left-trg{text-align:left!important;}

@media (min-width:576px)
.navbar-left-trg{text-align:left!important;}