/* flo */

#rt-header {
	margin-top:10px;
}

/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  background: /* url(../images/main-bg.jpg) center top no-repeat */ #ff6407;
  background: #ff6407 url(../images/fond3.jpg) repeat-x !important;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -83px;
}
#footer,
#push {
  height: 83px;
}
#body-wrapper {
  height: 100%;
}
video {
  max-width: 100%;
  height: auto;
}
#body-wrapper .avPlayerContainer {
  max-width: 100%;
}
#body-wrapper .avPlayerBlock {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#body-wrapper .avPlayerBlock iframe,
#body-wrapper .avPlayerBlock object,
#body-wrapper .avPlayerBlock embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
h2 {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 6px 0 26px;
  color: #070707;
}
#rt-bottom h2.title {
  border-bottom: 1px solid #303030;
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 3px 0 21px;
  padding: 0 0 16px;
  text-transform: uppercase;
}
h3 {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #070707;
  text-transform: none;
  font-weight: 400;
}
h3.moduleItemHeading {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  text-transform: none;
}
h3.catItemTitle {
  margin: 0;
}
/* BUTTONS */
a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore {
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0 20px;
  height: 30px;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 11px;
  line-height: 30px;
  text-transform: uppercase;
  background: url(../images/button-bg.jpg) left top repeat-x;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
button.button,
input.button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  border: none;
  padding: 0.5em 20px;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  background: url(../images/button-bg.jpg) left top repeat-x;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*Lists*/
ul.itemList li,
div.k2CategoriesListBlock ul li,
div.k2ArchivesBlock ul li,
ul.k2UserBlockActions li,
ul.userLinks li,
div.k2ArchivesBlock ul li {
  line-height: 22px;
  background: url(../images/list-icon.png) left 6px no-repeat;
  padding: 0 0 8px 12px;
  list-style: none;
}
ul.itemList li a,
div.k2CategoriesListBlock ul li a,
div.k2ArchivesBlock ul li a,
ul.k2UserBlockActions li a,
ul.userLinks li a,
div.k2ArchivesBlock ul li a {
  font-size: 12px;
  line-height: 22px;
  color: #727374;
}
ul.itemList li a:hover,
div.k2CategoriesListBlock ul li a:hover,
div.k2ArchivesBlock ul li a:hover,
ul.k2UserBlockActions li a:hover,
ul.userLinks li a:hover,
div.k2ArchivesBlock ul li a:hover {
  color: #fff;
}
ul.itemList li.lastItem,
div.k2CategoriesListBlock ul li.lastItem,
div.k2ArchivesBlock ul li.lastItem,
ul.k2UserBlockActions li.lastItem,
ul.userLinks li.lastItem,
div.k2ArchivesBlock ul li.lastItem {
  border: none;
}
#rt-bottom div.k2ArchivesBlock ul {
  position: relative;
  top: -9px;
}
#rt-bottom div.k2ArchivesBlock ul li {
  border-bottom: 1px solid #303030;
  line-height: 25px;
  background: none;
  padding: 0;
}
#rt-bottom div.k2ArchivesBlock ul li a {
  font-size: 12px;
  line-height: 25px;
  color: #727374;
}
#rt-bottom div.k2ArchivesBlock ul li a:hover {
  color: #fff;
}
#rt-bottom div.k2ArchivesBlock ul li.lastItem {
  border: none;
}
#rt-sidebar-a ul.itemList {
  margin-bottom: 0;
}
#rt-sidebar-a ul.itemList li {
  background: url("../images/list-icon.png") no-repeat scroll left 7px transparent;
}
#rt-sidebar-a ul.itemList li a {
  color: #fff;
}
#rt-sidebar-a ul.itemList li a:hover {
  color: #2cb1b9;
}
/*Links*/
a {
  text-decoration: none;
}
.catItemIntroText a {
  color: #000;
}
.catItemIntroText a:hover {
  color: #2cb1b9;
}
/*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;
}
/*Images*/
p.itemImg {
  margin-top: 0;
}
.itemImageBlock {
  float: left;
  margin: 0 20px 12px 0;
}
.itemImageBlock a {
  display: inline-block;
  vertical-align: top;
}
a.moduleItemImage i {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
a.moduleItemImage:hover i {
  border: 5px solid #2d3135;
}
.sidebarAlt a.moduleItemImage,
.team a.moduleItemImage,
.video-news a.moduleItemImage {
  position: relative;
}
.sidebarAlt a.moduleItemImage:hover i,
.team a.moduleItemImage:hover i,
.video-news a.moduleItemImage:hover i {
  border: 5px solid #fff;
}
.latest-news a.moduleItemImage {
  position: relative;
}
/*=== DRAWER POSITION ===*/
/*=== TOP POSITION ===*/
#rt-top {
  padding: 41px 0 37px;
}
#rt-login-button {
  text-align: right;
}
#rt-login-button a {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0.5em;
}
#rt-login-button a:hover {
  color: #2cb1b9;
}
/*=== HEADER POSITION ===*/
#rt-header .rt-wrap {
  background: url(../images/menu-bg.gif) left top repeat-x;
  -webkit-border-top-right-radius: 19px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 19px;
  -moz-border-radius-topright: 19px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 19px;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 19px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  top: 1px;
}
#rt-logo {
  left: -6px;
  position: relative;
  top: 19px;
}
/*=== MENU POSITION ===*/
ul.sf-menu {
  float: right;
  position: relative;
  right: -30px;
  top: 0;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
ul.sf-menu > li {
  padding: 0;
  margin: 0;
  border-left: 1px solid #000000;
}
ul.sf-menu > li.lastItem a,
ul.sf-menu > li.lastItem span {
  -webkit-border-top-right-radius: 19px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 19px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.sf-menu > li a:hover,
ul.sf-menu > li span:hover {
  background: url(../images/menu-item-act.gif) left top repeat-x;
}
ul.sf-menu li a,
ul.sf-menu li span {
  display: block;
  padding: 0 20px;
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 19px;
  line-height: 78px;
  text-transform: uppercase;
}
ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  top: 79px;
}
ul.sf-menu ul {
  width: 156px;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 157px;
  top: -0.5em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 157px;
  top: -0.5em;
}
ul.sf-menu ul {
  padding: 0.5em 0;
}
ul.sf-menu ul li a,
ul.sf-menu ul li span {
  display: inline-block;
  vertical-align: top;
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  background: url(../images/sub-menu-arrow.png) left 11px no-repeat;
  padding: 0 0 0 12px;
  margin: 0 20px;
}
ul.sf-menu ul li a:Hover,
ul.sf-menu ul li span:Hover {
  background: url(../images/sub-menu-arrow.png) left 11px no-repeat;
}
select.select-menu {
  display: none;
}
/*=== SHOWCASE POSITION ===*/
#rt-showcase {
  overflow: hidden;
}
#rt-showcase .rt-container {
  width: 1000px;
}
#rt-showcase .rt-container .rt-grid-12 {
  width: 1000px;
  margin: 0;
  overflow: hidden;
}
/*=== FEATURE POSITION ===*/
#rt-feature {
  overflow: hidden;
}
#rt-feature .rt-container {
  width: 1000px;
}
#rt-feature .rt-container .rt-grid-12 {
  width: 1000px;
  margin: 0;
  overflow: hidden;
}
#tabs ul.ui-tabs-nav {
  background: url(../images/tab-nav-bg.gif) left top repeat-x;
  padding: 10px 0 10px 10px;
}
#tabs ul.ui-tabs-nav li {
  height: 24px;
  border-right: 1px solid #282a2d;
  padding: 0 21px;
}
#tabs ul.ui-tabs-nav li.lastItem {
  border: none;
}
#tabs ul.ui-tabs-nav li a.moduleTabTitle {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #767676;
}
#tabs ul.ui-tabs-nav li a.moduleTabTitle:hover {
  color: #fff;
}
#tabs ul.ui-tabs-nav li.ui-tabs-selected a,
#tabs ul.ui-tabs-nav li.ui-state-active a {
  color: #fff;
}
#tabs div.ui-tabs-panel {
  background: url(../images/tab-bg.png) center top no-repeat;
}
#tabs div.ui-tabs-panel .tabModule {
  padding: 30px;
  background: url(../images/tab-shadow.png) left top repeat-x;
}
#tabs div.ui-tabs-panel .tabModule ul li {
  position: relative;
  margin: 0;
}
#tabs div.ui-tabs-panel .tabModule ul li a.moduleItemImage {
  display: block;
}
#tabs div.ui-tabs-panel .tabModule ul li:hover div.TabitemText .tabItemTextInner {
  padding-bottom: 55px;
  background: rgba(0, 0, 0, 0.8);
}
#tabs div.TabitemText {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 220px;
}
#tabs div.TabitemText span.moduleItemDateCreated {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  color: #797979;
}
#tabs div.TabitemText a.moduleItemTitle {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
}
#tabs div.TabitemText a.moduleItemTitle:hover {
  color: #2cb1b9;
}
#tabs div.TabitemText .tabItemTextInner {
  padding: 20px 20px 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/*=== UTILITY POSITION ===*/
/*=== MAINTOP POSITION ===*/
#rt-maintop .rt-omega > .sidebarAlt,
#rt-maintop .rt-alpha > .sidebarAlt {
  background: url(../images/sidebar-bg.png) center top no-repeat #000000;
  margin: -23px -30px 0 -22px;
  padding: 22px 30px 6px 21px;
  border-top: 1px solid #272727;
  position: relative;
  top: 1px;
}
#rt-maintop .rt-omega > .sidebarAlt .module-title h2.title,
#rt-maintop .rt-alpha > .sidebarAlt .module-title h2.title {
  color: #fff;
}
#home #rt-maintop .rt-wrap {
  background: #e7e8e8;
  position: relative;
}
#home #rt-maintop .rt-wrap .rt-omega {
  /*&:before{
					.before_after();
		 			top:0;
		 			height: 100%;
		 			background: #000;
		 			width: 270px;
		 			right: -30px;
				}*/

}
#home #rt-maintop .rt-wrap .rt-container > div {
  padding: 22px 0 0 0;
}
/*=== CONTENT ===*/
div.catItemReadMore {
  padding: 2px 1px;
}
#rt-main .rt-wrap {
 /* background: url(../images/content-bg.png) left top repeat; */
 background:#FFFFFF;
}
#rt-content-top {
  overflow: hidden;
  margin: 0 20px 18px 0;
  border-bottom: 1px solid #c7c7c7;
}
#rt-content-top a.moduleItemImage {
  float: left;
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: top;
}
div.catItemImageBlock {
  float: left;
  margin: 0 20px 0 0;
}
div.catItemImageBlock a {
  display: inline-block;
  vertical-align: top;
}

.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
.K2ItemsRow {
  margin: 0 -10px;
}
#rt-main.mb9-sa3 #rt-mainbody {
  margin: 0 20px 0 0 ;
}
#rt-main .rt-containerInner > div {
  padding: 22px 0 0 0;
}
#rt-content-bottom {
  overflow: hidden;
  margin: 0 20px 0 0;
  border-top: 1px solid #c7c7c7;
  padding: 8px 0 0;
}
#rt-content-top h3.moduleItemHeading,
#rt-content-bottom h3.moduleItemHeading {
  color: #070707;
  margin: 0;
  line-height: 18px;
}
#rt-content-top h3.moduleItemHeading a,
#rt-content-bottom h3.moduleItemHeading a {
  color: #070707;
}
#rt-content-top h3.moduleItemHeading a:hover,
#rt-content-bottom h3.moduleItemHeading a:hover {
  color: #2cb1b9;
}
#rt-content-top .k2ItemsBlock ul,
#rt-content-bottom .k2ItemsBlock ul {
  margin-bottom: 0;
}
#rt-content-top {
  padding: 0 0 4px 0;
}
#rt-content-top .k2ItemsBlock ul li {
  margin: 0;
}
#rt-sidebar-a,
#rt-sidebar-b,
#rt-sidebar-c {
  background: url(../images/sidebar-bg.png) center top no-repeat #000000;
  margin: -23px -30px 0 -22px;
  padding: 22px 30px 6px 21px;
}
#rt-sidebar-a > div,
#rt-sidebar-b > div,
#rt-sidebar-c > div {
  margin: 0 0 20px 0;
  padding: 0 0 13px 0;
}
#rt-sidebar-a div.module-title h2.title,
#rt-sidebar-b div.module-title h2.title,
#rt-sidebar-c div.module-title h2.title {
  color: #fff;
}
#rt-mainbody {
  padding: 0 0 22px;
}
#about #rt-mainbody {
  padding: 0;
}
#wrapper.view-itemlist.homepage #rt-mainbody {
  padding: 0;
}
#wrapper.view-itemlist.homepage #rt-main .rt-containerInner > div {
  padding: 0;
}
/*== Home Page ==*/
#home .catItemHeader .catItemDateCreated {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}
#home .catItemHeader h3.catItemTitle {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-transform: none;
  font-weight: normal;
  color: #070707;
  margin: 0;
}
#home .catItemReadMore,
#home .catItemCommentsLink {
  display: inline-block;
  vertical-align: top;
}
#home .catItemCommentsLink {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 11px;
  line-height: 30px;
  text-transform: uppercase;
}
#home .itemContainer .catItemView {
  border-bottom: 1px solid #b9baba;
  padding: 0 0 20px;
  margin: 0 20px 20px 0;
}
div.k2ItemsBlock.latest-news ul {
  margin-bottom: 20px;
}
div.k2ItemsBlock.latest-news ul li {
  border-bottom: 1px solid #b9baba;
  padding: 0 0 19px;
  margin: 0 20px 20px 0;
}
div.k2ItemsBlock.latest-news ul li a.moduleItemImage {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
div.k2ItemsBlock.latest-news ul li .moduleItemDateCreated {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}
div.k2ItemsBlock.latest-news ul li h3.moduleItemHeading {
  margin: 0;
}
div.k2ItemsBlock.latest-news ul li h3.moduleItemHeading a {
  color: #070707;
}
div.k2ItemsBlock.latest-news ul li h3.moduleItemHeading a:hover {
  color: #2cb1b9;
}
div.k2ItemsBlock.latest-news ul li a.moduleItemComments {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 12px;
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 11px;
  line-height: 30px;
  text-transform: uppercase;
}
div.k2ItemsBlock.latest-news ul li .moduleItemIntrotext p {
  margin-bottom: 17px;
  margin-top: 6px;
}
div.k2ItemsBlock.latest-news a.moduleCustomLink {
  background: url(../images/arrow-left.png) left 11px no-repeat;
  color: #000;
  position: relative;
  top: -12px;
  padding: 0 0 0 20px;
}
div.k2ItemsBlock.latest-news a.moduleCustomLink:hover {
  color: #2cb1b9;
}
.rt-container > div > div {
  position: relative;
}
div.k2ItemsBlock.popular ul,
div.k2ItemsBlock.team ul {
  margin-bottom: 0;
}
div.k2ItemsBlock.popular ul li,
div.k2ItemsBlock.team ul li {
  border-bottom: 1px solid #3b3b3b;
  padding: 0 0 18px;
  margin: 0 0px 18px 0;
}
div.k2ItemsBlock.popular ul li a.moduleItemImage,
div.k2ItemsBlock.team ul li a.moduleItemImage {
  display: block;
  float: left;
  margin: 0 13px 0 0;
}
div.k2ItemsBlock.popular ul li a.moduleItemTitle,
div.k2ItemsBlock.team ul li a.moduleItemTitle {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #f4f4f4;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
}
div.k2ItemsBlock.popular ul li a.moduleItemTitle:hover,
div.k2ItemsBlock.team ul li a.moduleItemTitle:hover {
  color: #2cb1b9;
}
div.k2ItemsBlock.popular ul li.lastItem,
div.k2ItemsBlock.team ul li.lastItem {
  margin-bottom: 4px;
  padding-bottom: 0;
  border: none;
}
div.k2ItemsBlock.popular a.moduleCustomLink,
div.k2ItemsBlock.team a.moduleCustomLink {
  background: none;
  color: #fff;
  padding: 0;
}
div.k2ItemsBlock.popular a.moduleCustomLink:hover,
div.k2ItemsBlock.team a.moduleCustomLink:hover {
  color: #2cb1b9;
}
/*== About Page ==*/
#about h3.catItemTitle {
  margin: 0;
}
div.k2ItemsBlock.team ul li {
  border-bottom: 1px solid #3B3B3B;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
/*== Videos Page ==*/
#rt-main .avVideo .avPlayerContainer {
  background: none;
  border-radius: 0;
  padding: 0;
}
#rt-main .catItemVideoBlock {
  float: left;
  margin: 0 20px 0 0;
}
div.k2ItemsBlock.video-news ul li {
  border-bottom: 1px solid #262626;
  margin: 0 0 22px;
  padding: 0 0 6px;
}
div.k2ItemsBlock.video-news ul li span.moduleItemDateCreated {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #f4f4f4;
}
div.k2ItemsBlock.video-news ul li a.moduleItemImage {
  display: block;
  vertical-align: top;
  margin: 0 0 12px 0;
}
div.k2ItemsBlock.video-news ul li.lastItem {
  border: none;
}
#videos .K2ItemsRow.K2Row-0 .itemContainer .catItemView {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 22px;
  padding-bottom: 22px;
}
/*== Portfolio Page ==*/
#port div.catItemView {
  padding: 0;
  margin-bottom: 2em;
}
#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.catItemImageBlock {
  float: none;
  margin: 0 0 1em 0;
}
#port div.itemImageBlock {
  float: left;
  margin: 0 1em 1em 0;
}
#port a.touch {
  background: #000;
  position: relative;
  display: block;
  overflow: hidden;
}
#port a.touch 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;
}
#port div.itemExtraFields {
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
}
#port div.itemExtraFields ul {
  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: 1em;
  float: right;
}
#port #isotopeOptions ul#filters,
#port #isotopeOptions ul#sort,
#port #isotopeOptions ul#sort_direction {
  display: inline-block;
  margin: 0.5em 1em 0.5em 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: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 {
  text-decoration: none;
  color: #2cb1b9;
}
#port .itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 1em;
}
#port .itemList > div {
  margin: 0 -1em;
}
/*== Blog Page ==*/
#blog .itemAuthor a,
#blog .itemDateCreated span {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
#blog .catItemCommentsLink a,
#blog .catItemAuthor a {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 11px;
  line-height: 30px;
  text-transform: uppercase;
}
#blog .catItemDateCreated,
#blog .itemDateCreated,
#blog .userItemDateCreated,
#blog .genericItemDateCreated {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 12px 0;
}
#blog .catItemCommentsLink,
#blog .catItemAuthor,
#blog .catItemReadMore,
#blog .itemAuthor,
#blog .itemDateCreated {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
}
#blog .itemContainer .catItemView {
  margin: 0 0 22px 0;
  padding: 0 0 22px 0;
  border-bottom: 1px solid #cacaca;
}
.userItemImageBlock,
.genericItemImageBlock {
  float: left;
  margin: 0 20px 0 0;
}
.userItemImageBlock a,
.genericItemImageBlock a {
  display: inline-block;
  vertical-align: top;
}
.userItemView,
.genericItemView {
  margin: 0 0 22px 0;
  padding: 0 0 22px 0;
  border-bottom: 1px solid #cacaca;
}
.genericItemIntroText,
.userItemIntrotext {
  overflow: hidden;
}
div.k2LatestCommentsBlock ul li {
  margin: 0 0 22px 0;
  padding: 0 0 22px 0;
  border-bottom: 1px solid #303030;
}
div.k2LatestCommentsBlock ul li span.lcUsername,
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}
div.k2LatestCommentsBlock ul li span.lcUsername a,
div.k2LatestCommentsBlock ul li span.lcCommentDate a {
  color: #fff;
}
div.k2LatestCommentsBlock ul li.lastItem {
  border: none;
}
/*== 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 h3:before {
  content: "Q.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}
#faqs div.catItemBody:before {
  content: "A.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 18px;
  line-height: 36px;
  text-transform: uppercase;
  color: #000;
}
#faqs .catItemView {
  margin: 0 0 22px 0;
  padding: 0 0 22px 0;
  border-bottom: 1px solid #cacaca;
}
#faqs div.catItemIntroText {
  overflow: hidden;
  padding: 6px 0 0 2px;
}
/*== Testimonials Page ==*/
#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 .catItemView {
  margin: 0 0 22px 0;
  padding: 0 0 22px 0;
  border-bottom: 1px solid #cacaca;
}
#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;
}
/*=== Team Page ==*/
#team div.catItemImageBlock {
  float: none;
  margin: 0 0 1em 0;
}
/*== Contacts Page ==*/
#contact-form-cont div.contact-form {
  margin: 0 2em 0 0;
  padding: 0 3.5em 0 0;
}
#contact-form-cont div.contact-form #contact-form textarea {
  height: 200px;
}
#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;
}
/*== Registration Page ==*/
#k2Container.k2AccountPage {
  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;
}
/*Reset / Remind */
#user-registration input.inputbox {
  width: 60%;
}
#jform_profile_aboutme {
  height: 150px;
}
/*== 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;
}
#searchForm #search-searchword {
  width: 60%;
}
dt.result-title {
  font-weight: bold;
}
/*== User Lofin ==*/
.component-content div.login {
  padding: 3em 0;
}
.component-content div.login input.inputbox {
  width: 40%;
}
/*========================================================*/
/* Forms */
fieldset {
  overflow: hidden;
}
input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  height: 30px;
  line-height: 20px;
  padding: 5px 1em;
  width: 100%;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 5px 5px 12px 0 #eaeaea inset;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 1em;
  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: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 5px 5px 12px 0 #eaeaea inset;
}
p#form-login-username {
  margin: 0;
}
/* Pagination */
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  text-align: center;
  padding: 0 1em;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  /*Replace with your custom font*/

  font-size: 11px;
  line-height: inherit;
  text-transform: uppercase;
}
div.k2Pagination li a.pagenav,
div.pagination li a.pagenav,
div.itemCommentsPagination li a.pagenav {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.k2Pagination li.num span.pagenav,
div.pagination li.num span.pagenav,
div.itemCommentsPagination li.num span.pagenav {
  color: #070707;
}
div.k2Pagination ul,
div.pagination ul,
div.itemCommentsPagination ul {
  margin: 0;
}
/* Comments */
div.itemComments {
  border-top: 1px solid #bfbfc0;
  margin-top: 22px;
}
div.itemComments ul.itemCommentsList li {
  background: #171717;
  padding: 22px 13px;
  color: #fff;
}
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.commentBody p {
  margin: 6px 0 1em;
}
div.itemComments ul.itemCommentsList li div.commentToolbar {
  margin: 0 0 0 2em;
}
div.itemComments div.userAvatar {
  float: left;
  margin: 0 2em 0 0;
}
div.itemComments div.userAvatar img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
form#comment-form textarea#commentText {
  height: 200px;
}
form#comment-form input.inputbox {
  width: 60%;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
/*=== MAINBOTTOM POSITION ===*/
/*=== BOTTOM POSITION ===*/
#rt-bottom strong {
  color: #fff;
}
#rt-bottom .rt-wrap {
  padding: 22px 0 10px;
  background: url(../images/bottom-bg.png) right top no-repeat #000000;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 19px;
  -webkit-border-bottom-left-radius: 19px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 19px;
  -moz-border-radius-bottomleft: 19px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#rt-bottom .twtr-widget .twtr-doc {
  background: none !important;
}
#rt-bottom .twtr-widget .twtr-hd {
  display: none;
}
#rt-bottom .twtr-widget .twtr-hd .twtr-widget em {
  font-size: 12px;
  line-height: 20px;
}
#rt-bottom .twtr-widget .twtr-bd .twtr-timeline {
  background: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#rt-bottom .twtr-widget .twtr-ft {
  display: none;
}
#rt-bottom .twtr-widget em,
#rt-bottom .twtr-new-results {
  font-size: 11px;
  margin-top: 6px;
  background: url(../images/twitter-icon.png) left top no-repeat;
  padding: 0 0 0 24px;
  line-height: 19px;
}
#rt-bottom .twtr-widget em a,
#rt-bottom .twtr-new-results a {
  color: #504f4f !important;
}
#rt-bottom .twtr-widget em a:hover,
#rt-bottom .twtr-new-results a:hover {
  color: #2CB1B9 !important;
}
#rt-bottom .twtr-widget .twtr-tweet {
  border-bottom: 1px solid #303030;
  overflow: hidden;
  margin-bottom: 12px;
  padding-bottom: 12px;
  background: none !important;
}
#rt-bottom .twtr-widget .twtr-tweet-wrap {
  padding: 0;
}
#rt-bottom #tweet-id-1 {
  border: none;
}
#rt-bottom a.moduleItemReadMore {
  background: none;
  line-height: 22px;
  height: 22px;
  padding: 0;
  color: #fff;
}
#rt-bottom a.moduleItemReadMore:hover {
  color: #2cb1b9;
}
/*=== FOOTER POSITION ===*/
#footer .footer-container p.copyright {
  color: #414549;
  margin: 2em 0 0 0;
}
#footer .footer-container p.copyright a {
  color: #414549;
}
#footer .footer-container p.copyright a:hover {
  color: #fff;
}
/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 13px;
  position: fixed;
  right: 13px;
  display: none;
}
a#gantry-totop {
  z-index: 999;
  background: url(../images/scroll-to-top.png) top left no-repeat;
  display: block;
  width: 51px;
  height: 51px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
}
/* 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;
  margin: 0 !important;
  padding: 0 !important;
}
/* 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 #888888;
  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 #mod-search-searchword {
  margin: 0 0.5em 1em 0;
  width: 30%;
}
div.text404 .moduletable {
  margin: 0 0 1em 0;
}
div.text404 .mod_search input.button {
  vertical-align: top;
}
/*======= 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;
}

.droite{
  background: #000;
  margin: 0px -30px 0 -22px;
  padding: 22px 30px 6px 21px;
}

.droite .title{
  color: #fff;
}

.rt-grid-9.rt-alpha{
  padding-top: 0 !important;
}

.slider_home {
background: #000 !important;
height: 300px;
width: 728px;
margin: 0 0px 10px -15px;
}

.camera_wrap .camera_pag{
  right: 40% !important;
}

.breadcrumbs {
  background: #000;
  width: 990px;
  padding: 2px 0 0 10px;
  margin-left: -30px;
}

@media only screen and (max-width: 1100px) and (min-width: 767px){
  .droite{
    margin: 0px -10px 0 -40px;
  }
  .slider_home{
    width: 542px;
    margin-left: -5px;
    height: 274px;
  }
  .slider_home .cameraSlide{
    /*margin-top: -38px;*/
    height: 261px;
  }
  .camera_wrap .camera_pag {
    bottom: 22px !important;
    right: 43% !important;
  }
  .camera_wrap img {
    max-width: none!important;
    margin-top: 0 !important;
  }
  .breadcrumbs {
    width: 758px;
    margin-left: -10px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px){
  .droite{
    margin: 0px -10px 0 -10px;
    border-bottom: 1px solid #464646;
    border-top: 1px solid #464646;
  }
  .slider_home{
    width: 415px;
    margin-left: -5px;
    height: 228px;
  }
  .slider_home .cameraSlide{
    height: 261px;
  }
  .camera_wrap .camera_pag {
    bottom: 71px !important;
  }
  .camera_wrap img {
    max-width: none!important;
    margin-top: 0 !important;
  }
  .breadcrumbs {
    width: 410px;
    margin-left: -10px;
  }
}

@media only screen and (max-width: 479px){
  .droite{
    margin: 0px -10px 0 -10px;
    border-bottom: 1px solid #464646;
    border-top: 1px solid #464646;
  }
  .slider_home{
    width: 315px;
    margin-left: -5px;
    height: 169px;
  }
  .slider_home .cameraSlide{
    height: 261px;
  }
  .camera_wrap .camera_pag {
    bottom: 121px !important;
  }
  .camera_wrap img {
    max-width: none!important;
    margin-top: 0 !important;
  }
  .breadcrumbs {
    width: 310px;
    margin-left: -10px;
  }
}