body{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #8a8f93;
}


p{
    line-height: 24px;
}

a:visited {
    color: inherit;
}

h1.site-title{
    text-align: center;
}
h1.entry-title
{
	font-size:30px !important;	
}

#grid[data-columns]::before {
    content: '3 .column.col-sm-4';
}

.grid {
    position: relative;
    list-style: none;
    text-align: center;
    margin-top: -20px;
}

.single-article{
    overflow: hidden;
    padding: 5px;
}

/* Common style */
.grid figure {
    position: relative;
    /* float: left; */
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.grid article{
    position: relative
}

div.triangle {
    position: relative;
    /*background-color: blue;*/
	background-color:#2e6da4; /* Default triangle color, blue like UTG logo */
    text-align: left;
    /* position: absolute; */
    right: -3px;
    top: 16px;
    opacity: 0.8;
    float: right;
    /*z-index: 999999;*/
	z-index: 50;
}
div.triangle:before,
div.triangle:after {
    content: '';
    position: absolute;
    background-color: inherit;
    position: absolute;
    right: 0;
    top: 0;
}
div.triangle,
div.triangle:before,
div.triangle:after {
    width: 20px;
    height: 20px;
    border-top-right-radius: 30%;
    /* position: absolute; */
}


/* triangle for Favorites on PROFILE PAGE */

div.triangleFavorite {
    position: relative;
    /*background-color: blue;*/
	background-color:#2e6da4; /* Default triangle color, blue like UTG logo */
    text-align: left;
    /* position: absolute; */
    right: -3px;
    top: 6px;
    opacity: 0.8;
    float: right;
    /*z-index: 999999;*/
	z-index: 50;
}
div.triangleFavorite:before,
div.triangleFavorite:after {
    content: '';
    position: absolute;
    background-color: inherit;
    position: absolute;
    right: 0;
    top: 0;
}
div.triangleFavorite,
div.triangleFavorite:before,
div.triangleFavorite:after {
    width: 10px;
    height: 10px;
    border-top-right-radius: 30%;
    /* position: absolute; */
}


div.triangleFavorite:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
div.triangleFavorite:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}









div.triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
div.triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

.grid spandiv.triangle{

    position: absolute;
    right: -10px;
    top: -10px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 0;
    border-color: transparent #007bff transparent transparent;
}


.grid figure img {
    position: relative;
    display: block;
    /*min-height: 100%;*/
    max-width: 100%;
}

.grid figure figcaption {
    padding: 2em;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    /*z-index: 1000;*/    
	z-index:51;
	text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 1;
}

.grid figure h2 {
    font-weight: bolder;
    position: absolute;
    bottom: 40px;
    right: 30px;
    left: 30px;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: none;
    display: none;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
    background: #000;
    opacity: 1;
	min-height:255px;
}

figure.effect-ruby img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-ruby:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #17819c;
}

figure.effect-ruby h2 {
    /* margin-top: 20%; */
    /* -webkit-transition: -webkit-transform 0.35s; */
    /* transition: transform 0.35s; */
    /* -webkit-transform: translate3d(0,20px,0); */
    /* transform: translate3d(0,20px,0); */
    font-size: 24px;
    color: #fff;
    text-align: right;
    font-weight: 100;
    background: rgba(51, 51, 51, 0.58);
    width: 100%;
    left: 0;
    padding: 20px;
    bottom: 0;
}
figure.effect-ruby h2 em {
    font-size: 10px;
    line-height: 10px;
}

figure.effect-ruby h2 em a{
    font-style: normal;
    padding-left: 3px;
    text-decoration: none;
    color: #fff;
}


figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 1em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    bottom: 0;
    height: auto;
    background: none;
    /*z-index: 2000;*/
	z-index:52;
}

figure.effect-ruby:hover a {
    background: rgba(60, 53, 53, 0.7);
}

figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    position: relative;
    display: block;
    border: none;
    padding: 0;
}


/*---------------*/
/***** Related *****/
/*---------------*/

figure.effect-related {
    background: #000;
    opacity: 1;
	/*min-height:138px;
	max-height:138px;*/
	height:138px !important;
}

figure.effect-related img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-related:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #17819c;
}

figure.effect-related h2 {
    /* margin-top: 20%; */
    /* -webkit-transition: -webkit-transform 0.35s; */
    /* transition: transform 0.35s; */
    /* -webkit-transform: translate3d(0,20px,0); */
    /* transform: translate3d(0,20px,0); */
    font-size: 8px;
    color: #fff;
    text-align: right;
    font-weight: 100;
    background: rgba(51, 51, 51, 0.58);
    width: 100%;
    left: 0;
    padding: 20px;
    bottom: 0;
}
figure.effect-related h2 em {
    font-size: 8px;
    line-height: 10px;
}

figure.effect-related h2 em a{
    font-style: normal;
    padding-left: 3px;
    text-decoration: none;
    color: #fff;
}


figure.effect-related p {
    margin: 1em 0 0;
    padding: 1em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-related:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    bottom: 0;
    height: auto;
    background: none;
    /*z-index: 2000;*/
	z-index:52;
}

figure.effect-related:hover a {
    background: rgba(60, 53, 53, 0.7);
}

figure.effect-related:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    position: relative;
    display: block;
    border: none;
    padding: 0;
}


/*---------------*/
/** UTG Videos ***/
/*---------------*/

figure.effect-utgVideos {
    background: #000;
    opacity: 1;
	min-height:210px;
}

figure.effect-utgVideos figcaption
{
	height:20% !important;
	bottom:0 !important;
	top:auto;
}

figure.effect-utgVideos figcaption:hover
{
	/*display:none;
	height:50% !important;
	bottom:0 !important;*/
}

figure.effect-utgVideos img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-utgVideos:hover img {
	
    /*opacity: 0.7;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #17819c;*/
	/*display:none;*/

}


figure.effect-utgVideos iframe {
	opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
	
	
}

.entry-footer figure.effect-utgVideos iframe {
	height:132px !important;
}

figure.effect-utgVideos div#s-share-buttons
{
	display:none !important;
}

figure.effect-utgVideos:hover iframe {
    opacity: 0.7;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #17819c;	
}

.entry-footer figure.effect-utgVideos:hover iframe {
	height:132px !important;
}


figure.effect-utgVideos h2 {
    font-size: 22px;
    color: #fff;
    text-align: right;
    font-weight: 100;
    background: rgba(51, 51, 51, 0.58);
    width: 100%;
    left: 0;
    padding: 10px;
    bottom: 0;
}
figure.effect-utgVideos h2 em {
    font-size: 10px;
    line-height: 10px;
}

figure.effect-utgVideos h2 em a{
    font-style: normal;
    padding-left: 3px;
    text-decoration: none;
    color: #fff;
}


figure.effect-utgVideos p {
    margin: 1em 0 0;
    padding: 1em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-utgVideos:hover h2 {
	
    /*-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    bottom: 0;
    height: auto;
    background: none;*/
	
	
	/*
    z-index: 2000;
	
	z-index:50;*/
	
	/*display:none;*/
}


figure.effect-utgVideos:hover a {
    /*background: rgba(60, 53, 53, 0.7);*/
	/*display:none;*/
	height:50% !important;
	top:auto;
	bottom:0 !important;
}

figure.effect-utgVideos:hover p {
    /*opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    position: relative;
    display: block;
    border: none;
    padding: 0;*/
	/*display:none;*/
}



/*---------------*/
/** UTG utgVideosRelated ***/
/*---------------*/

figure.effect-utgVideosRelated {
    background: #000;
    opacity: 1;
	min-height: 138px;
}

figure.effect-utgVideosRelated figcaption
{
	height:30% !important;
	bottom:0 !important;
	top:auto;
}

figure.effect-utgVideosRelated img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-utgVideosRelated iframe {
	opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
	
	
}

.entry-footer figure.effect-utgVideosRelated iframe {
	height:132px !important;
}

figure.effect-utgVideosRelated div#s-share-buttons
{
	display:none !important;
}

figure.effect-utgVideosRelated:hover iframe {
    opacity: 0.7;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background-color: #17819c;	
}

.entry-footer figure.effect-utgVideosRelated:hover iframe {
	height:132px !important;
}


figure.effect-utgVideosRelated h2 {
    font-size: 10px;
    color: #fff;
    text-align: right;
    font-weight: 100;
    background: rgba(51, 51, 51, 0.58);
    width: 100%;
    left: 0;
    padding: 20px;
    bottom: 0;
}
figure.effect-utgVideosRelated h2 em {
    font-size: 8px;
    line-height: 10px;
}

figure.effect-utgVideosRelated h2 em a{
    font-style: normal;
    padding-left: 3px;
    text-decoration: none;
    color: #fff;
}


figure.effect-utgVideosRelated p {
    margin: 1em 0 0;
    padding: 1em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-utgVideosRelated:hover a {
    /*background: rgba(60, 53, 53, 0.7);*/
	/*display:none;*/
	height:50% !important;
	top:auto;
	bottom:0 !important;
}



/*---------------*/
/*   Favorites   */
/*---------------*/

figure.effect-favorites {
    /*background: #000;
    opacity: 1;
	
	position: relative;
	
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    text-align: center;
    cursor: pointer;
    width: 100%;*/
}

figure.effect-favorites img {
    opacity: 1;
/*    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);*/
	max-width:100% !important;
	/*max-height:100% !important;*/
}

figure.effect-favorites:hover img {
    opacity: 0.7;
/*    -webkit-transform: scale(1.3);
    transform: scale(1.3);*/
    background-color: #17819c;
}

figure.effect-favorites h2 {
    font-size: 16px;
    color: #fff;
    text-align: right;
    font-weight: 100;
    background: rgba(51, 51, 51, 0.58);
    width: 100%;
    left: 0;
    padding: 20px;
    bottom: 0;
	margin-top:10px;
}
figure.effect-favorites h2 em {
    font-size: 14px;
    line-height: 10px;
}

figure.effect-favorites h2 a{
    font-style: normal;
    padding-left: 3px;
    text-decoration: none;
    color: #fff;
}


figure.effect-favorites p {
    /*margin: 1em 0 0;
    padding: 1em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);*/
} 

figure.effect-favorites:hover h2 {
    /*-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    bottom: 0;
    height: auto;
    background: none;
	z-index:52;*/
}

figure.effect-favorites:hover a {
    /*background: rgba(60, 53, 53, 0.7);*/
}

figure.effect-favorites:hover p {
    /*opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    position: relative;
    display: block;
    border: none;
    padding: 0;*/
}


/*---------------*/
/** UTG utgVideosFavorites ***/
/*---------------*/

figure.effect-utgVideosFavorites {
    background: #000;
    opacity: 1;
	/*min-height: 138px;*/
	
	position: relative;
    /* float: left; */
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

figure.effect-utgVideosFavorites figcaption
{
	height:30% !important;
	bottom:0 !important;
	top:auto;
}

figure.effect-utgVideosFavorites img {
 /*   opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);*/
}

figure.effect-utgVideosFavorites iframe {
/*	opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);*/
	
	
}

figure.effect-utgVideosFavorites div#s-share-buttons
{
	display:none !important;
}

figure.effect-utgVideosFavorites:hover iframe {
    opacity: 0.7;
/*    -webkit-transform: scale(1.3);
    transform: scale(1.3);*/
    background-color: #17819c;	
}

figure.effect-utgVideosFavorites h2 {
    font-size: 16px;
    color: #fff;
    text-align: right;
    font-weight: 100;
    background: rgba(51, 51, 51, 0.58);
    width: 100%;
    left: 0;
    padding: 20px;
    bottom: 0;
	margin-top:10px;
}
figure.effect-utgVideosFavorites h2 em {
    font-size: 14px;
    line-height: 10px;
}

figure.effect-utgVideosFavorites h2 em a{
    font-style: normal;
    padding-left: 3px;
    text-decoration: none;
    color: #fff;
}


figure.effect-utgVideosFavorites p {
    margin: 1em 0 0;
    padding: 1em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-utgVideosFavorites:hover a {
    /*background: rgba(60, 53, 53, 0.7);*/
	/*display:none;*/
	height:50% !important;
	top:auto;
	bottom:0 !important;
}






nav.navbar.navbar-inverse {
    background: none;
    border: none;
    padding: 0;
    margin-top: 20px;
}

form#searchform {
    margin-top: 30px;
}

.ubermenu-nav > li:nth-child(1),
.navbar-inverse > li:nth-child(1),
.navbar-collapse > li:nth-child(1)
{
    background: url('../images/blue-arrow.png') no-repeat top left;
    background-position-y: 5px; 
}
.ubermenu-nav > li:nth-child(2){
    background: url('../images/green-arrow.png') no-repeat top left;
    background-position-y: 5px; 
}
.ubermenu-nav > li:nth-child(3){
    background: url('../images/orange-arrow.png') no-repeat top left;
    background-position-y: 5px; 
}
.ubermenu-nav > li:nth-child(4){
    background: url('../images/pink-arrow.png') no-repeat top left;
    background-position-y: 5px; 
}
.ubermenu-nav > li:nth-child(5){
    background: url('../images/brown-arrow.png') no-repeat top left;
    background-position-y: 5px; 
}

.ubermenu-current-menu-item a{
    color: gray!important;
    font-weight: bold;
}

.ubermenu-current-menu-item a span{
    border-bottom: 1px solid;
}

.ubermenu .ubermenu-item-level-0:hover > a > span{
    border-bottom: 1px solid;
}

.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
    padding: 5px 40px 5px 20px!important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0 5px;
}

.hentry {
    margin: 0;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    right: 25px!important;
    top: 45%!important;
}

ul.ubermenu-submenu.ubermenu-submenu-type-stack li, ul.ubermenu-submenu.ubermenu-submenu-type-stack li a {
    display: inline;
    float: left;
    /*width: 33%!important;*/
	width: 23%!important;
    font-size: 10px!important;
    line-height: 8px!important;
}
ul.ubermenu-submenu.ubermenu-submenu-type-stack li a{
    padding: 0px!important;
    width: 100%!important;
}
.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack {
    margin-top: -5px;
    /* position: absolute; */
    padding: 0!important;
    width: 100%!important;
}

.utg-social, .utg-social-menu {
    float: right;
    margin: 16px 0 0 0;
    /* position: absolute; */
    font-size: 23px;
    color: gray!important;
    font-size: 18px;
}

div#page {
    position: relative;
}

#secondary {
    /*padding: 20px 40px;*/
	padding: 0 0;
}

.crp_related ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.crp_related ul li {
    list-style: none;
    float: left;
    display: inline-block;
    width: 20%;
}


.crp_related ul li img {
    margin-bottom: 10px;
}

a.crp_title {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    float: left;
}

img.align-left {
    padding-right: 15px;
    padding-bottom: 15px;
    float: left;
}

h1.entry-title {
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}

.entry-header strong {
    text-transform: uppercase;
    margin-bottom: 20px;
    float: left;
}

.entry-header strong a{
    color: #000000;
    float: left;
}

.entry-header .triangle {
    width: 7px;
    height: 7px;
    border-width: 0 14px 14px 0;
    float: left;
    margin-right: 10px;
    top: 3px;
}

.entry-header .triangle:after {
    width: 7px;
    height: 7px;
}

.entry-header .triangle:before {
    width: 7px;
    height: 7px;
}

h1.site-title img {
    width: 250px;
}

.entry-footer .triangle {
    width: 10px;
    height: 10px;
    border-width: 0 20px 20px 0;
    top: 7px;
}

.entry-footer .triangle:after {
    width: 10px;
    height: 10px;
}

.entry-footer .triangle:before {
    width: 10px;
    height: 10px;
}

.entry-footer .effect-ruby h2 {
    font-size: 12px;
    padding: 7px;
}

.entry-footer .effect-related h2 {
    font-size: 10px;
    padding: 7px;
}

.entry-footer .effect-utgVideosRelated h2 {
    font-size: 10px;
    padding: 7px;
}

/*.entry-footer .effect-utgVideos h2 {
    font-size: 12px;
    padding: 7px;
}*/

.entry-content img:nth-child(1) {
    max-width: 500px;
}

.entry-content p {
    text-align: justify;
}

/* PRODUCT DETAIL SECTION */
.entry-content .productDetail
{
	/*border:1px solid #2e6da4 !important;*/
	padding:10px 10px 10px 10px;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
/*	box-shadow: 0 0 3px #ccc;	*/
	color:white;
	background: rgba(51, 51, 51, 0.58);	
}

.entry-content .productDetail a,
.entry-content .productDetail a:hover,
.entry-content .productDetail a:visited
{
	color:#0D4B77;
}

#colophon{
    margin: 30px 0;
    padding-top: 15px;
    font-size: 14px;
    border-top: 1px solid #ccc;
}

div#s-share-buttons {
    margin-top: 30px;
}

#et_builder_outer_content input, #et_builder_outer_content textarea {
    border: 1px solid #ccc;
    width:  100%;
    border-radius: 7px;
}

nav.navbar.navbar-inverse.menu{
    background: white;
	z-index:60;
}
nav.navbar.navbar-inverse.menu.cloned{
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    padding-top: 10px;
	padding-bottom: 20px;
}

nav.navbar.navbar-inverse.menu.cloned .menu-principal .menu-primary{
    float: left;
	padding-left: 0px !important;
}

.utg-social-menu{
    display: none;
}

.cloned .utg-social-menu {
    display: block;
    float: right;
    /*margin: 3px 15px;*/
	margin: 0px 15px;
    position: relative;
    font-size: 18px;
}

.menu-principal {
    max-width: 1170px;
    margin: 0 auto;
}

nav.navbar.navbar-inverse.menu.cloned .menu-principal{
    background: url(../images/logo-utg.png) no-repeat left center;
    background-size: 55px;
    background-position-x: 20px;
	
	background-position-y:0px;
}

nav.navbar.navbar-inverse.menu.cloned .menu-principal .ubermenu-nav {
    float: left;
    margin-left: 95px;
}

nav.navbar.navbar-inverse.menu.cloned .menu-principal .ubermenu-nav li a {
    font-size: 14px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
	border:none !important;	
}


.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    margin-top: 10px;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
    /*margin-top: 10px;
    text-align: center;
    position: absolute;
    top: -35px;
    right: 0;*/
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    /*color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;IE7 life-saver 
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);IE7 fix
    opacity: 0.5;*/
}

.owl-controls {

	top: -120px;
	position: relative;
	z-index:10;
}


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-prev{
	
	position: relative;
	float: left;
	background: transparent url("../images/LeftButton.png") no-repeat scroll 0% 0%;
	height: 82px;
	width: 45px;
	left: -50px;
	color: transparent;
}

.owl-next {
	position: relative;
	float: right;
	background: transparent url("../images/RightButton.png") no-repeat scroll 0% 0%;
	width: 45px;
	height: 82px;
	right: -50px;
	color: transparent;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}


/* BRUNO ADD ONS */

#UTG_Search
{
	display:inline-block;
}

.utgLinkArticleCategories {
    padding-right: 5px;
    float: initial !important;
}

/* SOCIAL ICONS */

.utgFacebook img
{	
	margin: -4px 2px 0px 2px;	
}

.utgInstagram img
{
	margin: -2px 2px 0px 2px;
}

.utgPinterest img
{
	margin: -2px 2px 0px 2px;
}

.utgFacebook:hover,
.utgFacebook:focus,  
.utgInstagram:hover,
.utgInstagram:focus, 
.utgPinterest:hover,
.utgPinterest:focus
{
	text-decoration:none;
}



/*---------------*/
/** UTG FEATURED ARTICLES ***/
/*---------------*/

.utgFeaturedUL
{
	width:100%;
	margin-left:0px !important;
	padding:inherit;
}

.utgFeaturedUL li
{
	list-style: none !important;
}

figure.effect-utgFeatured {
    background: #000;
    opacity: 1;
}

figure.effect-utgFeatured img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-utgFeatured:hover img {
    opacity: 0.7;
    /*-webkit-transform: scale(1.3);*/
    /*transform: scale(1.3);*/
    background-color: #17819c;
	border-radius:15px;
}

figure.effect-utgFeatured h2 {
    /* margin-top: 20%; */
    /* -webkit-transition: -webkit-transform 0.35s; */
    /* transition: transform 0.35s; */
    /* -webkit-transform: translate3d(0,20px,0); */
    /* transform: translate3d(0,20px,0); */
    font-size: 12px;
    color: #fff;
    text-align: right;
    font-weight: 100;
    background: rgba(51, 51, 51, 0.58);
    width: 100%;
    left: 0;
    /*padding: 20px;*/
    bottom: 0;
}
figure.effect-utgFeatured h2 em {
    font-size: 10px;
    line-height: 10px;
}

figure.effect-utgFeatured h2 em a{
    font-style: normal;
    padding-left: 3px;
    text-decoration: none;
    color: #fff;
}


figure.effect-utgFeatured p {
    margin: 1em 0 0;
    padding: 1em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-utgFeatured:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    bottom: 0;
    height: auto;
    background: none;
    /*z-index: 2000;*/
	z-index:52;
}

figure.effect-utgFeatured:hover a {
    background: rgba(60, 53, 53, 0.7);
}

figure.effect-utgFeatured:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    position: relative;
    display: block;
    border: none;
    padding: 0;
}









