﻿@charset "utf-8";
/*
 Knight Bootstrap theme by BootstrapTaste.com
 Theme URI: http://bootstraptaste.com/knight-free-bootstrap-theme/
 Author: BootstrapTaste
 Author URI: http://bootstraptaste.com
 */
 
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#000;
	margin:0;
}
h1{
	font-size:50px;
	font-weight:600;
	margin:0 0 15px 0;
	text-transform:uppercase;
	line-height: 1.05;
	letter-spacing: .008em;
}
h2{
	text-align: center;
	font-size:35px;
	font-weight:600;
	letter-spacing: .008em;
	margin:0 0 15px 0;
	text-transform:uppercase;
}
h3{
	font-size:25px;
	margin:0 0 5px 0;
	font-weight:600;
}
h6{
	font-size:18px;
	font-weight:400;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	line-height:30px;
	margin:0;
}
.border-solid{
	-webkit-text-stroke: 2px black;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
@media only screen and (max-width: 767px) {

   h1 {
      font-size: 2.2em;
   }

   h2 {
      font-size: 1.7em;
   }
   h3 {
      font-size: 1.4em;
   }
}

@font-face {
    font-family: 'inhuman_bbregular';
    src: url('../fonts/inhumanbb-webfont.woff2') format('woff2'),
         url('../fonts/inhumanbb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.font-logo{font-family: 'inhuman_bbregular', sans-serif;}

/* icon Styles
---------------------------------*/
.no{
	color:red;
	text-align: center;
}
.yes{
	color:green;
	text-align: center;
}
.white{
	color:white;
}

/* Header Styles
---------------------------------*/

.header{
	text-align:center;
	background-attachment:fixed;
	background: url(../../images/new-bg-v5.jpg) center fixed no-repeat;

	/*height 100%*/
	-webkit-background-size: cover;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}
.header7k{
	text-align:center;
	background-color: #00a8ee;
	background-attachment:fixed;
	background:url(../../images/background-7k.jpg) center top fixed no-repeat;
}
.logo{
	width:200px;
	margin:0 auto 35px;
	-webkit-filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.5));
  	filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.5));
}

.header h1{
	font-family: 'Montserrat',sans-serif;
	font-size:50px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 22px 0 ;
	color:#fff;
}

.we-create{
	padding:0;
	/*margin:35px 0 55px;*/
	margin-left: auto;
	margin-right: auto;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}


.link{
	padding:15px 35px;
	background: #940002;
	color:#fff !important;
	font-size:16px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color: darkred !important;
	background:#fff;
}

.link:active, .link:focus {
	background: #63c6ff;
	text-decoration:none;
	color:#fff !important;
}

.panel-default{
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	/*box-shadow:0 4px 5px -3px #ececec;*/
	position:relative;
	background:#fff;
}
.main-nav{
	text-align:center;
	margin:0px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:11px 11px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
	text-decoration:none;
	color: #63c6ff;
}

.small-logo{ 
	padding:0 5px;
}

.main-section{
	padding:60px 0 60px;
}


/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#fafafa;
}

.main-section.bgblue{
	background-color: #00a8ee;
}

.main-section.sevenknights{
	background-image:url(../../images/background/background-red.jpg); 
}

.main-section.sevenknights2{
	background-image:url(../../images/background/sevenknight2.jpg);
	background-attachment: fixed;
}
.main-section.bgred-electronic-2{
	background-image:url(../../images/background/bgred-electronic-2.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-size: cover;
}
.main-section.redbg-event{
	background-image:url(../../images/sevenknights/index/new-bg-for-events.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-size: cover;
}
.main-section.redbg-event-lineage{
	background-image:url(../../images/lineage/index/new-bg-for-events.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-size: cover;
}
.main-section.orange-event{
	background-image:url(../../images/maplestory/new-bg-for-events.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-size: cover;
}
.main-section.brown-event {
	background-image: url("../../images/wod/bgwod-sub-1.jpg");
	background-position: centercenter;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-size: cover;
}
.main-section.blue-event {
	background-image: url("../../images/ragnarok/bgrag-sub-1.jpg");
	background-position: centercenter;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-size: cover;
}
.main-section.sevenknights-bottom-white{
	background-image:url(../../images/background/sevenknight-bottom-white.jpg); 
	background-position: top;
	background-repeat: no-repeat;
	background-size: auto;
}
.main-section.bgred-electronic {
	background-image: url(../../images/bgred-electronic-1.jpg);
	background-position: top;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-size: auto;
}
.main-section.bggray-electronic{
	background-image:url(../../images/lineage/index/background/bggray-electronic-2.jpg); 
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: auto;
}
.main-section.bgorange-electronic{
	background-image:url(../../images/maplestory/bggray-electronic-2.jpg); 
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: auto;
}
.main-section.bgbrown-electronic {
	background-image: url("../../images/wod/bgbrown-electronic-2.jpg");
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: auto;
}

.main-section.bgblue-electronic {
	background-image: url("../../images/ragnarok/bgblue-electronic-2.jpg");
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: auto;
}
.main-section.bgwhite{
	background-image:url(../../images/background-white.jpg); 
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-section.testimonials{
	background-color: #f0f0f0;
	background-image:url(../../images/sevenknights/index/testimonials-bg.png); 
	background-position: center;
	background-repeat: no-repeat;
}
.main-section.gray{
background: -webkit-linear-gradient(#fff, #FDFDFD, #F7F7F7);
background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
}

.main-section.redbg {
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(12,0,2,1),rgba(71,3,2,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(rgba(12,0,2,1),rgba(71,3,2,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(rgba(12,0,2,1),rgba(71,3,2,1)); /*Fx 3.6-15*/
  background: linear-gradient(to rgba(12,0,2,1), rgba(71,3,2,1)); /*Standard*/

}
.main-section.red2{
    background: red; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left top, red, darkred); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, red, darkred); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, red, darkred); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, red, darkred); /* Standard syntax (must be last) */
	border-top: darkred 5px solid;
}
.main-section.lineage-header-background{
	background-image:url(../../images/lineage/index/background/lineage-header-background.jpg); 
	background-position: top;
	background-repeat: no-repeat;
	background-size: auto;
}
.main-section.maple-header-background{
	background-image:url(../../images/maplestory/maple-bottom-white.jpg); 
	background-position: top;
	background-repeat: no-repeat;
	background-size: auto;
}
.main-section.rag-header-background {
	background-image: url(../../images/ragnarok/rag-bottom-white.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: auto;
}
/* Featured Work
---------------------------------*/

.featured-box{
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	/*color:#777777;*/
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../../images/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../../images/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../../images/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 0 0;
	color:#63c6ff;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display: none;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	text-decoration:none;
	color: #111;
}


/* Portfolio
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li{
	margin:0 10px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background:#63c6ff;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
}

.Portfolio-box{
	text-align:center;
	margin-bottom:30px;
	height:350px;
	width:350px;
	overflow:hidden;
	float:left;
	padding:0;
}
.Portfolio-box img{
	margin-bottom:25px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-nav li a.current{
	background:#63c6ff;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

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

.main-section.paddind{
	padding-bottom:60px;
}

/* Clients
---------------------------------*/
.client-part{
	background:url(../../images/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.client-part-haead{
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-family: ''Open Sans',sans-serif';
	font-style: italic;
}
.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.client li{
	display:inline;
	margin:0 15px;
}
.client li a{
	display:inline-block;
}
.client li a img{
	margin-bottom:15px;
	border-radius:50%;
}
.client li a:hover{
	text-decoration:none;
}
.client li a h3{
	color:#ffffff;
}
.client li a span{
	color:#f1f1f1;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #63c6ff;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#63c6ff;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

.c-logo-part{
	background:#63c6ff;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}
.main-section.team{
	padding:85px 0;
}
.main-section.team h6{
	margin-bottom:40px;
}


/* Team
---------------------------------*/
.team-leader-block{
	max-width:993px;
	margin:0 auto;
}
.team-leader-box{
	width:30.66%;
	margin-right: 3.82979%;
	height: 490px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.team-leader-box span{
	margin-bottom:24px;
	display:block;
}
.team-leader-box:nth-of-type(3n+0){ margin:0;}
.team-leader{
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;
	box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
	margin:7px 7px 25px 7px;
	
}
.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}
.team-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.team-leader:hover .team-leader-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
	display:block;
	border-radius:50%;
}
.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
	display:inline;
	margin:0 11px;
}
.team-leader ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover{
	color:#55acee;
}
.team-leader ul li a.fa-facebook:hover{
	color:#3b5998;
}
.team-leader ul li a.fa-youtube:hover{
	color:#EC0003;
}
.team-leader ul li a.fa-pinterest:hover{
	color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover{
	color:#dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking{
	background-color: #00a8ee;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.business-talking h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
}


/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	background:url(../../images/bg-map.png) left 190px no-repeat;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#63c6ff;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.youtube a:hover {
	background: #EC0003;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #63c6ff;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(122, 225, 255, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(122, 225, 255, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(122, 225, 255, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#63c6ff;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}

/* Footer
---------------------------------*/

.footer{
	background-color: #8B0000;
	padding:10px 0 30px;
	border-top: #5C0001 3px solid;
}
.footer-logo{
	margin:15px auto 10px;
	width: 76px;
}
.copyright{
	color:#ffffff;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a{
	color:#ffffff;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover {
	color: #003F8B;
}

.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #63c6ff !important;
}

.portfolioContainer{
	max-width: 1140px;
}


/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}




.btn-group .dropdown-menu a{
    color:#fff;
}

.btn-default .dropdown-menu {
  color: #000 !important;
}
.btn-default .dropdown-menu li > a:hover,
.btn-default .dropdown-menu li > a:focus {
  background-color: #000 !important;
  color:#fff !important;
}
.btn-group-primary .dropdown-menu {
  background-color: #3784c5 !important;
}
.btn-group-primary .dropdown-menu li > a:hover,
.btn-group-primary .dropdown-menu li > a:focus {
  background-color: #428bca !important;
}
.btn-group-success .dropdown-menu {
  background-color: #51b351 !important;
}
.btn-group-success .dropdown-menu li > a:hover,
.btn-group-success .dropdown-menu li > a:focus {
  background-color: #5cb85c !important;
}
.btn-group-info .dropdown-menu {
  background-color: #4ebbdb !important;
}
.btn-group-info .dropdown-menu li > a:hover,
.btn-group-info .dropdown-menu li > a:focus {
  background-color: #5bc0de !important;
}
.btn-group-warning .dropdown-menu {
  background-color: #efa640 !important;
}
.btn-group-warning .dropdown-menu li > a:hover,
.btn-group-warning .dropdown-menu li > a:focus {
  background-color: #f0ad4e !important;
}
.btn-group-danger .dropdown-menu {
  background-color: #d64742 !important;
}
.btn-group-danger .dropdown-menu li > a:hover,
.btn-group-danger .dropdown-menu li > a:focus {
  background-color: #d9534f !important;
}


.stat {
   margin:100px auto;
   text-align:center;
}
.highlight {
   color:#111;
   padding:10px 0;
   font-weight:bold;
   display:block;
   overflow:hidden;
   margin-bottom:0;
   font-size:48px;
}
.stat i {
	color:#63c6ff;
	font-size:50px;
}
.milestone-details {
   font-weight:bold;
   font-size:18px;
   color:#686868;
}

.thumbnail {
	display:block;
	padding:10px;
	margin-bottom:10px;
	line-height:3;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
}
.thumbnail a>img,.thumbnail>img {
	margin-right:auto;
	margin-left:auto
}
a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
	border-color:#337ab7
}
.thumbnail .caption {
	padding:9px;
	color:#333;
}

.centered{
    float: none;
    margin: 0 auto;
}
 
 .margin{
	 margin: 5px;
}


.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #63c6ff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}



/*Social*/
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 .social-fb:hover {
     color: #3B5998;
 }
 .social-yt:hover {
     color: #A00002;
 }
 .social-gp:hover {
     color: #d34836;
 }
 .social-em:hover {
     color: #f39c12;
 }
.social-dc:hover {
	color: #222222;
}



.contents{
	text-align: justify; 
	text-indent: 2.5em;
}

.aligncenter {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}


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

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
