/*-------------------------------------
[Master Stylesheet]
Project:    Beyoutiful Wordpress Theme

[Table of contents]
1.  Base theme Grid
2.  Header
3.  Footer
4.  Search
5.  Content
    5.1.  Previous / Next Posts
    5.2.  Featured Posts
    5.3.  Comments
    5.4.  Pager Block
6.  Team
7.  Builder
    7.1.  Blockquotes
    7.2.  Highlighters
    7.3.  Dropcaps
    7.4.  Imagebox
    7.5.  Team
    7.6.  Custom buttons
    7.7.  Price Item
    7.8.  Blog Posts
    7.9.  Background Start
    7.10. Testimonials
    7.11. Price Table
    7.12. Module Text
    7.13. Counter
    7.14. Partners
    7.15. Google Map
    7.16. Module Gallery
    7.17. Module Partners
8.  Sidebar
9.  404 Error
10. Widgets
    10.1. Search
    10.2. Flickr
    10.3. Contacts
    10.4. Posts
    10.5. Mail Chimp
    10.6. Tagcloud
    10.7. Text Widget
    10.8. Contact Form7
    10.9. Monster Widget
11. CSS for plugins and scripts
    11.1. Nivo Slider
    11.2. Revolution Slider
    11.3. SelectBox
    11.4. SwipeBox
    11.5. GT3 Photo & Video Plugin
    11.6. Mailchimp
12. Preloader
13. Responsive

---------------------------------------*/
/* Base theme Grid */
@import url('reset.css');
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400italic);

a, a:hover, a:focus, input, textarea {
  outline: none;
  text-decoration: none;
}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #5c6b7e;
  word-wrap :break-word;
}

img, input, textarea {
  border: none;
  outline: none;
}
.posts-block textarea {
  line-height: 1.5;
}
.clear {
  clear: both;
}
.inner-content {
  opacity: 0;
  transition: opacity 1s;
}
td, th, dl, dd, dt {
  line-height: 1.5;
}
address, pre {
  margin-bottom: 20px;
}
h1,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h1 a {
  color: #181c20;
  font-family: 'Playfair Display', serif;
  line-height: 1.5;
  position: relative;
  transition: color .35s;
  -webkit-transition: color .35s;
  text-transform: capitalize;
}
h5.blogpost_title a {
  line-height: 1.1;
}
h1, h1 a, h1 span {
  font-size: 50px;
  margin-bottom: -4px;
}
h2, h2 a, h2 span {
  font-size: 40px;
  margin-bottom: 3px;
}
h3, h3 a, h3 span {
  font-size: 30px;
  margin-bottom: 7px;
}
h4, h4 a, h4 span {
  font-size: 25px;
  margin-bottom: 13px;
}
h5, h5 a, h5 span {
  font-size: 20px;
  margin-bottom: 16px;
}
h6, h6 a, h6 span {
  font-size: 18px;
  margin-bottom: 18px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #00d3b1;;
}
a p {
  transition: color .4s;
  -webkit-transition: color .4s;
}
ol, ul {
  margin-top: 6px;
  margin-bottom: 21px;
}
ol li {
  letter-spacing: 0;
  line-height: 1.9;
  list-style-type: decimal;
  list-style-position: inherit;
  letter-spacing: -.5px;
}
ul li {
  line-height: 1.9;
  list-style: initial;
  list-style-position: inside;
  letter-spacing: -.5px;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright {
  margin: 0 0 10px 15px;
  float: right;
}
.alignleft {
  margin: 0 15px 10px 0;
  float: left;
}
.sticky, .gallery-caption, .bypostauthor {}
.aligncenter {
  float:none;
  text-align:center;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.wp-caption.alignnone {
  width: 100%!important;
}
.module_cont p img {
  width: 100%;
  height: auto;
}
p img.ajax-loader {
  width: auto;
  height: auto;
}
.light-dark {
  background-color: #949a9e;
  color: #fff;
}
.dark {
  background-color: #272727;
  color: #fff;
}
.color {
  background-color: #00d3b1;
  color: #fff;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}
body,
html {
  overflow-x:hidden !important;
}
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="tel"],
textarea {
  height: 40px;
  background-color: #fafafa;
  border: 1px solid #fafafa;
  border-radius: 20px;
  padding: 14px 20px;
  color: #9aa6b5;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: none;
}
input[type="submit"] {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
textarea {
  height: 120px;
}
.submit_wrap,
.gradient_wrap {
  position: relative;
  border-radius: 20px;
}
.gradient_wrap {
  margin-bottom: 20px;
}
.submit_wrap::before,
.submit_wrap::after,
.gradient_wrap::before,
.gradient_wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.submit_wrap::before,
.gradient_wrap::before {
  background: rgb(190,30,45); 
  background: -moz-linear-gradient(-20deg, rgba(190,30,45,1) 0%, rgba(240,90,40,1) 100%); 
  background: -webkit-linear-gradient(-20deg, rgba(190,30,45,1) 0%,rgba(240,90,40,1) 100%); 
  background: linear-gradient(160deg, rgba(190,30,45,1) 0%,rgba(240,90,40,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1e2d', endColorstr='#f05a28',GradientType=1 );  
  opacity: 1;
}
.submit_wrap::after,
.gradient_wrap::after {
  background: rgb(240,90,40);
  background: -moz-linear-gradient(-20deg, rgba(240,90,40,1) 0%, rgba(190,30,45,1) 100%); 
  background: -webkit-linear-gradient(-20deg, rgba(240,90,40,1) 0%,rgba(190,30,45,1) 100%);
  background: linear-gradient(160deg, rgba(240,90,40,1) 0%,rgba(190,30,45,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05a28', endCoorstr='#be1e2d',GradientType=1 );  
  opacity: 0;
}
.submit_wrap:hover:before,
.gradient_wrap:hover:before {
  opacity: 0;
}
.submit_wrap:hover:after,
.gradient_wrap:hover:after {
  opacity: 1;
  z-index: 1;
}
input[type="submit"],
.woocommerce footer input[type="submit"] {
  position: relative;
  height: 40px;
  border: none; 
  border-radius: 20px;
  background-color: transparent;
  padding: 11px 20px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600!important;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  z-index: 2;
  letter-spacing: .1em;
  line-height: 14px;
}
.woocommerce footer input[type="submit"]:hover {
  background-color: transparent;
  color: #ffffff;
}
.mc_signup_submit {
  border-radius: 20px;
}
input[type="submit"]:hover{
  border-radius: 20px;
}
input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="text"]:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="text"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="text"]:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="tel"]:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="tel"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="tel"]:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
input[type="email"]:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
textarea:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
iframe {
  max-width: 100%;
}

/*-------------header---------------*/
header {
  z-index: 9000;
  position: relative;
  
}
.search-pop-cont {
  top: -4px;
  right: 25px;
  z-index: 1;
}
header.sticky_on, header.sticky_on .header_img {
  position: fixed;
  top: 0;
}
header.with_slider, header.sticky_on .header_img  {
  position: absolute;
  background-color: transparent;
}
header.with_slider.sticky_on, header.sticky_on .header_img  {
  position: fixed;
}
header .field_search {
  border: 1px solid transparent;
  border-radius: 20px;
  height: 35px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #9aa6b5;
  box-sizing: border-box;
  padding: 7px 20px;
  line-height: 20px;
}
.header_img {
  position: absolute; 
  background-color: transparent;
  width: 100%;
  z-index: -1;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
}
.header_socials {
  margin-left: 15px;
}
.header_socials ul {
  margin-bottom: 6px;
}
.header_socials li {
  float: left;
  margin-right: 15px;
}
.header_socials li a {
  color: #fff;
  opacity: 1;
  transition: all .4s;
}
.header_socials li a:hover {
  opacity: .5;
}
.meta_bar .header_socials {
  margin-top: 6px;
}
.gradient {
  height: 1080px;
  width: 100%;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}
.meta_bar {
  border-bottom: solid 1px rgba(255,255,255,.2);
}
.header_phone {
  letter-spacing: .4px;
}
.header_phone span {
  font-weight: 700;
}
.head_block {
  padding: 17px 0 0px;
}
.meta_bar .header_phone {
  margin-right: 15px;
}
header .menu {
  margin-top: 15px;
  letter-spacing: .3px;
}
.menu_mobile {
  border-top: 1px solid transparent;
  display: none;
}
.menu_mobile.active {
  background: rgba(0,0,0,.2);
}
.head_block .fr {
  margin-right: 15px;
  margin-top: 16px;
}
.searchblock {
  margin-left: 18px;
}
.stand_text_block i {
  margin-right: 7px;
}
header .menu li {
  padding: 0 0 29px;
}
header ul li,
footer ul li,
.sidepanel ul li {
  list-style: none;
}
header .menu li a {
  transition: color .4s;
  -webkit-transition: color .4s;
  position: relative;
  margin: 5px 15px 7px;
  padding: 0;
}
header .menu li.current-menu-item a, header .menu li:hover a {
  border-color: transparent;
}
header .menu > li > a:before, header .menu > li.current-menu-item a:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: all .4s;
  -webkit-transition: all .4s;
}
header .menu > li > a, .total_price, .lang_btn.current_language {
  font-weight: 600;
}
header .menu > li.current-menu-item a:before {
  width: 100%;
}
header .menu > li.current-menu-parent a:before {
  width: 100%;
  left: 0;
}
header .menu_mobile .menu > li.current-menu-parent a:before {
  width: 0%;
  left: auto;
  background-color: transparent;
}
header .menu > li.current-menu-item a:before, header .menu > li:hover > a:before {
  width: 100%;
  left: 0;
}
header .menu li .sub-menu {
  margin-left: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 56px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
  padding: 12px 0;
}
header .menu li .sub-menu:before {
  content: '';
  position: absolute;
  top: -15px;
  width: 100%;
  height: 25px;
  display: block;
}
header .menu li .sub-menu li a {
  text-transform: capitalize;
  letter-spacing: 0;
}
header .menu li:first-child .sub-menu {
  left: -15px;
  transform: none;
  -webkit-transform: none;
}
header .menu li .sub-menu li {
  border-bottom: none;
  text-align: left;
}
header .menu li .sub-menu li .sub-menu {
  display: none;
  top: -12px;
  left: 100%;
  margin-left: 10px;
}
header .menu li .sub-menu li .sub-menu:before {
  position: absolute;
  content: '';
  top: 0;
  left:-10px;
  width: 10px;
  height: 100%;
}
header .menu li.menu-item-has-children .sub-menu li.menu-item-has-children > a:before {
  content: "\f105";
  left: -4px;
  font-family: "FontAwesome", sans-serif;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 7px;
  left: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
}
header .menu_mobile .menu > li.current-menu-item a:before, 
header .menu_mobile .menu > li:hover > a:before {
  width: 0%;
}
header .menu_mobile .menu li.menu-item-has-children a::before, 
header .menu_mobile .menu li.menu-item-has-children .sub-menu li.menu-item-has-children a::before {
  left: auto;
  top: 0;
  right: 2px;
  transform-origin: 0px 10px;
}
header .menu_mobile .menu,
header .menu_mobile .menu li {
  width: 100%;
}
header .menu_mobile .menu > li {
  display: inline;
}
header .menu_mobile .menu li.menu-item-has-children > a::before, 
header .menu_mobile .menu li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
  content: "\f105";
}
header .menu_mobile .menu li a,header .menu li .sub-menu li a {
  border-bottom: 1px dotted rgba(255,255,255,.5);
  padding-bottom: 6px;
}
header .menu_mobile .menu li.menu-item-has-children.opened > a:before,
header .menu_mobile .menu li.menu-item-has-children.opened .sub-menu li.menu-item-has-children.opened > a:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
header .menu_mobile .menu li .sub-menu {
  top: 0;
}
header .menu_mobile .menu ul.sub-menu {
  background-color: transparent;
}
header .menu_mobile .menu li .sub-menu {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
header .menu_mobile .menu li .sub-menu {
  padding-left: 20px;
  padding-right: 20px;
}
header .menu_mobile .menu ul.sub-menu li:hover {
  background-color: transparent;
}
header .menu_mobile .menu li .sub-menu,
header .menu_mobile .menu li.menu-item-has-children, 
header .menu_mobile .menu li.menu-item-has-children .sub-menu li.menu-item-has-children {
  padding-top: 0;
}
header .menu_mobile .menu li .sub-menu li a {
  padding-left: 0;
}
header .menu li a,
header .menu_mobile .menu ul.sub-menu li a {
  font-size: 13px;
}
header .menu_mobile .menu li .sub-menu li {
  padding-bottom: 0;
}
header .menu_mobile .menu ul.sub-menu li a,
header .menu_mobile .menu ul.sub-menu li a:hover,
header .menu_mobile .menu ul.sub-menu li > a:hover,
header .menu_mobile .menu ul.sub-menu li:hover > a,
header .menu_mobile .menu ul.sub-menu li.current-menu-item > a,
header .menu_mobile .menu ul.sub-menu li.current-menu-parent > a,
header .menu_mobile .menu ul.sub-menu li.current-menu-ancestor > a,
header .menu_mobile .menu ul.sub-menu li.current_page_item > a {
  color: #ffffff;
}
header .menu_mobile .menu li a:hover,
header .menu_mobile .menu ul.sub-menu li a:hover,
header .menu_mobile .menu ul.sub-menu li > a:hover {
  color: #eeeeee!important;
}
.emtpy_block {
  height: 0;
}
.gt3-show-search, .stand_text_block.gt3_eng {
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.gt3-show-search:hover, .stand_text_block.gt3_eng:hover {
  opacity: .5;
}
/* Header Demo Language Selector */
.lang_selector {
  position:relative;
  cursor:pointer;
  text-transform: uppercase;
  margin-top: 2px;
}
.lang_selector .language_list {
  position:absolute;
  list-style-type:none;
  top: 56px;
  right:-12px;
  z-index:99;
  margin-top:29px;
  visibility:hidden;
  opacity:0;
  margin:0;
  width: 50px;
  padding:0 0 0 0;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.lang_selector .language_list.open {
  visibility:visible;
  opacity:1;
}
.lang_selector > a {
  color: #fff!important;
}
.lang_btn, .language_list li {
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
  opacity: 1;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color .4s;
  -webkit-transition: color .4s;
}
.lang_btn:before {
  width: 0%;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.lang_btn:hover:before {
  width: 100%;
}

.lang_selector .language_list li {
  font-size:13px;
  line-height:20px;
  padding:8px 12px!important;
  margin:0;
}
.lang_selector .language_list li:first-of-type {
  padding-top:12px!important;
}
.lang_selector .language_list li:last-of-type {
  padding-bottom:12px!important;
}
.lang_selector .language_list li i {
  display:inline;
}

/*--------------footer-----------*/
footer {
  position: relative;
}
.footer_widget .title, .sidebar_header {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.4px;
}
.sidebar_header {
  line-height: 24px;
  margin-bottom: 23px;
}
.footer_divider {
  background: #e5e5e5;  
}
.copyright_cont {
  font-size: 13px;
  letter-spacing: -.7px;
}
.top_button_cont {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  height: 26px;
  z-index: 100;
  line-height: 21px;
}
.top_button_circle {
  opacity: 0;
  position: static;
  width: 72px;
  height: 26px;
  font-size: 28px;
  background: url('../img/scrolltop.png') center center no-repeat;
  border-radius: unset;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 100;
}
.top_button_cont i {
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
}
.top_button_cont i:hover {
  opacity: .5;
}
.top_button_circle i {
  line-height: 26px;
  position: relative;
  top: 0px;
  color: #fff;
  z-index: 100;
}


/*------------search-------------*/
.blog_post_preview.search {
  margin-bottom: 40px;
}

/*------------content------------*/
.mt80 {
  margin-top: 80px;
}
.mt75 {
  margin-top: 75px;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb20 {
  margin-bottom: 20px;
}
.content_block.mt1 {
  margin-top: 1px;
}
.content_block {
  margin-top: 80px;
}
.content_block.mt50 {
  margin-top: 50px;
}
.content_block.mt0 {
/*  margin-top: 0px;*/
}
.content.with-right-margin {
  margin-right: 48px; 
}
.content_block p {
  margin-bottom: 21px;
}
.featured_image_standalone {
  width: 100%;
  height: auto;
}
.page_title {
  text-align: center;
  margin-bottom: 25px;
}
.page_title h1 {
  max-width: 500px;
  display: inline-block;
  line-height: 1.2;
}
.pf_output_container img {
  width: 100%;
}
.content_wo_image {
  position: relative;
  border: 1px solid #e5e5e5;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 50px;
  padding-bottom: 25px;
}
.content_wo_image:before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -5px;
  height: 2px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.content_wo_image:after {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: -3px;
  height: 2px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.content_wo_image.image_presents {
  padding-top: 25px;
  top: -1px;
  border-top: 1px solid transparent;
}
.content_wo_image .post-meta {
  margin-top: 15px;
}
.content_wo_image.image_presents .post-meta {
  margin-top: 0px;
}
.post-meta {
  text-align: center;
  margin-bottom: 15px;
  color: #9aa6b5 !important;
}
.post-meta, .post-meta a {
  font-style: italic;
  color: #9aa6b5;
}
.post-meta, .post-meta span, .post-meta a {
  font-size: 13px;
}
.contentarea {
  margin-bottom: 75px;
}
.img_block img {
  width: 100%;
}
/*------------previous/next posts--------*/
.other-post img {
  width: 70px;
  height: 70px;
}
.previous-post .link-to-post {
  float: left;
  margin-right: 19px;
  display: block;
  cursor: pointer;
}
.next-post img {
  float: right;
  margin-left: 19px;
  width: 70px;
  height: 70px;
}
.other-post a.post-link {
  transition: all .5s;
  -webkit-transition: all .5s;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0em;
  font-size: 15px;
  display: inline-block;
  margin-top: 8px;
  position: relative;
}
.other-post p {
  margin-top: 0;
}
.previous-post {
  padding-right: 15px;
  width: 50%;
  float: left;
}
.next-post .link-to-post {
  float: right;
  width: 70px;
  margin-left: 15px;
}
.next-post {
  padding-left: 15px;
  float: right;
  width: 50%;
  text-align: right;
}
.previous-post.other-post a.post-link {
  padding-left: 15px;
}
.previous-post.other-post a.post-link:hover {
  padding-left: 0px;
}
.previous-post.other-post a.post-link:before {
  position: absolute;
  top: -1px;
  left: 0px;
  content: "\f104";
  display:inline-block;
  font-family: 'FontAwesome';
  font-weight:normal;
  font-size: 16px;
  opacity: 1;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.previous-post.other-post a:hover:before {
  opacity: 0;
  left: 0px;
}
.next-post.other-post a.post-link {
  padding-right: 15px;
}
.next-post.other-post a.post-link:hover {
  padding-right: 0px;
}
.next-post.other-post a.post-link:before {
  position: absolute;
  top: -1px;
  right: 0px;
  content: "\f105";
  display:inline-block;
  font-family: 'FontAwesome';
  font-weight:normal;
  font-size: 16px;
  opacity: 1;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.next-post.other-post a.post-link:hover:before {
  opacity: 0;
  right: 0px;
}
.other-post h4.title {
  text-transform: capitalize;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}
.other-post .link-to-post ~h4.title {
  margin-left: 80px;
}
.next-post h4.title {
  text-align: right;
}
.next-post .link-to-post ~h4.title {
  margin-right: 80px;
  margin-left: 0;
}
.other-posts {
  margin-bottom: 80px;
  padding-top: 15px;
}
/*-------------featured posts--------------*/
.featured_items {
  padding-top: 10px;
  padding-bottom: 20px;
}
.items3.featured_posts .featured_item {
  width: 33%;
}
.items2.featured_posts .featured_item {
  width: 50%;
}
.items4.featured_posts .featured_item {
  width: 25%;
}
.featured_posts .featured_item {
  float: left;
  padding: 0 15px;
  position: relative;
}
.featured_posts .featured_item .img_block {
  position: relative;
}
.featured_posts .featured_item .img_block .post-type-ico {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 50%;
  margin-bottom: 0;
  transform: translate(-50%, 50%);
  background-color: #ffffff;
  border: 2px solid #eaeaea;
  margin-left: 0!important;
  line-height: 21px;
}
.featured_posts .featured_item .img_block .post-type-ico:after {
  color: #949a9e;
}
.featured_posts .featured_item .img_block img {
  width: 100%;
  height: auto;
}
.featured_posts {
  margin-left: -15px;
  margin-right: -15px;
}
h1.align-left,
h2.align-left,
h3.align-left,
h4.align-left,
h5.align-left,
h6.align-left {
  text-align: left!important;
}
.featured_item_descr {
  position: relative;
  border: 1px solid #e5e5e5;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 36px;
  margin-bottom: 30px;
  z-index: 1;
}
.featured_item_descr:before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -5px;
  height: 2px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1;
}
.featured_item_descr:after {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: -3px;
  height: 2px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1;
}
.featured_item_descr.image_presents {
  padding-top: 30px;
  top: -1px;
  border-top: 1px solid transparent;
}
.featured_item_descr .post-meta {
  margin-top: 15px;
}
.featured_item_descr.image_presents .post-meta {
  margin-top: 0px;
}
.featured_item_descr p {
  text-align: center;
}
.post-type-ico {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
  z-index: 2;
  line-height: 21px;
}
.post-type-ico a:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 2px;
  width: 48px;
  height: 50px;
  content: "\f105";
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 27px;
  z-index: 5;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  line-height: 50px;
}
.post-type-ico a, .post-type-ico a:hover {
  color: #fff!important;
}
.post-type-ico::before,
.post-type-ico::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all .4s;
  -webkit-transition: all .4s;
  z-index: 2;
}
.post-type-ico::before {
  background: rgb(190,30,45); 
  background: -moz-linear-gradient(-20deg, rgba(190,30,45,1) 0%, rgba(240,90,40,1) 100%); 
  background: -webkit-linear-gradient(-20deg, rgba(190,30,45,1) 0%,rgba(240,90,40,1) 100%); 
  background: linear-gradient(160deg, rgba(190,30,45,1) 0%,rgba(240,90,40,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1e2d', endColorstr='#f05a28',GradientType=1 );  
  opacity: 1;
}
.post-type-ico::after {
  background: rgb(240,90,40);
  background: -moz-linear-gradient(-20deg, rgba(240,90,40,1) 0%, rgba(190,30,45,1) 100%); 
  background: -webkit-linear-gradient(-20deg, rgba(240,90,40,1) 0%,rgba(190,30,45,1) 100%);
  background: linear-gradient(160deg, rgba(240,90,40,1) 0%,rgba(190,30,45,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05a28', endColorstr='#be1e2d',GradientType=1 );
  opacity: 0;
}
.post-type-ico:hover:before {
  opacity: 0;
}
.post-type-ico:hover:after {
  opacity: 1;
}
/*-------------comments-------------*/
#comments {
  margin-top: 60px;
  margin-bottom: 50px;
}
#comments h3 {
  text-align: left;
}
#comments {
  padding:0 0 0px;
}
#comments h5 {
  position: relative;
}
#comments h5 span {
  font-weight:700;
  color: #00d3b1;
  font-size: 14px;
  position: relative;
  top: -7px;
  left: 0px;
}
div.comment_text {
  font-style: italic;
  padding: 12px 20px;
  border-radius: 30px/25px;
  border: 2px solid #eaeaea;
  margin-bottom: 33px;
  position: relative;
}
div.comment_text p {
  margin-bottom: 0;
  margin-top: 0;
}
.left-sidebar #comments,.right-sidebar #comments {
  padding-bottom:0px;
}
#respond {
  margin-top:13px;
}
ol.commentlist {
  list-style:none;
  margin:0;
  padding:0;
  padding-bottom: 20px;
}
ol.commentlist li ul {
  margin:0;
  padding:0;
  list-style:none;
}
ol.commentlist li {
  margin:0;
  padding:0;
  list-style-type: none;
}
ol.commentlist li:before,ol.commentlist li:after {
  display:none;
}
ol.commentlist li .stand_comment {
  padding:0 0 29px;
}
ol.commentlist li ul li .stand_comment {
  margin-left:100px;
}
.thiscommentbody {
  position:relative;
}
.comment_info {
  position:relative;
  padding:1px 0 0 70px;
}
.comment_author h6 {
  text-align: left!important;
}
.comment_info p {
  font-style:italic;
}
ol.commentlist li .commentava {
  float: left;
  height:70px;
  width:70px;
  z-index:5;
  margin-right: 19px;
}
ol.commentlist li .commentava img {
  display:block;
  height:auto;
  width:100%;
  border-radius:50%;
  -webkit-border-radius:50%;
}
.comment_meta.post-meta {
  text-align: left;
  margin-bottom: 8px;
}
.comment_author h6 {
  margin-bottom: 8px;
}
.comment_box {
  padding-left: 90px;
}
.comment_box p {
  margin-bottom: 8px;
}
.comment_content ol li {
  list-style: decimal !important;
  list-style-position: inside;
  padding-bottom:5px;
}
.comment_content ul li {
  list-style: disc !important;
  list-style-position: inside;
}
.comment_box ul, .comment_box ol {
  margin-top: 0!important;
}
.comment_box ul ul, .comment_box ol ol {
  margin-left: 20px !important;
}
.comment_box > ul, .comment_box > ol {
  margin-left: 20px !important;
}
.comment_box ul > li, .comment_box ol > li {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
.comment_content ul li {
  padding-top:5px !important;
}
.comment_content ol li {
  padding-top:5px !important;
}
p.author {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 2px;
  letter-spacing: 1px;
}
.comment_meta p.date {
  color:#949a9e;
  font-style: italic;
  font-size: 11px;
}
.comment_meta a {
  transition:all .3s;
  -webkit-transition:all .3s;
}
.comment_text:after {
  position: absolute;
  bottom: -16px;
  left: 31px;
  content: '';
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #eaeaea;
}
.comment_text:before {
  position: absolute;
  bottom: -25px;
  left: 32px;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #eaeaea;
}
a.comment-reply-link {
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .1em;
}
a.comment-reply-link:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "\f105";
  display:inline-block;
  font-family: 'FontAwesome';
  font-weight:normal;
  font-size: 16px;
  font-weight: 600;
}
.comment_info .star_rating {
  font-size:13px;
}
.logged-in-as,.comment-notes {
  margin-bottom:30px;
}
.comment-form {
  overflow:hidden;
}
.comment-form p.form-submit {
  display:block;
  float:right;
  margin:0;
}
.comment-form p.form-allowed-tags {
  display:block;
  float:right;
  margin:0;
  line-height:17px;
  font-size:13px;
  font-weight:400;
}
.comment-form p.form-allowed-tags code {
  background:none;
  padding:0;
  font-size:13px;
  font-weight:400;
  line-height:17px;
}
h3.comment-reply-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 33px;
}
form.comment-form {
  margin-top: 20px;
}
p.logged-in-as {
  margin-bottom: 25px;
}
.comment-form textarea {
  margin-bottom: 15px;
}
.fl-container .pf_output_container {
  margin-bottom: 0px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb75 {
  margin-bottom: 75px;
}
.fl-container .top-slider2{
  padding-top: 0px;
}
h1 cite, h2 cite {
  font-style: normal;
}
.comment-respond {
  margin-top: 0!important;
}
#comments input[type="submit"] {
  line-height: 16px;

}
.comment-form input[type="text"], .comment-form input[type="submit"],
.comment-form .submit_wrap:before, .comment-form .submit_wrap:after,
 .comment-form input[type="email"],
.woocommerce #reviews .comment-form-author input[type="text"] {
  height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 15px 20px;
}
.comment-form input[type="text"] {
  margin-bottom: 20px;
}
.comment-form input[type="submit"] {
  padding: 15px 30px;
}
/* -----------Pager Block------------ */
.pagerblock {
  position:relative;
  margin:0;
  margin-top: 60px;
  list-style:none;
  text-align: center;
  margin-bottom: 20px;
}
.clear ~.pagerblock, .blog-listing-type-1 ~.pagerblock {
  margin-top: 0px;
}
.prev_page.disabled, .next_page.disabled {
  display: none;
}
.module_blog.type2 .pagerblock {
  padding-top:30px;
}
.pagerblock li {
  display:inline-block;
  margin:0 5px 5px 5px;
  vertical-align:top;
}
.pagerblock li a,.pagerblock li span {
  display:block;
  font-size:14px;
  font-weight:600;
  padding-top: 10px;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  border:none;
  background:none;
  position:relative;
  transition:all 500ms;
  -webkit-transition:all 500ms;
  letter-spacing: .1em;
}
.pagerblock li a {
  font-family: "Open Sans";
  font-weight: 600;
  position: relative;
  top: -1px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.pagerblock li a.prev_page {
  width: 100px;
  text-align: left;
}
.pagerblock .prev_page {
  position: absolute;
  left: 0px;
  margin-right: 10px;
  padding-left: 20px;
  letter-spacing: 0;
  font-size: 15px;
  text-transform: capitalize;
}
.pagerblock .next_page {
  position: absolute;
  right: 0px;
  margin-left: 10px;
  padding-right: 0px;
  width: 70px;
  letter-spacing: 0;
  font-size: 15px;
  text-transform: capitalize;
}
.pagerblock li a.current {
  cursor:default;
}
.pagerblock li .prev_page, .pagerblock li .next_page {
  border-top: none;

}
.pagerblock li .prev_page:before,.pagerblock li .next_page:before {
  position: absolute;
  top: 10px;
  display:inline-block;
  font-family: 'FontAwesome';
  font-weight:normal;
  font-size: 16px;
  color: #949a9e;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.pagerblock li .prev_page:before {
  left: 0px;
  content: "\f104";
}
.pagerblock li .next_page:before {
  right: 0px;
  content: "\f105";
}
.pagerblock li a.prev_page:hover:before,.pagerblock li a.next_page:hover:before {
  color: #00d3b1;
}
.pagerblock li a:hover {
  color: #00d3b1;
  border-color: #00d3b1;
}
.portfolio_pager .pagerblock {
  padding-top:68px;
  padding-bottom:5px;
  margin-bottom:-20px;
}
.portfolio_columns1 .portfolio_pager .pagerblock {
  padding-top:8px;
}
.hide_pagerblock .pagerblock {
  display:none;
}
a.blog_post_readmore {
  color: #464e54;
  font-family: "Open Sans";
  font-weight: 700;
  background-color: #eaeaea;
  padding: 15px 30px;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  border-radius: 20px;
  position: relative;
  left: 50%;
  transition: all .5s;
  -webkit-transition: all .5s;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: inline-block;
  margin-bottom: 60px;
  margin-top: 19px;
}
a.blog_post_readmore:hover {
  color: #fff!important;
  background-color: #00d3b1;
}
.images-visible .hidden {
  display: block!important;
}

/*---------------team------------*/
.single_team_thumb {
  text-align: center;
}
article.contentarea,
article.contentarea p {
  text-align: left!important;
}
article.contentarea {
  margin-bottom: 30px;
}
.single_team h5 {
  text-align: left!important;
}
.team_socials a {
  display: inline-block!important;
  margin-right: 10px;
}

/*------------builder------------*/
.content_block h1,
.content_block h2,
.content_block h3,
.content_block h4,
.content_block h5,
.content_block h6, 
.module_title {
  text-align: center;
}
.bg_title h1,
.bg_title h2,
.bg_title h3,
.bg_title h4,
.bg_title h5,
.bg_title h6 {
  font-style: italic;
  font-weight: 400;
}
.bg_title .heading_part2 {
  font-weight: 700;
  display: inline-block;
  font-style: normal;
}
h1 .heading_part2 {  margin-left: 15px; }
h2 .heading_part2 {  margin-left: 15px; }
h3 .heading_part2 {  margin-left: 12px; }
h4 .heading_part2 {  margin-left: 12px; }
h5 .heading_part2 {  margin-left: 8px; }
h6 .heading_part2 {  margin-left: 8px; }
span.subtitle {
  font-size: 18px;
  padding-top: 18px;
  display: inline-block;
  max-width: 705px;
  line-height: 1.5;
}
span.subtitle {
  margin-bottom: 20px;
}
.headInModule {
  letter-spacing: 0;
}
.page_title p {
  font-size: 18px;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.fw_page_featured_image_wrapper {
  width: 100%;
  display: block;
}
.align-left .bg_title h1,
.align-left .bg_title h2,
.align-left .bg_title h3,
.align-left .bg_title h4,
.align-left .bg_title h5,
.align-left .bg_title h6,
.alignleft .bg_title h1,
.alignleft .bg_title h2,
.alignleft .bg_title h3,
.alignleft .bg_title h4,
.alignleft .bg_title h5,
.alignleft .bg_title h6 {
  text-align: left!important;
}
.module_messageboxes h4.headInModule {
  margin-bottom: 34px;
  font-style: normal;
  letter-spacing: -.5px;
}
.module_title h4.headInModule {
  margin-bottom: 26px;
  font-style: normal;
  letter-spacing: -.5px;
}
.bg_title {
  text-align: center;
}
hr {
  border: 1px;
}
.module_cont hr {
  border-top: #ebecee 1px solid;
/*  border-style: dotted;*/
}

.module_cont hr.type1 {
  border: 0px;
  border-top: #e5e5e5 1px solid!important;
}

.module_cont hr.type2 {
  border: 0px;
  border-top: #bdbdbd 1px solid!important;
}

.module_cont hr.type3 {
  border: 0px;
  border-top: #161616 1px solid!important;
}
.contact_info_item {
  list-style-type: none;
}

/*Blockquotes*/
blockquote{
  padding-left: 17px;
  border-left: 3px solid #00d3b1;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-style: italic;
}
blockquote.q_dark {
  border-left: 3px solid #333;
}
blockquote p{
  font-style: italic;
  margin-bottom: 3px!important;
  letter-spacing: -.4px;
}
blockquote cite{
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #949a9e;
  position: relative;
  padding-left: 5px;
  display: block;
  margin-top: 15px;
}
blockquote cite:before {
  content: '-';
  position: relative;
  left: -5px;
}
/*highlighters*/
span.highlighted_dark {
  background-color: #333;
}
/* Dropcap */
.dropcap {
  display:inline-block;
  float:left;
  font-size:54px;
  line-height:38px;
  font-weight:700!important;
  margin: 12px 17px 0 1px;
  width:auto;
  height:auto;
  text-transform:uppercase;
  color:#363636;
}
.dropcap.type1 {
  color:#000000;
}
.dropcap.type2 {
  color:#c1c1c1;
}
/*--------imagebox-------*/
.imagebox_wrapper {
  text-align: center;
}
.imagebox_wrapper img {
  max-width: 50%;
  border-radius: 50%;
  margin-bottom: 25px;
}
.shortcode_social_icon.type5,
.iconbox_wrapper {
  background-color: transparent!important;
  text-align: center;
}
.shortcode_social_icon.type5 span,
.iconbox_wrapper span {
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}
.shortcode_social_icon.type5 span i,
.iconbox_wrapper span i {
  z-index: 1000;
  position: relative;
  text-align: center;
  font-size: 30px;
  padding: 20px 0;
}
.iconbox_wrapper span i {
  color: #fff!important;
}
.iconbox_wrapper span {
  margin-bottom: 20px;
}
.shortcode_social_icon.type5 span::before,
.shortcode_social_icon.type5 span::after,
.iconbox_wrapper span::before,
.iconbox_wrapper span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.shortcode_social_icon.type5 span::before,
.iconbox_wrapper span::before {
  background: rgb(190,30,45); 
  background: -moz-linear-gradient(-20deg, rgba(190,30,45,1) 0%, rgba(240,90,40,1) 100%); 
  background: -webkit-linear-gradient(-20deg, rgba(190,30,45,1) 0%,rgba(240,90,40,1) 100%); 
  background: linear-gradient(160deg, rgba(190,30,45,1) 0%,rgba(240,90,40,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1e2d', endColorstr='#f05a28',GradientType=1 );  
  opacity: 1;
}
.shortcode_social_icon.type5 span::after,
.iconbox_wrapper span::after {
  background: rgb(240,90,40);
  background: -moz-linear-gradient(-20deg, rgba(240,90,40,1) 0%, rgba(190,30,45,1) 100%); 
  background: -webkit-linear-gradient(-20deg, rgba(240,90,40,1) 0%,rgba(190,30,45,1) 100%);
  background: linear-gradient(160deg, rgba(240,90,40,1) 0%,rgba(190,30,45,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05a28', endCoorstr='#be1e2d',GradientType=1 );  
  opacity: 0;
}
.shortcode_social_icon.type5 span:hover:before,
.iconbox_wrapper span:hover:before {
  opacity: 0;
}
.shortcode_social_icon.type5 span:hover:after,
.iconbox_wrapper span:hover:after {
  opacity: 1;
  z-index: 1;
}
.iconbox_wrapper .ico i {
  width: 100%;
}
/*---------team----------*/
.alignleft.module_team h3 {
  text-align: left;
}
.team_slider {
  margin-left: -15px;
  margin-right: -15px;  
}
.item_list {
/*  margin-left: -15px;
  margin-right: -15px;*/
}
.item_list li {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  list-style-type: none;
  text-align: center;
  
}
.item_list li .item_wrapper {
  position: relative;
  border: 1px solid #e5e5e5;
  position: relative;
  border: 1px solid #e5e5e5;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 36px;
  padding-top: 30px;
  margin-bottom: 36px;
  z-index: 1;
}
.item_list li .item_wrapper:before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -5px;
  height: 2px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1;
}
.item_list li .item_wrapper:after {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: -3px;
  height: 2px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1;
}

.img_block.team_img {
  width: 170px;
  height: 170px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.img_block.team_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.team_title .op {
  color: #9aa6b5;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 13px;
  margin-bottom: 5px;
}
.module_team .team_title h5 {
  margin-bottom: 0;
}
.team_icons_wrapper {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 40px;
  opacity: 0;

  transition: all .4s;
  -webkit-transition: all .4s;
}
.team_icons_wrapper a,
.team_socials a {
  color: #ffffff;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.team_icons_wrapper a:hover,
.team_socials a:hover {
  opacity: .8;
}
.team_icons_wrapper a i,
.team_socials a i {
  color: #ffffff;
}
.item_wrapper:hover .team_icons_wrapper {
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/*Custom buttons*/
.shortcode_button {
  border-radius: 20px;
}

.shortcode_button,a.shortcode_button {
  display:inline-block;
  font-family: "Open Sans", sans-serif;
  border:none;
  font-size:12px;
  color:#fff!important;
  text-decoration:none;
  text-align:center;
  text-transform:uppercase;
  position:relative;
  font-weight:400;
  transition:color 250ms,background 250ms;
}
.shortcode_button:hover,a.shortcode_button:hover {
  font-family: "Open Sans", sans-serif;
  font-weight:400;
}

.demo_buttons .shortcode_button,.demo_buttons a.shortcode_button {
  margin:5px;
}

.demo_buttons .module_content {
  margin-left:-5px;
}

.shortcode_button i {
  font-size:14px;
  padding:0 13px 0 0;
  margin-left:-4px;
  transition:color 250ms;
  border-radius: 20px;
}

.shortcode_button.btn_normal i {
  padding:0 12px 0 0;
  margin-left:1px;
}

.shortcode_button.btn_large i {
  padding-right:14px;
  margin-left:1px;
  font-size:14px;
}

.shortcode_button.btn_small {
  padding:12px 15px 11px 16px;
  line-height:17px;
}

.shortcode_button.btn_normal {
  padding:13px 17px;
  line-height:20px;
}

.shortcode_button.btn_large {
  padding:16px 21px 16px 20px;
  font-size:14px;
  line-height:20px;
}

.shortcode_button.btn_type1, 
.shortcode_button.btn_type1:hover{
  position: relative;
  border-radius: 20px;
  z-index: 100;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .1em;
}

.shortcode_button.btn_type2 {
  background:transparent;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0em;
  text-transform: capitalize;
}
.shortcode_button.btn_type2:hover {
  font-weight: 600; 
}

.shortcode_button.btn_type3 {
  background:transparent;
}
.gradient_wrap,
.gradient_wrap:before,
.gradient_wrap:after {
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.gradient_wrap {
  display: inline-block;
}
.gradient_wrap a {
  z-index: 10;
  letter-spacing: .1em;
  font-weight: 600;
}
.gradient_wrap a:hover {
  letter-spacing: .1em;
  font-weight: 600;
}

.shortcode_button.btn_type4 {
  background:#ececec;
  color:#202023!important;
}

.shortcode_button.btn_type6 {
  background:#1ca7a2;
}

.shortcode_button.btn_type7 {
  background:#319749;
}

.shortcode_button.btn_type8 {
  background:#74b027;
}

.shortcode_button.btn_type9 {
  background:#bf9c10;
}

.shortcode_button.btn_type10 {
  background:#c47530;
}

.shortcode_button.btn_type11 {
  background:#b83f3f;
}

.shortcode_button.btn_type12 {
  background:#e15a77;
}

.shortcode_button.btn_type13 {
  background:#b741a5;
}

.shortcode_button.btn_type14 {
  background:#8f23c2;
}

.shortcode_button.btn_type15 {
  background:#612ab3;
}

.shortcode_button.btn_type16 {
  background:#304dc1;
}

.shortcode_button.btn_type17 {
  background:#369ac9;
}

.shortcode_button i {
  color:#fff;
}

.shortcode_button i {
  color:#000000;
}

.shortcode_button:hover {
/*  background:#191a1f;
  color:#fff!important;*/
}

.shortcode_button.btn_type5:hover {
  background:#191a1f!important;
}

/*-----price item--------*/

.price_item_btn {
  position: relative;
  border-radius: 20px;
  margin-top: 15px;
  display: inline-block;

}

.price_item_btn a {
  padding: 15px 30px!important;
}
.align-center {
  text-align: center;
}
.price_item_btn::before,
.price_item_btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.price_item_btn::before,
.price_item_btn.yes::after {
  background: rgb(190,30,45); 
  background: -moz-linear-gradient(-20deg, rgba(190,30,45,1) 0%, rgba(240,90,40,1) 100%); 
  background: -webkit-linear-gradient(-20deg, rgba(190,30,45,1) 0%,rgba(240,90,40,1) 100%); 
  background: linear-gradient(160deg, rgba(190,30,45,1) 0%,rgba(240,90,40,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1e2d', endColorstr='#f05a28',GradientType=1 );  
  opacity: 1;
}
.price_item_btn::after,
.price_item_btn.yes::before {
  background: rgb(240,90,40);
  background: -moz-linear-gradient(-20deg, rgba(240,90,40,1) 0%, rgba(190,30,45,1) 100%); 
  background: -webkit-linear-gradient(-20deg, rgba(240,90,40,1) 0%,rgba(190,30,45,1) 100%);
  background: linear-gradient(160deg, rgba(240,90,40,1) 0%,rgba(190,30,45,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05a28', endCoorstr='#bele2d',GradientType=1 );  
  opacity: 0;
}
.price_item_btn.wo_beforeafter:after,
.price_item_btn.wo_beforeafter:before {
  content: none;
}
.shortcode_button.btn_type2:before {
  content: "\f105";
  background: transparent;
  font-family: "FontAwesome", sans-serif;
  font-size: 14px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.shortcode_button.btn_normal.btn_type2,
.shortcode_button.btn_large.btn_type2 {
  height: 20px;
}
.price_item_btn.yes::before {
  opacity: 1;
}
.price_item_btn.yes::after {
  opacity: 0;
}
.price_item_btn:hover:before {
  opacity: 0;
}
.price_item_btn:hover:after {
  opacity: 1;
  z-index: 1;
}

/*-------------blog posts----------*/
.alignleft.module_feature_posts h3 {
  text-align: left;
}
.module_feature_posts h4 {
  margin-bottom: 33px;
}
.items2.featured_posts li {
  width: 50%;
}
.items3.featured_posts li {
  width: 33%;
}
.items4.featured_posts li {
  width: 25%;
}
.items2.featured_posts li li,
.items3.featured_posts li li,
.items4.featured_posts li li {
  width: 100%;
}

/*--------background start---------*/
.module_line_trigger.right-background {
  background-position: right 0px!important;
}
.module_line_trigger.left-background {
  background-position: left 0px!important;
}
.module_line_trigger.right-center-background {
  background-position: right center!important;
}
.module_line_trigger.center-background {
  background-position: center center!important;
}
.module_line_trigger.left-center-background {
  background-position: left center!important;
}
.extra-paddings {
  padding: 80px 0!important;
}
.fullwidth-cell-content .fw_wrapinner{
  padding-left: 0!important;
  padding-right: 0!important;
}
.fullwidth-cell-content .row {
  margin-left: 0!important;
  margin-right: 0!important;
}
.fullwidth-cell-content .col-xs-1,
.fullwidth-cell-content .col-xs-2,
.fullwidth-cell-content .col-xs-3,
.fullwidth-cell-content .col-xs-4,
.fullwidth-cell-content .col-xs-5,
.fullwidth-cell-content .col-xs-6,
.fullwidth-cell-content .col-xs-7,
.fullwidth-cell-content .col-xs-8,
.fullwidth-cell-content .col-xs-9,
.fullwidth-cell-content .col-xs-10,
.fullwidth-cell-content .col-xs-11,
.fullwidth-cell-content .col-xs-12,
.fullwidth-cell-content .col-sm-1,
.fullwidth-cell-content .col-sm-2,
.fullwidth-cell-content .col-sm-3,
.fullwidth-cell-content .col-sm-4,
.fullwidth-cell-content .col-sm-5,
.fullwidth-cell-content .col-sm-6,
.fullwidth-cell-content .col-sm-7,
.fullwidth-cell-content .col-sm-8,
.fullwidth-cell-content .col-sm-9,
.fullwidth-cell-content .col-sm-10,
.fullwidth-cell-content .col-sm-11,
.fullwidth-cell-content .col-sm-12,
.fullwidth-cell-content .col-md-1,
.fullwidth-cell-content .col-md-2,
.fullwidth-cell-content .col-md-3,
.fullwidth-cell-content .col-md-4,
.fullwidth-cell-content .col-md-5,
.fullwidth-cell-content .col-md-6,
.fullwidth-cell-content .col-md-7,
.fullwidth-cell-content .col-md-8,
.fullwidth-cell-content .col-md-9,
.fullwidth-cell-content .col-md-10,
.fullwidth-cell-content .col-md-11,
.fullwidth-cell-content .col-md-12,
.fullwidth-cell-content .col-lg-1,
.fullwidth-cell-content .col-lg-2,
.fullwidth-cell-content .col-lg-3,
.fullwidth-cell-content .col-lg-4,
.fullwidth-cell-content .col-lg-5,
.fullwidth-cell-content .col-lg-6,
.fullwidth-cell-content .col-lg-7,
.fullwidth-cell-content .col-lg-8,
.fullwidth-cell-content .col-lg-9,
.fullwidth-cell-content .col-lg-10,
.fullwidth-cell-content .col-lg-11,
.fullwidth-cell-content .col-lg-12 {
  padding-left: 0!important;
  padding-right: 0!important;
}

/*----------testimonials----------*/
.module_content.testimonials_list.items-1 li.testimonial_item {
  width: 100%;
}
.module_content.testimonials_list.items-2 li.testimonial_item {
  width: 50%;
}
.module_content.testimonials_list.items-3 li.testimonial_item {
  width: 33.333%;
}
.module_content.testimonials_list.items-4 li.testimonial_item {
  width: 25%;
}
.module_content.testimonials_list.items-5 li.testimonial_item {
  width: 20%;
}
.module_content.testimonials_list.items-6 li.testimonial_item {
  width: 16.667%;
}
.module_content.testimonials_list ul {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  margin-bottom: 0;
}
.module_content.testimonials_list li {
  list-style-type: none;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.testimonials_photo {
  text-align: center;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
}
.testimonials_photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonials_text {
  margin-left: 90px;
}
.testimonials_text .testimonials_meta h6 {
  text-align: left;
  margin-bottom: 5px;
}
.testimonials_text .testimonials_meta span {
  color: #9aa6b5;
  font-style: italic;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.alignleft .bg_title h3 {
  text-align: left;
}
.items-slider {
  transition: transform .8s;
  -webkit-transition: transform .8s;
}
.slider-paginator ul {
  text-align: center;
  margin-bottom: 25px;
}
.slider-paginator ul li {
  display: inline-block;
  font-size: 0;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  padding: 0!important;
  float: none!important;
}
.slider-paginator ul li:last-child {
  margin-right: 0px;
}
.slider-paginator ul li a {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ededed;
  border-radius: 50%;
  margin-top: 2px;
  -webkit-border-radius: 50%;
}
.slider-paginator ul li.active a {
  width: 10px;
  height: 10px;
  margin-top: 0;
  margin-left: -2px;
}
/*-------------price table--------*/
.price_item {
  position: relative;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  z-index: 1;
}
.price_item:before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -5px;
  height: 2px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1;
}
.price_item:after {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: -3px;
  height: 2px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1;
}
.price_item_title,
.price_item_body {
  padding-left: 30px;
  padding-right: 30px;
}
.price_item_title {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 5px;
}
.price_item_body {
  padding: 20px 0 40px;
}
.fullwidth-cell-content .price-list .price_item_body {
  padding-bottom: 0px;
}
.fullwidth-cell-content .price_item {
  margin-bottom: 0;
}
.price_item_title h5 {
  font-style: italic;
  font-size: 18px;
  color: #737479;
  text-transform: capitalize;
}
.item_cost_wrapper h3, 
.item_cost_wrapper h3 span {
  color: #ef4036;
  font-size: 60px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 25px;
}

.item_cost_wrapper h3 span {
  font-size: 36px;
  position: relative;
  bottom: 20px;
}
.item_cost_wrapper h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #9aa6b5;
  font-style: italic;
}
.price_item_text {
  font-style: italic;
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 0;
  position: relative;
}
.price_item_text::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  background-color: #e5e5e5;
  width: 100px;
  height: 1px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.price_item_text:last-child::after {
  height: 0;
}
.price-list {
  position: relative;
}
.price-list .price_item,
.price-list .price_item:before,
.price-list .price_item:after,
.price-list .price_item_title {
  border:none;
}
.price-list .price_item_title h5 {
  color: #181c20;
  font-style: normal;
  font-size: 30px;
}
.price-list .price_item_body {
  max-width: 560px;
  margin: 0 auto;
}
.price-list .price_item_wrapper {
  padding: 0 15px;
}
.price-list .price_item_text {
  text-align: left;
  font-style: normal;
}
.price-list .price_item_text:after {
  width: 100%;
}
.price-list .price_item_text span {
  float: right;
  font-weight: 700;
}
.price-list .price_item_text:last-child::after {
  height: 1px;
}
.price-list .items_text {
  margin-bottom: 20px;
}

/*---------module text----------*/
.fullwidth-cell-content .module_wrapper {
  position: relative;
/*  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);*/
}
.fullwidth-cell-content .module_cont {
  padding: 0 15px!important;
}
/*--------counter-------------*/
.counter_content img {
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
  max-width: 58px;
  height: auto;
}
h3.stat_count {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #181c20;
  line-height: 1.3;
  margin-bottom: 0px;
}
h5.counter_title {
  color: #5c6b7e;
  font-size: 18px;
  font-style: italic;
}
.stat_count_wrapper h3 {
  text-align: left;
  letter-spacing: 2px;
}
.counter_title_wrapper h5 {
  text-align: left;
}
/*----------partners---------*/
.module_content.sponsors_works li {
  list-style-type: none;
  float: left;
}
.module_content.sponsors_works li img {
  width: 100%;
}
/*-----------google map----------*/
.module_google_map iframe {
  width: 100%;
  vertical-align: top;
}
/*---------module gallery--------*/
.module_gallery .list-of-images {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery_item {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  margin-bottom: 30px;
  position: relative;
}
.module_gallery .list-of-images.images_in_a_row_1 .gallery_item {
  width: 100%;
}
.module_gallery .list-of-images.images_in_a_row_2 .gallery_item {
  width: 50%;
}
.module_gallery .list-of-images.images_in_a_row_3 .gallery_item {
  width: 33.33%;
}
.module_gallery .list-of-images.images_in_a_row_4 .gallery_item {
  width: 25%;
}
.gallery_fadder {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
/*  border: 0px solid #fff;*/
  transition: all .4s;
  -webkit-transition: all .4s;
}
/*.gallery_item:hover .gallery_fadder {
  border: 30px solid #fff;
}*/
.module_gallery .gallery_item .img_block {
  overflow: hidden;
}
.module_gallery .gallery_item .img_block img {
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
}
.module_gallery .gallery_item .img_block:hover img {
  transform: scale(1.1) rotate(-3deg);
  -webkit-transform: scale(1.1) rotate(-3deg);
}

.load_more_images {
  height: 50px;
  padding: 16px 30px!important;
  border-radius: 25px; 
  -webkit-border-radius: 25px; 
}
.module_gallery .price_item_btn::before,
.module_gallery .price_item_btn::after {
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
/*-------module partners-----*/
.module_partners li {
  transition: opacity .3s;
  -webkit-transition: opacity .3s;
}
.module_partners li:hover {
  opacity: .6;
}
/*-------sidebar------*/
.fl-container.hasRS {
  width: 71%;
  float: left;
  padding-right: 1px;
}
.posts-block.hasLS {
  width: 71%;
  float: right;
  padding-right: 1px;
}
.right-sidebar-block {
  width: 26%;
  float: left;
  margin-left: 38px;
  margin-right: -10px;
}
.left-sidebar-block {
    width: 26%;
    float: left;
    margin-left: -10px;
    margin-right: 38px;
}
.content_block .sidepanel h1, .content_block .sidepanel h2, .content_block .sidepanel h3, .content_block .sidepanel h4, .content_block .sidepanel h5, .content_block .sidepanel h6, .sidepanel  .module_title {
  text-align: left!important;
}
/*---------------404 error----------------*/
div.error404 {
  text-align: center;
}
.block404 input[name="s"] {
  margin-bottom: 20px;
}
.block404 h2 {
  margin-bottom: 50px;
}
.block404 p {
  text-align: center;
}
div.error404 h1 {
  font-size: 200px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 32px;
  line-height: 1;
}
div.error404 h2 {
  font-size: 50px;
  font-weight: 600;
  color: #272727;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 16px;
}
div.error404 p {
  font-size: 16px;
  font-weight: 400;
  color: #464e54;
  letter-spacing: .8px;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 25px;
}
div.error404 form {
  width: 522px;
  display: inline-block;
  position: relative;
}
div.error404 .submit_wrap {
  width: 120px;
  margin: 20px auto 0 auto;
}
.protected-post-form .submit_wrap {
  width: 120px;
  margin: 0px auto 20px auto;

}

/*------------widgets------------*/
.widget_gt3_contacts .contact_address, .widget_gt3_contacts .contact_phone, .gt3_footer_type_1 .widget_gt3_contacts .contact_email, .gt3_footer_type_2 .widget_gt3_contacts .contact_email,
.gt3_footer_type_1 .widget_posts .recent_posts li, .gt3_footer_type_2 .widget_posts .recent_posts li, .gt3_footer_type_13 .widget_posts .recent_posts li, .gt3_footer_type_14 .widget_posts .recent_posts li {
  border-bottom: 1px solid #e5e5e5;
}
.widget_gt3_contacts .contact_description, .widget_gt3_contacts .widget_text p span, .widget_gt3_contacts .footer_socials {
  color: #5c6b7e;
}
.widget_gt3_contacts .widget_text {
  text-align: left;
}
.sidepanel img {
  max-width: 100%;
  height: auto;
}
.sidepanel {
  margin-bottom: 40px;
}
.sidepanel.widget_gt3_contacts {
  margin-bottom: 20px;
}
.sidepanel.widget_flickr {
  margin-bottom: 28px;
}
.sidebar_header {
  margin-bottom: 10px;
}
.widget_categories .cat-item a::after, .widget_archive li a::after, .widget_nav_menu li a::after, .widget_meta li a::after, .widget_pages li a::after, .widget_recent_entries li a::after {
  content: "\f105";
  font-family: "FontAwesome", sans-serif;
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: 3px;
}
.recent_posts_content h6 {
  text-transform: none;
}
.sbi_photo_wrap {
  overflow: hidden;

}
.sbi_photo_wrap a {
  transition: transform .5s;
  -webkit-transition: transform .5s;
  opacity: 1!important;
}
.sbi_photo_wrap:hover a {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  opacity: 1!important;
}

/*------------search-------------*/
.sidepanel .search_form .submit_wrap {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 10px;
  padding: 0;
  margin: 0;
  height: 20px;
  z-index: 10;
}
.sidepanel .search_form .submit_wrap:before,
.sidepanel .search_form .submit_wrap:after {
  content: '';
  width:0;
  height: 0;
  background: none;
}
.sidepanel .search_form {
  position: relative;
}
.sidepanel .search_form .search_awe {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;
  padding: 0;
  margin: 0;
  height: 20px;
  z-index: 20;
  color: transparent;
  background-color: transparent;
}
.sidepanel .search_form .submit_wrap:hover:before {
  opacity: .5;
}
input[name="s"] {
  padding: 7px 40px 7px 19px;
  position: relative;
}
.sidepanel .search_form .submit_wrap:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "\f002";
  display:inline-block;
  font-family: 'FontAwesome';
  font-weight:normal;
  font-size: 13px;
}
.sidepanel.widget_search {
  margin-bottom: 24px;
}
/*------------flickr-------------*/
.gt3_footer_type_1 .footer_sidebar_cont {
  padding: 49px 0 0px;
}
.widget_flickr .flickr_badge_image {
  width: calc(33% - 12px);
  overflow: hidden;
}
.widget_flickr .flickr_badge_image a:hover {
  /*opacity:.8;*/
}
.widget_flickr .flickr_badge_image a {
  padding-left: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.widget_flickr .flickr_badge_image a {
  transition: all .5s;
  -webkit-transition: all .5s;
}
.widget_flickr .flickr_badge_image a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.widget_flickr .flickr_badge_image {
  margin-left: 12px;
  margin-bottom: 12px;
}
.sidepanel.widget_flickr {
  margin-bottom: 28px;
}
.sidepanel.widget_flickr h5 {
  margin-bottom: 25px;
}
/*-----------contacts--------------*/
.widget_gt3_contacts .widget_text p a,
.footer_socials a {
  color: #5c6b7e;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.footer_socials li {
  display: inline-block;
  margin-right: 3px;
  margin-top: 0;
}
.footer_socials a:hover {
  opacity: 1;
}
.footer_socials span {
  margin-top: 14px;
}
.widget_gt3_contacts .contact_phone, 
.widget_gt3_contacts .contact_email {
  padding: 15px 0 13px 100px;
  letter-spacing: -.15px;
}
.widget_gt3_contacts .contact_address {
  padding: 0px 0 17px 100px;
  letter-spacing: -.15px;
}
.widget_text p span {
  margin-top: 15px;
}
.widget_gt3_contacts .contact_address span {
  margin-top: 0px;
}
.footer_socials ul {
  margin-top: 10px;
}
/*-----------posts-------------*/
.featured_items_meta, .featured_items_meta a,
.post-meta span, .post-meta span a, .post-meta span a,
a.post-comment {
  color: #9aa6b5!important;
}
.widget_posts .recent_posts_container .post_title a {
  letter-spacing: -.2px;
}
.widget_posts .recent_posts_container {
  padding-left: 0;
}
.widget_posts .recent_posts li,
.widget_categories li.cat-item,
.widget_categories li.cat-item:last-child,
.widget_archive li,
.widget_recent_entries li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.widget_posts .recent_posts li:last-child {
  border-bottom: none;
}
.sidepanel.widget_posts {
  margin-bottom: 27px;
}
.featured_item .img_block,
.featured_items .img_block,
.other-posts .img_block {
  overflow: hidden;
}
.featured_item .img_block img,
.featured_items .img_block img,
.other-posts .img_block img {
  transition: transform .4s linear;
  -webkit-transition: transform .4s linear;
}
.featured_item .img_block:hover img,
.featured_items .img_block:hover img,
.other-posts .img_block:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/*----------mail chimp--------*/
.mc_merge_var input[type="text"] {
  margin-bottom: 19px;
}
/*----------tagcloud-----------*/
.sidepanel.widget_tag_cloud h5 {
  margin-bottom: 25px;
}
.widget_tag_cloud .tagcloud a, .tagcloud a {
  height: 40px;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  background-color: transparent;
  display: inline-block;
  padding: 8px 19px;
  margin: 0;
  text-transform: uppercase;
  border-radius: 20px;
  transition: all .4s;
  -webkit-transition: all .4s;
  position: relative;
  z-index: 20;
  letter-spacing: .1em!important;
}
.widget_tag_cloud .tagcloud a:hover, .tagcloud a:hover {
  color: #fff;
}
.tagcloud .a_wrap {
  display: inline-block;
  position: relative;
  margin: 0 6px 10px 0;
}
.tagcloud .a_wrap::before,
.tagcloud .a_wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  transition: all .4s;
  -webkit-transition: all .4s;
  z-index: 1;
}
.tagcloud .a_wrap::before {
  background: rgb(250,250,250); 
  opacity: 1;
  color: #000;
}
.tagcloud .a_wrap::after {
  background: rgb(190,30,45); 
  background: -moz-linear-gradient(-20deg, rgba(190,30,45,1) 0%, rgba(240,90,40,1) 100%); 
  background: -webkit-linear-gradient(-20deg, rgba(190,30,45,1) 0%,rgba(240,90,40,1) 100%); 
  background: linear-gradient(160deg, rgba(190,30,45,1) 0%,rgba(240,90,40,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1e2d', endColorstr='#f05a28',GradientType=1 );  
  opacity: 0;
}
.tagcloud .a_wrap:hover:before {
  opacity: 0;
}
.tagcloud .a_wrap:hover:after {
  opacity: 1;
  z-index: 1;
}
.post-meta-info .tagcloud {
  display: inline-block;
}
.post-meta-info .share_blocks {
  float: right;
  position: relative;
  overflow: hidden;
  max-width: auto;
  width: 200px;
}
.post-meta-info .share_blocks .block_likes {
  transition: all .6s;
  -webkit-transition: all .6s;
  max-width: 200px;
  z-index: 100;
}
.post-meta-info .share_blocks:hover .block_likes {
  opacity: 0;
  z-index: -1;
  max-width: 52px;
/*  padding-right:0;*/
}
.block_likes {
  position: relative;
  float: right;
  right: 0;
  text-transform: uppercase;
  height: 40px;
  font-size: 14px !important;
  font-weight: 600;
  color: #fff!important;
  line-height: 24px;
  background: rgb(190,30,45); 
  background: -moz-linear-gradient(-20deg, rgba(190,30,45,1) 0%, rgba(240,90,40,1) 100%); 
  background: -webkit-linear-gradient(-20deg, rgba(190,30,45,1) 0%,rgba(240,90,40,1) 100%); 
  background: linear-gradient(160deg, rgba(190,30,45,1) 0%,rgba(240,90,40,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1e2d', endColorstr='#f05a28',GradientType=1 );  
  padding: 8px 20px;
  border-radius: 20px;
  transition: all .4s;
  -webkit-transition: all .4s;
  letter-spacing: .1em;
}
.soc_block {
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
}
.facebook,
.twitter,
.google-plus,
.pinterest {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 9px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition-timing-function:cubic-bezier(.41,1.26,.56,.99);
  transition-timing-function:cubic-bezier(.41,1.26,.56,.99);
}
.facebook {
  background-color: #3d5c97;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -webkit-transition-duration:0.9s;
             transition-duration:0.9s;
}
.twitter {
  background-color: #55adee;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -webkit-transition-duration:0.8s;
             transition-duration:0.8s;
}
.google-plus {
  background-color: #be4a39;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -webkit-transition-duration:0.7s;
             transition-duration:0.7s;
}
.pinterest {
  background-color: #cb2027;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -webkit-transition-duration:0.6s;
             transition-duration:0.6s;
}
.facebook.rotate,
.twitter.rotate,
.google-plus.rotate,
.pinterest.rotate {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  opacity: 1;
}
.pinterest.rotate {
  right: 0px;
  
}
.google-plus.rotate {
  right: 50px;
  
}
.twitter.rotate {
  right: 100px;
  
}
.facebook.rotate {
  right: 150px;
  
}
.facebook:hover {
  background-color: #486caf;
}
.twitter:hover {
  background-color: #64bbfb;
}
.google-plus:hover {
  background-color: #cd513f;
}
.pinterest:hover {
  background-color: #d72a31;
}
.facebook:hover,
.twitter:hover,
.google-plus:hover,
.pinterest:hover {
  color: #fff!important;
}
.sidepanel.widget_tag_cloud {
  margin-bottom: 25px;
}
/*-----------text widget----------*/
.widget_text {
  text-align: center;
}
footer .widget_text {
  text-align: left;
}
/*-----------contact form 7-------*/
.fullwidth-cell-content .wpcf7 {
  max-width: 560px;
  margin: 0 auto!important;
}
.input-row {
  margin-left: -15px;
  margin-right: -15px;
}
.input-container,
.input-half-container {
  padding-left: 15px;
  padding-right: 15px;
}
.input-half-container {
  width: 50%;
  float: left;
  position: relative;
}
.input-half-container span,
.input-half-container input,
.input-half-container select,
.input-half-container option {
  width: 100%;
}
.input-half-container input,
.input-half-container select,
.selectBox-label {
  border: 1px solid #fafafa;
  border-radius: 20px;
  padding: 14px 20px;
  color: #9aa6b5!important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  width: 100%!important;
  transition: all .3s;
  -webkit-transition: all .3s;
  height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.input-half-container input:focus,
.input-half-container select:focus,
.selectBox-label:focus {
    outline: none;
}
.input-row:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 10px;
}
.input-container input {
  height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
input[type="submit"].wpcf7-submit {
  height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.wpcf7-form .submit_wrap {
  margin-bottom: 10px;
  text-align: right;
}
.wpcf7-form .submit_wrap:before,
.wpcf7-form .submit_wrap:after {
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select {
  margin-bottom: 20px;
  height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.wpcf7-form textarea {
  margin-bottom: 20px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.wpcf7-form .submit_wrap input,
.wpcf7-form .submit_wrap:before,
.wpcf7-form .submit_wrap:after {
  width: 120px;
  right: 0;
  left: auto;
}
.fullwidth-cell-content .wpcf7-form .submit_wrap input,
.fullwidth-cell-content .wpcf7-form .submit_wrap:before,
.fullwidth-cell-content .wpcf7-form .submit_wrap:after {
  width: 100%;
}

/*----------monster widget-----------*/
table {
  width:100%;
  border-collapse:collapse;
}

table td,table th {
  padding:7px;
  border:1px solid #ddd;
}

#wp-calendar thead td, 
#wp-calendar tfoot td, 
#wp-calendar thead th, 
#wp-calendar tfoot th,
td.pad {
  border: none;
}

.blog_post_preview table {
  margin-bottom:20px;
}

dt {
  font-weight:700;
  text-decoration:underline;
}

dd {
  margin:0;
  padding:0 0 10px;
}

dl.wp-caption {
  border:none;
}

pre {
  word-wrap:break-word;
  white-space:pre-wrap;
  overflow: visible;
}
.widget_rss li {
  margin-bottom: 25px;
}
.widget_rss li cite{
  text-align: right;
  display: block;
}
/* Default listing */
.module_content ul,.wpb_text_column ul,.cont_info ul,.uvc-sub-heading ul,.blog_content ul {
  list-style:none;
  padding:0;
  margin:0;
}

.module_content ul > li,.wpb_text_column ul > li,.cont_info ul > li,.uvc-sub-heading ul > li,.blog_content ul > li {
  padding:0 0 5px 17px;
  position:relative;
}

.module_content ul > li:before,.wpb_text_column ul > li:before,.cont_info ul > li:before,.uvc-sub-heading ul > li:before,.blog_content ul > li:before {
/*  content:"•";*/
  position:absolute;
  left:0;
  top:0;
}

.module_content ol,.wpb_text_column ol,.cont_info ol,.uvc-sub-heading ol,.blog_content ol {
  margin:0;
  counter-reset:li;
  list-style:none;
  padding:0;
}

.module_content ol > li,.wpb_text_column ol > li,.cont_info ol > li,.uvc-sub-heading ol > li,.blog_content ol > li,
.comment_box ol > li, .comment_box ul > li {
  list-style:none;
  position:relative;
  padding:0 0 5px 20px;
}
#comments .comment_box h3 {
  text-align: center;
}

.module_content ol > li:before,.wpb_text_column ol > li:before,.cont_info ol > li:before,.uvc-sub-heading ol > li:before,.blog_content ol > li:before,
.comment_box ol > li:before, .comment_box ul > li:before {
  content:counter(li) '.';
  counter-increment:li;
  position:absolute;
  left:1px;
  top:0;
}
.sidepanel select {
    width: 100%;
}
.blog_content ol,.blog_content ul {
  margin-bottom:4px;
}

.blog_content ol ul,.blog_content ul ul,.blog_content ol ol,.blog_content ul ol {
  margin-bottom:0;
  padding-top: 5px;
}

.blog_content ol li ol li:last-child,.blog_content ul li ul li:last-child {
  padding-bottom: 0;
}
.comment_box ol,.comment_box ul {
  margin-bottom:4px;
}

.comment_box ol ul,.comment_box ul ul,.comment_box ol ol,.comment_box ul ol {
  margin-bottom:0;
  padding-top: 0px;
}

.comment_box ol li ol li:last-child,.comment_box ul li ul li:last-child {
  padding-bottom: 0;
}
.widget_archive a,
.widget_categories a {
  display: inline-block!important;
  float: left;
}
.widget_archive li,
.widget_categories li {
  position: relative;
  text-align: right;
  padding-right: 15px;
  min-height: 46px;
  line-height: 38px;
}
.widget_archive li a:after,
.widget_categories li a:after {
  content: ''!important;
  clear: both;
  display: block;
  position: relative;
}
.widget_archive li:after,
.widget_categories li:after {
  content: "\f105";
  font-family: "FontAwesome", sans-serif;
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: 3px;
  transition: color .4s;
  -webkit-transition: color .4s;
}
.widget_categories li ul {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.widget_categories li ul li {
  line-height: 46px;
  border-top: 1px solid #e5e5e5;
  min-height: 34px;
  margin-bottom: 0px!important;
  padding-bottom: 0px!important;
  border-bottom: none!important;
}
.widget_categories li ul li a {
  top: 4px;
}
.widget_pages ul.children {
  margin-bottom: 0;
  padding-left: 10px;
}
.widget_pages ul.children li,
.widget_nav_menu li ul li {
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget_nav_menu li .sub-menu {
  padding-left: 10px;
}
.widget_nav_menu li ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
#today {
  color: #fff;
}
.wp-caption-text,
.sticky,
.screen-reader-text,
.gallery-caption {
}

/*-------------CSS for plugins and scripts------*/
/* Nivo */
.nivoSlider {
  position:relative;
  width:100%;
  height:auto;
  overflow:hidden;
}

.nivoSlider img {
  position:absolute;
  top:0;
  left:0;
  max-width:none;
}

.nivo-main-image {
  display:block!important;
  position:relative!important;
  width:100%!important;
}

.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:6;
  display:none;
}

.nivo-slice {
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
  top:0;
}

.nivoSlider img {
  border-radius:0;
}

.wrapped_video.blog_post_image iframe {
  border-radius:0;
  overflow:hidden;
}

.nivo-box {
  display:block;
  position:absolute;
  z-index:5;
  overflow:hidden;
}

.nivo-box img {
  display:block;
}

.nivo-caption {
  position:absolute;
  left:0;
  bottom:0;
  background:#000;
  color:#fff;
  width:100%;
  z-index:8;
  padding:5px 10px;
  opacity:.8;
  overflow:hidden;
  display:none;
  box-sizing:border-box;
}

.nivo-caption p {
  padding:5px;
  margin:0;
}

.nivo-caption a {
  display:inline!important;
}

.nivo-html-caption {
  display:none;
}

.nivo-controlNav {
  text-align:center;
}

.nivo-controlNav a {
  cursor:pointer;
}

.nivo-controlNav {
  display:block!important;
  position:absolute;
  bottom:20px;
  left:0;
  width:100%;
  text-align:center;
  z-index:99;
}

.nivo-controlNav a {
  text-indent:-10000px!important;
  overflow:hidden;
  display:inline-block;
  width:10px;
  height:10px;
  background:#fff;
  border-radius:100%;
  opacity:.5;
  margin:0 4px;
}

.slider-wrapper {
  position:relative;
}

.nivo-controlNav {
  bottom:40px;
  right:auto;
  left:0;
  width:100%;
  text-align:center;
}

.nivo-controlNav a {
  margin:0 5px;
  width:10px;
  height:10px;
  font-size:0;
  line-height:0;
}

.oneImage .nivo-controlNav {
  display:none!important;
}
.nivo-directionNav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 100;
}
a.nivo-prevNav,
a.nivo-nextNav,
.rev_slider .custom.tparrows,
button.mfp-arrow:before,
button.mfp-arrow:after,
#swipebox-arrows a#swipebox-prev,
#swipebox-arrows a#swipebox-next,
#swipebox-arrows a#swipebox-prev:before,
#swipebox-arrows a#swipebox-next:before, 
#swipebox-arrows a#swipebox-prev:after,
#swipebox-arrows a#swipebox-next:after {
  width: 40px;
  height: 71px;
  display: inline-block;
  font-size: 0;
  opacity: 0;
  transition: all .4s;
  -webkit-transition: all .4s;
  z-index: 2000;
  background-color: transparent;
}
.rev_slider .custom.tparrows {
  opacity: 1;
}
a.nivo-prevNav,
.tp-leftarrow.custom.tparrows:before {
  background: url('../img/prev-slide.png') top left no-repeat;
}
a.nivo-nextNav,
.tp-rightarrow.custom.tparrows:before {
  background: url('../img/next-slide.png') top left no-repeat;
  float: right;
}
.tp-leftarrow.custom.tparrows:after {
  background: url('../img/prev-slide-hover.png') top left no-repeat;
  opacity: 0;
}
.tp-rightarrow.custom.tparrows:after {
  background: url('../img/next-slide-hover.png') top left no-repeat;
  opacity: 0;
}
a.nivo-prevNav:hover,
a.nivo-nextNav:hover {
  opacity: 1;
}

/*  Custom Arrows */

.rev_slider .custom.tparrows:before,.rev_slider .custom.tparrows:after {
  font-size:0;
  line-height:0;
}

.rev_slider .custom.tparrows:hover:after {
  opacity:1!important;
}

.rev_slider .custom.tparrows:before,
.rev_slider .custom.tparrows:after {
  position:absolute;
  width: 40px;
  height: 71px;
  left: 0;
  right: 0;
  content:'';
  display:block!important;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
}

/*---------revolution slider--------*/
.slider_button {
  background-color: #ffffff!important;
  text-transform: uppercase;
  padding: 15px 30px;
  min-width: 260px!important; 
  transition: background-color .4s!important;
  -webkit-transition: background-color .4s!important;
  text-align: center;
  height: 50px!important;
  padding: 15px 30px!important;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  letter-spacing: .1em!important;
  font-weight: 600!important;
}
.slider_button:hover {
  background-color: rgba(255,255,255,.9)!important;
}
/* Scroll Down */
.scroll_icon {
  position:absolute;
  left:50%;
  z-index:200;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  bottom:30px;
  width:50px;
  height:50px;
  -webkit-animation:mousepulse 1s;
/* Chrome, Safari, Opera */
  animation:mousepulse 1s;
  -webkit-animation-iteration-count: 5; 
  animation-iteration-count: 5;
/*  background-image:url(../img/sprite.png);*/
  background-color: rgba(255,255,255,.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-repeat:no-repeat;
  cursor:pointer;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.scroll_icon:after { 
  content: "\f107";
  left: -4px;
  font-family: "FontAwesome", sans-serif;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 7px;
  left: 50%;
  transition: all .3s;
  -webkit-transition: all .3s;
  font-size: 24px;
  transform: translateX(-50%);
  color: #fff;
}
.scroll_icon:hover {
  background-color: rgba(255,255,255,.8);
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mousepulse {
  from {
    bottom:30px;
  }
  
  to {
    bottom:35px;
  }
}

/* Standard syntax */
@keyframes mousepulse {
  from {
    bottom:30px;
  }
  
  to {
    bottom:35px;
  }
}

.center-video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% -50%);
  -webkit-transform: translate(-50% -50%);
  width: 100px;
  height: 100px;
  opacity: 1;
  background: transparent url('../img/play_btn.png') top left no-repeat!important;
  color: transparent!important;
  font-size: 0!important;
  transition: opacity .4s!important;
  -webkit-transition: opacity .4s!important;

}
.center-video-button:hover {
  opacity: .8!important;
}

/*----------Selectbox----------*/
/* Dropdown control */
.selectBox-dropdown {
    min-width: 50px;
    position: relative;
    text-decoration: none;
    text-align: left;
    color: #333333;
    outline: none;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    font-family: verdana, sans-serif;
    font-size: 13px;
    height: 50px;
}

.selectBox-dropdown .selectBox-label {
    display: inline-block;
    overflow: hidden;
    padding: 14px 20px 1px;
    white-space: nowrap;
    cursor: pointer;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 11px;
    right: 8px;
    width: 30px;
    height: 100%;
    background: url("../img/down_arrow_scroll.png") no-repeat scroll 9px 12px transparent;
    cursor: pointer;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    padding-top:200px;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #e5e5e5; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    border-radius: 2px;
}

/* Inline control */
.selectBox-inline {
    min-width: 50px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}
/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity = 50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}
.selectBox-dropdown-menu li a {
    padding: 7px;
    margin: 0 5px;
    display: block;
    cursor: pointer;
    color: #575757;
    border-radius: 2px;
}
.selectBox-dropdown-menu li:first-child a {
    margin-top: 5px;
}
.selectBox-dropdown-menu li:last-child a {
    margin-bottom: 5px;
}

.selectBox-dropdown-menu li a:hover {
    color: #575757;
}

.selectBox-dropdown-menu li.selectBox-selected a {
    background: #0aa699;
    color: #ffffff;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor:pointer;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
/*  background: url(../img/swipebox/loader.gif) no-repeat center center;*/
  background: none;
}

#swipebox-slider .preloader_overlay {
  background: transparent;
  position: static;
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.5;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(0,0,0,0.8);
}

/* GT3 SwipeBox Classes */
.gt3_swipe_box #swipebox-bottom-bar,
.gt3_swipe_box #swipebox-top-bar {
  background:none!important;
  width:100%;
  position:fixed;
  left:0;
  display:block;
  text-align:right;  
}
.gt3_swipe_box #swipebox-top-bar {
  height:83px;
  bottom:0;
  top:auto;
  display:table;
}
#swipebox-title {
  display:table-cell;
  vertical-align:bottom;
  text-align:center;
  height:100%;
  color:#ffffff;
  font-size:17px;
  line-height:19px;
  padding-bottom:7px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  vertical-align: top;
  margin-top: 5px;
  padding-left: 35px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.gt3_swipe_box #swipebox-bottom-bar {
  height:117px;
  top:0;
  bottom:auto;
  display:block!important;
}
#swipebox-arrows a#swipebox-close {
  margin-right: 30px!important;
  margin-top: 30px;
  width: 20px;
  height: 20px;
}
#swipebox-arrows a#swipebox-close:before {
  right: 4px;
}
#swipebox-arrows {
  padding:0;
  display:inline-block;
  margin:0 auto;
}
#swipebox-arrows a {
  width:61px;
  height:61px;
  margin:0 0;
  display:inline-block;
  float:left;
  transition:opacity 250ms;
  position:relative;
  left:auto;
  top:auto;
  right:auto;
  bottom:auto;
  cursor:pointer;
}
#swipebox-arrows a:before,
#swipebox-arrows a:after {
  content:'';
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  transition:transform 300ms;
}
#swipebox-arrows a#swipebox-prev,
#swipebox-arrows a#swipebox-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#swipebox-arrows a#swipebox-prev, 
#swipebox-arrows a#swipebox-prev:before,
#swipebox-arrows a#swipebox-prev:after {
  left: 0;
}
#swipebox-arrows a#swipebox-next {
  right: 0;
}
#swipebox-arrows a#swipebox-close:before {
  transition: all .4s;
  -webkit-transition: all .4s;
}
#swipebox-arrows a#swipebox-close:hover:before {
/*  transform:translate(0,-80%);*/
  opacity: .5;
}

#swipebox-arrows a#swipebox-prev:before,
#swipebox-arrows a#swipebox-next:before,
#swipebox-arrows a#swipebox-prev:after,
#swipebox-arrows a#swipebox-next:after {
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
  content: '';
}
#swipebox-arrows a#swipebox-next:before,
а#swipebox-arrows a#swipebox-next:after {
  left: calc(100% - 40px)!important;
  right: 0;
}
#swipebox-arrows a#swipebox-prev:before,
#swipebox-arrows a#swipebox-next:before,
#swipebox-arrows a#swipebox-prev,
#swipebox-arrows a#swipebox-next {
  opacity: 1;
}
#swipebox-arrows a#swipebox-prev:after,
#swipebox-arrows a#swipebox-next:after {
  opacity: 0;
}
#swipebox-arrows a#swipebox-prev:before {
  background-image: url('../img/prev-slide.png')!important;
}
#swipebox-arrows a#swipebox-next:before {
  background-image: url('../img/next-slide.png')!important;
  left: auto;
}
#swipebox-arrows a#swipebox-prev:after {
  background-image: url('../img/prev-slide-hover.png')!important;
}
#swipebox-arrows a#swipebox-next:after {
  background-image: url('../img/next-slide-hover.png')!important;
  left: auto;
}
#swipebox-arrows a#swipebox-prev:hover:before,
#swipebox-arrows a#swipebox-next:hover:before {
  opacity: 0;
}
#swipebox-arrows a#swipebox-prev:hover:after,
#swipebox-arrows a#swipebox-next:hover:after {
  opacity: 1;
}
#swipebox-arrows a#swipebox-close:before {
  width:12px;
  height:12px;
  background:url(../img/swipebox/icons.png) no-repeat -16px 0!important;
}

#swipebox-container .slide.current img {
  position:relative!important;
  z-index:999993!important;
}

/*------gallery plugin -------*/

.gt3pg_gallery-item .gt3pg_cover .gt3pg_img_wrap, .gt3pg_gallery-item, .gt3pg_gallery-icon {
  overflow: hidden;
}
.gt3pg_gallery-item .gt3pg_cover img {
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
}
.gt3pg_gallery-item .gt3pg_cover:hover img {
  transform: scale(1.1) rotate(-3deg)!important;
  -webkit-transform: scale(1.1) rotate(-3deg)!important;
}
.gt3pg_gallery-item .gt3pg_cover:hover .gt3pg_view-link {
  background-color: transparent;
}
.square .gt3pg_gallery-item .gt3pg_cover img,
.circle .gt3pg_gallery-item .gt3pg_cover img {
  transform: scale(1) rotate(0deg) translate(-50%, -50%)!important;
  -webkit-transform: scale(1) rotate(0deg) translate(-50%, -50%)!important;
  transform-origin: 0% 0!important;
  border-radius: 50%!important;
}
.square .gt3pg_gallery-item .gt3pg_cover:hover img,
.circle .gt3pg_gallery-item .gt3pg_cover:hover img{
  transform: scale(1.1) rotate(-3deg) translate(-50%, -50%)!important;
  -webkit-transform: scale(1.1) rotate(-3deg) translate(-50%, -50%)!important;

}
.gt3pg_gallery-item .gt3pg_cover .gt3pg_view-link:before,
.gt3pg_gallery-item .gt3pg_cover .gt3pg_view-link:after {
  content: none;
}
button.mfp-arrow.mfp-arrow-left:before,
button.mfp-arrow.mfp-arrow-right:before,
button.mfp-arrow.mfp-arrow-left:after,
button.mfp-arrow.mfp-arrow-right:after {
  background-color: transparent!important;
  background-position: top left!important;
  background-repeat: no-repeat!important;
  content: '';
  opacity: 1;
  border: none;
  margin: 0;
  padding: 0;
  top: 0;
}
button.mfp-arrow.mfp-arrow-left:before,
button.mfp-arrow.mfp-arrow-right:before,
button.mfp-arrow.mfp-arrow-left:after,
button.mfp-arrow.mfp-arrow-right:after {
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
}

button.mfp-arrow.mfp-arrow-left:after,
button.mfp-arrow.mfp-arrow-right:after {
  opacity: 0;
}
button.mfp-arrow.mfp-arrow-left:before {
  background-image: url('../img/prev-slide.png')!important;
}
button.mfp-arrow.mfp-arrow-right:before {
  background-image: url('../img/next-slide.png')!important;
  left: auto;
}
button.mfp-arrow.mfp-arrow-left:after {
  background-image: url('../img/prev-slide-hover.png')!important;
}
button.mfp-arrow.mfp-arrow-right:after {
  background-image: url('../img/next-slide-hover.png')!important;
  left: auto;
}
button.mfp-arrow.mfp-arrow-left:hover:before,
button.mfp-arrow.mfp-arrow-right:hover:before {
  opacity: 0;
}
button.mfp-arrow.mfp-arrow-left:hover:after,
button.mfp-arrow.mfp-arrow-right:hover:after {
  opacity: 1;
}

/*---------------Mailchimp------------*/
.module_cont #mc_signup {
  max-width: 560px;
  margin: 0 auto;
}
.module_cont #mc_signup input[type="text"],
.module_cont #mc_signup input[type="email"] {
  background-color: #fff;
}

.module_cont #mc_signup .mc_var_label,
.module_cont #mc_signup #mc-indicates-required {
  display: none;
}

.module_cont #mc_signup input[type="email"],
.module_cont #mc_signup #mc_mv_EMAIL {
  height: 60px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}

.module_cont #mc_signup .mc_merge_var {
  position: relative;
}
.module_cont #mc_signup .mc_merge_var .submit_wrap {
  width: 170px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.module_cont #mc_signup .mc_merge_var .submit_wrap input {
  padding: 18px 20px;
}
.module_cont #mc_signup .mc_merge_var .submit_wrap:before,
.module_cont #mc_signup .mc_merge_var .submit_wrap:after,
.module_cont #mc_signup .mc_merge_var .submit_wrap  #mc_mv_EMAIL {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  height: 50px;
}
.module_cont #mc_signup .mc_merge_var  #mc_mv_EMAIL {
  padding-right: 190px;
}
.module_cont .mc_custom_border_hdr,
.module_cont #mc_signup #mc_subheader {
  display: none;
}
.widget_mailchimpsf_widget .widget-title {
  line-height: 1.4em;
  margin-bottom: 0.75em;
}
#mc_subheader {
  line-height: 1.5!important;
  margin-bottom: 26px!important;
}
.module_cont #mc_signup_submit {
  margin-top: 0!important;
  width: 100%;
}
footer .mc_var_label,
footer .mc_interest_label,
.sidepanel .mc_var_label,
.sidepanel .mc_interest_label {
  display: block;
  margin-bottom: 0.5em;
}
footer .mc_var_label.mc_header.mc_header_email,
.sidepanel .mc_var_label.mc_header.mc_header_email {
  display: none;
}

footer .mc_input.mc_phone,
.sidepanel .mc_input.mc_phone {
  width: auto;
}
footer select.mc_select,
.sidepanel select.mc_select {
  margin-top: 0.5em;
  width: 100%;
}
footer .mc_address_label,
.sidepanel .mc_address_label {
  margin-top: 1.0em;
  margin-bottom: 0.5em;
  display: block;
}
footer .mc_address_label ~ select,
.sidepanel .mc_address_label ~ select {
  width: 100%;    
}
footer .mc_list li,
.sidepanel .mc_list li {
  list-style: none;
  background: none !important;
}
footer .mc_interests_header, 
.sidepanel .mc_interests_header {
  margin-top: 1.0em;
  margin-bottom: 0.5em;
}
footer .mc_interest label,
footer .mc_interest input, 
.sidepanel .mc_interest label,
.sidepanel .mc_interest input {
  margin-bottom: 0.4em;
}
footer #mc_signup_submit,
.sidepanel #mc_signup_submit {
  width: 100%;
              margin-top: 0em;
}
footer #mc_unsub_link a,
.sidepanel #mc_unsub_link a {
  font-size: 0.75em;
}
footer #mc_signup, 
.sidepanel #mc_signup {
  position:relative;top:-6px;
}
footer #mc_unsub_link, 
.sidepanel #mc_unsub_link {
  margin-top: 1.0em;
}
footer .mc_header_address,
footer .mc_email_format, 
.sidepanel .mc_header_address,
.sidepanel .mc_email_format {
  display: block;
  font-weight: bold;
  margin-top: 1.0em;
  margin-bottom: 0.5em;
}
footer .mc_email_options,
.sidepanel .mc_email_options {
  margin-top: 0.5em;
}
footer .mc_email_type,
.sidepanel .mc_email_type {
  padding-left: 4px;
}
footer .mc_merge_var,
.sidepanel .mc_merge_var {
  margin-bottom: 0;
 }

/*---------------preloader------------*/
.preloader_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 999999;
  background-color: #ffffff;
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
.preloader_overlay:before {
  height: 100%;
  content:'';
  width:0;
  background:red;
  vertical-align: middle;
  display:inline-block;
}

.mask-loading {
  background-color: rgba(255, 255, 255, .75);

}
.spinner {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #046eed;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.gt3_shop_promo_image p {
    width: 789px;
    height: 587px;
    position: absolute;
    right: 113px;
}

.gt3_shop_promo h2 {
    text-align: left;
    text-transform: none;
    letter-spacing: .3px;
    line-height: 48px;
    font-weight: 700;
    margin: 67px 0 35px 2px;
}

.gt3_shop_promo h2 i {
    font-weight: 400;
}

.gt3_shop_promo p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 37px;
}

.gt3_shop_promo a {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
}

.gt3_shop_promo a:focus {
    font-weight: 600;
}

.gt3_shop_promo a i {
    font-size: 17px;
    margin-right: 7px;
}



/*----------------------------------------------------*/
/*--------------------responsive----------------------*/

@media only screen and (max-width: 1199px) {
	.head_block {
  	padding: 17px 0 0px;
	}
	.gt3_header_type_31 .menu_mobile_toggler {
		margin-top: 0;
		top: -35px;
		right: 30px;
	}
  .head_block .col-xs-12.col-lg-2.text_align_center {
    text-align: left;
  }
  a.logo_link {
    margin-left: 15px;
  }
  .footer_sidebar_cont .footer_widget {
    width: 50% !important;
    margin-bottom: 25px;
  }
  header.sticky_on,
  header.with_slider,
  header.with_slider.sticky_on {
    position: static;
  }
  header.sticky_on .header_img,
  header.with_slider .header_img,
  header.with_slider.sticky_on .header_img {
    position: absolute;
  }
  .lang_selector {
    display: none;
  }
  header .menu li .sub-menu {
    left: 50%;
  }
  header .menu {
    margin-top: 0px;
  }

  .gt3_shop_promo_image p {
      right: 33px;
  }

  .fullwidth-cell-content .module_cont {
    width: 100%;
  }
  .module_google_map iframe {
    max-height: 350px;
  }
	
}
@media (max-width: 991px) {

  .fl-container.hasLS, .fl-container.hasRS, .fl-container {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .right-sidebar-block, .left-sidebar-block {
    margin-top: 60px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .posts-block.hasLS,.posts-block.hasRS {
    width: 100%;
    float: none;
  }
  .pagerblock {
    margin-left: 15px;
    margin-right: 15px;
  }
  .module_gallery .list-of-images.images_in_a_row_4 .gallery_item {
    width: 500%;
  }
  .item_list > li {
    width: 100%!important;
    margin-bottom: 30px;
  }
  .item_list > li:last-child {
    margin-bottom: 0;
  }
  .col-sm-3.module_counter {
    width: 50%;
  }

}

@media only screen and (max-width: 768px) {
  .footer_sidebar_cont .footer_widget {
    width: 100% !important;
    clear: both;
    margin-bottom: 25px;
  }
  .contentarea {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .previous-post.other-post,
  .next-post.other-post {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .next-post img {
    float: left;
    margin-right: 19px;
    margin-left: 0;
  }
  .next-post .link-to-post {
    float: left;
    width: 70px;
    margin-left: 0px;
    margin-right: 19px;
  }
  .previous-post.other-post:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
  }
  .items2.featured_posts .featured_item,
  .items3.featured_posts .featured_item,
  .items4.featured_posts .featured_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .featured_items {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .previous-post.other-post {
    margin-bottom: 30px;
  }
  .next-post.other-post a.post-link {
    padding-left: 15px;
  }
  .next-post.other-post a.post-link:hover {
    padding-left: 0px;
  }
  .next-post.other-post a.post-link:before {
    position: absolute;
    top: -1px;
    left: 0px;
    content: "\f104";
    display:inline-block;
    font-family: 'FontAwesome';
    font-weight:normal;
    font-size: 16px;
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
  }
  .next-post.other-post a:hover:before {
    opacity: 0;
    left: 0px;
  }
  .next-post h4.title {
    text-align: left;
  }
  .post-meta-info .tagcloud {
    display: block;
    margin-bottom: 20px;
  }
  .post-meta-info .share_blocks {
    float: left;
  }
  .block_likes {
    float: left;
  }
  .soc_block {
    left: 0;
  }
  .soc_block a, .soc_block a i,.soc_block a:focus, .soc_block a:focus i, .soc_block a:active, .soc_block a:active i {
    color: #fff!important;
  }
  .facebook,
  .twitter,
  .google-plus,
  .pinterest {
    left: 0;
  }
  .facebook {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .twitter {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .google-plus {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .pinterest {
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
  }
  .pinterest.rotate {
    left: 150px;
  }
  .google-plus.rotate {
    left: 100px;
  }
  .twitter.rotate {
    left: 50px;
  }
  .facebook.rotate {
    left: 0px;
  }
  .pagerblock li a.next_page {
    padding-right: 10px;
    color: transparent!important;
    width: 10px;
  }
  .pagerblock li a.prev_page {
    padding-left: 10px;
    color: transparent!important;
    width: 10px;
  }
  .pagerblock li a.prev_page:hover, .pagerblock li a.next_page:hover {
    color: transparent;
    width: 10px;
  }
  .module_content.sponsors_works li {
    width: 50%!important;
  }
  .module_line_trigger {
    background-image: none!important;
  }

  .gt3_shop_promo_image {
      width: 100%;
      padding-bottom: 0;
  }

  .gt3_shop_promo_image p {
      position: relative;
      right: 213px;
      margin-bottom: 0;
  }

  .gt3_shop_promo {
      width: 100%;
  }

  .gt3_shop_promo h2 {
      margin-top: 0;
      text-align: center;
  }
  .input-half-container {
    width: 100%;
  }
  .fullwidth-cell-content .fw_wrapinner .module_text_area{
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  .fullwidth-cell-content .fw_wrapinner .module_text_area br {
    display: none;
  }
  .module_gallery .list-of-images.images_in_a_row_2 .gallery_item,
  .module_gallery .list-of-images.images_in_a_row_3 .gallery_item,
  .module_gallery .list-of-images.images_in_a_row_4 .gallery_item {
    width: 100%;
  }
}

@media only screen and (max-width: 737px) {
  .slider_button {
      margin-top: 30px;
  }
}

@media only screen and (max-width: 569px) {
  .gt3_shop_promo_image p {
      right: 303px;
  }
  .col-sm-3.module_counter {
    width: 100%;
  }
}

@media only screen and (max-width: 415px) {
  .gt3_shop_promo_image p {
      width: 100%;
      height: auto;
      right: 70px;
  }

  .gt3_shop_promo h2 {
      margin-bottom: 15px;
  }
}

@media only screen and (max-width: 321px) {
  .gt3_shop_promo_image p {
      right: 55px;
  }
}
