﻿
/* =================================================================== */
/* Import Section
====================================================================== */
@import url("base.css");
@import url("responsive.css");


/* ==================================================================
Preloader
================================================================== */

#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #ffffff; z-index: 999; }
#loading-animation { width: 200px; height: 200px; position: absolute; left: 50%;  top: 50%;  background-image: url(../images/loader.gif);  background-repeat: no-repeat; background-position: center;  margin: -100px 0 0 -100px; }


/* =================================================================== */
/* Top
====================================================================== */
.top-bar { padding: 5px 0; background:#363f48; min-height: 30px;   }
	 .site-call-phone { position: absolute; top: 2px; left:10px;  }
     .site-call-email { position: absolute; top: 2px; left:200px; }
     
     .site-call-phone a,.site-call-email a{ margin-right:20px; color:#d4deed; }
     .site-call-phone i, .site-call-email i{ margin-right:7px;  color:#d4deed;}

	 .site_lang  { position:absolute; top:2px; right:5px; z-index:1; }

/* =================================================================== */
/* Header
====================================================================== */
  #header { background:#FFF; z-index: 900;  position: relative; width: 100%; box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2); }

  
/* Logo
====================================*/
  #logo { margin-top: 10px; }
  #logo a img { float: left; width: auto; height: 56px; }

/* Menu
====================================*/
  #navigation { float: right; }
  
  .menu ul { margin: 0; padding: 0;  list-style: none; }
  .menu ul li { position: relative; }
  .menu ul ul { position: absolute; display: none; top: 100%; left: 0; z-index: 100; width: 200px; }
  .menu > ul li { float: left; }
  .menu ul li:hover > ul { display: block; }
  
  .menu ul a { display: block; position: relative; }
  .menu ul ul ul { top: 0; left: 100%; }
  .menu ul a { text-decoration: none; }
  .menu ul > li > a { font-weight:300; color:#333;  font-size: 16px;  padding: 30px 20px; overflow: hidden;  border-bottom:2px #fff solid;}
  
  .menu ul li a:hover, .menu ul > li:hover > a{ color:#fff; background:#0066b4;border-bottom:2px #0066b4 solid;}
  
  #current { border-bottom:2px #0066b4 solid;  }
  
  
  .menu ul li a { -webkit-transition: border 150ms ease-in-out, background-color 150ms ease-in-out; -moz-transition: border 150ms ease-in-out, background-color 150ms ease-in-out; -o-transition: border 150ms ease-in-out, background-color 150ms ease-in-out; -ms-transition: border 150ms ease-in-out, background-color 150ms ease-in-out; transition: border 150ms ease-in-out, background-color 150ms ease-in-out; }

/* Drop-Down */
  .menu ul ul { background-color:#0066b4; z-index: 999; border-radius: 0 0 3px 3px;  border-top: 0px solid #0066b4;  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04); width:170px; }
  .menu > ul ul li:hover > a { border-bottom: 3px; background: transparent; }
  .menu ul ul li { margin: 0; padding: 0; width: 100%; }
  .menu ul ul li a { color: #FFF; font-size: 14px; line-height: 18px; padding: 10px 22px !important; border: 0; font-weight:300;}
  .menu ul ul li { border-top:1px solid #3e7fb1; }
  .menu ul ul li:first-child { border: 0; }
  .menu ul ul li a:hover { color:#fff; background-color:#2c7ebe; border: 0; }
  .menu ul ul li a { -webkit-transition: background-color 50ms ease-in-out; -moz-transition: background-color 50ms ease-in-out; -o-transition: background-color 50ms ease-in-out; -ms-transition: background-color 50ms ease-in-out; transition: background-color 50ms ease-in-out; }
  
  .menu ul ul ul { border: 1px solid #e0e0e0; border-radius: 0 3px 3px 3px; margin: -1px 0 0 0; }
  
  .sf-sub-indicator { color: #c6c6c6; margin: 0 0 0 2px; width: 11px; display: inline-block; font-size: 12px; line-height: 0; }
  .menu ul ul .sf-sub-indicator .icon-angle-down { display: none; }
  
   #home .menu .home a,#about .menu .about a,#job .menu .job a,#news .menu .news a,#service .menu .service a,#contacts .menu .contacts a,#support .menu .support a { border-bottom:2px #0066b4 solid; }


/*  Mobile Menu Core Style
====================================*/




/* =================================================================== */
/* Miscellaneous
====================================================================== */
  .headline { font-size: 20px; background-color:#f8f9f4; padding-right: 10px; z-index: 5; position: relative; float: left; }

  .line { border-bottom: 1px solid #e0e0e0; width: 100%; float: left; height: 1px; display: inline-block; margin: -16px 0 35px 0; }
  .widget .line { margin-bottom: 22px; }
  
  .bord-headline {  width:100%; background: url(../images/line.png) repeat-x center center; margin-bottom:45px; text-align:center; }
  .bord-headline span { font-size:20px; color:#fff; padding:0 40px; }
  
  .headline_tt { width:70%; text-align:center; font-size:11px; margin: 0 auto; line-height:18px;}	
  
  .bord-line{ border-bottom:1px #e0e0e0 solid;  margin-bottom: 25px; padding-bottom:10px; font-weight:400;  }
  .bord-line span { font-size:48px;  color: rgb(85, 85, 85); cursor: default; display: block; font-family: Roboto; font-style: normal; font-weight: 100; letter-spacing: -2px;line-height: 50px; margin-bottom: 10px; margin-top: 0px; text-align:center; }
  
  .border { display: block; width: 200px; height: 2px; background:#f8f9f4; margin:20px auto; margin-bottom:35px; }
  
  .title { text-align: center; font-weight:300;  font-size:48px;  }


/* Titlebar
====================================*/
  #titlebar { background:url(../images/titlebar.jpg) repeat-x; position: relative; min-height: 100px; padding-top:30px;    }
  #titlebar h2 { font-size: 24px; font-weight:300; float: left; width: 100%; color:#fff;  }
  #titlebar span { font-weight: 100; color:#D7EDFF  ; }
  
/* Breadcrumbs
====================================*/
  #breadcrumbs ul { float: right; font-size: 12px; margin-top:10PX; font-weight: 300; }
  #breadcrumbs ul li { display: inline-block; color:#d4eefe; margin: 0 0 0 5px; }
  #breadcrumbs ul li:after { content: ""; font-family: "FontAwesome"; font-size: 12px; color: #d4eefe; margin: 0 0 0 9px; }
  #breadcrumbs ul li:last-child:after, #breadcrumbs ul li:first-child:after { content: ""; margin: 0; color:#d4eefe;}
  #breadcrumbs ul li:last-child a, #breadcrumbs ul li a { color: #d4eefe; }
  #breadcrumbs ul li a:hover { color: #fff; }
  #breadcrumbs ul li:first-child { padding-right: 0; margin-left: 0; }
  #breadcrumbs ul li:first-child, #breadcrumbs ul li:last-child { color: #d4eefe; background: none; }
  #breadcrumbs ul li:last-child { padding:0; background: none;  font-weight: 300;color:#d4eefe;}

  
/* Our Team
====================================*/
  .team-about { }
  .team-about h3{ color:#000; cursor: default; display: block; font-family: Roboto; font-size: 24px; font-style: normal; font-weight: 300; height: 31px; line-height: 31.1875px; margin-bottom: 10px;}
  .team-about p { color:#000; font-family: Roboto; font-size: 16px; font-weight: 300; font-weight: 300; line-height: 26px; }



/* =================================================================== */
/* Revolution Slider
====================================================================== */
  .fullwidthbanner-container { width: 100% !important; position: relative; padding: 0; max-height:600px !important; overflow: hidden; background-image:url(../images/loader.gif); background-repeat: no-repeat; background-position: 50%; z-index:0; }
  

/* Captions
====================================*/
  .caption h2 {  padding:10px 0; font-size:30px; color:#fff; padding:5px 15px; }
  .caption h3 { padding:5px 0;  font-size: 18px; color:#333; }
  .caption p {  font-size: 18px; padding:10px 20px; color:#000; line-height: 20px;}
  .caption.light h2 { color: #fff; }
  .caption.light h3 { color: #fff; }
  .caption.light p { color: #fff; }
  
  
  .caption.bg_red h2,.caption.bg_red h3,.caption.bg_red p  { background: #C00; }
  .caption.bg_white h2,.caption.bg_white h3,.caption.bg_white p { background: #FFF;}
  .caption.bg_orger h2,.caption.bg_orger h3,.caption.bg_orger p { background:  #F90;}
  .caption.bg_black h2,.caption.bg_black h3,.caption.bg_black p { background:  #000;}
  .caption.bg_blue h2,.caption.bg_blue h3,.caption.bg_blue p { background: #4169E1;}
  .caption.bg_mag h2,.caption.bg_mag h3,.caption.bg_mag p{ background: #1E90FF;}
  .caption.bg_gre h2,.caption.bg_gre h3,.caption.bg_gre p{ background: #093;}
  .caption.bg_yellow h2,.caption.bg_yellow h3,.caption.bg_yellow p{ background: #FC0;}
  
/* Navigation
====================================*/
  .tparrows { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition: background-color 150ms ease-in-out, opacity 0.2s ease-out; -moz-transition: background-color 150ms ease-in-out, opacity 0.2s ease-out; -o-transition: background-color 150ms ease-in-out, opacity 0.2s ease-out; -ms-transition: background-color 150ms ease-in-out, opacity 0.2s ease-out; transition: background-color 150ms ease-in-out, opacity 0.2s ease-out; }
  .tparrows.hidearrows { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
  .tp-leftarrow.default, .tp-rightarrow.default { z-index: 100; cursor: pointer; position: relative; background-color: #a0a0a0; width: 49px; height: 71px; }
  .tp-leftarrow:hover, .tp-rightarrow:hover { background-color: #a0a0a0; }
  .tp-leftarrow.default { background-image: url(../images/slider-left-arrow.png); background-repeat: no-repeat; background-position: 45% 50%; border-radius: 0 3px 3px 0; left: 0 !important; }
  .tp-rightarrow.default { background-image: url(../images/slider-right-arrow.png); background-repeat: no-repeat; background-position: 55% 50%; border-radius: 3px 0 0 3px; right: 0 !important; }
  
/* Other Styles
====================================*/
  .tp_inner_padding { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; max-height:none !important; }
  .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img { -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; -webkit-perspective: 1000; }
  .tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; position:absolute; visibility: hidden; }
  .tp-simpleresponsive img { max-width: none; }
  .noFilterClass { filter:none !important; }
  
/* Shadows
====================================*/
  .tp-bannershadow { position:absolute; margin-left:auto; margin-right:auto; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; }
  .tp-bannershadow.tp-shadow1 { background:url(../assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px; }
  .tp-bannershadow.tp-shadow2 { background:url(../assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px; bottom:-60px; }
  .tp-bannershadow.tp-shadow3 { background:url(../assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px; bottom:-60px; }
  
/* Fullscreen Video
====================================*/
  .caption.fullscreenvideo { left:0px; top:0px; position:absolute; width:100%; height:100%; }
  .caption.fullscreenvideo iframe { width:100% !important; height:100% !important; }
  .tp-caption.fullscreenvideo { left:0px; top:0px; position:absolute; width:100%; height:100%; }
  .tp-caption.fullscreenvideo iframe { width:100% !important; height:100% !important; }
  
/* Basic Settings For Banner
====================================*/
  .tp-simpleresponsive img { -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; }
  .tp-simpleresponsive a { text-decoration:none; }
  .tp-simpleresponsive ul { list-style:none; padding:0; margin:0; }
  .tp-simpleresponsive >ul >li { list-stye:none; position:absolute; visibility:hidden; }
  .tp-transparentimg { content:"url(../images/slider-transparent.png)" }
  .tp-3d { -webkit-transform-style: preserve-3d; -webkit-transform-origin: 50% 50%; }
  
  .tp-bannertimer { width: 100%; height: 10px;  background: url(../images/timer.png);  position: absolute;  z-index: 200; }
 
  
/* =================================================================== */
/* home fullwidth
====================================================================== */
  .full-width { width: 100%; padding:20px 0;  } 
 
  #owl-one  .item  p { font-size:14px; text-align:center; font-weight:100; color:#FFF;  }
  #owl-four .item { margin: 10px;}
  
  .item img { width:100%; height:auto;}
  
  .full-bg {  width: 100%; margin:50px auto; padding:20px 0; background:url(../images/full_bg.jpg) repeat; }
 
  .p-2 { text-indent:2em;}
  
/*==================================================================== */
/* FlexSlider
====================================================================== */

/* Browser Resets */
  .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; }
  .slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
  
/* FlexSlider Necessary Styles */
  .flexslider { margin: 0; padding: 0; z-index: 1; position: relative; }
  .flexslider .slides > li { display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
  .flexslider .slides > li:first-child { display: block; } /* Hide the slides before the JS is loaded. Avoids image jumping */
  .flexslider .slides img { width: 100%; display: block; }
  .flex-pauseplay span { text-transform: capitalize; }
  
/* Clearfix for the .slides element */
  .slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
  html[xmlns] .slides { display: block; }
  * html .slides { height: 1%; }
  
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
  .no-js .slides > li:first-child { display: block; }

/* FlexSlider Default Theme */
  .flexslider { margin: 0; border: none; position: relative; zoom: 1; }
  .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
  .loading .flex-viewport { max-height: 300px; }
  .flexslider .slides { zoom: 1; }
  
/* Direction Nav */
  .flex-direction-nav { *height: 0; }
  .flex-direction-nav .flex-next { background-image: url(../images/slider-right-arrow.png); background-repeat: no-repeat; background-position: 55% 50%; border-radius: 3px 0 0 3px; right: 0; }
  .flex-direction-nav .flex-prev { background-image: url(../images/slider-left-arrow.png); background-repeat: no-repeat; background-position: 45% 50%; border-radius: 0 3px 3px 0; left: 0; }
  .flex-direction-nav a { width: 39px; height: 51px; margin-top: -36px; display: block; position: absolute; z-index: 120; cursor: pointer; text-indent: -9999px; top: 50%; background-color:#000; background-color: rgba(0, 0, 0, 0.1); -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -ms-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; }
  .flexslider .flex-next:hover, .flexslider .flex-prev:hover { background-color: #a0a0a0; }
  
/* IE8 Styles */
  .ie8 .flex-direction-nav a { filter:alpha(opacity=50); }
  .ie8 .flex-direction-nav a:hover { filter:alpha(opacity=100) }

/* Caption */
  .slide-caption { margin: 0; position: absolute; display: block; z-index: 120; right: 15px; bottom: 15px; color: #fff; background-color: #000; background: rgba(0, 0, 0, 0.5); border-radius: 3px; padding: 5px 9px; font-size: 12px; font-weight: 300; line-height: 18px; }
  .slide-caption a { color: #fff; }
  
  
  
/* =================================================================== */
/* time line
====================================================================== */  
.timeline { margin:0; background: url(../images/timeline.gif) 109px 0 repeat-y;}

.timeline-item {position: relative; margin-bottom: 30px; overflow: hidden;}
.timeline-item-date {float: left; width: 85px; margin-top: 20px; font-size:28px;}

.timeline-item-trigger {float: left; width: 50px; text-align: center; padding-top: 20px;}
.timeline-item-content {float: left; max-width: 950px; margin-left: 15px; padding: 15px 30px 0 30px; border: 1px solid #ccc; position: relative; border-radius: 5px; background-color: #f5f5f5; }
.timeline-item-content p {font-size:16px; font-style: normal; font-weight: 300; line-height: 26px;}

.timeline-item-title {cursor: pointer;}
.timeline-item-content h3{font-size: 25px; line-height: 30px;}

.timeline-arrow {display: block; position: relative;}
.timeline-arrow .iit {display: block; background:url(../images/icon-i.png) no-repeat; position: absolute; height: 15px; width: 15px; top: 24px; left: 142px; z-index:999; }
  
/* =================================================================== */
/* Featured Boxes
====================================================================== */
  .featured-boxes { float: left; margin: 40px 0 5px 0; }
  .featured-box { float: left; margin: 0 0 30px 0; }
  .featured-box2 { float: left; margin: 0 0 30px 0; }
  .circle .icon-magic, .circle-3 .icon-magic { margin-top: 21px; }
  .circle i, .circle-3 i { font-size: 30px; margin: 15px 0; float: left; color: #a0a0a0; z-index: 5; position: relative; }
  .circle, .circle-3 { width: 60px; height: 60px; display: block; border-radius: 50%; background-color:#c2c2c2; text-align: center; float: left; }
  
  .circle i .circle_left_20 { left:20%;}
  .circle i .circle_left_30 { left:30%;}
  
  .featured-desc { float: left; margin: -65px 0 0 82px; }
  .featured-desc h3 { font-size: 18px; margin-bottom: 4px;  }
  .featured-box:hover > .circle { background-color: #2c7ebe; }
  .featured-box:hover > .circle i { color: #fff; }
  
  .circle, .circle i, .circle span { -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -ms-transition-duration: 0.5s; transition-duration: 0.5s; }
  .circle span { z-index: 4; display: block; width: 60px; height: 60px; border-radius: 50%; background-color:#EEE; }
  
  .featured-box:hover > .circle span { background-color: #2c7ebe; opacity: 0; -moz-transform: scale(1.5); -webkit-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5); -moz-transition-duration: 0.7s; -webkit-transition-duration: 0.7s; -ms-transition-duration: 0.7s; -o-transition-duration: 0.7s; transition-duration: 0.7s; }


  /* Third Style */
  .circle-3 { width: 200px; height: 200px; display: block; border-radius: 50%; background-color:#eee; text-align: center; float: left; }
  .circle-3, .circle-3 i { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
  
  .circle-3 i { font-size: 120px; margin: 40px 0; left: 24%; float: left; color: #a0a0a0; z-index: 5; position: relative; }
  
  .featured-box:hover > .circle-3 {background-color: #2c7ebe; box-shadow: 0 0 0 8px rgba(205, 205, 205,.7); }
  .featured-box:hover > .circle-3 i { color: #fff; transform:rotate(360deg); -ms-transform:rotate(360deg); -webkit-transform:rotate(360deg); }
  
  .technology-desc { float: left; margin: -180px 0 0 250px; }
  .technology-desc h3{ color: rgb(91, 96, 100); cursor: default; display: block; font-family: Roboto; font-size: 32px; font-style: normal; font-weight: 300; height: 31px; line-height: 31.1875px; margin-bottom: 10px;}
  .technology-desc p { color: rgb(91, 96, 100); font-family: Roboto; font-size: 16px; font-weight: 300; font-weight: 300; line-height: 26px; }
  
  .featured-box:hover > .circle { background-color: #2c7ebe; }
  .featured-box:hover > .circle i { color: #fff; }


/* Second Style */
  .circle-2 i { font-size: 18px; margin: 0; top: 20px; left: 38%; float: left; color: #a0a0a0; z-index: 5; position: relative; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
  .circle-2 { width: 60px; height: 60px; display: block; border-radius: 50%; background-color: #f2f2f2; text-align: center; float: left; -webkit-transition: all 0.3s ease-in-out, box-shadow 0.2s ease-in-out; -moz-transition: all 0.3s ease-in-out, box-shadow 0.2s ease-in-out; -o-transition: all 0.3s ease-in-out, box-shadow 0.2s ease-in-out; -ms-transition: all 0.3s ease-in-out, box-shadow 0.2s ease-in-out; transition: all 0.3s ease-in-out, box-shadow 0.2s ease-in-out; position: relative; overflow: hidden; }
  .featured-box:hover > .circle-2 { background-color: #a0a0a0; box-shadow: 0 0 0 8px rgba(115, 184, 25, 0.3); }
  .featured-box:hover > .circle-2 i { -webkit-animation: toBottomFromTop 0.25s forwards; -moz-animation: toBottomFromTop 0.25s forwards; animation: toBottomFromTop 0.25s forwards; animation-delay: 0.03s; -webkit-animation-delay: 0.03s; color: #fff; }
 
@-webkit-keyframes toBottomFromTop {  49% {
 -webkit-transform: translateY(100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translateY(-100%);
}
 51% {
 opacity: 1;
}
}

@-moz-keyframes toBottomFromTop {  49% {
 -moz-transform: translateY(100%);
}
 50% {
 opacity: 0;
 -moz-transform: translateY(-100%);
}
 51% {
 opacity: 1;
}
}

@keyframes toBottomFromTop {  49% {
 transform: translateY(100%);
}
 50% {
 opacity: 0;
 transform: translateY(-100%);
}
 51% {
 opacity: 1;
}
}



/* ICON BOX */

  .featured-box-new { margin: 0 0 30px 0; }
  .circle-new { margin:0 auto; display:block; }
  .circle-new i { font-size: 42px; margin: 20px auto;  float: left; color: #a0a0a0; z-index: 5; position: relative; text-align:center; }
  .circle-new { width: 80px; height: 80px; display: block; border-radius: 50%; background-color: #f2f2f2; text-align: center; }
  .circle-new i.icon-left-1 {left:19px; }
  .circle-new i.icon-left-2 {left:23px; }
  
  .featured-desc-new { margin:20px auto; display:block; text-align:center;  }
  .featured-desc-new h3 { font-size: 26px; margin-bottom: 15px; text-align:center; }
  .featured-box-new:hover > .circle-new { background-color: #C00; }
  .featured-box-new:hover > .circle-new i { color: #fff; }
  .featured-desc-new p { text-align:center; font-size:13px; color:#5B6064; font-weight:300; line-height:20px; }
  
  .circle-new, .circle-new i, .circle-new span { -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -ms-transition-duration: 0.5s; transition-duration: 0.5s; }
  .circle-new span { z-index: 4; display: block; width: 80px; height: 80px; border-radius: 50%; background-color: #f2f2f2; }
  
  .featured-box-new:hover > .circle-new span { background-color: #a0a0a0; opacity: 0; -moz-transform: scale(1.5); -webkit-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5); -moz-transition-duration: 0.7s; -webkit-transition-duration: 0.7s; -ms-transition-duration: 0.7s; -o-transition-duration: 0.7s; transition-duration: 0.7s; }
  

.icon-box4 i { color:#666e74;   display:inline-block; -webkit-transition:all .3s ease-in-out;	-moz-transition:all .3s ease-in-out;	-ms-transition:all .3s ease-in-out;	-o-transition:all .3s ease-in-out;	transition:all .3s ease-in-out; margin: 0 auto; }
.icon-box4 h5 { margin-bottom:4px; color:#666e74; font-size:16px; letter-spacing: 0.25px; }
.icon-box4 h5 strong { font-weight:bold; }
.icon-box4 { text-align:center; margin-bottom:20px;}
.icon-box4 i { padding:10px; font-size:32px; width: 60px; height: 60px; display: block; border-radius: 50%; background-color: #f2f2f2; text-align: center; margin-bottom:0px; cursor:default;}
.icon-box4 p { margin:0 10px 30px;}
.icon-box4:hover i { color:#fff; background:#0093d0; }



  
/* =================================================================== */
/* Portfolio
====================================================================== */
  .item-description { padding: 18px 20px 24px 20px; text-align: center; background-color: #f6f6f6; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05); border-radius: 0 0 3px 3px; }
  .portfolio-item img { border-radius: 3px 3px 0 0; }
  
  .portfolio-items img { border-radius: 3px; height: auto; max-width: 100%; margin-bottom:20px; }
  
  .item-description, .item-description h5, .item-description span { -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
  .item-description h3 { font-size:18px;}
  .item-description h4 { font-size:14px;}
  .item-description h5 { font-size: 13px; font-weight: 400; line-height: 26px; }
  .item-description span { color: #666; font-size: 12px; font-weight: 300; line-height: 19px; }
  .item-description p { margin-top:10px; color:#999; font-size: 12px; line-height:18px; text-align:center; }
  
  
  .item-user { padding: 18px 20px 18px 20px; text-align: center; background-color: #f1f1f1; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05); border-radius: 0 0 3px 3px; }
  .item-user, .item-user h5, .item-user span { -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
  
  .item-user h5 { font-size: 15px; margin-bottom:15px;  }
  .item-user p { color:#333; font-size: 12px; text-align:center; line-height:10px; }
   
  
  #portfolio-wrapper .item-description { padding: 19px 20px 22px 20px; }
  #portfolio-wrapper .item-description h5 { line-height: 22px; }
  #related-work .item-description { padding: 19px 20px 22px 20px; }
  #related-work .item-description h5 { line-height: 21px; }
  
  .portfolio-item { display: block;  box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px 0px;; -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0px 1px 5px 0px;; -moz-box-shadow:rgba(0, 0, 0, 0.14902) 0px 1px 5px 0px;; -ms-box-shadow:rgba(0, 0, 0, 0.14902) 0px 1px 5px 0px;  }
  .portfolio-item:hover > figure > a .item-description { background-color: #0e6ab8; }
  .portfolio-item:hover > figure > a .item-description h5 { color: #fff; }
  .portfolio-item:hover > figure > a .item-description h4 { color: #fff; }
  .portfolio-item:hover > figure > a .item-description h3 { color: #fff; }
  .portfolio-item:hover > figure > a .item-description span { color: #fff; opacity: 0.7; filter: alpha(opacity=70); }
  .portfolio-item:hover > figure > a .item-description p { color: #fff; opacity: 0.7; filter: alpha(opacity=70); }
  
  .portfolio-user { display: block;  box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 5px 0px;; -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0px 1px 5px 0px;; -moz-box-shadow:rgba(0, 0, 0, 0.14902) 0px 1px 5px 0px;; -ms-box-shadow:rgba(0, 0, 0, 0.14902) 0px 1px 5px 0px;  }
  .portfolio-user:hover > figure > a .item-user { background-color: #0e6ab8; }
  .portfolio-user:hover > figure > a .item-user h5 { color: #fff; }
  .portfolio-user:hover > figure > a .item-user h4 { color: #fff; }
  .portfolio-user:hover > figure > a .item-user h3 { color: #fff; }
  .portfolio-user:hover > figure > a .item-user span { color: #fff; opacity: 0.7; filter: alpha(opacity=70); }
  .portfolio-user:hover > figure > a .item-user p { color: #fff; opacity: 0.7; filter: alpha(opacity=70); }
   
   
/* List viwe and Grid viwe Style */   
  .grid-list { width:53px; height:25px; float: right; margin: -55px 0 0 -2px; background: #fff; padding-left: 10px; }
  .grid-list-left, .grid-list-right { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
  .grid-list-left, .grid-list-right { width:25px; height:25px; cursor:pointer; float:left; border-radius: 2px; background-color: #c4c4c4; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
  .grid-list-left { margin-right: 3px; }
  .grid-list-left i, .grid-list-right i { line-height:24px; font-size:14px; color:#fff; margin-left: 6px; }
  .grid-list-left:hover, .grid-list-right:hover { background-color: #C00; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }

/* list item Style */
  .list-item { padding: 0 0 40px 0; margin: 0 0 40px 0; border-bottom: 1px solid #e9e9e9; }
  .list-item-img img { border-radius: 3px; }
  .list-item-img { margin: 0; box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);}
  .medium .list-item-img { margin:0; }
  
  .list-item-content { float: left; }
  .list-item-format { font-size: 14px; margin-top: 23px; left: 38%; }
  .list-item-content { margin: -57px 0 0 89px }
  
  .medium .list-item-content { margin:0; }
  .list-item-content h3 a { color:#333; font-size:18px; margin-bottom:0; padding-bottom:0; }
  .list-item-content h3 a:hover { color:#0e6ab8; }
  .list-item-content h4 { color:#0e6ab8; font-size:14px; margin-top:0; margin-bottom:15px; padding-top:0; }
  .list-item-content p { margin-bottom: 20px;  word-wrap: break-word; word-break: break-all; font-size:14px; line-height:22px;}
  .list-item-content p br { margin-bottom:10px;}

  
/* Filters
====================================*/
  #portfolio-wrapper .portfolio-item { margin-bottom: 20px; }
  #portfolio-wrapper { margin-bottom: -20px;  }
  
  #filters { margin: 0 0 -6px 0; float: left; }
  #filters li { float:left; display: inline-block; line-height: 24px; background: #fff; overflow: hidden; }
  #filters ul li { display: inline; }
  #filters a { color: #999; font-size: 14px; font-weight: 500; display: block; padding: 5px 10px; margin: 0 0 0 5px; border-radius: 3px; background-color: #f2f2f2; line-height: 20px; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.04); -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out; -moz-transition: background-color 200ms ease-in-out, color 200ms ease-in-out; -o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out; -ms-transition: background-color 200ms ease-in-out, color 200ms ease-in-out; transition: background-color 200ms ease-in-out, color 200ms ease-in-out; }
  #filters a:hover, .selected { background-color: #a0a0a0 !important; color: #fff !important; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
  .showing { font-size: 14px; color: #999; line-height: 20px; margin: 5px 0 0 0; padding-right: 3px; display: inline; float: left; z-index: 9; position: relative; background: #fff; }
  .line.filters { margin: -11px 0 45px 0; }
  .line.showing { display: none; }
  
  
  .mediaholder { position:relative; overflow:hidden; width:100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box }
  .mediaholder img { width:100%; position:relative; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }
  
/* Hover / Animations
====================================*/
  .hovericon { position:absolute; left:50%; top: -15%; color:#fff; font-size: 18px; margin-top: -30px; margin-left: -30px; width: 60px; height: 60px; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)"; background-color: rgba(0, 0, 0, 0.5); border-radius: 50%; background:url(../images/icon-link-bg.png) no-repeat;}
  
  .ie8 .hovercover { display: none; }
  .hovercover { width:100%; height:100%; position:absolute; top:0px; left:0px; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#59000000,endColorstr=#59000000)"; background-color: rgba(0, 100, 180, 0.5); opacity:0; border-radius: 3px;}
  
  .portfolio-item .hovercover { border-radius: 3px 3px 0 0; }
  
  .hoverzoom { background: url(../images/hoverzoom.png) no-repeat; display: block; height: 18px; width: 18px; margin: 21px 0 0 21px; }
  .hoverlink { background: url(../images/hoverlink.png) no-repeat; display: block; height: 19px; width: 19px; margin: 21px 0 0 20px; }
  
/* =================================================================== */
/* Blog
====================================================================== */
  .post { padding: 0 0 40px 0; margin: 0 0 40px 0; border-bottom: 1px solid #f0f0f0; }
  .post-img img { border-radius: 3px; }
  .post-img { margin: 0 0 30px 0; }
  .medium .post-img { margin:0; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);}
  
  .post-photo  { box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);}
  
  .ie8 .post-photo  { border:1px #E6E6E6 solid; }
  
  .post-product h3 { font-size:24px; margin-bottom:10px  font-weight:600; color:#06F; }
  .post-product h6 { font-size:18px; text-align:left; margin-top:10px; margin-bottom:20px; font-weight:300; }
  .post-product p { text-align:left; padding-right:20px; font-size:16px; line-height:24px; margin-bottom:10px; word-wrap: break-word; word-break: break-all;  }

  
/* Post Content */
  .post-content, .post-format { float: none; }
  .post-format .icon-camera { font-size: 14px; margin-top: 23px; left: 38% }
  .post-content { margin: 0 0 0 10px }
  
  .medium .post-content { margin:0; }
  .post-content h3 a { color: #222; font-size:18px; }
  .post-content h3 a:hover { color:#06F; }
  .post-content p { margin-bottom: 20px; color:#555; }
  .post-content img { width:100%; height: auto;}

  
/* Meta */
  .meta { margin: 0 0 12px 0; }
  .meta ul { line-height: 22px; margin: 1px 0 0 0; }
  .meta ul li { display: inline-block; color: #999; margin: 0 5px 0 0; padding: 0 10px 0 0; background: url('../images/blog-divider.png') no-repeat 100% 55%; font-size:12px; }
  .meta ul li:last-child { background: 0; }
  .meta ul li a { color: #999; }
  .meta ul li a, .post-content h2 a:hover { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
  .meta ul li a:hover { color: #a0a0a0; }
  
  .meta h3 { font-size:18px; line-height:33px;}
  
  
  /* Meta */
  .meta_show { margin: 30px 0; }
  .meta_show ul { line-height: 22px; margin: 1px auto; width:250px; }
  .meta_show ul li { display: inline-block; color: #999; margin: 0 5px 0 0; padding: 0 10px 0 0; background: url('../images/blog-divider.png') no-repeat 100% 55%; font-size:12px; }
  .meta_show ul li:last-child { background: 0; }
  .meta_show ul li a { color: #999; }
  .meta_show ul li a, .post-content h2 a:hover { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
  .meta_show ul li a:hover { color: #a0a0a0; }
  
  .meta_show h3 { font-size:18px; line-height:33px; text-align:center;}
  
/* Pagination
====================================*/
  .pagination { margin-bottom: 30px; }
  .pagination ul li a { padding: 8px 11px; border-bottom: none; display: inline-block; color: #999; float: left; margin-right: 4px; background-color: #f2f2f2; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; box-shadow:  inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05); border-radius: 3px; }
  .pagination .current, .pagination ul li a:hover { background: #a0a0a0; color: #fff; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15); }
  
/* Tags
====================================*/
  .tags { margin: 10px 0 0 0; }
  .tags a { width:120px; padding:2px 5px; display: inline-block; color:#666;  margin: 0 10px 6px 0; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; font-size:14px;  }
  .tags a:hover { background:#0066b4; color: #fff; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
  .tags a.selected { background-color:#a0a0a0 !important; color:#fff;  }
  .tags a.selected:before  { float:right; content: "\f00c"; font-family: "FontAwesome"; font-weight:normal; font-weight:100;  }
  
  
/* Widget
====================================*/
  .widget { margin:0 0  30px  0; }
  .widget p { margin-top:10px; }
  
  .widget_contact { margin:0 0  30px  0; }
  .widget_contact h3 { font-size:20px; font-weight:600;}
  .widget_contact p  { margin-top:10px; }
  
  .categories a { color:#333; display: block; line-height: 19px; padding:8px 0;  border-bottom:1px #f0f0f0 solid; font-size:14px;}
  .categories a:hover { color:#0066b4; background:#f1f1f1;}
  .categories ul li:before { content: "\f105"; font-family: "FontAwesome"; font-size: 14px; color: #ccc; margin: 10px 9px 0 5px; float: left; }
  
  .button_link a { color:#888; display: block; line-height: 19px; padding:8px 10px;  border:1px #e8e8e8 solid; font-size:14px;}
  .button_link a:hover { background:#C00; color:#fff; }
  .button_link ul li { margin:10px auto; color:#888;}
  .button_link i { float:right; margin:3px 5px 0 0; color:#888;}
  .button_link a:hover i { color:#FF3; -webkit-transition: color .2s ease-in, border-top-color .2s ease-in; -ms-transition: color .2s ease-in, border-top-color .2s ease-in; -moz-transition: color .2s ease-in, border-top-color .2s ease-in; -o-transition: color .2s ease-in, border-top-color .2s ease-in; transition: color .2s ease-in, border-top-color .2s ease-in; }
  
/* Widget Tabs
====================================*/
.widget-tabs li { padding: 0 0 12px 0; margin: 12px 0 0 0; border-bottom: 1px solid #f0f0f0; }
.widget-tabs li:first-child { margin: 4px 0 0 0; }
.widget-tabs li:last-child { border-bottom: 0; }

.widget-thumb img { width: 75px; height: 75px; border: 0px solid #f2f2f2; border-radius: 3px; float: left; margin: 0 10px 0 0; }
.widget-text { float:left; width:60%; }
.widget-text h4 { font-size: 14px;  color: #777; margin:0 0 0 0;}
.widget-text h4 a:hover { color: #C00; }
.widget-text span { color: #a0a0a0;  margin: 4px 0 0 0; display: block;font-size:12px;  }
.widget-tabs.comments .widget-text span { padding: 5px 0 0 0; margin: 0; }


 
  
  
/* =================================================================== */
/* Forms
====================================================================== */

/* Contact Form
====================================*/
  #contact fieldset div { margin-bottom: 20px; }
  #contact fieldset div input { width: 240px; }
  #contact textarea { width: 97.5%; min-height: 180px; background: #fff; resize: vertical; }
  #contact input, #contact textarea, #contact select { -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out; -moz-transition: background 200ms ease-in-out, border-color 200ms ease-in-out; -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out; -ms-transition: background 200ms ease-in-out, border-color 200ms ease-in-out; transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  #contact input:focus #contact textarea:focus, #contact select:focus { border: 1px solid #d6d6d6; outline: none; position: relative; z-index: 5; }
  #contact input.error, #contact textarea.error, #contact select.error { border: 1px solid #f2c4c2; background: #ffeceb; }
  #contact label span { color: #e24747; }
  #contact input[type="submit"][disabled] { background: #a0a0a0; }
  #message { margin: 0; padding: 0; display: block; background: transparent none; }
  .loader { padding: 10px; float: left; }
  
  
/* Google Maps
====================================*/
  #googlemaps { padding-bottom:30%; border-radius: 3px;  }
  .google-map-container { margin: 0 0 35px 0; }
  .google-map-container img { max-width: none !important; }
  
/* Contact Details
====================================*/
  .contact-informations { margin:0; }
  .contact-informations h2 { font-size:26px; margin:20px auto; font-weight:300;}
  .contact-informations ul { margin-top:0;}
  .contact-informations li i { float: left; margin:5px 10px 0 0; color:#666; }
  .contact-informations li, .contact-informations.second li { margin: 5px 0; color:#333; font-size:16px; line-height:26px; }
  
   p.contact-details-alt { font-style:italic; line-height:20px; color:#999; }

  


/* =================================================================== */
/* Shortcodes
====================================================================== */

/* Buttons
====================================*/
  .button, input[type="button"], input[type="submit"] { padding: 5px 15px; display: inline-block; border: 0; font-weight:300; outline: none; font-size: 14px; cursor: pointer; width: auto; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; border-radius: 3px; box-shadow:0 -3px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow:0 -3px rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset; -ms-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;  border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;}
  
  .button i { margin: 0 2px 0 0; }
  
  .button.gray { color: #fff; background: #aaa; }
  .button.gray:hover { background: #a0a0a0; }
  
  .button.light { color:#999; background:#fff;}
  .button.light:hover { color: #fff; background: #0066b4;  }
  
  .button.color_blue { color:#fff; background: #0066b4; }
  .button.color_blue:hover { background:#2d2d2d; }
  
  .button.color_red { color:#fff; background:#C00; }
  .button.color_red:hover { background:#2d2d2d; }
  
  .button.color_yellow { color:#000; background:#FF0; }
  .button.color_yellow:hover { color:#fff;background:#2d2d2d; }
  
  .button.color_green { color:#fff; background:#060;}
  .button.color_green:hover { background:#2d2d2d; }
  
  .button.color_black { color:#fff; background:#000;}
  .button.color_black:hover { background:#2d2d2d; }
  
  .button.color_blue2 { color:#666; background:#F0F0F0; margin-right:30px; margin-bottom:20px; width:130px; font-size:16px; }
  .button.color_blue2:hover { color:#fff; background: #0066b4; }
  
  .button_small { padding:5px 12px; font-size: 14px;}



/* Input Button */
  input[type="button"], input[type="submit"], input[type="button"]:focus, input[type="submit"]:focus { color:#fff; background: #0066b4; padding: 8px 14px; border: none !important; }
  input[type="button"], input[type="submit"] { float: left; }
  input[type="button"]:hover, input[type="submit"]:hover { background:#2d2d2d; }
  
/* Icons Demo
====================================*/
  .the-icons { list-style-type:none; margin:0 }
    .the-icons li [class^="icon-"], .the-icons li [class*=" icon-"] { display:inline-block;  text-align:center }
  
  .the-icons li { display:block; line-height:32px; height:30px; padding: 0 0 0 2px; border-radius:3px }
  .the-icons li, .the-icons li:hover { color: #666; }
  .the-icons li i { color: #444; }
    .the-icons li [class^="icon-"], .the-icons li [class*=" icon-"] { width:32px; font-size:14px }

  .the-icons li:hover { background-color:#f4f4f4; text-decoration:none; }
    .the-icons l:hover [class^="icon-"], .the-icons li:hover [class*=" icon-"] { *font-size:28px; *vertical-align:middle }
    .the-icons li:hover [class^="icon-"]:before, .the-icons li:hover [class*=" icon-"]:before { font-size:24px; vertical-align:-3px }
    
/* Social Icons
====================================*/
.social-icons li { display: inline; float: left; margin-right: 15px; }

.social-icons li a { width: 55px; height: 55px; display: inline-block; background-color:#e0e0e0; border-radius: 3px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: relative; overflow: hidden; }


/* Common Styles */
.social-icons li a i { font-family: "FontAwesome"; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; 	position: absolute; z-index: 20; font-size: 32px; line-height: 32px;}

.social-icons li a:hover, .social-icons li a i { color: #fff; }

.social-icons li a i { top: -50px; opacity:0; }

.social-icons li a:hover i { top: 0; opacity: 1; }

.link-down:before,
.link-video:before,
.link-photo:before,
.link-faq:before { font-family: "FontAwesome"; font-size: 32px; line-height: 32px; color: #a0a0a0; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; position: absolute; z-index: 20; }


/* Icon Styles */
.link-down:before {font-size: 32px;}
.link-down i, .link-down:before { margin: 13px 0 0 12px; }
.link-down:before { content: "\f019"; top: 0; opacity:1; }
.link-down:hover:before { top: 50px; opacity: 0; }
.link-down:hover { background-color: #3bc1ed; }

.link-video:before {font-size: 32px;}
.link-video i, .link-video:before { margin: 13px 0 0 11px; }
.link-video:before { content: "\f03d"; top: 0; opacity:1; }
.link-video:hover:before { top: 50px; opacity: 0; }
.link-video:hover { background-color: #3bc1ed; }

.link-photo:before {font-size: 32px;}
.link-photo i, .link-photo:before { margin: 13px 0 0 11px; }
.link-photo:before { content: "\f03e"; top: 0; opacity:1; }
.link-photo:hover:before { top: 50px; opacity: 0; }
.link-photo:hover { background-color: #3bc1ed; }

.link-faq:before {font-size: 32px;}
.link-faq i, .link-faq:before { margin: 13px 0 0 13px; }
.link-faq:before { content: "\f0e6"; top: 0; opacity:1; }
.link-faq:hover:before { top: 50px; opacity: 0; }
.link-faq:hover { background-color: #3bc1ed; }

/* Tooltips
====================================*/
  #tiptip_holder { display: none; position: absolute; left: 0; top: 0; z-index: 99999; }
  #tiptip_holder.tip_top { padding-bottom: 5px; -webkit-transform: translateX(12px) }
  #tiptip_holder.tip_bottom { padding-top: 5px; }
  #tiptip_holder.tip_right { padding-left: 5px; }
  #tiptip_holder.tip_left { padding-right: 5px; }

  #tiptip_content { color:#FFF; font-size: 12px; font-family: 'Roboto', sans-serif; font-weight:300; line-height: 16px; padding: 6px 10px; background-color: #0394f1; border-radius: 3px; }
  #tiptip_arrow, #tiptip_arrow_inner { position: absolute; border-color: transparent; border-style: solid; border-width: 6px; height: 0; width: 0; }
  
  
  #tiptip_holder.tip_top #tiptip_arrow_inner { margin-top: -7px; margin-left: -20px; border-top-color: #0394f1; }
  #tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top: -5px; margin-left: -6px; border-bottom-color: #0394f1; }
  #tiptip_holder.tip_right #tiptip_arrow_inner { margin-top: -6px; margin-left: -5px; border-right-color: #0394f1; }
  #tiptip_holder.tip_left #tiptip_arrow_inner { margin-top: -6px; margin-left: -7px; border-left-color: #0394f1; }
  
/* Tabs
====================================*/
  .tabs-nav { list-style: none; margin: 0; overflow: hidden; padding: 0; width: 100%; }
  .tabs-nav li { float: left; line-height: 38px; overflow: hidden; padding: 0; position: relative; }
  .tabs-nav li a { background-color: #f2f2f2; border-right: 1px solid #fff; border-bottom: 1px solid #fff; color: #888; font-weight: 500; display: block; letter-spacing: 0; outline: none; padding: 0 20px; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .tabs-nav li:first-child a { border-radius: 3px 0 0 3px; }
  .tabs-nav li:last-child a { border-radius: 0 3px 3px 0; }
  .tabs-nav li.active a { background: #a0a0a0; color: #fff; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
  .tab-content { padding: 10px 0px; }
  .tabs-container { overflow: hidden; width: 100%; }
  
/* Accordions & Toggles
====================================*/
  .ui-accordion .ui-accordion-header, .trigger a { font-size: 20px; font-weight:400; display: block; cursor: pointer; position: relative; padding: 0; line-height: 26px; outline: none; color: #888;  background-color: #f4f4f4; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05); -webkit-transition: background-color 200ms ease-in-out; -moz-transition: background-color 200ms ease-in-out; -o-transition: background-color 200ms ease-in-out; -ms-transition: background-color 200ms ease-in-out; transition: background-color 200ms ease-in-out; padding: 10px 16px; margin-bottom: 10px; border-radius: 3px;  }
  .ui-accordion .ui-accordion-header-active:hover, .ui-accordion .ui-accordion-header-active, .trigger.active a, .trigger.active a:hover { background: #a0a0a0; color: #fff; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
  .ui-accordion .ui-accordion-content, .toggle-container { padding: 0 16px 10px 16px; }
  .ui-accordion .ui-accordion-content p { margin: 0; }
  .ui-accordion .ui-accordion-content { }
  .ui-accordion-icon:before, .ui-accordion-icon-active:before, .toggle-icon:before { font-family:"FontAwesome"; content:""; color: #a0a0a0; font-size: 18px; display: block; float: left; line-height: 25px; margin: 0 8px 0 0; }

  .toggle-container p { margin: 0; }
  .ui-accordion-icon-active:before, .trigger.active .toggle-icon:before { content:""; color: #fff; }
  
  .faq .toggle-icon:before, .faq .trigger.active .toggle-icon:before { content:""; }
  
   .ui-accordion h4 { margin:20px 0 10px 0;  }
  
/* Skill Bars
===================================== */
.skill-bar { height: 38px; position: relative; margin: 0 0 14px 0; background-color: #f2f2f2; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.05); border-radius: 3px; }
.skill-title { color: #fff; font-size: 14px; background-color: rgba(0,0,0, 0.05); border-radius: 3px 0 0 3px; padding: 7px 14px; display: block; float: left; position: relative; z-index: 5; }
.skill-title i { margin: 0 3px 0 0; }
.skill-bar-value { display: block; height: 100%; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 1; background: #a0a0a0; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1); 	border-radius: 3px; overflow: visible !important; }
.skill-bar-value { background: #169fe6; }

/* Regular Table
====================================*/
  table.standard-table { width: 100%; border-collapse: separate; border-spacing: 0; border:none; margin-bottom: 15px; box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.03); }
  table.standard-table th { border: 1px solid #e4e4e4; border-right: none; background-color: #fafafa; text-align: left; padding: 10px 15px; color: #444; vertical-align: top; font-size: 14px; font-weight: 600; }
  table.standard-table th:first-child { border-radius: 3px 0 0 0; }
  table.standard-table th:last-child { border-radius: 0 3px 0 0; }
  table.standard-table td:last-child { border-right: 1px solid #e4e4e4; }
  table.standard-table th:last-child { border-right: 1px solid #e4e4e4; }
  table.standard-table td { padding: 10px 15px; border: #e4e4e4 1px solid; border-top: none; border-right: none; }
  table.standard-table tr:hover td { background-color: #fafafa; }
  table.standard-table tr { border-radius: 3px }
  
  
  /* Standard Table
--------------------------------------------------- */
table.standard { width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: 30px; }
table.standard th { font-weight: bold; 	border: 1px solid #c7cfc3; 	border-bottom: 1px solid #b1b9ad; 	background-color: #ebeee9;	padding: 8px 15px; 	text-align: left; 	vertical-align: top; }
table.standard td { border: 1px solid #c7cfc3; padding: 8px 15px; vertical-align: top; }
table.standard tr:hover td { background-color: #f0f2ed;  }
.ie8 table.standard th { }
  
/* Testimonials
====================================*/
  .testimonials { background: #f8f8f8; color: #888; padding: 25px; line-height: 23px; border-radius: 3px;  -webkit-box-shadow:: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06); }
  .testimonials-bg { background: url(../images/testimonials-bg.png) no-repeat; margin-top: -1px; display: block; margin-left: 27px; width: 200px; height: 30px; }
  .testimonials-author { color: #a0a0a0; float: right; display: block; margin-top: -23px; margin-bottom: 20px; }
  .testimonials-author span { color: #a0a0a0; }
  
/* Happy Clients
====================================*/
  .sb-navigation-left-2.alt, .sb-navigation-right-2.alt { top: 57%; margin: 0; position: absolute; height: 20px; width: 20px; z-index: 99; }
  .sb-navigation-left-2.alt { left: 10px; }
  .sb-navigation-right-2.alt { right:0; }

  .happy-clients-photo img { margin: 0 auto; display: block; margin-bottom: 11px; border-radius: 50%; width: 80px; height: 80px; }
  .happy-clients-cite { font-size: 24px; font-weight: 300; color: #999; width: 75%; margin: 0 auto; display: block; text-align: center; line-height: 36px; margin-bottom: 7px; }
  .happy-clients-author { font-size: 18px; font-weight: 500; color: #a0a0a0; margin: 0 auto; display: block; text-align: center; line-height: 32px; }
  
/* Dropcaps
====================================*/
  .dropcap { float: left; color: #0e6ab8; font-size: 58px; line-height: 54px; padding-top: 4px; padding-right: 10px; margin-top: -2px; }
  .dropcap2 { float: left; color: #fff; font-size: 58px; line-height: 54px; padding:5px; margin-top:5px; margin-right:15px; background:#0e6ab8; }

  
/* Highlights
====================================*/
  .highlight.color, .highlight.gray, .highlight.light { padding: 2px 6px; color: #fff; border-radius: 3px; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
  .highlight.color { background: #a0a0a0; }
  .highlight.gray { background: #aaa; }
  .highlight.light { background: #f2f2f2; color: #888; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  
/* Blockquote
====================================*/
  blockquote { border-left: 3px solid #e8e8e8; padding-left: 20px; color: #a0a0a0; line-height: 24px; margin: 5px 0 20px 15px; }
  
  
/* Notice Boxes
====================================*/
.notice-box { background: #f1f1f1; padding: 32px 28px; border-radius: 4px; 	margin:0 0 20px 0;box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.05); border-radius: 3px; text-align: center; }

.notice-box, 
.notice-box i,
.notice-box p,
.notice-box h3 { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}

.notice-box p { margin: 0; color: #777; }
.notice-box h3 { font-size:18px; line-height: 26px; padding-bottom: 8px; }

.notice-box i { font-size: 80px; height: 80px; color: #a0a0a0; margin: 10px 0; display: block; }

.notice-box:hover { background:#0E5194; color: #fff; box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1); }

.notice-box:hover h3,
.notice-box:hover p,
.notice-box:hover i { color: #fff; }
  
  
/* List Styles
====================================*/
  .list-1 li, .list-2 li, .list-3 li { list-style: none; margin: 10px 0; margin-left: 2px; font-size:16px; color:#000; line-height:26px; }
  .list-1 li:first-child, .list-2 li:first-child, .list-3 li:first-child { margin-top: 0; }
  .list-1 li:before, .list-2 li:before, .list-3 li:before { content: ""; font-family: "FontAwesome"; margin: 0 7px 0 0; position: relative; color: #a0a0a0; }
  .list-1 li:before { content: ""; }
  .list-2 li:before { content: ""; }
  .list-3 li:before { content: ""; }
  
  .list-4 li { list-style: none; margin: 8px 0; margin-left: 2px; font-size:14px; line-height:24px; padding-bottom:5px; border-bottom:1px #e0e0e0 solid; color:#666;  }
  .list-4 li:first-child { margin-top: 0; }
  .list-4 img { display:inline; margin-left:15px;}
  
  
   .list-5 li {  float:left; list-style: none; margin-top:0; margin-bottom:15px; margin-right:20px;  font-size:14px; line-height:20px; }
   .list-5 li:last-child { margin-right:0;}



/* =================================================================== */
/* Footer
====================================================================== */
#footer { background:url(../images/home_contact_bg.jpg) no-repeat;  background-size: 100% 260px; -webkit-background-size:100% 260px; -webkit-background-size: 100% 260px; padding: 35px 0 40px 0; margin-top:35px;}
#footer h3 { margin-bottom: 10px; font-size:16px; color:#FFF; }

#footer .get-in-touch li p { color: #fff; font-weight:normal; font-size:12px; font-family:Verdana, Geneva, sans-serif; }

#footer .get-in-touch p,
#footer ul.get-in-touch li,
#footer .get-in-touch a { color: #f8f8f8 !important; }

#footer .get-in-touch li i { color: #f8f8f8; }


/* Footer Bottom
====================================*/
  #footer-bottom { padding: 20px 0 17px 0; color:#d9e1e9;  background:#363f48; font-weight:normal;}
  #footer-bottom a { color:#d9e1e9; font-weight:normal; }
  #footer-bottom a:hover { color:#fff; }

  #footer-bottom .text-left { text-align:left; font-size:12px;}
  #footer-bottom .text-right { text-align:right; font-size:12px; color:#d9e1e9; font-weight:normal;}
  
/*  Back to Top
====================================*/
    #back_top i { margin:13px;}
    #back_top a { background:#d2d2d2; bottom: 30px; display: block; height: 40px; position: fixed; right: 30px; width: 40px; z-index: 999;border-radius: 3px; color:#4c4d4e; }
    #back_top a:hover { background:#000 url(../images/back_top.png) no-repeat 50% 50%; }
  

  
  
/* Get In Touch
====================================*/
  .get-in-touch { margin: 15px 0 0 0; }
  .get-in-touch li p strong { color: #888; float: left; font-weight: 600; margin: 0 5px 5px 0; }
  .get-in-touch .icon-map-marker { font-size: 16px; }
  .get-in-touch li { margin: 0 0 15px 0; }
  .get-in-touch p, .get-in-touch li, .get-in-touch a { color: #888 !important; }
  .get-in-touch p { margin: -2px 0 0 25px; line-height: 20px; }
  .get-in-touch li i { float: left; margin: 2px 0 0 0; color: #a6a6a6; }
  
/* Search / Newsletter Inputs
====================================*/
  .newsletter-btn, .search-btn { background-color: #a0a0a0; border-radius: 0 3px 3px 0; box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); border: 0; font-size: 14px; color: #fff; cursor: pointer; float: right; z-index: 5; position: relative; padding: 9px 16px; line-height: 18px; margin: 0; height: 38px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
  .newsletter-btn:hover, .search-btn:hover { background-color: #a0a0a0; }
  .search-btn i { float: left; margin: -2px 0 0 0; padding: 0 3px; }
  .search-btn { padding: 9px 10px; width: 38px; }
  input.newsletter, input.search { float: left; color: #aaa; box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.06); border-radius: 3px 0 0 3px; z-index: 1; position: relative; font-size: 14px; width: 85%; margin-top: -38px; padding: 9px 12px; line-height: 18px; height: 18px; }


/* =================================================================== */
/* products
====================================================================== */

/* Filter list	
====================================*/
ul.filter-list { padding:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:20px; 	list-style-type:none; text-align:center; }
   ul.filter-list li { 	vertical-align:top; display:inline-block; 	margin:0px 5px 7px 0px; }
	  ul.filter-list li a { display:block; 	font-size:14px; font-weight:500; border-width:2px; border-style:solid;  padding:10px 15px 10px 15px; color:#999; }
		ul.filter-list li a:hover  { text-decoration:none; }
		
ul.filter-list li a:hover,
ul.filter-list li a.selected { border-color:#169fe6; color:#000; }
ul.filter-list li a	{border-color:#E9E9E3;}

/* Filter list	
====================================*/
.products_show { position:relative; overflow:hidden; width:100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1); -ms-box-shadow: 0 2px 4px rgba(0,0,0,0.1); -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1); box-shadow: 0 2px 4px rgba(0,0,0,0.1); border-radius: 5px; margin-bottom:30px;  }
.products_show img { width:100%; position:relative; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden;  }



/* pager_nav  
====================================*/
    .pager_nav { width:100%; margin:20px auto; border-top:0px #CCC solid; padding:0; position:relative; text-align:center;}
    .pager_nav .bx_num { font-weight:bold;  font-size:75%; margin:20px auto; }
    .pager_nav .bx_num a {color:#999;margin:0 2px; background:#fff; border:1px #ccc solid;padding:5px 7px;}
    .pager_nav .bx_num a:hover, .pager_nav .bx_num span { color:#fff;margin:0 2px;background:#0066b4; padding:5px 7px;  border:1px #0066b4 solid;}
    .pager_nav .bx-prev{ cursor:pointer;}
    
    .page_tec { text-align:center;}
    .box-brod { border:1px #1d1d1d solid; }
    
    

/* =================================================================== */
/* img zoom
====================================================================== */
   .post-img-zoom img {-webkit-transition: -webkit-transform 0.4s, opacity 0.3s; -moz-transition: -moz-transform 0.4s, opacity 0.3s; transition: transform 0.4s, opacity 0.3s; }
   .post-img-zoom:hover img { -webkit-transition: -webkit-transform 0.4s, opacity 0.3s;  -moz-transition: -moz-transform 0.4s, opacity 0.3s;  transition: transform 0.4s, opacity 0.3s; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }



/* Link with long/small arrow pointer
--------------------------------------------------- */
a.link-lg, a.link-sm { display: inline-block; position: relative; font-size: 12px;	font-weight: normal; line-height: 15px; }
a.link-lg { background: url(../images/link-arrow-long-colored-1.png) no-repeat right 6px; padding: 0 19px 3px 0; }
a.link-sm { background: url(../images/link-arrow-small-colored-1.png) no-repeat right 5px; padding: 0 10px 3px 0; }

a.link-lg.black { background-image: url(../images/link-arrow-long.png); }
a.link-lg.colored-text-2 { background-image: url(../images/link-arrow-long-colored-2.png); }

a.link-sm.black { background-image: url(../images/link-arrow-small.png); }
a.link-sm.colored-text-2 { background-image: url(../images/link-arrow-small-colored-2.png); }

a.link-lg:hover { color: #039 !important; background-image: url(../images/link-arrow-long-colored-2.png); }
a.link-sm:hover { color: #039 !important; background-image: url(../images/link-arrow-small-colored-2.png); }
a.link-lg span, a.link-sm span { position: absolute; top: 0; left: 0; bottom: 0; right: 0; opacity: 0; border-bottom: 1px dotted #e8554e; -webkit-transition: opacity 0.15s ease;  -moz-transition: opacity 0.15s ease; -o-transition: opacity 0.15s ease;  transition: opacity 0.15s ease; }
a.link-lg span { margin-right: 19px; }
a.link-sm span { margin-right: 10px; }
a.link-lg:hover span, a.link-sm:hover span { opacity: 1; }




.service-center .service-icon { margin-bottom: 14px;}
.service-center .service-content h4 { margin-bottom: 6px; }
.service-center .service-icon i { display: inline-block; }
.service-box h4 { margin-bottom: 5px; }
.service-box > div:first-child { padding: 0; }

.service-boxed { margin-top: 30px; padding: 0 15px 20px 15px !important; border: 1px solid #ddd; border-radius: 4px; -webkit-border-radius: 4px;  -moz-border-radius: 4px; -o-border-radius: 4px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin-bottom:30px;
}

.service-boxed:hover {
	border-color: #e2e2e2;
	box-shadow: 0 0 6px rgba(0,0,0,.5);
	-o-box-shadow: 0 0 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.5);
  	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
}

.service-boxed p { margin-bottom: 0; }

.icon-medium-effect { position: relative; display: block; z-index: 1; font-size: 1.5em; color: #ccc; width: 40px; height: 40px; line-height: 40px; text-align: center; margin: 0; border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

/*Seconed Icon Effect */
.icon-effect-2 { background: #fff; -webkit-transition: color 0.4s; -moz-transition: color 0.4s; transition: color 0.4s; }
.gray-icon.icon-effect-2 { color: #ccc; box-shadow: 0 0 0 3px #ccc; -o-box-shadow: 0 0 0 3px #ccc; -moz-box-shadow: 0 0 0 3px #ccc; -webkit-box-shadow: 0 0 0 3px #ccc; }
.icon-effect-2:after { top: -2px; left: -2px; padding: 2px; z-index: -1; -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.gray-icon.icon-effect-2:after { background: #ccc; }

.icon-effect-2:hover, .service-box:hover .icon-effect-2, .icon-effect-2.gray-icon:hover, .service-box:hover .gray-icon.icon-effect-2 { color: #000; background:#ccc; }
.icon-effect-2:hover:after, .service-box:hover .icon-effect-2:after { -webkit-transform: scale(1); 	-moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }
.icon-medium:hover, .service-box:hover .icon-medium { text-shadow: 5px 5px 2px rgba(255,255,255,0); }
.service-center { text-align: center; }
