@charset "utf-8";
*, *:after, *:before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 outline: none;
}
* {
 padding: 0;
 margin: 0;
 outline: none;
}
/* Clearfix */
.clearfix:before, .clearfix:after {
 content: " ";
 display: table;
}
.clearfix:after {
 clear: both;
}
.clearfix {
*zoom: 1;
}
html, body {
 height: 100%;
}
* html #container {
 height: 100%;
}
img {
 border: none;
 max-width: 100%;
 max-height: auto;
 border: none;
}
body {
 margin: 0px;
 padding: 0px;
 background: #FFF;
 font-family: 'Muli', sans-serif;
 font-size: 9pt;
 font-weight: 300;
 color: #363636;
}
h1, h2, h3 {
 margin: 0;
 padding: 0;
}
p, ol, ul {
 margin-top: 0px;
}
p {
 line-height: 140%;
 text-align: justify;
}
strong {
}
a {
 color: #171717;
}
a:hover {
 text-decoration: none;
}
a img {
 border: none;
}
.image {
 display: inline-block;
}
.image img {
 display: block;
 width: 100%;
}
.image-full {
 display: block;
 width: 100%;
 margin: 0 0 5px 0;
}
.image-left {
 float: left;
 margin: 0 2em 2em 0;
}
.image-centered {
 display: block;
 margin: 0 0 2em 0;
}
.image-centered img {
 margin: 0 auto;
 width: auto;
}
hr {
 display: none;
}
/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

ul.style1 {
 margin: 0;
 padding: 0;
 list-style: none;
}
ul.style1 li {
 border-top: solid 1px #E5E5E5;
 padding: 0.80em 0;
}
ul.style1 li:first-child {
 border-top: 0;
 padding-top: 0;
}
ul.style2 {
 margin: 0;
 padding: 0;
 list-style: none;
}
ul.style2 li {
 border-top: dashed 1px #999;
 padding:5px 0;
}
ul.style2 li a {
 font-size: 10px;
 font-weight: bold;
 text-decoration: none;
}
.left-txt {
 font-size: 8px;
 display: block;
}
.left-txt a {
 font-size: 10px !important;
 font-weight: normal !important;
 color: #00aabb;
 display: block;
}
ul.style2 li:first-child {
 border-top: 0;
 padding-top: 0;
}
.left-txt img{
 float: right;
 padding-right: 40px;
 height: 20px;
 margin-top: -20px;
}
/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

ul.contact {
 margin: 0;
 padding: 1.5em 0em 2.5em 0em;
 list-style: none;
}
ul.contact li {
 display: inline-block;
 padding: 0em 0.30em;
 font-size: 1em;
}
ul.contact li span {
 display: none;
 margin: 0;
 padding: 0;
}
ul.contact li a {
 color: #FFF;
}
ul.contact li a:before {
 display: inline-block;
 background: #3f3f3f;
 width: 40px;
 height: 40px;
 line-height: 40px;
 border-radius: 20px;
 text-align: center;
 color: #FFFFFF;
}
ul.contact li a.icon-twitter:before {
 background: #2DAAE4;
}
ul.contact li a.icon-facebook:before {
 background: #39599F;
}
ul.contact li a.icon-dribbble:before {
 background: #C4376B;
}
ul.contact li a.icon-tumblr:before {
 background: #31516A;
}
ul.contact li a.icon-rss:before {
 background: #F2600B;
}
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title {
 margin-bottom: 1.5em;
 text-transform: uppercase;
}
.title h2 {
 letter-spacing: 0.20em;
 font-weight: 500;
 font-size: 2em;
 color: #00AABB;
}
.title .byline {
 text-transform: uppercase;
 /* font-weight: 400; */
 color: #000;
 font-size: 20px;
 font-weight: bold;
}
/** WRAPPER */

#wrapper {
 background: #FFFFFF url(images/bg01.png) repeat;
}
#footer-wrapper {
 background: #0F0F0F;
}
.container {
 /*width: 1200px;*/
 width: 1000px;
 max-width:100%;
 margin: 0px auto;
}
.clearfix {
 clear: both;
}
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper {
 overflow: hidden;
 background-size: 100%;
 background: #333333;
}
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header {
 position: relative;
 overflow: hidden;
 text-align: center;
}
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
 width: 100%;
 margin: 0 auto;
}
#logo h1 {
 letter-spacing: 0.10em;
 font-size: 2.28em;
}
#logo p {
 letter-spacing: 0.10em;
 color: #FFF;
 text-align: centre;
}
#logo a {
 text-decoration: none;
 color: #FFF;
}
/** MENU */

#menu-wrapper {
 /* background: #00AABB; */
}
#menu {
 overflow: hidden;
 height: 20px;
}
#menu ul {
 margin: 0;
 padding: 25px 0px 0px 0px;
 list-style: none;
 line-height: normal;
 text-align: center;
}
#menu li {
 display: inline-block;
}
#menu a {
 display: block;
 letter-spacing: 1px;
 padding: 20px 40px;
 text-decoration: none;
 text-align: center;
 text-transform: uppercase;
 font-size: 1.4em;
 font-weight: 600;
 border: none;
 color: #FFF;
}
#menu a:hover, #menu .current_page_item a {
 text-decoration: none;
}
#menu .current_page_item a {
 background: #008C9A;
}
/** PAGE */

#page {
 position: relative;
 margin:0 auto;
 margin-top:30px;
}
/** CONTENT */

#content {
 float: right;
 width:100%;
 /* background-color:#0F0; */
}

#sidebar {
 float: left;
 width:27%;
 /* background-color:#CF6; */
}

#content2 {
 float: right;
 width: 1200px;
}
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/


#sidebar .title h2 {
 font-size: 1.5em;
}
#sidebar .box1 {
 margin-bottom: 3em;
}
#sidebar strong {
 /* color:#F00; */
 font-weight: bold;
}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#footer {
 /* overflow: hidden; */
 padding: 15px 0;
 text-align: center;
 background-color:#4fbfbf;
}

.footer-area {
 width:1200px;
 max-width:100%;
 margin:0 auto;
}

#footer p {
 letter-spacing: 1px;
 text-align: center;
 text-transform: uppercase;
 font-size: 9px;
 color: #000;
}
#footer a {
 text-decoration: none;
 color: #000;
}
/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

#welcome {
 overflow: hidden;
 padding: 5em 0em;
 border-bottom: 1px solid #E5E5E5;
 text-align: center;
}
#welcome h2 {
 letter-spacing: 0.20em;
 text-transform: uppercase;
 font-size: 2.6em;
}
#welcome p {
 font-size: 1.3em;
}
#welcome .byline {
 display: block;
 padding: 0em 0em 1.5em 0em;
 letter-spacing: 0.15em;
 text-transform: uppercase;
 font-weight: 400;
 font-size: 1.2em;
 color: #6F6F6F;
}
/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

#portfolio-wrapper {
 /* background: white; */
 padding: 0em 0em;
 /* color: rgb(fff, fff, fff, .7); */
}
#portfolio {
}
#portfolio .title h2 {
 font-size: 1.2em;
 color: #000;
}
#portfolio .byline {
 font-size: 1em;
 color: #EEA7C1;
}
#column1, #column2, #column3, #column4, #column5 {
 width: 224px;
}
#column1, #column2, #column3, #column4 {
 float: left;
 margin-right: 20px;
}
#column5 {
 float: right;
}
/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button {
 display: inline-block;
 margin-top: 10px;
 padding:7px 8px;
 background: #00AABB;
 letter-spacing: 0.10em;
 text-decoration: none;
 text-transform: uppercase;
 font-weight: 500;
 font-size: 1em;
 color: #FFF;
 transition-duration:0.5s;
}
.button:before {
 display: inline-block;
 /* width: 50px; */
 /* height: 30px; */
 /* line-height: 40px; */
 border-radius: 12px;
 text-align: center;
 color: #FFF;
 padding-right:5px;
}

.button:hover {
 background-color:#000;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer-wrapper {
 overflow: hidden;
 padding: 5em 0em;
 background: #1E1B1A;
}
#footer {
 color: #ADADAD;
}
#footer .title h2 {
 font-weight: 400;
 font-size: 1.2em;
 color: #FFF;
}
#footer .title {
 border-color: #2D2926 !important;
}
#footer .style1 li {
 border-color: #2D2926 !important;
}
#footer .style1 a {
 letter-spacing: 0.10em;
 font-size: 1em;
 color: #B1B1B1;
}
#box1 {
 float: left;
 width: 354px;
 margin-right: 24px;
 padding-right: 30px;
}
#box2 {
 float: left;
 width: 354px;
 margin-left: 24px;
 padding-right: 30px;
}
.box2 {
 margin-top: 5px;
}
#box3 {
 float: right;
 width: 344px;
 padding-left: 40px;
}
.agb {
 margin: 25px 0 0 0;
 /* padding: 20px; */
 background: white;
 font-family: 'Muli', sans-serif;
 font-size: 12pt;
 font-weight: 300;
 color: #black;
}
.gap {
 margin-bottom: 5px;
}
.gap h2 {
 font-size: 16px;
}
.clear {
 clear: both;
}
ul.style3 {
 margin: 0px;
 padding: 0px;
 list-style: none;
}
ul.style3 li {
 margin: 0 0 2px 0;
 padding: 0px;
}
ul.style3 li a {
 margin: 0px;
 padding: 2px 10px;
 display: block;
 background-color: #00aabb;
 color: #FFF;
 font-size: 14px;
 transition-duration: 0.5s;
 text-decoration: none;
}
ul.style3 li a:hover {
 background-color: #000;
}

.gallery-gap{
}
.gallery {
 float: left;
 margin:0 8px 10px 8px;
 width:48%;
}

.gallery-hd{
 font-size:25px;
}

.marq{
 color:#000;
 font-size:20px;
 margin:15px 0;
 display:block;
}

.img {
 height: 600px;
 width: 885px;
}
.img2 {
 height: 675px;
 width: 584px;
}
.flag {
 /* padding-left: 30px;
 margin-top: -25px; */
 /* text-align:center; */
 /* font-weight:bold; */
 font-size:14px;
 color: #F00;
 animation: blinker 1s linear infinite;
}
@keyframes blinker {
 50% { opacity: 0.0; }
}

.top-people-box{
 width:19%;
 float:left;
 margin-right:1%;
}

.top-people-box h2{
 font-size:20px;
}

.gap h2{
 font-size:10px;
 font-weight:bold;
}

.name-hd{
 font-size:10px;
 font-weight:bold;
 /* padding:3px 0; */
 color:#00aabb;
}

.name-txt{
 font-size:13px;
 color:#6c6c6c;
}

.link-new:link, .link-new:visited{
 font-size:10px;
 /* font-weight:bold; */
 color:#000;
 text-decoration:underline;
 margin:5px 0 10px 0;
 /*display:block;*/
}

.flab-img{
 width:37%;
}

.inner-container{
 width:80%;
 margin:0 auto;
 text-align:center;
}

.gallery-container{
 width:95%;
 margin:0 auto;
 text-align:center;
}
