/*********************SHORTCODES***********************/
/*navigations*/
.navbar-fixed-top {position: relative;	/*z-index: 9999999;*/}
html {overflow-x:hidden}
/***********accordion**************/
.accord-content, .tab-content .tab-pane{
font-size: 15px;
color: #919191;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
margin: 0 0 20px;
margin: 0;
line-height: 22px;
}
/***************panel*************/
.panelshort{
	padding: 20px;
	font-size: 15px !important;
color: #919191;
font-family: 'Roboto', sans-serif !important;
font-weight: 300 !important;
-webkit-font-smoothing: antialiased !important;
line-height: 22px;
margin: 0 0 20px;
color: #ffffff !important;
font-size: 21px !important;
font-family: 'Open Sans', sans-serif !important;
margin: 15px 0;
}

/*********Carousel**************/
.carshort{margin: 20px 0}
.carshort .bx-wrapper .bx-viewport {
-moz-box-shadow:none;
-webkit-box-shadow: none;
box-shadow: none;
border:none;
left: 0;
background: #fff;
height: auto !important;
}
.carshort .bx-controls{
	top: 50%;
}

.carshort .bx-wrapper .bx-controls-direction a{
display: inline;
text-indent: 0;
border: none;
top: 50%;
width: 50px;
height: 50px;
background: rgba(0,0,0,0.6);
-o-border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
font-size: 17px;
color: #ffffff;
text-align: center;
text-shadow: none;
-webkit-text-shadow: none;
-moz-text-shadow: none;
-o-text-shadow: none;
opacity: 1;
transition: all 0.17s ease-in-out;
-moz-transition: all 0.17s ease-in-out;
-webkit-transition: all 0.17s ease-in-out;
-o-transition: all 0.17s ease-in-out;
-webkit-backface-visibility: hidden;
}
.carshort .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0px;
}
.carshort .bx-wrapper .bx-controls-direction a.bx-prev:before {
  position: relative;
top: 0;
left: 0;
content: '\f104';
font-family: 'FontAwesome';
color: #fff;
font-size: 25px;
line-height: 50px;
}
.carshort .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
.carshort .bx-wrapper .bx-controls-direction a.bx-next:before {
	position: relative;
top: 0;
left: 0;
content: '\f105';
font-family: 'FontAwesome';
color: #fff;
font-size: 25px;
line-height: 50px;
}
.carshort .bx-wrapper .bx-controls-direction a:hover{
	transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
}
.carshort .latest-work li{width: auto}


.videoshort iframe{width: 100%}
/*************Video Local*******/
ul.jp-toggles{overflow: visible !important}
/***************************************/
.fblock3-main{position: relative; margin: 25px 0;}
/******************box text**********/
.box-section{
	font-size: 15px;
color: #919191;
font-family: 'Roboto', sans-serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
}
/******************/
iframe{border: none;}
.bx-controls-direction a:hover{text-decoration:none}
.inner-services-post a:hover, .services-section2 .services-post a:hover{border-color: transparent !important;}
a.iconbox{margin: 10px 8px 20px 0;}
/*******************button**************************/
.btn-default{
	background: #000;
	color: #fff;
        border: none;
}
.btn-default:hover{
	background: #000;
	color: #fff;
}
.btn i{margin-right: 5px;}
ul.dropdown-menu li a:hover{color: #000}
/*********************Accordion**********/
.accord-elem {
  margin-top: 20px;
}
.accord-elem:first-child {
  margin-top: 0px;
}
.accord-title {
  padding: 24px 30px;
  background: #000;
  position: relative;
}
.accord-title h3 {
  padding-right: 64px;
  padding-top: 0;
  font-size: 19px;
  font-family: Open Sans, sans-serif;
  color: #000000;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 18px;
  color: #ffffff;
}
.accord-title a.accord-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  position: absolute;
  width: 64px;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  border-left: 1px solid #ffffff;
}
.accord-title a.accord-link:after {
  font-family: 'FontAwesome';
  content: '\f055';
  font-size: 37px;
  color: #fff;
  line-height: 64px;
  opacity: 0.5;
}
.accord-elem.active a.accord-link:after {
  content: '\f056';
  opacity: 1;
}
.accord-content {
  display: none;
  padding: 20px 0 0;
  overflow: hidden;
}
.accord-content img {
  float: left;
  margin-right: 20px;
}
.accord-content p {
  font-size: 15px;
  color: #919191;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 0;
}
.accord-elem.active .accord-content {
  display: block;
}
/*****************Tabs*****************/
.tabshort .nav-tabs{display: table}
.tabshort .nav-tabs li {
  float: left;
  border: 1px solid #eeeeee;
  border-bottom: none;
  margin: 0;
}
.tabshort  .nav-tabs li a {
  padding: 20px;
  color: #919191;
  margin: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.tabshort .nav-tabs li a:hover{
	background: #fff;
	border: none;
	border-radius: 0;
}
 .tabshort .nav-tabs li a i {
  margin-right: 8px;
}
.tabshort .nav-tabs li.active a {
  color: #ffffff;
  background: #000;
  border: none;
  border-radius: 0;
}
.tabshort .nav-tabs li.active a:hover{
	border: none;
	background: #000;
	color: #fff;
}
.tabshort .nav-tabs li.active a i {
  color: #ffffff;
}
.tabshort .tab-content {
  margin-left: 0px;
  border: 1px solid #eeeeee;
  padding: 20px
}

/*************social icons*************/
ul.social-icons-short {
  margin: 0;
  padding: 0;
  margin-top: -5px;
}
ul.social-icons-short li {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
}
ul.social-icons-short li a {
font-size: 1.5em;
color: #fff;
margin: 15px auto;
width: 40px;
height: 40px;
display: inline-block;
line-height: 40px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-radius: 50%;
background: #000;
text-align: center;
}

ul.social-icons-short li a:hover {
background: #222;
color: white;
}
/***pricing table***/
.price-table-top h3{
    margin-top: 20px;
    margin-bottom: 10px;
}
ul.price-plans{text-align: center;}
/* Pricing Tables */

	ul.tables{
		margin:70px auto 0;
	}

	ul.tables li.pricing-table{
		cursor: default;
	}

	.table-inner{
		width:100%;
		padding:15px;
		position: relative;
		background:#f9f9f9;
		border:1px solid #dddddd;
		box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
		-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
		-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	}

	.pricing-table .price-table-top{
		width:100%;
		padding:0;
	}

/* Pricing Table Header */

	.pricing-table .price-table-top h3{
		font-size:27px;
		text-align: center;
		width: 100%;
		padding:0px 0px 15px 0px;
	}

/* Pricing Table Image */

	.price-table-img{
		width: 100%;
		height: auto;
		background:#404040;
		overflow: hidden
	}

	.price-table-top a.price-table-img img{
		width: 100%;
	}

/* Price Plans */

	.table-inner ul.price-plans{
		margin:0px 0 0;
		padding:20px 0 0;
		color:#111111;
	}

	.table-inner ul.price-plans li{
		padding:15px;
		border-bottom:1px dotted #ccc;
	}

	.table-inner ul.price-plans li:first-child{
		border-top:0px solid #f3f3f3;
	}

	.table-inner a.price-buy-now{
		padding:10px 15px;
		background:#000;
		color:#fff;
		display: block;
		width:120px;
		margin:20px auto;
		border-radius:3px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
		-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
		-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
	}
	
	.table-inner a.price-buy-now i{
		padding-left:5px;
	}

/* Active Table */

	.prices .tables .active .price-table-top .price-circle p.price,
	.prices .tables .active .price-table-top .price-circle p.timely{
		color:#35cc75;
	}

/* Table Rollovers */

	.table-inner a.price-buy-now:hover{
		background:#222;
		color:white;
	}

/***************testiomonial*************/
.testimonialshort{
    padding: 70px 0 70px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.testimonialshort .flex-direction-nav li a {
opacity: 1;
width: 26px;
height: 26px;
background: url(../images/testimonial-controls.png);
}
.testimonialshort .flex-direction-nav li a:before{content: none;}
.testimonialshort .flex-direction-nav li a.flex-prev {
background-position: left top;
left: -5px;
}
.testimonialshort .flex-direction-nav li a.flex-prev:hover {
background-position: left bottom;
}
.testimonialshort .flex-direction-nav li a.flex-next {
background-position: right top;
right: -5px;
}
.testimonialshort .flex-direction-nav li a.flex-next:hover {
background-position: right bottom;
}
/***************contact details************/
 ul.contact-info-list,  ul.contact-info-list-ver {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
 ul.contact-info-list li {
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin-bottom: 4px;
  margin-right: 20px;
}

ul.contact-info-list li a,  ul.contact-info-list-ver li a{
  color: #000;
}
ul.contact-info-list-ver li{
	font-size: 14px;
  color: #333;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin-bottom: 4px;
  list-style: none;
}
.contact-info ul.contact-info-list li, .contact-info  ul.contact-info-list li i, 
.contact-info ul.contact-info-list-ver li i, .contact-info ul.contact-info-list li a, 
.contact-info  ul.contact-info-list-ver li a{color: #fff}
/**************progress bar************/
.skills-progress p {
  font-size: 15px;
  color: #000000;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.skills-progress p span {
  display: inline-block;
  float: right;
  font-weight: 400;
  color: #a6a6a6;
  font-size: 15px;
}
/****************modal***********/
.modal{top: 40%;}
/*********BLOG LIST*******/
.related-posts .post-inner{margin: 0; padding: 0}
.related-posts .post-details{width: 100%}
.related-posts .post-details h1 a {color: #9c9c9c;}
.related-posts .blog-post>img{height: auto; max-width: 100%;}
.related-posts ul.post-tags li span{color: #fff;}
.related-posts .post-tags li i{display: inline-block;font-size: 16px;margin-right: 7px;}
/************latest works***********/
.latest-work .work.galleryup{
    width: 100%;
    padding: 0;
}
/************teammember**********/
.member-details-inner{text-align: center;}
.member-details-inner .socials ul li{display: inline-block;}
/**************vertical navigation*******/
.vernavshort li{display: block;}
.vernavshort li a{line-height: 20px}
.vernavshort li a:hover{background: #000; color: #fff;}
/***********service block**/
.fact h1{line-height: 1.1;}
.facts .fact .fact-number{text-align: center;}
/************featured block**********/
.about-box {cursor: default;}
.f-box{margin-top: 0;}
/*********************SLIDER*************/
.flexslidershort  .flex-direction-nav {
display: block;
opacity: 1;
}

.flexslidershort .flex-direction-nav li a {
opacity: 1;
width: 31px;
height: 52px;
top: 50%;
background: #1d1d1d center center no-repeat;
opacity: 0.8;
margin-top: -26px;
}
.flexslidershort .flex-direction-nav li a.flex-prev {
left: 0;
background-image: url(../images/arrow-left.png);
}
.flexslidershort .flex-direction-nav li a.flex-next {
background-image: url(../images/arrow-right.png);
right: 0;

}
.flexslidershort .flex-direction-nav li a:before{content: none;}
.flexslidershort .flexcaption{
    position: absolute;
    left: 0;
    bottom: 10%;
	text-align:center;
    font-family: 'Open Sans';
    color: #ffffff;
    font-size: 35px;
   
	background:rgba(0,0,0, 0.8);
	padding:20px;
}

.flextype2 ul.slides li>img{width: 100%}
.flextype2 .flex-direction-nav{
	top: 50%;
}
.flextype2:hover .flex-next {
opacity: 0.7;
right: 10px;
}
/*****************************Alternative Slider**************/
.slideAnim .home-details{top: 10%}
.home-details{
		width:90%;
		margin:0 auto;
		height: auto;
		max-width: 1170px;
		top:50%;
		position: relative;
		text-align:center;
		z-index: 10;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.slide-text{
		margin:3px auto 0;
	}

	.slide-text li:last-child{
		clear: both;
	}

	.home-details li{
		width:100%;
		height: auto;
		color:white;
		font-size:125px;
		line-height: 110px;	
	}
/*****************Blockquote************/
div.blockquote{   
margin:20px 0px;
padding: 25px 0 25px 0;
border-top: rgba(0,0,0,0.10) 8px solid;
border-bottom: rgba(0,0,0,0.10) 8px solid;
font-size: 44px;
}
.blockquote i.fa-quote-right {margin-left:10px}
.blockquote i.fa-quote-left {margin-right:10px}
.blockquote a{color: #fff;}
.blockquote.fullwidth-box{padding-top: 45px !important; padding-bottom: 35px !important;}

/*************************SEction fullwidth*******************/
.inner.fullbox{padding: 0;}
.fullsize, .fullsize.fullsize-video > div, .fullsize.parallax-type  > div {
background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	margin-left: -36%;
    padding:100px 36%;
    width: 100%;
    position: relative;
    z-index: 0;
}
.fullsize.no-cover{background-size: auto;
	-moz-background-size: auto;
	-webkit-background-size: auto;}
.fullsize.nopaddingbottom {padding-bottom:0 !Important}
.fullsize.nopaddingtop {padding-top:0 !Important}
.fullsize.notopborder{border-top:none}
.fullsize.nobottomborder{border-bottom:none}
.fullsize.parallax1 {background:url(../images/parallax/1.jpg) top center fixed;padding: 55px 36% !important; }
.fullsize.parallax2 {background:url(../images/parallax/2.jpg) center center fixed;padding: 70px 36% !important;}
.fullsize.parallax3 {background:url(../images/parallax/3.jpg) top fixed; padding: 75px 36% !important}
.fullsize.parallax4 {background:url(../images/parallax/4.jpg) center fixed;}
/*************************timeline*****************/

 
	#shortcodes{
		margin:0 auto;
	}




	#shortcodes .inner_s:last-child{
		margin-bottom:75px;
	}

	#shortcodes .inner_s{
		padding:30px 0;
		width:100%;
		max-width: 1170px;
		margin:0 auto;
		text-align:center;
	}

	.cont{
		width:100%;
		position: relative;
		margin:20px auto;
	}

	.l-header{
		margin-bottom:25px;
		margin-top:25px;
		padding-top:0;
		font-size:23px;
	}

	.mrg{
		margin:15px auto;
	}


/* Side notes for calling out things
-------------------------------------------------- */
 
/* Base styles (regardless of theme) */

	.bs-callout {
	  padding: 15px 30px 15px 15px;
	  border-right: 3px solid #eee;
	  border-left: 3px solid #eee;
	}

	.bs-callout h4 {
	  margin-top: 0;
	}

	.bs-callout p:last-child {
	  margin-bottom: 0;
	}

	.bs-callout code,
	.bs-callout .highlight {
	  background-color: #fff;
	}
	 
/* Themes for different contexts */

	.bs-callout-danger {
	  background-color: #fcf2f2;
	  border-color: #dFb5b4;
	}

	.bs-callout-warning {
	  background-color: #fefbed;
	  border-color: #f1e7bc;
	}

	.bs-callout-info {
	  background-color: #f0f7fd;
	  border-color: #d0e3f0;
	}

	.bs-callout h3{
		margin:5px 0;
		padding:0;
	}

	.callout-content{
		float: left;
	}

	.callout-btn{
		display:block;
		margin:20px auto;
	}

/* Alert Message */

	.alert .close{
		outline:none;
	}

/* Themes for different contexts */

	ul.buttons li{
		display: inline-block;
		margin:0 10px;
	}

	ul.buttons li:first-child{
		margin-left:0;
	}

/* Progress Bars */
.alert, .panel, .panel-heading{border-radius:0}
	.progress {
		height: 15px;
		border-radius:0px;
		background:#f8f8f8
	}

	.progress .progress-bar{
		border-radius:0;
	}

	.progress-bars .bar-texts h5.bar-header{
		float:left;
		font-size:15px;
		margin-bottom:0px;
		padding-top:0;
	}

	.progress-bars .bar-texts h5.bar-text{
		float:right;
		font-size:15px;
		margin-bottom:0px;
	}

/* Social Buttons */


	a.social{
		width:40px;
		height:40px;
		display: inline-block;
		text-align: center;
		line-height: 40px;
		background:#fafafa;
		color:#404040;
		font-size:18px;
		margin-right:5px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	a.social:hover{
		color:white;
	}

/* Social Hovers */

	a.mail:hover{
		background:#404040;
	}

	a.facebook:hover{
		background:#4b6ea8;
	}

	a.twitter:hover{
		background:#4fd5f8;
	}

	a.youtube:hover{
		background:#d84939;
	}

	a.vimeo:hover{
		background:#96d3f0;
	}

	a.pinterest:hover{
		background:#d83633;
	}

	a.linkedin:hover{
		background:#0189c3;
	}

	a.flickr:hover{
		background:#84979e;
	}

	a.dropbox:hover{
		background:#1e81c2;
	}

	a.instagram:hover{
		background:#e1d4b8;
	}

	a.tumblr:hover{
		background:#345365;
	}

	a.skype:hover{
		background:#00bbf0;
	}

	a.google-plus:hover{
		background:#da2200;
	}

	a.twitter-square:hover{
		background:#4fd5f8;
	}

	a.rss:hover{
		background:#fb9c00;
	}

	a.apple:hover{
		background:#404040;
	}

	a.windows:hover{
		background:#0063f4;
	}

	a.dribbble:hover{
		background:#f2689c;
	}

	a.android:hover{
		background:#80da23;
	}

	a.html5:hover{
		background:#ec6432;
	}

	a.css3:hover{
		background:#3a88d0;
	}

	a.pagelines:hover{
		background:#4f98df;
	}

	a.gittip:hover{
		background:#7c6035;
	}


/* Columns */

	.columns{
		padding:10px 0;
	}

	.fiven{
		width: 20%;
		padding:0 15px;
		float:left;
	} 