/*logo size increase*/
#logo img {
width: 200% !important;
}
/* search box*/
@media (min-width:1200px) {
.search-block .mod-search__search-block {
	margin-top: -50px!important;
}
}
 
/*Center contact page*/

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #3c3c3c;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #da5800;
}
h1,
h2,
h3 {
  color: #3c3c3c;
  font: bold 18px/33px 'Asap', sans-serif;
  margin: 0 0 18px;
  text-transform: uppercase;
}
h4 {
  font: 13px/17px 'Droid Sans', sans-serif;
  color: #3c3c3c;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.text {
  color: black;
  text-transform: uppercase;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 17px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 17px;
  background: #ffffff;
  color: #606060;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-primary {
  font: bold 15px/24px 'Asap', sans-serif;
  background: #8a8a8a;
  color: #ffffff;
  text-shadow: none;
  border: none;
  padding: 0 10px 1px;
  text-transform: lowercase;
}
.btn-primary:hover {
  background: #da5800;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary.submitButton {
  float: right;
  font: bold 15px/24px 'Asap', sans-serif;
  background: #8a8a8a;
  color: #ffffff;
  text-shadow: none;
  border: none;
  padding: 0 10px 1px;
  text-transform: lowercase;
}
.btn-primary.submitButton:hover {
  background: #da5800;
  color: #ffffff;
  text-shadow: none;
}
.btn-info {
  font: bold 15px/24px 'Asap', sans-serif;
  background: #8a8a8a;
  color: #ffffff;
  text-shadow: none;
  border: none;
  padding: 0 10px 1px;
  text-transform: lowercase;
}
.btn-info:hover {
  background: #da5800;
  color: #ffffff;
  text-shadow: none;
}
#searchForm .btn.btn-primary {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 2px 10px;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.item-list,
.unstyled {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.item-list li,
.unstyled li {
  background: url(../images/template/marker.png) 0 6px no-repeat;
  list-style: none;
  padding: 0 0 9px 13px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.item-list li a,
.unstyled li a {
  text-transform: uppercase;
  color: #da5800;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.item-list li a:hover,
.unstyled li a:hover {
  color: inherit;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font-size: 13px;
  line-height: 24px;
  text-transform: none;
  color: #606060;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  padding: 0 9px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: white;
  background: #da5800;
  border-color: #da5800;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  color: white;
  background: #da5800;
  border-color: #da5800;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: white;
  background: #da5800;
  border-color: #da5800;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 24px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 10px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0px 10px 20px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding-top: 59px;
}
#header-row .row-container .container {
  border-bottom: 1px solid #e6e6e6;
}
#logo {
  display: inline-block;
  margin-bottom: 26px;
}
.search-block {
  text-align: right;
  padding: 0;
}
.search-block .mod-search__search-block {
  display: block;
}
.search-block .mod-search__search-block form {
  border: 1px solid #e9e9e9;
  background: white;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 18px 0 26px;
  position: relative;
  width: 211px;
}
.search-block .mod-search__search-block form #searchword {
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: white;
  border: none;
  height: 24px;
  padding: 0 24px 0 10px;
  width: 211px;
  line-height: 24px;
}
.search-block .mod-search__search-block form input[type="image"] {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  padding: 8px 7px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  padding: 16px 0 21px;
}
#navigation-row .row-container .container {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
}
.select-menu {
  display: none;
  margin: 0;
}
.navigation ul.sf-menu {
  display: table;
  width: 100%;
  position: relative;
  text-align: center;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu .sfHolder {
  display: block;
  position: relative;
}
.navigation ul.sf-menu > li {
  background: url(../images/template/separator.gif) 0 center no-repeat;
  display: table-cell;
  padding: 0 12px;
  margin: 0;
  float: none;
}
.navigation ul.sf-menu > li:first-child {
  background: none;
  padding-left: 0;
}
.navigation ul.sf-menu > li.lastItem {
  padding-right: 0;
}
.navigation ul.sf-menu > li.active > .sfHolder > a,
.navigation ul.sf-menu > li.sfHover > .sfHolder > a,
.navigation ul.sf-menu > li.current > .sfHolder > a,
.navigation ul.sf-menu > li.active > .sfHolder > span,
.navigation ul.sf-menu > li.sfHover > .sfHolder > span,
.navigation ul.sf-menu > li.current > .sfHolder > span {
  background: #da5800;
  color: white;
}
.navigation ul.sf-menu > li > .sfHolder > a,
.navigation ul.sf-menu > li > .sfHolder > span {
  font: bold 16px/16px 'Asap', sans-serif;
  color: #1a1a1a;
  display: block;
  text-align: center;
  padding: 13px 27px 14px;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > .sfHolder > a:hover,
.navigation ul.sf-menu > li > .sfHolder > span:hover,
.navigation ul.sf-menu > li > .sfHolder > a:active,
.navigation ul.sf-menu > li > .sfHolder > span:active,
.navigation ul.sf-menu > li > .sfHolder > a:focus,
.navigation ul.sf-menu > li > .sfHolder > span:focus {
  background: #da5800;
  color: white;
  text-decoration: none;
}
.navigation ul.sf-menu > li:hover > .sfHolder > ul,
.navigation ul.sf-menu > li.sfHover > .sfHolder > ul {
  top: 43px;
  left: 50%;
  margin-left: -75px !important;
}
.navigation ul.sf-menu > li:hover > .sfHolder > ul li,
.navigation ul.sf-menu > li.sfHover > .sfHolder > ul li {
  border-top: 1px solid #e7e7e7;
}
.navigation ul.sf-menu > li:hover > .sfHolder > ul li:first-child,
.navigation ul.sf-menu > li.sfHover > .sfHolder > ul li:first-child {
  border: none;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -7px;
  left: 135px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -7px;
  left: 135px;
}
.navigation ul.sf-menu ul {
  border: 1px solid #d5cccc;
  width: 135px;
  background: white;
  padding: 7px 0px;
  text-align: left;
}
.navigation ul.sf-menu ul li {
  border-top: 1px solid #e7e7e7;
  font-size: 13px;
  line-height: 23px;
  margin: 0;
  text-align: center;
}
.navigation ul.sf-menu ul li:first-child {
  border: none;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span.separator {
  display: block;
  padding: 0px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #606060;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span.separator:hover {
  background: none;
  color: #da5800;
}
.navigation ul.sf-menu ul li.active > .sfHolder > a,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > a,
.navigation ul.sf-menu ul li.active > .sfHolder > span.separator,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > span.separator {
  background: none;
  color: #da5800;
}
.navigation ul.sf-menu.sf-vertical {
  width: 135px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 135px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 137px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 34px;
  padding-bottom: 34px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 36px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 135px;
  top: 34px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row .row-container .camera_wrap {
  margin-top: -22px;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 39px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 30px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  color: #da5800;
  margin: 0 0 34px;
  text-transform: uppercase;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd a {
  color: #da5800;
}
.item_info_dl dd a:hover {
  color: #3c3c3c;
}
.item_info_dl dd.komento {
  float: right;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
}
#aside-right .moduletable,
#aside-left .moduletable {
  margin-bottom: 40px;
}
#aside-right .moduletable.drop,
#aside-left .moduletable.drop {
  margin-bottom: 0;
}
/*===== Home Page ======*/
.page-featured {
  text-align: center;
}
.page-featured .item_title {
  font: bold 18px/22px 'Asap', sans-serif;
}
.mod-newsflash-adv .item_published {
  color: #ef774a;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.mod-newsflash-adv.mod-newsflash-adv__news .item_title {
  margin-bottom: 10px;
}
.mod-newsflash-adv.mod-newsflash-adv__news .item_introtext {
  margin-bottom: 10px;
}
.mod-newsflash-adv.mod-newsflash-adv__projects {
  margin-bottom: 12px;
}
.mod-newsflash-adv.mod-newsflash-adv__projects .img-intro__none {
  margin: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__projects .item_content {
  background: white;
  border: 1px solid #efeded;
  border-top: none;
  padding: 22px 12px 13px;
}
.mod-newsflash-adv.mod-newsflash-adv__projects .item_content .item_introtext {
  border-bottom: 1px solid #efeded;
  padding: 0 16px 1px;
}
.mod-newsflash-adv.mod-newsflash-adv__projects .item_content .item_title {
  font: bold 17px/20px 'Asap', sans-serif;
  margin: 0 0 13px;
  text-transform: none;
}
.mod-newsflash-adv.mod-newsflash-adv__projects .item_content .readmore {
  font-size: 17px;
  padding: 0;
  margin: 8px 0 0 18px;
  background: none;
  color: #3c3c3c;
}
.mod-newsflash-adv.mod-newsflash-adv__projects .item_content .readmore:hover {
  color: #da5800;
}
.mod-newsflash-adv.mod-newsflash-adv__drop .dropcap {
  font-weight: normal;
  float: left;
  width: 64px;
  text-align: center;
  color: white;
  font-weight: bold;
  margin: 0 17px 20px 0;
  font-size: 44px;
  line-height: 64px;
  background: #da5800;
  text-transform: lowercase;
}
.mod-newsflash-adv.mod-newsflash-adv__drop .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__monials small {
  font-size: 0;
  line-height: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__monials .item_title {
  text-align: right;
  color: #da5800;
  margin: 0;
}
.moduletable.projects .moduleTitle {
  border-bottom: 1px solid #dbdbdb;
  font-size: 22px;
  margin-bottom: 40px;
  padding-bottom: 26px;
  text-align: center;
}
.item_introtext a {
  color: #606060;
  text-decoration: underline;
}
.item_introtext a:hover {
  text-decoration: none;
}
/*===== About Page ======*/
.mod-article-single .item__module {
  margin-bottom: 40px;
  overflow: hidden;
}
.mod-article-single.mod-article-single__banner .item__module {
  padding: 28px 29px 11px 48px;
  background: #da5800;
  color: #ffe506;
}
.mod-article-single.mod-article-single__banner .item__module .inner {
  float: left;
  max-width: 77%;
}
.mod-article-single.mod-article-single__banner .item__module .item-title {
  font: bold 27px/30px 'Asap', sans-serif;
  color: white;
  margin: 0 0 11px;
}
.mod-article-single.mod-article-single__banner .item__module .mod-newsflash-adv_custom-link a {
  display: inline-block;
  float: right;
  font: bold 17px/51px 'Asap', sans-serif;
  color: #3c3c3c;
  background: #ffe506;
  margin: 12px 0 0;
  padding: 0 23px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-article-single.mod-article-single__banner .item__module .mod-newsflash-adv_custom-link a:hover {
  background: white;
  color: #da5800;
}
/*===== Projects Page ======*/
.page-category__team .item,
.page-category__projects .item {
  background: white;
  border: 1px solid #efeded;
  padding: 14px 14px 20px;
}
.page-category__team .item .item_title,
.page-category__projects .item .item_title {
  font: 13px/17px 'Droid Sans', sans-serif;
  margin-bottom: 6px;
}
.page-category__team .item .item_title a,
.page-category__projects .item .item_title a {
  color: #da5800;
}
.page-category__team .item .item_title a:hover,
.page-category__projects .item .item_title a:hover {
  color: inherit;
}
.page-item__team .img-full__left,
.page-item__projects .img-full__left {
  max-width: 40%;
}
/*===== Blog Page ======*/
.page-item {
  padding-bottom: 30px;
}
.page-archive .item,
.page-item__blog .item,
.page-blog .item {
  margin-bottom: 57px;
}
.page-archive .item_published,
.page-item__blog .item_published,
.page-blog .item_published {
  float: left;
  width: 64px;
  text-align: center;
  color: white;
  padding-bottom: 15px;
  font-weight: bold;
  margin: 0 17px 20px 0;
  font-size: 17px;
  background: #da5800;
  text-transform: lowercase;
}
.page-archive .item_published span,
.page-item__blog .item_published span,
.page-blog .item_published span {
  display: block;
  padding-top: 13px;
}
.page-archive .item_title,
.page-item__blog .item_title,
.page-blog .item_title {
  color: #3c3c3c;
  font: bold 18px/20px 'Asap', sans-serif;
  margin-bottom: 21px;
  text-transform: uppercase;
}
#section-kmt a:hover {
  color: #da5800;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 17px 17px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}

small {
  font-size: 13px;
  color: #da5800;
  text-align: right;
  text-transform: uppercase;
  display: block;
}
small:before {
  content: "";
}
small:after {
  content: "";
}
/*===== Team Page ======*/
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding-top: 26px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  padding: 4px 0 20px;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: url(../images/template/footer.jpg) center 0 repeat;
}
#footer-wrapper .footer-wrapper-inner {
  background: url(../images/template/footer.jpg) center 0 repeat;
  color: #878686;
  font-size: 11px;
  padding: 67px 0 40px;
}
#footer-wrapper .footer-wrapper-inner a {
  color: #878686;
}
#footer-wrapper .footer-wrapper-inner a:hover {
  color: white;
}
#copyright {
  margin-bottom: 20px;
}
#copyright .siteName {
  font: bold italic 13px/20px 'Asap', sans-serif;
  color: #ff510b;
  text-transform: uppercase;
}
#copyright .siteName .item_title_part0 {
  font-size: 20px;
  color: white;
}
ul.footer {
  margin: 0 0 20px;
  text-align: right;
}
ul.footer li {
  list-style: none;
  display: inline;
  background: url(../images/template/fmarker.png) 0 center no-repeat;
  padding-left: 12px;
  margin-left: 6px;
  text-transform: uppercase;
}
ul.footer li:first-child {
  background: none;
  margin-left: 0;
  padding-left: 0;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 27px;
}
#jform_publish_up_img,
#jform_publish_down_img {
  padding: 4px 10px 5px;
}
/*Place Text contact details to the right of the template*/
@media (min-width:768px) {.mod-article-single .item__module {float:right !important;}}

/*Alligh Search to the right*/
@media screen and (max-device-width: 480px) { .iteid-101 .mod-article-single .item__module {
margin-bottom: 0px !important;
}.navbar-form {
margin-top: 0px !important;
margin-bottom: 5px !important;
}.mod-article-single.mod-article-single__ p {
text-align: center !important;
}}

/*center Search Box*/
@media (min-width: 768px){
.search-block .mod-search__search-block {
position: relative;
left: 100%;
}}

@media (min-width:1200px) {
.search-block .mod-search__search-block {
	margin-top: -50px!important;
}
}
