/* ************GRID************ */
body, html {
    padding: 0;
    margin: 0;
	overflow-x:hidden !important;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container:before,
.container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before,
.row:after {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/********************************/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
	border:none 0;
	outline:none;
}
select,
input,
button,
textarea {
	outline:none !important;
}
input,
textarea {
 resize:none;
 -webkit-appearance: none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
.fleft {float:left;
}
.fright {float:right;
}
.color {color:#fcdf09;
}
h1,h2,h3,h4,h5.h6 {margin-top:0px;
}
.text-center {text-align:center;
}


/*********** MAIN **************/
body {
	color: #333;
	background: #f8f8f8;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 16px;
	line-height:24px;
	margin: 0;
	padding: 0;
	overflow-x:hidden !important;
}
html { font-size: 100%;
}
::selection{
	background: #fcdf09;
	color: #fff;
}
::-moz-selection {
	background: #fcdf09;
	color: #fff;
}
a,
a:focus {
	color: #fcdf09;
	text-decoration:none !important;
}
a:hover { color: #333;
}
p {margin: 0 0 24px; padding: 0;
}
strong { font-weight: 600;
}
.center { text-align: center;
}
.colored { color: #fcdf09;
}
.bg_colored { background-color: #fcdf09;
}
.justify {text-align: justify;
}
iframe {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	max-width:100% !important;
	overflow-y: hidden !important;
}
img {max-width:100%;
}
.cover {
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}
.pb30 {padding-bottom:30px;
}
.white_bg {background:#FFF;
}


/*---------------------------------------------------------------
					One page HTML
----------------------------------------------------------------*/

/*********** HEADER ************/
#top{}
#navigation  {
	left:0;
	top:0;  
	width:100%!important;
	background:#f8f8f8;
	z-index:99999;
	padding:22px 0;
	position:relative;
	overflow: hidden;
}
#navigation .container {
	position:relative;
}
.is-sticky #navigation {
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.18);
}
.logo_main {
	float:left;
	display:none;
}
#logo img {display:block;
}
#logo a {
	line-height:auto !important;
}
nav.navmenu #logo {
	padding:0 30px;
}

/**Menu**/
.navmenu {
	text-align:center;
	margin:0;
}
.navmenu ul li {
	display:inline-block;
	vertical-align: top;
	margin:0 26px 0 30px;
}
.navmenu ul li a {
	color:#000;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}
.navmenu li a:hover,
.navmenu li.active a {
    padding: 0;
    text-decoration: none;
    opacity:0.5;
}

a.menu_toggler {display:none;
}
.mobile_menu_wrapper {display:none;	
}
nav.mobile_header {display:none!important;
}
.navmenu ul li:last-child {margin-right:3px;
}

.full_slider {	
	background-color:#181818;
	background-position:center center;
	background-repeat:no-repeat;
}
.full_slider .flexslider li,
.full_slider .flexslider {
	height:600px;
}
.page_section {
	opacity: 1; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);	
	padding:50px 0 75px;
}
#page {overflow:hidden;
}




/***** HOME SECTION *****/
#home{position:relative;
}
.shortcode_button { 
	display:inline-block;
	margin:0;
	text-decoration:none;
	text-transform:uppercase;	
	transition: all 400ms;
	-webkit-transition: all 400ms;
	font-family: 'Open Sans', sans-serif;
	line-height:20px;
	font-size:14px;
	color:#333 !important;
	font-weight:normal;
	padding:10px 25px 11px;
	vertical-align:top;
	text-align:center;
	background:#fcdf09;
	border:#fcdf09 solid 2px;
	cursor:pointer;
}
.shortcode_button:hover {
	background:#fff;
}
.page_section header {
	width: 100%;
	overflow:hidden;
	padding-top:38px;
	padding-bottom:40px;	
}
.page_section header div.container {
	z-index:900;
	position: relative;
}
.page_section header div.container h1,
.page_section header div.container h2,
.page_section header h1,
.page_section header h2 {
	font-size: 48px;
	line-height:58px;
	padding:0 20px 0;
	margin:0 0 35px;
	text-align: center;
	font-weight:300;	
	position:relative;
}
.page_section header p {
	text-align: center;
	font-size:16px;
	line-height:24px;
	padding:0 20px 10px;
	margin-bottom:0;
}
.service {
	text-align:center;
	margin:0 0 20px;
}
.icon_title {
	text-align:center;
}
.icon_title {
	text-align:center;
	margin-bottom:37px;
}
.icon_title .title_cont {
	font-size:24px;
	line-height:36px;
	padding:0 10px 14px;
	position:relative;
}
.icon_title .title_cont:before {
	content:'';
	position:absolute;
	bottom:0px;
	left:50%;
	width: 172px;
	margin:0 0 0 -86px;
	border-bottom:#fcdf09 solid 1px;
}
.icon_title .img {
	display:block;
	margin-bottom:10px;
}



/********** PORTFOLIO SECTION *********/

#portfolio {
}

/* *** portfolio_isotope.css *** */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

.filter_img {
	overflow:hidden;
	position:relative;
}
.filter_img img { 
	display:block; 
	width:100%; 
	height:auto;
}
.filter_block {
	text-align:center;
}
.filter_navigation {
	margin:-1px auto 50px;
	display:inline-block;
	padding:0 5% 4px;
	border-bottom:#777 solid 1px;
	position:relative;	
}
.filter_navigation ul, .filter_navigation ul li ul { 
	padding:0!important;
	margin:0!important;
	list-style:none!important;
}
.filter_navigation ul li, .filter_navigation ul li ul li { 
	padding:0!important;
	margin:0!important;
}
.filter_navigation ul li:before, .filter_navigation ul li ul li:before { 
	content:''!important;
	padding:0!important;
}
.filter_navigation ul li ul li {
	display:inline-block;
	position:relative;
	margin:0 17px 10px 17px !important;
}
.filter_navigation ul li ul li a {
	color:#333;
	display:block;
	margin:0;
	padding:0;
	text-decoration:none;
	vertical-align:top;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
}
.filter_navigation ul li ul li.selected a,
.filter_navigation ul li ul li a:hover {
	opacity:0.5;
}
.filter_navigation ul li ul li.selected:before {
	content:'';
	position:absolute;
	bottom:-20px;
	left:50%;
	margin:0 0 0 -5px;
	width:10px;
	height:10px;
	background:#fcdf09;
	border-radius:20px;
	-webkit-border-radius:20px;
}
.image-grid {
	width:100% !important;
}
.image-grid .element { 
	background:none; 
	overflow:hidden; 
	display:inline-block; 
	margin-bottom:30px;
}
.img_block {
	position:relative;
	overflow:hidden; 
}
.img_block:hover .caption {
	opacity:1;
	visibility:visible;
	bottom:0;
}
.img_block:hover > img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}
.img_block img {
	display:block; 
	width:100%; 
	height:auto;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}
.img_block .caption {
	position:absolute;
	bottom:-90px;
	left:0;
	padding:9px 10px 5px;
	width:100%;
	background:#fff;
	background:rgba(255,255,255,0.9);
	text-align:center;
	color:#333;
	opacity:0;
	visibility:hidden;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
}
.img_block .caption .title {
	font-size:24px;
	line-height:30px;
	margin-bottom:2px;
}
.img_block .caption p {
	padding:0px;
	font-style:italic;
}
/**subscription**/
.subscription {
	text-align:center;
	padding: 18px 0 25px;
}
.subscription input[type="text"] {
	background:#fff;
	border:#bebebe solid 1px;
	width:270px;
	padding:11px 10px 12px;
	margin:5px 13px 30px; 
	font-size:14px;
	line-height:20px;
	color:#777;
	font-family: 'Open Sans', sans-serif;	
}





/***** ABOUT SECTION *****/
#about {
}
.about_block .img {
	margin-bottom:20px;
	text-align:center;
}
.about_block h3 {
	font-size:24px;
	font-weight:300;
	margin-top:3px;
}
.skills_block {
    padding-bottom: 38px;
}
.skills_block header {
    padding-bottom: 36px;
}
.skills_block .icon_title {
	margin-bottom: 69px;
}
.bullet_list {
	padding:0 0 0 25px;
	border-left:#777 solid 1px;
}
.bullet_list ul li {
	margin:0 0 57px;
}
.bullet_list .title {
	font-weight:600;
	margin-bottom:10px;
	position:relative;
}
.bullet_list .title:before {
	content:'';
	position:absolute;
	left:-40px;
	top:-3px;
	background:#fcdf09;
	width:30px;
	height:30px;
	border:#f8f8f8 solid 10px;
	border-radius:50px;
}
.white_bg .bullet_list .title:before {
	border-color:#fff;
}
.bullet_list .sub_title {
	margin-bottom:10px;
}
.bullet_list .title a,
.bullet_list .sub_title a {
	color:#333;
}
.bullet_list .title a:hover,
.bullet_list .sub_title a:hover {
	color:#fcdf09;
}
/*-- Diagrams --*/
.diagramm .title {
	font-weight:600;
	margin-bottom:23px;
}
.skills_list {
	padding:0!important;
	list-style:none!important;
	margin:0!important;
}
.skills_list li {
	border:0;
	border-radius:0;
	box-shadow:none;
	min-height:32px;
	display:block;
	position:relative;
	margin:0!important;
	overflow:hidden;
	padding:0 0 10px 0!important;	
}
.skills_list li .diagram_bar {
	padding:0;
	display:block;
}
.skills_list li .diagram_bar h6 {
	margin:-2px 0 5px;
	padding:0;
	font-size:16px;
	font-weight:300;
	font-style:normal;
	line-height:20px;
	float:left;
	width:44%;
}
.skill_div-wrapper {
	position:relative;
	overflow:hidden;
	margin:7px 0 0;
	height:5px;
	display:block;
	background:#dddddd;
	border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:none;
	float:right;
	width:53%;	
}
.skills_list li .skill_div {
	position:absolute;
	left:0px;
	top:0px;
	height:5px;
	display:block;
	border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:none;
	background:#fde21e;
}


/***** BLOG Section *****/
.blog_container {
	padding:6px 0 0;
}
.blog_post {
	border:#ddd solid 1px;
	text-align:center;
	margin-bottom:52px;
}
.blog_post .img {
	margin:-1px -1px 11px;
	overflow:hidden;
}
.blog_post .img a:hover img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}
.blog_post .img img {
	display:block; 
	width:100%; 
	height:auto;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}
.blog_post .cont {
	padding:0 19px 0px;
	text-align:left;
}
.blog_post h4 {
	font-size:20px;
	line-height:30px;
	font-weight:300;
	margin:0 0 5px;
}
.blog_post h4 a {
	color:#333;
}
.blog_post h4 a:hover,
.blog_post .post_info a:hover {
	color:#fcdf09;
}
.blog_post .post_info {
	font-size:12px;
	padding:0 0 14px;
	margin-bottom:14px;
	position:relative;
}
.blog_post .post_info a {
	color:#999;
}
.blog_post .post_info:before {
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100px;
	border-bottom:#ddd solid 1px;
}
.blog_post .shortcode_button {
	margin-bottom:-23px;
}
.all_posts {
	text-align:center;
	padding:18px 0 0;
	margin-bottom:-15px;
}
.all_posts .shortcode_button {
	margin-top:14px;
}



/***** Contact Section *****/
#contact {
	background-image:url(../images/slide_bg/slide_bg1.jpg);
}
.contact_form {padding-bottom:25px !important;
}
.cover header {
	color:#fff;
}
form input[type="text"],
form textarea {
	background: none;
	margin:0 0  30px;
	padding: 18px 19px 18px;
	width: 100%;
	border:1px #fff solid;
	outline:none;
	box-shadow:none;
	font-size:14px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}
form textarea {
	height: 219px ;
	resize:none;
}
.contact_form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.contact_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.contact_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.contact_form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

/** form valid style **/
.notification_error,
.notification_ok {
    border-radius: 0;
    margin: 0 0 30px;
    padding: 12px 10px 12px 35px;
	position:relative;
}
.notification_ok {
    border: 1px #038BD4 solid;
    color: #038BD4;
	background:#D0E3EA;
}
.notification_error {
    border: 1px #C93119 solid;
    color: #C93119;
	background:#FFCFCF;
}
.notification_error:before,
.notification_ok:before {
    content: ''; 
	width: 16px;
	height: 16px;
	position: absolute;
	left:11px;
	top:13px;		
	background-position:0 0;
	background-repeat:no-repeat;
}
.notification_error:before {background-image:url(../images/error.png);
}
.notification_ok:before {background-image:url(../images/info.png);
}

.no_bottom {padding-bottom:0;
}



/****** Footer *******/
.footer {
	padding:45px 0 25px;
	font-size:14px;
	line-height:21px;
}
.contact_info p {
	margin-bottom:8px;
	position:relative;
}
.contact_info a {color:#262626;
}
.contact_info a:hover {color:#fcdf09;
}
.contact_info i.fa {
	font-size:14px;
	margin:0 8px 0 0;
}
.copyright {
	text-align:center;
	padding:5px 0 0;
}
.copyright .logo {
	margin-bottom:10px;
}
.social_icon {
	text-align:right;
	margin:21px -3px 0 0;
}
.social_icon li {
	display:inline-block;
	margin:2px 3px 8px 5px;
}
.social_icon li a {
	display:block;
	width:36px;
	height:36px;
	background:url(../images/social.png) no-repeat;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.social_icon li a.fb {background-position:0 0;
}
.social_icon li a.tw {background-position:-36px 0;
}
.social_icon li a.goo {background-position:-72px 0;
}
.social_icon li a:hover {
	opacity:0.7;
}




/**********************css3***************/
a {
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	transition: color 0.4s ease;
}







