<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Sarratysecond_footer
Theme URI: second_footerhttps://themeforest.net/item/sarraty-retina-responsive-multipurpose-theme/7038266?ref=im_ahmad
Description: Wordpress Business Theme.
Version: 1.2
Author: Ahmad Salah
Author URI: https://im-ahmad.com/
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Tags: translation-ready, two-columns, threaded-comments, custom-menu

*/

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,800,300);
@charset "utf-8";

.bodyfullpage{
	min-height:90vh !important;
}


/***************  Front page css *************/
/**  hovereffect  **/
 .hovereffect {
    width: 90%;
    #height: 90%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  }

  .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 21px;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
  }

  .hovereffect img {
	#width: 90%;
    #height: 90%;
	
    display: block;
	padding:9px;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
  }

  .hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
  }

  .hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 14px;
  }

  .hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
  }

  .hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .hovereffect:hover h2,
  .hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  .hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  
  
  
  @media (max-width: 992px) {
  .center {
  margin: auto !important;
  width: 100% !important;
  #border: 7px solid green !important;
  padding: 0px !important;
 
}


 .hovereffect a.info {
  
    margin-top: 30%;
    
  }
  
  
  
  
  

  
  
  
}
  
  
/**  End hovereffect  **/



/**  front page video  css  **/
 .video2 {
    width: 100%;
    border-radius: 35px;
  }

  .wrapper {
    display: table;
    width: auto;
    position: relative;
    width: 100%;
  }

  .playpause {
    
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
  }

/** end front page video  css  **/

/**  front page **/
.frontpage_bottom{
	background-color: #f2f2f2;
	padding:20px;
	
}


.bottom_left {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  #width: 150px;
  #height: 150px;
  border: solid 0px red;
}
  
/** END front page  **/































html {
  background-color: #fff;
}

body {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "MS Serif", "Open Sans", serif;
  font-size: 15px;
  line-height: 22px;
  color: #888;
  overflow-x: hidden;
  position: relative;
  #width:40%;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, .title, .thin_title, .thin_heading, .navbar-default .navbar-nav&gt;li&gt;a {
  font-family: "å¾®è½¯é›…é»‘", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "MS Serif", "Open Sans", serif;
  color: #333;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.heading {
  margin-top: 0;
}

ol {
  padding-left: 20px;
}

body.boxed_body {
  width: 1040px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  margin: 0px auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  color: #0066cc;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

input, textarea, textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, .btn {
  outline: 0px !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
  vertical-align: middle;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

form {}

textarea {
  height: auto;
}

form .row {
  margin-bottom: 20px;
}

.title {
  margin-top: 0;
}

.title&gt;a {
  color: #333;
}

.title&gt;a:hover {
  color: #0066cc;
}

.main_title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.secondary_page_title {
  font-size: 22px;
  margin-bottom: 28px;
  text-transform: uppercase;
}

address i {
  color: #0066cc;
  margin-right: 12px;
  height: 20px !important;
  display: block !important;
  float: left;
  margin-top: 4px !important;
}

a:hover {
  text-decoration: none;
  color: #333;
}

.gray_text {
  color: #999;
}

.widget_container&gt;ul {
  list-style: none;
  margin-left: 0;
}

.widget_container&gt;ul&gt;li {
  margin-bottom: 8px;
  padding-bottom: 6px;
}

ul {
  padding: 0;
  list-style: none;
}

.header_below {
  background-color: #fcfcfc;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: url(../img/header_overlay.png) repeat-x top;
  z-index: 999;
  width:100%;
}

.header_top {
  #background-color: #ecf5ff;
  #border-bottom: 0px solid #DADADA;
  padding: 0px 0;
}

.contact_info_item&gt;i {
  color: #C5C5C5;
  margin-right: 4px;
  font-size: 13px;
}

.invisible_header {
  visibility: hidden;
}

body.boxed_body .invisible_header {
  visibility: visible;
  position: relative;
  z-index: 2;
}

body.boxed_body .site_header.fixed_header {
  visibility: hidden;
}

.default_logo {
  display: block;
}

.retina_logo {
  display: none;
}

.navbar-collapse {
  padding: 0;
}

.navbar-collapse .navbar-nav.navbar-left:first-child {
  margin-left: 0;
}

.navbar-default {
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
  min-height: 0;
}

.navbar-default .navbar-nav&gt;li&gt;a {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  padding: 0 12px;
  line-height: 18px;
  text-transform: uppercase;
  #text-decoration: underline;
}

.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:hover, .navbar-default .navbar-nav&gt;.open&gt;a:focus, .navbar-default .navbar-nav&gt;li&gt;a:hover {
  background-color: transparent;
  color: #0066cc;
}

.navbar-nav&gt;.active&gt;a&gt;i {
  #color: red;
  
}

 
  
















.navbar-default .navbar-nav&gt;.open&gt;a .caret, .navbar-default .navbar-nav&gt;.open&gt;a:hover .caret, .navbar-default .navbar-nav&gt;.open&gt;a:focus .caret, .navbar-default .navbar-nav&gt;.active&gt;a .caret, .navbar-default .navbar-nav&gt;.active&gt;a:hover .caret, .navbar-default .navbar-nav&gt;.active&gt;a:focus .caret, .navbar-default .navbar-nav&gt;li&gt;a:hover .caret {
  border-top-color: #555;
  border-bottom-color: #0066cc;
}

.navbar-default .navbar-nav&gt;li:first-child&gt;a {
  padding-left: 0;
  margin-left: 0 !important;
}

.navbar-default .navbar-nav&gt;li:last-child&gt;a {
  padding-right: 0;
  margin-right: 0 !important;
}

.header_info .search .input-group .btn {
  border: 0;
  color: #fff;
  padding: 6px 10px 5px;
  font-size: 14px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #0066cc;
}

.header_info .search {
  margin-left: 3px;
  max-width: 180px;
}

.header_info .search .input-group input[type="text"].form-control {
  height: 31px;
  font-size: 12px;
  border-color: #eee;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  opacity: 0;
  padding: 0;
  width: 0;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background-color: #fff;
}

.header_info .search.expanded_search .input-group input[type="text"].form-control {
  padding: 0 12px;
  width: 130px;
  opacity: 1;
}

.header_info .search.expanded_search .input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
}

.header_info .search .input-group .input-group-btn {
  width: 0;
}

.contact_info_item {
  color: #7A7A7A;
  font-size: 11px;
  line-height: 14px;
  margin-top: 8px;
  float: left;
  margin-right: 14px;
  letter-spacing: 0.3px;
}

.contact_info_item a {
  color: #666;
}

.contact_info_item a:hover {
  text-decoration: underline;
}

.site_content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.service_info p {
  margin-bottom: 0;
}

.service_icon&gt;a {
  margin-top: 4px;
  display: block;
}

.service_info&gt;a {
  margin-top: 6px;
  display: block;
  font-style: italic;
}

.service_icon {
  font-size: 36px;
  color: #444;
  padding: 9px;
  border-radius: 3px;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  clear: both;
  display: block;
  margin-top: -135px;
  text-align: center;
  margin-bottom: 12px;
}

.service_icon a {
  color: #A3C957;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.service_row_bordered:hover .service_icon a {
  color: #0066cc;
}

.service_title {
  font-size: 15px;
  letter-spacing: 1px;
  color: #585858;
  margin-top: 3px;
  margin-bottom: 20px;
}

.service_info {
  overflow: hidden;
}

.service_row_bordered {
  margin-top: 20px;
  position: relative;
  margin-top: 55px;
  padding-top: 79px;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 30px;
}

.service_row:last-child .service_row_bordered {
  margin-bottom: 0;
}

.thin_title {
  font-size: 18px;
  margin-bottom: 14px;
  position: relative;
}

.hiddin_excerpt {
  display: none;
}

div.wpcf7 .pull-right&gt;img.ajax-loader {
  float: left;
  margin-right: 4px;
  margin-left: 0;
}

.skill_title.meta_title {
  color: #333;
  font-weight: bold;
  line-height: 24px;
}

.progress-bar {
  background-color: #0066cc;
}

.progress {
  height: 18px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 1px;
  margin-bottom: 10px;
  margin-top: 2px;
}

.promo_image {
  margin-right: 20px;
  float: left;
}

.promo_image.pull-right {
  margin-left: 20px;
}

.promo_text {
  overflow: hidden;
}

.promo_text .title {
  margin-bottom: 20px;
}

.promo_button {
  margin-top: 10px;
}

.post_comment_box .form-submit input[type="submit"], input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  padding: 10px 20px;
  background-color: #fcfcfc;
  color: #888;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  font-size: 12px;
}

.post_comment_box .form-submit input[type="submit"]:hover, input[type="submit"]:hover {
  background-color: #fff;
}

.btn {
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  padding: 10px 20px;
}

.btn:hover {
  background-color: #333;
  color: #fff;
}

.btn-default {
  background-color: #0066cc;
  color: #fff;
  border: 0;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
  border-bottom: 3px solid #83AD34;
}

.btn-color {
  background-color: #0066cc;
  color: #fff;
  border-color: #0066cc;
  text-shadow: rgba(70, 70, 70, 0.701961) 1px 1px 3px;
}

.btn-color:hover {
  color: #f8f8f8;
  background-color: #0066cc;
  border-color: #0066cc;
}

.action_button .btn-default.default_btn_style {
  background-color: #FCFCFC;
  color: #222;
  border-color: #fff;
  border-bottom: 3px solid #ddd;
}

.action_button .btn-default.default_btn_style:hover {
  background-color: #888;
  color: #fff;
  border-bottom: 3px solid #666;
}

.btn-default.transparentw_btn_style {
  background-color: transparent !important;
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.btn-default.transparentw_btn_style:hover {
  background-color: transparent !important;
  background: none !important;
  border: 2px solid #eee !important;
  color: #eee !important;
}

.btn-default.transparentb_btn_style {
  background-color: transparent !important;
  background: none !important;
  border: 2px solid #333 !important;
  color: #333 !important;
}

.btn-default.transparentb_btn_style:hover {
  background-color: transparent !important;
  background: none !important;
  border: 2px solid #444 !important;
  color: #444 !important;
}

.image_container p {
  margin-top: 10px;
}

.blog_read_more {
  font-style: italic;
}

.btn-default:hover {
  background-color: #888;
  color: #fff;
  border-bottom: 3px solid #666;
}

.btn a {
  color: #fff;
}

.default_color {
  color: #0066cc;
}

.su-tooltip {
  color: #0066cc;
  font-weight: bold;
  cursor: pointer;
}

.content_row {
  padding-bottom: 60px;
}

.content_row:last-child {
  padding-bottom: 20px;
}

.content_container {
  padding-bottom: 60px;
}

.content_container:last-child {
  padding-bottom: 0px;
}

.map_container.content_container {
  margin-top: -38px;
  padding: 0;
  margin-bottom: 40px;
}

.portfolio_desc .title {
  margin-top: 0;
}

.portfolio_grid_row {
  margin-bottom: 6px;
  margin-right: -3px;
  margin-left: -3px;
}

.portfolio_grid_row:last-child {
  margin-bottom: 0;
}

.seperator_shadow {
  height: 60px;
  margin-bottom: 14px;
}

.project_thumbnail, .project_thumbnail&gt;a&gt;img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.thumbnail {
  padding: 1px;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.project_thumbnail {
  padding-left: 3px;
  padding-right: 3px;
}

a.thumbnail:hover, a.thumbnail:focus {
  border-color: #999;
}

/* Start revolution slider style */

.fullwidthbanner-containerProfile {
  width: 100% !important;
  position: relative;
  padding: 0;
  overflow: hidden;
}



.fullwidthbanner {
  position: relative;
  margin: 0 auto;
}

.slider_title {
  color: #0066cc;
  font-size: 32px;
  margin-top: 0;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 40px !important;
}

.slider_desc {
  color: #333;
  font-size: 28px;
}

.slider_text {
  text-align: center;
  white-space: normal !important;
  font-size: 14px;
}

.revolution_slider {
  border-bottom: 1px solid #e5e5e5;
}

.slider_image {}

/* End revolution slider style */

.client_item {
  float: left;
  margin-right: 60px;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  opacity: 0.6;
}

.client_item:hover {
  opacity: 1;
}

.client_item:last-child {
  margin-right: 0;
}

.caret {
  display: none;
}

.site_footer {
  background-color: #f7f7f7;
  border-top: 1px solid #e0e0e0;
  position: relative;
  padding-top: 60px;
}

.site_footer:before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #fff;
  top: 0px;
  height: inherit;
  position: absolute;
  left: 0;
}

/* social icons */

.social_icons_list {
  list-style: none;
  margin-top: 2px;
  padding: 0;
}

.social_icon {
  float: left;
  margin-right: 6px;
  margin-bottom: 13px;
}

.social_icon a {
  background-color: #e35e5e;
  color: #fff;
  padding: 2px;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.header_social .social_icon {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}

.footer_social .social_icon {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 6px;
  margin-top: 0px;
}

.header_social {
  margin-left: 4px;
}

.header_social .social_icons_list {
  overflow: hidden;
  margin: 0;
}

.side_content .social_icon a {
  color: #fff !important;
}

.social_icon.facebook_icon a {
  background: #4f8ac3;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmOGFjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTcwYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4f8ac3 0%, #4e70bf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f8ac3), color-stop(100%, #4e70bf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4f8ac3 0%, #4e70bf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4f8ac3 0%, #4e70bf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4f8ac3 0%, #4e70bf 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4f8ac3 0%, #4e70bf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f8ac3', endColorstr='#4e70bf', GradientType=0);
  /* IE6-8 */
  padding: 6px 12px;
}

.social_icon.twitter_icon a {
  background: #3ce9f2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjZTlmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYmJkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #3ce9f2 0%, #3bbded 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3ce9f2), color-stop(100%, #3bbded));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3ce9f2 0%, #3bbded 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3ce9f2 0%, #3bbded 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3ce9f2 0%, #3bbded 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3ce9f2 0%, #3bbded 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ce9f2', endColorstr='#3bbded', GradientType=0);
  /* IE6-8 */
  padding: 6px 9px;
}

.social_icon.google-plus_icon a {
  background: #494949;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #494949 0%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #494949), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #494949 0%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #494949 0%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #494949 0%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #494949 0%, #333333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#333333', GradientType=0);
  /* IE6-8 */
  padding: 6px 9px;
}

.social_icon.dribbble_icon a {
  background: #da4e82;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhNGU4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZjNmNzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #da4e82 0%, #af3f77 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da4e82), color-stop(100%, #af3f77));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #da4e82 0%, #af3f77 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #da4e82 0%, #af3f77 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #da4e82 0%, #af3f77 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #da4e82 0%, #af3f77 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da4e82', endColorstr='#af3f77', GradientType=0);
  /* IE6-8 */
  padding: 6px 9px;
}

.social_icon.linkedin_icon a {
  background: #1b82af;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1b82af 0%, #15669b 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b82af), color-stop(99%, #15669b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1b82af 0%, #15669b 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1b82af 0%, #15669b 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1b82af 0%, #15669b 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1b82af 0%, #15669b 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b82af', endColorstr='#15669b', GradientType=0);
  /* IE6-9 */
  padding: 6px 9px;
}

.social_icon.youtube_icon a {
  background: #ef3f3f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ef3f3f 0%, #c42124 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef3f3f), color-stop(100%, #c42124));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ef3f3f 0%, #c42124 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ef3f3f 0%, #c42124 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ef3f3f 0%, #c42124 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ef3f3f 0%, #c42124 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3f3f', endColorstr='#c42124', GradientType=0);
  /* IE6-9 */
  padding: 6px 9px;
}

.social_icon.youtube-play_icon a {
  background: #20b4ea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #20b4ea 0%, #0b78bc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #20b4ea), color-stop(100%, #0b78bc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #20b4ea 0%, #0b78bc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #20b4ea 0%, #0b78bc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #20b4ea 0%, #0b78bc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #20b4ea 0%, #0b78bc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20b4ea', endColorstr='#0b78bc', GradientType=0);
  /* IE6-9 */
  padding: 6px 9px;
}

.social_icon.vk_icon a {
  background: #4a77a0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4a77a0 0%, #23527e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a77a0), color-stop(100%, #23527e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4a77a0 0%, #23527e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4a77a0 0%, #23527e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4a77a0 0%, #23527e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4a77a0 0%, #23527e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a77a0', endColorstr='#23527e', GradientType=0);
  /* IE6-9 */
  padding: 6px 9px;
}

.social_icon.instagram_icon a {
  background: #a87560;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a87560 0%, #9f6f5b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a87560), color-stop(100%, #9f6f5b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a87560 0%, #9f6f5b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a87560 0%, #9f6f5b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a87560 0%, #9f6f5b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a87560 0%, #9f6f5b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a87560', endColorstr='#9f6f5b', GradientType=0);
  /* IE6-9 */
  padding: 6px 9px;
}

.social_icon.pinterest_icon a {
  background: #bc1d22;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bc1d22 0%, #96181c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bc1d22), color-stop(100%, #96181c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bc1d22 0%, #96181c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bc1d22 0%, #96181c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bc1d22 0%, #96181c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bc1d22 0%, #96181c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc1d22', endColorstr='#96181c', GradientType=0);
  /* IE6-9 */
  padding: 6px 9px;
}

.social_icon.github_icon a {
  background: #3a3a3a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3a3a3a 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a3a3a), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3a3a3a 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3a3a3a 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3a3a3a 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3a3a3a 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  padding: 6px 9px;
}

.social_icon.skype_icon a {
  background: #37abd6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #37abd6 0%, #019dd8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37abd6), color-stop(100%, #019dd8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #37abd6 0%, #019dd8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #37abd6 0%, #019dd8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #37abd6 0%, #019dd8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #37abd6 0%, #019dd8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37abd6', endColorstr='#019dd8', GradientType=0);
  /* IE6-9 */
  padding: 6px 9px;
}

.social_icon.flickr_icon a {
  background: #f71178;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f71178 0%, #e00266 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f71178), color-stop(100%, #e00266));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f71178 0%, #e00266 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f71178 0%, #e00266 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f71178 0%, #e00266 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f71178 0%, #e00266 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f71178', endColorstr='#e00266', GradientType=0);
  /* IE6-9 */
  padding: 6px 10px;
}

.social_icon.renren_icon a {
  background: #37abd6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #37abd6 0%, #005ec7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37abd6), color-stop(100%, #005ec7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #37abd6 0%, #005ec7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #37abd6 0%, #005ec7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #37abd6 0%, #005ec7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #37abd6 0%, #005ec7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37abd6', endColorstr='#005ec7', GradientType=0);
  /* IE6-9 */
  padding: 6px 8px;
}

.social_icon.rss_icon a {
  background: #fca83a;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYTgzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjg1MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fca83a 0%, #ef8539 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fca83a), color-stop(100%, #ef8539));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fca83a 0%, #ef8539 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fca83a 0%, #ef8539 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fca83a 0%, #ef8539 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fca83a 0%, #ef8539 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca83a', endColorstr='#ef8539', GradientType=0);
  /* IE6-8 */
  padding: 6px 10px;
}

.social_icon a {
  padding: 6px 9px;
  background-color: #333;
  color: red;
}

.header_social .social_icon a {
  border-radius: 0;
  -webkit-border-radius: 0 -moz-border-radius: 0;
  padding-top: 8px;
  padding-bottom: 9px;
  line-height: 31px;
  font-size: 14px;
}

.header_social .green_social {
  background-color: #0066cc;
}

.green_social .social_icon a {
  background: none;
  background-color: #0066cc;
  color: #fff;
}

.green_social .social_icon a:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.gray_social .social_icon a {
  background: none;
  background-color: #ebebeb;
  color: #333;
}

.gray_social .social_icon a:hover {
  background-color: #333;
  color: #fff;
}

.tweets_widget&gt;ul&gt;li {
  margin-bottom: 8px !important;
  padding-bottom: 6px !important;
  border-bottom: none !important;
  color: #888;
  line-height: 18px;
}

.tweet_time {
  clear: both;
  display: block;
  color: #333;
  font-size: 12px;
  font-style: italic;
  margin-top: 2px;
}

.tweet_icon {
  color: #333;
  font-size: 14px;
}

.post_list .post_thumbnail {
  float: left;
  margin-right: 12px;
}

.post_list .post_thumbnail, .post_list .post_thumbnail&gt;img {
  width: 42px;
  height: 42px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.post_list .post_title {
  font-size: 13px;
  margin-bottom: -1px;
  line-height: 17px;
  margin-top: -3px !important;
}

.post_list .post_time {
  color: #777;
  font-size: 11px;
}

.post_list .post_info {
  overflow: hidden;
}

.post_list .post_item {
  margin-bottom: 30px;
}

.widget_container .post_list .post_item {
  margin-bottom: 20px;
}

.widget_container .post_list .post_item:last-child {
  margin-bottom: 0;
}

.post_list .post_item:last-child {
  margin-bottom: 0;
}

.first_footer {
  padding-bottom: 40px;
  font-size: 12px;
}

.second_footer {
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
}

.widget_title {
  font-size: 14px;
  margin-bottom: 30px;
}

.credits {
  color: #bbb;
  font-size: 12px;
}

.site_footer .navbar-default .navbar-nav&gt;li&gt;a {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 0 7px;
  font-size: 10px;
}

.show_fade_steps {
  opacity: 0;
}

.show_fade_left, .show_fade_right, .show_fade_down, .show_fade_up, .show_bounce, .show_fade {
  visibility: hidden;
}

.fixed_header.site_header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  opacity: 0.97;
  top: 0;
}

.admin-bar .fixed_header.site_header {
  top: 32px;
  left: 0;
}

.logo {
  display: block;
  float: left;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sticky {}

.sticky_header .logo {
  margin-top: 0px;
}

.sticky_header .header_below {
  padding: 10px 0;
}

.sticky_header .header_content {
  margin-top: 7px;
}

.sticky_header .header_info.animated {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.header_content {
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.main_navbar {
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.site_header, .header_below {
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.action_box {
  padding: 30px 30px;
  position: relative;
  background-color: #0066cc;
  box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
}

.action_box_image {
  position: absolute;
}

.panel-group .panel+.panel {
  margin-top: 8px;
}

/*.action_box:before {
    content: "";
    width: 100%;
    position: absolute;
    background-image: url(../img/action_shadow_top.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 960px;
    top: -20px;
    height: 20px;
}

.action_box:after {
    content: "";
    width: 100%;
    position: absolute;
    background-image: url(../img/action_shadow_bottom.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 960px;
    bottom: -20px;
    height: 20px;
}*/

.action_title {
  font-size: 14px;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
}

.action_button {
  float: right;
}

.action_info {
  margin-right: 150px;
}

.seperator_shadow&gt;img {
  width: 100%;
}

.blog_block {}

.post_list .post_item {
  clear: both;
}

.post_list .post_thumbnail.bloglist {
  margin-right: 16px;
}

.post_list .post_thumbnail {
  overflow: hidden;
}

.post_list .post_thumbnail.bloglist, .post_list .post_thumbnail.bloglist&gt;img {
  width: 140px;
  height: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
}

.header_social .default_social .social_icon&gt;a {
  background: none;
  background-color: transparent;
  color: #999;
}

.header_social .default_social .social_icon&gt;a:hover {
  color: #333;
}

.blog_block.post_list .post_title {
  font-size: 13px;
  margin-bottom: 6px;
}

.site_footer .widget_title {
  font-size: 1Ù¥px;
  text-transform: uppercase;
}

.blog_block.post_list .post_item p {
  margin-bottom: 3px;
}

.blog_block.post_list .post_time {
  color: #999;
  font-size: 11px;
}

.aq-block-aq_bloglist_block .title.thin_title {
  margin-bottom: 22px;
}

.panel-group .panel-heading {
  border: 1px solid #ddd;
  padding: 13px 13px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.panel-group .panel-default:first-child .panel-heading {}

.panel-group .panel {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.panel-group .panel .panel-body {
  padding: 10px 0;
}

.panel-group .panel-heading .panel-title {
  font-size: 13px;
  color: #111;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.panel-default&gt;.panel-heading+.panel-collapse .panel-body {
  border-top: none;
}

.panel-group .panel-heading a.accordion-toggle.collapsed:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-group .panel-heading a.accordion-toggle:before {
  content: "\f078";
  font-family: FontAwesome;
  color: #0066cc;
  margin-right: 7px;
  font-size: 12px;
  display: block;
  float: left;
  margin-top: 2px;
  margin-right: 14px;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.side_content .widget_title {
  text-transform: uppercase;
}

.widget_container ul:last-child {
  margin-bottom: 0;
}

.widget_container ul&gt;li {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.widget_container.widget_categories ul&gt;li, .widget_container.widget_archive ul&gt;li, .widget_container.widget_nav_menu ul&gt;li, .widget_container.widget_pages ul&gt;li, .widget_container.widget_recent_entries ul&gt;li, .widget_container.widget_meta ul&gt;li, .widget_container.widget_recent_comments ul&gt;li {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

.widget_container.widget_categories ul&gt;li:before, .widget_container.widget_archive ul&gt;li:before, .widget_container.widget_nav_menu ul&gt;li:before, .widget_container.widget_pages ul&gt;li:before, .widget_container.widget_recent_entries ul&gt;li:before, .widget_container.widget_meta ul&gt;li:before, .widget_container.widget_recent_comments ul&gt;li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 13px;
  color: #0066cc;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.widget_container.widget_categories ul&gt;li:hover:before, .widget_container.widget_archive ul&gt;li:hover:before, .widget_container.widget_nav_menu ul&gt;li:hover:before, .widget_container.widget_pages ul&gt;li:hover:before, .widget_container.widget_recent_entries ul&gt;li:hover:before, .widget_container.widget_meta ul&gt;li:hover:before, .widget_container.widget_recent_comments ul&gt;li:hover:before {
  margin-right: 7px;
  margin-left: 3px;
}

.widget_container ul&gt;li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.side_content .widget_container a {
  color: #747474;
}

.side_content .widget_container ul&gt;li&gt;a {
  color: #747474;
}

.side_content .widget_container ul&gt;li&gt;a:hover {
  color: #0066cc;
}

.widget_container {
  margin-bottom: 46px;
  clear: both;
}

.widget_container:last-child {
  margin-bottom: 0;
}

.widget_container.widget_nav_menu .menu-item .sub-menu {
  margin-left: 18px;
  margin-top: 10px;
}

.widget_container.widget_nav_menu .menu-item .sub-menu&gt;li:first-child {
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}

.widget_container.widget_nav_menu .menu-item {
  font-weight: bold;
}

.widget_container.widget_nav_menu .menu-item .sub-menu .menu-item {
  font-weight: normal;
}

.tagcloud a {
  font-size: 12px !important;
  padding: 5px 8px;
  display: block;
  float: left;
  margin-right: 4px;
  margin-bottom: 7px;
  background-color: #EEE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #999;
}

.blog_post .tagcloud {
  margin-top: 22px;
}

.blog_post {
  margin-bottom: 46px;
}

.post_title a {
  color: #333;
}

.post_title a:hover {
  color: #0066cc;
}

.blog_post_banner img {
  width: 100%;
}

.post_banner img {
  width: 100%;
  height: auto;
}

.blog_post_labels {
  float: left;
  margin-right: 16px;
}

.blog_post_type {
  background-color: #0066cc;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 8px 10px;
  ;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-bottom: 2px;
}

.blog_post_labels .blog_post_type img {
  width: 19px;
}

.blog_post_date {
  background-color: #f6f6f6;
  padding: 10px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.blog_post_date .blog_post_day {
  font-size: 18px;
  color: #333;
  clear: both;
  display: block;
  line-height: 18px;
}

.blog_post_date .blog_post_month {
  font-size: 14px;
  color: #999;
  clear: both;
  display: block;
  line-height: 18px;
}

.blog_post .blog_post_title {
  color: #333;
  font-size: 18px;
  margin-bottom: 8px;
}

.blog_post_info {
  overflow: hidden;
}

.blog_post_meta_bar {
  font-size: 12px;
  color: #c9c9c9;
  margin-bottom: 8px;
}

.blog_post_meta_item {
  float: left;
  margin-right: 16px;
}

.blog_post_meta_item .blog_meta_categories a {
  color: #c9c9c9;
}

.blog_post_meta_item .blog_meta_author a {
  font-weight: bold;
}

.blog_post .blog_post_readmore_link {
  font-weight: bold;
}

.blog_posts .blog_post {
  margin-bottom: 46px;
}

.blog_posts .blog_post:last-child {
  margin-bottom: 0;
}

.pagination_container {
  border-top: 1px solid #e0e0e0;
}

.pagination {
  margin-top: 26px;
  margin-bottom: 0;
}

.pagination&gt;li {
  display: inline-block;
  margin-right: 4px;
}

.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #f0f0f0;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  border: none;
}

.pagination&gt;li&gt;a.active, .pagination&gt;li&gt;span.active {
  background-color: #0066cc;
  color: #fff;
}

.pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination&gt;li:last-child&gt;a, .pagination&gt;li:last-child&gt;span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.blog_posts .blog_post_body .blog_post_info p {
  color: #555;
}

/** banner position **/
.page_title_holder {
  background-color: #f2f2f2;
  padding: 0;
  margin-top: -40px;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 40px;
 
}
/** banner title **/
.page_title_holder&gt;.containerProfile {
  position: relative;
  left: 30px;
  top: 60px;
}

.page_title_holder .page_info .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
  
}
/** banner title **/
.page_info {
  float: right;
  clear: both;
  background-color: #0066cc;
  padding: 9px 16px;
  -webkit-box-shadow: inset 0 1px 21px 1px rgba(21, 22, 23, 0.1);
  -moz-box-shadow: inset 0 1px 21px 1px rgba(21, 22, 23, 0.1);
  box-shadow: inset 0 1px 21px 1px rgba(21, 22, 23, 0.1);
}

.page_nav {
  clear: both;
  background-color: #333;
  float: right;
  margin-top: 3px;
  padding: 3px 16px ;
}

.page_title_holder .page_nav .breadcrumb, .page_title_holder .page_nav .woocommerce-breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.page_title_holder .page_nav .breadcrumb a {
  color: #fff;
}

/* start pricing table */

.pricing_row.plan_buy .buy {}

.pricing_table_layout {
  padding-left: 15px;
  padding-right: 15px;
}

.pricing_row.plan_buy .buy:hover {}

.pricingcontainer.style1 .columns {
  background: #fff;
  border: 1px solid #dbd4c1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.pricingcontainer.style1 .plans {
  background-color: #0066cc;
  margin-top: 0;
  color: #fff;
  overflow: hidden;
  padding: 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.pricingcontainer.style1 .plans .plan_title {
  float: left;
  font-size: 14px;
  font-weight: bold;
}

.pricingcontainer.style1 .plans .plan_price {
  float: right;
  font-size: 12px;
}

.pricingcontainer.style1 .plans .plan_price .the_price {
  font-size: 14px;
  font-weight: bold;
}

.pricingcontainer.style1 .plan .pricing_row {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #555;
}

.pricingcontainer.style1 .plan {
  margin: 0 10px;
}

.pricingcontainer.style1 .plan .pricing_row:first-child {
  margin-top: 40px;
}

.pricingcontainer.style1 .plan .pricing_row:last-child {
  margin-bottom: 0px;
}

.pricingcontainer.style1 .plan .plan_buy {
  border-top: 1px solid #d7d7d7;
  padding: 27px 10px 17px;
  margin-top: 36px;
}

/* start style 2 */

.pricingcontainer.style2 .columns {
  background: #fff;
  border: 1px solid #d7d7d8;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 10px;
  text-align: center;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.pricingcontainer.style2 .plans .plan_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pricingcontainer.style2 .plans .plan_price {
  font-size: 14px;
  background-color: #f4f2f2;
  border-top: 1px solid #d7d7d8;
  border-bottom: 1px solid #d7d7d8;
  padding: 20px 10px;
  margin-right: -10px;
  margin-left: -10px;
}

.pricingcontainer.style2 .recommended_package.pricing_table_layout .plans .plan_price {
  background-color: #0066cc;
  color: #fff;
  margin-left: -13px;
  margin-right: -13px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.pricingcontainer.style2 .plans .plan_price .the_price {
  font-size: 30px;
  font-weight: bold;
}

.pricingcontainer.style2 .plan .pricing_row {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #555;
}

.pricingcontainer.style2 .plan {
  margin: 0 10px;
}

.pricingcontainer.style2 .plan .pricing_row:first-child {
  margin-top: 40px;
}

.pricingcontainer.style2 .plan .pricing_row:last-child {
  margin-bottom: 0px;
}

.pricingcontainer.style2 .plan .plan_buy {
  border-top: 1px solid #d7d7d7;
  padding: 27px 10px 17px;
  margin-top: 36px;
}

/* start style 3 */

.pricingcontainer.style3 .pricing_table_layout {
  padding-left: 0px;
  padding-right: 0px;
}

.pricingcontainer.style3 .pricing_table_layout.recommended_package {
  z-index: 999;
}

.pricingcontainer .one {
  width: 100%;
}

.pricingcontainer .two {
  width: 50%;
}

.pricingcontainer .three {
  width: 33.33333333%;
}

.pricingcontainer .four {
  width: 25%;
}

.pricing_table_layout {
  float: left;
}

.pricingcontainer.style3 .pricing_table_layout:first-child {
  padding-left: 15px;
}

.pricingcontainer.style3 .pricing_table_layout:last-child {
  padding-right: 15px;
}

.pricingcontainer.style3 .columns {
  background: #fff;
  border: 1px solid #d7d7d8;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 10px;
  text-align: center;
  border-right: none;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.pricingcontainer.style3 .pricing_table_layout:last-child .columns {
  border-right: 1px solid #d7d7d8;
}

.pricingcontainer.style3 .recommended_package.pricing_table_layout .columns {
  padding: 14px 10px;
  margin-top: -6px;
  border-right: 1px solid #d7d7d8;
  margin-right: -1px;
}

.pricingcontainer.style3 .plans .plan_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 5px;
}

.pricingcontainer.style3 .plans .plan_price {
  font-size: 14px;
  background-color: #f4f2f2;
  border-top: 1px solid #d7d7d8;
  border-bottom: 1px solid #d7d7d8;
  padding: 36px 10px;
  margin-right: -10px;
  margin-left: -10px;
  background-image: linear-gradient(bottom, #f3f3f3 0%, #FFFFFF 100%);
  background-image: -o-linear-gradient(bottom, #f3f3f3 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(bottom, #f3f3f3 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(bottom, #f3f3f3 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(bottom, #f3f3f3 0%, #FFFFFF 100%);
}

.pricingcontainer.style3 .recommended_package.pricing_table_layout .plans .plan_price {
  padding: 39px 10px;
  background: #0066cc;
  color: #fff;
  margin-left: -11px;
  margin-right: -11px;
  background-color: #0066cc;
  background-image: linear-gradient(bottom, #0066cc 50%, #bfd98d 100%);
  background-image: -moz-linear-gradient(bottom, #0066cc 50%, #bfd98d 100%);
  background-image: -webkit-linear-gradient(bottom, #0066cc 50%, #bfd98d 100%);
}

.pricingcontainer.style3 .plans .plan_price .the_price {
  font-size: 34px;
}

.pricingcontainer.style3 .plan .pricing_row {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #555;
}

.pricingcontainer.style3 .plan {
  margin: 0 10px;
}

.pricingcontainer.style3 .plan .pricing_row:first-child {
  margin-top: 40px;
}

.pricingcontainer.style3 .plan .pricing_row:last-child {
  margin-bottom: 0px;
}

.pricingcontainer.style3 .plan .plan_buy {
  border-top: 1px solid #d7d7d7;
  padding: 27px 10px 17px;
  margin-top: 36px;
}

/* end pricing table */

/* start tabs */

.tab-content {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 24px 16px 12px;
  color: #555;
  line-height: 22px;
  background-color: #fff;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs&gt;li&gt;a {
  background-color: #F8F8F8;
  margin-right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #333;
  border-color: #E0E0E0;
  border-right: none;
  font-weight: 600;
}

.nav-tabs&gt;li:last-child a {
  border-right: 1px solid #E0E0E0;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
}

.nav-tabs&gt;li:first-child a {
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
}

.nav-tabs&gt;li&gt;a:hover {
  background-color: #f3f3f3;
  border-color: #E0E0E0;
}

.nav-tabs&gt;li.active&gt;a {
  border-color: #dddddd;
  border-right: none !important;
  border-bottom: 1px solid transparent;
  position: relative;
}

.nav-tabs&gt;li.active:last-child&gt;a {
  border-right: 1px solid #e0e0e0 !important;
}

.nav-tabs&gt;li&gt;a:after {
  content: "\f078";
  position: absolute;
  bottom: -9px;
  font-family: FontAwesome;
  color: #0066cc;
  font-size: 12px;
  display: block;
  left: 50%;
  margin-left: -6px;
  opacity: 0;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.nav-tabs&gt;li.active&gt;a:after {
  content: "\f078";
  position: absolute;
  bottom: -10px;
  font-family: FontAwesome;
  color: #0066cc;
  font-size: 12px;
  display: block;
  left: 50%;
  margin-left: -6px;
  opacity: 1;
}

/* end tabs */

/* start project intro loader */

.portfolio_intro_container {
  border-top: 1px solid #ECECEC;
  padding-top: 26px;
  position: relative;
  margin-top: 8px;
  clear: both;
  background-color: #FAFAFA;
  padding: 24px 20px 14px;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-bottom: 3px solid #0066cc;
}

.portfolio_intro_container p {
  color: #aaa;
  margin-bottom: 4px
}

.portfolio_intro_container:before {
  content: '';
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ECECEC;
  position: absolute;
  top: 0;
  left: 33.33333333333333%;
  margin-left: -30.33333333333333%;
}

.portfolio_intro_container:after {
  content: '';
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  top: -1px;
  left: 33.33333333333333%;
  margin-left: -30.33333333333333%;
}

.second_col .portfolio_intro_container:before {
  left: 66.66666666666666%;
  margin-left: -27.33333333333333%;
}

.second_col .portfolio_intro_container:after {
  left: 66.66666666666666%;
  margin-left: -27.33333333333333%;
}

.third_col .portfolio_intro_container:before {
  left: 100%;
  margin-left: -27.33333333333333%;
}

.third_col .portfolio_intro_container:after {
  left: 100%;
  margin-left: -27.33333333333333%;
}

.project_intro_loader {
  clear: both;
  padding-left: 3px;
  padding-right: 3px;
}

.project_title {
  font-size: 14px;
  font-weight: 600;
}

.portfolio_grid_row .project_thumbnail&gt;.thumbnail&gt;img {}

/* end project intro loader */

/* start author box */

.author_avatar {
  margin-right: 16px;
}

.author_avatar, .author_avatar img {
  width: 100px;
  height: 100px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  float: left;
}

.author_box {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e0e0e0;
}

.author_box p {
  color: #999;
}

/* end author box */

/* start post share icons */

.blog_post_share_icons.social_icons_list .social_icon {
  clear: both;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 14px;
}

.blog_share_sign {
  clear: both;
  font-size: 20px;
  color: #cfd0ce;
}

.blog_post_body {
  position: relative;
}

.single_blog .blog_post_body {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 22px;
}

.single_blog div.blog_post_body:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.stuck {
  position: fixed;
  top: 0;
}

.absolute.stuck {
  position: absolute;
  bottom: 33px;
  top: auto;
}

.blog_social_share {
  margin-top: 24px;
}

/* end post share icons */

/* start post comment */

.post_comment_box {
  margin-top: 40px;
}

.post_comments_list {
  margin-top: 40px;
}

.commenter_name {
  margin-bottom: 4px;
}

.comment_info a {
  color: #a7a7a7;
  font-size: 12px;
}

.comment_info a.comment-reply-link {
  color: #0066cc;
  font-weight: bold;
}

.comment_info a.comment-reply-link:hover {
  color: #333;
  font-weight: bold;
}

.comment_body p {
  color: #555;
  font-size: 12px;
}

.comment_info a.comment_time {
  color: #9c9b9b;
}

.commenter img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.media.the_comment {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #dbdbdb;
}

.media.the_comment:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.media.the_comment:last-child {
  margin-bottom: 0px;
}

.children .media.the_comment {
  margin-bottom: 0px;
  margin-top: 20px;
  padding-bottom: 20px
}

.children .media.the_comment:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px
}

.comment_textarea {
  margin-top: 20px;
  margin-bottom: 14px;
}

.comment_body .media-heading {
  margin: 0 0 14px;
}

.media&gt;.pull-left {
  margin-right: 12px;
}

.comments_title {
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.comment_body p {
  margin-bottom: 0;
}

ul.children {
  list-style: none;
  border-left: 1px dashed #dbdbdb;
  padding-left: 20px;
  margin-left: 40px;
}

.media, .media-body {
  overflow: visible;
}

.media-list.comments_list {
  margin-bottom: 0;
}

/* end post comment */

.blog_post_banner .video_fit_container&gt;div, .blog_post_banner .video_fit_container .mejs-containerProfile, .blog_post_banner .video_fit_container .mejs-overlay, .blog_post_banner .video_fit_container .mejs-poster, .blog_post_banner .video_fit_container .wp-video-shortcode {
  width: 100% !important;
  overflow: hidden;
}

/* start calendar style */

/* calendar widget */

.widget_calendar {
  float: left;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  margin-top: 0;
  font-weight: bold;
  text-align: left;
  margin-bottom: 11px;
  font-size: 13px;
  color: #333;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  padding-bottom: 6px;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* end calendar style */

/* start portfolio filter */

.project_thumbnail {
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.faded_thumbnails {
  opacity: 0.1;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.filtered_thumbnails {
  opacity: 1;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* end portfolio filter */

/* start full width blocks */

.fullwidth_aq_rev_block {
  width: 100%;
  max-width: 100%;
  margin-top: -40px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0;
  margin-bottom: 50px;
}

.fullwidth_aq_rev_block&gt;.row {
  margin-left: 0;
  margin-right: 0;
}

.fullwidth_aq_rev_block&gt;.row&gt;.aq-block {
  padding-left: 0;
  padding-right: 0;
}

.fullwidth_aq_alertbox_block {
  width: 100%;
  max-width: 100%;
  margin-top: -50px;
  padding-left: 0;
  padding-right: 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 34px;
  padding-bottom: 34px;
  border-top: 1px solid #fff;
  margin-bottom: 40px;
}

.fullwidth_aq_alertbox_block&gt;.row {
  margin-left: 0;
  margin-right: 0;
}

.fullwidth_aq_alertbox_block&gt;.row&gt;.aq-block {
  padding-left: 0;
  padding-right: 0;
}

.fullwidth_aq_map_block {
  width: 100%;
  max-width: 100%;
  margin-top: -40px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2px;
  border-top: 1px solid #fff;
  padding-bottom: 30px;
}

.fullwidth_aq_map_block&gt;.row {
  margin-left: 0;
  margin-right: 0;
}

.fullwidth_aq_map_block&gt;.row&gt;.aq-block {
  padding-left: 0;
  padding-right: 0;
}

.carousel-control {
  color: #858484;
  text-shadow: none;
  float: right;
  top: auto;
  right: 0;
  width: auto;
  opacity: 1;
  font-size: 14px;
  bottom: -24px;
  left: auto;
  font-style: normal;
}

.carousel-control:hover {
  color: #0066cc;
}

.carousel-control.left_arrow {
  margin-right: 18px;
}

.testimonials_list_innter .testimonial_info.item {
  clear: both;
  margin-top: 40px;
}

.testimonials_list_innter .testimonial_info.item:first-child {
  margin-top: 0px;
}

img.alignright {
  margin: 5px 0 5px 20px;
}

img.alignleft {
  margin: 5px 20px 5px 0;
}

img.aligncenter {
  margin: 5px auto;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left
}

.alignright {
  float: right
}

/* start headings */

.heading {}

.standard_heading {}

.thin_heading h1, .thin_heading h2, .thin_heading h3, .thin_heading h4, .thin_heading h5, .thin_heading h6 {
  font-weight: normal;
}

.uppercase_heading {
  text-transform: uppercase;
}

.bottom_border {
  border-bottom: 1px solid #e3e3e3;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.both_border {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  ;
  border-left: 0;
  border-right: 0;
}

.both_border .heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

.arrow_borderstyle {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  margin-bottom: 26px;
}

.arrow_borderstyle:before {
  content: '';
  display: inline-block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ccc;
  border-top-color: #e3e3e3;
  position: absolute;
  bottom: -15px;
  left: 30px;
}

.arrow_borderstyle:after {
  content: '';
  display: inline-block;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #fff;
  position: absolute;
  bottom: -14px;
  left: 31px;
}

.dotted_borderstyle {
  border-style: dotted;
}

.dashed_borderstyle {
  border-style: dashed;
}

.dashed_divider {
  border-style: dotted;
}

.dotted_divider {
  border-style: dashed;
}

/* end headings */

/* start image frame */

.image_container.frame img {
  padding: 4px;
  border: 4px solid #eee;
  padding: 2px;
  border: 1px solid #999;
  -webkit-box-shadow: 1px 1px 4px #ccc;
  -moz-box-shadow: 1px 1px 4px #ccc;
  box-shadow: 1px 1px 4px #ccc;
}

/* end image frame */

.side_content .widget_container .project_details_item a {
  color: #888;
}

.side_content .widget_container .project_details_item {
  color: #888;
}

.side_content .widget_container .project_details_item strong {
  color: #333;
}

/* start flexslider */

.flex-control-nav {
  bottom: 10px !important;
}

.flex-direction-nav a:before {
  content: "ï€";
  display: inline-block;
  font-family: "flexslider-icon";
  font-size: 20px;
}

.flexslider {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

/* end flexslider */

.action_box_shortcode {
  margin-top: 42px;
}

.widget_container .post_list .post_item .post_info&gt;p {
  display: none;
}

.logo h1 {
  font-size: 28px;
  margin: 0;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0;
}

.logo_dot {
  color: #0066cc;
}

.client_item img {
  width: 140px;
  height: 65px;
}

.widget_container ul.social_icons_list&gt;li {
  border-bottom: none;
  padding-bottom: 0;
}

.side_content .widget_container .project_preview_url&gt;a, .side_content .widget_container.project-widget a {
  color: #0066cc;
}

.side_content .widget_container .project_preview_url&gt;a:hover, .side_content .widget_container.project-widget a:hover {
  color: #333;
}

.navbar-toggle {
  width: 100%;
  margin-right: 0;
  margin-top: 20px;
}

.widget_container .project_thumbnail {
  max-width: 250px;
}

.nav .open&gt;a, .nav .open&gt;a:hover, .nav .open&gt;a:focus {}

.dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  top: 100%;
  background-color: #fff;
  padding: 0;
  font-size: 12px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  opacity: 0.9;
  min-width: 165px;
}

.navbar-nav&gt;li&gt;.dropdown-menu {
  margin-top: -20px;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown&gt;.dropdown-menu {
  margin-left: 18px;
}

.navbar-default .navbar-nav&gt;li.dropdown:first-child&gt;.dropdown-menu {
  margin-left: 0px;
}

.dropdown-submenu .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  border-left: 3px solid #0066cc;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

.dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.client_item .tooltip {
  margin-top: -14px !important;
  padding: 3px 8px;
  opacity: 0.7;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.navbar-nav&gt;li {
  padding-bottom: 36px;
  margin-bottom: -36px;
}

.dropdown-menu&gt;li&gt;a {
  margin: 0px 19px;
  border-bottom: 1px solid #f0f0f0;
  padding: 11px 0;
  font-size: 1.2em;
  font-family: "å¾®è½¯é›…é»‘", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "MS Serif", "Open Sans", serif;
}

.dropdown-menu&gt;li:last-child&gt;a {
  border-bottom: none;
}

.dropdown-menu&gt;li&gt;a:hover {
  text-decoration: none;
  color: #0066cc;
  background-color: #fff;
}

.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:hover, .dropdown-menu&gt;.active&gt;a:focus {
  text-decoration: none;
  color: #0066cc;
  outline: 0;
  background-color: transparent;
}




/** menu active colour and underline   **/
.navbar-default .navbar-nav&gt;.current-page-ancestor&gt;a, .navbar-default .navbar-nav&gt;.current-menu-ancestor&gt;a, .navbar-default .navbar-nav&gt;.current-menu-parent&gt;a, .navbar-default .navbar-nav&gt;.current-page-parent&gt;a, .navbar-default .navbar-nav&gt;.current_page_parent&gt;a, .navbar-default .navbar-nav&gt;.current_page_ancestor&gt;a, .navbar-default .navbar-nav&gt;.current-page-ancestor&gt;a:hover, .navbar-default .navbar-nav&gt;.current-menu-ancestor&gt;a:hover, .navbar-default .navbar-nav&gt;.current-menu-parent&gt;a:hover, .navbar-default .navbar-nav&gt;.current-page-parent&gt;a:hover, .navbar-default .navbar-nav&gt;.current_page_parent&gt;a:hover, .navbar-default .navbar-nav&gt;.current_page_ancestor&gt;a:hover, .navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:hover, .navbar-default .navbar-nav&gt;.active&gt;a:focus {
  color: #0066cc;
  background-color: transparent;
  text-decoration: underline;
}

.navbar-default .navbar-nav&gt;.current-page-ancestor&gt;.dropdown-menu, .navbar-default .navbar-nav&gt;.current-menu-ancestor&gt;.dropdown-menu, .navbar-default .navbar-nav&gt;.current-menu-parent&gt;.dropdown-menua, .navbar-default .navbar-nav&gt;.current-page-parent&gt;.dropdown-menu, .navbar-default .navbar-nav&gt;.current_page_parent&gt;.dropdown-menu, .navbar-default .navbar-nav&gt;.current_page_ancestor&gt;.dropdown-menu {
  margin-left: 0;
}

.current-page-ancestor.dropdown-submenu&gt;a, .current-menu-ancestor.dropdown-submenu&gt;a, .current-menu-parent.dropdown-submenu&gt;a, .current-page-parent.dropdown-submenu&gt;a, .current_page_parent.dropdown-submenu&gt;a, .current_page_ancestor.dropdown-submenu&gt;a {
  text-decoration: none;
  color: #333;
  background-color: #e9e9e9;
  outline: 0;
}

.dropdown-menu&gt;li&gt;a:focus {
  text-decoration: none;
  color: #333;
  background-color: transparent;
}

.dropdown-menu&gt;li:last-child {
  border-bottom: none;
}

.author_box .author_info {
  overflow: hidden;
}

.pp_social .facebook {
  margin-left: 10px;
  width: 110px !important;
}

.gototop {
#margin-top: 11px !important;
padding-top: 10px !important ;
#margin-left: 24px;
background: rgba(153, 204, 255, 0.7);
color: #FFF;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
height: 40px;
width: 45px;
text-align: center;
cursor: pointer;
line-height: 40px;
position: fixed;
bottom: 40px;
right: 40px;
opacity: 0;
}

.gototop.fadeInUp {
opacity: 0.5!important;
}


.blog_post_body .content_container {
  color: #747474;
  line-height: 23px;
}

.flex-direction-nav a:before {
  font-size: 13px !important;
}

/*portfolio thumbnail hover*/

.view.view-tenth.project_thumbnail&gt;.thumbnail {
  overflow: hidden;
  border: 1px solid #DBDBDB;
  padding: 0;
  border-radius: 0;
}

.view {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.view .mask, .view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.view img {
  display: block;
  position: relative;
}

.view h2 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 10px 0;
  background-color: #0066cc;
  margin: 32px -2px 0;
}

.view p {
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}

.view a.info {
  background-color: #0066cc;
  font-weight: normal;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 18px;
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 45px;
}

.view-tenth img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.view-tenth .mask {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.view-tenth .mask_inside {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  opacity: 1;
}

.view-tenth h2 {
  background: transparent;
  margin: 12px 0px 0px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #0066cc;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.view-tenth p {
  color: #fff;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-bottom: 0;
}

.view-tenth a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-top: 20px;
}

.view-tenth:hover a.info {
  margin-top: 0;
}

.view-tenth:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.view-tenth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.view-tenth:hover h2, .view-tenth:hover p, .view-tenth:hover a.info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* start wordpress formating css */

table {
  border-bottom: 0px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  font-size: 17px;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
   border: 0px solid #ededed;
   border-bottom: 1px solid #ededed;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 8px 00px 0px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

blockquote {
  padding: 0px 20px;
  margin: 0 0 20px;
  border-left: 4px solid #eee;
}

blockquote p {
  color: #888;
  font-family: 'Rokkitt', serif;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 16px;
}

.su-pullquote {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #333;
  font-family: 'Rokkitt', serif;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 20px;
}

.su-pullquote-align-right {
  margin: 0.5em 0 1em 1.5em;
  padding-right: 0;
  float: right;
  border-left: 5px solid #eee;
}

/*.content_container &gt; ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}

.content_container &gt; ol {
display: block;
list-style-type: decimal;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}*/

address {
  margin-bottom: 12px;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
}

.su-quote {
  font-style: italic;
  font-size: 15px;
  color: #333;
  line-height: 26px;
  margin-bottom: 0 !important;
  padding: 0.5em 1.8em !important;
}

.su-quote-has-cite {
  margin-bottom: 0;
}

.su-quote-cite {
  font-style: italic !important;
  font-size: 13px !important;
}

dl {
  color: #333;
}

.su-dropcap-style-simple {
  font-size: 30px !important;
  font-weight: bold;
  width: auto !important;
  height: auto !important;
  line-height: 30px !important;
}

nav#comment-nav-above {
  margin-bottom: 20px;
}

nav#comment-nav-below&gt;h1 {
  font-size: 16px;
}

.su-button {
  margin-top: 5px;
}

.post_list {
  margin-bottom: 0;
}

/* Images */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  margin: 0px 20px 0px 0;
}

.wp-caption.alignleft {
  margin: 0px 10px 0px 0;
}

img.alignright {
  margin: 0px 0 0px 20px;
}

.wp-caption.alignright {
  margin: 0px 0 0px 10px;
}

img.aligncenter {
  margin: 0px auto;
}

img.alignnone {
  margin: 0px 0;
}

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  color: #333;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-top: 7px;
}

img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft+ul, .wp-caption.alignleft+ol {
  list-style-position: inside;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */

.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
  max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
}

img.size-full, img.size-large, img.wp-post-image {
  height: auto;
  max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */

embed, iframe, object, video {
  max-width: 100%;
}

.page-links {
  font-size: 14px;
  font-weight: bold;
}

.page-links&gt;span {
  border-bottom: 1px dotted #333;
}

.page-links-title {
  border-bottom: none !important;
}

/* start hover effect style 8 */

.view-eighth .mask {
  background-color: rgba(255, 255, 255, 0.7);
  top: -200px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
}

.view-eighth h2 {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}

.view-eighth p {
  color: #333;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}

.view-eighth a.info {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
}

.view-eighth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear;
}

.view-eighth:hover h2 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.view-eighth:hover p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.view-eighth:hover a.info {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

@keyframes bounceY {
  0% {
    transform: translateY(-205px);
  }
  40% {
    transform: translateY(-100px);
  }
  65% {
    transform: translateY(-52px);
  }
  82% {
    transform: translateY(-25px);
  }
  92% {
    transform: translateY(-12px);
  }
  55%, 75%, 87%, 97%, 100% {
    transform: translateY(0px);
  }
}

@-moz-keyframes bounceY {
  0% {
    -moz-transform: translateY(-205px);
  }
  40% {
    -moz-transform: translateY(-100px);
  }
  65% {
    -moz-transform: translateY(-52px);
  }
  82% {
    -moz-transform: translateY(-25px);
  }
  92% {
    -moz-transform: translateY(-12px);
  }
  55%, 75%, 87%, 97%, 100% {
    -moz-transform: translateY(0px);
  }
}

@-webkit-keyframes bounceY {
  0% {
    -webkit-transform: translateY(-205px);
  }
  40% {
    -webkit-transform: translateY(-100px);
  }
  65% {
    -webkit-transform: translateY(-52px);
  }
  82% {
    -webkit-transform: translateY(-25px);
  }
  92% {
    -webkit-transform: translateY(-12px);
  }
  55%, 75%, 87%, 97%, 100% {
    -webkit-transform: translateY(0px);
  }
}

/* end hover effect style 8 */

/* start service hover effects */

.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
}

.hi-icon {
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  margin-right: 28px;
  margin-top: 3px;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 52px;
  float: left;
}

/* Effect 3 */

.hi-icon-effect-3 .hi-icon {
  box-shadow: 0 0 0 4px #0066cc;
  ;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.hi-icon-effect-3 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background-color: #0066cc;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.hi-icon:before {
  font-family: 'ecoicon';
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

/* Effect 3a */

.hi-icon-effect-3a .hi-icon {
  color: #fff;
  ;
}

.no-touch .hi-icon-effect-3a .hi-icon:hover {
  color: #0066cc;
}

.no-touch .hi-icon-effect-3a .hi-icon:hover:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

/* Effect 3b */

.hi-icon-effect-3b .hi-icon {
  color: #0066cc;
}

.no-touch .hi-icon-effect-3b .hi-icon:hover {
  color: #fff;
}

.hi-icon-effect-3b .hi-icon:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

.no-touch .hi-icon-effect-3b .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 9 */

.hi-icon-effect-9 .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  color: #0066cc;
}

.hi-icon-effect-9 .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 3px #0066cc;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}

/* Effect 9a */

.no-touch .hi-icon-effect-9a .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.5;
}

.no-touch .hi-icon-effect-9a .hi-icon:hover {
  box-shadow: 0 0 0 10px #0066cc;
  color: #0066cc;
}

/* Effect 9b */

.no-touch .hi-icon-effect-9b .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.no-touch .hi-icon-effect-9b .hi-icon:hover {
  box-shadow: 0 0 0 10px #0066cc;
  color: #0066cc;
}

/* Effect 6 */

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg)
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}

.hi-icon-effect-6 .hi-icon {
  box-shadow: 0 0 0 4px #0066cc;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  color: #0066cc;
  background-color: #fff;
}

.hi-icon-effect-6 .hi-icon:hover {
  background-color: #0066cc;
  color: #fff;
}

.hi-icon-effect-6 .hi-icon:hover {
  -webkit-animation: spinAround 2s linear infinite;
  -moz-animation: spinAround 2s linear infinite;
  animation: spinAround 2s linear infinite;
}

/* Effect 4 */

.hi-icon-effect-4 .hi-icon {
  box-shadow: 0 0 0 2px #0066cc;
  color: #0066cc;
  background-color: #fff;
}

.hi-icon-effect-4a .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.hi-icon-effect-4 .hi-icon:before {
  line-height: 92px;
}

.hi-icon-effect-4 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 0;
  z-index: 10;
  border: 2px dashed #0066cc;
}

.no-touch .hi-icon-effect-4 .hi-icon:hover {
  box-shadow: 0 0 0 0 #0066cc;
  color: #0066cc;
}

/* Effect 4b */

.no-touch .hi-icon-effect-4b .hi-icon:hover {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.no-touch .hi-icon-effect-4b .hi-icon:hover:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg)
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}

/* end service hover effects */

.tp-caption a {
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(87, 87, 87, 0.7);
}

.tp-caption a:hover {
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(87, 87, 87, 0.7);
}

/* start glassy button */

.a_demo_one {
  background-color: #0066cc;
  padding: 3px 14px;
  display: inline-block;
  position: relative;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  background-color: #0066cc;
  border: 1px solid #2f9292;
  background-image: linear-gradient(bottom, #0066cc 0%, #7bdfdf 100%);
  background-image: -o-linear-gradient(bottom, #0066cc 0%, #7bdfdf 100%);
  background-image: -moz-linear-gradient(bottom, #0066cc 0%, #7bdfdf 100%);
  background-image: -webkit-linear-gradient(bottom, #0066cc 0%, #7bdfdf 100%);
  background-image: -ms-linear-gradient(bottom, #0066cc 0%, #7bdfdf 100%);
  background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #0066cc), color-stop(1, #7bdfdf));
  -webkit-box-shadow: inset 0px 1px 0px #a1e8e8, 0px 1px 0px #fff;
  -moz-box-shadow: inset 0px 1px 0px #a1e8e8, 0px 1px 0px #fff;
  box-shadow: inset 0px 1px 0px #a1e8e8, 0px 1px 0px #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-left: 7px;
  margin-top: 8px;
  margin-bottom: 6px;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px rgba(87, 87, 87, 0.7);
}

.large.a_demo_one {
  font-size: 13px;
  letter-spacing: 1px;
}

.transparent.a_demo_one::before {
  opacity: 0.3;
}

.transparent.a_demo_one {
  -webkit-box-shadow: inset 0px 1px 0px #a1e8e8, 0px 1px 0px #8d8d8d !important;
  -moz-box-shadow: inset 0px 1px 0px #a1e8e8, 0px 1px 0px #8d8d8d !important;
  box-shadow: inset 0px 1px 0px #a1e8e8, 0px 1px 0px #8d8d8d !important;
}

.a_demo_one::before {
  background-color: #F1F1F1;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 6px 7px;
  left: -7px;
  top: -6px;
  z-index: -1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 1px #ADADAD, 0px 1px 0px #C2C2C2;
  -moz-box-shadow: inset 0px 1px 1px #ADADAD, 0px 1px 0px #C2C2C2;
  -o-box-shadow: inset 0px 1px 1px #ADADAD, 0px 1px 0px #C2C2C2;
  box-shadow: inset 0px 1px 1px #ADADAD, 0px 1px 0px #C2C2C2;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
}

.a_demo_one:hover {
  color: #FFFFFF;
  text-shadow: 0px 1px 1px rgba(87, 87, 87, 0.7);
  background-image: linear-gradient(bottom, #0066cc 0%, #0066cc 100%);
  background-image: -o-linear-gradient(bottom, #0066cc 0%, #0066cc 100%);
  background-image: -moz-linear-gradient(bottom, #0066cc 0%, #0066cc 100%);
  background-image: -webkit-linear-gradient(bottom, #0066cc 0%, #0066cc 100%);
  background-image: -ms-linear-gradient(bottom, #0066cc 0%, #0066cc 100%);
  background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #0066cc), color-stop(1, #0066cc));
}

.wpcf7-submit {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  padding: 10px 20px;
  background-color: #fcfcfc;
  color: #888;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  font-size: 12px;
}

.wpcf7-submit:hover {
  background-color: #fff;
}

.black_text.a_demo_one {
  color: #494949;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(233, 233, 233, 0.8);
}

.black_text.a_demo_one:hover {
  color: #494949;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(233, 233, 233, 0.8);
}

/* end glassy button */

.second_footer {
  overflow: hidden;
}

.dark_site_footer:before {
  border-bottom: 1px solid #555;
}

.dark_site_footer {
  background-color: #2B2B2B;
}

.dark_site_footer .second_footer {}

.dark_site_footer .first_footer {
  border-bottom: none;
}

.dark_site_footer {
  color: #eee;
}

.dark_site_footer .title {
  margin-top: 0;
  color: #fff;
}

.dark_site_footer .post_title a {
  color: #eee;
}

.dark_site_footer a {
  color: #eee;
}

.dark_site_footer a:hover {
  text-decoration: none;
  color: #fff;
}

.dark_site_footer .tweet_icon {
  color: #FFF;
  font-size: 14px;
}

.dark_site_footer .navbar-default .navbar-nav&gt;li&gt;a {
  color: #CCC;
  border: none !important;
}

.dark_site_footer .post_list .post_time {
  color: #ADADAD;
  font-size: 11px;
}

.dark_site_footer .tweet_time {
  color: #adadad;
}

.dark_site_footer .widget_container ul&gt;li {
  border-bottom-color: #333333;
  border-bottom: none;
}

.dark_site_footer hr {
  border-top-color: #333;
}

/* Pseudo elements for icons */

.btn-3:before, {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Button 3 */

.btn-3 {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fcad26;
  color: #fff;
}

.btn-3:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-3:hover {
  background: #f29e0d;
}

.btn-3:active {
  background: #f58500;
  top: 2px;
}

.btn-3:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}

.btn-3:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

.btn-3:before {
  content: "\f061";
}

/* Button 3e */

.btn-3e {
  padding: 25px 120px 25px 60px;
  overflow: hidden;
}

.btn-3e:before {
  left: auto;
  right: 10px;
  z-index: 2;
}

.btn-3e:after {
  width: 30%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
}

.btn-3e:hover:after {
  width: 40%;
}

.shadow_mask {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.shadow_mask_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 25px rgba(105, 105, 105, 0.7) inset;
  padding: 3px;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  overflow: hidden;
}

.shadow_mask:hover .shadow_mask_inner {
  box-shadow: 0 0 25px rgba(17, 17, 17, 0.6) inset;
}

.thumbnail_mask&gt;i {
  position: absolute;
  font-size: 13px;
  top: 45%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
  background-color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.thumbnail_mask:hover&gt;i {
  top: 50%;
  opacity: 0.7;
}

.parallax_section {
  background-position: initial initial;
  background-repeat: initial initial;
}

.project-widget&gt;.row {
  margin-left: -3px;
  margin-right: -3px;
}

/* service circle flip */

.ch-item {
  float: left;
  margin-right: 20px;
  position: absolute;
  left: 50%;
  top: -55px;
  margin-left: -55px;
  padding: 10px;
  background-color: #F1F1F1;
  border-radius: 50%;
}

.ch-info-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #F9F9F9;
}

.ch-info {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ch-info&gt;div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ch-info .ch-info-back {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  background-color: #0066cc;
}

.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 0 15px;
  padding: 40px 0 0 0;
  height: 90px;
  font-family: 'Microsoft JhengHei', 'Open Sans', Arial, sans-serif;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Microsoft JhengHei', 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
  color: #fff222;
  color: rgba(255, 242, 34, 0.8);
}

.service_row_bordered:hover .ch-info-wrap {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), inset 0 0 3px rgba(115, 114, 23, 0.8);
}

.service_row_bordered:hover .ch-info {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg);
}

.service_row_bordered {
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.service_icon_url {
  display: inline-block;
  font-size: 30px;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  line-height: 90px;
  text-align: center;
}

.service_icon_url&gt;i {
  text-align: center;
}

.ch-info-back&gt;i {
  display: inline-block;
  font-size: 30px;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  line-height: 95px;
  text-align: center;
}

.service_icon_url:hover {
  color: #fff;
}

.thin_title:before {
  content: "";
  display: block;
  float: left;
  line-height: 0;
  padding-right: inherit;
  bottom: 0;
  position: absolute;
  width: 88px;
  margin-bottom: 0px;
  height: 1px;
  background-color: #0066cc;
}

.thin_title {
  padding-left: 1px;
  padding-top: 2px;
}

.thin_title.col-md-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.thin_title:after {
  content: "";
  border-bottom: 1px solid #e8e8e8;
  height: 7px;
  display: block;
  margin-top: 10px;
}

.thin_title&gt;i {
  color: #E4E4E4;
  margin-right: 5px;
  font-size: 20px;
}

.gray_section {
  position: relative;
  overflow: hidden;
}

.tp-leftarrow.default {
  background: none;
  background-color: transparent;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #000;
  opacity: 0;
  position: relative;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.tp-leftarrow.default:before {
  content: "\f104";
  color: #000;
  font-family: FontAwesome;
  position: absolute;
  font-size: 20px;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -10px;
}

.tp-rightarrow.default {
  background: none;
  background-color: transparent;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #000;
  opacity: 0;
  position: relative;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.rev_slider_wrapper:hover .tp-leftarrow, .rev_slider_wrapper:hover .tp-rightarrow {
  opacity: 0.3;
}

.rev_slider_wrapper:hover .tp-leftarrow:hover, .rev_slider_wrapper:hover .tp-rightarrow:hover {
  opacity: 0.5;
}

.tp-rightarrow.default:before {
  content: "\f105";
  color: #000;
  font-family: FontAwesome;
  position: absolute;
  font-size: 20px;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -10px;
}

.gray_section:before {
  /*background-image: url(../img/sep_shadow.png);
	position: absolute;
	top: -1px;
	width: 960px;
	height: 107px;
	left: 50%;
	display: block;
	content: "";
	background-repeat: no-repeat;
	margin-left: -480px;
	text-align: center;*/
}

.menu-item&gt;a&gt;i {
  display: block;
  font-size: 28px;
  text-align: center;
  color: #E0E0E0;
  margin-bottom: 3px;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
}

.menu-item&gt;a:hover&gt;i {
  color: #0066cc;
}

.fixed_header.sticky_header .menu-item&gt;a&gt;i {
  height: 0;
}

.dropdown-menu.animated {
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.video_overlay {
  position: absolute;
  width: 100%;
  top: 0;
}

.color_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #0066cc;
  opacity: 0.3;
  background: url(../img/overlaysdots.png) repeat;
}

.owl-theme .owl-controls .owl-page span {
  background: none;
  background-color: #e0e0e0;
  border: 1px solid #D1D1D1;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {}

.transparent_white_action_box.action_box {
  background-color: transparent;
  border: 2px solid #fff;
  background-image: none;
}

.transparent_black_action_box.action_box {
  background-color: transparent;
  border: 2px solid #333;
  background-image: none;
}

.white_action_box.action_box {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
}

.dark_action_box.action_box {
  background-color: #444;
  border: 1px solid #444;
  box-shadow: 0 0 25px rgba(0, 0, 0, .04) inset;
}

.black_color_action_box .action_info {
  color: #333;
}

.black_color_action_box .action_info .action_title {
  color: #333;
}

.title.center_title.thin_title {
  text-align: center;
}

.title.center_title.thin_title:before {
  left: 50%;
  margin-left: -25px;
}

.portfolio_figure {
  overflow: hidden;
  margin: 0;
  position: relative;
  background-color: #222;
}

.portfolio_figure_url {
  position: absolute;
  display: block;
  left: 50%;
  top: 15%;
  color: #fff;
  font-size: 26px;
  margin-left: -18px;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
  opacity: 0;
}

.portfolio_figure_url:hover {
  color: #fff;
}

.portfolio_figure:hover .portfolio_figure_url {
  top: 34%;
  opacity: 0.9;
}

.portfolio_thumbnail {
  max-width: 100%;
  display: block;
  position: relative;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.portfolio_figure:hover .portfolio_thumbnail {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0.4;
}

.portfolio_caption {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.portfolio_caption::before {
  content: '';
  display: inline-block;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #FAFAF8;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -11px;
}

.caption_content {
  padding: 6px 20px 0px;
}

.caption_content h4 {
  text-align: center;
  font-size: 13px;
  color: #333;
  margin-bottom: 6px;
}

.caption_content .portfolio_meta {
  font-style: italic;
  color: #ccc;
}

.portfolio_figure:hover .portfolio_caption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.portfolio_caption_info {
  float: left;
}

.portfolio_caption_buttons {
  float: right;
}

.portfolio_caption_buttons a.button {
  display: block;
}

.project_carousel .item {
  padding: 0;
  margin: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
}

.modern_project_thumbnail, .portfolio_figure {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
}

.fullwidth-aq-block.fullwidth_aq_projects_block {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.owl-theme .owl-controls {
  margin-top: -8px;
  text-align: center;
}

.owl-theme .owl-controls .owl-page span {
  margin: 0 4px;
}

.team_thumbnail {
  float: left;
  width: 120px;
  margin-right: 12px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #eee;
}

.team_member_info {
  margin-left: 132px;
}

.team_member_info h2 {
  margin-top: 0;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
  float: left;
  margin-right: 10px;
}

.team_member_position {
  font-size: 13px;
  color: #ccc;
  display: block;
  margin-top: -2px;
}

.team_member_skills {
  margin-top: 6px;
  border-top: 1px solid #eee;
  padding-top: 3px;
  color: #333;
  font-size: 11px;
  font-weight: bold;
}

.team_member_item {
  border-right: 1px dashed #ddd;
  padding-bottom: 30px;
  padding-top: 30px;
}

.team_grid_row:last-child .team_member_item {
  padding-bottom: 0;
}

.team_grid_row:first-child .team_member_item {
  padding-top: 0;
}

.team_member_item:last-child {
  border-right: none;
}

.team_grid_column_inner {
  border-bottom: 1px dashed #ddd;
}

.team_grid_row:last-child .team_grid_column_inner {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.team_member_skills .progress {
  height: 8px;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 2px;
}

.team_grid_row_inner {
  margin-left: -20px;
  margin-right: -20px;
}

.team_member_item {
  padding-left: 20px;
  padding-right: 20px;
}

.team_member_social {
  margin-top: 8px;
  border-top: 1px solid #FFF;
}

.team_member_social a {
  color: #ddd;
  font-size: 16px;
  margin-right: 12px;
}

.portfolio_grid_row_modern {
  margin-bottom: 20px;
}

.filters&gt;ul&gt;li {
  float: left;
  border: 1px solid #eee;
  margin-right: 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.filters {
  margin-bottom: 18px;
}

.filters&gt;ul&gt;li&gt;a {
  position: relative;
  display: block;
  padding: 5px 12px;
  font-size: 12px;
  color: #999;
}

.filters&gt;ul&gt;li&gt;a:hover {
  color: #0066cc;
  background-color: transparent;
}

.filters&gt;ul&gt;li.active&gt;a {
  background-color: #0066cc;
  color: #fff;
}

.filters&gt;ul&gt;li.active&gt;a:hover {
  color: #fff;
}

.modern_project_thumbnail {
  margin-bottom: 20px;
  display: block;
}

.dark_site_footer .second_footer {}

.quick-flickr-item img {
  width: 69px;
  float: left;
  margin: 2px;
  height: 69px;
}

.dark_site_footer .tagcloud a {
  background-color: #444;
}

.widgets_nav {
  float: right;
  margin-left: 28px;
}

.native_nav {
  float: left;
}

.navbar-nav.widgets_nav&gt;li&gt;.dropdown-menu.right_dropdown {
  right: auto;
  left: 0;
}

.navbar-nav.widgets_nav&gt;li&gt;.dropdown-menu {
  padding: 26px 10px;
}

.navbar-nav.widgets_nav&gt;li&gt;.dropdown-menu.left_dropdown {
  left: auto;
  right: 14px;
}

.navbar-nav.widgets_nav&gt;li:last-child&gt;.dropdown-menu.left_dropdown {
  left: auto;
  right: 0;
}

.dropdown-menu.left_dropdown:before {
  left: auto;
  right: 9px;
}

.dropdown-menu.left_dropdown:after {
  left: auto;
  right: 10px;
}

.widget_nav_wrapper .content_container {
  padding-bottom: 30px;
}

.widget_nav_wrapper .content_container:last-child {
  padding-bottom: 0;
}

.widget_nav_wrapper .widget_container.widget_nav_menu .menu-item {
  font-weight: 400;
}

.widget_nav_wrapper .team_member_item {
  padding-top: 18px;
}

.widget_nav_wrapper .widget_container ul&gt;li&gt;a {
  color: #747474;
}

.project_figure_tags {
  text-align: center;
  color: #555;
  font-size: 12px;
}

.project_figure_tags&gt;a {
  color: #555;
  text-align: center;
}

/*footer:colour*/
.second_footer_wrapper {
  background-color: #3A6499;
  border-top: 1px solid #3c3c3c;
}

.lefticons_service_row .service_row_bordered {
  padding-top: 0;
  text-align: left;
  margin-top: 0;
}

.lefticons_service_row .service_icon {
  float: left;
  margin-top: 0;
  margin-right: 16px;
  padding: 0;
}

.lefticons_service_row .service_title {
  margin-bottom: 8px;
  font-size: 14px;
}

.testimonials_slider .owl-pagination {
  position: absolute;
  bottom: 24px;
  right: 0;
}

.project_carousel_wide.owl-theme .owl-controls {
  margin-top: 12px;
}

.clients_grid .client_item img {
  width: 140px;
}

.clients_grid .client_item {
  margin-right: 13px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.search_form input[type="submit"] {
  height: 36px;
  border-left: 0 !important;
  padding: 9px 17px !important;
}

.search_form button.btn {
  display: none;
}

.site_header .search_form button.btn {
  display: inline-block;
}

.site_header .search_form input[type="submit"] {
  display: none;
}

.form-control:focus {
  border-color: #E2E2E2;
}

.post_content p {
  margin: 0 0 16px;
  text-align: justify;
}

.post_content ul, .post_content ol {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.post_content ul {
  list-style: disc;
}

.post_content ul li, .post-content ol li {
  margin-top: 8px;
}

.post_content ol {
  list-style: decimal;
}

.page-links&gt;a {
  margin-left: 12px;
}

.page-links&gt;span {
  margin-left: 12px;
}

.page-links .page-links-title {
  margin-left: 0;
}

.horizontal_tab&gt;ul {
  margin: 0;
  padding: 0;
}

.default_color {
  color: #0066cc;
}

.su-button-style-sarraty {
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  padding: 10px 20px;
}

.su-button-style-sarraty {
  background-color: #0066cc;
  color: #fff;
  border: 0;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
  border-bottom: 3px solid #83AD34;
}

.su-button-style-sarraty&gt;span {
  padding: 0 !important;
}

.su-button-style-sarraty:hover {
  background-color: #888 !important;
  color: #fff !important;
  border-bottom: 3px solid #666 !important;
}

.social_icons_list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

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

.elastic_slider_wrapper ul, .elastic_slider_wrapper ol, .elastic_slider_wrapper li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.aq-block ul, .aq-block ol, .aq-block li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ei-slider-large {
  margin: 0;
}

.ei-slider ul, .ei-slider li, .ei-slider ol {
  margin: 0;
  padding: 0;
}

.ei-title {
  right: 25px;
  position: absolute;
  margin-right: 0;
  top: 110px;
  margin-left: 130px;
}

.ei-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba(34, 34, 34, 0.9);
  float: right;
  padding: 12px 16px;
  margin-bottom: 5px;
}

.ei-title h3 {
  font-size: 12px;
  color: #ffffff;
  background-color: rgba(34, 34, 34, 0.9);
  float: right;
  padding: 12px 16px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  margin-top: 0;
}

.ei-title h2, .ei-title h3 {
  text-align: right;
}

.ei-slider-thumbs li.ei-slider-element {
  background-color: #0066cc;
}

.post_content .aq-template-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.post_content .aq-template-wrapper .gray_section {
  padding: 80px 20px 40px;
}

.latest_grid_item .post_thumbnail {
  margin-bottom: 16px;
}

.latest_grid_item .post_info p {
  margin-bottom: 3px;
}

.posts_grid_row .post_time {
  color: #999;
  font-size: 11px;
}

.navbar-toggle .icon-bar:before {
  content: none;
}

.nav-tabs&gt;li {
  margin-bottom: -1px !important;
}

a.accordion-toggle {
  display: block;
}

.header_info #lang_sel {
  float: right;
  margin-top: 3px;
  margin-left: 6px;
}

.second_footer_wrapper #lang_sel {
  float: left;
  margin-top: 0;
  margin-right: 10px;
}

.rev_slider_wrapper {
  z-index: 1;
}

/* Begin Royal PrettyPhoto Styles*/

@import url(https://fonts.googleapis.com/css?family=Autour+One|Meie+Script|Armata|Rum+Raisin|Sonsie+One|Kavoon|Denk+One|Gravitas+One|Racing+Sans+One|Nosifer|Ropa+Sans|Offside|Titan+One|Paytone+One|Audiowide|Righteous|Faster+One|Russo+One|Germania+One|Krona+One|Emblema+One|Creepster|Delius+Unicase|Wallpoet|Sansita+One|Monoton|Kenia|Monofett);
div.ppt {
  display: none;
}

/* End Royal PrettyPhoto Styles*/

.page_title_holder {
  background-image: url('../img/bg2.png');
  background-repeat: repeat;
}

html {
  background-image: url('../img/wild_oliva.png');
}

body.boxed_body {
  margin-bottom: 20px;
}

.logo img {
  width: 248px;
  height: auto;
}

.credits_logo img {
  width: auto;
  height: 23px;
}

.sticky_header.fixed_header.site_header {
  margin-top: -40px;
}

.video_overlay {
  position: absolute;
  width: 100%;
  top: -50px;
}

.page_title_holder {
  padding: 0;
}

.heading {
  color: #000079;
  padding: 0px;
  #background: #2894ff;
 # background: -webkit-linear-gradient(top, #2894ff 0%, #FFFFFF 100%);
  #background: -moz-linear-gradient(top, #2894ff 0%, #FFFFFF 100%);
 # background: -o-linear-gradient(top, #2894ff 0%, #FFFFFF 100%);
  #background: -ms-linear-gradient(top, #2894ff 0%, #FFFFFF 100%);
  #background: linear-gradient(top, #2894ff 0%, #FFFFFF 100%);
  #filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2894ff', endColorstr='#FFFFFF', GradientType=0);
  /* IE6-9 */
}

.site_footer {
  padding-top: 0;
}

/** banner height **/
.page-template-article .page_title_holder {
  padding: 80px 0;
  height: 330px;
  background-image: url('../images/shopbanner.html');
  #background-position: 0% 0;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto 330px;
  #background-size: contain;
  #background-size: 8920px;
}

.page-template-article .page-section3 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_1.jpg');
  background-position: 44% 0%;
}


html[lang|="zh"] .page-template-article .page-section3 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_1_zh.jpg');
  background-position: 44% 0%;
}

html[lang|="cn"] .page-template-article .page-section3 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_1_cn.jpg');
  background-position: 44% 0%;
}







.page-template-article .page-section5 {
  background-image: url('../images/topbanner_2.jpg');
   background-position: 60% 0%;
}

html[lang|="zh"] .page-template-article .page-section5 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_2_zh.jpg');
  background-position: 60% 0%;
}

html[lang|="cn"] .page-template-article .page-section5 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_2_cn.jpg');
  background-position: 60% 0%;
}








.page-template-article .page-section6 {
  background-image: url('../images/topbanner_3.jpg');
  background-position: 75% 0%;
}
html[lang|="zh"] .page-template-article .page-section6{
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_3_zh.jpg');
  background-position: 75% 0%;
}

html[lang|="cn"] .page-template-article .page-section6 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_3_cn.jpg');
  background-position: 75% 0%;
}





.page-template-article .page-section18 {
  background-image: url('../images/topbanner_3.jpg');
  background-position: 75% 0%;
}
html[lang|="zh"] .page-template-article .page-section18 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_3_zh.jpg');
  background-position: 75% 0%;
}

html[lang|="cn"] .page-template-article .page-section18 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_3_cn.jpg');
  background-position: 75% 0%;
}





.page-template-article .page-section17 {
  background-image: url('../images/topbanner_3.jpg');
  background-position: 75% 0%;
}
html[lang|="zh"] .page-template-article .page-section17 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_3_zh.jpg');
  background-position: 75% 0%;
}

html[lang|="cn"] .page-template-article .page-section17 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_3_cn.jpg');
  background-position: 75% 0%;
}






.page-template-article .page-section46 {
  background-image: url('../images/topbanner_4.jpg');
  background-position: 22% 0%;
}
html[lang|="zh"] .page-template-article .page-section46 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_4_zh.jpg');
  background-position: 22% 0%;
}

html[lang|="cn"] .page-template-article .page-section46 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_4_cn.jpg');
  background-position: 22% 0%;
}





.page-template-article .page-section69 {
  background-image: url('../images/topbanner_5.jpg');
  background-position: 25% 0%;
}
html[lang|="zh"] .page-template-article .page-section69 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_5_zh.jpg');
  background-position: 25% 0%;
}

html[lang|="cn"] .page-template-article .page-section69 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_5_cn.jpg');
  background-position: 25% 0%;
}






.page-template-article .page-section7 {
  background-image: url('../images/topbanner_6.jpg');
   background-position: 50% 0%;
}
html[lang|="zh"] .page-template-article .page-section7 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_6_zh.jpg');
  background-position: 50% 0%;
}

html[lang|="cn"] .page-template-article .page-section7 {
  #border-top: 20px solid #cccccc;
  background-image: url('../images/topbanner_6_cn.jpg');
  background-position: 50% 0%;
}




.article_heading {
  color: #3A6499;
}

.article_subhead {
  font-weight: bold;
  font-size: 18px;
}

.active {
  font-weight: bold;
}

.stockTicker {}

.stockTickerTitle {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #58595B;
}

.stockTickerPrice {
  font-size: 40px;
  line-height: 1.2;
  color: #58595B;
}

.stockTickerDate {
  font-size: 14px;
  line-height: 1.2;
}

.stockTickerDisclaimer {
  font-size: 12px;
  line-height: 1.2;
  color: grey;
}

.post_content a {
  color: #272727;
}

.post_content a:hover {
  color: #000079;
}

/* header */

.logo img {
  width: auto;
}

.header_below {
  padding: 10px 0;
}

.header_below .containerProfile {
  position: relative;
  top: 0;
  left: 0;

  

}

.header_below .containerProfile a.logo {}

@media (max-width: 992px) {
  .header_below .containerProfile {
    position: static;
    top: 0;
    left: 0;
  }
  .header_below .containerProfile a.logo {
    position: static;
    top: 0;
    left: 0;
  }
}

.logo img {
  width: auto;
}

.header_below {
  padding: 10px 0;
}



.header_below .containerProfile {
  position: relative;
  top: 0;
  left: 0;
}

.header_below .containerProfile a.logo {}

@media (max-width: 992px) {
  .header_below .containerProfile {
    position: static;
    top: 0;
    left: 0;
  }
  .header_below .containerProfile a.logo {
    position: static;
    top: 0;
    left: 0;
  }
  /*.post_content .col-md-3 { display:none; }*/
}

.main_navbar {
  margin: 36px 0 0 0;
}

.caption {
  text-align: center;
  width: 100%;
}

.page-template-article .page_title_holder {
  margin-bottom: 0px;
}

#rightbar {
  list-style: none;
  padding-top: 4px;
  margin-top: 0px;
  padding-left: 0;
  #background: url(../images/submenubg.jpg) repeat-x;
  #background: #99b3ff;
  #min-height: 220px;
  z-index: 1;
  #display:none
  
  
}


#rightbar .submenu_title {
  color: #3A6499;
  padding-left: 18px;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 10px;
  font-weight: bold;
  visibility: hidden;
 
}

#rightbar li {
  list-style: none;
  margin-top: 0;
  padding: 0;

}

#rightbar li ul {
  /* display:none; */
  padding-left: 0px;
  margin-top: 2px;
 
}

#rightbar li ul.expand {
  display: block;
  
}

#rightbar li ul li {
  padding-left: 0px;
  
}

#rightbar li a {
  font-weight: bold;
  padding: 2px 10px;
  color: grey;
  
}

#rightbar li ul li a {
  padding-left: 20px;
  display: block;
  #background: url('../images/bullet.png') 20px 8px no-repeat;
  padding-left: 40px;

}

#rightbar li ul a.active {
  #background: url('../images/bullet-active.png') 20px 7px no-repeat #C6DA96;
  background:#3A6499;
}

#rightbar li li a {
  font-weight: normal;
}

#rightbar li a.active {
  color: white;
}

#rightbar a:hover {
  color: black;
}

.scroll-img {
  clear: both;
}

.scroll-img ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.scroll-img ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

.scroll-img ul li img {
  height: 150px;
}

.scroll-img ul li div {
  color: black;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.header_social .default_social .social_icon&gt;a.active {
  color: #0066cc;
}

.subhead {
  font-weight: bold;
  font-size: 16px;
  color: #52652e;
}







html[lang|="en"] body {
  font-size: 13px;
}

html[lang|="en"] .article_subhead {
  font-size: 16px;
}

html[lang|="en"] #rightbar .submenu_title {
  font-size: 22px;
  line-height: 26px;
}

html[lang|="en"] .page-template-default .heading {
  font-size: 16px;
  line-height: 20px;
}

html[lang|="en"] .page-template-default .stockTickerTitle {
  font-size: 14px;
}

html[lang|="en"] .page-template-default .stockTickerDate {
  font-size: 13px;
}

/** English title header size **/
html[lang|="en"] header.en .navbar-nav a {
  font-size: 14px !important;
}




/** content fonts   **/
html[lang|="en"] .post_content p {
  font-size: 15px;
  line-height: 29px;
  
}

.ie8 .collapse {
  display: block;
}

.subbanner2 {
  margin-top: -40px;
  margin-left: -20px;
  #width: 220px;
  margin-bottom: 20px;
   text-align:center;
}


/* å…¬å¸ç°¡ä»‹ banner */
.subbanner2 &gt; img {
  display: inline-block;
  margin-left: auto;
  margin-right: 20px;
  width: auto;
  height : 215px;
  margin-top: 5px;
 }



@media only screen and (max-width: 992px) {
  .subbanner2 &gt; img {
  width: 100%;
  height : 100%;
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  }
}


.subbanner {
  margin-top: -40px;
  margin-left: -30px;
  width: 710px;
  margin-bottom: 20px;
}

'
 .article_heading.lightgreen {
  color: #8FC31F;
  font-weight: normal;
  margin-bottom: 20px
}

.headingbar {
  width: 100%;
  background: url(../images/heading.jpg) repeat-y;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: white;
  font-size: 16px;
  margin-bottom: 10px;
}

.headingbar span {
  padding-left: 10px;
}





/* hr colour */
hr.colored {
  border: 0;   /* in order to override TWBS stylesheet */
  height: 2px;


  background: linear-gradient(to right, rgb(191, 89, 55), rgb(191, 89, 55) 15.6%, rgb(50, 89, 63) 15.6%, rgb(50, 89, 63) 27.6%, rgb(130, 137, 181)  27.6%, rgb(130, 137, 181)  33.8%, rgb(58, 100, 153) 33.8%, rgb(58, 100, 153) 46.2%, rgb(157, 200, 217) 46.2%, rgb(157, 200, 217) 58.7%, rgb(169, 188, 128) 58.7%, rgb(169, 188, 128) 71.2%, rgb(216, 161, 119) 71.2%, rgb(216, 161, 119) 83.7%, rgb(194, 110, 118) 83.7%, rgb(194, 110, 118) );/* W3C */
}



hr.coloredTwo{
    border: 0; 
    height: 2px;
    background: linear-gradient(to right, red,purple,blue,lightblue,green,orange,red);
    }


	
	
	
	
	
	
	
	
	
	
	
	
	
/* frontpage image overlay */
	
.container3 {
  position: relative;
  width: 100%;
  
}



.image3 {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
}

.overlay3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: lightblue;
}

.container3:hover .overlay3 {
  opacity: 0.8;
}

.text3 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
	
	
/* end frontpage image overlay */




.heading2 {
  color: #000079;
  padding: 0px;
  text-align: center;
   
  #background: lightblue;
 # background: -webkit-linear-gradient(top, #2894ff 0%, #FFFFFF 100%);
  #background: -moz-linear-gradient(top, #2894ff 0%, #FFFFFF 100%);
 # background: -o-linear-gradient(top, #2894ff 0%, #FFFFFF 100%);
  #background: -ms-linear-gradient(top, #2894ff 0%, #FFFFFF 100%);
  #background: linear-gradient(top, #2894ff 0%, #FFFFFF 100%);
  #filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2894ff', endColorstr='#FFFFFF', GradientType=0);
  /* IE6-9 */
}





.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.littlepadding {
   padding: 2px !important;
   margin: 0 !important;
}

/* test*/
.container5{
	 position: relative;
    bottom: 0px;
    right: 3px;
	
}

/* only for mobile select language*/

.mobile-lan-select {
  display: none;
}

@media only screen and (max-width: 992px) {
  .mobile-lan-select {
    display: block;
  }
}



/* end frontpage image overlay */







/* only for financial-reports , announcements and news hover*/

div.ann {
  font-size: 100%;
 font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "MS Serif", "Open Sans", serif;
  font-size: 15px;
  line-height: 22px;
  
}


div.ann a:link {
  color: #888;
}

div.ann a:hover {
  color: #0066cc;
}

div.ann a:visited {
  color: balck;
}






</pre></body></html>