/*
 *
 * Template Name: Andia
 * Template URI: http://azmind.com
 * Description: Andia - Responsive Agency Template
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */

body {
/*    background-image: url('../img/fruitrow_trans_crop.png') , url('..../img/cherry-pattern.png');
    background-position: center bottom , left top;
    background-repeat: no-repeat , repeat;
     background-size: contain , cover;
   background: #fff;
   background-color: rgba(223, 255, 142, 0.0);
   background-position: center;
   background-attachment: fixed;
   background-origin: content-box;
   background-size: cover; */
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #888;
    font-size: 12px;
    max-width:100vw;
}

/* .tropical {
    background-image: url('../img/tropic_glossy4.jpg');
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size:  100% 4%;
    background-blend-mode: darken;
} */

.violet { 

    color: #c03f5b;
    font-weight: bolder;
}

.center-block {
  width: 99%;
  margin: auto; 
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.left {
    text-align: left;
}

#colorbar {
    height: 30px;
}

.grad {  
    transform: skewX(-135deg);

    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient( 179deg ,rgba(255,0,0,0),rgba(255,255,255,1.0)); /*Safari 5.1-6*/
    background: -o-linear-gradient(179deg,rgba(255,0,0,0),rgba(255,255,255,1.0)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(179deg,rgba(255,0,0,0),rgba(255,255,255,1.0)); /*Fx 3.6-15*/
    background: linear-gradient(179deg, rgba(255,0,0,0), rgba(255,255,255,1.0)); /*Standard*/
}

.bg-ye {
    background-color: #eeee9f; 
    height: 100%;
    
}

.bg-gr {
    background-color: #c3eeb2;
    height: 100%;
}

.bg-bl {
    background-color: #b4def8;
    height: 100%;
}

.bg-pu {
    background-color: #ddc6ec;
    height: 100%;
}

.bg-re {
    background-color: #ffb3b3;
    height: 100%;
}

.bg-or {
    background-color: rgb(255, 206, 152);
    height: 100%;

}
--------
#logo {
    line-height: 2em;
}

 .shadow {
 /*   box-shadow: 5px 0px 0px 0px #c03f5b;
    background: radial-gradient(#7E2A3D, #FFFFFF);*/
    font-size: 2em;
    text-shadow: 1px 1px 0px #000000;
    letter-spacing: -8px !important;
    padding: 0px !important;
    margin: 0px !important;
} 

/*.trans {
    
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
backface-visibility: visible;
background: -webkit-gradient(linear, left top, right top, from(#000000), to(#0fffff));
background: -webkit-linear-gradient(top, #000000, #0fffff);
background: -moz-linear-gradient(top, #000000, #0fffff);
background: -o-linear-gradient(top, #000000, #0fffff);
background: -ms-linear-gradient(top, #000000, #0fffff);
background: linear-gradient(top, #000000, #0fffff);
background-color: #000000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-perspective: 500px;
-moz-perspective: 500px;
-o-perspective: 500px;
-ms-perspective: 500px;
perspective: 500px;
-webkit-transform: rotateX(2deg) rotateY(50deg) rotateZ(60deg) scale3d(-0.7, -0.7, 10) skew(20deg, -50deg);
-moz-transform: rotateX(2deg) rotateY(50deg) rotateZ(60deg) scale3d(-0.7, -0.7, 10) skew(20deg, -50deg);
-o-transform: rotateX(2deg) rotateY(50deg) rotateZ(60deg) scale3d(-0.7, -0.7, 10) skew(20deg, -50deg);
-ms-transform: rotateX(2deg) rotateY(50deg) rotateZ(60deg) scale3d(-0.7, -0.7, 10) skew(20deg, -50deg);
transform: rotateX(2deg) rotateY(50deg) rotateZ(60deg) scale3d(-0.7, -0.7, 10) skew(20deg, -50deg);

}*/


.tx-ye {
    color: #EEEE9F !important; 
    font-family: 'Melogyumi', 'truetype' !important;
    
}

.tx-gr {
    color: #C3EEB2 !important;
    font-family: 'Melogyumi', 'truetype' !important;
    
}
.tx-bl {
    color: #B4DEF8 !important;
    font-family: 'Melogyumi', 'truetype';
    
}
.tx-pu {
    color: #DDC6EC !important;
    font-family: 'Melogyumi', 'truetype';
    
}
.tx-re {
    color: #FFB3B3 !important;
    font-family: 'Melogyumi', 'truetype';
    
}
.tx-or {
    color: rgb(255, 206, 152) !important;
    font-family: 'Melogyumi', 'truetype';
 }   

--------------

th {
    text-align: center;
}

p {
    font-size: 16px;
}

a {
    color: #de0442;
    text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a:hover, a:focus { color: #888; text-decoration: none; }

strong { font-weight: bold; }

img { max-width: 100%; }

h1, h2 { line-height: 40px; }
h3, h4 { line-height: 20px; }

h5 {
    padding-top: 1em;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

::-moz-selection { background: #de0442; color: #fff; text-shadow: none; }
::selection { background: #de0442; color: #fff; text-shadow: none; }


/***** Big links / buttons *****/

a.big-link-1 {
	display: inline-block;
    padding: 5px 22px;
    background: #de0442;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-1:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-1:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-2 {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding-top: 6px;
    background: #de0442;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 19px; -webkit-border-radius: 19px; border-radius: 19px;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}
a.big-link-2 i { vertical-align: middle; }

a.big-link-2:hover {
    background: #5d5d5d;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-2:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-3 {
	display: inline-block;
    padding: 5px 22px;
    background: #de0442;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    line-height: 24px;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-3:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-3:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
    background: rgba(255, 255, 255, 0);
	border: 10;
	-moz-border-radius: 10; -webkit-border-radius: 10; border-radius: 10;
}

ul.navbar-nav li{
	font-size: 1em;
    
	color: #808080;
	text-transform: uppercase;
    font-family: 'Droid Sans';

/*    text-shadow: 0.5px 0.5px 0.5px black; */
    
}

li {
/*    font-size: 0.9em;
    font-weight: bold;*/
    background-color:transparent;
    -webkit-border-top-left-radius:42px;
    -moz-border-radius-topleft:42px;
    border-top-left-radius:42px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:42px;
    -moz-border-radius-bottomright:42px;
    border-bottom-right-radius:42px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    text-indent:0px;
    display:inline-block;
    color:#000000;
    font-size:1em;
    font-weight: bold;
    text-decoration:none;
    text-align:center;
    width: auto;
}

li#gr {
    -moz-box-shadow:inset 0px 3px 0px 0px #c3eeb2;
    -webkit-box-shadow:inset 0px 3px 0px 0px #c3eeb2;
    box-shadow:inset 0px 3px 0px 0px #c3eeb2;

    background-color:transparent;
    border-color: #c3eeb2;
    border-width: 5px;
    -webkit-border-top-left-radius:42px;
    -moz-border-radius-topleft:42px;
    border-top-left-radius:42px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:42px;
    -moz-border-radius-bottomright:42px;
    border-bottom-right-radius:42px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    text-indent:0px;
    display:inline-block;
    color:#000000;
    font-size:1em;
    font-weight: bold;
    text-decoration:none;
    text-align:center;
    width: auto;
    
}
li#gr:active {
    position:relative;
    top:1px;
}
li#or {
    -moz-box-shadow:inset 0px 3px 0px 0px #ffce98;
    -webkit-box-shadow:inset 0px 3px 0px 0px #ffce98;
    box-shadow:inset 0px 3px 0px 0px #ffce98;

    background-color:transparent;
    -webkit-border-top-left-radius:42px;
    -moz-border-radius-topleft:42px;
    border-top-left-radius:42px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:42px;
    -moz-border-radius-bottomright:42px;
    border-bottom-right-radius:42px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    text-indent:0px;
    display:inline-block;
    color:#000000;
    font-size:1em;
    font-weight: bold;
    text-decoration:none;
    text-align:center;
    width: auto;
}
li#or:active {
    color:#000000;
    position:relative;
    top:1px;
}
li#ye {
    -moz-box-shadow:inset 0px 3px 0px 0px #eeee9f;
    -webkit-box-shadow:inset 0px 3px 0px 0px #eeee9f;
    box-shadow:inset 0px 3px 0px 0px #eeee9f;
    
    background-color:transparent;
    -webkit-border-top-left-radius:42px;
    -moz-border-radius-topleft:42px;
    border-top-left-radius:42px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:42px;
    -moz-border-radius-bottomright:42px;
    border-bottom-right-radius:42px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    text-indent:0px;
    display:inline-block;
    color:#000000;
    font-size:1em;
    font-weight: bold;
    text-decoration:none;
    text-align:center;
    width: auto;
}
li#ye:active {
    color:#000000;
    position:relative;
    top:1px;
}
li#bl {
    -moz-box-shadow:inset 0px 3px 0px 0px #ddc6ec;
    -webkit-box-shadow:inset 0px 3px 0px 0px #ddc6ec;
    box-shadow:inset 0px 3px 0px 0px #ddc6ec;
    
    background-color:transparent;
    -webkit-border-top-left-radius:42px;
    -moz-border-radius-topleft:42px;
    border-top-left-radius:42px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:42px;
    -moz-border-radius-bottomright:42px;
    border-bottom-right-radius:42px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    text-indent:0px;
    display:inline-block;
    color:#000000;
    font-size:1em;
    font-weight: bold;
    text-decoration:none;
    text-align:center;
    width: auto;
}
li#bl:active {
    color:#000000;
    position:relative;
    top:1px;
}
li#re {
    -moz-box-shadow:inset 0px 3px 0px 0px #ffb3b3;
    -webkit-box-shadow:inset 0px 3px 0px 0px #ffb3b3;
    box-shadow:inset 0px 3px 0px 0px #ffb3b3;
    
    background-color:transparent;
    -webkit-border-top-left-radius:42px;
    -moz-border-radius-topleft:42px;
    border-top-left-radius:42px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:42px;
    -moz-border-radius-bottomright:42px;
    border-bottom-right-radius:42px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    text-indent:0px;
    display:inline-block;
    color:#000000;
    font-size:1em;
    font-weight: bold;
    text-decoration:none;
    text-align:center;
    width: auto;
}
li#re:active {
    color:#000000;
    position:relative;
    top:1px;
}

/*li.black-tx a{
    color: Black !important;
}

ul#filter li.slides img {
    -webkit-filter: brightness(4); 
    filter: brightness(4);
    -webkit-filter: contrast(1.5);
    filter: contrast(1.5);
    -webkit-filter: saturate(3);
    filter: saturate(3);
}*/

.filter {
    -webkit-filter: brightness(100%) contrast(102%) saturate(98%);  /*Safari */
    filter: brightness(100%) contrast(102%) saturate(98%);

}

ul.navbar-nav li a { padding: 23px 20px; background: rgba(255,255,255,0.0); border-top: 5px solid #fff; border-color: rgba(255,255,255,0.5); color: #808080; }
ul.navbar-nav li.active a { background: #f8f8f8; border-color: #de0442; color: #5d5d5d; }

ul.navbar-nav li a:hover, ul.navbar-nav li a:focus { font-size: auto; background: none; border-color: rgba(192, 63, 91, 0.0); color: #000; outline: 0; }

.nav .open > a { background: #f8f8f8; border-color: #de0442; color: #5d5d5d; }
.nav .open > a:hover, .nav .open > a:focus { background: #de0442; border-color: #de0442; color: #fff; }

ul.navbar-nav li a i { line-height: 35px; color: #aaa; }
ul.navbar-nav li a:hover i, ul.navbar-nav li a:focus i { color: #fff; }

.dropdown-menu {
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}

.dropdown-menu > .active > a { background: #fff; color: #5d5d5d; }
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background: #f8f8f8; color: #de0442; }

ul.navbar-nav li .dropdown-menu a { padding-top: 15px; padding-bottom: 15px; }
ul.navbar-nav li.active .dropdown-menu a { background: #fff; color: #5d5d5d; border: 0; }
ul.navbar-nav li.active .dropdown-menu a:hover, 
ul.navbar-nav li.active .dropdown-menu a:focus { background: #de0442; color: #fff; border: 0; }

ul.navbar-nav li.active .dropdown-menu > .active > a { background: #f8f8f8; color: #de0442; border: 0; }
ul.navbar-nav li.active .dropdown-menu > .active > a:hover, 
ul.navbar-nav li.active .dropdown-menu > .active > a:focus { background: #de0442; color: #fff; border: 0; }

.navbar>.container .navbar-brand { margin-left: 0%; }

.navbar-brand {
    font-family: 'Melogyumi';
    margin-top: 2vh !important;
    margin-bottom:  2vh !important;
	max-width: 75vw;     
  padding: 1vw !important;
/*	height: 83px;
    
	background-image: url('../img/logo_GyNEW.png');
    background-size: contain;
    background-repeat: no-repeat;

    background-clip: border-box;
    background-size: 100% auto;
	text-indent: -99999px;*/
}

/***** Slider *****/

.slider-container {
    margin: 0 auto;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.slider {
	padding-left: 5px;
	padding-right: 5px;
}

.flexslider {
    /*margin: 45px auto 55px auto;
width: 75%; */
    margin-top: 45px;
    margin-bottom: 45px;
    
    border: 6px solid #fff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 -5px 15px 0 rgba(0,0,0,.05);
}

.flexslider .slides > li {
	position: relative;
}

.flex-caption {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 95%;
    padding: 10px 20px;
    background: none; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, 0.0);
    font-size: 0px;
    line-height: 24px;
    color: #9300fe;
    text-align: left;
    font-style: italic;

    visibility: visible;
}

.flex-direction-nav a {
    width: 60px;
    height: 60px;
    padding-top: 17px;
    background: #c03f5b;
    color: #fff;
    text-shadow: none;
}

.flex-direction-nav a:before { font-size: 26px; }

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { 
    text-align: center; 
}

/*ul.flex-direction-nav .flex-prev {
    background: url('../img/circle_left.png') no-repeat !important;
    background-size: 60px 60px !important;
    background-clip: content-box;
    max-width: 60px !important;
}
ul.flex-direction-nav a.flex-prev {
    background: url('../ico/arrow.svg') no-repeat;
    background-size: 60px 60px;
    background-size: contain;
    max-width: 60px;
}

ul.flex-direction-nav a.flex-next {
    background: url('../ico/arrow.svg') no-repeat;
    transform: rotateZ(180deg);
    background-size: 60px 60px;
    background-size: contain;
}*/

/***** Slider 2 *****/

.slider-2-container {
	padding: 180px 0;
}

.slider-2-text {
	padding: 30px 0 43px 0;
	background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    color: #fff;
}

.slider-2-text h1 {
	padding-left: 30px;
	padding-right: 30px;
	font-family: 'Lobster 2', cursive;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.slider-2-text p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
    font-style: italic;
}


/***** Presentation *****/

.presentation-container {
    background: rgba(255, 61, 96, 0.1); rgba(192, 63, 91, 0.1)
    margin-top: 0px;
}

.presentation-container h1 {
    font-family: 'Lobster 2', cursive;
    font-size: 30px;
    color: #5d5d5d;
    font-weight: bold;
}

.presentation-container p {
    font-size: 18px;
    font-style: italic;
}


/***** Services *****/

.services-container {
    margin-top: 10px;
}

.services-title {
	margin-top: 40px;
}

.services-title h2 {
    width: 200px;
    margin: 0 1% 0 1%;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 1em;
    color: #5d5d5d;
    font-weight: bold;
}

.service {
	margin-top: 40px;
    padding: 15px 15px 20px 15px;
    background: none;
    border-bottom: 2px solid rgba(255, 106, 0, 0.2);
}

.service:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.service .service-icon {
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d;
}

.service .service-icon i { vertical-align: middle; }

.service h3 {
    margin-top: 13px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.service p {
    padding-bottom: 7px;
    line-height: 24px;
}


/***** Latest work *****/

.work-container {
    margin-top: 0px;
}

.work-title {
    font-size: 1.5em;
    overflow: auto;
    text-transform: uppercase;


}

.work-title h2 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Pacifico', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.work {
    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #de0442;
}

.work:hover img {
    opacity: 0.7;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.work:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.work .work-bottom {
    margin-top: 15px;
}

.work h3 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.work p {
	padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-style: italic;
}


/***** Testimonials *****/

.testimonials-container {
    margin-top: 50px;
    padding-bottom: 70px;
}

.testimonials-title {
    background: url('../img/line.png') left center repeat-x;
}

.testimonials-title h2 {
    width: 180px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.testimonial-list {
    margin-top: 30px;
    text-align: left;
}

.testimonial-list .tab-pane { overflow: hidden; }

.testimonial-list .testimonial-image {
	float: left;
	width: 10%;
	margin: 10px 0 0 0;
}
.testimonial-list .testimonial-image img { max-width: 64px; border: 3px solid #eaeaea; }

.testimonial-list .testimonial-text {
	float: left;
	width: 90%;
	font-size: 14px;
    line-height: 30px;
    font-style: italic;
}

.testimonial-list .nav-tabs {
    border: 0;
    text-align: right;
}

.testimonial-list .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 2px;
    margin-right: 2px;
}

.testimonial-list .nav-tabs li a {
    width: 12px;
    height: 12px;
    padding: 0;
    background: #eaeaea;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover { border: 0; background: #ddd; }
.testimonial-list .nav-tabs li.active a { background: #de0442; }

.tropical {
    background-image: ;
    background-position:;
    background-repeat:;
    background-size:;
    background-blend-mode: darken;
}
/***** Footer *****/

footer {
    margin: 0 auto 0 auto;
    padding-bottom: 10px;
    background: rgba(221, 221, 221, 0.0);
    background-image: url('../img/fruitrow_tc.png');
    background-position: center bottom;             
    background-repeat: no-repeat;
    background-size: content;
    -moz-box-shadow: 0 5px 15px 0 rgba(255,255,255,.05) inset; -webkit-box-shadow: 0 5px 15px 0 rgba(255,255,255,.05) inset; box-shadow: 0 5px 15px 0 rgba(255,255,255,.05) inset;
}

.footer-box {
    margin: 20px auto 20px auto;  
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    
/*    background-image: url('../img/tropic_glossy.jpg');
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 33% 3%;
    background-blend-mode: darken;*/
}

.footer-box h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 5px rgba(255,255,255,0.7);
}

.footer-box-text p {
    border-radius: 25px;
    font-size: normal;
    line-height: 1.3em;
}

.footer-box-text-contact i {
    padding-right: 7px;
}

.footer-box-text-subscribe form {
	padding-bottom: 10px;
}

.footer-box-text-subscribe input[type="text"] {
	width: 95%;
	height: 26px;
}

/* Flickr feed */
.flickr-feed {
    margin: 16px 0 0 0;
}

.flickr-feed a {
	display: inline-block;
	width: 54px;
	margin: 0 4px 4px 0;
}
.flickr-feed a:hover { opacity: 0.7; }
.flickr-feed a img { border: 2px solid #eaeaea; }


.footer-border {
    margin-top: 30px;
    border-top: 1px dashed #ddd;
}

.footer-copyright p {
    background-color: rgba(255,255,255,0.6);
    color: #000;
    margin: 5% auto 1px auto;
    text-align: center;
    font-size: smaller;
    font-style: italic;

}

.footer-social {
    margin-top: 5px;
    text-align: right;
}
.footer-social a { margin: 0 0 0 10px; font-size: 26px; color: #888; }
.footer-social a:hover, .footer-social a:focus { color: #de0442; }


/***** Page title *****/

.page-title-container {


    margin: 0 auto;
    padding: 0.5em 0 0.5em 0;
    background-color: rgba(214,231,176,0.0);
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.page-title-container h1 {
    text-align: center;
    font-family: 'Permanent Marker', cursive;
    font-size: 1.8em;
    color: #DE0442;
}

.page-title-container h2 {
    display: inline;
    margin-left: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 20px;
    color: #DE0442;
    font-weight: bolder;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
    vertical-align: middle;
}

.page-title-container p {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
}

.page-title-container i {
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}


/* ----- ABOUT PAGE ----- */

/***** About us text *****/

.about-us-container {
    margin-top: 20px;
}

.about-us-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.about-us-text h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.about-us-text p {
    line-height: 28px;
    font-size: 13px;
}

/***** Meet our team *****/

.team-container {
    margin-top: 30px;
}

.team-title {
    background: url('../img/line.png') left center repeat-x;
}

.team-title h2 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.team-box {
    margin-top: 40px;
    padding-bottom: 15px;
    background: #f8f8f8;
    border-bottom: 2px solid #de0442;
}

.team-box:hover img {
    opacity: 0.7;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.team-box:hover {
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.team-box h3 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.team-box p {
	padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-style: italic;
}

.team-social a { margin: 0 5px; font-size: 26px; }


/* ----- CONTACT PAGE ----- */

/***** Form *****/

.contact-us-container {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

.contact-us-container h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.contact-us-container p {
    line-height: 28px;
    font-size: 13px;
}

.contact-form {
    padding-top: 25px;
    padding-bottom: 30px;
}

.contact-form form {
    margin-top: 25px;
}

.contact-form form .form-group {
	margin-bottom: 20px;
}

.contact-form input[type="text"] { width: 95%; height: 34px; }
.contact-form textarea { width: 95%; height: 170px; padding-top: 6px; padding-bottom: 6px; }
.contact-form label { font-size: 13px; font-weight: 400; }
.contact-form label .error-label { font-style: italic }
.contact-form button { margin-top: 5px; padding: 0 45px; }

/***** Google map *****/

.contact-address {
	padding-bottom: 15px;
}

.contact-address .map {
    margin: 20px 0 40px 0;
    height: 300px;
    border: 5px solid #f8f8f8;
}


/* ----- SERVICES PAGE ----- */

/***** Services full width text *****/

.services-full-width-container {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05) inset, 0 -5px 15px 0 rgba(0, 0, 0, 0.05) inset;
    background: rgba(155, 155, 155, 0.0);
    vertical-align: middle;
}

.services-full-width-text {
   
    text-align: left;
}

.services-full-width-text h3 {
    margin: 1em auto 1em auto;
    font-family: 'Poiret One';
    text-transform: none;
    font-size: 2em;
    font-weight: bolder;
    letter-spacing: 0px;
    line-height: 1.2em;
    color: #5d5d5d;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0 4px 5px rgba(128,128,128,0.5019607843137255);
}

.services-full-width-text p {
    line-height: 28px;
    font-size: 13px;
}

/***** Services half width text *****/

.services-half-width-container {
    padding: 0 10% 0 10%;
    width: 100%;
}

.services-half-width-text {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 4%;
    margin-top: 2%;
    text-align: center;
}

.services-half-width-text h3 {
    margin-top: 25px;
    font-family: 'Lobster';
    font-size: 3em;
    color: #5d5d5d;
    /*font-weight: bold;*/
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-half-width-text p {
    line-height: 28px;
    font-size: 13px;
}

/***** Call to action *****/

.call-to-action-container {
    margin-top: 20px;
    padding-bottom: 50px;
}

.call-to-action-text {
    padding-top: 25px;
    padding-bottom: 15px;
    background: #f8f8f8;
    text-align: left;
    overflow: hidden;
}

.call-to-action-text:hover {
	-moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.call-to-action-text p {
    float: left;
    width: 80%;
    padding-left: 25px;
    line-height: 30px;
    font-size: 18px;
    font-style: italic;
}

.call-to-action-text .call-to-action-button {
    float: left;
    width: 20%;
    padding-right: 25px;
    margin-bottom: 10px;
    text-align: right;
}


/* ----- PORTFOLIO PAGE ----- */

.portfolio-container .portfolio-box {
    
    padding-bottom: 50px;
	width: 99%;
    display: inline-block;
	margin: 2% 3% 2% 3%;
}

.portfolio-filters {
    padding-top: 35px;
    padding-bottom: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio-filters a { color: #5d5d5d; }
.portfolio-filters a:hover, .portfolio-filters a.active { color: #de0442; }

.portfolio-box-container img {
    max-width: 80%;
    cursor: pointer;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.portfolio-box:hover img { opacity: 0.7; }

.portfolio-box-container {
    /*min-height: 475px;*/
    border-radius: 25px;
    background: #f8f8f8;
    /*border-bottom: 2px solid rgba(255, 106, 0, 0.2);*/
}

.portfolio-box-container:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.portfolio-box-container h2 {
    margin: 2%;
    padding-top: 1%;
    font-family: 'Pacifico';
    font-size: 1.5em;
    color: #c03f5b;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0 2px 4px #de0442);
}

.portfolio-box-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    padding-top: 7.5px;
    padding-left: 3px;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 19px; -webkit-border-radius: 19px; border-radius: 19px;
}

.portfolio-box-text {
    padding: 1%;
    text-align: center;
}
.portfolio-box-text img {
    display: block;
    margin: 1%;
    background-image: url();
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}

.portfolio-box-text h5 {
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 1em;
    color: #5d5d5d;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio-box-text p {
    text-align: center;
    padding-bottom: 1em;
    line-height: 1em;
    font-size: 14px;
}

.portfolio-box-text>cite {
    text-align: center;
    font-size: 10px;
}
/***** Added *****/


