@import url(http://fonts.googleapis.com/css?family=Satisfy);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,400italic);
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);

body {
    overflow-x: hidden;
    font-family: 'FontAwesome';
}
html,
body {
  /*overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;

}

p {
    font-size: 13px;
    line-height: 30px;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a:hover {
  color: #4FC9CA;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    //font-weight: 700;
}

ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div.gallery {
  margin: 1%;
  border: 1px solid #4FC9CA;
  float: left;
  width: 23%;
}

div.gallery:hover {
  border: 1px solid #4FC9CA;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.white-text {
    color: #fff !important;
}

.section-title h3{
    color: #666;
    //font-style: italic;
    font-size: 28px;
    text-transform: none;
}

.section-title p {
    padding-bottom: 60px;
    color: #999;
    font-size: 18px;
    //font-style: italic;
    font-weight: 300;
}





.btn-primary {

    font-weight: 300;
    color: #4FC9CA;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -o-border-radius:30px;
    border-radius:30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: none !important;
}



/*------------------------------------------------*/
/* Start Top Navbar Section                           */
/*------------------------------------------------*/

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {

}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


.navbar-default .nav li a {

    font-family: FontAwesome;
    font-weight: 400;
    letter-spacing: 1px;
    color: #4FC9CA;
    font-size: 40px;

}


.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        -o-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -o-border-radius: 15px;
    }

    .navbar-nav > li {
        display: table;
        height: 50px;

    }
    .navbar-default .nav li a {

        display: table-cell;
        vertical-align: middle;
    }

}


/*privacy*/
#privacy {
  padding-top: 100px;
}

#privacy p {
  color : black;
}

#privacy .title {
  color: #4FC9CA !important;
}


/*--------------------------------------------------*/
/* Start Side Nav Section
/*--------------------------------------------------*/


.menu-wrap a {
	color: #fff;
    font-weight: 300;

}

.menu-wrap .logo {

    font-size: 35px;
}



/* Menu Button */
.menu-button {
	position: fixed;
	z-index: 1000;
	margin: 1em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
	content: '';
}


@media (max-width : 479px) {
    .menu-button {
        width: 1.5em;
        height: 1.5em;
    }

    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
        content: '';
    }

    .menu-wrap a {
        padding: 5px !important;
    }
}

@media (max-width : 767px) {
    .menu-button {
        width: 2em;
        height: 2em;
    }

    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
        content: '';
    }
}



.menu-button:hover {
	opacity: 0.6;
}

/* Close Button */
.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #bdc3c7;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
	position: absolute;
	z-index: 1001;
	width: 300px;
	height: 100%;
	background: #111;
	padding: 2.5em 1.5em 0;
	font-size: 1.15em;

	-webkit-transform: translate3d(-320px,0,0);
	-moz-transform: translate3d(-320px,0,0);
	-o-transform: translate3d(-320px,0,0);
	transform: translate3d(-320px,0,0);

	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -webkit-transform 0.4s;
	-o-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;

	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.menu,
.icon-list {
	height: 100%;
}

.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	-moz-transform: translate3d(0,100%,0);
	-o-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.icon-list a {
	display: block;
	padding: 0.8em;

	-webkit-transform: translate3d(0,500px,0);
	-moz-transform: translate3d(0,500px,0);
	-o-transform: translate3d(0,500px,0);
	transform: translate3d(0,500px,0);
}

.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	-moz-transition: -webkit-transform 0s 0.4s;
	-o-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;

	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	-moz-transform: translate3d(0,1000px,0);
	-o-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	-moz-transform: translate3d(0,1500px,0);
	-o-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	-moz-transform: translate3d(0,2000px,0);
	-o-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	-moz-transform: translate3d(0,2500px,0);
	-o-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	-moz-transform: translate3d(0,3000px,0);
	-o-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}

.icon-list a span {
	margin-left: 10px;
	font-weight: 500;
}

/* Shown menu */
.show-menu .menu-wrap {
    position: fixed;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -webkit-transform 0.8s;
	-o-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;

	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -webkit-transform 0.8s;
	-o-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;

	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
	-o-transition-duration: 0.9s;
	transition-duration: 0.9s;
}





/*==================================================
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item {
    height: auto;
}

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;

}

#main-slide .slider-content{
	top: 43%;
	margin-top: 0px;
	right: 0;
	padding: 0;
  width: 100%;
	text-align: center;
	position: absolute;
	height: 100%;
	color: #fff;
}
#main-slide .slider-content-left{
	left:0px;
}
#main-slide .carousel-indicators {
	bottom: 30px;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: rgba(0,0,0,.7);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#main-slide .slider-content h1{
	font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 5px;
    margin-bottom: 55px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}


#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content p{
	font-size: 26px;
    /*font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;*/
    letter-spacing: 1px;
    color: #fff;
}

.slider.btn{
	padding: 10px 40px;
	font-size: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
    font-weight: 300;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#main-slide .btn-primary:hover {
	background: transparent;
	border: 1px solid #fff;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 0px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	-webkit-animation: lightSpeedIn 1s ease-in 800ms both;
	animation: lightSpeedIn 1s ease-in 800ms both;
}

.carousel .item.active .animated2 {
	-webkit-animation: bounceIn 1s ease-in 800ms both;
	animation: bounceIn 1s ease-in 800ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: flipInX 2s ease-in-out 800ms both;
	animation: flipInX 2s ease-in-out 800ms both;
}


@media (min-width : 992px) {

    #main-slide .slider-content h1{
		font-size: 68px;
	}
}


@media (min-width : 768px) and (max-width: 991px) {

    #main-slide .slider-content h1{
		font-size: 35px;
        margin-bottom: 10px;
        margin-top: 0;
	}
	#main-slide .slider-content p{
		font-size: 20px;
		margin-top: 0;
        line-height: 25px;
	}

	.slider.btn{
		padding: 5px 25px;
		margin-top: 5px;
		font-size: 16px;
	}

    #main-slide .item {
        height: 550px;
    }

}


@media (max-width : 767px) {

    #main-slide .slider-content h1{
		font-size: 28px;
		line-height: normal;
		margin-bottom: 0;
	}
	#main-slide .slider-content p{
		font-size: 14px;
		margin-top: 5px;
	}
	.slider.btn{
		padding: 0 15px;
		margin-top: 0;
		font-size: 12px;
	}
	#main-slide .carousel-indicators{
		display: none;
	}

    #main-slide .item .slider-content{
		display: none;
	}

    #main-slide .item {
        height: 400px;
    }

}


@media (max-width : 479px) {

    #main-slide .item .slider-content{
		display: none;
	}

    #main-slide .item {
        height: 180px;
    }

}







/*------------------------------------------*/
/* Start Portfolio Section
/*------------------------------------------*/

.portfolio-section-1 {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #f7f7f7;
}

.portfolio-section-2 {
    padding-top: 80px;
    padding-bottom: 0px;
    //background: #f7f7f7;
}

.portfolio-section-3 {
    padding-top: 80px;
    padding-bottom: 0px;
    background: #111;
}



#portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.portfolio-section-2 #portfolio-list li {
    margin-left: -2px;
}
#portfolio-list li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 5%;
    margin-top: 20%;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
@media only screen
and (max-width : 550px) {

     #portfolio-list li {
      width: 100%;
  }
}

@media only screen
and (max-width : 767px)
and (min-width : 551px){

     #portfolio-list li {
      width: 49.9%;
  }
}

@media (min-width: 768px) {
  #portfolio-list li {
      width: 100%;
  }
}

@media only screen and (min-width : 601px) and (max-width : 800px) {
    #portfolio-list li {
      width: 50%;
    }
}


@media only screen and (min-width : 801px) and (max-width : 991px) {
    #portfolio-list li {
        width: 100%;
    }
}


.portfolio-item {
   width: 100%;
   height: 100%;
   position: relative;
   text-align: center;
   cursor: default;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.portfolio-item img {
  width:100%;
    -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}

/*.portfolio-item:hover img {
    -webkit-transform: scale(1,1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);

}*/

.portfolio-caption {

   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.portfolio-item:hover .portfolio-caption {
    opacity: 1;
    filter: Alpha(Opacity=100);
}


.portfolio-caption h4 {
    display: inline-table;
   text-transform: uppercase;
   color: #777;
    font-weight: 400;
   text-align: center;
   position: relative;
   font-size: 18px;
   padding: 10px;
   background: #fff;
   //margin: 20px 0 0 0;
    position: relative;
    top: 14%;
    font-family: 'Oswald', sans-serif;
}

.portfolio-caption a i {
    width: 60px;
    height: 60px;
    padding: 20px;
    font-size: 25px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 60%;
    //left: 40%;
}

.portfolio-caption a.link-1 i {
    left: 30%;
}

.portfolio-caption a.link-2 i {
    left: 50%;
}


/*-------------------------------------------------------*/
/* Start Footer Section                                  */
/*-------------------------------------------------------*/

footer.style-1 {
    margin-top: 10px;
    padding: 25px 0;
    background: transparent;
}

footer.style-1 .copyright {
    text-transform: uppercase;
    text-transform: none;
    color: #4FC9CA;
    margin-left:10px;
    font-size: 20px;
}

footer.style-1 .footer-social li {
    display: inline;
    padding: 0 10px;
}

footer.style-1 .footer-social li a {
    padding: 8px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

}

footer.style-1 .footer-social li i {
    font-size: 15px;
    width: 20px;
    height: 20px;
}

footer.style-1 .footer-social li:hover a {
    background: #fff;
    color: #666;
}

footer.style-1 .footer-link li {
    display: inline;
    padding-left: 10px;
    font-size: 20px;
    color:#4FC9CA;
}
.fa {
  width:30px;
}
.pull-right {
    margin-right:20px;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}




/******* Style Loader *******/


#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}

.navbar-brand {
    float: left;
    height: 100px;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 90px;
}
.container {
    width: 100%;
}
.navbar-default {
    padding: 0px 0;
    border: 0;
    background-color: white;
  }
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 30px;
}
.navbar-right {
    float: right !important;
    margin-right: 10%;
    padding-top: 30px;
}
.btn {
    padding: 14px 60px;
    margin-bottom: 0;
    font-size: 30px;
  }
  .slider-subtitle {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;

}

.slider-subtitle p {
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #4FC9CA;
}

.slider-text p {
    font-size: 25px;
  /*  font-weight: 250;
    line-height: 25px;*/
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #4FC9CA;
}
.animated3 {
    -webkit-animation: bounceIn 1s ease-in 800ms both;
    animation: bounceIn 1s ease-in 800ms both;
}
.thumbImage {
    vertical-align: middle;
    width: 280px;
    height: auto;
    padding: 10px;
}
.thumbImage-function {
    vertical-align: middle;
    width: 16.4%;
    height: auto;
    padding: 10px;
    display: inline-block;;
}
.thumbIcon {
    vertical-align: middle;
    width: auto;
    height: 70px;
    padding: 10px;
}
.flex-direction-nav .flex-next {
    left: auto;
    right: -20px;
    background-image: url("http://d2rnrpnvwoapud.cloudfront.net/wp-content/themes/eligraphics/assets/images/arrow_right.png");
    background-repeat: no-repeat;
    outline: none;
}
.flex-direction-nav .flex-prev {
    left: 7px;
}
.flex-direction-nav .flex-prev {
    background-image: url("http://d2rnrpnvwoapud.cloudfront.net/wp-content/themes/eligraphics/assets/images/arrow_left.png");
    background-repeat: no-repeat;
    outline: none;
}
.slider {
    margin: 0px 0 0px;
    margin-left: 30px;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
  }
.index {
  background-color: white;
}
.margin-top {
  background-color: white;
  margin-top: 100px;
}
.bottom-thubnail {
    padding-bottom: 30px;
}
.thumbnail-bacground-border {
    background-color: #4FC9CA;
    border-radius: 15px;
    border-radius: 15px;
    float: inline-end;
}
.thumbnail-background-function-border {
    background-color: #4FC9CA;
    border-radius: 15px;
    border-radius: 15px;
    float: inline-end;
    width:100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-nav > li > a {
    padding-bottom: 7px;
}
.navbar-nav > li > a {

    line-height: 25px;
}
.chracter-item {
  height:750px;

  margin-left: 0;
  margin-right: auto;
  text-align: center;
  }
  .chracter-item-color1 {
    background-color: #bd4f98;
  }
  .chracter-item-color2 {
    background-color: #dc5984;
  }
  .chracter-item-color3 {
    background-color: #32a8db;
  }
  .function-text {
    font-size: 25px;
    color: white;
}
.logo {
  height:80px;
  width:auto:
}
.padingbutton {
  padding: 15px;
}
.character-name {
    font-size: 40px;
    color: white;
    margin-bottom: 20px;
}
.character-style{
font-size: 16px;color: white;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

.navbar-toggle {
    margin-right: 25px;
  }

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  .slider-subtitle p {
      font-size: 12px;
      font-weight: 300;
      line-height: 35px;
      letter-spacing: 1px;
      margin-top: 10px;
      margin-bottom: 10px;
      letter-spacing: 1px;
      color: #4FC9CA;
  }
  .slider-text p {
      font-size: 12px;
      font-weight: 200;
      line-height: 20px;
      letter-spacing: 1px;
      margin-top: 10px;
      margin-bottom: 10px;
      letter-spacing: 1px;
      color: #4FC9CA;
  }

  .navbar-right {
      margin-right: 0%;
  }
  .navbar-default .nav li a {
    font-size: 35px;
  }
  .chracter-item {
      height: 650px;
    }
    .thumbIcon {
    height: 50px;
    padding: 5px;
}
.thumbImage-function {
    width: 16.3%;
  }
  .function-text {
    font-size: 20px;
}
}

@media (min-width: 1360px) {

  .chracter-item {
    height:850px;
  }
  .navbar-nav > li > a {
      padding-bottom: 12px;
  }

}
@media (min-width: 1600px) {

  .navbar-right {
    //margin-right: 35%;
   }
  .chracter-item {
    height:1050px;
  }
  .navbar-nav > li > a {
      padding-bottom: 12px;
  }
}
@media (min-width: 1960px) {

  //CSS
  .navbar-nav > li > a {
      padding-bottom: 12px;
  }
}


@media (min-width: 1360px) {

  //CSS
  .navbar-nav > li > a {
      padding-bottom: 12px;
  }
}

@media (min-width: 767px) {


  .img-responsive-mobile {
    display: none !important;
  }
  /*.portfolio-section-mobile {
    display: none!important;
  }*/
  .slider-content-mobile {
    display: none;
  }
  .col-xs-12 {
    width: 50%;
}
.footer-link ul {
    float: right !important;
    margin-top: 0px;
}

}
@media (max-width: 767px) {
  .navbar-right{
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .navbar-default .nav li a {

    font-size: 30px;
}

footer.style-1 .copyright {

    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-right: auto;
    float: right;
}
.pull-right {

    margin-right: 0px;
    width: 100%;
    text-align: center;
margin-top: 10px!important;
}
footer.style-1 .footer-link li {

    display: inline;
    padding-left: 10px;
    font-size: 20px;
    color: #4FC9CA;
    text-align: center;

}
}
/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

  #main-slide .slider-content p {
    font-size: 22px;
  }
  .navbar-right {
    float: right !important;
    margin-right: 5%;
    padding-top: 30px;
}
  .navbar-default .nav li a {
      font-size: 35px;
  }
  .logo {
    height: 50px;
}
.navbar-right {
    padding-top: 30px;
}
#main-slide .slider-content p {

    font-size: 25px;

}
.btn {

    padding: 8px 40px;
    margin-bottom: 0;
    font-size: 20px;

}
#main-slide .slider-content {

    top: 43%;
    margin-top: 0px;
    /*right: 40px;*/
    padding: 0;
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    color: #fff;

}
#main-slide .item {
    height: 450px;
}
.thumbIcon {
    height: 45px;
    padding: 5px;
}
.function-text {
    font-size: 22px;
}
#main-slide .item {
    height: 450px;
}
#main-slide .slider-content {
    top: 43%;
    margin-top: 0px;

    padding: 0;
    text-align: center;
    position: absolute;
    height: 100%;
    color: #fff;
    width: 100%;
}
.col-md-4 {
    width: 33.33333333%;
}
.character-table {
  display: table;
}
.character-cell {
  display: table-cell;
}
.chracter-item {
  display:inherit;

}
.padingbutton {
  padding: 5px;
}
.character-name {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}
.character-style{
font-size: 22px;color: white;
}
.thumbImage-function {
    vertical-align: middle;
    width: 16.1%;
    height: auto;
    padding: 0px;
        padding-left: 0px;
    display: inline-block;
    padding-left: 5px;
}
.chracter-item {
    height: 750px;
  }
  .thumbImage {
    vertical-align: middle;
    width: 280px;
    height: auto;
    padding: 5px;
}
.navbar-default .navbar-nav > .active > a {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
}
.navbar-nav > li > a {
    padding-bottom: 10px;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 10px;
}
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 941px) and (max-width: 1024px) {

  #main-slide .slider-content p {
    font-size: 22px;
  }
  .navbar-right {
    float: right !important;
    margin-right: 5%;
    padding-top: 30px;
}
.navbar-brand {
    height: 80px;
  }
  .navbar-default .nav li a {
      font-size: 30px;
  }
  .logo {
    height: 50px;
}
.navbar-right {
    padding-top: 10px;
}
#main-slide .slider-content p {

    font-size: 18px;

}
.btn {

    padding: 8px 40px;
    margin-bottom: 0;
    font-size: 20px;

}
#main-slide .slider-content {

    top: 20%;
    margin-top: 0px;
    right: 0px;
    padding: 0;
    text-align: center;
    position: absolute;
    height: 100%;
    color: #fff;

}
#main-slide .item {
    height: 450px;
}
.thumbIcon {
    height: 30px;
    padding: 5px;
}
.function-text {
    font-size: 16px;
}
#main-slide .item {
    height: 450px;
}
#main-slide .slider-content {
    top: 43%;
    margin-top: 0px;

    padding: 0;
    text-align: center;
    position: absolute;
    height: 100%;
    color: #fff;
    width: 100%;
}
.col-md-4 {
    width: 33.33333333%;
}
.character-table {
  display: table;
}
.character-cell {
  display: table-cell;
}
.chracter-item {
  display:inherit;

}
.padingbutton {
  padding: 5px;
}
.character-name {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}
.character-style{
font-size: 22px;color: white;
}
.thumbImage-function {
    vertical-align: middle;
    width: 16.1%;
    height: auto;
    padding: 0px;
        padding-left: 0px;
    display: inline-block;
    padding-left: 5px;
}
.chracter-item {
    height: 650px;
  }
  .thumbImage {
    vertical-align: middle;
    width: 280px;
    height: auto;
    padding: 5px;
}
.navbar-nav > li > a {
    padding-bottom: 10px;
}
}


@media (min-width: 768px) and (max-width: 940px) {

  #main-slide .slider-content p {
    font-size: 22px;
  }
  .navbar-right {
    float: right !important;
    margin-right: 5%;
    padding-top: 30px;
}
.navbar-brand {
    height: 80px;
  }
  .navbar-default .nav li a {
      font-size: 23px;
  }
  .logo {
    height: 50px;
}
.navbar-right {
    padding-top: 10px;
}
#main-slide .slider-content p {

    font-size: 18px;

}
.btn {

    padding: 8px 40px;
    margin-bottom: 0;
    font-size: 20px;

}
#main-slide .slider-content {

    top: 43%;
    margin-top: 0px;
    right: 0px;
    padding: 0;
    text-align: center;
    position: absolute;
    height: 100%;
    color: #fff;
    width: 100%;

}
#main-slide .item {
    height: 450px;
}
.thumbIcon {
    height: 30px;
    padding: 5px;
}
.function-text {
    font-size: 16px;
}
#main-slide .item {
    height: auto;
}
#main-slide .slider-content {
    top: 43%;
    margin-top: 0px;

    padding: 0;
    text-align: center;
    position: absolute;
    height: 100%;
    color: #fff;
    width: 100%;
}
.col-md-4 {
    width: 33.33333333%;
}
.character-table {
  display: table;
}
.character-cell {
  display: table-cell;
}
.chracter-item {
  display:inherit;

}
.padingbutton {
  padding: 5px;
}
.character-name {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}
.character-style{
font-size: 22px;color: white;
}
.thumbImage-function {
    vertical-align: middle;
    width: 16.1%;
    height: auto;
    padding: 0px;
        padding-left: 0px;
    display: inline-block;
    padding-left: 5px;
}
.chracter-item {
    height: 650px;
  }
  .thumbImage {
    vertical-align: middle;
    width: 280px;
    height: auto;
    padding: 5px;
}
.navbar-nav > li > a {
    padding-bottom: 10px;
}
}


/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 541px) and (max-width: 767px) {
  .logo {
    height:40px;
  }
  .navbar-brand {
    height: 60px;
  }
  .margin-top {
    margin-top: 60px;
  }
  .thumbImage-function {
     width: 32.5%;
     padding: 5px;
   }
   .thumbIcon {
    height: 45px;
    padding: 10px;

  }
  .function-text {

    font-size: 16px;
  }
  .thumbnail-background-function-border {
    padding-top: 0px;
    padding-bottom: 0px;

  }
  .slider-content-mobile {
  top: 43%;
  margin-top: 0px;
  right: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  height: 100%;
  color: #fff;
  width:100%;
  }
  .btn {

    padding: 8px 30px;
    margin-bottom: 0;
    font-size: 20px;

  }
  #main-slide .item {

    height: auto;

  }
  .img-responsive-desktop{
  display: none!important;
  }
  #portfolio-list li {


    margin-bottom: 5%;
    margin-top: 0%;
  }
  .chracter-item {
    height: 270px;
  }
  .portfolio-item img {
    width: 80%;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 40px;
  }
  /*.portfolio-section-desktop {
    display: none!important;
  }*/
  .col-xs-6 {
    width: 44%;
}


}
@media (min-width: 551px) and (max-width: 740px) {
  .portfolio-item img {
    width: 80%;
  margin-left: : 40px;
  padding-left: 0px;
  padding-top: 40px;
  }
}
@media (min-width: 481px) and (max-width: 550px) {
  .portfolio-item img {
    width: 60%;
  margin-left: : 40px;
  padding-left: 0px;
  padding-top: 40px;
  }
}
@media (min-width: 481px) and (max-width: 540px) {
  .logo {
    height:40px;
  }
  .navbar-brand {
    height: 60px;
  }
  .margin-top {
    margin-top: 60px;
  }
  .thumbImage-function {
     width: 32.5%;
     padding: 5px;
   }
   .thumbIcon {
    height: 45px;
    padding: 10px;

  }
  .function-text {

    font-size: 16px;
  }
  .thumbnail-background-function-border {
    padding-top: 0px;
    padding-bottom: 0px;

  }
  .slider-content-mobile {
  top: 43%;
  margin-top: 0px;
  right: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  height: 100%;
  color: #fff;
  width:100%;
  }
  .btn {

    padding: 8px 30px;
    margin-bottom: 0;
    font-size: 20px;

  }
  #main-slide .item {

    height: auto;

  }
  .img-responsive-desktop{
  display: none!important;
  }
  #portfolio-list li {


    margin-bottom: 5%;
    margin-top: 0%;
  }
  .chracter-item {
    height: 270px;
  }
  .portfolio-item img {
    width: 80%;
    padding-right: 0px;
    padding-left: 40px;
    padding-top: 20px;
}
  /*.portfolio-section-desktop {
    display: none!important;
  }*/
  .col-xs-6 {
    width: 45%;
}


}


@media (min-width: 481px) and (max-width: 500px) {
  .portfolio-item img {
    width: 60%;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 40px;
  }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  .logo {
    height:40px;
  }
  .navbar-brand {
    height: 60px;
  }
  .margin-top {
    margin-top: 60px;
 }
 .thumbImage-function {
     width: 32.5%;
     padding: 5px;
   }
   .thumbIcon {
    height: 40px;
    padding: 10px;

}
.function-text {

    font-size: 14px;
  }
  .thumbnail-background-function-border {
    padding-top: 0px;
    padding-bottom: 0px;

}
.slider-content-mobile {
  top: 43%;
	margin-top: 0px;
	right: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	height: 100%;
	color: #fff;
  width:100%;
}
.btn {
  padding: 6px 20px;
  margin-bottom: 0;
  font-size: 16px;

}
#main-slide .item {

    height: auto;

}
.img-responsive-desktop{
  display: none!important;
}
#portfolio-list li {


    margin-bottom: 5%;
    margin-top: 0%;
  }
  .chracter-item {
    height: 270px;
  }
  .portfolio-item img {
    width: 60%;

margin-left: auto;

margin-right: auto;

padding-top: 20%;
  }
  /*.portfolio-section-desktop {
    display: none!important;
  }*/
  .col-xs-6 {
    width: 47%;
  }
  .character-name {
      font-size: 30px;
      color: white;
      margin-bottom: 20px;
  }
  .slider {
    margin-left: 5px;
  }
}

@media (max-width: 319px)  {

  .logo {
    height:30px;
  }
  .navbar-brand {
    height: 40px;
  }
  .margin-top {
    margin-top: 40px;
 }
 .thumbImage-function {
     width: 48.5%;
     padding: 5px;
   }
   .thumbIcon {
    height: 45px;
    padding: 10px;

}
.function-text {

    font-size: 16px;
  }
  .thumbnail-background-function-border {
    padding-top: 0px;
    padding-bottom: 0px;

}
.slider-content-mobile {
  top: 43%;
	margin-top: 0px;
	right: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	height: 100%;
	color: #fff;
  width:100%;
}
.btn {
  padding: 6px 20px;
  margin-bottom: 0;
  font-size: 16px;

}
#main-slide .item {

    height: auto;

}
.img-responsive-desktop{
  display: none!important;
}
#portfolio-list li {


    margin-bottom: 5%;
    margin-top: 0%;
  }
  .chracter-item {
    height: 270px;
  }
  .portfolio-item img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40%;
  }
  /*.portfolio-section-desktop {
    display: none!important;
  }*/
  .col-xs-6 {
    width: 46%;
  }
  .character-name {
      font-size: 30px;
      color: white;
      margin-bottom: 20px;
  }
  .slider {
    margin-left: 5px;
}
}
