/*GENERAL STYLES*/

html body{font-family: 'Ubuntu', sans-serif;}

* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto 0;/*-152px;*/
  width:100%; overflow:hidden;
}
#footer,
#push {
  /*height: 152px;*/
}
#body-wrapper {
  height: 100%;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h1, h2, h3 
{
    font-size:18px;/*30px; */
    line-height:normal; 
    /*text-transform: capitalize; */
    color:#373a3f; 
    font-weight:bold; 
    letter-spacing: normal; 
    padding:12px 0 26px 0;
} 

h5{color:#373a3f; font-size:13px; font-weight:bold; padding:0 0 18px 0;}

p,
pre {
	padding-bottom:18px;
}
/* BUTTONS */

#rt-sidebar-a #form-login .button ,#rt-sidebar-a #k2ModuleBox96 .ubLogout {
background: #b7b7b7; /* Old browsers */
background: -moz-linear-gradient(top,  #b7b7b7 0%, #9c9c9c 50%, #848484 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(50%,#9c9c9c), color-stop(100%,#848484)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#848484',GradientType=0 ); /* IE6-9 */
}
#rt-sidebar-a #form-login .button:hover ,#rt-sidebar-a #k2ModuleBox96 .ubLogout:hover{
background: #c81b20; /* Old browsers */
background: -moz-linear-gradient(top,  #c81b20 0%, #b7171c 51%, #a41317 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c81b20), color-stop(51%,#b7171c), color-stop(100%,#a41317)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c81b20 0%,#b7171c 51%,#a41317 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c81b20 0%,#b7171c 51%,#a41317 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c81b20 0%,#b7171c 51%,#a41317 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c81b20 0%,#b7171c 51%,#a41317 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c81b20', endColorstr='#a41317',GradientType=0 ); /* IE6-9 */}

}
#rt-main .itemFullText .mod_search .button {
    color: #FFFFFF;
   background: #b7b7b7; /* Old browsers */
background: -moz-linear-gradient(top,  #b7b7b7 0%, #9c9c9c 50%, #848484 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(50%,#9c9c9c), color-stop(100%,#848484)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#848484',GradientType=0 ); /* IE6-9 */

}
#rt-main .itemFullText .mod_search .button:hover {
    color: #FFFFFF;
background: #c81b20; /* Old browsers */
background: -moz-linear-gradient(top,  #c81b20 0%, #b7171c 51%, #a41317 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c81b20), color-stop(51%,#b7171c), color-stop(100%,#a41317)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c81b20 0%,#b7171c 51%,#a41317 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c81b20 0%,#b7171c 51%,#a41317 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c81b20 0%,#b7171c 51%,#a41317 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c81b20 0%,#b7171c 51%,#a41317 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c81b20', endColorstr='#a41317',GradientType=0 ); /* IE6-9 */}


a{ text-decoration:none;transition: all 0.5s;   -webkit-transition: all 0.5s; /* Safari and Chrome */   -moz-transition: all 0.5s; /* Firefox 4 */   -o-transition: all 0.5s; /* Opera */}

a.moduleItemReadMore, a.k2ReadMore, a.moduleCustomLink {
    color: #FFFFFF;
   background: #b7b7b7; /* Old browsers */
background: -moz-linear-gradient(top,  #b7b7b7 0%, #9c9c9c 50%, #848484 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(50%,#9c9c9c), color-stop(100%,#848484)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#848484',GradientType=0 ); /* IE6-9 */

}
a.moduleItemReadMore:hover, a.k2ReadMore:hover, a.moduleCustomLink:hover {
    color: #333;
background: #08e8de; /* Old browsers */
/*background: -moz-linear-gradient(top,  #5a80c1 0%,#335ca0 52%,#274d8d 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a80c1), color-stop(52%,#335ca0), color-stop(100%,#274d8d)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #5a80c1 0%,#335ca0 52%,#274d8d 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #5a80c1 0%,#335ca0 52%,#274d8d 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #5a80c1 0%,#335ca0 52%,#274d8d 100%); /* IE10+ */
/*background: linear-gradient(to bottom, #5a80c1 0%,#335ca0 52%,#274d8d 100%) /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a80c1', endColorstr='#274d8d',GradientType=0 ); /* IE6-9 */

}
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore,
button.button,
input.button {
  display: inline-block;
  border: none;
  padding:12px 14px 14px;
  font-size:16px; line-height:19px; font-weight:bold; text-transform:uppercase;
  text-decoration: none;
  transition: all 0.5s;   -webkit-transition: all 0.5s; /* Safari and Chrome */   -moz-transition: all 0.5s; /* Firefox 4 */   -o-transition: all 0.5s; /* Opera */
}
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore {
}
button.button,
input.button {font-family: 'Ubuntu', sans-serif;
}
/*Lists*/

li{ list-style-type:none;}

ul.itemList li,
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li,
ul.k2UserBlockActions li,
ul.userLinks li,
form#form-login ul li,
ul.menu-list li {
  overflow: hidden;
}
ul.itemList li a,
div.k2CategoriesListBlock ul li a,
div.k2ArchivesBlock ul li a,
ul.k2UserBlockActions li a,
ul.userLinks li a,
form#form-login ul li a,
ul.menu-list li a {
  float: left;
}
ul.k2UserBlockActions {
  margin: 1em 0;
}
ul.userLinks,
form#form-login ul {
  margin: 1em 0 0;
}
/*Columns*/
.cols ul {
  margin: 0 -10px;
  overflow: hidden;
}
.cols ul li {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
.cols.four ul li {
  width: 240px;
}
.cols.three ul li {
  width: 320px;
}
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/

#rt-top { padding:31px 0 8px 0}
#rt-top .mod_search { float:right; padding-top:20px;}
#rt-top .mod_search #mod-search-searchword{ float:left; border:1px solid #3b3b3b; -webkit-box-shadow: inset 3px 3px 3px 0px rgba(39, 39, 39, 0.3);
        
        box-shadow: inset 3px 3px 3px 0px rgba(39, 39, 39, 0.3); background:#303030; width:176px; height:28px; margin-right:2px; font-family: 'Ubuntu', sans-serif; color:#9c9fa3; line-height:16px; padding:6px 10px;}
#rt-top .mod_search input.button{ float:left; padding:6px 13px 7px 13px  ; font:12px Arial, Helvetica, sans-serif; color:#fff; font-weight: normal; background: #c81b20; /* Old browsers */
background: -moz-linear-gradient(top,  #c81b20 0%, #b6171c 51%, #a51317 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c81b20), color-stop(51%,#b6171c), color-stop(100%,#a51317)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c81b20 0%,#b6171c 51%,#a51317 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c81b20 0%,#b6171c 51%,#a51317 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c81b20 0%,#b6171c 51%,#a51317 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c81b20 0%,#b6171c 51%,#a51317 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c81b20', endColorstr='#a51317',GradientType=0 ); /* IE6-9 */
 line-height:16px; text-transform:none;}
#rt-top .mod_search input.button:hover{ background:#373a3f}

/*=== HEADER POSITION ===*/
/*=== MENU POSITION ===*/
.sf-menu > li:nth-child(1) > a:hover, 
.sf-menu > li:nth-child(1) > a:active, 
.sf-menu > li:nth-child(1).sfHover > a, 
.sf-menu > li:nth-child(1).sfHover > span, 
.sf-menu > li:nth-child(1):hover > span, 
.sf-menu > li:nth-child(1).current > a, 
.sf-menu > li:nth-child(1).current > span, 
.sf-menu > li:nth-child(1).active > a, 
.sf-menu > li:nth-child(1).active > span
{
    background: #5ebd3e; /* Old browsers */
/*background: -moz-linear-gradient(top,  #5a80c1 0%,#335ca0 52%,#274d8d 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a80c1), color-stop(52%,#335ca0), color-stop(100%,#274d8d)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #5a80c1 0%,#335ca0 52%,#274d8d 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #5a80c1 0%,#335ca0 52%,#274d8d 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #5a80c1 0%,#335ca0 52%,#274d8d 100%); /* IE10+ */
/*background: linear-gradient(to bottom, #5a80c1 0%,#335ca0 52%,#274d8d 100%) /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a80c1', endColorstr='#274d8d',GradientType=0 ); /* IE6-9 */

}
.sf-menu > li:nth-child(2) > a:hover, 
.sf-menu > li:nth-child(2) > a:active, 
.sf-menu > li:nth-child(2).sfHover > a, 
.sf-menu > li:nth-child(2).sfHover > span, 
.sf-menu > li:nth-child(2):hover > span, 
.sf-menu > li:nth-child(2).current > a, 
.sf-menu > li:nth-child(2).current > span, 
.sf-menu > li:nth-child(2).active > a, 
.sf-menu > li:nth-child(2).active > span
{
    background: #ffb900; 
}
.sf-menu > li:nth-child(3) > a:hover, 
.sf-menu > li:nth-child(3) > a:active, 
.sf-menu > li:nth-child(3).sfHover > a, 
.sf-menu > li:nth-child(3).sfHover > span, 
.sf-menu > li:nth-child(3):hover > span, 
.sf-menu > li:nth-child(3).current > a, 
.sf-menu > li:nth-child(3).current > span, 
.sf-menu > li:nth-child(3).active > a, 
.sf-menu > li:nth-child(3).active > span
{
    background: #f78200; 
}
.sf-menu > li:nth-child(4) > a:hover, 
.sf-menu > li:nth-child(4) > a:active, 
.sf-menu > li:nth-child(4).sfHover > a, 
.sf-menu > li:nth-child(4).sfHover > span, 
.sf-menu > li:nth-child(4):hover > span, 
.sf-menu > li:nth-child(4).current > a, 
.sf-menu > li:nth-child(4).current > span, 
.sf-menu > li:nth-child(4).active > a, 
.sf-menu > li:nth-child(4).active > span
{
    background: #e23838; 
}
.sf-menu > li:nth-child(5) > a:hover, 
.sf-menu > li:nth-child(5) > a:active, 
.sf-menu > li:nth-child(5).sfHover > a, 
.sf-menu > li:nth-child(5).sfHover > span, 
.sf-menu > li:nth-child(5):hover > span, 
.sf-menu > li:nth-child(5).current > a, 
.sf-menu > li:nth-child(5).current > span, 
.sf-menu > li:nth-child(5).active > a, 
.sf-menu > li:nth-child(5).active > span
{
    background: #973999; 
}
.sf-menu ul {
   background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 49%, #d9d9d9 85%, #d6d6d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#eaeaea), color-stop(85%,#d9d9d9), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 49%,#d9d9d9 85%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 49%,#d9d9d9 85%,#d6d6d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 49%,#d9d9d9 85%,#d6d6d6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 49%,#d9d9d9 85%,#d6d6d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

}
ul.sf-menu {
  position: relative;
  height:78px;
  background:url(../images/bg_menu.gif) 0 0 repeat-x #efebed;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}

ul.sf-menu > li{ width:20%; float:left; background:url(../images/menu_line.gif) right 0 no-repeat}
ul.sf-menu > .lastItem, ul.sf-menu > .firstItem{ width:20%;/*16%;*/}
ul.sf-menu > .lastItem{ float:right; background:none;}

ul.sf-menu > li > a,
ul.sf-menu > li > span.separator {
  display: block;
  text-decoration: none;
  text-align:center;
  font-size:20px;/*14px;*/ text-transform:uppercase; line-height:78px; text-shadow:1px 1px 1px rgba(0,0,0,.3);
}
ul.sf-menu > li.parent > a span{ background: url(../images/menu_marker.gif) center 56px no-repeat; display:block}

ul.sf-menu > li.parent:hover > a span,
ul.sf-menu > li.parent.sfHover > a span,
ul.sf-menu > li.parent.active > a span,
ul.sf-menu > li.parent.current > a span{ background:url(../images/menu_marker_active.gif) center 56px no-repeat}

ul.sf-menu > li {
  padding: 0;
}
ul.sf-menu > li:hover > ul,
ul.sf-menu > li.sfHover > ul {
  top:88px;
}
ul.sf-menu > li:hover > ul li a,
ul.sf-menu > li.sfHover > ul li a,
ul.sf-menu > li:hover > ul li span.separator,
ul.sf-menu > li.sfHover > ul li span.separator {
}
ul.sf-menu ul {
  width: 138px; padding:16px 0;
}
ul.sf-menu ul li{ padding:0 25px;}

ul.sf-menu ul a{ color:#373a3f !important;}
ul.sf-menu ul > li > a:hover span,
ul.sf-menu ul > li.sfHover > a span,
ul.sf-menu ul > li.active > a span,
ul.sf-menu ul > li.current > a span{ color:#e38639 !important}

ul.sf-menu ul ul{ background:#222222}
ul.sf-menu ul ul a{ color:white!important;}
ul.sf-menu ul ul > li > a:hover span,
ul.sf-menu ul ul > li.sfHover > a span,
ul.sf-menu ul ul > li.active > a span,
ul.sf-menu ul ul > li.current > a span{ color:#e38639 !important}


ul.sf-menu ul li{
  font:10px Arial, Helvetica, sans-serif; text-transform:uppercase;
  line-height: 34px;}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 138px;
  top: -0.5em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 138px;
  top: -0.5em;
}

ul.sf-menu ul li a,
ul.sf-menu ul li span.separator { display:inline
}
select.select-menu {
  display: none;
  margin: 0px 0px 0px;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  overflow: hidden; padding-bottom:29px;
}
/*=== FEATURE POSITION ===*/

#rt-feature .rt-container{ padding-bottom:34px; position:relative;}
#rt-feature .rt-container:after{ content:""; position:absolute; left:10px; right:10px; bottom:0; height:1px; background:url(../images/line_hor1.gif) 0 0 repeat-x}

/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
/*=== CONTENT ===*/

.cont{ padding-top:37px; padding-bottom:57px;}

.blocks h2{ padding:11px 0 18px 0}
.blocks h2 span{ display:block; color:#e38639; font-size:19px; font-weight:normal; line-height:26px;}
.blocks .rt-block{ background:url(../images/line_vert1.gif) right 0 repeat-y; padding-bottom:14px;}
.blocks.no_line .rt-block{ background:none;}

.list1 li{ padding-left:25px; background:url(../images/marker1.png) 0 6px no-repeat; padding-bottom:6px; background-size: 18px; margin-bottom: 5px;}
ul.list1{ padding-bottom:18px;}

.cont .welcome .rt-block{ padding-right:80px; padding-bottom:0}
.welcome h2{ font-size:89px; line-height:90px; font-weight:bold; text-transform:none; letter-spacing:-6px; padding:0 0 11px 0}
.welcome h4{ font-size:26px; font-weight:normal; line-height:40px; text-transform:uppercase; color:#3e3d3c; letter-spacing:-1px; padding:0 0 15px 0}
.welcome h4 span{ font-size:38px; color:#1ab7ec; font-weight:bold; letter-spacing:-2px;}
.welcome .moduleItemReadMore{ font:12px Arial, Helvetica, sans-serif; line-height:16px; padding:10px 15px 8px; margin-top:12px;}

.offers h2{ padding-bottom:24px}
.cont .offers .rt-block{ padding-left:80px; border-left:1px solid #dfdfdf; padding-bottom:0}
.offers li{ position:relative; padding-bottom:19px;}
.offers h3{ font-size:20px; line-height:24px; padding:0 100px 13px 52px;}
#itemListLeading .itemContainer .catItemHeader h3{padding: 0 40px 13px 52px !important;}
.offers h3 a{ color:#fe5000;}
.offers h3 a:hover{ color:#373a3f;}
.offers img{ position:absolute; top:6px; left:0}
.offers p{ padding-bottom:0}
.link1{ color:#fe5000; text-transform:uppercase; text-decoration:underline; font-size:12px;}
.link1:hover{ color:#373a3f}
.offers .moduleCustomLink{font:12px Arial, Helvetica, sans-serif; line-height:16px; padding:10px 15px 8px; margin-top:6px;}

#offers .offers .rt-block{ padding-left:0px; border-left: none;}
#offers .catItemView{ position:relative;}
#offers .offers p{ padding-bottom:18px;}

.dropcap li{ position:relative;}
.dropcap h3{ padding:0 0 11px 52px; font-size:20px; line-height:24px; min-height:48px;}
.dropcap h3 a{ color:#e38639}
.dropcap h3 a:hover{ color:#373a3f}
span.dropcap{ position:absolute; top:4px; left:0; width:30px; height:30px; background:url(../images/bg_dropcap.png) 0 0 no-repeat; text-align:center; font-size:14px; color:#fff; font-weight: bold; line-height:28px;}

.mb8-sa4 .rt-container{ background:url(../images/line_vert2.gif) 570px 0 repeat-y;}
.mb8-sa4 .rt-grid-8 .rt-block{ padding-right:160px}
.mb8-sa4 .rt-grid-8, .mb8-sa4 .rt-grid-4{ margin-bottom:-40px; overflow:hidden;}

.view-search .mb8-sa4 .rt-container{ background:none}

.cont .rt-block{ padding-bottom:40px;}

.catItemImageBlock, .itemImageBlock, .userItemImageBlock, .genericItemImageBlock, .tagItemImageBlock{ float:left; margin-right:20px; margin-bottom:20px; position:relative; max-width:100%; overflow:hidden;}
.moduleItemImage strong, .catItemImageBlock strong, .itemImageBlock strong, .userItemImageBlock strong, .genericItemImageBlock strong, .tagItemImageBlock strong{ position:absolute; top:0; left:0; bottom:0; right:0; border:0px solid #fff; opacity:0.5;filter: alpha(opacity = 50);transition: all 0.5s;   -webkit-transition: all 0.5s; /* Safari and Chrome */   -moz-transition: all 0.5s; /* Firefox 4 */   -o-transition: all 0.5s; /* Opera */}
.moduleItemImage:hover strong, .catItemImageBlock a:hover strong, .itemImageBlock a:hover strong, .userItemImageBlock a:hover strong, .genericItemImageBlock a:hover strong, .tagItemImageBlock a:hover strong{ border-width:5px;}

.catItemImageBlock a, .itemImageBlock a, .userItemImageBlock a, .genericItemImageBlock a, .tagItemImageBlock a{ display:block}

#rt-mainbottom .rt-container{ padding-top:30px; position:relative; margin-top:34px;}
#rt-mainbottom .rt-container:before{ content:""; position:absolute; left:10px; right:10px; top:0; height:1px; background:url(../images/line_hor1.gif) 0 0 repeat-x;}

.team > ul{ margin:0 -10px; overflow:hidden}
.team > ul > li{ float:left; margin:0 10px; width:220px;}
.team .catItemImageBlock{ margin-right:0}

#team h3{ padding-top:0}

.services .catItemView{ background:#e6e6e6; padding:20px;}
.services .catItemImageBlock{ margin-right:0}
.services .itemContainer{ margin-bottom:20px;}
.services .cont .rt-block{ padding-bottom:0}
.services .catItemView p{ padding-bottom:0}

.posts .moduleItemDateCreated{font-size: 18px; color: #e38639; text-transform: uppercase; font-weight: bold; padding: 0 0 13px 0; display: block; line-height: 16px;}
.posts li{ padding-bottom:20px;}

.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
.K2ItemsRow {
  margin: 0 -10px;
}
.columns-fluid {
  margin: 0 -10px;
}
.columns-fluid li {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
/*== Portfolio Page ==*/
a.touch,
a.modal.img {
  position: relative;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
a.touch span.zoom-icon,
a.modal.img span.zoom-icon,
a.touch span.zoomIcon,
a.modal.img span.zoomIcon {
  background: url("../images/zoom.png") no-repeat scroll 0 0 transparent;
  height: 36px;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  top: -50%;
  width: 36px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
#port .catItemView{ padding-bottom:30px !important;}
#port div.catItemView {
  padding: 0;
}
#port div.catItemView div.catItemHeader span.catItemDateCreated,
#port div.catItemView div.catItemHeader div.catItemHitsBlock {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0.5em 0 0;
}
#port div.itemImageBlock {
  float: left;
  margin: 0 20px 20px 0;
}
#port div.itemExtraFields {
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
  padding: 1.5em 0;
  margin-bottom: 1.5em;
}
#port div.itemExtraFields ul li {
  list-style: none;
}
#port div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#port div.extraFieldsIntroText {
  overflow: hidden;
}
#port div.itemContainer.itemContainerLast {
  margin-right: 0 !important;
}
#port #isotopeOptions {
  overflow: hidden;
  margin-bottom: 2em;
}
#port #isotopeOptions ul#filters,
#port #isotopeOptions ul#sort,
#port #isotopeOptions ul#sort_direction {
  display: inline-block;
  margin: 0 1em 0 0 ;
}
#port #isotopeOptions ul#filters li,
#port #isotopeOptions ul#sort li,
#port #isotopeOptions ul#sort_direction li {
  display: inline-block;
  margin: 0 0 0 0.5em;
}
#port #isotopeOptions ul#filters li a,
#port #isotopeOptions ul#sort li a,
#port #isotopeOptions ul#sort_direction li a {
}
#port #isotopeOptions ul#filters li a:hover,
#port #isotopeOptions ul#sort li a:hover,
#port #isotopeOptions ul#sort_direction li a:hover,
#port #isotopeOptions ul#filters li a.selected,
#port #isotopeOptions ul#sort li a.selected,
#port #isotopeOptions ul#sort_direction li a.selected {
  color:#e38639;
}
#port .catItemImageBlock{ margin-right:0}
#port .itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
#port .itemList > div {
  margin: 0 -10px;
}
#isotopeContainer.columns_1 .catItemImageBlock {
  float: left;
  margin: 0 2em 0em 0;
}
/*== Blog Page ==*/
.blog div.userItemImageBlock,
.blog div.catItemImageBlock {
}
.blog div.itemImageBlock {
}

#blog .itemImageBlock{ margin-right:0}

#blog .catItemHeader, #blog .userItemHeader, #blog .itemHeader{ padding-bottom:14px;}
#blog .catItemDateCreated, #blog .userItemDateCreated, #blog .itemDateCreated{ padding-left:20px; background: url(../images/icon-1.png) 0 3px no-repeat; margin-right:14px;}
#blog .catItemAuthor, #blog .itemAuthor{ padding-left:20px; background: url(../images/icon-2.png) 0 3px no-repeat; margin-right:14px;}
#blog .catItemCommentsLink, #blog .userItemCommentsLink, #blog .itemCommentsLink{ padding-left:20px; background: url(../images/icon-3.png) 0 3px no-repeat;}
#blog .catItemBody{ background:url(../images/line_hor1.gif) 0 bottom repeat-x; margin-bottom:20px; overflow:hidden;}
#blog .catItemReadMore, #blog .userItemReadMore{ margin-bottom:20px;}
#blog .userItemView{ margin-bottom:20px; overflow:hidden;}

/*== History Page ==*/
#history div.catItemHeader {
  float: left;
  margin: 0 1em 0 0;
}
#history div.catItemHeader h3.catItemTitle {
  margin: 0;
}
#history div.catItemHeader span.catItemEditLink {
  float: none;
}
#history div.catItemBody {
  overflow: hidden;
  padding: 0 2em 0 0;
}
#history div.catItemBody div.catItemIntroText p {
  margin: 0;
}
#history .K2ItemsRow .itemContainer {
  margin: 0 0 2em 0;
}
/*== FAQs Page ==*/
#faqs div.catItemHeader {
  padding: 0;
}
#faqs div.catItemHeader h3 {
  margin: 0; font-size:16px; line-height:18px; letter-spacing:0
}
#faqs div.catItemHeader h3:before {
  content: "Q.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}
#faqs .catItemView{ padding-bottom:30px;}
#faqs div.catItemBody:before {
  content: "A.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}
/*== Testimonials Page ==*/
#testimonials .catItemView{ padding-bottom:30px;}
#testimonials div.catItemIntroText:before {
  background: url(../images/quotes.png) left top no-repeat;
  content: ".";
  text-indent: -999em;
  display: block;
  float: left;
  margin: 0 0.5em 0.5em 0;
  width: 66px;
  height: 45px;
}
#testimonials div.catItemIntroText p:after {
  content: '"';
}
#testimonials div.itemExtraFields > h3 {
  display: none;
}
#testimonials div.itemExtraFields ul {
  float: right;
  list-style: none;
}
#testimonials div.itemExtraFields ul li {
  font-style: italic;
}
#testimonials div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#testimonials div.catItemExtraFields {
  float: right;
}
#testimonials div.catItemExtraFields ul {
  list-style: none;
}
#testimonials div.catItemExtraFields ul li {
  font-style: italic;
}
#testimonials div.catItemExtraFields ul li.author {
  font-weight: bold;
}
/*== Contacts Page ==*/
div.itemCommentsForm form input#submitCommentButton, input[type="submit"], button.button {
    color: #FFFFFF;
background: #b7b7b7; /* Old browsers */
background: -moz-linear-gradient(top,  #b7b7b7 0%, #9c9c9c 50%, #848484 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(50%,#9c9c9c), color-stop(100%,#848484)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b7b7b7 0%,#9c9c9c 50%,#848484 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#848484',GradientType=0 ); /* IE6-9 */
}

div.itemCommentsForm form input#submitCommentButton:hover, input[type="submit"], button.button:hover {
    color: #FFFFFF;
  background: #c81b20; /* Old browsers */
background: -moz-linear-gradient(top,  #c81b20 0%, #b7171c 51%, #a41317 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c81b20), color-stop(51%,#b7171c), color-stop(100%,#a41317)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c81b20 0%,#b7171c 51%,#a41317 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c81b20 0%,#b7171c 51%,#a41317 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c81b20 0%,#b7171c 51%,#a41317 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c81b20 0%,#b7171c 51%,#a41317 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c81b20', endColorstr='#a41317',GradientType=0 ); /* IE6-9 */}


#contact-form-cont div.contact-form {
  margin: 0 2em 0 0;
  padding: 0 0 0 3.5em;
}
#contact-form-cont div.contact-form #contact-form textarea {
  height: 200px;
  resize: none;
  width: 100%;
}
#contact-form-cont div.contact-form #contact-form dl {
  margin: 0;
}
#contact-form-cont div.contact-form #contact-form fieldset legend {
  display: inline-block;
  padding: 0 0 1em 0;
}
.map-wrapper {
  margin-bottom: 20px;
}
/*== Registration Page ==*/
#k2Container.k2AccountPage {
  padding-top: 2em;
  margin: 0 0 2em 0;
}
#k2Container.k2AccountPage input.inputbox,
#k2Container.k2AccountPage input[type="text"],
#k2Container.k2AccountPage textarea#jform_profile_aboutme,
#k2Container.k2AccountPage select {
  width: 60%;
}
#k2Container.k2AccountPage textarea#description {
  resize: none;
  overflow: auto;
}
#k2Container.k2AccountPage textarea#jform_profile_aboutme {
  height: 150px;
}
/*Reset / Remind */
#user-registration input.inputbox {
  width: 60%;
}
/*== User Profile ==*/
div.profile dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
ul.userLinks {
  list-style: none;
}
/*== Search Page ==*/
div.component-content > div.search {
  margin: 0 0 2em 0;
}
div.component-content > div.search #searchForm fieldset legend {
  margin: 0 0 1em 0;
  font-weight: bold;
}
div.component-content > div.search #searchForm fieldset > div {
  margin: 0 0 1em 0;
}
div.component-content > div.search #searchForm div.form-limit-and-counter {
  margin: 1em 0;
  padding: 1em 0;
}
div.component-content > div.search #searchForm div.form-limit-and-counter p.counter {
  line-height: 34px;
}
div.component-content > div.search #searchForm div.phrases-box label,
div.component-content > div.search #searchForm fieldset.only label {
  display: inline-block;
  margin: 0 1em 0 0;
  line-height: inherit;
}
div.component-content > div.search .componentheading {
  margin: 0 0 2em 0;
}
fieldset.word {
  margin: 0 0 2em;
}
fieldset.word label {
  display: block;
}
fieldset.word #search-searchword {
  width: 40%;
  display: block;
  margin: 0 0 1em 0;
}
/*== User Lofin ==*/
.component-content div.login {
  padding: 3em 0;
}
.component-content div.login input.inputbox {
  width: 40%;
}
/*========================================================*/
/* Forms */
input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  background:#e6e6e6;
  color:#8e8e8e; font-family: 'Ubuntu', sans-serif; line-height:17px;
  border:1px solid #d8d8d8;
  padding:6px;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  font-family: inherit;
  resize: none;
  overflow: auto;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  width: 100%;
  background:#e6e6e6;
  color:#8e8e8e;font-family: 'Ubuntu', sans-serif; line-height:17px;
  border:1px solid #d8d8d8;
  padding:6px;
}
/* Pagination */
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 6px 10px 0;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  display: inline-block;
  border: none;
  padding:12px 14px 14px;
  font-size:16px; line-height:19px; font-weight:bold; text-transform:uppercase;
}
/* Comments */
.commentAuthorName{ margin-right:20px;}
div.itemComments ul.itemCommentsList li {
  padding:20px;
  background:#e6e6e6;
}
div.itemComments ul.itemCommentsList li > img {
  margin: 0;
}
div.itemComments ul.itemCommentsList li div.commentBody div.commentToolbar span.commentLink {
  float: right;
}
div.itemComments ul.itemCommentsList li div.commentToolbar {
  margin: 0 0 0 2em;
}
div.itemComments div.userAvatar {
  float: left;
  margin: 4px 20px 0 0;
}
form#comment-form input.inputbox {
  width: 60%;
}
form#comment-form textarea#commentText {
  height: 250px;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
/*=== MAINBOTTOM POSITION ===*/
/*=== BOTTOM POSITION ===*/

#rt-bottom{ background-color:#EEEEEE;/*#e6e6e6;*/ padding:55px 0 54px 0; border-top: 1px solid #dadada;}

.finance h2{ font-size:24px; color:#fe5000; font-weight:bold; text-transform:uppercase; padding:0 0 22px 0; line-height:23px;}
.finance h2 span{ display:block}
.finance a{ /*padding:0 15px 0 17px; background:#373a3f; display:inline-block; font-size:14px; font-weight:bold; color:#fff; text-transform:uppercase; line-height:37px; border-radius:20px;*/}
.finance a span{background:url(../images/marker2.png) right 12px no-repeat; padding-right:18px; display:block;}
.finance a:hover{ /*color:#fff; background: #c81b20; /* Old browsers */
/*background: -moz-linear-gradient(top,  #c81b20 0%, #b7171c 48%, #a51317 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c81b20), color-stop(48%,#b7171c), color-stop(100%,#a51317)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #c81b20 0%,#b7171c 48%,#a51317 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #c81b20 0%,#b7171c 48%,#a51317 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #c81b20 0%,#b7171c 48%,#a51317 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #c81b20 0%,#b7171c 48%,#a51317 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c81b20', endColorstr='#a51317',GradientType=0 ); /* IE6-9 */
}

.carousel .moduleItemDateCreated{ font-size:18px; color:#e38639; text-transform:uppercase; font-weight:bold; padding:0 0 13px 0; display:block; line-height:16px;}
.carousel .moduleItemTitle{ font-size:22px; line-height:24px; color:#373a3f; font-weight:bold; text-transform:uppercase; padding:0 0 14px 0}

/*=== FOOTER POSITION ===*/

#rt-footer{ padding-top:33px;}

.smile a{ position:relative; margin-left:7px !important}
.smile span{ position:absolute; top:0; left:0; width:100%; height:100%; opacity: 0;
  filter: alpha(opacity=0);transition: all 0.5s;   -webkit-transition: all 0.5s; /* Safari and Chrome */   -moz-transition: all 0.5s; /* Firefox 4 */   -o-transition: all 0.5s; /* Opera */}
.smile a:hover span{opacity:1;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(opacity=100);}

.icon1{ background:url(../images/icon1_active.png) 0 0 no-repeat}
.icon2{ background:url(../images/icon2_active.png) 0 0 no-repeat}
.icon3{ background:url(../images/icon3_active.png) 0 0 no-repeat}
.icon4{ background:url(../images/icon4_active.png) 0 0 no-repeat}
.icon5{ background:url(../images/icon5_active.png) 0 0 no-repeat}

.copyright{ /*font:12px Arial, Helvetica, sans-serif; color:#555454; text-transform:uppercase;*/ text-align: center; line-height:28px;  padding-top: 4px;}
.copyright a{ color:#555454;}
.copyright a:hover{ color:#fe5000;}
.siteName{   background: url("../images/logo_footer.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    text-align: left;
    text-indent: -9999px;
    width: 137px;
    position: relative;
     margin-right: 2px;
    top: 2px;}

/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 13px;
  position: fixed;
  right: 13px;
  display: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
a#gantry-totop {
  z-index: 999;
  background: url(../images/scroll-to-top.png) top left no-repeat;
  display: block;
  width: 42px;
  height: 42px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
  
}
a#gantry-totop:hover {
        background-position: left bottom;
}
/* Alert boxes---------------------------------------- */
.alert-box {
  padding: 20px 20px 20px 90px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.error-box {
  border-color: #ff9999;
  color: #c31b00;
  background: url(../images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
}
.attention-box {
  border-color: #e6c555;
  color: #9e660d;
  background: url(../images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
}
.notice-box {
  border-color: #68a2cf;
  color: #2e6093;
  background: url(../images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
}
.approved-box {
  border-color: #a3c159;
  color: #5e6f33;
  background: url(../images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
}
/* Fluid Columns */
.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 79.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 2%;
  float: left;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.clr,
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* Tooltips */
#s-m-t-tooltip {
  position: absolute;
  max-width: 300px;
  padding: 4px 8px 4px 8px;
  background: #222;
  z-index: 1000;
  display: inline-block;
  /*important*/

  /*font*/

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  /*css3 rounded corners*/

  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tip-wrap {
  background: none repeat scroll 0 0 #000;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 7px;
  color: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 500px !important;
  width: auto !important;
}
.tip-title {
  font-weight: bold;
}
/*======= 404 page styling ============*/
div.img404 {
  width: 50%;
  float: left;
}
div.img404 img {
  width: 100%;
}
div.text404 {
  overflow: hidden;
}
div.text404 #mod-search-searchword {
  margin: 0 0.5em 0 0;
  width: 70%;
  padding: 14px 6px;
}
/*======= Under Construction ============*/
h1.constrSiteName {
  margin-bottom: 1em;
}
.counter_desc {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 5px 0 40px 0;
  margin: 0 0 0 30px;
}
.counter_desc div {
  width: 104px;
  margin-left: 18px;
  text-align: center;
  float: left;
}
.counter_desc div:first-child {
  margin-left: 0;
  margin-right: 23px;
}
.cntSeparator {
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  margin: 24px 0;
}
#frame {
  width: 600px;
  margin: 150px auto 0;
  padding: 0px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
}
#frame .frameInner {
  padding: 50px 36px;
}
#frame form {
  text-align: left;
}
#frame #form-login label {
  width: 10em;
  display: block;
  float: left;
  line-height: 2em;
}
#frame #form-login input.inputbox {
  height: 2em;
  line-height: 2em;
}

.contact-misc span{ float:right; margin-right:10px;}

.social-button a{transition: all 0;   -webkit-transition: all 0; /* Safari and Chrome */   -moz-transition: all 0; /* Firefox 4 */   -o-transition: all 0; /* Opera */}
/***************************************/
.map-wrapper iframe
{
    width: 100%;
    height: 350px;
}
#rt-top p
{
    text-align:right;
    font-size: 16px;
    padding-bottom: 5px;
}
.border
{
    width:100%;
    height: 1px;
    float: left;
    margin: 10px auto;
    background:#274d8d;
}
#t24
{
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}
.grid4
{
    float: left;
    margin: 1%;
    width: 31.333%;
}
.imgright
{
    float: right;
    margin: 0 0 15px 15px;
}
.bold, .rt-grid-6.rt-omega .rt-block p
{
    font-weight: bold;
}
.rt-grid-6.rt-omega .rt-block p:last-child
{
    font-weight: normal
}