
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,700");



/*-----------------------------------------------------------------------------------*/
/*  1.0 Global
/*-----------------------------------------------------------------------------------*/
body {
  overflow-x:hidden;
  position:relative;
  margin: 0;
  padding:0;
  line-height:1.7;
}

::-webkit-input-placeholder { opacity:1 !important;}
:-moz-placeholder {opacity:1 !important;}
::-moz-placeholder { opacity:1 !important;}
:-ms-input-placeholder { opacity:1 !important;}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
iframe {border: 0 none; border-radius: 0; font-size: 0; margin: 0; outline: medium none; padding: 0; vertical-align: top; width: 100%;}
a, input, select, textarea {vertical-align:top; outline:none !important; -webkit-appearance: none; -webkit-border-radius: 0;}
textarea {resize: noservice_itemne;}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] &gt; input[type="button"]::-moz-focus-inner {border: none;}

img {
  vertical-align:top;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
li{line-height: 1.9;}
p {margin-bottom: 20px;}
iframe, embed, img {
    max-width: 100%;
    border: none;
}
select {
  height:40px;
  padding:10px 20px 10px 10px;
  line-height:20px;
  font-size:12px;
  color:#666;
  border:1px solid #e3e3e3;
  box-shadow:3px 3px 3px rgba(0,0,0,0.05) inset;
}
a{
    color: #000;
    text-decoration: none;
    outline: 0;
    border-bottom:1px dotted #bdbdbd;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
    color: #999;
    text-decoration: none;
    outline: 0;
}

.row-fluid [class*="span"] {
  min-height:1px;
}

.clear {
  clear:both;
  height:0;
  font-size:0;
}
.right {text-align:right;}
.center {text-align:center;}


/* Preloader */
#loader {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
#loader .bar {
  position: fixed;
  top: 50%;
  left: 0;
  height: 3px;
  width: 0;
}



/* Extra Class */
.margbot0 {margin-bottom:0 !important;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px !important;}
.margbot20 {margin-bottom:20px !important;}
.margbot25 {margin-bottom:25px !important;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px !important;}
.margbot50 {margin-bottom:50px !important;}
.margbot60 {margin-bottom:60px !important;}
.margbot65 {margin-bottom:65px !important;}
.margbot70 {margin-bottom:70px !important;}
.margbot80 {margin-bottom:80px !important;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot15 {padding-bottom:15px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot45 {padding-bottom:45px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}

.padtop0 {padding-top:0 !important;}
.padtop30 {padding-top:30px !important;}




/*-----------------------------------------------------------------------------------*/
/*  2.0 Main
/*-----------------------------------------------------------------------------------*/
.page-wrap {
  overflow-x:hidden;
  position:relative;

  -webkit-transition: all 0.5s ease-in-out 0.4s;
      transition: all 0.5s ease-in-out 0.4s;
}

#main, #slider{
    position: relative;
    background: #FFF;
}
#main .container {
  padding-top:92px;
  padding-bottom:30px;
}




/* Typography */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    padding: 0;
  text-transform:none;
    font-weight: 300;
  line-height:1.4;
  color: #000;
  word-wrap:break-word;
}

.t3t-title-container .t3t-title {margin-bottom:30px; font-weight:400;}
.t3t-title-container .t3t-title.center {text-align:center;}
.t3t-title-container .t3t-title.left {text-align:left;}
.t3t-title-container .t3t-title.right {text-align:right;}

.full-width-content.light,
.full-width-content.light .t3t-title,
.full-width-content.light h1,
.full-width-content.light h2,
.full-width-content.light h3,
.full-width-content.light h4,
.full-width-content.light h5,
.full-width-content.light h6 {
  color:#fff !Important;
}

.single-post-content h1,
.single-portfolio h1 {
  font-weight:300;
  line-height:1.1;
}
.single-post-content h2,
.single-portfolio h2 {
  font-weight:300;
  line-height:1.2;
}
.single-post-content h3,
.single-portfolio h3{
  font-weight:300;
  line-height:1.3;
}
.single-post-content h4,
.single-post-content h5,
.single-post-content h6,
.single-portfolio h4,
.single-portfolio h5,
.single-portfolio h6 {
  font-weight:400;
  line-height:1.5;
}





/* Page Title */
#page-title {
  margin:0;
  padding:0;
  background-image:url("../../Images/bg.png");
  background-position:center center;
  background-repeat: repeat;
}
#page-single-title {
  padding-top:135px;
}
#page-title .container {
  padding-top: 230px;
  padding-bottom:0px;
}
#page-title h2 {
  float:left;
  width:91.3%;
  margin-bottom:0;
  padding-right:30px;
  padding-top:130px;
  text-transform:none;
  font-weight:200;
  line-height:98px;
  font-size:60px;
  color:#fff;
}
#page-title h2 span {
  display:inline-block;
  min-width:28px;
  opacity:0;

  -webkit-transform:translateX(-40px);
      transform:translateX(-40px);
}
#page-title.active h2 span {
  opacity:1;

  -webkit-transform:translateY(0px);
      transform:translateY(0px);
}
#page-title h2 span:nth-child(1) {
    -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
}
#page-title h2 span:nth-child(2) {
    -webkit-transition: all 0.2s ease-in-out 0.05s;
      transition: all 0.2s ease-in-out 0.05s;
}
#page-title h2 span:nth-child(3) {
    -webkit-transition: all 0.2s ease-in-out 0.1s;
      transition: all 0.2s ease-in-out 0.1s;
}
#page-title h2 span:nth-child(4) {
    -webkit-transition: all 0.2s ease-in-out 0.15s;
      transition: all 0.2s ease-in-out 0.15s;
}
#page-title h2 span:nth-child(5) {
    -webkit-transition: all 0.2s ease-in-out 0.2s;
      transition: all 0.2s ease-in-out 0.2s;
}
#page-title h2 span:nth-child(6) {
    -webkit-transition: all 0.2s ease-in-out 0.25s;
      transition: all 0.2s ease-in-out 0.25s;
}
#page-title h2 span:nth-child(7) {
    -webkit-transition: all 0.2s ease-in-out 0.3s;
      transition: all 0.2s ease-in-out 0.3s;
}
#page-title h2 span:nth-child(8) {
    -webkit-transition: all 0.2s ease-in-out 0.35s;
      transition: all 0.2s ease-in-out 0.35s;
}
#page-title h2 span:nth-child(9) {
    -webkit-transition: all 0.2s ease-in-out 0.4s;
      transition: all 0.2s ease-in-out 0.4s;
}
#page-title h2 span:nth-child(10) {
    -webkit-transition: all 0.2s ease-in-out 0.45s;
      transition: all 0.2s ease-in-out 0.45s;
}
#page-title h2 span:nth-child(11) {
    -webkit-transition: all 0.2s ease-in-out 0.5s;
      transition: all 0.2s ease-in-out 0.5s;
}
#page-title h2 span:nth-child(12) {
    -webkit-transition: all 0.2s ease-in-out 0.55s;
      transition: all 0.2s ease-in-out 0.55s;
}
#page-title h2 span:nth-child(13) {
    -webkit-transition: all 0.2s ease-in-out 0.6s;
      transition: all 0.2s ease-in-out 0.6s;
}
#page-title h2 span:nth-child(14) {
    -webkit-transition: all 0.2s ease-in-out 0.65s;
      transition: all 0.2s ease-in-out 0.65s;
}
#page-title h2 span:nth-child(15) {
    -webkit-transition: all 0.2s ease-in-out 0.7s;
      transition: all 0.2s ease-in-out 0.7s;
}
#page-title h2 span:nth-child(16) {
    -webkit-transition: all 0.2s ease-in-out 0.75s;
      transition: all 0.2s ease-in-out 0.75s;
}
#page-title h2 span:nth-child(17) {
    -webkit-transition: all 0.2s ease-in-out 0.8s;
      transition: all 0.2s ease-in-out 0.8s;
}
#page-title h2 span:nth-child(18) {
    -webkit-transition: all 0.2s ease-in-out 0.85s;
      transition: all 0.2s ease-in-out 0.85s;
}
#page-title h2 span:nth-child(19) {
    -webkit-transition: all 0.2s ease-in-out 0.9s;
      transition: all 0.2s ease-in-out 0.9s;
}
#page-title h2 span:nth-child(20) {
    -webkit-transition: all 0.2s ease-in-out 0.95s;
      transition: all 0.2s ease-in-out 0.95s;
}
#page-title h2 span:nth-child(21) {
    -webkit-transition: all 0.2s ease-in-out 1s;
      transition: all 0.2s ease-in-out 1s;
}
#page-title h2 span:nth-child(22) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(23) {
    -webkit-transition: all 0.2s ease-in-out 1.1s;
      transition: all 0.2s ease-in-out 1.1s;
}
#page-title h2 span:nth-child(24) {
    -webkit-transition: all 0.2s ease-in-out 1.15s;
      transition: all 0.2s ease-in-out 1.15s;
}
#page-title h2 span:nth-child(25) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(26) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(27) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(28) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(29) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(30) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(31) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(32) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(33) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(34) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(35) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(36) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(37) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(38) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(39) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h2 span:nth-child(40) {
    -webkit-transition: all 0.2s ease-in-out 1.05s;
      transition: all 0.2s ease-in-out 1.05s;
}
#page-title h3 {
  float:left;
  width:27%;
  padding-top:22px;
  text-transform:none;
  font-weight:400;
  line-height:36px;
  font-size:26px;
  color:#000;
}


.news .footer {
    clear: both;
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
    margin-top: 15px;
    color: #888;
}

.news .footer p {
    line-height: 1em;
}

.news .footer span {
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #ddd;
}

.news .footer span:last-child {
    border-right: 0;
}



/*-----------------------------------------------------------------------------------*/
/*  3.0 Header
/*-----------------------------------------------------------------------------------*/
header {
  position:absolute;
  z-index:9499;
  left:0;
  right:0;
  top:107px;
  padding:0;
}


/* logo */
.t3t-header-logo a {
  display:block;
  text-transform:uppercase;
  line-height:16px;
  font-size:22px;
  color:#000 !important;
}





/*-----------------------------------------------------------------------------------*/
/*  4.0 Main Sidebar
/*-----------------------------------------------------------------------------------*/
.main-sidebar {
  position:fixed;
  z-index:9500;
  top:0;
  bottom:0;
  right:-450px;
  padding:27px 40px 27px 125px;
  width:450px;
  background-color:#fff;
    z-index: 9999999999;
  -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
}
.main-sidebar.sidebar_open{width:50%;}
.sidebar_btn {
  position:absolute;
  left:-90px;
  top:20px;
  width:70px;
  height:70px;
  padding:23px 20px 17px;
  cursor:pointer;
  z-index: 99999999999;
  -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
}
.sidebar_open .sidebar_btn:hover {
  -webkit-transform:rotate(90deg);
      transform:rotate(90deg);
}
.sidebar_btn span {
  display:block;
  width:100%;
  height:4px;
  margin-bottom:6px;
  background-color:#000;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.sidebar_open .sidebar_btn span {
  background-color:#1c1c1c;
}
.sidebar_btn:hover span:nth-child(1) {
  -webkit-transform:translateY(-2px);
      transform:translateY(-2px);
}
.sidebar_btn:hover span:nth-child(3) {
  -webkit-transform:translateY(2px);
      transform:translateY(2px);
}
.sidebar_open .sidebar_btn span:first-child {
  -webkit-transform:rotate(45deg) translate(9px, 9px);
      transform:rotate(45deg) translate(9px, 9px);
}
.sidebar_open .sidebar_btn span:last-child {
  -webkit-transform:rotate(-45deg) translate(5px, -5px);
      transform:rotate(-45deg) translate(5px, -5px);
}
.sidebar_open .sidebar_btn span:nth-child(2) {
  opacity:0 !important;
}


body.sidebar_active .page-wrap {
  -webkit-transform: translate3d(-200px, 0, 0);
      transform: translate3d(-200px, 0, 0);
}
.page-wrap:before {
  content:'';
  visibility:hidden;
  position:absolute;
  z-index:9999;
  left:0;
  top:0;
  width:100%;
  height:100%;
  opacity:0;

  -webkit-transition: all 0.3s ease-in-out  0.4s;
      transition: all 0.3s ease-in-out  0.4s;
}
body.sidebar_active .page-wrap:before {
  visibility:visible;
  opacity:0.5;
}


/* Sidebar logo */
.t3t-sidebar-logo a {
  position:absolute;
  left:125px;
  top:47px;
  display:block;
  text-transform:uppercase;
  line-height:16px;
  font-size:22px;
  color:#fff !important;
}


/* Sidebar Menu */
#top_menu ul {
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
  background:#fff;
  border:0;
  outline: unset;
  -moz-outline: none;
}
#top_menu ul li {
  display:block;
  -webkit-transform:translateX(100%);
      transform:translateX(100%);

  -webkit-transition: all 0.5s ease-in-out 0.5s;
      transition: all 0.5s ease-in-out 0.5s;
}
.main-sidebar.sidebar_open #top_menu ul li {
  -webkit-transform:translateX(0%);
      transform:translateX(0%);

  -webkit-transition: all 0.3s ease-in-out 0.5s;
      transition: all 0.3s ease-in-out 0.5s;
}
.main-sidebar.sidebar_open #top_menu ul li:nth-child(2) {
    -webkit-transition: all 0.3s ease-in-out 0.55s;
      transition: all 0.3s ease-in-out 0.55s;
}
.main-sidebar.sidebar_open #top_menu ul li:nth-child(3) {
    -webkit-transition: all 0.3s ease-in-out 0.6s;
      transition: all 0.3s ease-in-out 0.6s;
}
.main-sidebar.sidebar_open #top_menu ul li:nth-child(4) {
    -webkit-transition: all 0.3s ease-in-out 0.65s;
      transition: all 0.3s ease-in-out 0.65s;
}
.main-sidebar.sidebar_open #top_menu ul li:nth-child(5) {
    -webkit-transition: all 0.3s ease-in-out 0.7s;
      transition: all 0.3s ease-in-out 0.7s;
}
.main-sidebar.sidebar_open #top_menu ul li:nth-child(6) {
   -webkit-transition: all 0.3s ease-in-out 0.75s;
      transition: all 0.3s ease-in-out 0.75s;
}
.main-sidebar.sidebar_open #top_menu ul li:nth-child(7) {
    -webkit-transition: all 0.3s ease-in-out 0.8s;
      transition: all 0.3s ease-in-out 0.8s;
}
.main-sidebar.sidebar_open #top_menu ul li:nth-child(8) {
    -webkit-transition: all 0.3s ease-in-out 0.85s;
      transition: all 0.3s ease-in-out 0.85s;
}

#top_menu ul li a {
  overflow:hidden;
  position:relative;
  display:block;
  margin:0;
  text-transform:uppercase;
  font-weight:300;
  line-height:120px;
  font-size:60px;
  color:#000;
}
#top_menu ul li a:before {
  content: attr(data-hover);
  position:absolute;
  left:0;
  top:100%;
  width:100%;

  -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}
#top_menu ul li a:hover:before,
#top_menu ul li.current_page_item a:before {
  top:0;
}
#top_menu ul li a span {
  display:block;

  -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}
#top_menu ul li a:hover span,
#top_menu ul li.current_page_item a span {
  -webkit-transform:translateY(-100%);
      transform:translateY(-100%);
}


/* sub menu */
#top_menu ul.sub-menu {
  padding-bottom:10px;
}
#top_menu ul.sub-menu li a {
  display:block;
  margin:0 0 10px;
  text-transform:uppercase;
  font-weight:800;
  line-height:20px;
  font-size:18px;
  color:#999;
}
#top_menu ul.sub-menu li a span {
  -webkit-transform:translateY(0) !important;
      transform:translateY(0) !important;
}
#top_menu ul.sub-menu li a:before {
  display:none;
}



/* Social Icons */
.t3t-social-icon a {
    overflow:hidden;
  display: inline-block;
    margin: 0 8px;
    padding: 0;
  width:24px;
  height:24px;
  text-align:left;
    line-height: 24px;
  font-size: 20px;
  color:#ccc;
}
.t3t-social-icon a.facebook:hover {color:#3b5998;}
.t3t-social-icon a.flickr:hover {color:#fd0070;}
.t3t-social-icon a.google-plus:hover {color:#f63e28;}
.t3t-social-icon a.twitter:hover {color:#58ccff;}
.t3t-social-icon a.instagram:hover {color:#685044;}
.t3t-social-icon a.pinterest:hover {color:#d73532;}
.t3t-social-icon a.skype:hover {color:#04b3ec;}
.t3t-social-icon a.vimeo-square:hover {color:#1ab7ea;}
.t3t-social-icon a.youtube:hover {color:#e02921;}
.t3t-social-icon a.dribbble:hover {color:#e4508a;}
.t3t-social-icon a.linkedin:hover {color:#0085ae;}
.t3t-social-icon a.rss:hover {color:#ff9900;}
.t3t-social-icon a:focus {color:#ccc;}
.t3t-social-icon a:hover {
  width:90px;
}
.t3t-social-icon a span {
  display:inline-block;
  vertical-align:top;
  margin-left:10px;
  line-height:24px;
  font-size:12px;
}
.main-sidebar .t3t-social-icon a span {
  color:#fff;
}

.main-sidebar .t3t-social-icon {
  position:absolute;
  left:49%;
  bottom:70px;
}
.main-sidebar .t3t-social-icon a {
  color:#333;
}
.main-sidebar .t3t-social-icon a:hover {
  color:#fff;
}


.main-sidebar .btn{
  position:absolute;
  left:50%;
  bottom:70px;
  margin-left:40px;
  font-weight:600;
  line-height:26px;
  font-size:16px;
  letter-spacing:1px;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
}




/*-----------------------------------------------------------------------------------*/
/*  5.0 Footer
/*-----------------------------------------------------------------------------------*/
footer .container {
  padding: 93px 0px 73px 0px;
}
footer .container p {
  padding-right:15px !important;
}

footer .container p a {
  position:relative !important;
  top:4px !important;
  color: #999999 !important;
}

/* Scroll Top */
#scrollTop {
  margin-top:-5px;
  text-transform:uppercase;
  text-align:center;
  font-weight:800;
  line-height:20px;
  font-size:13px;
  color:#ccc;
  cursor:pointer;

  -webkit-transform:rotate(-90deg) translateY(24px);
      transform:rotate(-90deg) translateY(24px);

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
#scrollTop:hover {color:#000;}
#scrollTop i {
  display:inline-block;
  vertical-align:middle;
  margin-left:15px;
  line-height:20px;
  font-size:24px;
  color:#d6d6d6;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
#scrollTop:hover i {
  -webkit-transform:translateX(5px);
      transform:translateX(5px);
}


/* Copyright */
p.copyright {font-size:12px;}
p.copyright a:hover {color:#000;}







/*-----------------------------------------------------------------------------------*/
/*  6.0 Blog Post
/*-----------------------------------------------------------------------------------*/
.posts-list {
  margin-top:-62px;
}
.posts-list article.post {
  padding:60px 0;
}

.type-post-wrap {
  position:relative;
}

.loop-image {
  position:absolute;
  left:0;
  top:0;

  -webkit-transform-origin:left center;
      transform-origin:left center;

  -webkit-transform:perspective(900px) scaleZ(1) rotateY(-90deg);
      transform:perspective(900px) scaleZ(1) rotateY(-90deg);

  -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
}
.posts-list article.post:hover .loop-image {
  -webkit-transform:rotateY(0deg);
      transform:rotateY(0deg);
}

.posts-list article.post .loop-block {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
      transition: all 0.4s ease-in-out 0.1s;
}
.posts-list article.post:hover .loop-block {
  padding-left:150px;
}

.loop-title {
  margin-bottom:14px;
  font-weight:400;
  line-height:50px;
  font-size:40px;
}

.entry-meta {
  padding-bottom:6px;
  color:#ccc;
}
.entry-meta .sep {
  display:inline-block;
  vertical-align:top;
  padding-left:13px;
  padding-right:10px;
}
.entry-meta .categories-links {
  display:inline-block;
  vertical-align:top;
}
.entry-meta .categories-links a {
  text-transform:uppercase;
  font-weight:800;
  color:#ccc;
}
.entry-meta .date {
  display:inline-block;
  vertical-align:top;
  color:#ccc;
}
.entry-meta .comment-count {
  color:#ccc;
}

.post-more-link {
  position:absolute;
  top:32px;
  right:0;
  height:24px;
  text-transform:uppercase;
  font-weight:800;
  line-height:24px;
  font-size:13px;
  color:#ccc;
  opacity:0;

  -webkit-transform:translateX(20px);
      transform:translateX(20px);
}
.post-more-link:hover {
  color:#000;
}
.posts-list article.post:hover .post-more-link {
  opacity:1;

  -webkit-transform:translateX(0px);
      transform:translateX(0px);
}
.post-more-link i {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
  line-height: 24px;
  font-size: 24px;
  color: #d6d6d6;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.post-more-link:hover i {
  -webkit-transform:translateX(5px);
      transform:translateX(5px);
}




/*-----------------------------------------------------------------------------------*/
/*  Single Blog Post
/*-----------------------------------------------------------------------------------*/
.post-single {
  padding-left:200px;
  padding-right:200px;
}

.type-post .single-title {
  margin:0 0 22px;
  text-align:center;
  line-height:108px;
  font-size:90px;
}

.post-single .entry-meta {
  margin-bottom:77px;
  text-align:center;
}

.single-post-content {
  padding-left:100px;
  padding-right:100px;
  padding-bottom:46px;
}

.single-post-content p {
  margin-bottom:26px;
  line-height:1.8;
}

/* Share Links */
.single-post-share {
  margin-bottom:56px;
  padding-top:25px;
  padding-bottom:15px;
  padding-left:100px;
  padding-right:100px;
  border-top:1px dashed #ccc;
  border-bottom:1px dashed #ccc;
}
.single-post-share p {
  display:inline-block;
  vertical-align:top;
  margin:0 55px 10px 0;
  text-transform:uppercase;
  font-weight:800;
  color:#000;
}
.single-post-share .t3t-social-icon {
  display:inline-block;
  vertical-align:top;
}



/* Pagination */
.pagination {
  margin:84px 0 89px;
}
.pagination .prev {float:left;}
.pagination .next {float:right;}
.pagination .prev a {padding-left:120px;}
.pagination .prev:hover a {padding-left:100px;}
.pagination .next a {padding-right:120px;}
.pagination .next:hover a {padding-right:100px;}
.pagination .prev a:before,
.pagination .next a:before {
  content:'';
  position:absolute;
  top:50%;
  width:100px;
  height:3px;
  margin-top:-2px;
  background-color:#ccc;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.pagination .prev a:before {
  left:0;
}
.pagination .next a:before {
  right:0;
}
.pagination .prev:hover a:before,
.pagination .next:hover a:before {
  width:80px;
}
.pagination a {
  position:relative;
  display:block;
  text-transform:uppercase;
  font-weight:800;
  font-size:15px;
  color: #999;
  letter-spacing:1px;
}
.pagination a:focus,
.pagination a:hover {
  color:#000;
}



/* Single post pagination */
.single-post-pagination {
  position:relative;
  margin-bottom:64px;
}
.single-post-pagination div a {
  position:relative;
  display:block;
  width:370px;
  text-transform:uppercase;
  font-weight:800;
  line-height:18px;
  font-size:12px;
  color:#999;
  letter-spacing:1px;
}
.single-post-pagination .pull-left a {
  padding-left:120px;
  text-align:left;
}
.single-post-pagination .pull-left:hover a {
  padding-left:100px;
}
.single-post-pagination .pull-right a {
  padding-right:120px;
  text-align:right;
}
.single-post-pagination .pull-right:hover a {
  padding-right:100px;
}
.single-post-pagination div a:hover {
  color:#000;
}
.single-post-pagination div a:before {
  content:'';
  position:absolute;
  top:50%;
  width:100px;
  height:3px;
  margin-top:-1px;
  background-color:#ccc;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.single-post-pagination .pull-left a:before {
  left:0;
}
.single-post-pagination .pull-right a:before {
  right:0;
}
.single-post-pagination div:hover a:before {
  width:80px;
}

.back-posts-list {
  position:absolute;
  left:50%;
  top:0;
  display:block;
  width:42px;
  height:42px;
  margin-left:-21px;
  text-align:center;
  line-height:42px;
  font-size:32px;
  color:#999;
}
.back-posts-list:hover {
  color:#000;
}



/* Infinite Scroll */
.t3t-infinite-scroll {
  padding-top:20px;
  padding-bottom:20px;
  text-align:center;
}
.t3t-infinite-scroll>.loading,
.t3t-infinite-scroll[data-has-next="false"]>.next,
.t3t-infinite-scroll[data-has-next="true"]>.no-more{
    display: none;
}
.t3t-infinite-scroll a {
    display:inline-block;
  height:48px;
  margin:0 auto;
  padding:12px 30px 12px 36px;
  text-transform:uppercase;
  text-align:center;
  font-weight:900;
  line-height:24px;
  font-size:15px;
  color:#fff;
  letter-spacing:2px;
  border-radius:5px;
}
.t3t-infinite-scroll a:hover,
.t3t-infinite-scroll a:focus {
  color:#fff;
  background-color:#333;
}
.t3t-infinite-scroll a i {
  display:inline-block;
  vertical-align:top;
  margin-left:15px;
  width:24px;
  height:24px;
  line-height:24px;
  color:#c04848;
}



/* Post Author Information */
.t3t-author{
    margin: 30px 0 35px;
    padding: 19px;
    border: 1px solid #eee;
}
.t3t-author .author-image{
    float: left;
    margin-right: 30px;
}
.t3t-author h3 {
    margin:0 0 3px;
  font-weight:700;
  font-size: 16px;
}
.t3t-author p {
    margin: 0;
}





/* Comment Form */
#comments h4 {
  margin-bottom:75px;
  padding-left:100px;
  padding-right:100px;
  font-weight:400;
}

.comment-list {
  margin-bottom:45px;
  padding-bottom:20px;
  padding-left:100px;
  padding-right:100px;
  border-bottom:1px dashed #ccc;
}
.comment-list .comment-block .comment-block {margin-left:30px;}
.comment-list .comment {
  margin-bottom:20px;
}
.comment-author-avatar-wrap {
  display:inline-block;
  vertical-align:top;
  width:70px;
  height:70px;
  margin-right:27px;
  margin-bottom:20px;
}
.comment-author-avatar-wrap img {
  -webkit-transform: translate(6px,6px);
      transform: translate(6px,6px);
}
.comment-author-description {
  position:relative;
  display:inline-block;
  vertical-align:top;
  width:200px;
  margin-bottom:20px;
  padding-right:30px;
  padding-top:19px;
}
.comment-author-description:before {
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:30px;
  height:3px;
  background-color:#ccc;
}
.comment-author-link {
  margin:0;
  text-transform:uppercase;
  font-weight:800;
  line-height:20px;
  font-size:12px;
}
.comment-date {
  display:block;
  line-height:18px;
  font-size:12px;
  color:#999;
}
.comment-reply-link {
  font-size:12px;
  color:#999;
  opacity:0;
}
.comment:hover .comment-reply-link {
  opacity:1;
}
.comment-text {
  display:inline-block;
  vertical-align:top;
  width:58%;
  font-size:13px;
}

.comment-respond {
  padding-left:100px;
  padding-right:100px;
}
#reply-title {
  margin:0 0 10px;
  font-weight:400;
  font-size:26px;
}
#commentform .logged-in-as {
  font-size:12px;
  color:#999;
}


/* Comment Form */
#commentform {
  margin:0;
  padding-bottom:120px;
  padding-top:75px;
}
#commentform input,
#commentform textarea {
  width:100%;
  margin:0 0 96px;
  padding:0 0 34px;
  line-height:29px;
  font-size:26px;
  border-bottom-width:3px;
}
#commentform textarea {
  height:225px;
  resize:none;
}
#commentform .form-submit {
  margin:0;
  text-align:center;
}
#commentform #submit {
  display:inline-block;
  vertical-align:top;
  width:auto;
  margin:0;
  padding:19px 40px 18px;
  text-transform:uppercase;
  font-weight:800;
  line-height:26px;
  font-size:20px;
  color:#fff;
  letter-spacing:1px;
}
#commentform #submit:hover {
  background-color:#000;
}






/*-----------------------------------------------------------------------------------*/
/*  7.0 Page Builder Elements
/*-----------------------------------------------------------------------------------*/


/* Twitter */
.twitterwidget li {
  position:relative;
  margin-bottom:10px;
  padding-left:30px;
}
.twitterwidget li i.fa {
  position:absolute;
  left:6px;
  top:4px;
  font-size:16px;
  color:#333;
}
.twitterwidget li p {
  display:block;
  line-height:20px;
  font-size:12px;
}
.last-tweets li .twitter_time {
  display:inline-block;
  line-height:20px;
  font-size:11px;
  color:#999;
}



/* Contact Form 7 */
form.t3t-form input,
form.t3t-form textarea,
form.t3t-form select {
  display:block;
  width:100%;
  height:90px;
  margin-bottom:65px;
  padding:30px 30px 30px 100px;
  line-height:36px;
  font-size:26px;
  color:#999;
  border:0;
  border-bottom:3px solid #ccc;
  border-radius:0;
  box-shadow:none !important;
  background:none;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
form.t3t-form input:focus,
form.t3t-form textarea:focus {
  box-shadow:none;
  color:#000;
}
form.t3t-form textarea {
  height:255px;
  margin-bottom:30px;
  padding:27px 30px 27px 100px;
  resize:none;
}
form.t3t-form input[type="submit"] {
  float:right;
  display:block;
  width:auto;
  height:auto;
  margin-top:26px;
  margin-bottom:0;
  padding:22px 40px;
  text-transform:uppercase;
  font-weight:800;
  line-height:20px;
  font-size:20px;
  color:#fff;
  letter-spacing:1px;
  border:none;
  border-radius:0;
}
form.t3t-form input[type="submit"]:hover {background:#000;}
form.t3t-form input[type="submit"]:focus {background:#1c1c1c;}

form.t3t-form .ajax-loader {display:none;}

form.t3t-form span {
  position:relative;
}
form.t3t-form span.focusin:before {
  color:#000;
}
form span.your-name {
  display:inline-block;
  vertical-align:top;
  width:50%;
  padding-right:15px;
}
form span.your-name:before {
  content:"\f1c1";
  position:absolute;
  left:11px;
  top:16px;
  width:50px;
  height:50px;
  font-family:"Ionicons";
  text-align:center;
  line-height:50px;
  font-size:64px;
  color:#999;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
form span.your-email {
  display:inline-block;
  vertical-align:top;
  width:50%;
  padding-left:15px;
}
form span.your-email:before {
  content:"\f186";
  position:absolute;
  left:26px;
  top:16px;
  width:50px;
  height:50px;
  font-family:"Ionicons";
  text-align:center;
  line-height:50px;
  font-size:64px;
  color:#999;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
form span.your-message {
  display:block;
  width:100%;
}
form span.your-message:before {
  content:"\f168";
  position:absolute;
  left:11px;
  top:16px;
  width:50px;
  height:50px;
  font-family:"Ionicons";
  text-align:center;
  line-height:50px;
  font-size:64px;
  color:#999;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
form span.captcha-40 {
  position:relative;
  display:inline-block;
  vertical-align:top;
  width:50%;
  margin-right:60px;
}
form span.captcha-40:before {
  content:"\f1a7";
  position:absolute;
  left:11px;
  top:16px;
  width:50px;
  height:50px;
  font-family:"Ionicons";
  text-align:center;
  line-height:50px;
  font-size:64px;
  color:#999;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.wpcf7-captchac {
  display:inline-block;
  padding-top:30px;
}

/* Validation */
.wpcf7-validation-errors {
  display:none !important;
}
form.t3t-form span.wpcf7-not-valid-tip {
  position:absolute;
  left:0;
  bottom:30px;
  line-height:17px;
  font-size:11px;
}
form.t3t-form span.your-email span.wpcf7-not-valid-tip {
  left:15px;
}


/* Promo Text */
.promo_text {
  position:relative;
  padding:33px 37px 37px 120px;
  text-align:center;
  border-width:3px;
  border-style:solid;
}
.black_style .promo_text {
  border:none;
  background-color:#000;
}
.t3t-promo-text.with-button a.btn {
  float:right;
  margin-top:4px;
}
.t3t-promo-text.white_style .btn:hover {
  background:#000;
}
.t3t-promo-text.black_style .btn:hover {
  color:#000;
  background:#fff;
}
.with-button {text-align:left;}
.with-button .promo_text {text-align:left;}
.with-button .promo-text-content {
  float:left;
  width:70%;
  text-align:left;
}
.promo-text-content i.ion {
  position:absolute;
  left:32px;
  top:40px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:60px;
  font-size:60px;
  color:#fff;
}
.promo-text-content h3 {
  margin-bottom:6px;
  text-transform:none;
  font-weight:300;
  line-height:46px;
  font-size:50px;
}
.black_style .promo-text-content h3 {
  color:#fff;
}
.promo-text-content p {
  margin:0;
  line-height:24px;
  font-size:14px;
}
.black_style .promo-text-content p {
  color:#fff;
}



/* Service Box */
.t3t-service-box {
  position:relative;
  padding-left:80px;
  padding-top:7px;
}
.t3t-service-icon {
  position:absolute;
  left:0;
  top:0;
  width:60px;
  height:60px;
}
.t3t-service-icon i {
  display:block;
  font-weight:300;
  line-height:60px;
  font-size:54px;
}
.t3t-service-content h3 {
  margin-bottom:2px;
  text-transform:uppercase;
  font-weight:800;
  line-height:22px;
  font-size:18px;
}
.t3t-service-content p {
  margin:0;
  line-height:22px;
  color:#000;
}



/* Accordion */
.accordion-group {
  position:relative;
  margin:0;
  border:0;
  border-radius:0;
}
.accordion-heading .accordion-toggle {
  position:relative;
  padding:14px 20px 17px 40px;
  line-height:36px;
  font-size:26px;
  color:#999;
  border-top:3px solid #ccc;
}
.accordion-heading .accordion-toggle:hover {color:#1c1c1c;}
.accordion-heading .accordion-toggle.active {color:#000;}
.accordion-group:last-child .accordion-heading .accordion-toggle {
  border-bottom:3px solid #ccc;
}
.accordion-group:last-child .accordion-heading .accordion-toggle.active {
  border-bottom:0;
}
.accordion-heading .accordion-toggle:before {
    content: '';
  position:absolute;
  left:0;
  top:50%;
    width:20px;
  height:3px;
  margin-top:-2px;
  background-color:#ccc;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.accordion-heading .accordion-toggle.active:before {
  left:8px;
  top:50%;
  width:3px;
  height:20px;
  margin-top:-10px;
}
.collapse {position:static;}
.accordion-body.in:before {
  content:'';
  position:absolute;
  z-index:100;
  left:0;
  right:0;
  bottom:-3px;
  height:3px;
}
.accordion-inner {
  padding:6px 35px 0 19px;
  border:0;
}




/* Tabs */
.nav-tabs {
  margin-bottom:0;
  border:0;
}
.nav-tabs li {
  margin:0 -3px -3px 0;
}
.nav-tabs li a {
  position:relative;
  z-index:1;
  display:block;
  margin:0;
  padding:14px 40px 17px;
  line-height:36px;
  font-size:26px;
  color:#999;
  border:3px solid #ccc;
  border-radius:0;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus {
  color:#1c1c1c;
  border:3px solid #ccc;
  background:none;
}
.nav-tabs .active a,
.nav-tabs .active a:hover,
.nav-tabs .active a:focus {
  z-index:3;
  color:#000;
  border-width:3px;
}
.nav-tabs .active a:before {
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:-3px;
  height:3px;
  background-color:#fff;
}

.tab-content {
  position:relative;
  z-index:2;
  padding:23px 30px 20px;
  border-width:3px;
  border-style:solid;
}



/* Twitter */
.t3t-twitter li {
  position:relative;
  padding:0 0 30px 40px;
}
.t3t-twitter li:last-child {
  padding-bottom:0;
}
.t3t-twitter li i {
  position:absolute;
  left:0;
  top:-8px;
  font-size:20px;
}
.t3t-twitter li p {
  margin:0 0 3px;
  line-height:20px;
}
.t3t-twitter li p a:hover {
  color:#000;
}
.t3t-twitter li .twitter_time {
  font-size:11px;
  color:#999;
}

/* Twitter Carousel */
.t3t-twitter.carousel {
  text-align:center;
}
.t3t-twitter.carousel li {
  padding:0 0 20px;
}
.t3t-twitter.carousel li i {
  position:static;
  display:block;
  margin:0 auto 20px;
  width:40px;
  height:40px;
  line-height:40px;
  font-size:36px;
}
.full-width-content.light .t3t-twitter.carousel li i {
  color:#fff;
}
.t3t-twitter.carousel li p {
  margin-bottom:20px;
  line-height:30px;
  font-size:25px;
}
.t3t-twitter.carousel li .twitter_time {
  font-size:13px;
}
.t3t-twitter.carousel li p a:hover {
  color:#000;
}


/* Carousel Elements */
.caroufredsel_wrapper{margin: 0 !important;}
.list_carousel {
    position: relative;
    margin: 0 -15px !important;
}
.list_carousel li {
    width: 270px;
    height: auto;
    padding: 0;
    margin: 0 15px;
    display: block;
    float: left;
    position: relative;
}
ul.t3t-carousel {margin-left: 0;}
.carousel-arrow{top:-12px;}
.list_carousel .carousel-arrow {
    position: absolute;
    right: 0;
    top: -92px;
  width:100%;
  height:0;
}
.list_carousel .carousel-arrow.center {text-align:center;}
.list_carousel .carousel-arrow.left {text-align:left;}
.list_carousel .carousel-arrow.left a.carousel-prev {margin:0 5px 0 0 !important;}
.list_carousel .carousel-arrow.left a.carousel-next {margin:0 !important;}
.list_carousel .carousel-arrow.right {text-align:right;}
.list_carousel .carousel-arrow.right a.carousel-prev {margin:0 !important;}
.list_carousel .carousel-arrow.right a.carousel-next {margin:0 0 0 5px !important;}
.list_carousel a.carousel-prev,
.list_carousel a.carousel-next {
    position:relative;
  z-index:10;
  display: inline-block !important;
    width: 36px;
    height: 26px;
  background-position:0 0;
    background-repeat:no-repeat;
  background-size:100% auto;
  -webkit-background-size:100% auto;
  transition: none;
  -webkit-transition: none;
}
.list_carousel a.carousel-prev {background-image:url("assets/img/arrow-l.png.html");}
.list_carousel a.carousel-next {background-image:url("assets/img/arrow-r.png.html");}
.list_carousel a.carousel-prev:hover,
.list_carousel a.carousel-next:hover{
  background-position:0 -26px;
}



/* Message Box */
.message-box {
  margin-bottom:20px;
  padding:14px 20px 17px;
  line-height:20px;
  font-size:14px;
  color:#000;
  background:none;
}
.message-box p {
  margin:0;
  line-height:36px;
  font-size:26px;
}
.message-box.alert-warning {border:3px solid #ffcc33;}
.message-box.alert-info {border:3px solid #3399ff;}
.message-box.alert-success {border:3px solid #66cc00;}
.message-box.alert-error {border:3px solid #cc0033;}



/* Partners */
.partner-item {
  float:left;
}
.partner-item a {
  position:relative;
  display:block;
  padding:0 15px 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.partner-item a img {
  opacity:0.5;
  filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);

  -webkit-transition:all 0.3s ease-in-out;
      transition:all 0.3s ease-in-out;
}
.partner-item a:hover img {
  opacity:1;
  -webkit-filter:grayscale(0%);
  filter:none;
}



/* Progress Bar */

  /*line*/
.progress-items.line .skill-bar {
  position: relative;
  z-index:10;
  display:block;
  margin-right:95px;
  margin-bottom: 35px;
  height:3px;
  background-color:#ccc;
}
.progress-items.line .skill-bar:before {
  content: attr(data-percent);
  position:absolute;
  right:-95px;
  top:-32px;
  font-weight:300;
  line-height:40px;
  font-size:40px;
}
.progress-items.line .skill_item span {
  display:block;
  margin-bottom:11px;
  text-transform:uppercase;
  font-weight:800;
  line-height:20px;
  font-size:14px;
  color:#000;
}
.progress-items.line .progress-complete {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  display: block;
  height:100%;
}

  /*circle*/
.progress-items.circle {
  float:left;
  width:33.33%;
  padding:0 15px 30px 15px;
  text-align:center;
}
.progress-items.circle .skill-bar {
  overflow:hidden;
  position:relative;
  z-index:10;
  display:inline-block;
  vertical-align:top;
  width:140px;
  height:140px;
  margin-bottom:24px;
  border-radius:50%;
}
.progress-items.circle .skill-bar:before {
  content: attr(data-percent);
  position:absolute;
  left:0;
  top:0;
  width:140px;
  height:140px;
  font-weight:300;
  line-height:140px;
  font-size:40px;
}
.progress-items.circle .progress-complete {
  position:absolute;
  z-index:1;
  left:0;
  bottom:0;
  width:100%;
  opacity:0.1;
}
.progress-items.circle span {
  position:relative;
  display:block;
  padding-bottom:27px;
  text-transform:uppercase;
  font-weight:800;
  line-height:26px;
  font-size:20px;
  color:#000;
  letter-spacing:1px;
}
.progress-items.circle span:before {
  content:'';
  position:absolute;
  left:50%;
  bottom:0;
  width:30px;
  height:3px;
  margin-left:-15px;
  background-color:#ccc;
}




/* Button */
.btn {
  display:inline-block;
  vertical-align:top;
  margin-bottom:5px;
  padding:19px 40px 18px;
  text-transform:uppercase;
  font-weight:800;
    line-height:26px;
  font-size: 20px;
  color:#fff;
  text-shadow:none;
  letter-spacing:1px;
  text-shadow:none;
  border-radius:0;
  border:none;
  box-shadow:none;
  background: #000;
}
.btn:hover,
.btn:focus{
  color: #fff;
}
.btn.btn-bordered {
  color:#000;
  background:none;
}
.btn.btn-active:hover,
.btn.btn-active:focus {
  background-color:#000;
}
.btn i.ion {
  display:inline-block;
  vertical-align:top;
  margin-right:14px;
  width:26px;
  height:26px;
  font-weight:normal;
  text-align:center;
  line-height:26px;
  font-size:26px;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.btn.btn-bordered:hover i.ion {
  color:#fff;
}
.btn.btn-medium.btn_notext {
  padding:0;
  width:40px;
  height:40px;
}
.btn.btn-medium.btn_notext i {
  margin:0;
  width:40px;
  height:40px;
  line-height:40px;
  font-size:17px;
}



/* Input */
input[type="submit"] {
  display:inline-block;
  vertical-align:top;
  margin-bottom:5px;
  padding:8px 25px;
  text-transform:uppercase;
  font-weight:900;
    line-height:24px;
  font-size: 13px;
  color:#fff;
  text-shadow:none;
  border-radius:0;
  border:none;
  box-shadow:none;
  background: #141414;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.btn:hover {
  color: #fff;
    background:#333;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height:auto;
  font-size:16px;
  color:#999;
  border:0;
  border-bottom:1px solid #ccc;
  border-radius:0;
  box-shadow:none;
  background:#none;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  color:#000;
  box-shadow:none;
}


/* Dropcaps */
.t3t-dropcap {
    float: left;
    text-transform: uppercase;
    font-weight:400;
  line-height:46px;
  font-size: 50px;
    margin-right: 14px;
}



/* Testimonials */
.t3t-testimonials.flexslider {
  position:relative;
}
.t3t-testimonials ul {
  margin:0;
  list-style:none;
}
.testimonials-content {
  position:relative;
  margin-left:70px;
  padding:61px 125px 61px 145px;
}
.testimonials-avatar {
  position:absolute;
  left:-73px;
  top:57px;
  width:164px;
  height:164px;

  -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}
.testimonials-content:hover .testimonials-avatar {
  left:-65px;
  top:65px;
}
.testimonials-avatar a {
  position:absolute;
  left:16px;
  top:16px;
  display:block;

  -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}
.testimonials-content:hover .testimonials-avatar a {
  left:0;
  top:0;
}
.flexslider .slides .testimonials-avatar a img {
  width:auto;
  max-width:none;
}
.testimonial-content-wrap h4 {
  margin-bottom:8px;
  font-weight:300;
  line-height:48px;
  font-size:50px;
}
.testimonials-position {
  display:inline-block;
  vertical-align:top;
  padding-right:5px;
  padding-bottom:18px;
  text-transform:uppercase;
  font-weight:800;
  line-height:20px;
  font-size:13px;
  color:#ccc;
}
.testimonials-date {
  display:inline-block;
  vertical-align:top;
  padding-bottom:18px;
  text-transform:uppercase;
  line-height:20px;
  font-size:13px;
  color:#ccc;
}
.testimonial-text {
  line-height:34px;
  font-size:24px;
  color:#000;
}



/* Element Counter */
.t3t-counter-wrap .timer {
  display:inline-block;
  vertical-align:top;
  padding-right:25px;
}
.t3t-counter-wrap .timer span {
  display:block;
  font-weight:300;
  line-height:60px;
  font-size:90px;
}
.t3t-counter-wrap h5 {
  position:relative;
  display:inline-block;
  width:130px;
  margin:0;
  padding-top:20px;
  text-transform:uppercase;
  font-weight:800;
  line-height:26px;
  font-size:20px;
  letter-spacing:1px;
}
.t3t-counter-wrap h5:before {
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:30px;
  height:3px;
  background-color:#ccc;
}




/* Element Image */
.t3t-image-wrap {
  text-align:center;
}
.t3t-image-wrap img {
  margin-bottom:-20px;
}



/* Element Team */
.t3t-our-team {
  margin-left:-15px;
  margin-right:-15px;
}
.team-member-wrap {
  float:left;
  padding-left:15px;
  padding-right:15px;
}
.t3t-our-team.member1 .team-member-wrap {width:100%; float:none;}
.t3t-our-team.member2 .team-member-wrap {width:50%;}
.t3t-our-team.member3 .team-member-wrap {width:33.33%;}
.t3t-our-team.member4 .team-member-wrap {width:25%;}
.t3t-our-team.member5 .team-member-wrap {width:20%;}
.t3t-our-team.member6 .team-member-wrap {width:16.66%;}
.team-member-img-wrap {
  position:relative;
  display:inline-block;
  vertical-align:top;
  width:194px;
  height:194px;
  margin-right:40px;
  margin-bottom:30px;

  -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}
.team-member:hover .team-member-img-wrap {
  -webkit-transform:translate(8px, 8px);
      transform:translate(8px, 8px);
}
.team-member-img-wrap img {
  position:absolute;
  left:16px;
  top:16px;

  -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}
.team-member:hover .team-member-img-wrap img {
  left:0;
  top:0;
}
.member-description-wrap {
  display:inline-block;
  vertical-align:top;
  width:195px;
  padding-top:30px;
}
.member-description-wrap h2 {
  position:relative;
  margin-bottom:2px;
  padding-right:60px;
  text-transform:uppercase;
  font-weight:800;
  line-height:26px;
  font-size:20px;

  -webkit-transform:translateY(20px);
      transform:translateY(20px);

  -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}
.team-member:hover .member-description-wrap h2 {
  -webkit-transform:translateY(0px);
      transform:translateY(0px);
}
.member-description-wrap p {
  position:relative;
  margin-bottom:22px;
  padding-bottom:27px;
  text-transform:uppercase;
  font-weight:800;
  line-height:20px;
  opacity:0;

  -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}
.team-member:hover .member-description-wrap p {
  opacity:1;
}
.member-description-wrap p:before {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:30px;
  height:3px;
  background-color:#ccc;
}
.team-member .t3t-social-icon a {
  margin:0 10px 0 0;
}



/* Gallery */
.gallery-columns .gallery-item-wrap {
  float:left;
}
.gallery-columns .gallery-item {
  overflow:hidden;
  position:relative;
}
.gallery-columns .gallery-item a {
  position:relative;
  display:block;
}

.gallery-columns .gallery-item a:before {
    content:"\f1d9";
    position: absolute;
  z-index: 2;
    right: -46px;
    bottom: 0;
  width:46px;
  height:46px;
    font-family:"Ionicons";
  text-align:center;
  font-weight:800;
  line-height:46px;
  font-size:30px;
  color:#fff;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.gallery-columns .gallery-item:hover a:before {
  right:0;
}
.gallery-columns .gallery-item img {
  width:100%;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.gallery-columns:hover .gallery-item img {
  opacity:0.25;
}
.gallery-columns .gallery-item:hover img {
  opacity:1;
}
.gallery-columns.two_cols .gallery-item-wrap {width:50%;}
.gallery-columns.three_cols .gallery-item-wrap {width:33.3334%;}
.gallery-columns.four_cols .gallery-item-wrap {width:24.99%;}
.gallery-columns.five_cols .gallery-item-wrap {width:20%;}



/* Blockquote */
blockquote{
    position: relative;
  margin:0 0 34px;
  padding: 16px 0 0 60px;
  border:0;
}
blockquote:before {
  content:'';
  position:absolute;
  left:0;
  top:32px;
  width:30px;
  height:3px;
}
blockquote p {
    margin:0;
  padding:0;
  font-style:normal;
  font-weight:400;
  font-size:18px;
}
blockquote b {
  display:block;
  padding-top:20px;
  text-transform:uppercase;
  font-weight:800;
  font-size:13px;
  color:#ccc;
}

.t3t-blockquote-wrap {
  position:relative;
  margin:0 0 40px;
  padding: 36px 75px 36px 36px;
    border:0;
}
.t3t-blockquote-wrap.gray {background-color:#f4f4f4;}
.t3t-blockquote-wrap.black {background-color:#1c1c1c;}
.t3t-blockquote-wrap:before {
  content:'';
  position:absolute;
  left:40px;
  top:-20px;
  width:0;
  height:0;
    border-bottom: 20px solid #f4f4f4;
    border-right: 20px solid transparent;
}
.t3t-blockquote-wrap.black:before {
    border-bottom: 20px solid #1c1c1c;
}
.t3t-blockquote-wrap p {
  padding: 0;
  margin:0;
  font-style: italic;
  line-height: 36px;
  font-size: 26px;
}
.t3t-blockquote-wrap.gray p {color:#000;}
.t3t-blockquote-wrap.black p {color:#fff;}
.blockquote-author {
  position:relative;
  padding-left:120px;
  padding-bottom:15px;
  text-transform:uppercase;
  color:#ccc;
}
.black .blockquote-author {
  color:#666;
}
.blockquote-author:before {
  content:'';
  position:absolute;
  left:0;
  top:12px;
  left:0;
  width:100px;
  height:3px;
}
.blockquote-author span {
  display:inline-block;
  font-weight:800;
}



/* List */
ul.t3t-list{
    list-style: none;
}
ul.t3t-list li i{
    margin-left: -15px;
    margin-right: 5px;
}





/*-----------------------------------------------------------------------------------*/
/*  8.0 Portfolio
/*-----------------------------------------------------------------------------------*/


/* Portfolio Filter */
.t3t-filter ul li{
  display:inline-block;
  padding-left: 0;
    padding-right: 0;
  padding-bottom:10px;
}
.t3t-filter ul li a{
  display:block;
  padding:7px 13px;
  font-weight:600;
  line-height:20px;
  font-size:18px;
  color: #333;
  border-radius:5px;
}
.t3t-filter ul li a:hover {
  color:#f07241;
}
.t3t-filter ul li a.selected{
    color: #fff;
    background-color:#f07241;
}



/* Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


.hidden{
    display: none;
}



/* Portfolio Works list */
article.type-portfolio {
  margin-left:30px;
  margin-bottom:30px;

  -webkit-transition: opacity 0.3s ease-in-out !important;
      transition: opacity 0.3s ease-in-out !important;
}
.t3t-portfolio .isotope-container:hover article.type-portfolio {
  opacity:0.25;
}
.t3t-portfolio .isotope-container article.type-portfolio:hover {
  opacity:1;
}

.loop-portfolio-item {
  position:relative;
}
.loop-portfolio-descr {
  position:absolute;
  left:0;
  top:0;
}
.loop-portfolio-item .portfolio-category {
  position:relative;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.loop-portfolio-item:hover .portfolio-category {
  padding-left:30px;
}
.loop-portfolio-item .portfolio-category a {
  text-transform:uppercase;
  font-weight:800;
  color:#ccc;
}
.loop-portfolio-item .portfolio-category:before {
  content:'';
  position:absolute;
  left:0;
  top:8px;
  width:0;
  height:3px;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.loop-portfolio-item:hover .portfolio-category:before {
  width:20px;
}
.loop-portfolio-item .portfolio-title {
  font-size:13px;
  color:#ccc;
}
.loop-portfolio-item:hover .portfolio-title {
  color:#000;
}


/* Portfolio effect FadeIn */
.animated {
  -webkit-animation-duration: 1s;
      animation-duration: 1s;

  -webkit-animation-fill-mode: both;
      animation-fill-mode: both;

  opacity:0;
}

@-webkit-keyframes fadeInUp {
  0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
  0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInUp {
  opacity:1;

  -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp;
}



/* Single Portfolio */
article.type-portfolio.single-portfolio {
  margin-left:0;
}

.type-portfolio .single-title {
  margin-bottom:40px;
  font-weight:300;
  line-height:100px;
  font-size:120px;
}
.single-portfolio-meta {
  padding-bottom:36px;
  color:#ccc;
}
.single-portfolio-meta .categories-links a {
  text-transform:uppercase;
  font-weight:800;
  color:#ccc;
}
.single-portfolio-meta .sep {
  display:inline-block;
  vertical-align:top;
  padding:0 12px;
}


/* Share button */
.single-portfolio .single-post-pagination .back-posts-list {
  margin-left:-51px;
}
.single-post-pagination .single-portfolio-share {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 42px;
  height: 42px;
  margin-left: 20px;
  text-align: center;
    line-height: 42px;
    font-size: 32px;
    color: #999;
  cursor:pointer;
}
.single-post-pagination .single-portfolio-share i {
  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.single-post-pagination .single-portfolio-share:hover i.ion-android-share {
  color:#000;
}
.single-post-pagination .single-portfolio-share-popup {
  visibility:hidden;
  position:absolute;
  left:0;
  top:-40px;
  width:200px;
  height:40px;
  margin-left:-80px;
  text-align:center;
  opacity:0;
  background-color:#f4f4f4;

  -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}
.single-post-pagination .single-portfolio-share:hover .single-portfolio-share-popup {
  visibility:visible;
  top:-60px;
  opacity:1;
}
.single-post-pagination .single-portfolio-share-popup a {
  display:inline-block;
  width:32px;
  height:32px;
  margin:4px 2px 4px 5px;
  line-height:32px;
  font-size:20px;
  color:#ccc;
}
.single-post-pagination .single-portfolio-share-popup a:hover {
  color:#000;
}
.single-post-pagination .single-portfolio-share-popup a:before {
  display:none;
}
.single-post-pagination .single-portfolio-share-popup:before {
  content:'';
  position:absolute;
  left:50%;
  bottom:-10px;
  width: 0;
    height: 0;
  margin-left:-10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f4f4f4;
}





/*-----------------------------------------------------------------------------------*/
/*  9.0 Contacts Page
/*-----------------------------------------------------------------------------------*/
h1.contact_phone {
  font-weight:300;
  font-size:90px;
}





/*-----------------------------------------------------------------------------------*/
/*  10.0 Page 404
/*-----------------------------------------------------------------------------------*/
body.error404 #page-title h2 {
  float:none;
  width:100%;
}
#error404-container h2 {
  margin-bottom:16px;
  text-transform:uppercase;
  line-height:94px;
  font-size:120px;
}
.t3t-404-error {
  padding-bottom:26px;
  line-height:32px;
  font-size:30px;
}
#error404-container form.search_form {
  position:relative;
  width:430px;
  height:40px;
  margin:0 0 86px;
}
#error404-container input[type="text"] {
  height:40px;
  width:100%;
  padding-left:10px;
  padding-right:50px;
  line-height:40px;
  font-size:16px;
  color:#999;
  border-bottom-width:2px;
}
#error404-container input[type="submit"] {
  overflow:hidden;
  position:absolute;
  z-index:3;
  top:0;
  right:0;
  width:40px;
  height:40px;
  padding:0;
  margin:0;
  text-indent:-999px;
  background:none;
}
#error404-container form i {
  position:absolute;
  z-index:2;
  top:0;
  right:0;
  width:40px;
  height:40px;
  line-height:40px;
  font-size:16px;
  text-align:center;
  color:#000;
}




/*-----------------------------------------------------------------------------------*/
/*  11.0 Search Results
/*-----------------------------------------------------------------------------------*/
body.search-results #page-title h2 {
  float:none;
  width:100%;
}

body.search-results #main article {
  padding-bottom:50px;
}




/*-----------------------------------------------------------------------------------*/
/*  12.0 Category Page
/*-----------------------------------------------------------------------------------*/
body.category #page-title h2,
body.archive #page-title h2 {
  float:none;
  width:100%;
}

/**
 * Required classes.
 */
.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter {}


/* set the css for the container */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:99999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}.cc-link,.cc-link:hover{border-bottom:none; padding:0}
