/* ========= Accordian Style =========== */
.wpb_accordion_section.group {
  margin-bottom: 5px;
}
.theme-accordian .panel-group .panel{
	border-radius:0;
	border:none;
	box-shadow:none;
}
.theme-accordian .panel-default > .panel-heading{
	
	border-radius:0;
	padding:0;
}
.theme-accordian .panel-title > a{
	background-color: #fff;
	border: 1px solid #ddd !important;
	color: #59585b;
	display: block !important;
	font-size: 14px;
	font-weight: 400;
	outline: medium none !important;
	padding: 12px 15px !important;
	position: relative;
}
.theme-accordian .panel-title > a:hover{
	background-color:#f15b5a;
	border:1px solid #f15b5a;
	color:#FFF;
}
.theme-accordian .panel-body{
	padding:15px;
}
.theme-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body{
	border:none;
}
/* ========= End =========== */	
/* ========= Parallax Style =========== */
.parallax-area {
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	padding:100px 0;
	margin:50px 0;
}

.parallax-image{	
	background-color:#FFF;
	color:#FFF;
	background-attachment:fixed !important;
	background-size:cover;
}
.we-love.parallax-image{
	background-image:url(../images/we-love.jpg);
	background: transparent;
}
.features.parallax-image{
	background-image:url(../images/features.jpg);
}
.contact-bg.parallax-area{
	background-image:url(../images/contact-bg.jpg);
}
.contact-bg.parallax-area{
	margin:70px 0 0 0;
}

/* ========= End =========== */

/* ========= Video Dialog Box =========== */
.video-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9990000;
    display: none;
    position: fixed;
    overflow: hidden;
    background-color: #000000;
}

/* 20.4.2 Iframe
-------------------------------------------------------------------------- */
.video-box iframe {
    float: left;
    width: 100%;
    height: 100%;

    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;
}

/* 20.4.3 Close Button
-------------------------------------------------------------------------- */
.video-box .close-video {
    top: 17px;
    left: 17px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    background-color: #59585b;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.video-box .close-video:hover {
    color: #21252b;
    background-color: #ffffff;
}

.owl-carousel .owl-item img{
	width:inherit;
	display:inherit;
}
.spacer{
	height:40px;
}
/* ========= End =========== */

/* ========= Testimonials Slider =========== */
.testimonials blockquote{
    color: #ffffff;
	border:none;
}
.testi_thumbs{
    text-align:center;
	 -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.thumbs{
	margin:0;
	position:relative;
	bottom:-51px;
	padding:0;
}
.thumbs li{
    display:inline;
    margin:0 1px;
}
.thumbs li a {
    position: relative;
}
.thumbs li img, .thumbs li a{
    display: inline-block;
}
.thumbs li img, .thumbs li a img{
    border:4px solid #FFF;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.thumbs li img, .thumbs li a.tactive img{
	 border:4px solid #59585b;
}
.thumbs li a span{
    height: 71px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: inline-block;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border: 3px solid #28b8d8;
}
.tactive span {
    opacity: 1 !important;
}
.testi_details{
    margin-top:35px;
	text-align:center;
	color:#FFF;
	 -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.testi_details .td {
    display: none;
}
.testi_details .td.first{
    display:block;
}
.testi_details .td blockquote{
    font-size:18px;
    padding: 0;
    margin-bottom: 20px;
	border:none;
	font-style:italic;
	line-height: 25px;
}
.testi_details .td h3{
    font-size:24px;
    margin-bottom:0px;
    color:#333333;
	font-style:italic;
	font-weight:500;
}
.testi_details .td h3 span{
    font-size:14px;
    position:relative;
	display:block;
	font-weight:400;
}
/* ========= End =========== */

/* ========= Social Icons =========== */
.social-icons{
	margin:0;
}
.social-icons ul{
	margin:0;
	padding:0;
}
.social-icons ul li{
	display:inline-block;
	padding:0 7px 0 0;
}
.social-icons ul li a{
	background:#acadaf;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	line-height:40px;
}
.social-icons ul li a:hover{
	background:#f15b5a;
	color:#FFF;
}
/* ========= End =========== */

/* ========= Custom Bootstrap Tooltip =========== */
.tooltip-inner{
	padding:5px 10px;
	background:#59585b;
	color:#FFF;
	font-size:13px;
}
.tooltip.top .tooltip-arrow {
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-width:5px 5px 0;
	border-top-color:#59585b;
}
.tooltip.right .tooltip-arrow {
	top:50%;
	left:0;
	margin-top:-5px;
	border-width:5px 5px 5px 0;
	border-right-color:#59585b;
}
.tooltip.left .tooltip-arrow {
	top:50%;
	right:0;
	margin-top:-5px;
	border-width:5px 0 5px 5px;
	border-left-color:#59585b;
}
.tooltip.bottom .tooltip-arrow {
	top:0;
	left:50%;
	margin-left:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#59585b;
}
/* ========= End =========== */


/* ========= Our Skills =========== */
.piecharts h2 {
	font-size:45px;
	border:0;
	line-height: 40px;
	margin-bottom: 30px;
}
.piecharts p {
	margin:0
}
.piecharts .container {
	position: relative;
	z-index: 5;
}
.piecharts .col-xs-6 {
	text-align:center;
}
.chart {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 10px 0 50px 0;
	text-align: center;
}
.chart.first {
	margin-left:0;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	line-height: 100px;
	z-index: 2;
	font-size:18px;
	font-weight: 300;
	color:#59585b;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}
.angular {
	margin-top: 100px;
}
.angular .chart {
	margin-top: 0;
}
.skill-name {
	bottom: -35px;
	font-size: 16px;
	font-weight: 400;
	color:#f15b5a;
	left: 0;
	position: absolute;
	width: 100%;
}
/* ========= End =========== */

/* ========= Features Box =========== */
.features-box{
	margin:0 0 30px 0;
}
.icon-box{
	width:40px;
	height:40px;
	line-height:40px !important;
	text-align:center;
	float:left;
	background:#f15b5a;
	font-size:18px;
	color:#FFF;
}
.features-text{
	overflow:hidden;
	padding:0 0 0 20px;
}
.features-text h4{
	color:#59585b;
	font-size:16px;
	margin:0 0 10px 0;
	font-weight:500;
}
/* ========= End =========== */

/* ========= Counter Wrap =========== */
.counter-box{
	border:1px solid #dddddd;
	background:#f7f8fa;
}
.icon-wrap{
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	border-right:1px solid #dddddd;
	width:60px;
	font-size:30px;
	color:#59585b;
	background:#FFF;
}
.counter-text span{
	font-size:36px;
	color:#f15b5a;
	display:block;
	line-height: 50px;
	
}
.counter-text{
	color:#59585b;
	display:table-cell;
	vertical-align:middle;
	padding:20px;
}
/* ========= End =========== */

/* ========= Pricing Box =========== */
.pricing-box{
	background:#f7f8fa;
	border:1px solid #d7d8da;
	text-align:center;
	padding:0 0 25px 0;
	margin:40px 0 0 0;
}
.pricing-box.popular{
	background:#FFF;
	margin-top:-20px;
}
.head{
	background:#59585b;
	padding:20px 0;
	font-size:18px;
	color:#FFF;
	font-weight:500;
	text-transform:uppercase;
}
.pricing{
	position:relative;
	font-size:82px;
	font-weight:100;
	color:#444444;
	padding:20px;
	display:inline-block;
	line-height: 100px;
}
.pricing:before, .pricing:after{
	position:absolute;
	z-index:1000;
}
.pricing:before{
	content:"$";
	font-size:18px;
	color:#888;
	font-weight:400;
	left:5px;
	top:0px;
}
.pricing span{
	font-size:21px;
	color:#444444;
	font-weight:400;
}
.list-detail{
	list-style-type:none;
	margin:0;
	padding:0 10px;
}
.list-detail li{
	font-size:16px;
	padding:0 0 18px 0;
	margin:0 0 18px 0;
	border-bottom:1px solid #d7d8da;
}
.list-detail li span, .list-detail li strong{
	color:#444444;
	font-weight:500;
}
.list-detail li:last-child{
	border-bottom:none;
}
.trending{
	background:#f15b5a;
	color:#FFF;
	font-weight:500;
	font-size:14px;
	padding:20px 0;
	text-transform:uppercase;
}

.pricing-box a{
	display:block;
	background:#59585b;
	color:#FFF;
	margin:0 10px;
	padding:15px 0;
	font-size:16px;
	font-weight:500;
	border:2px solid #59585b;
	text-transform:uppercase;
	
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.pricing-box a:hover{
	border:2px solid #f15b5a;
	background:#FFF;
	color:#f15b5a;
}
/* ========= End =========== */

/* ========= Blog Section =========== */
.blog-box{
	margin:-25px 0 0 0;
}
.blog-box2{
	margin:0;
	position:relative;
}
.blog-box2 .date-box{
	position:absolute;
	top:-25px;
	left:40px;
	z-index:10000;
}
.date-box{
	padding:10px 15px;
	font-size:14px;
	font-weight:500;
	background:#f15b5a;
	color:#FFF;
	line-height:17px;
	display:inline-block;
	position:relative;
	top:25px;
	left:25px;
	z-index:10000;
}
.date-box span{
	font-size:24px;
	display:block;	
}
.meta-box{
	border-bottom:1px solid #d7d8da;
}
.blog-icon{
	display:table-cell;
	vertical-align:middle;
	border-right:1px solid #dddddd;
	width:65px;
	font-size:20px;
	color:#59585b;
	font-weight:400;
}
.blog-icon > span {
  display: block;
  line-height: 25px;
  margin-right: 10px;
}
.blog-head{
	color:#59585b;
	display:table-cell;
	vertical-align:middle;
	padding:20px;
	font-size:14px;
}
.blog-head h3{
	margin:0 0 8px 0;
	font-size:24px;
	font-weight:400;
}
.blog-btn{
	padding:20px 0 0 0;
	text-align:center;
}
.blog-btn a{
	padding:8px 20px;
}
/* ========= End =========== */

/* ========= Conact Section =========== */
.info-icon{
	display:table-cell;
	vertical-align:middle;
	border-right:1px solid #dddddd;
	width:40px;
	font-size:36px;
	color:#f15b5a;
	font-weight:400;
}
.info-text{
	color:#59585b;
	display:table-cell;
	vertical-align:middle;
	padding:10px 20px;
}
.info-text h3{
	margin:0 0 8px 0;
	font-size:18px;
	font-weight:600;
}
.info-icon .fa-envelope-o {font-size:24px;}
/* ========= End =========== */

/* ========= Contact Section =========== */
#map-holder{
	margin:0;
	background:#FFF;
	padding:0;
	height:400px;
}
#map_extended{
    height: 100%;
    left: 0;
    line-height: inherit;
    position: relative;
    top: 0;
    width: 100%;
}
#map_extended img {
	max-width: inherit;
}
#map_extended .gm-style div {
	font: 13px/20px 'Raleway', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#map_extended .gmap_marker address {
	width: 300px;
}
#map_extended .gmap_marker address > div {
	width: 100%;
	display: inline-block;
}
#map_extended .gmap_marker address div div {
	float: right;
	width: 70%;
}
#map_extended .gmap_marker address div div:first-child {
	width: 30%;
	float: left;
}

/* Contact Form */
#contact_form .form-control{
	margin-top:30px;
}
#contact_form .form-control{
	background:none repeat scroll 0 0 rgba(255,255,255, 0.9);
	border:none;
	border-radius:2px;
	padding:10px 15px;
	height:auto;
	color:#444;
}
#contact_form .form-control:focus{
	box-shadow:none;
	border:none;
}
label.error{
	font-weight:300;
	font-size:13px;
	color:#F00;
	padding:10px 0 0 0;
}
#contact_form .form-btn{
	display:block;
	background:none;
	color:#FFF;
	padding:15px 0;
	font-size:16px;
	font-weight:500;
	border:2px solid #fff !important;
	text-transform:uppercase;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#contact_form .form-btn:hover{
	border:2px solid #f15b5a !important;
	background:#f15b5a;
	color:#FFF;
}
/* ========= End =========== */

/* ========= Twitter/Flickr =========== */
.tweet-stream .tweet_list, .tweet-stream .tweet_list li {
	margin:0;
	list-style:none;
	font-size:13px;
	line-height:25px;
	padding:0;
}
.tweet-stream .tweet_list li{
	border-bottom:1px solid #ddd;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.tweet-stream .tweet_list li:last-child{
	border:none;
	margin:0;
	padding:0;
}
.tweet-stream .tweet_list li .tweet_text, .tweet-stream .tweet_list li .tweet_time {
	display:block
}
.tweet-stream .tweet_list li .tweet_time {
	font-size:11px;
	margin-top:0px
}
.tweet-stream .tweet_list li .tweet_time a {
	font-weight:400;
}
/* ========= End =========== */

/* ========= Button Style =========== */
.main-btn{
	color:#59585b;
	border:1px solid #59585b;
	padding:5px 20px;
	display:inline-block;
	
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	
}
.main-btn:hover{
	background:#f15b5a;
	border:1px solid #f15b5a;
	color:#FFF;
	
}
/* ========= End =========== */

/* ========= Tags Style =========== */
.wp-tag-cloud {
	list-style: none;
}
.wp-tag-cloud li {
	display: inline-block;
}
.tags a, .wp-tag-cloud li a{
	margin-right:8px;
	color:#303030;
	padding:8px;
	border:1px solid #DDDDDD;
	display:inline-block; 
	margin-bottom:12px
}
.tags a:hover, .wp-tag-cloud li a:hover{
	color:#333;
	border:1px solid #333;
	
}
/* ========= End =========== */
/* ========= flickr Photostream =========== */
.photo-thumbs { margin: 0; padding: 0; overflow: hidden; }
.photo-thumbs li { list-style: none; float: left; margin: 3px; padding: 0px; background: #FFF; width:70px; }
.photo-thumbs li a { }
.photo-thumbs li img { display: block; }
.photo-thumbs li a img { border: none;}
/* ========= End =========== */

#home .full-img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	
	/* Set rules to fill background */
  min-height: 100%;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

	}
	
	
#homeBanner {
	display:block;
	position:absolute
}
#bannerText {
	position:absolute;
	text-align:center;
	top:100%;
	text-transform:uppercase;	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#bannerText h1 {
	font-size:30px;
	line-height:70px;
	text-transform:capitalize;
	line-height:inherit;
	font-weight:700;
	line-height: 50px;
}
#bannerText h1 .rotate{
	color:#f15b5a;
	font-size:40px;
}
#bannerText h2 {
	font-size:40px;
	line-height:50px
}
#homeBanner, #bannerText {
	width:100%;
	height:100%;
}
#bannerText h1, #bannerText h2 {
	color:#FFF
}
/* ========= Rotating Text =========== */
.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
  white-space:nowrap;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}



.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}
/* ========= End =========== */

/* ========= Page Loader =========== */
#pageloader {
    background:url("../images/overlay-pattern.png") repeat scroll 0 0 #FFF;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.loader-item {
    left: 50%;
    margin: -32px 0 0 -32px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: auto;
}
/* ========= End =========== */

/* ========= Video Background =========== */
.body-bg {
    background: url(../images/overlay-pattern.png) repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
#bg-video-controls {
    bottom:5px;
    height: 36px;
    padding: 4px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 100000;
}
#bg-video-controls .icon {
	color: #f7f7f7;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	width: 36px;
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	transition:			all 0.3s ease;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
	content: "\f04b";
}
.icon-pause:before {
	content: "\f04c";
}
.icon-sound:before {
	content: "\e61f";
}
.icon-mute:before {
	content: "\e620";
}
/* ========= End =========== */