/*------------------*/
/*  GENERAL
/*------------------------------------------------------*/
.mainCont {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.csBanner {
  height: 300px;
}

.csBanner .overlay {
    position:relative;
    height: inherit;
}

.csBanner .overlay h3{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 30px !important;
}

.csBanner img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.licenceBanner img {
  object-fit: cover;  
}

.csBanner h3 {
  color: white;
  animation: slideUp 1s forwards;
  opacity:0;
  transform: translateY(110%);
  font-size: 2rem;
  animation-delay: .5s;
      text-shadow: 1px 1px black;
    font-weight: 900!important;
}

@keyframes slideUp {
  50% {
    opacity:.4;
  }
  100%{
    opacity:1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideUp {
  50% {
    opacity:.4;
  }
  100%{
    opacity:1;
    transform: translateY(0%);
  }
}

.mainCont .left {
  width: 600px;
  max-width: 100%;
  animation: slideRight 1.5s forwards;
    opacity:0;
  transform: translateX(-110%);
  animation-delay: 1s;
}

@keyframes slideRight {
  50% {
    opacity:.7;
  }
  100%{
    opacity:1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  50% {
    opacity:.7;
  }
  100%{
    opacity:1;
    transform: translateX(0%);
  }
}

.contentClass {
  margin-bottom: 2rem;
}

.contentClass h3 {
    box-shadow: 0px 10px 1rem #888888;
    padding: 1rem;
    background: #0b5fab;
    color: white;
}

ul.bullet {
    list-style: circle;
}

.mainCont .right h3 {
  padding: 1rem;
border-bottom: 1px solid;
color: white !important;
}

.mainCont .right p {
    padding: .5rem;
    text-align: justify;
}

.mainCont .right img {
    width: inherit;
    height: inherit;
}

.mainCont .right {
  width: 388px;
  max-width: 100%;
  background:#0a5eab;
  color: white;
  height: 580px;
  margin-left: 3rem;
    animation: slideLeft 1.5s forwards;
    animation-delay: 1s;
    opacity:0;
  transform: translateX(110%);
}

@keyframes slideLeft {
  50% {
    opacity:.7;
  }
  100%{
    opacity:1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideLeft {
  50% {
    opacity:.7;
  }
  100%{
    opacity:1;
    transform: translateX(0%);
  }
}

.mainCont .right a {
  color: white;
}

@media (max-width: 700px)
{
  .mainCont {
    flex-wrap: wrap;
  }
}

.csBanner1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background: rgba(4, 81, 253, 0.85);
}

.csBanner1 a {
  color: white;
  text-decoration: none;
  border: 1px solid;
  padding: 1rem;
  text-shadow: 1px 1px 1rem white;
}
#tabs {
    opacity:0;
    animation: fd 1.6s forwards;
     transform: translateY(110%);
}

@keyframes fd {
50%{
        opacity:.6;
    }
    100%{
        opacity: 1;
        transform: translateY(0%);
    }
}

.contact h1 {
    display: none;
}

@-webkit-keyframes  fd {
50%{
        opacity:.6;
    }
    100%{
        opacity: 1;
        transform: translateY(0%);
    }
}


#mycarouseltwo {
    animation-duration: 1s ;
     animation-fill-mode: forwards;
    opacity:0;
    overflow: hidden;
  transform: translateX(110%);
}


.testi_monials  {
    opacity: 0;
      animation-duration: 1s ;
     animation-fill-mode: forwards;
}

@keyframes fdIn{
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }    
        20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes fdIn{
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }    
        20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    100% {
        opacity:1;
    }
}



.fresh_projects {
    padding-top:0 !important;
}

.fresh_projects h2 {
    margin-top: 2rem !important;
}

.homeBanner {
    background: url(http://www.idef.gr/site/images/Banner%20Arhikis.jpg);
    background-size: cover;
    height: 300px;
    background-position: bottom;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.bnRight {
    justify-self: center;
    align-self: center;
    text-align: center;
}

.homeBanner a {
        background-color: #004482 !important;
    border: 1px solid !important;
        color: #fff;
    border-radius: 5px;
    background-color: #40d172;
    padding: 16px 27px;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #2fc061;
    /* text-transform: uppercase; */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.homeBanner h2 {
    color: white !important;
        text-shadow: 2px 2px black;
        text-align: center;
}

@media (max-width:800px) {
    #logo {
        max-height: 30px;
        margin-bottom:11px;
    }
    
    .homeBanner {
        grid-template-columns: repeat(1,1fr); 
    }
    .mainCont {
        padding: 5px !important;
    }
    .mainCont .right {
         margin-left: 0 !important;
    }
}
@media (max-width: 700px){
.mainCont .right{
height: auto !important;
}


}

@media (max-width: 1100px) {
.slotholder img {
    width: 100% !important;
}    
}

/* ----------- Logo ----------- */
#logo{
  float:left;
  
  width:100%;
  min-height: 40px;
  /*margin-top:18px;*/
  margin-top:4px;
  margin-bottom:4px;
  text-indent:-999em;
  /*background:url(../images/logo.png) no-repeat left bottom;*/
}
#logo img
{
display:block;  
}


/*------------------*/
/*  SITE STRUCTURE
/*------------------------------------------------------*/
.aidanews2_positions {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    
}

.aidanews2_art {
    border-bottom: 1px solid rgba(255,255,255,.7) !important;
}

.last {
  border-bottom: 0 !important;
}
.partnersCont > div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,.7);
}



.aidanews2_main {
    margin-right: 5px;
  clear: none !important;
}

a.aidanews2_img1 img {
    max-width: 50px;
}

.aidanews2_line {
    display: none;
}

.aidaid_84, .aidaid_85  {
padding-top: 6px;  
}

.site_wrapper {
  width: 100%;
  margin: 0 auto 0 auto;
}
.container_full {
  width: 100%;
  float: left;
  margin: auto auto auto auto;
}
.container {
  width: 1170px;
  margin: auto auto auto auto;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
  position: relative;
  margin-right:4%;
  float: left;
}
.one_full {
  width: 100%;
}
.one_half {
  width: 48%;
}
.one_third {
  width: 30.650%;
}
.one_fourth {
  width: 22%;
}
.one_fifth {
  width: 16.800%;
}
.two_third {
  width: 65.350%;
}
.three_fourth {
  width: 74%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.item-page .pagenav{
margin-top: 20px;
}

.item-page .pagenav .pagenav-prev{
float: left;
margin-right: 10px;
}

.item-page .pagenav .pagenav-next{
float: left;
margin-left: 10px;
}
/*------------------*/
/*  MENU
/*------------------------------------------------------*/

#access .menu {
  list-style: none;
  font-weight: normal;
  position: relative;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  /*text-transform: uppercase;*/
  margin-top: 35px;
}
#access .menu select {
  border: 2px solid #eee;
  padding: 10px 10px 10px 10px;
  background-color: #f9f9f9;
  color: #333;
}
#access .menu ul {
  margin: 0px;
  list-style-type: none;
  position: relative;
  text-align: left;
  z-index: 1001;
  height: 78px;
  margin: 0;
  float: right;
}
#access .menu ul li {
  position: relative;
  display: inline-block;
  padding: 0;
  z-index: 101;
  margin: 0px 0px 0px 1px;
  float: left;
}
#access .separator{
  position: relative;
  display: inline-block;
  z-index: 101;
  margin: 0px 0px 0px 0px;
  float: left;  
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  padding: 32px 10px 32px 10px;
  background-color: #004482;
}
#access .separator:hover{
  background-color: #007AB3;
  color: #fff;
}
#access .menu ul li.last {
  background: none;
}
#access .menu ul li a {
  display: inline-block;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 32px 20px 32px 20px;
  text-align: center;
}
#access .menu ul li a:hover {
  color: #fff;
  padding: 32px 20px 32px 20px;
  background-color: #007AB3;
} 
#access .menu ul li a.active {
  color: #fff;
  padding: 32px 20px 32px 20px;
  background-color: #007AB3;
}
#access .menu ul li a i {
  margin-right: 5px;
  float: left;
}

#access .menu ul li ul {
  position: absolute;
  left: 0;
  height: auto;
  display: none;
  visibility: hidden;
  /*width: 194px;*/
  padding: 0;
  margin-top: 0px;
  text-align: left;
  background: #007AB3;
}
#access .menu ul li ul li {
  display: list-item;
  float: none;
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
}
#access .menu ul li ul li ul {
  top: 0;
}
#access .menu ul li ul li a {
  margin: 0;
  border: none;
  display: block;
  padding: 14px 17px 14px 17px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #fff;
  background: #007AB3;
  width: 159px;
  text-align: left;
  border-bottom: 1px solid #576f7d;
}
#access .menu ul li ul li a:hover,

#access .menu ul li ul li a.selected {
  background: #F07D00;
  border-bottom: 1px solid #576f7d;
  color: #fff;
  padding: 14px 17px 14px 17px;
}
#access .menu ul li ul li.active a
{
  border-bottom: 1px solid #576f7d;
  color: #fff;
  padding: 14px 17px 14px 17px;
}
#access .menu ul li ul li:last-child {
  border: none;
}
* html #access .menu {
  height: 1%;
}

.selectnav {display: none; width: 440px; margin-left: 20px;}



/*------------------*/
/*  PAGES
/*------------------------------------------------------*/

/* top section */
.top_border {
  float: left;
  width: 100%;
  height: 5px;
  background-color: #1a2e38;
  border-bottom: 1px solid #007AB3;
}

.top_contact_info {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  min-height: 120px;
  border-top: 5px solid #222628;
}

.top_contact_info .left_sec {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.top_contact_info .center_sec {
  float: left;
  width: 32%;
  text-align: center;
  margin-right: 2%;
}
.top_contact_info .right_sec {
  float: left;
  width: 32%;
}

.top_contact_info .left_sec ul.tci_list {
  float: left;
  padding: 0px;
  margin: 45px 0px 0px 10px;
}
.top_contact_info .left_sec .tci_list li {
  float: left;
  padding: 0px;
  margin: 0px 5px 0px 0px;
  color: #eee;
}
.top_contact_info .left_sec .tci_list li a {
  font-size: 13px;
  color: #b9b9b9;
  padding: 0 2px;
}
.top_contact_info .left_sec .tci_list li a:hover {
  color: #999;
}

.top_contact_info .right_sec ul.socials {
  float: right;
  padding: 0px;
  margin: 45px 10px 0px 0px;
}
.top_contact_info .right_sec .socials li {
  float: left;
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  color: #b9b9b9;
}
.top_contact_info .right_sec .socials li em {
  font-style: normal;
}
.top_contact_info .right_sec .socials li a {
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 5px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  background-color: #eee;
}
.top_contact_info .right_sec .socials li a i {
  color: #fff;
}
.top_contact_info .right_sec .socials li a:hover {
  background-color: #47738b;
}


a.button_slider {
  float: left;
  padding: 10px 22px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  font-size: 18px;
  /*text-transform: uppercase;*/
  color: #2d4b5b;
  border-radius: 4px;
  border: 1px solid #2d4b5b;
}
a.button_slider:hover {
  color: #fff;
  background-color: #40d172;
  border: 1px solid #2fc061;
}
a.button_slider.two {
  color: #fff;
  background-color: #40d172;
  border: 1px solid #2fc061;
}
a.button_slider.two:hover {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}


/* four columns features section */
.four_col_fusection .one_fourth {
  width: 21.6%;
  padding: 30px 1%;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  position: relative;
  margin-right: 1.6%;
  float: left;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.four_col_fusection .one_fourth:hover {
  background-color: #f0f0f0;
}
.four_col_fusection .one_fourth:hover i {
  background-color: #f9f9f9;
  border: 4px solid #fff;
}
.four_col_fusection .one_fourth.helight {
  background-color: #f0f0f0;
}
.four_col_fusection .one_fourth.helight i {
  background-color: #f9f9f9;
  border: 4px solid #fff;
  color: #47738b;
}
.four_col_fusection .one_fourth i {
  color: #222628;
  margin-bottom: 30px;
  border: 4px solid #f3f3f3;
  border-radius: 100%;
  float: left;
  width: 86px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  vertical-align: middle;
  margin-left: 73px;
}
.four_col_fusection .one_fourth h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 25px;
  /*text-transform: uppercase;*/
}
.four_col_fusection .one_fourth a {
  color: #999;
  font-size: 11px;
  /*text-transform: uppercase;*/
}
.four_col_fusection .one_fourth a:hover {
  color: #47738b;
}
.four_col_fusection .one_fourth a:hover i {
  color: #47738b;
  background: none;
  border: none;
}
.four_col_fusection .one_fourth:hover a i {
  background: none;
  border: none;
}
.four_col_fusection .one_fourth.helight a {
  color: #47738b;
}
.four_col_fusection .one_fourth.helight a:hover {
  color: #222628;
}
.four_col_fusection .one_fourth.helight a:hover i {
  color: #222628;
}
.four_col_fusection .one_fourth.helight a i {
  background: none;
  border: none;
  color: #47738b;
}
.four_col_fusection .one_fourth a i {
  display: inherit;
  margin: 0px 0px 0px 3px;
  color: #999;
  width: auto;
  height: auto;
  line-height: inherit;
  border: none;
  float: inherit;
  background: none;
  border: none;
}
.four_col_fusection .last {
  margin-right: 0 !important;
  clear: right;
}
.four_col_fusection.inner .one_fourth i {
  color: #47738b;
}

/* layout2 fusection1 */
.layout2_fusection1 {
  float: left;
  width: 100%;
  padding: 50px 0px;
  text-align: center;
}
.layout2_fusection1 .left {
  float: left;
  width: 75%;
}

.layout2_fusection1 .left .one_fourth {
  float: left;
  width: 22%;
  text-align: center;
  margin-right: 4%;
}
.layout2_fusection1 .left .one_fourth.last {
  margin-right: 0%;
}
.layout2_fusection1 .one_fourth i {
  color: #fff;
  width: 54px;
  height: 62px;
  font-size: 32px;
  text-align: center;
  line-height: 62px;
  vertical-align: middle;
  background-color: #40d172;
  border-radius: 100%;
  padding-left:9px;
}
/*.layout2_fusection1 i.fa
{
    padding-left: 9px;
}*/

.layout2_fusection1 .one_fourth h4 {
  margin-top: 18px;
  margin-bottom: 14px;
}
.layout2_fusection1 .one_fourth a {
  color: #fff;
  font-size: 12px;
  padding: 8px 13px;
  border-radius: 4px;
  /*text-transform: uppercase;*/
  background-color: #81b0c7;
}
.layout2_fusection1 .one_fourth a:hover {
  background-color: #40d172;
}

.layout2_fusection1 .right {
  float: right;
  width: 23%;
  min-height: 220px;
  background: url(../images/fu-graph.png) no-repeat center top;
}
.layout2_fusection1 .right h4 {
  font-weight: normal;
  line-height: 30px;
  padding: 35px 20px 0px 20px;
  margin-bottom: 4px;
}
.layout2_fusection1 .right h1 {
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  /*text-transform: uppercase;*/
  color: #40d172;
}
.layout2_fusection1 .right a {
  color: #fff;
  font-size: 12px;
  padding: 8px 13px;
  border-radius: 4px;
  /*text-transform: uppercase;*/
  background-color: #e4e4e4;
}
.layout2_fusection1 .right a:hover {
  background-color: #40d172;
}
.layout2_fusection1 .right .shopping_cart {
    background: url("../images/cart.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    min-height: 220px;
}
.moduletable.shopping_cart {
    float: left;
    text-align: center;
    width: 100%;
}
/* fresh projects */
.fresh_projects {
  float: left;
  width: 100%;
  padding: 35px 0px 25px 0px;
  /*background: #f0f0f0 url(../images/elements/dotted-bg.png) repeat left top;*/
  /*background: #f9f9f9 url(../images/elements/dotted-bg.png) repeat left top;*/
  background-color: #F9F9F9;
  text-align: left;
}
.fresh_projects h2 {
  font-size: 27px;
  padding: 0px;
  margin: 0px 0px 25px 0px;
  font-weight: normal;
  color: #222628;
}

.fresh_projects_list section .display .small-group{
  float:left;
  width:550px;
  height:320px;
  overflow:hidden;
}
.fresh_projects_list section .display .small-group div.small{
  position:relative;
  float:left;
  width:50%;
  height:100%;
  color:#fff;
  overflow:hidden;
}
.fresh_projects_list section .display .small-group div.small img{
  width: 100%;
  height: 300px;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}
.fresh_projects_list section .display .small-group div.small .hover{
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  pointer-events:none;
  z-index:90;
}
.fresh_projects_list section .display .small-group div.small:hover .hover{
  background:#1a2e38;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  height: 300px;
}
.fresh_projects_list section .display .small-group div.small:hover .info{
  color:#fff;
}
.fresh_projects_list section .display .small-group div.small a{
  color:#fff;
}
.fresh_projects_list section .display .small-group div.small .info{
  position:absolute;
  bottom:20px;
  margin-bottom: 0px;
  left:0;
  width:100%;
  z-index:100;
  background: none;
  border: none;
  -webkit-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fresh_projects_list section .display .small-group div.small .info .title{
  color: #fff;
  margin: 0px;
  padding: 16px 0px 16px 13px;
  line-height: normal;
  font-size: 16px;
  font-weight: normal;
  background: #004482;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.fresh_projects_list section .display .small-group div.small .info .title ul{
  float: right;
  padding: 0px;
  margin: 5px 10px 0px 0px;
}
.fresh_projects_list section .display .small-group div.small .info .title li {
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 4px;
  font-size: 13px;
  color: #b9b9b9;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  background-color: #434343;
}
.fresh_projects_list section .display .small-group div.small .info .title li img {
  width: 13px;
  height: 13px;
  border-radius: 100%;
}
.fresh_projects_list section .display .small-group div.small .info .title li img:hover {
  background-color: #727272;
  width: 13px;
  height: 13px;
  border-radius: 100%;
}

.fresh_projects_list section .display .small-group div.small .info h2{
  background: none;
  color: #727272;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
}

.fresh_projects_list section.cheapest .small-group .additionnal{
  font-weight:500;
  color:#fff;
  line-height:20px;
  padding: 0px 25px 0px 25px;
  position:absolute;
  top:100%;
  left:0;
  right:0;
  opacity:0;
  margin-top: 10px;
}
.fresh_projects_list section.cheapest .small-group .additionnal b {
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 0px 0px;
  color: #999;
  font-size: 12px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  background-color: #007AB3;
}
.fresh_projects_list section.cheapest .small-group .additionnal b:hover {
  background-color: #F07D00;
}
.fresh_projects_list section.cheapest .small-group .additionnal b a {
  color: #fff;
}

.fresh_projects_list section.cheapest .small-group div.small:hover .title {
  color: #fff;
  margin: 0px;
  padding: 16px 0px 0px 25px;
  line-height: normal;
  font-size: 16px;
  font-weight: 600;
  background: none;
}

.fresh_projects_list section.cheapest .small-group div.small:hover .info{
  bottom:225px;
}
.fresh_projects_list section.cheapest .small-group div.small:hover .additionnal{
  opacity:1;
}
.fresh_projects_list section.cheapest .small-group div.small:hover h1, .fresh_projects_list section.cheapest .small-group div.small:hover h2,.fresh_projects_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3,.fresh_projects_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3{
  color:#fff;
  margin: 0px;
  padding: 0px;
  line-height: normal;
}
.fresh_projects_list section.cheapest .small-group div.small:hover h2 strong,.fresh_projects_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3 strong,.fresh_projects_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3 strong{
  color:#fff;
  margin: 0px;
  padding: 0px;
  line-height: normal;
}

.portfolio_sidebar_widget .fresh_projects_list section .display .small-group{
  float:left;
  width:550px;
  height:270px;
  overflow:hidden;
}
.portfolio_sidebar_widget .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
  height: 250px;
}
.portfolio_sidebar_widget .fresh_projects_list section.cheapest .small-group div.small:hover .info{
  bottom:190px;
}

/* layout1 fusection2 */
.layout2_fusection2 {
  float: left;
  width: 100%;
  text-align: left;
  padding: 50px 0px 50px 0px;
}
.layout2_fusection2 .left_sec {
  float: left;
  width: 35.5%;
  margin-right: 4.5%;
  min-height: 440px;
  font-family: 'Shadows Into Light' !important;
    font-style:  normal;
    font-weight: 400;
  font-size: 27px;
  color: #fff;
  background: url(../images/graph-1.png) no-repeat center top;
}
.layout2_fusection2 .left_sec em {
  color: #40d172;
  font-style: normal;
}
.layout2_fusection2 .left_sec .one {
  float: left;
  width: 140px;
  padding: 55px 30px 0px 30px;
  margin-left: 65px;
  margin-right: 40px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
}
.layout2_fusection2 .left_sec .two {
  float: left;
  width: 94px;
  padding: 40px 20px 0px 20px;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
}
.layout2_fusection2 .left_sec .three {
  float: left;
  width: 260px;
  padding: 18px 30px 0px 30px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  margin-left: 50px;
}
.layout2_fusection2 .right_sec {
  float: right;
  width: 60%;
}
.layout2_fusection2 .right_sec h2 {
  margin-bottom: 35px;
}
.layout2_fusection2 .right_sec a.but1 {
  float: left;
  margin-left: 20px;
  color: #2d4b5b;
}
.layout2_fusection2 .right_sec a.but1:hover {
  color: #40d172;
}
.layout2_fusection2 .right_sec a.but1 i {
  color: #40d172;
}
.layout2_fusection2 .right_sec ul.ic_list1 {
  float: left;
  width: 44%;
  padding: 2% 3%;
  margin: 0px 0px 13px 0px;
  border-radius: 4px;
}
.layout2_fusection2 .right_sec ul.ic_list1:hover {
  background-color: #40d172;
  border-radius: 4px;
  color: #fff;
}
.layout2_fusection2 .right_sec ul.ic_list1:hover li.left {
  color: #fff;
}
.layout2_fusection2 .right_sec ul.ic_list1:hover li.right h4 {
  color: #fff;
}
.layout2_fusection2 .right_sec ul.ic_list1.active {
  background-color: #40d172;
  border-radius: 4px;
  color: #fff;
}
.layout2_fusection2 .right_sec ul.ic_list1.active li.left {
  color: #fff;
}
.layout2_fusection2 .right_sec ul.ic_list1.active li.right h4 {
  color: #fff;
}
.layout2_fusection2 .right_sec .ic_list1 li {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.layout2_fusection2 .right_sec .ic_list1 li.left {
  float: left;
  width: 20%;
  color: #2d4b5b;
}
.layout2_fusection2 .right_sec .ic_list1 li.right {
  float: left;
  width: 80%;
}
.layout2_fusection2 .right_sec .ic_list1 li.right h4 {
  color: #2d4b5b;
  margin-bottom: 8px;
}

/* home tabs section */
.home_tabs_sec {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.home_tabs_sec h1 {
  font-size: 27px;
  padding: 0px;
  margin: 0px 0px 40px 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.home_tabs_sec h1 i {
  font-size: 18px;
  color: #727272;
  font-style: normal;
  display: block;
  padding-top: 4px;
  line-height: 25px;
}


/* clients */
.clients {
  float: left;
  width: 100%;
  padding: 0px 0px 30px 0px;
}

/* people says */
.people_says_icon {
  float: left;
  width: 100%;
  height: 72px;
  vertical-align: middle;
  line-height: 88px;
  color: #40d172;
  text-align: center;
  background: url(../images/graph-2.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
.people_says {
  float: left;
  width: 100%;
  margin-top: -35px;
  border-top: 1px solid #eee;
  position: relative;
  z-index: 1;
}
.people_says .one_half {
  float: left;
  width: 47%;
  padding-right: 2.8%;
  margin-right: 0;
  padding-bottom: 18px;
  border-right: 1px solid #eee;
}
.people_says .one_half.last {
  float: left;
  width: 45%;
  padding-right: 0%;
  padding-left: 5%;
  border-right: 0px solid #fff;
}
.people_says ul.testi_monials {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 40px 0px 0px 0px;
}
.people_says .testi_monials li {
  padding: 0px;
  margin: 0px;
  line-height: 23px;
}
.people_says .testi_monials li b {
  color: #81b0c7;
  font-weight: normal;
  margin-top: 18px;
  display: block;
}
.people_says .testi_monials li em {
  color: #999;
  font-style: normal;
  font-size: 12px;
  display: block;
  margin-top: -5px;
}
.people_says .testi_monials li.left {
  float: left;
  width: 38%;
}
.people_says .testi_monials li.right {
  margin-top: 10px;
}
.people_says .people_says_more {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 9px;
}
.people_says .people_says_more a {
  color: #727272;
  font-size: 12px;
  padding: 12px 16px;
  border-radius: 4px;
  /*text-transform: uppercase;*/
  background-color: #eee;
}
.people_says a:hover {
  color: #fff;
  background-color: #40d172;
}



/*------------------*/
/*  FOOTER
/*------------------------------------------------------*/
.aidanotifier_upd{
display: none;
}
.aidanews2_text{
display: none;
}
.aidanews2_title{
line-height: 20px;
}
.aidanews2_bottomlink{
display: none;
}
.aidanews2_art{
border: 0;
color: #fff;
}
.aidanews2_line{
margin-bottom: 10px;
}


.mod-languages{
/*margin-top: 10px;*/
/*text-align: right;*/
width: 20%;
float: right;
text-align: right;
}
.footer {
  float: left;
  width: 100%;
  /*background: #1a2e38 url(../images/footer-bg.png) repeat left top;  */
  background: #007AB3;
  color: #999;
  padding-top: 10px;
  border-top: 4px solid #11B1FF;
}
.footer .one_fourth{
  float: left;
  width: 22%;
  margin-right: 4%;
}

.footer h2 {
  font-size: 23px;
  color: #fff;
  font-weight: 300;
}
.footer h2 i {
  font-weight: normal;
  font-style: normal;
}
.footer a {
  color: #999;
  
}
.footer a:hover {
  color: #fff;
}
.footer ul.list {
  padding: 0px;
  margin: 0px;
}
.footer .list li {
  padding: 0px;
  margin: 0px;
  line-height: 30px;
}

.footer ul.contact_address {
  float: left;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  width: 100%;
}
.footer .contact_address li {
  padding: 0px;
  margin: 0px;
  line-height: 25px;
  color: #fff;
}
.footer .footer_logo {
  float: left;
  padding: 0px;
  margin: 0px;
}

.footer ul.recent_blogs {
  padding: 12px 0px 0 0px;
  margin: -5px 0px 0px 0px;
}
.footer .recent_blogs li {
  padding: 0px 0 16px 0px;
  margin: 0px 0px 16px 0px;
  float: left;
  border-bottom: 1px solid #393939;
}
.footer .recent_blogs li.last {
  margin: 0px 0px 0px 0px;
  border-bottom: none;
}
.footer .recent_blogs li img {
  border: 3px solid #999;
  float: left;
  margin-right: 20px;
}
.footer .recent_blogs li a {
  color: #999;
}
.footer .recent_blogs li a:hover {
  color: #fff;
}
.footer .recent_blogs li i {
  font-size: 11px;
  line-height: 16px;
  float: left;
  margin-top: 5px;
  font-style: normal;
  color: #727272;
}
.footer .recent_blogs li p {
  margin: -5px 0px 0px 0px;
}


/* Tweets */
.twitter_feeds {
  float: left;
  width: 91%;
  padding-left: 9%;
  /*padding-top:10px;
  padding-bottom:10px;*/
  margin-bottom: 50px;
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #2d4b5b url(../images/twitter-icon.png) no-repeat 25px 20px;
}
.twitter_feeds a {
  color: #40d172;
}
.twitter_feeds a:hover {
  color: #fff;
}
.twitter_feeds strong {
  font-weight: 600;
}
.twitter_feeds small {
  color: #999;
}
.twitter_feeds small a {
  color: #999;
  font-size: 10px;
  margin-right: 5px;
}
.twitter_feeds small a:hover {
  color: #eee;
}

/* flickr */
#flickr_badge_wrapper {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
#flickr_badge_wrapper img {
  width: 70px;
  height: 58px;
  margin-right: 8px;
  margin-bottom: 2px;
  border: 1px solid #999 !important;
}
#flickr_www {
  display:block;
  padding:0 10px 0 10px !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
  text-decoration:none !important;
  background:inherit !important;
  color:#3993ff;
}
#flickr_badge_wrapper {
    margin-top: 0;
    float: left;
}
.moduletable.one_fourth.last > h3 {
    margin-bottom: 0;
}
#flickr_badge_source {
  padding:0 !important;
}

/* copyrights */
.copyright_info {
  float: left;
  padding: 25px 0px 22px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  color: #fff;
  background-color: #004482;
  border-top: 1px solid #fff;
}
.copyright_info .one_half{
  float: left;
  width: 48%;
  margin-right: 4%;
}
.copyright_info b {
  font-size: 12px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}
.copyright_info span {
  float: right;
}
.copyright_info a {
  margin-top: 10px;
  font-size: 12px;
  color: #727272;
  text-align: right;
}
.copyright_info a:hover {
  color: #999;
}

/* footer social links */
ul.footer_social_links {
  float: right;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.footer_social_links li {
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 24px;
  line-height: 22px;
  vertical-align: middle;
  background-color: #fff;
  color: #fff;
}
.footer_social_links li:hover {
  background-color: #f1f1f1;
}
.footer_social_links li i {
  color: #4d595f;
}


/*------------------*/
/*  CONTENT
/*------------------------------------------------------*/
.content_left {
  float: left;
  width: 71%;
  padding: 50px 0px 0px 0px;
}
.content_fullwidth {
  float: left;
  width: 100%;
  padding: 50px 0px 0px 0px;
}
.right_sidebar {
  float: right;
  width: 25%;
  padding: 50px 0px 0px 0px;
}
.left_sidebar {
  float: left;
  width: 25%;
  padding: 50px 0px 0px 0px;
}
.content_right {
  float: right;
  width: 71%;
  padding: 50px 0px 0px 0px;
}

/* page title */
.page_title {
  z-index: auto;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 28px 0px;
  background: #eee url(../images/elements/lines-bg.png) repeat left top;
  border-bottom: 1px solid #f0f0f0;
}
.page_title .title {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0px;
}
.page_title .title h1 {
  margin: 0px 0px 0px 0px;
  background: none;
  font-weight: 300;
  color: #222628;
}
.page_title .pagenation {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  color: #999;
  margin: 4px 0px 0px 0px;
  padding: 0px;
}
.page_title .pagenation i {
  color: #727272;
  margin: 0px 2px 0px 2px;
}
.page_title .pagenation a {
  padding: 0px 0px 0px 0px;
  color: #47738b;
}
.page_title .pagenation a:hover {
  color: #999;
}


/* our team */
.our_team_box {
  width: 100%;
  float: left;
}
.our_team_box ul {
  margin: 0;
  padding: 7px 0 0 0px;
  float: left;
  width: 180px;
}
.our_team_box li {
  margin: 0;
  padding: 0;
  line-height: 18px;
  list-style-type: none;
  color: #a9a9a9;
}
.our_team_box li a {
  margin: 7px 5px 0 0;
  padding: 0;
  float: left;
}
.our_team_box  img.teammempic {
  width: 100%;
  margin: 0px;
  padding: 0;
  filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9; 
  opacity: 0.9;
}
.our_team_box  img.teammempic:hover {
  width: 100%;
  margin: 0px;
  padding: 0;
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1; 
  opacity: 1;
}
.our_team_box li a img:hover {
  margin: 0px;
  padding: 0;
  opacity: 0.7;
  filter: alpha(opacity=10);
}
.our_team_box li strong {
  font-size: 13px;
  color: #454545;
  display: block;
}
.our_team_box li strong i {
  color: #999;
  font-size: 11px;
  font-style: normal;
}
.our_team_box .boxleft {
  width: 180px;
  float: left;
  margin: 0px 36px 0 0;
}
.our_team_box .cont-area {
  float: left;
  font-size: 10px;
  color: #727272;
  width: 100%;
  margin-bottom: 10px;
}
.our_team_box .boxright {
  width: 180px;
  float: right;
  margin: 0px;
}
.our_team_box li a i {
  color: #dadada;
}

/* our team big */
.our_team_box_big {
  width: 100%;
  float: left;
}
.our_team_box_big ul {
  margin: 0;
  padding: 20px 0 0 0px;
  float: left;
  width: 245px;
}
.our_team_box_big li {
  margin: 0;
  padding: 0;
  line-height: 18px;
  list-style-type: none;
  color: #a9a9a9;
}
.our_team_box_big li a {
  margin: 7px 5px 0 0;
  padding: 0;
  float: left;
}
.our_team_box_big  img.teammempic {
  width: 245px;
  margin: 0px;
  padding: 0;
  float: left;
  filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9; 
  opacity: 0.9;
}
.our_team_box_big  img.teammempic:hover {
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1; 
  opacity: 1;
}
.our_team_box_big li a img:hover {
  margin: 0px;
  padding: 0;
  opacity: 0.7;
  filter: alpha(opacity=10);
}
.our_team_box_big li strong {
  font-size: 14px;
  color: #454545;
  display: block;
}
.our_team_box_big li strong i {
  color: #999;
  font-size: 12px;
  font-style: normal;
}
.our_team_box_big .cont-area {
  float: left;
  font-size: 10px;
  color: #727272;
  width: 100%;
  margin-bottom: 10px;
}
.our_team_box_big li a i {
  color: #dadada;
}

ul.list_doted02 {
  float: left;
  margin: 13px 0px 0px 0px;
  padding: 0px;
}
.list_doted02 li {
  margin: 0px 0px 13px 0px;
  padding: 0px 0px 0px 13px;
}
.list_doted02 li h5 {
  margin-bottom: 2px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f3f3;
}

.big_text1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 35px;
  color: #999;
}
.big_text1 i {
  color: #47738b;
  font-style: normal;
}

ul.fullimage_box {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 48%;
}
.fullimage_box li {
  padding: 0px;
  margin: 0px;
}
.fullimage_box li img {
  margin-bottom: 8px;
  width: 100%;
}
.fullimage_box li img:hover {
}
ul.fullimage_box.last {
  float: left;
  width: 48%;
  margin-left: 4%;
}

ul.fullimage_box2 {
  float: left;
  padding: 30px 20px;
  margin: 0px;
  width: 86.6%;
  border: 1px solid #eee;
  border-radius: 4px;
}
.fullimage_box2 li {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
ul.fullimage_box2.last {
  float: left;
  width: 100%;
  margin-left: 4%;
}
.fullimage_box2 li i {
  color: #47738b;
}
.fullimage_box2 h3 {
  color: #47738b;
  margin-top: 13px;
}

.box_widget_full {
  float: left;
  width: 96%;
  padding: 2%;
  margin: 0px;
  background-color: #fbfbfb;
  border: 1px solid #eee;
  border-bottom: 2px solid #eee;
}
.box_widget_full h3 {
  margin-bottom: 10px;
}
.box_widget_full i {
  float: left;
  margin-right: 20px;
}


/* client logos */
ul.clients_logos_list {
  padding: 0;
  margin: 30px 0 0 0px;
  position: relative;
}
.clients_logos_list li {
  padding: 0;
  margin: 0;
  float: left;
  width: 25%;
}
.clients_logos_list li.last {
  margin: 0 0px 0 0;
}

/* get features */
.get_features {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}
.get_features h5 {
  margin-bottom: 7px;
  font-weight: normal;
}
.get_features p {
  line-height: 19px;
}
.get_features ul.get_features_list {
  float: left;
  padding: 0px;
  margin: 0px 0px 35px 0px;
}
.get_features ul.get_features_list.last {
  margin: 0px 0px 0px 0px;
}
.get_features .get_features_list li {
  float: left;
  padding: 0px;
  margin: 0px;
}
.get_features .get_features_list li.left {
  float: left;
  padding: 0px;
  margin: 0px 15px 0px 0px;
  width: 44px;
  height: 44px;
  background-color: #47738b;
  border-radius: 45px;
  text-align: center;
  line-height: 52px;
  vertical-align: middle;
}
.get_features .get_features_list li.left i {
  color: #fff;
}
.get_features .get_features_list li.right {
  width: 80%;
}

/* section 2 */
ul.lirt_section {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.lirt_section li.left {
  float: left;
  padding: 0px;
  margin: 0 25px 0 0;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  font-size: 22px;
}
.lirt_section li strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #47738b;
  display: block;
  margin: 8px 0 0 0;
}
.lirt_section li i {
  font-style: normal;
}

/* 404 Error Page */
.error_pagenotfound {
  padding: 50px 30px 58px 30px;
  margin: 0 auto;
  width: 67%;
  background-color: #fff;
  border: 1px solid #eee;
  border-bottom: 5px solid #eee;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.error_pagenotfound strong {
  display: block;
  font-size: 145px;
  line-height: 100px;
  color: #e3e3e3;
  font-weight: normal;
}
.error_pagenotfound b {
  display: block;
  font-size: 40px;
  line-height: 40px;
  color: #e3e3e3;
  margin: 0;
  font-weight: 300;
}
.error_pagenotfound em {
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #47738b;
  margin: 0;
  font-style: normal;
}

/* portfolio single image */
.portfolio_area {
  padding: 0px;
  margin: 0px;
  width: 100%;
  float: left;
}
.portfolio_area_left {
  padding: 0px;
  margin: 0px;
  width: 100%;
  float: left;
}
.portfolio_area_left img {
  padding: 0px;
  margin: 0px;
  width: 100%;
  float: left;
  -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.portfolio_area_right {
  padding: 0px;
  margin: 0px 0px 0px 3%;
  width: 22%;
  float: left;
}
.project_details {
  padding: 0px;
  margin: 70px 0px 0px 0px;
}
.project_details span {
  padding: 5px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #454545;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.project_details strong {
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  font-weight: bold;
  color: #727272;
  float: left;
  width: 40%;
}
.project_details em {
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  color: #727272;
  float: left;
  width: 60%;
}
.project_details span a {
  padding: 3px 10px;
  margin: 0px 0px 0px 3px;
  font-size: 11px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #727272;
  background-color: #e3e3e3;
  border-radius:3px;
}
.project_details span a:hover {
  background-color: #ddd;
}
.addto_favorites {
  padding: 3px 10px 5px 10px;
  margin: 20px 0px 0px 0px;
  width: 122px;
  display: block;
  border-radius:3px;
  font-size: 13px;
  color: #999;
  background: #eee;
}
.addto_favorites:hover {
  background: #ddd;
}
.addto_favorites i {
  color: #c3c3c3;
}

ul.small_social_links {
  padding: 0px;
  margin: 9px 0 25px 0px;
}
.small_social_links li {
  padding: 0px;
  margin: 0px 9px 0px 0px;
  float: left;
}
.small_social_links li i {
  color: #47738b;
}
.small_social_links li a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.small_social_links li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.portfolio_image {
  float: left;
  width: 97%;
  padding: 0px;
  margin: 0px;
  border: 5px solid #fff;
  -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.portfolio_image .title {
  float: left;
  width: 92%;
  padding: 10px 19px 7px 20px;
  margin: 0px;
  font-size: 13px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  /*text-transform: uppercase;*/
}
.portfolio_image i {
  position: absolute;
  display: none;
  color: #fff;
  margin-left: 45%;
  margin-top: 22%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.portfolio_image:hover i {
  display: block;
}
.portfolio_image img {
  float: left;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.portfolio_image .hover_effct {
  display: none;
}
.portfolio_image:hover .hover_effct {
  float: left;
  width: 97%;
  height: 97%;
  position: absolute;
  z-index: 999;
  background: url(../images/elements/port-hover-zoom.png) no-repeat center -55px;
  display: block;
}
.portfolio_image:hover .hover_effct2 {
  float: left;
  width: 97%;
  height: 96.1%;
  position: absolute;
  z-index: 999;
  background: url(../images/elements/port-hover-zoom.png) no-repeat center -107px;
  display: block;
}
.portfolio_image:hover .hover_effct3 {
  float: left;
  width: 97%;
  height: 94%;
  position: absolute;
  z-index: 999;
  background: url(../images/elements/port-hover-zoom.png) no-repeat center -133px;
  display: block;
}
.portfolio_image:hover .hover_effct5 {
  float: left;
  width: 97%;
  height: 94.5%;
  position: absolute;
  z-index: 999;
  background: url(../images/elements/port-hover-zoom.png) no-repeat center -55px;
  display: block;
}

/* blog */
.blog_post {
  float: left;
  width: 100%;
}
.blog_post h3 {
  float: left;
  text-align: left;
  color: #333;
  width: 85%;
  line-height: 30px;
}
.blog_post h3 a {
  color: #47738b;
  text-decoration: none;
  float: left;
  margin-top: 3px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 30px;
}
.blog_post h3 a:hover {
  color: #222628;
}
.post_info_content {
  padding: 0px;
  margin: 10px 0 0 0;
  width: 90%;
  float: left;
}
ul.post_meta_links {
  float: left;
  margin: -10px 0px 0px -6px;
  padding: 0px 0px 0px 0px;
  width: 80%;
}
.post_meta_links li {
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 4px;
  list-style-type: none;
  color: #999;
}
.post_meta_links li i {
  color: #d3d3d3;
  margin-right: 4px;
}
.post_meta_links li.post_by {
  padding: 0px 0px 0px 10px;
}
.post_meta_links li.post_categoty {
  padding: 0px 0px 0px 10px;
}
.post_meta_links li.post_comments {
  padding: 0px 0px 0px 10px;
}
.post_meta_links li a {
  color: #a1a1a1;
  padding: 0px 18px 0px 0px;
  text-decoration: none;
  font-size: 11px;
}
.post_meta_links li a:hover {
  color: #727272;
  text-decoration: none;
}
.blog_postcontent {
  float: left;
  width: 100%;
}
.blog_postcontent .image_frame {
  float: left;
  width: 98%;
  border: 7px solid #fff;
  margin-bottom: 25px;
  -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .image_frame:hover {
  border: 7px solid #f9f9f9;
}
.blog_postcontent .image_frame img {
  float: left;
  width: 99.7%;
  border: 1px solid #fff;
}
.blog_postcontent .video_frame iframe {
  float: left;
  width: 98%;
  height: 400px;
  border: 7px solid #fff;
  margin-bottom: 25px;
  -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .video_frame iframe:hover {
  border: 7px solid #f9f9f9;
}

/* blog small */
.blog_post h3 {
  width: 74%;
}
.blog_postcontent .image_frame.small {
  float: left;
  width: 43%;
  border: 7px solid #fff;
  margin-bottom: 25px;
  -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .image_frame.small:hover {
  border: 7px solid #f9f9f9;
}
.blog_postcontent .image_frame img {
  float: left;
  width: 99.7%;
  border: 1px solid #fff;
}
.blog_postcontent .video_frame.small iframe {
  float: left;
  width: 100%;
  height: 180px;
  border: 7px solid #fff;
  margin-bottom: 25px;
  -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .video_frame iframe:hover {
  border: 7px solid #f9f9f9;
}
.post_info_content_small {
  padding: 0px;
  margin: 0 0 0 4%;
  width: 50%;
  float: left;
}
ul.post_meta_links_small {
  float: left;
  margin: -15px 0px 12px 80px;
  padding: 0px 0px 0px 0px;
  width: 80%;
}
.post_meta_links_small li i {
  color: #d3d3d3;
  margin-right: 4px;
}
.post_meta_links_small li.post_by {
  padding: 0px 0px 0px 0px;
  float: left;
}
.post_meta_links_small li.post_categoty {
  padding: 0px 0px 0px 10px;
  float: left;
}
.post_meta_links_small li.post_comments {
  padding: 0px 0px 0px 10px;
  float: left;
}
.post_meta_links_small li a {
  color: #a1a1a1;
  padding: 0px 5px 0px 0px;
  text-decoration: none;
  font-size: 11px;
}
.post_meta_links_small li a:hover {
  color: #727272;
  padding: 0px 5px 0px 0px;
  text-decoration: none;
  font-size: 11px;
}
.blog_post a.date {
  padding: 10px 5px 0px 0px;
  text-decoration: none;
  width: 55px;
  height: 55px;
  text-align: center;
  background: #f9f9f9;
  display: block;
  margin-right: 20px;
  float: left;
  -webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.blog_post a.date strong {
  color: #47738b;
  font-size: 27px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.blog_post a.date:hover strong {
  color: #333;
}
.blog_post a.date i {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  padding: 0px 10px;
  display: block;
  border-top: 1px solid #f3f3f3;
  width: 40px;
  background-color: #47738b;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.blog_post a.date:hover i {
  background-color: #222628;
}
.post_readmore:link, .post_readmore:visited {
  float: right;
  height: 27px;
  width: 185px;
  text-align: center;
  padding-top: 7px;
  color: #fff;
  text-decoration: none;
  background: url(../images/skin01/but_post_readmore.jpg) no-repeat left top;
}
.post_readmore:hover {
  float: right;
  height: 27px;
  width: 185px;
  text-align: center;
  padding-top: 7px;
  color: #fff;
  text-decoration: none;
  background: url(../images/skin01/but_post_readmore_hover.jpg) no-repeat left top;
}
.sharepost {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.sharepost ul {
  margin: 0px;
  padding: 0px;
}
.sharepost li {
  margin: 0px 7px 5px 0px;
  padding: 2px 5px;
  float: left;
  border-radius: 2px;
  list-style-type: none;
  background-color: #47738b;
}
.sharepost li i {
  color: #fff;
}
.sharepost li:hover {
  background-color: #222628;
}

.about_author {
  float: left;
  width: 93%;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  margin-bottom:50px;
}
.about_author img {
  float: left;
  margin-right: 20px;
}
.about_author a {
  font-family: 'Open Sans' !important;
  font-weight: normal;
  font-weight: 600;
  color: #333;
}
.about_author a:hover {
  color: #47738b;
}


/* pagination */
.pagination {
  clear:both;
  padding:10px 0;
  margin-bottom:20px;
  font-family: 'Open Sans', sans-serif;
}
.pagination b{
  float:left;
  margin: 0px 5px 2px 0;
  padding:0px 10px;
  font-weight: normal;
  color: #999;
}
.pagination a.navlinks {
  font-size: 12px;
  color: #454545;
  background-color: #eee;
  font-weight: 600;
  /*text-transform: uppercase;*/
  padding: 7px 10px;
  border-radius: 3px;
}
.pagination a.navlinks:hover {
  color: #fff;
  background-color: #454545;
}
.pagination a.current {
  color: #fff;
  background-color: #454545;
}

/* comment form */
.comment_form {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.comment_form label{
  float: left;
  width: 90px;
  height: 15px;
  padding: 7px 10px;
  margin-bottom: 20px;
}
.comment_input_bg {
  float: left;
  width: 75%;
  height: 25px;
  padding: 7px 10px 0px 10px;
  border-top: 2px solid #e3e3e3;
  border-left: 2px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.comment_textarea_bg {
  float: left;
  width: 90%;
  height: 235px;
  padding: 7px 10px 0px 10px;
  margin-bottom: 20px;
  border-top: 2px solid #e3e3e3;
  border-left: 2px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.comment_checkbox {
  float: left;
  display: block;
  width: 90%;
  margin-top: 10px;
}
.comment_submit {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 6px 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border-radius: 4px;
  color: #333;
  /*text-transform: uppercase;*/
}
.comment_submit:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

/* comments */
.comment_wrap{
  padding:20px 20px 20px 0px;
  overflow:hidden;
  border-bottom:1px solid #eee;
}
.comment_wrap.chaild{
  border-bottom:1px solid #eee;
  margin:10px 20px 10px 50px;
  overflow:hidden;
}
.gravatar{
  float:left;
}

.comment_content{
  overflow:hidden;
  padding-left:20px;
  position:relative;
  min-height:80px; 
}
.comment_content .comment_meta{
  position:relative;
}
.comment_content .comment_meta .comment_author{
  display:inline;
  font-size:14px;
  font-style: normal;
}
.comment_content .comment_meta .comment_author i{
  display:inline;
  font-size:11px;
  font-style: italic;
}
.comment_content .comment_text {
  clear:both;
  padding-top:0px;
  overflow:hidden;
}
.comment_content .comment_text a {
  color: #d3d3d3;
  margin-top: 5px;
  float: left;
}
.comment_content .comment_text a:hover {
  color: #727272;
  margin-top: 5px;
  float: left;
}
#comments_section li ul li{
  margin-left: 30px;
}

/* contact form */
.comment_form {
  float: left;
  width: 690px;
  margin-top: 30px;
}
.blocklabel {
  float: left;
  width: 100%;
  display: block;
  margin-top: 10px;
}
.comment_form label{
  float: left;
  width: 90px;
  height: 15px;
  padding: 7px 10px;
  margin-bottom: 20px;
}
.input_bg {
  float: left;
  width: 70%;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
  border-top: 2px solid #e1e1e1;
  border-left: 2px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.textarea_bg {
  float: left;
  width: 90%;
  height: 235px;
  padding: 7px 10px 0px 10px;
  margin-bottom: 20px;
  border-top: 2px solid #e1e1e1;
  border-left: 2px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.address-info {
  float: left;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  padding: 20px 20px 10px 20px;
  width: 91%;
  margin-bottom: 40px;
}
.address-info a {
  color: #47738b;
}
.address-info a:hover {
  color: #454545;
}

.google-map {
  width: 99%;
  height: 350px;
  border: 5px solid #fff;
  -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}


/* Portfolio Page */
.portfolio_page {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
}
.portfolio_page h3 {
  color: #fff;
  text-align: center;
  width: 370px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  background-color: #35353d;
  float: left;
}
.portfolio_page .imgWrap {
    position: relative;
    width: 370px;
  height: 300px;
}
.portfolio_page .imgWrap.last {
  margin-right: 0px;
}
.portfolio_page .imgWrap img {
  float: left;
  width: 100%;
  height: 250px;
}
.portfolio_page .imgDescription {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/elements/port-hover-zoom.png) no-repeat center -75px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
}
.portfolio_page .imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}
.portfolio_page .imgDescription i {
  position: absolute;
  top: 103px;
  left: 160px;
  color: #fff;
  opacity: 0.8;
}


/*------------------*/
/*  RIGHT SIDEBAR
/*------------------------------------------------------*/
/* site search */
.site-search-area {
  margin: 0px;
  padding: 0px;
}
#site-searchform {
  margin: 0;
  padding: 0;
}
#site-searchform #mod-search-searchword{
  border: 1px solid #eee;
  background-color: #fff;
  width: 71%;
  height:30px;
  padding:5px 10px 5px 10px;
  color: #999;
  float: left;
  font: normal 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#site-searchform #searchsubmit{
  float: left;
  width:50px;
  height:41px;
  cursor:pointer;
  text-indent:-5555em;
  line-height:100;
  overflow:hidden;
  background: #47738b url(../images/site-search-icon.png) no-repeat center 14px;
  border:0;
  padding:0;
   border-radius: 0;
}
#site-searchform #searchsubmit:hover{
  background: #222628 url(../images/site-search-icon.png) no-repeat center 14px;
}

.sidebar_widget {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0 0 20px;
}
.sidebar_widget ul.arrows_list1{
  padding: 0px;
  margin: 0px;
  float: left;
  margin-top: -10px;
}
.sidebar_widget ul.arrows_list1 li a {
  color: #47738b;
  line-height: 30px;
}
.sidebar_widget ul.arrows_list1 li a:hover {
  color: #222628;
}
.sidebar_widget ul.arrows_list1 i {
  margin-right: 4px;
}
.sidebar_title {
  float: left;
  width: 100%;
}
.sidebar_widget h3, .clientsays_widget h3 {
  margin-bottom: 22px;
  float: left;
  font-weight: 300;
  width:100%;
}
.sidebar_widget h3 i, .clientsays_widget h3 i {
  font-weight: 600;
  font-style: normal;
}

/* Recent Posts */
ul.recent_posts_list {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
}
.recent_posts_list li {
  padding: 0px 0px 13px 0px;
  margin: 0px 0px 16px 0px;
  list-style-type: none;
  border-bottom: 1px solid #f5f6f6;
  float: left;
  width: 100%;
}
.recent_posts_list li a {
  text-decoration: none;
  line-height: 17px;
  display: block;
  color: #999;
}
.recent_posts_list li a:hover {
  color: #47738b;
}

.recent_posts_list li span {
  float: left;
  margin-right: 15px;
}
.recent_posts_list li span img {
  float: left;
  margin-right: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.recent_posts_list li span img:hover {
  float: left;
  margin-right: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.recent_posts_list li i {
  padding: 1px 0px 0px 0px;
  margin: 0px;
  display: block;
  font-size: 10px;
  font-style: normal;
  color: #c9c9c9;
}
.recent_posts_list li.last {
  padding: 0px 0px 7px 0px;
  margin: 0px 0px 0px 0px;
  border-bottom: 0px solid #f5f6f6;
}

/* client says widget */
.clientsays_widget {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  color: #999;
}
.clientsays_widget strong {
  font-weight: 600;
  color: #454545;
}
.clientsays_widget h3 {
  margin-bottom: 18px;
}
.clientsays_widget img {
  float: left;
  margin-right: 13px;
  margin-top: 7px;
  border: 1px solid #e3e3e3;
}

/* Advertisements */
ul.adsbanner-list {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
}
.adsbanner-list li {
  margin: 0px 10px 10px 0px;
  padding: 0px;
  float: left;
  width: 120px;
  height: 120px;
  list-style-type: none;
}
.adsbanner-list li img {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 120px;
  height: 120px;
  list-style-type: none;
}
.adsbanner-list li.last {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 120px;
  height: 120px;
  list-style-type: none;
}




/*------------------*/
/* TYPOGRAPHY ELEMENTS
/*------------------------------------------------------*/

a.but_goback,
a.but_ok_2,
a.but_wifi,
a.but_warning_sign,
a.but_user,
a.but_tag,
a.but_table,
a.but_star,
a.but_search,
a.but_phone,
a.but_pencil,
a.but_new_window,
a.but_music,
a.but_hand_right,
a.but_thumbs_down,
a.but_thumbs_up,
a.but_globe,
a.but_hospital,
a.but_coffe_cup,
a.but_settings,
a.but_chat,
a.but_play_button,
a.but_remove_2,
a.but_lock,
a.but_shopping_cart,
a.but_exclamation_mark,
a.but_info,
a.but_question_mark,
a.but_minus,
a.but_plus,
a.but_folder_open,
a.but_file,
a.but_envelope,
a.but_edit,
a.but_cogwheel,
a.but_check,
a.but_camera,
a.but_calendar,
a.but_bookmark,
a.but_book,
a.but_download,
a.but_pdf,
a.but_word_doc,
a.but_woman {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

a.but_goback i {
  color: #fff;
}
a.but_goback {
  padding: 13px 25px 13px 22px;
  margin: 0px 0px 0px 0px;
  background: #47738b;
  border-bottom: 1px solid #999;
}
a.but_goback:hover {
  color: #fff;
  background-color: #222628;
}
a.but_ok_2 {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #909090;
}
a.but_ok_2:hover {
  background-color: #ff9900;
}

a.but_wifi {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #0099cc;
  border-bottom: 1px solid #909090;
}
a.but_wifi:hover {
  background-color: #00abde;
}

a.but_warning_sign {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #e5cc19;
  border-bottom: 1px solid #909090;
}
a.but_warning_sign:hover {
  background-color: #efda1b;
}

a.but_user {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #007f99;
  border-bottom: 1px solid #909090;
}
a.but_user:hover {
  background-color: #0090ad;
}

a.but_tag {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #e59919;
  border-bottom: 1px solid #909090;
}
a.but_tag:hover {
  background-color: #efa61b;
}

a.but_table {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c6699;
  border-bottom: 1px solid #909090;
}
a.but_table:hover {
  background-color: #5674ad;
}

a.but_star {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #99cc4c;
  border-bottom: 1px solid #909090;
}
a.but_star:hover {
  background-color: #a6da52;
}

a.but_search {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #66667f;
  border-bottom: 1px solid #909090;
}
a.but_search:hover {
  background-color: #747490;
}

a.but_phone {
  padding: 10px 20px 10px 20px;
  margin: 0px 0px 0px 0px;
  background: #e56619;
  border-bottom: 1px solid #909090;
}
a.but_phone:hover {
  background-color: #ef6f1b;
}

a.but_pencil {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #cc4c19;
  border-bottom: 1px solid #909090;
}
a.but_pencil:hover {
  background-color: #da521b;
}

a.but_new_window {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #001900;
  border-bottom: 1px solid #909090;
}
a.but_new_window:hover {
  background-color: #333333;
}

a.but_music {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #cccc7f;
  border-bottom: 1px solid #909090;
}
a.but_music:hover {
  background-color: #dada8a;
}

a.but_hand_right {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #909090;
}
a.but_hand_right:hover {
  color: #fff;
  background-color: #ff9900;
}

a.but_thumbs_down {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #9999cc;
  border-bottom: 1px solid #909090;
}
a.but_thumbs_down:hover {
  background-color: #a6a6da;
}

a.but_thumbs_up {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #00cce5;
  border-bottom: 1px solid #909090;
}
a.but_thumbs_up:hover {
  background-color: #00daef;
}

a.but_globe {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #669999;
  border-bottom: 1px solid #909090;
}
a.but_globe:hover {
  background-color: #6fa6a6;
}

a.but_hospital {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #196666;
  border-bottom: 1px solid #909090;
}
a.but_hospital:hover {
  background-color: #1b6f6f;
}

a.but_coffe_cup {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #7f994c;
  border-bottom: 1px solid #909090;
}
a.but_coffe_cup:hover {
  background-color: #8aa652;
}

a.but_settings {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #997f4c;
  border-bottom: 1px solid #909090;
}
a.but_settings:hover {
  background-color: #a68a52;
}

a.but_chat {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #7f9919;
  border-bottom: 1px solid #909090;
}
a.but_chat:hover {
  background-color: #8aa61b;
}

a.but_play_button {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c664c;
  border-bottom: 1px solid #909090;
}
a.but_play_button:hover {
  background-color: #567456;
}

a.but_remove_2 {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #e59966;
  border-bottom: 1px solid #909090;
}
a.but_remove_2:hover {
  background-color: #efa66f;
}

a.but_lock {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #994c19;
  border-bottom: 1px solid #909090;
}
a.but_lock:hover {
  background-color: #a6521b;
}

a.but_shopping_cart {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #cc7f4c;
  border-bottom: 1px solid #909090;
}
a.but_shopping_cart:hover {
  background-color: #da8a52;
}

a.but_exclamation_mark {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c7f7f;
  border-bottom: 1px solid #909090;
}
a.but_exclamation_mark:hover {
  background-color: #528a8a;
}

a.but_info {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #667fcc;
  border-bottom: 1px solid #909090;
}
a.but_info:hover {
  background-color: #6f8ada;
}

a.but_question_mark {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c0019;
  border-bottom: 1px solid #909090;
}
a.but_question_mark:hover {
  background-color: #620020;
}

a.but_minus {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #666666;
  border-bottom: 1px solid #909090;
}
a.but_minus:hover {
  background-color: #747474;
}

a.but_plus {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #333333;
  border-bottom: 1px solid #909090;
}
a.but_plus:hover {
  background-color: #444444;
}

a.but_folder_open {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #99cc99;
  border-bottom: 1px solid #909090;
}
a.but_folder_open:hover {
  background-color: #a6daa6;
}

a.but_file {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #999999;
  border-bottom: 1px solid #909090;
}
a.but_file:hover {
  background-color: #a6a6a6;
}

a.but_envelope {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #727272;
  border-bottom: 1px solid #909090;
}
a.but_envelope:hover {
  background-color: #7c7c7c;
}

a.but_edit {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #e5cc7f;
  border-bottom: 1px solid #909090;
}
a.but_edit:hover {
  background-color: #efda8a;
}

a.but_cogwheel {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #194c7f;
  border-bottom: 1px solid #909090;
}
a.but_cogwheel:hover {
  background-color: #1e5c99;
}

a.but_check {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #004c4c;
  border-bottom: 1px solid #909090;
}
a.but_check:hover {
  background-color: #005c5c;
}

a.but_camera {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #007fcc;
  border-bottom: 1px solid #909090;
}
a.but_camera:hover {
  background-color: #008ada;
}

a.but_calendar {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c99e5;
  border-bottom: 1px solid #909090;
}
a.but_calendar:hover {
  background-color: #52a6ef;
}

a.but_bookmark {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #990000;
  border-bottom: 1px solid #909090;
}
a.but_bookmark:hover {
  background-color: #b60000;
}

a.but_book {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #7f9999;
  border-bottom: 1px solid #909090;
}
a.but_book:hover {
  background-color: #8aa6a6;
}

a.but_download {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #909090;
}
a.but_download:hover {
  background-color: #ff9900;
}

a.but_pdf {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #909090;
}
a.but_pdf:hover {
  background-color: #ff9900;
}

a.but_word_doc {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #909090;
}
a.but_word_doc:hover {
  background-color: #ff9900;
}

a.but_woman {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #909090;
}
a.but_woman:hover {
  background-color: #ff9900;
}


/* styled boxes */
.info, .error, .notice, .success {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #bbb;
  margin-bottom: 20px;
  font-size: 13px;
}
p.error {
  border: none;
}
.info strong, .error strong, .notice strong, .success strong {
  font-size: 16px;
}
.message-box-wrap {
  border: 0px solid #fff;
  padding:10px;
}
.info {
  color: #4a84bc;
  border-color: #c6e3ff;
  background-color: #e6f3ff;
}
.error {
  color: #bd6767;
  border-color: #f1bdbd;
  background-color: #ffdddd;
}
.notice {
  color: #a79a30;
  border-color: #d7d099;
  background-color: #f6f2d2;
}
.success {
  color: #1ea133;
  border-color: #a9ecb4;
  background-color: #dffbe4;
}
.close-but {
  width: 10px;
  height: 10px;
  float: right;
  border: none;
  margin: 5px;
  background: url(../images/elements/icon-remove.png) no-repeat center top;
}

/* dropcaps */

.dropcap1, .dropcap2, .dropcap3 {
  float: left;
  text-align: center;
  overflow:hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.dropcap1 {
  width: 53px;
  height:  58px;
  line-height: 50px;
  background:url(../images/elements/dropcap_gray.png) no-repeat scroll 0px 0px transparent;
  color: #999;
  margin:0 8px -4px 0;
  font-size: 32px;
}
.dropcap1.gray {
  background-image:url(../images/elements/dropcap_gray.png);
}
.dropcap2 {
  background:url(../images/elements/dropcap_gray.png) no-repeat scroll 0 -108px transparent;
  color:#999;
  line-height: 47px;
  height: 56px;
  width: 53px;
  margin:0 8px -4px 0;
  font-size:32px;
}
.dropcap2.gray {
  background-image:url(../images/elements/dropcap_gray.png);
}
.dropcap3 {
  font-size:40px;
  line-height: 40px;
  width:44px;
  height:44px;
  margin:0 0 -4px 0;
}
.dropcap3.gray {
  color: #999;
}


/* styled lists */
ul.list1 {
  padding: 0px;
  margin: 0px;
}
.list1 li {
  padding: 0px;
  margin: 0px;
  text-align: left;
  line-height: 30px;
}
.list1 li i {
  padding: 0px;
  margin: 0px 4px 0px 0px;
}


/* highlight colors */
.highlight {
  color: #fff;
  padding: 2px 5px;
  background: #000;
  border-radius:3px;
}
.highlight.black {
  background: #000;
  border-radius:3px;
}
.highlight.red {
  background: #ff0000;
  border-radius:3px;
}
.highlight.gray {
  background: #aaa;
}
.highlight.yellow {
  background: #fff000;
}
.highlight.blue {
  background: #0099cc;
}
.highlight.pink {
  background: #e826b4;
}
.highlight.green {
  background: #48b02b;
}
.highlight.orange {
  background: #ffcc00;
}
.highlight.magenta {
  background: #9325ea;
}


/* buttons */
.button, button {  
    text-decoration:none;
  text-align:center;
  color:#fff;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height:32px;
  line-height:32px;
  padding:0px 15px;
  position:relative;
  outline: none;
  overflow: hidden; /* removes extra side padding in IE */
  cursor: pointer;
  border: 1px solid #dcdcdc;/* IE */
  border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
  border-bottom:rgba(0, 0, 0, .4) 1px solid;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  /*text-transform: uppercase;*/

  background: -moz-linear-gradient(
    center top,
    rgba(255, 255, 255, .1) 0%,
    rgba(0, 0, 0, .1) 100%
  );/* FF3.6 */
  background: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(rgba(255, 255, 255, .1)),
    to(rgba(0, 0, 0, .1))
  );/* Saf4+, Chrome */
  
  background-color:white;
}

.button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}

.button:hover, .button.hover, .page-numbers:hover  {
  background: -moz-linear-gradient(
    center top,
    rgba(255, 255, 255, .2) 0%,
    rgba(255, 255, 255, .1) 100%
  );/* FF3.6 */
  background: -webkit-gradient(
    linear,
    center bottom,
    center top,
    from(rgba(255, 255, 255, .1)),
    to(rgba(255, 255, 255, .2))
  );/* Saf4+, Chrome */
}
.button:active, .button.active, .page-numbers:active {
  /*top:2px;*/
  background: -moz-linear-gradient(
    center top,
    rgba(0, 0, 0, .1) 0%,
    rgba(255, 255, 255, .2) 100%
  );/* FF3.6 */
  background: -webkit-gradient(
    linear,
    center bottom,
    center top,
    from(rgba(255, 255, 255, .2)),
    to(rgba(0, 0, 0, .1))
  );/* Saf4+, Chrome */

}

.button.full{
  display: block;
}

.button.small{
  font-size:13px;
}
.button.medium{
  font-size:13px;
  height:40px;
  line-height:40px;
}
.button.large{
  font-size:16px;
  height:50px;
  line-height:50px;
}


/* styled buttons */
.button.red {
  background-color: #ff0000;
  color: #fff;
}
.button.blue {
  background-color: #117ed1;
  color: #fff;
}
.button.lightblue {
  background-color: #0099cc;
  color: #fff;
}
.button.green {
  background-color: #009933;
  color: #fff;
}
.button.black {
  background-color: #333;
  color: #fff;
}
.button.orange {
  background-color: #ff8100;
  color: #fff;
}
.button.darkgray {
  background-color: #818181;
  color: #fff;
}
.button.gray {
  background-color: #f0f0f0;
  color: #000;
}

/* tables */
.table-style {
  float: left;
  width: 100%;
}
.table-list {
  float: left;
  background-color: #fff;
  border: 1px solid #dddddd;
  margin-bottom:20px;
  width: 100%;
}
.table-list th {
  padding: 18px 10px;
  background-color: #eee;
  text-align:center;
}
.table-list td {
  padding: 13px 10px;
  text-align: center;
  background-color: #f5f5f5;
}
.table-list tr:hover td {
  background-color: #f9f9f9;
}

ul.list_empty {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.list_empty li {
  float: left;
  padding: 0px;
  margin: 0px 20px 35px 0px;
}


/* pricing tables */
.pricing-tables-main {
  position: relative;
  float: left;
  margin-bottom: 40px;
}

.pricing-tables {
  position: relative;
  float: left;
  width: 24%;
  border: 1px solid #eee;
}
.pricing-tables .title {
  float: left;
  width: 100%;
  height: 30px;
  padding: 13px 0 10px 0;
  background-color: #454545;
  text-align: center;
  font-size: 23px;
  color: #fff;
  border-top: 3px solid #272727;
  border-bottom: 1px solid #818181;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables .price {
  float: left;
  width: 100%;
  padding: 30px 0 30px 0;
  background-color: #636363;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables .price i {
  font-size: 14px;
  color: #ccc;
  display: block;
  font-weight: normal;
  font-style: normal;
  margin-top: 5px;
}
.pricing-tables .cont-list {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f9f9f9;
  text-align: center;
  color: #727272;
}
.pricing-tables .cont-list ul {
  margin: 0;
  padding: 0;
}
.pricing-tables .cont-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.pricing-tables .cont-list li.last {
  border: none;
}
.pricing-tables .ordernow {
  float: left;
  width: 100%;
  padding: 28px 0px;
  background-color: #eee;
  text-align: center;
  color: #fff;
}
.pricing-tables-main .ordernow .normalbut{
  color: #fff;
  background-color: #666;
  border: 1px solid #454545;
  padding: 10px 18px;
  border-radius: 3px;
  font-weight: normal;
}
.pricing-tables-main .ordernow .normalbut:hover{
  background-color: #727272;
}
.pricing-tables-main .ordernow .colorchan{
  color: #fff;
  background-color: #47738b;
  padding: 10px 18px;
  border-radius: 3px;
  font-weight: normal;
}
.pricing-tables-main .ordernow .colorchan:hover{
  color: #fff;
  background-color: #3a647c;
}
.pricing-tables-helight{
  position: relative;
  float: left;
  width: 27%;
  z-index: 3;
  -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.pricing-tables-helight .title {
  float: left;
  width: 100%;
  height: 46px;
  padding: 20px 0 0 0;
  margin-top: -10px;
  background-color: #416c84;
  text-align: center;
  font-size: 23px;
  color: #fff;
  border-top: 3px solid #3a647c;
  border-bottom: 1px solid #527c94;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables-helight .price {
  float: left;
  width: 100%;
  padding: 30px 0 30px 0;
  background-color: #47738b;
  text-align: center;
  font-size: 45px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables-helight .price i {
  font-size: 14px;
  color: #eee;
  display: block;
  font-weight: normal;
  font-style: normal;
  margin-top: 5px;
}
.pricing-tables-helight .cont-list {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f9f9f9;
  text-align: center;
  color: #727272;
}
.pricing-tables-helight .cont-list ul {
  margin: 0;
  padding: 0;
}
.pricing-tables-helight .cont-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.pricing-tables-helight .cont-list li.last {
  border: none;
}
.pricing-tables-helight .ordernow {
  float: left;
  width: 100%;
  padding: 30px 0 35px 0;
  background-color: #eee;
  text-align: center;
  color: #fff;
}

.pricing-tables-two {
  position: relative;
  float: left;
  width: 33%;
  border: 1px solid #eee;
}
.pricing-tables-two .title {
  float: left;
  width: 100%;
  height: 30px;
  padding: 13px 0 10px 0;
  background-color: #454545;
  text-align: center;
  font-size: 23px;
  color: #fff;
  border-top: 3px solid #272727;
  border-bottom: 1px solid #818181;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables-two .price {
  float: left;
  width: 100%;
  padding: 30px 0 30px 0;
  background-color: #636363;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables-two .price i {
  font-size: 14px;
  color: #ccc;
  display: block;
  font-weight: normal;
  font-style: normal;
  margin-top: 5px;
}
.pricing-tables-two .cont-list {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f9f9f9;
  text-align: center;
  color: #727272;
}
.pricing-tables-two .cont-list ul {
  margin: 0;
  padding: 0;
}
.pricing-tables-two .cont-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.pricing-tables-two .cont-list li.last {
  border: none;
}
.pricing-tables-two .ordernow {
  float: left;
  width: 100%;
  padding: 28px 0;
  background-color: #eee;
  text-align: center;
  color: #fff;
}

.pricing-tables-helight-two{
  position: relative;
  float: left;
  width: 33%;
  z-index: 3;
  -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.pricing-tables-helight-two .title {
  float: left;
  width: 100%;
  height: 46px;
  padding: 20px 0 0 0;
  margin-top: -10px;
  background-color: #416c84;
  text-align: center;
  font-size: 23px;
  color: #fff;
  border-top: 3px solid #3a647c;
  border-bottom: 1px solid #527c94;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables-helight-two .price {
  float: left;
  width: 100%;
  padding: 30px 0 30px 0;
  background-color: #47738b;
  text-align: center;
  font-size: 45px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables-helight-two .price i {
  font-size: 14px;
  color: #eee;
  display: block;
  font-weight: normal;
  font-style: normal;
  margin-top: 5px;
}
.pricing-tables-helight-two .cont-list {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f9f9f9;
  text-align: center;
  color: #727272;
}
.pricing-tables-helight-two .cont-list ul {
  margin: 0;
  padding: 0;
}
.pricing-tables-helight-two .cont-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.pricing-tables-helight-two .cont-list li.last {
  border: none;
}
.pricing-tables-helight-two .ordernow {
  float: left;
  width: 100%;
  padding: 30px 0 35px 0;
  background-color: #eee;
  text-align: center;
  color: #fff;
}

/* columns with box */
.framed-box {
  border: 1px solid #e3e3e3;
  width: 100%;
}
.framed-box.center{
  text-align:center;
}
.framed-box-wrap {
  border: 1px solid #fff;
  background-color: #f9f9f9;
}
.framed-box-wrap .pricing-title {
  background-color: #f1f1f1;
  padding: 20px 0px 0px 0px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.framed-box-wrap .pricing-text-list {
  padding: 15px 20px 40px 20px;
  text-align: center;
}


/* testimonials */
.testimonials-5 {
  float: left;
}
.testimonials-5 span {
  float: left;
}

.testimonials-4 {
  float: left;
}

.testimonials-4 .content {
  float: left;
  padding: 20px 20px 25px 20px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.testimonials-4 .content i {
  font-size: 11px;
  color: #909090;
  text-transform: none;
}

.testimonials-2 {
  float: left;
}
.testimonials-2 span {
  float: left;
  line-height: 21px;
  padding: 20px 30px 20px 30px;
  border: 1px solid #eee;
  background: #f9f9f9;
}

/* section 1 */
ul.lirc_section {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.lirc_section li {
  float: left;
  padding: 0px;
  margin: 0px;
}
.lirc_section li.left {
  float: left;
  padding: 0px;
  margin: 0 8% 0 0;
  width: 90px;
  height: 90px;
  line-height: 110px;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
}
.lirc_section li.left i {
  color: #47738b;
}
.lirc_section li.right {
  float: left;
  padding: 0px;
  margin: 0;
  width: 60.7%;
}
.lirc_section li.left.two {
  padding: 0px;
  margin: 0 0 0 35%;
  width: 65px;
  height: 65px;
  line-height: 75px;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
}
.lirc_section li.right.two {
  float: left;
  padding: 0px;
  margin: 0;
  width: 100%;
  text-align: center;
}
.lirc_section li.right.two h3 {
  margin-top: 20px;
}

.punchline_text_box {
  float: left;
  width: 95.400%;
  padding: 30px 20px;
  margin: 0px;
  border: 1px solid #eee;
  border-left: 5px solid #47738b;
  color: #999;
  background: #f9f9f9;
}
.punchline_text_box strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #222628;
}

.punchline_text_box .left {
  float: left;
  width: 80%;
}
.punchline_text_box .right {
  float: left;
  width: 20%;
}

a.knowmore_but {
  float: right;
  padding: 13px 20px 13px 20px;
  margin: 0px 0px 0px 50px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background-color: #47738b;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #999;
}
a.knowmore_but:hover {
  color: #fff;
  background-color: #222628;
}

.bottom_buts {
  float: left;
  margin-left: 30%;
  text-align: center;
}
.bottom_buts a {
  color: #fff;
  font-size: 18px;
  /*text-transform: uppercase;*/
  background-color: #47738b;
  border-radius: 4px;
  padding: 12px 22px;
  font-weight: 300;
  float: left;
  margin-top: 35px;
}
.bottom_buts a:hover {
  background-color: #999;
}
.bottom_buts img {
  float: left;
  width: 26px;
  height: 62px;
  margin: 28px 13px 0px 13px;
}

/* parallax section 1 */
.para_sec01 {
  float: left;
  width: 100%;
  height: 210px;
  padding: 40px 0px 0px 0px;
  text-align: center;
  background: #eee url(../images/para-bg1.png) no-repeat center top;
}
.para_sec01 b {
  font-weight: bold;
  font-size: 27px;
  padding: 18px 0px;
  font-family: 'Open Sans', sans-serif;
  color: #222628;
  display: block;
  margin-bottom: 27px;
}
.para_sec01 b em {
  margin-top: 13px;
  font-size: 18px;
  font-style: normal;
  display: block;
  font-weight: normal;
}
.para_sec01 a {
  color: #fff;
  border-radius: 5px;
  background-color: #40d172;
  padding: 16px 27px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #2fc061;
  /*text-transform: uppercase;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.para_sec01 a:hover {
  color: #fff;
  background-color: #282b2e;
  border: 1px solid #282b2e;
}


/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
  z-index: 999;
}

/*** our style ***/
/*** page title ***/
.page_title .title h1
{
  text-transform: capitalize;
}
/** for bredcumbs ***/
.breadcrumb.breadcrumbs > li {
    float: left;
    width: auto;
}
.breadcrumbs .divider {
  color: #727272;
    margin: 0 2px;
}
.breadcrumbs ul
{
  margin:0;
}

/* For heading in footer flicker photo */
.footer h3 {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 300;
}
/*** for recent post  ***/
.aidanews2.one_fourth {
    width: 100%;
}

.aidanews2 .even {
    background-color: transparent !important;
}
.aidanews2_line {
 
   
}
.aidatoday {
    border-bottom: 1px solid #393939;
    margin: 0 0 16px;
    padding: 0 0 16px;
}
.aidatoday.last {
    border-bottom: medium none !important;
}
/** for twitter **/
.twitter_feeds .left {
display: none;
}
.twitter_feeds .clearfix.divider_line4 {
display: none;
}


/*** service style ***/
.get_features i.fa
{
  padding-left:8px;
}
/** more about us menu in about us page style2 **/
.nav {
    list-style: none outside none;
    margin-left: 0;
    float: left !important;
}

.sidebar_widget .nav > li > a {
    line-height: 30px;
}
/** recent post in about us page2 **/
.sidebar_widget.aidanews2 img {
    
    opacity: 0.8;
    margin: 0;
    float: left;
    border: medium none;
}
/** left side bar page **/
.left_sidebar .nav > li > a {
    line-height: 30px;
}
.right_sidebar .nav > li > a {
    line-height: 30px;
}
/** faqs heading **/
h3.toggler {
  background: url("../images/accordion-ico.png") no-repeat scroll 20px 9px rgba(0, 0, 0, 0) !important;
  
    color: #727272;
    
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
   
    text-decoration: none;
    text-shadow: none;
}
h3.toggler.active{
    background: url("../images/accordion-ico.png") no-repeat scroll 20px -61px rgba(0, 0, 0, 0) !important;
    border: 1px solid #EEEEEE;
    color: #47738B;
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    padding: 11px 20px 11px 50px;
    text-decoration: none;
    text-shadow: none;
}
.wk-accordion-default .toggler {
  background-color:transpernt !important;
    border: 1px solid #DDDDDD !important;
    border-radius: 0px !important;
    box-shadow: 0 1px 0 #FFFFFF inset !important;
    margin-bottom: 0px !important;
    padding: 6px 20px 11px 50px !important;
    text-shadow: 0 1px 0 #FFFFFF !important;
}
.wk-accordion-default .toggler.active
{
  
}
.toggler h3:hover, .toggler.active h3, .toggler.active h3:hover {
    border-bottom: 1px solid #FFFFFF;
    color: #47738B;
}
.content-wrapper {
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #EEEEEE;
    border-image: none;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;  
  border-bottom: 1px solid #DDDDDD;
  border-width: 0 1px 1px;
    color: #999999;
  margin-bottom: 4px;
  padding: 0 0 0 50px;
}
/** awsome font padding **/
.four_col_fusection i.fa.fa-4x {
    padding-left: 14px;
}
.lirc_section li.left i.fa.fa-3x {
    padding-left: 11px;
}
.lirc_section li.left i.fa.fa-2x {
    padding-left: 7px;
}
.get_features i.fa.fa-2x {
    padding-right: 5px;
    padding-top: 7px;
}
.four_col_fusection .one_fourth i {
    
    margin-bottom: 7px !important;
    
}

/** custom clearfix **/
.mar_top0 {
    float: left;
    margin-top: 7px;
    width: 100%;
}
.clearfix.mar_top2, .clearfix.mar_top1, .clearfix.mar_top3{
    height: 0;
}
 /** in menu item padging */
.sidebar_widget i.fa {
padding-right: 4px;
}
/** faqs heading **/
.page-header h1 {
   font-size: 27px;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 22px
}

/** recent post set width of image div in all page except footer **/
.sidebar_widget .aidanews2_mainL {  
   
    width: auto;
    margin-right: 15px;
}

.pagenav{
  float:left;
    background-color: #EEEEEE;
    border-radius: 3px;
    color: #454545;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 10px;
    /*text-transform: uppercase;*/
  margin-left: 5px;
}
.counter.pull-right
{
  color: #999999;
    float: left;
    font-weight: normal;
    margin: 0 5px 2px 0;
    padding: 0 10px;
}

.postDate.for-desktop div{
    color: #47738B;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
    text-transform: none;
  width:100%;
  margin-bottom:15px;
}
.category-name,.postTags,.postBy,.create,.createdby{
    color: #A1A1A1;
    font-size: 11px;
    padding: 0 5px 0 20px;
    text-decoration: none;
  padding-left: 10px;
    margin-bottom: 10px;
  float:left;
}
.category-name a{
  color: #A1A1A1;
}
.btn.ccomment-readmore
  {
  color: #A1A1A1;
    font-size: 11px;
    padding: 0 5px 0 20px;
    text-decoration: none;
  padding-left: 10px;
    margin-bottom: 10px;
  float:none;
  display:none;
  }
.pagination p {
    float: left;
  margin-right:10px;
  margin-top:5px;
}
.pagination li span:hover{
    background-color: #454545;
    color: #ffffff;
}
.pagination li a:hover{
    background-color: #454545;
    color: #ffffff;
}
/** video **/
.video_frame.small {
    float: left;
    width: 45%;
}
/** blog-post heading **/
.page-header h2{
    color: #47738B;
    float: left;
    font-family: 'Open Sans',sans-serif ;
    font-size: 30px ;
    font-weight: 300;
  width:100%;
       
}
/** set font awsome in share post **/
.sharepost li i {
    color: #FFFFFF;
}
.sharepost li {
    background-color: #47738B;
    border-radius: 2px;
    float: left;
    list-style-type: none;
    margin: 0 8px 5px 0;
    padding: 2px 6px;
}
/** recent post and popular post one page blog **/
.aidanews2.one_half {
    width: 100%;
}
.one_half .aidanews2_art {
    border-bottom: 1px solid #F5F6F6;
    float: left;
    margin: 0 0 16px;
    padding: 0 0 13px;
    width: 100%;
}
.one_half.aidanews2 img {
    border: medium none;
    float: left;
    margin: 0;
    opacity: 0.8;
}
.one_half .aidanews2_mainL {
    margin-right: 15px;
    width: auto;
}
.one_half h3{
    float: left;
    font-weight: 300;
    margin-bottom: 22px;
    width: 100%;
}

/** comment in single blog page */
.row-fluid .span6 {
  width:90% !important;
    margin-left: 0 !important;
  margin-bottom: 20px !important;
}
.ccomment .help-block {
    display: none !important;
   
}
.pull-right.submit-cancel {
    float: left !important;
    margin-left: 69px !important;
  margin-bottom:20px;
}
.checkbox.pull-right.small.ccomment-notify {
    float: left;

    margin-left: 8%;
    width: 92%;
}
.ccomment-form input[type="checkbox"] {
    margin-top: 6px !important;
}
.btn.btn-primary.ccomment-send.comment_submit1 {
  background-color: #eee !important;
  border: 1px solid #ddd !important;
  padding: 6px 13px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  color: #333 !important;
  text-transform: uppercase !important;
}
.row-fluid .span4 {
     display: none !important;
}
.btn.btn-small.ccomment-quote.btn-link {
    display: none;
}
.ccomment .ccomment-form {
   
    margin-bottom: 30px;
}
.ccomment button.btn.btn-mini, .ccomment input.btn.btn-mini[type="submit"] {
    display: none !important;
}
.ccomment button.btn.btn-small, .ccomment input.btn.btn-small[type="submit"] {
  color: #D3D3D3;
    float: left;
    margin-top: 5px;
  text-decoration:none;
  text-transform: capitalize;
}
.ccomment button.btn.btn-small:hover {
    color: #727272;
    float: left;
    margin-top: 5px;
}
.btn.ccomment-cancel {
    display: none !important;
}
.ccomment textarea, .ccomment input[type="text"] {
  background-color: rgb(249, 249, 249) !important;
    border-color: rgb(227, 227, 227) !important;
  border-width: 2px 1px 1px 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 40px !important;
    padding: 7px 10px 0 !important;
}
.ccomment-menu {
    border-bottom: none !important;
}
.ccomment-comment {
    border-top: 1px solid #EEEEEE !important;
}
.ccomment-comment-content a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #999999 !important;
    text-decoration: none !important;
}
/** contact form **/
.accordion-group {
   
    width: 48%;
}
.accordion-group.one_half.last.address-info {
    float: right!important;
}
.contact {
    float: left;
    width: 100%;
}
#slide-contact.accordion {
    float: left;
    width: 100%;
}

/*** Tag module ***/
#holder_TC167 {
   
    float: left;
  border: 1px solid #EEEEEE;
   
}

/* Blog CSS Start */
.cols-2 .column-1, .cols-2 .column-2, .cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3, .cols-4 .column-1, .cols-4 .column-2, .cols-4 .column-3, .cols-4 .column-4 {float: left;margin-left: 1%!important;margin-right: 1%;}
.cols-2 .column-1, .cols-2 .column-2 {width: 48%!important;}
.cols-3 .column-1, .blog .cols-3 .column-2, .cols-3 .column-3 {width: 30%;}
.cols-4 .column-1, .cols-4 .column-2, .cols-4 .column-3, .cols-4 .column-4 {width: 23%;}
/* Blog CSS End */

/** category LIst page heading ***/
.category-list h1, .categories-list h1
{
   font-size: 27px;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 22px;
}
.filters.btn-toolbar div.btn-group.pull-right
{
  float:left;
  margin-bottom:15px;
}
th
{text-align:left;}
table{border-collapse:collapse;border-spacing:0;border:1px solid #c1c1c1;width:100%}
table td,table th{text-shadow:0 1px 0 rgba(255,255,255,0.75);border:0}
table th{font-size:14px;border-bottom:1px solid #c1c1c1;padding:10px 5px}
table td{font-size:13px;/*border-bottom:1px solid #c1c1c1;*/padding:10px}
tr:first-child{background-color:#ccc}
tr:nth-child(2n){background-color:#fff}
tr:nth-child(2n+1){background-color:#fff}

/*** Login ***/
.controls button.btn.colorchan, .form-actions button.btn.colorchan, #searchForm button.btn.colorchan, .submit-cancel button.btn.colorchan
{
color: #fff;
  background-color: #47738b;
  
  border-radius: 3px;
  font-weight: normal;
  line-height:27px;
}
.control-group .check
{
  width:20px;
  float:left;
  margin-right:10px;
}

.login_frm .control-group, #member-registration fieldset.registration .control-group, #user-registration .control-group, #member-profile .control-group, #contact-form .control-group
{
  margin-bottom:15px;
  float:left;
  width:100%;
}
.login_frm input#password, .login_frm input#username, #member-registration input, #user-registration input, #member-profile input, #searchForm input.inputbox, #contact-form input
{
   background-color: #F9F9F9;
    border-color: #E1E1E1;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.form-actions button.btn.colorchan
{
  margin-right:10px;
}
.controls .chzn-container
{
  width:250px!important;
}
.controls .chzn-container-single .chzn-drop
{
  width:248px!important;
}

#searchForm .phrases, #searchForm .only, .phrases .phrases-box, .phrases .ordering-box
{
  float:left;
  width:100%;
  margin-bottom:15px;
}
#searchForm .btn-toolbar, #searchForm .searchintro
{
  margin-bottom:15px;
}
#searchForm input.inputbox
{
  margin-right:15px;
}
#contact-form input
{
  width:70%;
}
#contact-form input#jform_contact_email_copy
{
  width:auto;
  float:none;
  height:auto;
}
#contact-form textarea
{
background-color: #F9F9F9;
    border-color: #E1E1E1;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    float: left;
    height: 235px;
    margin-bottom: 20px;
    padding: 7px 10px 0;
    width: 90%;
}
.contact > h3 {
    display: none;
}
.contact h3.cont
{
  display:block;
}
.contact-form {
    float: left;
    width: 100%;
}

.moduletable.site-search-area {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
/** in single post about author **/
.moduletable.about_author1 {
    float: left;
}
/** j content feature article **/
.blog-featured h2.item-title {
  color: #47738B;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-top: 5px;
    text-decoration: none;
    text-transform: none;
  width:100%;
  margin-bottom:15px;
   
}
.one_half.s1 > h3 {
    float: none;
}

#tiny li i.fa-angle-right
{
  display:none;
}
/*** Video frame ***/
.blog_postcontent .video_frame.small {
  float: left;
  width: 43%;
  border: 7px solid #fff;
  margin-bottom: 25px;
  /*-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);*/
}
.blog_postcontent .video_frame.small:hover {
  border: 7px solid #f9f9f9;
}
.blog_postcontent .video_frame {
    border: 7px solid #FFFFFF;
   /* box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);*/
    float: left;
    margin-bottom: 25px;
    width: 98%;
}
.article-info.muted {
    float: left;
    width: 100%;
}
/***shop menu **/
.randm_prd a {
    font-size: 18px;
}
.bestseller, .shopping_cart, .shop_search_mod, .shop_category, .featuredProductImage, .shop_currancy {
    margin-bottom: 20px;
}
.shopping_cart h3 {
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 4px;
    padding-top: 10px;
    text-align: center;
  float:left;
  width:100%;
}

.shopping_cart .vm_cart_products {
    float: left;
    text-align: center;
    width: 100%;
}
.cart_emt {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.fnt_awsm {
    margin-bottom: 10px;
}
.fnt_awsm i {
    background-color: #40d172;
    border-radius: 100%;
    color: #ffffff;
    height: 62px;
    line-height: 62px;
    text-align: center;
    vertical-align: middle;
    width: 62px;
}
.layout2_fusection2.shop_artical {
    padding-top: 0;
}
.layout2_fusection2.shop_artical .left_sec {
    width: 50.5%;
}

.layout2_fusection2.shop_artical .right_sec ul.ic_list1 {
    width: 93%;
}

.layout2_fusection2.shop_artical .right_sec .ic_list1 li.right {
    text-align: left !important;
    width: 100%;
}

.banner_content.floatleft.width70 {
    height: 268px;
}
.banner_content {
    overflow: hidden;
    position: relative;
}
img {
    max-width: 100%;
}

.banner_img:hover .ImageOverlayN {
    border: 0 solid rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}
.banner_content .ImageOverlayN {
    border: 50px solid rgba(0, 0, 0, 0.6);
    border-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 100px;
    left: 241px;
    opacity: 1;
    position: absolute;
    top: 90px;
    transform: scale(10);
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    width: 100px;
}
.banner_img:hover img {
    transform: rotate(-5deg) scale(1.2);
}
.banner_other_content.floatleft.width30 {
    background-color: #2d4b5b;
    color: #ffffff;
    height: 268px;
}
.upper_section {
    float: left;
    padding-top: 20px;
    width: 100%;
}
.midele_section {
    float: left;
    padding: 20px 0;
    width: 100%;
}
.bottom1_section {
    float: left;
    padding-top: 15px;
    width: 100%;
}

.upper_span, .bottom_span {
    font-size: 25px;
}

.midele_span {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
}

/* left module css */
.width200px {
    width: 200px;
}
.shopping_cart h3, .shop_category h3, .bestseller h3, .site-search-area h3, .shop_currancy h3 {
    float: left;
  /*  font-weight: 300;
    margin-bottom: 20px;*/
    width: 100%;
}

.layout2_fusection1 .right .shopping_cart a, .right_sidebar .shopping_cart a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #47738b;
    float: left;
    padding: 0 0 0 10px;
    width: auto;
}

.vm_cart_products span.prices:last-child {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.vm_cart_products span.prices {
    /*float: right;
    margin-right: 5px;
    width: 34%;*/
  float:right;
  margin-right:15px;
}
.shopping_cart .total_product_custom {
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 5px;
    text-align: right;
    width: 80%;
  margin-right:10px;
}
.shopping_cart .product_row {
    float: left;
    text-align: left;
  width:60%;
}
#site-searchform #mod-search-searchword {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    color: #999999;
    float: left;
    font: 12px "Trebuchet MS",Helvetica,Arial,sans-serif;
    height: 30px;
    padding: 5px 10px;
    width: 71%;
}
/* shoping cart */
#com-form-login {
    margin: 0 0 24px;
    padding: 20px 0;
}
#com-form-login-username .inputbox, #com-form-login-password .inputbox, .order-view .inputbox {
    background-color: #f9f9f9;
    border-color: #e1e1e1;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    float: left;
    height: 30px;
/*    line-height: 32px;*/
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.details:hover {
    background-color: #47738b !important;
    background-image: none !important;
}

.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
    background-color: #47738b !important;
}
.userdata > p {
    margin-bottom: 15px;
}

.remember_login {
    float: left;
    width: auto;
}

#com-form-login-remember .default, .order-view .default {
    background: none repeat scroll 0 0 #47738b;
    border: medium none !important;
    border-radius: 3px;
    color: #ffffff;
    margin-left: 10px;
  /*  padding: 5px 15px;*/
}
.width50.floatleft.right {
    float: right;
    margin: 0;
}
.virtu_cart_fntawsm {
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
}
/*shop home page*/
ul.testi_monials li.right {
    text-align: left !important;
}
.layout2_fusection2.shop_artical .right_sec {
    float: right;
    width: 45%;
}
.layout2_fusection1.pos-4 {
    border-bottom: 1px solid #eeeeee;
}

.people_says_icon.pos-4_icon {
    line-height: 92px !important;
    margin-top: -35px;
}
.bestseller .spacer {
    border-bottom: 1px solid #f5f6f6;
    margin-bottom: 10px;
    padding-bottom: 10px;
  float: left;
    width: 100%;
}
.bestseller .imageset {
    float: left;
    height: 125px;
    position: relative;
    width: 100px;
}

.bestseller .productset {
    float: left;
    margin-left: 14px;
    width: 61%;
}
.sectiontableentry1 h4 {
    color: #595959;
    font-weight: normal;
    /*text-transform: uppercase;*/
}
/*shoping cart */
.data-table thead th {
    border-right: 1px solid #f5f5f5;
    font-weight: 600;
    padding: 18px 10px;
    text-align: center;
    /*text-transform: uppercase;*/
    vertical-align: middle;
    white-space: nowrap;
}
.data-table thead th {
    background: none repeat scroll 0 0 #eeeeee;
}

.data-table tbody th, .data-table tbody td {
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
}
.no-border-right {
    border-left: 1px solid #c1c1c1;
    border-right: 0 none !important;
}
table td {
    /*border-bottom: 1px solid #c1c1c1;*/
    font-size: 13px;
    padding: 10px;
}
.category  td {
    border-bottom: 1px solid #c1c1c1;
    font-size: 13px;
    padding: 10px;
}
.a-center {
    text-align: center !important;
}
tr:nth-child(2n+1), tr:nth-child(2n) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.a-left.product-name-td, .unit-price, .sub-total, .cart_price_total > td, .cart_shiipping > td, .cart_payment > td, .cart_final_total > td {
    font-size: 16px;
}
.btn-update1 {
    background: url("../images/refresh.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 27px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    vertical-align: middle;
    width: 27px;
}
.btn-remove2 {
    background: url("../images/close.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 27px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    vertical-align: middle;
    width: 27px;
}

.cart .totals table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d5d5d5 -moz-use-text-color -moz-use-text-color #d5d5d5;
    border-image: none;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    margin: 0;
    width: 100%;
}*/
/*wishlist */

#users-profile-core > h2 {
    font-weight: 300;
    margin-bottom: 20px;
}

#users-profile-custom > h2 {
    font-weight: 300;
    margin-bottom: 20px;
}
#users-profile-core > dl {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
#users-profile-core dt {
    float: left;
    font-weight: 600;
    margin-right: 10px;
    width: 200px;
}
#users-profile-custom dt {
    float: left;
    font-weight: 600;
    margin-right: 10px;
    width: 200px;
}
#users-profile-custom > dl {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
#edit-profile-cust {
    background: none repeat scroll 0 0 #47738b;
    border: medium none !important;
    border-radius: 3px;
    color: #ffffff;
}

.mar-bot10 > select {
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc !important;
    border-radius: 0 !important;
    box-shadow: none;
    padding: 5px;
    width: 278px;
}
button.validate:hover {
    background-color: #47738b;
    border-radius: 3px;
    color: #ffffff;
    font-weight: normal;
    line-height: 27px;
}

button.validate:hover {
    background-color: #47738b;
    border-radius: 3px;
    color: #ffffff;
    font-weight: normal;
    line-height: 27px;
}
button.validate, .controls button.btn.colorchan, .form-actions button.btn.colorchan, #searchForm button.btn.colorchan, .submit-cancel button.btn.colorchan {
    background-color: #47738b;
    border-radius: 3px;
    color: #ffffff;
    font-weight: normal;
    line-height: 27px;
/*  margin-top:10px;*/
}

.adminForm.user-details.accnt_detail, .accnt_detail td {
    background: none repeat scroll 0 0 #fbfbfb;
    border: medium none;
}

.
 {
    float: left;
    margin: 40px 0 20px;
    text-align: left;
    width: 100%;
}
.control_button_cust {
    float: left;
    margin: 20px 0 0;
}

.control-buttons .vm-button-correct, .control-buttons .default {
    background: none repeat scroll 0 0 #47738b !important;
    border: 0 none !important;
    border-radius: 3px !important;
    color: #ffffff !important;
    display: inline-block;
    font-weight: normal !important;
    line-height: 23px !important;
    margin-left: 10px;
    padding: 3px 10px;
}

.button.vm-button-correct {
    font-size: 12px;
}
#mod_virtuemart_search {
    float: left;
    height: 32px !important;
    line-height: 32px;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

/*add to cart category product list page */
span.addtocart-button .addtocart-button {
    padding: 7px !important;
}
.right_sidebar .moduletable.shopping_cart {
    background: url("../images/cart_1.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    min-height: 220px;
}
.orderlistcontainer .title {
    float: left;
    margin-right: 10px;
}
.orderlistcontainer div.activeOrder, .orderlistcontainer {
    float: left;
}

.view_as {
    float: left;
    width: auto;
  margin-left:10px;
}

.view_as > a {
    margin-right: 5px;
}
.view_as > a:hover {
    cursor: pointer;
}
.cart-summary .buttonBar-right .vm-button-correct, .buttonBar-right .vm-button-correct, span.addtocart-button input.addtocart-button, .back-to-category .product-details, .virtuemart_search input.srch_btn, .write-reviews input.sub_review, .shopping_cart .show_cart_custom a, .add-to-cart-alt input.addtocart-button, .add-to-row input.addtocart-button, .cmp_btn a {
    background: none repeat scroll 0 0 #47738b !important;
    border: medium none !important;
    border-radius: 3px;
    color: #ffffff;
   /* font-weight: normal;
    padding: 0px 8px !important;*/
    width: auto !important;
}
.shopping_cart .show_cart_custom {
    float: left;
    text-align: center;
    width: 100%;
}
.category_prodcut .one_third {
    width: 30.3%;
}
.category_prodcut .one_third:hover .options {
    opacity: 1;
    visibility: visible;
}
.category_prodcut .one_third:hover {
    border-color: #47738b;
}
.grid_view .image_section .options {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.7s ease 0s;
    visibility: hidden;
    width: 100%;
}
.browse-view .row .product .spacer img {
max-height:100% !important;
max-width:100% !important;
}
.browse-view .row .product .spacer {
padding: 0!important;
float: left;
width: 100%;
}

.options .addtocart-button.category_cart_btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff !important;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    font-size: 17px !important;
    padding: 0;
    /*text-transform: uppercase;*/
}
.options div a span {
    color: #ffffff !important;
    font-family: "Open Sans",sans-serif;
    font-size: 17px !important;
}
.category_prodcut .row .one_third {
    /*border: 1px solid #f0f0f0 !important;*/
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    position: relative;
    text-align: left;
  /*margin:7px;*/
}
.category_prodcut .one_third:hover .options > div {
    transform: rotateX(0deg);
    visibility: visible;
}

.grid_view .image_section .options > div {
    height: 77px;
    margin: 1px;
    /*text-transform: uppercase;*/
    transform: rotateX(60deg);
    transform-origin: 0 100% 0;
    transform-style: preserve-3d;
    transition: transform 0.4s ease 0.1s;
    visibility: hidden;
}
.grid_view .image_section .options a:hover::before {
    transform: scale(1.5) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.grid_view .image_section .options a::before {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    margin-right: 12px;
    transition: all 0.3s ease 0s;
}
.grid_view .image_section .options a::after {
    background: none repeat scroll 0 0 #1a2e38;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.options div a {
    cursor: pointer;
    padding: 30px 20px 20px 40px;
}

.product.one_third:hover .p_name, .product.one_third:hover .product_s_desc, .product.one_third:hover .cat_price {
    border-color: #47738b;
}
.grid_view .p_name, .grid_view .product_s_desc, .grid_view .cat_price {
    border-top: 1px solid #f0f0f0;
    padding: 15px;
    width: 88%;
}

.grid_view .p_name a {
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
}
.grid_view .grid_rating {
    margin-bottom: 5px;
    padding: 0 15px 15px;
    width: 88%;
}
.grid_view .cat_price .PricesalesPrice {
    color: #47738b;
    font-size: 20px !important;
    text-align: center;
}

.reviw_listview {
    float: right;
    margin-left: 10px;
}
.cmp_btn.floatright a:hover {
    color: #fff;
}

/* category product page */

.addtocart-bar{
    bottom: 0 !important;
    left: 0;
    margin: 0;
    padding: 0;
    right: 0;
    text-align: center;
  position: unset !important;
  float:left;
}
.options .addtocart-button{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff !important;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    font-size: 17px !important;
    padding: 0;
    /*text-transform: uppercase;*/
}
.list_view {
    float: left;
    padding: 25px 0;
    width: 100%;
}
.list_view .content_section {
    width: 76%;
}

.list_view .cat_price {
    background: none repeat scroll 0 0 #f9f9f9;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    height: auto;
    margin-right: 20px;
    padding: 10px 0 0;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.list_view .cat_price .PricesalesPrice {
    color: #47738b;
    font-family: "Open Sans",sans-serif !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    margin-bottom: 10px;
/*    padding: 0 5px;*/
}

.product-price span.PricesalesPrice {
    font-size: 22px;
}

.list_view .cat_price a.addtocart_list {
    background-color: #47738b;
    color: #ffffff !important;
    display: block;
    padding: 0 10px;
}

.addtocart-area {
    margin: 0 !important;
}
.list_view .content_section h3 a {
    color: #47738b;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 3px;
    text-decoration: none;
    text-transform: none;
}
.list_view .product_s_desc {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.list_view a.addtowishlist, .list_view a.addtocompare {
    cursor: pointer;
    float: left;
    margin-right: 20px;
    width: auto;
}

.list_view .image_section {
    margin-right: 4%;
}

.back-to-category .product-details, .add-to-cart-alt input.addtocart-button, .add-to-row input.addtocart-button, .cmp_btn a {
    padding: 4px 10px !important;
  margin-top:2px;
}

.product.floatleft.width100 {
    border: medium none;
}

.addtocart.fa.fa-shopping-cart.addtocart_list {
    float: left;
    padding: 5px 0 0 40px;
}

/* product detail page. */
.product-desc , .product-review{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.product-desc > h4, .product-review > h4
{
  background: none repeat scroll 0 0  #47738b;
    /*border-bottom: 1px solid #544e67;*/
    color: #ffffff;
    display: block;
    font-size: 20px !important;
    font-style: normal;
    margin: 0 0 20px !important;
    min-height: 16px;
    padding: 13px 10px !important;
    text-align: left;
    /*text-transform: uppercase;*/
}
.desc_contetnt , .review_contetnt {
    float: left;
    width: 97%;
    text-align: justify;
    padding: 10px;
}
.review_contetnt .customer-reviews {
    margin: 0;
}
.productdetails-view .spacer-buy-area {
    float: left;
    padding: 0 !important;
    width: 100%;
}

.detail_title {
    float: left;
    width: 100%;
}

.detail_rating {
    float: left;
    font-size: 12px;
    padding-top: 14px;
    width: auto;
}

.add-to-links {
    float: left;
    margin-bottom: 0;
    margin-top: 25px;
    text-align: left;
}
.prd_detail h1.product_name {
    color: #47738b;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-right: 20px;
    text-decoration: none;
    text-transform: none;
    width: auto;
}
.bestseller .PricesalesPrice {
    float: left;
    width: 100%;
}
.other_detail .addtocart-area, .other_detail .manufacturer, .other_detail .product_desc_detail {
    float: left;
    width: 60%;
}
.product_desc_detail {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    margin: 5px 0;
    padding: 5px 0;
}

.product_desc_detail {
    float: left;
    width: 100% !important;
}
.list_view .cat_price a.addtocart_list input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: 300;
    /*text-transform: uppercase;*/
}

p.product_s_desc {
  height:auto !important;
}

ul.post_meta_links_small {
    float: left;
    margin: -10px 0 12px;
    padding: 0;
    width: auto;
}
.list_view .content_section h3 {
    float: left;
    width: 74%;
}
.list_view .cat_price a.addtocart_list:hover {
    background-color: #222628 !important;
}

.vm3pr-1 {
    margin-bottom: 10px;
}

.content_section .vm3pr-4 .product-price {
    height:10px;
}
.orderlistcontainer div.orderlist {
    margin-left: 48px;
    margin-top: 27px;
    border-radius: 5px;
}

.product_desc_detail .availability {
    margin-top: 0;
    text-align: left;
}

.main-image img {
    float: left;
    max-height: 100% !important;
}

.one_half.product-img-box {
    width: 40%;
}
.price_tag {
    float: left;
    font-size: 22px;
    margin-right: 10px;
    width: auto;
}
.PricepriceWithoutTax.vm-display.vm-price-value{
    font-size: 12px;
}

.PricetaxAmount.vm-display.vm-price-value {
    font-size: 12px;
    text-align: left;
}
.bottom_section {
    float: left;
    margin-top: 20px;
    width: 100%;
}
span.addtocart-button {
    width: auto !important;
}
.add-to-links li {
    cursor: pointer;
    display: block;
    line-height: 1.4;
}
.shopping_cart .show_cart_custom a {
    color: #ffffff !important;
    float: none !important;
    padding: 8px 10px !important;
}
.quantity-controls.js-recalculate.fea_qua_span {
    margin: 4px 1px 0px 0;
}
/*feature product button */
.addtocart-area .product-details {
    padding: 5px;
}
/*search button */
.button.site-search-area {
    background-image: url("../images/site-search-icon.png") !important;
    background-repeat: no-repeat !important;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    float: left;
    height: 34px;
    line-height: 100;
    overflow: hidden;
    padding: 0;
    text-indent: -5555em;
    width: 50px;
  background-position:center !important;
  background-color:#47738b;
}

/*shoping cart page */
#form-login .button {
    background: #47738b;
}
.login_details h3, .cart-view.cart-view1 h3, .review_box .cart-view h3, .order_login .login_details h2, .subheading, #paymentForm > h1 {
    border-bottom: 1px solid #e4e4e4;
    color: #595959;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: left;
    /*text-transform: uppercase;*/
}

.data-table tbody .cart-p-list td {
    vertical-align: top;
  text-align:center;
}

.vmicon.vm2-add_quantity_cart {
    background: url("../images/update.png") no-repeat;
    margin-left: 5px;
}
#checkoutForm fieldset {
    float: left;
    width: 100%;
}


.data-table {
    border: 1px solid #d5d5d5;
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%;
}

.last {
    clear: right;
    margin-right: 0 !important;
}

.data-table tr.last th, .data-table tr.last td {
    border-bottom: 0 none !important;
}
.data-table thead th {
    text-align: left !important;
}
.data-table thead th {
    background: none repeat scroll 0 0 #47738b;
    color: #ffffff;
}
.data-table thead th {
    border-right: 1px solid #e3e3e3;
    font-family: "open sans",sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 10px !important;
    text-align: right;
    /*text-transform: uppercase;*/
    vertical-align: middle;
    white-space: nowrap;
}

.cart-table th {
    padding: 2px 10px;
}
.data-table th {
    font-weight: bold;
    padding: 3px 8px;
}
.no-border-right {
    border-left: 1px solid #c1c1c1;
    border-right: 0 none !important;
}
.cart-table.cart-summary td {
    font-size: 16px;
    padding: 20px 10px;
    vertical-align: top;
}
.data-table tbody th, .data-table tbody td {
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}
.data-table td {
    padding: 6px;
}
.no-border-right {
    border-left: 1px solid #c1c1c1;
    border-right: 0 none !important;
}
span.cart-images img {
    padding: 0 10px !important;
    width: 140px !important;
}
.btn-remove2 {
    background: url("../images/close.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: left;
    font-size: 0;
    height: 27px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 27px;
}
.cart .cart-collaterals {
    padding: 25px 0 0;
}
.cart-extra-tab {
    float: left;
    margin: 0;
    width: 20%;
}

.cart-extra-tab li.expanded {
    background: none repeat scroll 0 0 #47738b;
    color: #ffffff;
    cursor: pointer;
    font-family: "open sans",sans-serif;
    font-size: 14px;
    margin-bottom: 2px;
    padding: 20px;
    text-align: right;
    /*text-transform: uppercase;*/
}

.cart-extra .akordeon_cart {
    border-bottom: 0 none;
    float: left;
    margin: 0;
    width: 40%;
}

.cart .discount, .cart .shipping {
    background: url("../images/bkg_block-title.gif") repeat-x scroll 0 0 #ffffff;
    border: 1px solid #d0cbc1;
    margin: 0 0 18px;
    padding: 12px 15px;
}
.cart-extra .discount label {
    /*text-transform: uppercase;*/
}

.cart .discount .input-box {
    margin: 8px 0 0;
    width: 260px;
}

.cart .discount .buttons-set, .cart .shipping .buttons-set {
    border: 0 none;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
}
.buttons-set {
    border-top: 1px solid #e4e4e4;
    clear: both;
    margin: 2em 0 0;
    padding: 8px 0 0;
    text-align: right;
}
.buttons-set {
    clear: both;
}
.billto-shipto
{
  float:left;
  width:100%;
  border-top:none !important;
}
.billto-shipto .details, span.details-button input.details-button, .control-buttons button.default, button.default, input.highlight-button, .vm-button-correct:visited, .profile a, .continue, .showcart, .cart-view .continue_link, .buttons-set input.details-button {
    background: none repeat scroll 0 0 #47738b;
    border: medium none !important;
    border-radius:4px;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    height: 36px;
    line-height: 35px;
    margin: 0;
    overflow: visible;
    text-align: center;
    /*text-transform: uppercase;*/
    transition: background-color 300ms ease-in-out 0s;
    white-space: nowrap;
  padding:0px 5px;
}

.cart .totals {
    float: right;
    width: 38%;
}

.cart .totals table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d5d5d5 -moz-use-text-color -moz-use-text-color #d5d5d5;
    border-image: none;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    margin: 0;
    width: 100%;
}

.cart .totals tfoot td {
    font-family: "open sans",sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 15px;
}
.cart .totals td {
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    font-family: "open sans",sans-serif;
    font-size: 14px;
    padding: 15px;
    /*text-transform: uppercase;*/
}

.shopping_cart .totals .PricebillTotal {
    color: #727272;
    font-family: "Lato_bold";
    font-size: 16px;
}

.cart .totals .checkout-types {
    float: right;
    font-size: 13px;
    padding: 8px 0;
    text-align: right;
}

button#checkoutFormSubmit.vm-button-correct {
    float: right;
}
.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
    background: none repeat scroll 0 -160px #47738b;
    border: 1px solid #00669a;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    padding: 6px 12px 3px;
    text-align: center;
    text-decoration: none;
}
.vm-button-correct, .vm-button-correct:hover, .vm-button-correct:visited {
    color: #777777;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
  background: #47738b;
}
.vm-button-correct, .vm-button-correct:hover {
  /*  background: none repeat scroll 0 0 #47738b;*/
    border: medium none !important;
    /*border-radius: 0 !important;*/
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px !important;
    font-weight: 400 !important;
    height: 36px;
    line-height: 35px;
   /* margin: 0;*/
    overflow: visible;
    padding: 0 15px !important;
    text-align: center;
    /*text-transform: uppercase;*/
    transition: background-color 300ms ease-in-out 0s;
    white-space: nowrap;
}
/*order history */

.data-table tfoot td {
    border-bottom: 0 none;
    border-right: 1px solid #d9dde3;
    padding-bottom: 1px;
    padding-top: 1px;
}

.adminlist.data-table {
    float: left;
    margin-top: 20px;
}

.order_info .box-title h3 {
    color: #727272;
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
}

h3.table-caption {
    padding-top: 5px;
}

.box-title > h3 {
    margin-top: 10px;
}
#ui-tabs > ul {
    float: none;
    width: 100%;
}
.box {
    float: left;
    width: 100%;
}


.content_fullwidth > h1 {
    display: none;
}
/*clear ***************/

.clear, br.clear {
    clear: none !important;
}

/*sp twitter */


.sp-tweet-list .bubble-m , .sp-tweet-list .bubble-tl .bubble-tm, .sp-tweet-list .bubble-bm ,.sp-tweet-list .bubble-l ,.sp-tweet .bubble-tl ,.sp-tweet .bubble-r ,.sp-tweet .bubble-bl ,.sp-tweet .bubble-tr ,.sp-tweet .bubble-br {
    background: none !important;
}
.sp-tweet .tweet-text {
    margin: 0 !important;
}
bubble-m .date > a {
    color: #999;
}

/*add to cart button feature product */

.addtoccart .product-details {
    background: #222628;
    border: medium none;
    color: #999999;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    margin: 0;
    padding: 9px 7px;
    text-align: left;
    /*text-transform: uppercase;*/
  margin-left:50px;
}
.addtoccart .product-details:hover {
    background:#373737 !important;
}
.content_left .vm-button-correct {
    margin-top: 10px;
}
.browse-view {
    float: left;
    width: 100%;
}

.category_prodcut {
    float: left;
    width: 100%;
}

.addtocart.fa.fa-shopping-cart.addtocart_list ,.addtocart-button {
    margin: 0 0 0 -2px;
}

.profile-edit fieldset h2 {
    margin-top: 5px;
    padding-top: 10px;
}
.form-validate .validate {
    margin-top: 10px;
}
/*top list */
.tci_list .fa.fa-angle-right {
    display: none;
}
/*module specing */
.moduletable.shop_category > h3 {
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 100;
}

.moduletable.shop_category i {
    font-weight: 100;
}

.moduletable.site-search-area > h3 {
    font-weight: 100;
}

.moduletable.site-search-area i {
    font-weight: 100;
}
.moduletable.bestseller > h3 i {
    font-weight: 100;
}
.nav.menu {
    margin-bottom: 10px;
}
.bestseller br {
    display: none;
}

/**** tooltip****/
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

#jform_publish_up_img, #jform_publish_down_img
{
  background-color:#47738b;
}
.gallery-flickr ul li a:hover 
{
  background: none!important;
}