/*
 Author: CREATEBRILLIANCE - Media & Consulting
 Author URI: http://www.createbrilliance.com
 Version: 1.0
 */




/*GENERAL STYLING*/

html, body {
	height: 100%;
}

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #7E8385;
	font-size:15px;
	line-height: 2;
	font-weight:100;
	overflow-x: hidden !important;
	background-color:rgb(249, 249, 249);
}

.side-border {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
    bottom: 0;
    color: white;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0 24px;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
    width: 60px;
    z-index: 40;
    text-shadow:0px 0px 5px #5C5C5C;
}
.side-border > div {
    display: inline-block;
    height: 12px;
    left: 24px;
    line-height: 12px;
    margin-top: 150px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: rotate(-90deg);
    transform-origin: 0 0 0;
    width: 300px;
}
.side-border > div.right-side {
    left: auto;
    right: 34px;
    transform: rotate(90deg);
    transform-origin: 100% 100% 0;
}
#aside-left {
    left: 0;
}
#aside-right {
    right: 0;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #676767;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

h1{
	font-weight:100;
}
h3{
	font-weight:400;
}

.gold{
		color: #AA9159;
}
a {
	color: #AA9159;
	text-decoration: none;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}
a:hover, a:focus {
	color: #a2afb3;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted #333333;
	outline-offset: -2px;
}

/*
 * BUTTONS
 */
.button{
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	background:none;
	-webkit-transition:all 0.4s ease-in-out 0s;
	-moz-transition:all 0.4s ease-in-out 0s;
	-o-transition:all 0.4s ease-in-out 0s;
	transition:all 0.4s ease-in-out 0s;
}
.button:hover{
	text-decoration:none;
}
button{
	background:none;
	border:3px solid rgba(255,255,255,1);
	padding:5px;
	padding-right:10px;
	padding-left:10px;
	-webkit-transition:all 0.4s ease-in-out 0s;
	-moz-transition:all 0.4s ease-in-out 0s;
	-o-transition:all 0.4s ease-in-out 0s;
	transition:all 0.4s ease-in-out 0s;
}
button:hover{
	border:3px solid rgba(255,255,255,0.3);
}
.btn-style a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	cursor:pointer;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	font-size:15px;
}

.btn-style a:hover,
.btn-style a:focus {
	outline: none;
}
.btn-style a {
	padding: 10px;
	color: #aa9159;
	font-weight: 100;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.btn-style a::before,
.btn-style a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #AAAAAA;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.btn-style a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.btn-style a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.btn-style a:hover,
.btn-style a:focus {
	color: #888;
}

.btn-style a:hover::before,
.btn-style a:focus::before,
.btn-style a:hover::after,
.btn-style a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.round-icon{
	border: 2px solid black;
    border-radius: 100%;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    outline: medium none;
    text-align: center;
    top: 50%;
    width: 40px;
}


.hero{
	text-align:center;
	margin-bottom:100px;
}
.hero h2{
	font-weight:100;
	font-size:35px;
	line-height:35px;
}
.hero p{
	font-weight:100;
	padding-left:10%;
	padding-right:10%;
	font-size:20px;
	line-height: 1.5;
}

.hero.left{
	padding-bottom:10px;
	text-align:left;
	margin-bottom:0px;
}
.hero.left p{
	padding-left:0px;
	padding-right:10px;
}


/* BOOTSTRAP CAROUSEL FADE EFFECT*/
.carousel-fade .item {
	opacity: 0;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	-ms-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}

.carousel-fade .active.item {
	opacity: 1;
}

.carousel-fade .active.left, .carousel-fade .active.right {
	left: 0;
	opacity: 0;
	z-index: 2;
}

/*TESTIMONIALS*/
.testimonials{
	color:white;
}
.testimonials p{

}
.testimonials cite{
	display:block;
	font-size:10px;
	font-weight:700;
	font-family: "Muli","Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
}

.testimonials .container{
	padding-top:50px;
	padding-bottom:50px;
}

.testimonials .background-middle-full {
	background: url("../img/testimonial-pattern.jpg") repeat 50% 50%;
}

/*SOCIAL ICONS MODULE */
.social-icons a {
	font-size: 15px;
	-moz-box-sizing: border-box;
	color: white;
	border-radius: 3px;
	text-align: center;
	width: 30px;
	height: 30px;
	display: inline-block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.social-icons .fa {
	margin-top: 8px;
	font-size: 15px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


/*SOCIAL ICON COLORS*/
.social-icons a.facebook{background-color:#5168B9}.social-icons a.twitter{background-color:#6EC3F5}.social-icons a.google-plus{background-color:#F65E4F}.social-icons a.rss{background-color:#FF893B}.social-icons a.dribbble{background-color:#EB4E8B}.social-icons a.flickr{background-color:#0063db}.social-icons a.github{background-color:#4183c4}.social-icons a.instagram{background-color:#3f729b}.social-icons a.linkedin{background-color:#007fb1}.social-icons a.pinterest{background-color:#cb2027}.social-icons a.dropbox{background-color:#3d9ae8}.social-icons a.stumbleupon{background-color:#eb4924}.social-icons a.tumblr{background-color:#2c4762}.social-icons a.vimeo{background-color:#4bf}.social-icons a.youtube{background-color:#cd332d}.social-icons a.skype{background-color:#00aff0}

.social-icons a:hover {
	background: white;
	color: #444;
	opacity: 1;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.social-icons a:hover .fa {
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
}
/* TEMPLATE MODULE */
.template-item .meta,
.template-item .description{
	text-align:center;
}
.template-item .meta{
	font-size:10px;
}
#templates .template-item .meta .buy{
	background: none;
    border-radius: 0px;
    color: #aa9159;
    font-size: 16px;
    letter-spacing: 2px;
    padding-right:5px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}

#templates .template-item img{
	margin:0 auto;
}

#templates .template-item .meta .buy:hover{
	border:2px solid #aa9159;
	padding-right:5px;
	padding-left:5px;
}
.template-item .meta .preview:hover{
	color:black;
}
#templates .template-item .meta .buy span{
	letter-spacing:0px;
	font-size:14px;
}

@media only screen and (max-width: 1220px) {
	.template-item .meta .buy {
		font-size:10px;
	}
	.template-item .meta .buy span{
		font-size:10px;
	}
}

.template-item .meta .preview{
	color:#9B9FA3;
}
/* INFOBOX MODULE */
.icon-effect {
	border-radius: 50%;
	color: #FFFFFF;
	display: block;
	font-size: 1.2em;
	height: 32px;
	line-height: 32px;
	margin: 0;
	position: relative;
	text-align: center;
	top: 4px;	
	-webkit-transition:all 0.4s ease-in-out 0s;
	-moz-transition:all 0.4s ease-in-out 0s;
	-o-transition:all 0.4s ease-in-out 0s;
	transition:all 0.4s ease-in-out 0s;
	width: 32px;
	z-index: 1;
	background-color: white;
	box-shadow: 0 0 0 3px #AA9159;
}

.icon-effect:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 50%;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	left: -2px;
	padding: 2px;
	top: -2px;
	-webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
	-moz-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
	-o-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
	transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
	z-index: -1;
	background: #AA9159;
}

.icon-effect:hover,
.info-box:hover .icon-effect {
	color: #AA9159;
}

.icon-effect:hover:after,
.info-box:hover .icon-effect:after {
	opacity: 0;
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform:scale(1.3);
}

.info-box {
	margin-bottom: 35px;
}
.info-box .icon {
	float: left;
}
.info-box .content h3{
	margin-top:0px;
}
.info-box .content {
	padding-left: 45px;
}

.info-box .content small{
	font-weight:600;
}


/**********************************
 * SECTIONS
 * 
 *********************************/
/*
 * navbar
 */

.navbar {
	border:0px;  
    text-transform: uppercase;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: none;
    opacity:0.96;
    color:white;
}

.navbar .company{
	padding-left:15px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.navbar-nav > li > a,
.navbar-nav .dropdown-menu > li > a {
	color:white;
	font-size:10px;
}

.navbar-nav .caret {
    border-bottom-color: white;
    border-top-color: white;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.nav a:hover .caret{
	border-bottom-color: white;
    border-top-color: white;
}



.navbar-custom .nav li a {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    font-weight:bold;
    background:none;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/*small version */
.top-nav-collapse{
	color:black;
}
.top-nav-collapse .company{
	padding-top:15px;
}
.top-nav-collapse .navbar-nav > li > a,
.top-nav-collapse .navbar-nav .dropdown-menu > li > a {
	color:black !important;	
}

.top-nav-collapse .navbar-nav .dropdown-menu {
	   background-color: #F9F9F9 !important;
       border-bottom: 1px solid #f2f2f2 !important;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
       
}
.top-nav-collapse .caret {
    border-bottom-color: black !important;
    border-top-color: black !important;
}
.top-nav-collapse .navbar-toggle{
	color:black !important;
}

.navbar {
    padding: 20px 0;
    letter-spacing: 1px;
    background: none;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.top-nav-collapse {
    padding: 0;
    background-color: #F9F9F9;
    border-bottom: 1px solid #f2f2f2;
}




.navbar .company{
	background:url('../img/assets/logo-white-topleft.png');
	width:250px;
	height:24px;
	repeat:no-repeat;
	margin-top:15px;
	margin-left:15px;
}
.navbar.top-nav-collapse .company{
	background:url('../img/assets/logo-black-topleft.png');
	width:250px;
	height:24px;
	repeat:no-repeat;
	margin-top:15px;
	margin-left:15px;
}


section {
	-webkit-backface-visibility: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
	background:white;
	position:relative;
	z-index:3;
}


.section{
	padding-top:100px;
	padding-bottom:100px;
}

#head{
	background: #32edff; /* Old browsers */
	background: -moz-linear-gradient(top, #32edff 0%, #e589ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #32edff 0%,#e589ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #32edff 0%,#e589ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32edff', endColorstr='#e589ff',GradientType=0 ); /* IE6-9 */
	width:100%;
	height:100%;
	min-height:100%;
	color:white;
	padding-bottom:0px;
}

#head .hero{
	margin-top:100px;
	position:absolute;

	width:100%;

}
#head .hero h1{
	text-transform:uppercase;
	font-size:60px; 
	color:white;
	margin-bottom:0px;
}

#head .row.align-bottom{
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	position:absolute;
	margin:0 auto;
	width:100%;
	bottom:0;
	z-index:10;
	color:white;
	padding-bottom:10%;
}

#head .row.align-bottom h1,
#head .row.align-bottom h3{
	color:white;
}

#head .row.align-bottom h3{
	font-size:15px;
	letter-spacing:normal;
}
#head .row.align-bottom h1{
	font-size:80px;
	letter-spacing:-3px;
	line-height:70px;
	font-weight:800;
}

@media only screen and (max-width: 970px) {
	#head .row.align-bottom h1 {
		font-size:55px;
	}
}

#head .row.align-bottom .carousel{
	top:-20px;
}
#head .hero h3{
	font-weight:100;
	color:white;
	margin-top:0px;
}
#head .container {
	z-index: 3;
	position: relative;
}

/*
 * HEAD SLIDER
 */
#head #slides {
	left: 0;
	position: fixed !important;
	top: 0;
	height:100% !important;
	overflow: hidden;
	z-index: 1;
	opacity:0.65;
}
#head #slides .slides-container {
	display: none;
}

#welcome {
	background:white;
}

#templates{
	padding-bottom:200px;
}

#plugins{
	background:#F8F8F8;
}
#plugins .background-side-full {
	background: url("../img/side-plugins.jpg") no-repeat scroll 100% 0% #E9E8E6;
	height: 600px;
	margin-top:-100px;
	margin-bottom:-100px;
	background-color:#E9E8E6;
}

#plugins .row {
	padding-bottom:10px;
}
#plugins .template-item .description h3{
	display:inline;
	margin-top:0px;
}
#plugins .template-item .description,
#plugins .template-item .meta  {
	text-align:left;
}

#serving{
	padding-top:150px;
	padding-bottom:150px;
	background:rgba(0,0,0,0.5);
}
#serving h3,#serving h2,#serving p{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color:white;
	opacity:0.4;
}



#featured img{
	opacity:0.2;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	margin:0 auto;
}

#testimonials h2{
	color:white;
}
#testimonials{
	background-color:#3A3C42;
	padding-top:0px;
	padding-bottom:0px;
}
#testimonials .count{
	font-size:150%;
	position:relative;
	top:5px;
}
#contact {	
	background: #2F3238;
	color: #4D5158;
}
#contact h3 {
  color: white;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 2px;
}

#contact .btn-submit {
	background: #fa4f3e;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	color: white;
	border: none;
	text-transform:uppercase;
	padding-left:16px;
	padding-right:16px;
	padding-top:12px;
	padding-bottom:12px;
}

#contact .btn-submit:hover,
#contact .btn-submit:focus,
#contact .btn-submit:active,
#contact .btn-submit.active {
	background: #ff7c6f;
}

#contact input,
#contact textarea {
	background: none repeat scroll 0 0 rgba(39,41,46,1);
	border: none;
	border-radius: 0px;
	box-shadow: none;
	height: auto;
	margin: 0;
	padding: 15px;
	resize: none;
}

#contact .form-group {
	margin-bottom: 5px;
}

#contact h2 {
	margin-top: 0;
}

#footer {
	color:#484C4E;
	padding:50px;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	font-size:10px;
}

#footer .mail{
	padding-right:10px;
}


.catcher{
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	background:rgba(29,29,31,0.8);
	 padding-bottom: 50px;
    padding-top: 50px;
    color:white;
}

.catcher.fullbg{
background:rgba(29,29,31,1);	
}
.catcher  .btn-style a{
	color:white;
}

.catcher .btn-style a::before,
.catcher .btn-style a::after {
	background: white;
}

.catcher .round-icon{
	border:2px solid white;
}


/*PAGE END*/
.page-end{
	padding:150px;
	
}
.page-end h4{
	color: #CFCFCF;
	margin-bottom: 50px;
    margin-top: 25px;
}

/* PROCESS MOUDLE */


.process .step .step-nr{
	width:15%;
	float:left;
	font-size:40px;
	font-weight:100;
	line-height:40px;
}
.process .step .content h3{
	margin-top:0;
}
.process .step .content{
	width:85%;
	float:left;
}
.process-icons {
	margin-bottom:50px;
}
.process-icons .rounded-icon{
	width:100px;
    height:100px;
    background-color:#FFFFFF;
    border-radius:100%;
    border:3px solid rgba(0, 0, 0, 0.2);
    line-height:100px;
    text-align:center;
    vertical-align:middle;
    display:inline-block;
    position:relative;
    z-index:1;
    border-color:#aa9159;
}
.process-icons .rounded-icon .fa{
	line-height: inherit;
}

.process-line{
	border-top: 2px dashed rgba(0, 0, 0, 0.2);
    height: 1px;
    margin: 0 auto;
    top: 50px;
    width: 70%;
    z-index: 0;
    position:relative;
}
/*BACK TO TOP MODULE*/
#back-to-top {
	display: none;
	background: white;
	color: black;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	z-index: 9999;
	opacity: 1;
	text-decoration: none;
	-webkit-transition: background 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s;
	transition: background 0.1s linear 0s;
}

#back-to-top:hover i {
	color: #77777A;
	text-decoration: none;
}

#back-to-top:active i {
	text-decoration: none;
}

#back-to-top:visited i {
	text-decoration: none;
}

#back-to-top i {
	font-size: 35px;
	color:black;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;
}
/*
 * 
 * 404
 * 
 * 
*/
.page-notfound{
	height:100%;
	
}
#not-found{
	height:100%;
	background:#CDCDCD;
}


/*
 * preloader
 *
 */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	color: #222;
	z-index: 9999;
}
#preloader #spinner_container {
	width: 193px;
	margin: 250px auto;
	text-align: center;
}

/*helper*/
.row-padding{
	margin-bottom:100px;
}
.padding-top{
	padding-top:50px;
}

/*
 * animation helper
 */
.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}

/*
 *  SVG
 * 
 * 
 */

.svg-bg  {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity:0.1;
  transform: translate(-50%, -50%);
}

.svg-bg .path {
    animation-delay: 0s, 1.4s, 1.6s;
    animation-duration: 2.5s, 0.6s, 1s;
    animation-fill-mode: forwards;
    animation-name: Draw-logo, Fade-logo, Fill-logo;
    fill-opacity: 0;

}
@keyframes Draw-logo {
100% {
    stroke-dashoffset: 0;
}
}
@keyframes Fade-logo {
100% {
    stroke-opacity: 0;
}
}
@keyframes Fill-logo {
0% {
    fill-opacity: 0;
}
100% {
    fill-opacity: 1;
}

