/*
 * CSS For DotNetNuke Skin by bestdnnskins.com
 * Copyright 2014 By BESTDNNSKINS.COM
 */
/*-------- Design style --------*/
.floatl{ float:left;}
.floatr{ float:right;}
.pc_display { display:block;}
.mobile_display{ display:none;}
.mobile_nav { display:none;}
.pre_defined_color { background:#1ABC9C;}

#skin_wrapper {width:100%;  position:inherit!important;z-index:1;  background:#fff; margin:0 auto; }
.skin_width { width:100%;max-width:1140px;min-width:767px;margin:0 auto; position:relative;}
.skin_top_border{ background:#1ABC9C; height:5px;}
.user_bar{  min-height:36px;}
.language_position {float:right; padding:5px 5px 6px 4px;}
.user_style { float:right; list-style:none; padding:7px; margin:0; }
.logo_style{ text-align:center; width:100%; padding:0 0 20px 0;}
.site_logo { padding:5px 15px; }
.site_logo img {}
#skin_menu{ background:#FFF;}
.menu_border{ background:#e8e8e8; height:1px; position:relative; top:28px; }
.menu_box{ min-height:55px; width:100%; background:#fff;  border:1px solid #E5E5E5;border-radius:5px;-webkit-border-radius:5px; -moz-border-radius:5px;  margin-top:0; padding-bottom:10px; position:relative;z-index:1000; }
.skin_banner{ margin-top:25px; }
.footer_top{ background:#232323; }
.footer_bg{ background:#232323; }
.footer_logo{ text-align:center; padding:50px 0 20px 0;}
.copyright_style{ text-align:center; min-height:65px; padding:25px 0 10px 0;}
.socialpane_style{ text-align:center; padding:0 20px;}
.skin_main { min-height:550px; }
.content_whitebg{ background:#fff; }
.content_graybg{ background:#f1f1f1;  }
.fixed_bg{ background: center center repeat url(../images/fixed_bg.jpg) fixed;  }
.content_colorbg{ background:#1ABC9C; }
.skin_top_content { padding:20px;}
.skin_main_padding{ padding:0 20px;}

/*page name*/
.page_name { background:#f5f5f5; position:relative; min-height:110px; border-bottom:1px solid #e3e3e3;border-top:1px solid #e3e3e3; top:-28px; }
.pagename_style { position:relative;}
.pagename_style h1{ float:left; padding-left:15px; color:#7c7c7c; line-height:34px; padding-top:50px; font-size:22px; font-weight:normal; margin:0;}
.breadcrumb_style {float:right; padding-right:15px; color:#7c7c7c; line-height:34px;padding-top:50px;}

/*leftsidebar layout*/
.LM_position { float:left; width:22%;padding:0; }
.LM_skin_content { float:left; min-height:350px; width:78%; padding:0 0 0 25px;}
.leftside_style { padding:0;}

/*menu hover effect*/
.setHover { position:absolute; right:50%; bottom:-4px; background:#1ABC9C; width:0; height:4px; transition: width 0.4s ease 0s; -webkit-transition: width 0.4s ease 0s; -moz-transition: width 0.4s ease 0s; z-index:1;}
.setHover02 { position:absolute; left:50%; bottom:-4px; background:#1ABC9C; width:0; height:4px; transition: width 0.4s ease 0s; -webkit-transition: width 0.4s ease 0s; -moz-transition: width 0.4s ease 0s; z-index:1;}

/*--------- StandardMenu style ----------*/
#standardMenu { position:relative; margin:0 auto; padding:7px 28px; }
#standardMenu ul { list-style:none; margin:0; padding:0 1px;}
#standardMenu li{ position:relative; display:block; float:left; margin:0; list-style-type:none; }

#standardMenu .rootMenu li a{ display:block; position:relative; float:none; z-index:10; cursor:pointer; text-decoration:none; }
#standardMenu .rootMenu li.selected a, #standardMenu .rootMenu li.rmHover a, #standardMenu .rootMenu li.breadcrumb a, #standardMenu .rootMenu li:hover a, #standardMenu .rootMenu li a:hover { text-decoration:none;}
#standardMenu .rootMenu >li a span { display:block; padding:0 17px; height:42px; line-height:42px; color:#6b6b6b;  white-space:nowrap; font-size:13px; font-weight:600;font-family:'Carme',Arial, Tahoma, sans-serif;text-transform:none;}
#standardMenu .rootMenu li.selected a span, #standardMenu .rootMenu li.breadcrumb a span, #standardMenu .rootMenu li:hover a span, #standardMenu .rootMenu li a:hover span  { color:#1ABC9C ;}
#standardMenu .rootMenu li:hover .setHover,#standardMenu .rootMenu li:hover .setHover02 { width:50%;}
/*-- submenu --*/
#standardMenu .subMenu {position:absolute;left:0; width:180px; top:42px;z-index:1210;display:none;padding:0; background:#f2f2f2; background:rgba(255,255,255,.93); border-top:4px solid #1ABC9C; -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2); box-shadow:0px 1px 2px rgba(0,0,0,0.2); }
#standardMenu .rootMenu li.rmHover .subMenu { display:block; }
#standardMenu .subMenu ul{ margin:0; padding:0; position:relative; z-index:1200;}
#standardMenu .subMenu li{ float:none; clear:both; background:none; width:100%; padding:0; *margin-bottom:-3px;}
#standardMenu .subMenu li.item a{ border:1px solid #e3e3e3; border:1px solid rgba(0,0,0,.15); border-top:none; border-left:none; border-right:none;  padding:0; background:none; }
#standardMenu .subMenu ul ul li.item.first a{ border-top:1px solid #e3e3e3;border-top:1px solid rgba(0,0,0,.15);}
#standardMenu .subMenu li.item a span{ display:block; background:none; font-size:12px; color:#555; font-weight:normal; white-space:normal; height:auto; line-height:1.5em; padding:10px 15px 10px 15px; text-transform:none; margin:0; border:none;}
#standardMenu .subMenu li.selected > a span, #standardMenu .subMenu li.breadcrumb > a span, #standardMenu .subMenu li.item a:hover span {background:#1ABC9C; color:#FFF;cursor:pointer;}
#standardMenu .subMenu .subarrow{ background:url(../images/menu-arrow01.gif) no-repeat; position:absolute; right:0; top:15px; width:15px; height:7px;}
#standardMenu .subMenu li.selected > a .subarrow, #standardMenu .subMenu li.breadcrumb > a .subarrow, #standardMenu .subMenu li.item a:hover .subarrow{ background:url(../images/menu-arrow02.gif) no-repeat; position:absolute; right:0; top:15px; width:15px; height:7px;}

#standardMenu ul li ul li ul{ display:none; width:180px; margin:0; background:#fff; background:rgba(255,255,255,.9); border:none; -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2); box-shadow:0px 1px 2px rgba(0,0,0,0.2); }
#standardMenu ul li ul li ul.level1{ display: none;position:absolute;left:180px; top:-1px; padding:0;}
#standardMenu ul li ul li ul li ul.level2 { display:none;position:absolute;left:180px;top:0; padding:0;}
#standardMenu ul li ul li ul li ul li:hover ul.level3 { display: block;position:absolute;left:180px;top:-1px; padding:0;}
#standardMenu ul li ul li ul li ul li ul li:hover ul.level4 { display: block;position:absolute;left:180px;top:-1px; padding:0;}}

#standardMenu img.mmIcon {max-height:24px; margin-right: 7px; vertical-align: middle;}
#standardMenu img.rootIcon {max-height:40px; margin-right:7px; margin-left:-10px; vertical-align: middle;}


/*--------- megaMenu style ----------*/
#megaMenu { position:relative; margin:0 auto;padding:7px 28px;}
#megaMenu ul { list-style:none; margin:0; padding:0 1px;}
#megaMenu li{ position:relative; display:block; float:left; margin:0; list-style-type:none; }

#megaMenu .root li a{ display:block; position:relative; float:none; z-index:10; cursor:pointer; text-decoration:none; }
#megaMenu .root li.selected a, #megaMenu .root li.rmHover a, #megaMenu .root li.breadcrumb a, #megaMenu .root li:hover a, #megaMenu .root li a:hover { text-decoration:none;}
#megaMenu .root >li a span { display:block;padding:0 17px; height:42px; line-height:42px; color:#6b6b6b;  white-space:nowrap; font-size:13px; font-weight:600;font-family:'Carme',Arial, Tahoma, sans-serif;text-transform:none; }
#megaMenu .root li.selected a span, #megaMenu .root li.breadcrumb a span, #megaMenu .root li:hover a span, #megaMenu .root li a:hover span  { color:#1ABC9C ;}
#megaMenu .root li:hover .setHover,#megaMenu .root li:hover .setHover02 { width:50%;}

/*-- category --*/
#megaMenu .category { position:absolute;left:0;top:42px;z-index:1210;width:378px; padding:5px 0 20px 8px; display:none; background:#f2f2f2; background:rgba(255,255,255,.9); border:none; border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; border-top:4px solid #1ABC9C; -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.3); -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.3); box-shadow:0px 1px 3px rgba(0,0,0,0.3);}
#megaMenu ul li:hover ul{ visibility: visible; }
#megaMenu .root li.rmHover .category { display:block;}
#megaMenu .category ul{ margin:0; padding:0; position:relative; z-index:1200;}
#megaMenu .category li{ background:none; margin:0 8px; width:165px; padding:0; float:left;}
#megaMenu .category li.item a{ border:none;border-bottom:1px dashed #e3e3e3; border-bottom:1px dashed rgba(0,0,0,.3);  background:none;}
#megaMenu .category li.item a span{ display:block; background:none; font-size:12px; color:#555; font-weight:normal; white-space:normal; height:auto; line-height:1.5em; padding:10px 0 8px 0; margin:0; text-transform:none; border:none; }
#megaMenu .category li.selected > a span, #megaMenu .category li.item a:hover span { background:none; text-decoration:none; color:#1ABC9C; cursor:pointer; }

#megaMenu ul li ul li ul{ position: relative; padding:0; width:auto; border:none;}
#megaMenu .leaf li{ clear:both;float:none; width:160px; margin:0 0 0 5px; padding:0; }
#megaMenu .leaf li.item a{ text-transform: none; font-size:12px; padding:0 0 0 6px; line-height:1em; background:url(../images/right.gif) left 16px no-repeat; border:none;}
#megaMenu .leaf li.item a span{ display:block; background:none; font-size:12px; color:#555; font-weight:normal; height:auto; line-height:1.5em; padding:10px 0; text-transform:none;border:none; }
#megaMenu .leaf li li{ clear:both;float:none; width:155px; }
#megaMenu .leaf li.selected > a span{ color:#1ABC9C; cursor:pointer;}

#megaMenu img.mmIcon {max-height:24px; margin-right: 7px; vertical-align: middle;}
#megaMenu img.rootIcon {max-height:40px; margin-right:7px; margin-left:-10px; vertical-align: middle;}


/*--------- LeftMenu style ----------*/
#leftMenu { position:relative; margin:0 auto;}
#leftMenu ul { list-style:none; margin:0; padding:0;}
#leftMenu li{ display:block; float:none; list-style-type:none; margin:0; padding:0; line-height:normal;}
#leftMenu .leftRoot li a {text-decoration:none;}
#leftMenu .leftRoot li a span { display:none; text-decoration:none;} 

/*-- left submenu --*/
#leftMenu .leftSub { z-index:900;width:100%; display:none;padding:0; margin:0;}
#leftMenu .leftRoot li.breadcrumb .leftSub { display:block; }
#leftMenu .leftSub ul{ margin:0; padding:0; position:relative; background:none; border:none; z-index:900;}
#leftMenu .leftSub li{float:none; clear:both; padding:0; position:relative; background: url(../images/menu-arrow01.gif) no-repeat 10px 18px; border:1px solid #ddd; margin:3px 0;  }

#leftMenu .leftSub li.item a{ background:none;  }
#leftMenu .leftSub li.item a span{ display:block; font-size:14px; color:#555; font-weight:600; font-family:Arial, Tahoma, sans-serif; white-space:normal;line-height:22px; padding:10px 10px 10px 25px; text-shadow:none; text-transform:none; margin:0; }
#leftMenu .leftSub li.selected > a span, #leftMenu .leftSub li a:hover span{background: url(../images/menu-arrow02.gif) no-repeat 10px 18px #1ABC9C; color:#fff;}

#leftMenu .level1{ display: block; }
#leftMenu .level1 li{ background:none;  margin:0; border:none; border-radius:0; webkit-border-radius:0; -moz-border-radius:0; }
#leftMenu .level1 li.item a span { font-size:13px; font-weight:normal; padding:8px 8px 8px 25px;}
#leftMenu .level1 li.selected > a span, #leftMenu .level1 li a:hover span{background:none!important; color:#1ABC9C;}

#leftMenu .level2 { display: block; }
#leftMenu .level2 li.item a span { padding-left:30px;}

#leftMenu .level3 { display: block; }
#leftMenu .level3 li.item a span { padding-left:35px;}

#leftMenu img.mmIcon {max-height:24px; margin-right: 7px; vertical-align: middle;}
#leftMenu img.rootIcon {max-height:30px; margin-right: 6px; vertical-align: middle;}

/*--------- Pane Style ----------*/
.DNNEmptyPane{ display:none!important;}
.dnnpane [class*="col-sm"],.dnnpane [class^="col-sm"] { padding: 10px 15px; }
.socialpane { padding:0 0 20px 0;}
.contactpane{}
.content_grid12{}
.topgrid6a{}
.topgrid6b{}
.topgrid4a{}
.topgrid4b{}
.topgrid4c{}
.topgrid3a{}
.topgrid3b{}
.topgrid3c{}
.topgrid3d{}
.topgrid8l{}
.topgrid4r{}
.topgrid4l{}
.topgrid8r{}
.topgrid12{}
.graygrid4a{margin:20px 0;}
.graygrid4b{margin:20px 0;}
.graygrid4c{margin:20px 0;}
.graygrid6a{margin:20px 0;}
.graygrid6b{margin:20px 0;}
.graygrid12{margin:20px 0;}
.middlegrid4a{margin:20px 0;}
.middlegrid4b{margin:20px 0;}
.middlegrid4c{margin:20px 0;}
.middlegrid12{margin:20px 0;}
.fixedbg4a{margin:20px 0;}
.fixedbg4b{margin:20px 0;}
.fixedbg4c{margin:20px 0;}
.fixedbg{margin:20px 0;}
.middle2grid4a{margin:20px 0;}
.middle2grid4b{margin:20px 0;}
.middle2grid4c{margin:20px 0;}
.middle2grid8{margin:20px 0;}
.middle2grid4{margin:20px 0;}
.middle2grid12{margin:20px 0;}
.colorgrid4a{margin:20px 0;}
.colorgrid4b{margin:20px 0;}
.colorgrid4c{margin:20px 0;}
.colorgrid12{margin:20px 0;}
.bottomgrid4a{margin:20px 0;}
.bottomgrid4b{margin:20px 0;}
.bottomgrid4c{margin:20px 0;}
.bottomgrid8{margin:20px 0;}
.bottomgrid4{margin:20px 0;}
.bottomgrid12{margin:20px 0;}
.footertop4a{margin:20px 0;}
.footertop4b{margin:20px 0;}
.footertop4c{margin:20px 0;}
.footerpane{margin:20px 0;}
.footer_grid3a { margin:30px 0 10px 0;}
.footer_grid3b { margin:30px 0 10px 0;}
.footer_grid3c { margin:30px 0 10px 0;}
.footer_grid3d { margin:30px 0 10px 0;}
.footerpane { margin:0 0 10px 0;}

.i_content_grid12 {}
.i_one_grid3 {}
.i_one_grid9 {}
.i_two_grid4a {}
.i_two_grid4b {}
.i_two_grid4c {}
.i_three_grid9 {}
.i_three_grid3 {}
.i_four_grid12 {}
.i_five_grid6a {}
.i_five_grid6b {}
.i_six_grid3a {}
.i_six_grid3b {}
.i_six_grid3c {}
.i_six_grid3d {}
.i_seven_grid12 {}
.i_eight_grid4{}
.i_eight_grid8{}
.i_nine_grid8{}
.i_nine_grid4{}
.i_ten_grid12{}

.leftsidepane { padding:10px 0; }
.l_one_grid8 {}
.l_one_grid4 {}
.l_two_grid6a {}
.l_two_grid6b {}
.l_three_grid4 {}
.l_three_grid8 {}
.l_four_grid4a {}
.l_four_grid4b {}
.l_four_grid4c {}
.l_five_grid12 {}

/*--------- Register and Login Style ----------*/
#Login{ float:right;padding-right:0;height:36px; border:1px solid #e1e1e1; border:1px solid rgba(0,0,0,.07); border-top:none; background:#f1f1f1; background:rgba(0,0,0,.05); border-radius:0 0 4px 4px; webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px;}
#Login ul {margin:0; padding:0;}
#Login .registerGroup, #Login .registerGroup *, #Login .loginGroup, #Login .loginGroup *{ display:block; } 
#Login .registerGroup, #Login .loginGroup{float:left;padding:0;margin:0;} 
#Login .registerGroup li{ float:left; height:35px;border:none;}
#Login .registerGroup li:hover, #Login .loginGroup:hover{}
#Login .registerGroup .buttonGroup{margin-right:0;}
#Login .registerGroup a { border-right:1px solid #e1e1e1; border-right:1px solid rgba(0,0,0,0.1); position:relative; display:block; padding:0 8px; min-width:15px; height:35px;  font-size:12px; font-weight:normal; vertical-align:middle;line-height:35px; color:#333; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
#Login .loginGroup a{ position:relative; display:block; padding:0 8px; min-width:15px; height:35px;  font-size:12px; font-weight:normal; vertical-align:middle;line-height:35px; color:#333;}
#Login .registerGroup a:hover,#Login .loginGroup a:hover{color:#1ABC9C;text-decoration:none;}
#Login .registerGroup a:active,#Login .loginGroup a:active{color:#1ABC9C;}
#Login .registerGroup a strong,#Login .loginGroup a strong{position:absolute;left:0; top:0;width:100%; height:100%;display:block;font-size:12px;vertical-align:baseline;overflow:hidden;text-indent:9999px;}
.registerGroup .userMessages strong,.registerGroup .userNotifications strong{background:url(../images/userLoginSprite.png) no-repeat 9px 12px;}
.registerGroup .userNotifications strong{ background-position:-92px 10px;}
.registerGroup .userMessages strong:hover{background-position:9px -39px;}
.registerGroup .userNotifications strong:hover{ background-position:-92px -41px;}
.registerGroup .userMessages strong:active{background-position:9px -90px;}
.registerGroup .userNotifications strong:active{ background-position:-92px -91px;}	
#Login .registerGroup a span{ position:absolute; right:0; top:0; display:inline-block; padding:2px 3px; min-width:7px; line-height:12px; text-align:center; margin-right:0; background:rgb(31,152,241); font-size:12px; color:#fff; text-shadow: 0px 1px 0px #333333;}
#Login .registerGroup .userProfileImg a{ padding:0; background:none; }
#Login .registerGroup a img{ border-top:2px solid transparent; height:34px; width:32px; }

/*--------- Language Style ----------*/
.language-object{display:block; margin:2px 0;}
.language-object .Language {margin:0 2px;}
.language-object span img{height:15px; width:22px;filter:Alpha(Opacity=90);opacity:0.9; margin:0; border:2px solid transparent; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.language-object span:hover img{filter:Alpha(Opacity=100);opacity:1;}
.language-object .Language.selected img{ filter:Alpha(Opacity=100);opacity:1; border-color:#555; border-color:rgba(0,0,0,.2); -webkit-border-radius: 2px;border-radius: 2px;}

/*--------- Search Style ----------*/
#Search{ position:absolute; right:15px; top:10px;}
.searchcss, a.searchcss:link, a.searchcss:active, a.searchcss:visited{ color:#d1d1d1; text-decoration:none; font-weight:normal; font-size:12px; display:block; position:absolute; width:30px; height:34px;  text-indent:-99999px; overflow:hidden;}
.searchSite { text-indent:-99999px;}
a.searchcss:hover{ color:#fff; text-decoration:none; font-weight:normal; font-size:12px;}
#Search input[type="text"] {  border:none; font-size:12px; color: #c1c1c1; width: 180px; padding: 8px 30px 8px 10px;border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; z-index:1999; border:1px solid #d9d9d9;}
#Search input[type="text"]:active, #Search input[type="text"]:focus { outline:none; color:#666;}
#Search a{ display: block;  right:0; top:0;height:34px; width:30px; padding:0;border:none;box-shadow:none;webkit-box-shadow:none;overflow:hidden;text-indent:-99999px;background:url(../images/search_icon.png) no-repeat 6px 10px ; z-index:1;cursor:pointer;}
#Search .searchInputContainer a.dnnSearchBoxClearText{ margin-right:18px; margin-top:10px; z-index:201;}

/*--------- Color Picker Style ----------*/
#custom_wrapper{display:block;position: fixed;top: 80px;left:-155px;width: 150px;padding: 15px 0;background: #fff;z-index: 99999;font-size: 12px;border: 1px solid #E1E1E1;border-bottom: 1px solid rgba(150, 150, 150, 0.2);-webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);-moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);}
#custom-button {display:block;position: fixed;top: 110px;left:0;cursor:pointer;z-index: 9999;}
#custom_wrapper div, #custom_wrapper span, #custom_wrapper p, #custom_wrapper li, #custom_wrapper td {color: #555!important;}
#custom_wrapper #bg_color {width: 100%;height: 25px;cursor: pointer;}
#custom_wrapper .custom_inner{width: 84%;margin:auto;}
.colorpicker_preview{width: 100%;height: 30px;margin: 5px 0 0 0;}
#custom_wrapper .use-form-styles select{width: 110px;}
.color-box, .pattern-box, .pattern-box2, .bg-box { width:27px;height:27px;display:block;float:left; margin:5px 2px 0 2px;border: 1px solid #cacaca;}
.pattern-box, .pattern-box2 { background:#ccc;}
#colorpicker { width: 36px;height: 36px;background: url(../images/colorpicker/select2.png);}
#colorpicker div { width: 28px;height: 28px;background: url(../images/colorpicker/select2.png) center;}
#custom_wrapper #bg_pattern { margin-top:10px; margin-bottom:12px;}
.optional_width { position:relative; padding:10px 0 0 0;}
#boxed_button { background:#777; float:left; margin-top:2px; padding:5px 7px; color:#FFFFFF;}
#stretched_button { background:#777;  float:right; margin-top:2px; padding:5px 7px; color:#FFFFFF;}
#boxed_button:hover, #stretched_button:hover { text-decoration:none;}
#custom_wrapper #custom-reset{ float:left; padding:5px 10px; margin:0; background:#444444; color:#fff; text-decoration:none;} 
#custom_wrapper .getcss_btn{ float:right; padding:5px 10px; margin:0; background:#444444; color:#fff; text-decoration:none;}
#getCSSModal .modal-dialog { width:660px; }
#getCSSModal h4#cssModalLabel { margin:0; }
textarea.get-css { height: 325px; width: 597px; resize: none; cursor: text;}

ul.position_option { list-style:none; margin:0; padding:0; margin-bottom:12px;}
ul.position_option li { list-style:none; margin:0; padding:0; float:left; margin-right:3px;}
ul.position_option li:last-child {margin-right:0;}
ul.position_option li a {background:#eee; float:left; margin-top:5px; padding:4px; border:1px solid #cacaca;  color:#000;}
ul.mega_option { list-style:none; margin:0; padding:0; margin-bottom:12px;}
ul.mega_option li { list-style:none; margin:0; padding:0; float:left; margin-right:4px;}
ul.mega_option li:last-child {margin-right:0;}
ul.mega_option li a {background:#eee; float:left; margin-top:5px; padding:4px 5px; border:1px solid #cacaca;  color:#000;}
.search_option { margin:0 0 15px 0; line-height:24px; }
.search_option span a { float:right; background:#eee;padding:0 3px; border:1px solid #cacaca;  color:#000;}

/*--------- Scroll Top Style ----------*/
#top-link { background:url(../images/scroll_top.png) no-repeat scroll center top ; border: 0 none;  bottom:25px; right: 50px; display:block; height:50px; padding:0; width:50px; position: fixed; text-decoration: none; z-index: 903; outline:none;}
#top-link:hover { background:url(../images/scroll_top.png) no-repeat scroll center -51px;  -webkit-transition: all 0.2s ease-in 0s; -moz-transition: all 0.2s ease-in 0s; -o-transition: all 0.2s ease-in 0s; transition: all 0.2s ease-in 0s;}

/*--------- Footer Links Style ----------*/
.footerpane_style a, .footerpane_style a:link{ color :#999; text-decoration : none; }
.footerpane_style a:visited { color :#999; text-decoration : none; }
.footerpane_style a:hover { color :#fff; text-decoration : none; }
.footerpane_style a:active { color :#999; text-decoration : none; }

/*--------- Footer Content style ----------*/
.footerpane_style, .footerpane_style .Normal, .footerpane_style p, .footerpane_style div, .footerpane_style span, .footerpane_style li, .footerpane_style td, .footerpane_style dt, .footerpane_style dd, .footerpane_style h1, .footerpane_style h2, .footerpane_style h3, .footerpane_style h4, .footerpane_style h5, .footerpane_style h6{ color:#999;}



/*************************************************/	
/* Content Pages Style */
/*************************************************/	

/*--------- CarouFredSel Style ----------*/
.carouFredSel { position:relative;  }
.carouFredSel ul { list-style:none; margin:0; padding:0; width:auto;  }
.carouFredSel ul li { float:left; list-style:none; height:auto;  margin:0 8px; position:relative; min-height:305px;border:1px solid #e0e0e0;  }
.carousel_img{ position:relative;}
.carousel_img img{ position:relative;}
.carousel_over{ position:absolute; width:100%; height:100%; top:0; left:0;background:#1ABC9C;filter: alpha(opacity=0); opacity:0; display:none; text-align:center;}
.carousel_over a span.glyphicon{ font-size:32px; color:#fff; top:40%;opacity:1;}
.carousel_img:hover .carousel_over{ display:block; -webkit-animation: scaleUp ease-in-out 1 normal 800ms;-moz-animation: scaleUp ease-in-out 1 normal 800ms;-ms-animation: scaleUp ease-in-out 1 normal 800ms;animation: scaleUp ease-in-out 1 normal 800ms;filter: alpha(opacity=70); opacity:0.7;transition: all 0.8s ease 0s;  -webkit-transition:all 0.8s ease 0s;-moz-transition:all 0.8s ease 0s;}
.carousel_over:hover a span.glyphicon{-webkit-animation: fadeInUp 300ms linear 800ms both;-moz-animation: fadeInUp 300ms linear 800ms both;-ms-animation: fadeInUp 300ms linear 800ms both;animation: fadeInUp 300ms linear 800ms both;}
.carousel_over a:hover span.glyphicon { color:#000;transition: all 0.8s ease 0s;  -webkit-transition:all 0.8s ease 0s;-moz-transition:all 0.8s ease 0s;filter: alpha(opacity=100); opacity:1;}
.carouFredSel_nav { position:absolute; right:0; top:-55px;  padding:5px 8px 5px 5px;}
.carouFredSel_nav a{outline:none;}
.caroul_prev { background: url(../images/crousel_l.png) no-repeat center center #1ABC9C;  margin-right:5px; padding:4px 12px; transition: all 0.8s ease 0s;  -webkit-transition:all 0.8s ease 0s;-moz-transition:all 0.8s ease 0s;}
.caroul_next { background: url(../images/crousel_r.png) no-repeat center center #1ABC9C;  padding:4px 12px; transition: all 0.8s ease 0s;  -webkit-transition:all 0.8s ease 0s;-moz-transition:all 0.8s ease 0s;}
.caroul_prev:hover { background: url(../images/crousel_l.png) no-repeat center center #555!important; }
.caroul_next:hover { background: url(../images/crousel_r.png) no-repeat center center #555!important; }
.carousel_text{ padding:0 0 5px 10px ; border-top:2px solid #1ABC9C;}
.carousel_text h4{ color:#333;}
.carouFredSel ul li:hover .carousel_text h4{ color:#1ABC9C;transition: all 0.8s ease 0s;  -webkit-transition:all 0.8s ease 0s;-moz-transition:all 0.8s ease 0s;}
.carouFredSel ul li:hover .carousel_text { border-color:#333; transition: all 0.8s ease 0s;  -webkit-transition:all 0.8s ease 0s;-moz-transition:all 0.8s ease 0s;}

/*--------- CarouFredSel02 Style ----------*/
.carouFredSel02 { position:relative;  }
.carouFredSel02 ul { list-style:none; margin:0; padding:0; width:auto;  }
.carouFredSel02 ul li { float:left; list-style:none; height:auto;  margin:0 10px; position:relative; min-height:345px;  }
.carouFredSel02 .carouFredSel_nav { position:absolute; right:0; top:-50px;  padding:5px 8px 5px 5px;}
.caroul_prev02 { background: url(../images/crousel_l.png) no-repeat center center #1ABC9C;  margin-right:5px; padding:4px 12px; transition: all 0.8s ease 0s;  -webkit-transition:all 0.8s ease 0s;-moz-transition:all 0.8s ease 0s;}
.caroul_next02 { background: url(../images/crousel_r.png) no-repeat center center #1ABC9C;  padding:4px 12px; transition: all 0.8s ease 0s;  -webkit-transition:all 0.8s ease 0s;-moz-transition:all 0.8s ease 0s;}
.caroul_prev02:hover { background: url(../images/crousel_l.png) no-repeat center center #555!important; }
.caroul_next02:hover { background: url(../images/crousel_r.png) no-repeat center center #555!important; }

/*---------- Project style -------------- */
.project_inner{position:relative;overflow:hidden; text-align:center; }
.project_inner figure{width:100%;height:0;padding:0 0 100%;margin:0;}
.project_inner .project_rollover{position:absolute; left:0;bottom:0;display:block;height:21%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height 0.3s ease-in-out 0s;-moz-transition:height 0.3s ease-in-out 0s;-ms-transition:height 0.3s ease-in-out 0s;-o-transition:height 0.3s ease-in-out 0s;transition:height 0.3s ease-in-out 0s;color:#fff; width:100%;}
.project_inner:hover .project_rollover {height:100%;}
.project_inner .entry-content p{display:block;float:left;padding-left:16px;}
.project_inner .entry-title{padding:30px 0;}
.project_inner .entry-title a {color:#fff!important;font-size:16px; padding:20px 0;}
.project_inner a{color:#fff!important;}
.project_inner .project_item1, .project_inner .project_item5{ background:#1ABC9C; }
.project_inner .project_item2, .project_inner .project_item6{ background:#fabe09; }
.project_inner .project_item3, .project_inner .project_item7{ background:#f97a14; }
.project_inner .project_item4, .project_inner .project_item8{ background:#33bee5; }

/*--------- Accordion2 Style ----------*/
.accordion_style{ border-right:1px solid #ededed;}
.accordion_style .accordion2{ width:95%;}
.ui-accordion .ui-accordion-header { border:solid 1px #ccc; cursor: pointer;margin-top:8px; display: block;min-height: 0;padding:5px 40px 5px 12px;position: relative;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{ background: url(../images/toggle_icon.png) no-repeat right  3px ;font-weight:normal;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: url(../images/toggle_icon.png) no-repeat right  -29px ; font-weight:normal;  }
.ui-helper-reset { font-size: 100%;line-height:25px;list-style: none outside none;margin: 0;outline: 0 none;padding: 0;text-decoration: none;}
.accordion2 p { font-size: 100%;line-height:20px;list-style: none outside none;margin: 0;outline: 0 none;padding:8px 12px;text-decoration: none; border:1px solid #ccc; border-top:none;}
.accordion2 > h3{color:#171717;font-size:15px!important;}
.ui-accordion .ui-accordion-content {overflow: auto;}

/*--------- Nav Tabs Style ----------*/
.nav { margin-bottom: 0; margin:0;  }
.nav-tabs { border-bottom: 1px solid #d9d9d9;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{border-color: #d9d9d9 #d9d9d9 transparent; color:#1ABC9C; }
.nav-tabs > li > a { padding-top:12px; color:#555;border-radius:0; webkit-border-radius:0; -moz-border-radius:0; background:#f2f2f2; border:1px solid #d9d9d9;outline:none; }
.nav-tabs > li > a:hover { color:#1ABC9C; border:1px solid #d9d9d9;}
.nav-tabs > li > a, .nav-pills > li > a{ margin-right:-1px;}
.tab-content { border:1px solid #d9d9d9; border-top:none; padding:5px 10px;}
.tab_container span{ font-size:36px; float:left; padding-left:8px;}
.tab_container_right{ padding-left:60px;}
.tab_container_right h3{ color:#666;}
.tab_container_right:hover h3{ color:#1ABC9C;-webkit-transition: all 0.4s ease-in 0s; -moz-transition: all 0.4s ease-in 0s; transition: all 0.4s ease-in 0s;}
.tab-content p { line-height:2em;}
.tab_container { width:100%; }

/*------------------ Fancybox Style -------------------*/
.fancybox_style{height:auto; padding:0;overflow:hidden;}
.fancybox_style ul { list-style:none; margin:0; padding:0;}
.fancybox_style ul li { list-style:none; padding:3px; float:left; }
.fancybox_style ul li a { position:relative; display:block;}
.fancybox_style ul li a img {  filter:Alpha(Opacity=100);opacity:1; }
.fancybox_style ul li a img:hover {  filter:Alpha(Opacity=70);opacity:0.7; }
.fancybox_style .img-overlay { background:url(../images/fancy_zoom.png) no-repeat scroll center center #000; position: absolute; left:0; top:0; width:100%; height: 100%; opacity: 0; -webkit-transition: all 0.3s ease-in 0s; -moz-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;}
.fancybox_style .img-overlay:hover { opacity: 0.6;}


/*--------- Icon Hover Effects ----------*/
.icon_hover { position:relative; text-align:center; min-height:80px; }
.icon_hover .glyphicon-effect{position:absolute;top:0;left:40%;}
.icon_hover .glyphicon{display:inline-block;cursor: pointer;margin: 0 auto;width:70px;height:70px;border-radius: 50%;position: relative;z-index: 1; background:#fff; }
.icon_hover .glyphicon:after{pointer-events: none;position: absolute;width: 100%;height: 100%;border-radius: 50%;content: '';-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
.icon_hover .glyphicon:before{speak: none;font-style: normal;font-weight: normal;font-variant: normal; font-size:32px;vertical-align:middle; line-height:71px;text-transform: none;display: block;-webkit-font-smoothing: antialiased;}

/* Effect 1 */
.icon_hover .icon-effect-1 .glyphicon{background:#1ABC9C;-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;transition: transform ease-out 0.1s, background 0.2s;color: #fff;}
.icon_hover .icon-effect-1 .glyphicon:after{top: 0;left: 0;padding: 0;z-index: -1;box-shadow: 0 0 0 2px #1ABC9C;opacity: 0;}
.icon_hover:hover .icon-effect-1 .glyphicon{background: #666!important;color: #fff;}
.icon_hover:hover .icon-effect-1 .glyphicon:after{-webkit-animation: sonarEffect 1s ease-out 95ms;-moz-animation: sonarEffect 1s ease-out 95ms;animation: sonarEffect 1s ease-out 95ms;}
@-webkit-keyframes sonarEffect{0%{opacity: 0.3;}40%{opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #666, 0 0 0 10px rgba(255,255,255,0.5);}100%{box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #666, 0 0 0 10px rgba(255,255,255,0.5);-webkit-transform: scale(1.5);opacity: 0;}}
@-moz-keyframes sonarEffect{0%{opacity: 0.3;}40%{opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #666, 0 0 0 10px rgba(255,255,255,0.5);}100%{box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #666, 0 0 0 10px rgba(255,255,255,0.5);-moz-transform: scale(1.5);opacity: 0;}}
@keyframes sonarEffect{0%{opacity: 0.3;}40%{opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #666, 0 0 0 10px rgba(255,255,255,0.5);}100%{box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #666, 0 0 0 10px rgba(255,255,255,0.5);transform: scale(1.5);opacity: 0;}}

/* Effect 2 */
.icon_hover:hover .icon-effect-2 .glyphicon:after{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);opacity: 1;}
.icon_hover .icon-effect-2 .glyphicon{background:#1ABC9C;color: #fff;}
.icon_hover:hover .icon-effect-2 .glyphicon{background:#666!important;color: #fff;}
.icon_hover:hover .icon-effect-2 .glyphicon:after{ box-shadow: 0 0 0 2px #666!important;}
.icon_hover .icon-effect-2 .glyphicon:after{top: -5px;left: -5px;padding: 5px;box-shadow: 0 0 0 2px #1ABC9C;-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;-webkit-transform: scale(.8);-moz-transition: -moz-transform 0.2s, opacity 0.2s;-moz-transform: scale(.8);-ms-transform: scale(.8);transition: transform 0.2s, opacity 0.2s;transform: scale(.8);opacity: 0;}

/* Effect 3 */
.icon_hover .icon-effect-3 .glyphicon{-webkit-transition: color 0.3s;-moz-transition: color 0.3s;transition: color 0.3s;box-shadow: 0 0 0 2px #1ABC9C;}
.icon_hover .icon-effect-3 .glyphicon:after{top:-1px;left:-1px;padding:1px;z-index: -1;background: #1ABC9C;-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;-moz-transition: -moz-transform 0.2s, opacity 0.3s;transition: transform 0.2s, opacity 0.3s;}
.icon_hover .icon-effect-3 .glyphicon{color: #fff;}
.icon_hover:hover .icon-effect-3 .glyphicon{color: #666!important;box-shadow: 0 0 0 2px #666!important;}
.icon_hover:hover .icon-effect-3 .glyphicon:after{-webkit-transform: scale(1.3);-moz-transform: scale(1.3);-ms-transform: scale(1.3);transform: scale(1.3);opacity: 0;}

/* Effect 4 */
.icon_hover .icon-effect-4 .glyphicon{ background:#1ABC9C; color:#FFF; }
.icon_hover:hover .icon-effect-4 .glyphicon{-webkit-animation: spinAround 2s linear infinite;-moz-animation: spinAround 2s linear infinite;animation: spinAround 2s linear infinite; background:#666!important; -webkit-transition: all 0.4s ease-in 0s; -moz-transition: all 0.4s ease-in 0s; transition: all 0.4s ease-in 0s; }
.icon-effect-4 .icon-sort:hover:before{-webkit-animation: spinAround 2s linear infinite;-moz-animation: spinAround 2s linear infinite;animation: spinAround 2s linear infinite;}
@-webkit-keyframes spinAround{from{-webkit-transform: rotate(0deg)}to{-webkit-transform: rotate(360deg);}}
@-moz-keyframes spinAround{from{-moz-transform: rotate(0deg)}to{-moz-transform: rotate(360deg);}}
@keyframes spinAround{from{transform: rotate(0deg)}to{transform: rotate(360deg);}}

/* Effect 5*/ 
.icon_hover .icon-effect-5 .glyphicon{background: #1ABC9C;color: #fff;}
.icon_hover:hover .icon-effect-5 .glyphicon{background: #666!important;}
.icon_hover:hover .icon-effect-5 .glyphicon:before{-webkit-animation: toTopFromBottom 0.3s forwards;-moz-animation: toTopFromBottom 0.3s forwards;animation: toTopFromBottom 0.3s forwards;}
@-webkit-keyframes toTopFromBottom{49%{-webkit-transform: translateY(-100%);}50%{opacity: 0;-webkit-transform: translateY(100%);}51%{opacity: 1;}}
@-moz-keyframes toTopFromBottom{49%{-moz-transform: translateY(-100%);}50%{opacity: 0;-moz-transform: translateY(100%);}51%{opacity: 1;}}
@keyframes toTopFromBottom{49%{transform: translateY(-100%);}50%{opacity: 0;transform: translateY(100%);}51%{opacity: 1;}}

/* Effect 6 */
.icon-effect-6 .glyphicon{ color:#fff;background: #1ABC9C;}
.icon_hover:hover .icon-effect-6 .glyphicon{background: #666!important;}
.icon-effect-6 .glyphicon:after{top: -4px;left: -4px;padding: 4px;z-index: -1;}
.icon_hover:hover .icon-effect-6 .glyphicon:after{opacity: 1;box-shadow: 3px 3px 0 #666!important; -webkit-transform 0.4s;-moz-transition: -moz-transform 0.4s;transition: transform 0.4s;}
.icon-effect-6 .glyphicon:before{-webkit-transform: scale(0.9);-moz-transform: scale(0.9);-ms-transform: scale(0.9);transform: scale(0.9);-webkit-transition: -webkit-transform 0.4s;-moz-transition: -moz-transform 0.4s;transition: transform 0.4s;}
.icon_hover:hover .icon-effect-6 .glyphicon:before{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

/*--------- Home Main Top Styles ----------*/
.main_top{position:relative;border:solid 1px #ededed;text-align:center;padding:20px 0; margin-top:45px;}
.main_top .glyphicon-effect{top:-35px;}
.bs-glyphicons li{list-style:none;}
.main_top h3{ padding:20px 0 0 0; color:#666;}
.main_top:hover h3{ color:#1ABC9C;-webkit-transition: all 0.6s ease-in 0s; -moz-transition: all 0.6s ease-in 0s; transition: all 0.6s ease-in 0s;}
.main_top_list{ padding:10px 30px;}
.main_top .readmore a{color:#1ABC9C; font-weight:bold; padding-bottom:10px;}
.main_top .readmore a:hover{color:#555!important;-webkit-transition: all 0.6s ease-in 0s; -moz-transition: all 0.6s ease-in 0s; transition: all 0.6s ease-in 0s;}

/*--------- Gray Background Area Content ----------*/
.roll_top{ text-align:center;}
.roll_top h1{ color:#666;}
.roll_top:hover h1{ color:#1ABC9C;transition: all 0.6s ease 0s;  -webkit-transition:all 0.6s ease 0s;-moz-transition:all 0.6s ease 0s;}
.roll_right h3{ color:#666;}
.roll_right:hover h3{  color:#1ABC9C;transition: all 0.6s ease 0s;  -webkit-transition:all 0.6s ease 0s;-moz-transition:all 0.6s ease 0s;}
.roll_right ul.list-unstyled li{ padding:5px 0;}
.roll_right ul li .glyphicon{ color:#1ABC9C; margin-right:5px;}

/*--------- Flex Comment Style ----------*/
.flex_comment{ padding:20px 0; }
.flex_comment h3{ color:#fff; text-align:center; font-size:30px;}
.flex_comment li{  color:#fff; padding:10px 0 40px 0;}
.flex_comment li img{ float:left; margin-right:10px; padding-top:5px;}
.comments_style{  padding:15px 0;}
.comments_text{ padding-left:75px;}
.comments_text span a{ color:#1ABC9C; }
.comments_text span a:hover{ color:#ccc!important; }

/*--------- Bar Style ----------*/
.first_letter{ color: #212121; float: left;font-size: 33px; line-height: 1;margin-right: 10px;}
.easy-pie-chart.percentage{ position:relative; width:100%; text-align:center; margin-bottom:60px; }
.pie_img img{ text-align:center; position:relative; top:73px; }
.pie_img:hover img{ text-align:center; position:relative; top:73px; filter:Alpha(Opacity=80);opacity:0.8; }
.pie_text{ position:absolute;text-align:center; width:100%; bottom:-30px;}

/*--------- Purchase Now Style ----------*/
.purchase_now{ text-align:center; color:#fff;}
.purchase_now h1{ color:#fff;}
.purchase_now p{ padding:5px 0 20px 0;}
.purchase_now a { padding:15px 0;}
.purchase_now a span{ color:#fff;border:1px solid #fff; padding:10px 15px; }
.purchase_now .purchase_now_bottom a{ color:#fff;}
.purchase_now .purchase_now_bottom{ background:#1ABC9C; background:rgba(255,255,255,.1);  color:#fff;border:#fff solid 1px; font-size:15px; padding:12px 15px;border-radius:3px; webkit-border-radius:3px; -moz-border-radius:3px;}
.purchase_now .purchase_now_bottom:hover{  background:rgba(255,255,255,.2)!important;transition: all 0.4s ease 0s;  -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;}
.main_bottom span{ color:#1ABC9C;} 

/*--------- Input Style ----------*/
.input_style .input_name{margin-top:28px; float:right;}
.input_box{background:#fff; border:1px solid #e5e5e5;width:98%;margin-top:20px;}
.input_box[type="text"]{ padding:10px 0 10px 5px;outline:none;}
.textarea_box{background:#fff; border:1px solid #ededed; width:98%; margin-top:20px;}
.textarea_box[type="text"]{ padding:5px 0 5px 5px; min-height:100px;outline:none;}
.input_style .btn-primary{ background:#1ABC9C;border-radius:0; webkit-border-radius:0; -moz-border-radius:0; border:none; padding:8px 12px; margin-top:18px; outline:none; }
.input_style .btn-primary:hover{ background:#555!important;transition: all 0.8s ease 0s;  -webkit-transition:all 0.8s ease 0s;-moz-transition:all 0.8s ease 0s;}

/*------------------ 404 Page -------------------*/
.content_404{ text-align:center;} 
.content_404 h1{ font-size:220px;  color:#4B4B4B; line-height:1.2em;}
.content_404 h1:hover{ color:#1ABC9C;-webkit-transition: all 0.8s ease-in 0s; -moz-transition: all 0.8s ease-in 0s; transition: all 0.8s ease-in 0s;}
.content_404 a span{ color:#1ABC9C;}
.content_404 a:hover span{ color:#555!important;}
.search_404_style { padding:35px 0;}
.search_404_style input[type="text"] { background:url(../images/icon_search.png) no-repeat right center ; border: 1px solid #C7C7C7; font-size:14px; color: #333333; width: 400px; padding: 7px 30px 7px 8px;outline: none;}
.page_404_bottom .page_404_title{ font-size:16px; color:#333;}
.page_404_bottom .page_404_text{ padding-top:15px;}
.page_404_bottom .page_404_li li{ list-style:disc;}
.page_404_bottom .page_404_li a{ color:#555;text-decoration:underline;}
.page_404_bottom .page_404_li a:hover{text-decoration:none;}
.serve_you_text{ padding-top:10px;}

/*------------------ About Us Page -------------------*/
/*------------------ Customer Comments  -------------------*/
.customer_comments{ background:#ededed; position:relative; margin-top:20px;}
.customer_comments .customer_comments_top{ padding:20px; font-size:19px; line-height:1.8em;}
.customer_comments_img01{ position:absolute; bottom:-14px; left:85px;}
.customer_comments_bottom{ padding-top:20px;}
.customer_comments_bottom img{ float:left; margin:0 10px;}
.customer_comments_bottom a span{ color:#1ABC9C;}
.customer_comments_bottom p{ padding-top:5px;}
.customer_comments_bottom .bottom_text{ padding-top:15px;}

/*------------------ Dynamic Bar  -------------------*/
.dynamic_bar .progress{ height:33px;}
.dynamic_bar .progress-bar-success{ background:#1ABC9C;}
.dynamic_bar .progress .sr-only{ position:relative; z-index:1000; color:#fff; line-height:33px;}

/*------------------ Our Services Area -------------------*/
.our_services{ text-align:center; padding:10px 0 20px 0;}
.our_services h3{ color:#666; }
.our_services:hover h3{ color:#1ABC9C; cursor:pointer;transition: all 0.6s ease 0s;  -webkit-transition:all 0.6s ease 0s;-moz-transition:all 0.6s ease 0s;}

/* Icon Effect 5 Variant */
.icon_effect {text-align:center;}
.icon_effect .glyphicon{display:inline-block;cursor: pointer;margin: 0 auto;width:70px;height:70px;border-radius: 50%;position: relative;z-index: 1; }
.icon_effect .glyphicon:after{pointer-events: none;position: absolute;width: 100%;height: 100%;border-radius: 50%;content: '';-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
.icon_effect .glyphicon:before{speak: none;font-style: normal;font-weight: normal;font-variant: normal; font-size:32px;vertical-align:middle; line-height:71px;text-transform: none;display: block;-webkit-font-smoothing: antialiased;}
.icon_effect .icon-effect-5 .glyphicon{box-shadow: 0 0 0 4px rgba(0,0,0,.5); color:#666;overflow: hidden;-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;transition: background 0.3s, color 0.3s, box-shadow 0.3s;}
.icon_effect .icon-effect-5 .glyphicon:after{display: none;}
.icon_effect:hover .icon-effect-5 .glyphicon{background:#1ABC9C;color: #FFF;box-shadow: 0 0 0 8px rgba(0,0,0,0.3);}
.icon_effect:hover .icon-effect-5a .glyphicon:before{-webkit-animation: toRightFromLeft 0.3s forwards;-moz-animation: toRightFromLeft 0.3s forwards;animation: toRightFromLeft 0.3s forwards;}
.icon_effect:hover .icon-effect-5b .glyphicon:before{-webkit-animation:toLeftFromRight 0.3s forwards;-moz-animation:toLeftFromRight 0.3s forwards;animation:toLeftFromRight 0.3s forwards;}
.icon_effect:hover .icon-effect-5c .glyphicon:before{-webkit-animation:toTopFromBottom 0.3s forwards;-moz-animation:toTopFromBottom 0.3s forwards;animation:toTopFromBottom 0.3s forwards;}
.icon_effect:hover .icon-effect-5d .glyphicon:before{-webkit-animation:toBottomFromTop 0.3s forwards;-moz-animation:toBottomFromTop 0.3s forwards;animation:toBottomFromTop 0.3s forwards;}

/*------------------Contact Info Style-------------------*/
.contact_info{ padding-top:10px;}
.contact_info p:first-child{ padding-bottom:10px;}
.contact_info span a{ color:#555; }
.contact_info span a:hover{ color:#1ABC9C; }

/*------------------ Contact Input Style -------------------*/
.contact_input_style p:first-child{ padding:8px 0 15px 0;}
.contact_input_box{background:#fff; border:1px solid #e5e5e5;width:98%;margin-bottom:13px;}
.contact_input_box[type="text"]{ padding:10px 0 10px 5px;}
.contact_textarea_box{background:#fff; border:1px solid #ededed; width:98%; margin-bottom:13px;}
.contact_textarea_box[type="text"]{ padding:5px 0 5px 5px; min-height:100px;}
.contact_input_style span{ color:#1ABC9C;}
.contact_input_style .btn-primary{ background:#1ABC9C;border-radius:0; webkit-border-radius:0; -moz-border-radius:0; border:none; padding:8px 12px; margin-top:18px; outline:none; }
.contact_input_style .btn-primary:hover{ background:#555!important;transition: all 0.8s ease 0s;  -webkit-transition:all 0.8s ease 0s;-moz-transition:all 0.8s ease 0s;}

/*--------- Sidebar Tag style ----------*/
.sidebar_tag ul { list-style:none; margin:0; padding:0;}
.sidebar_tag ul li { list-style:none; margin-bottom:13px; padding:3px 0; float:left; }
.sidebar_tag ul li a { background:#f1f1f1; border:1px solid #e1e1e1; margin:0 2px; padding:6px 8px; text-decoration:none; color:#666;border-radius:3px; webkit-border-radius:3px; -moz-border-radius:3px;}
.sidebar_tag ul li a:hover{ border-color:#1ABC9C;-webkit-transition: all 0.2s ease-in 0s; -moz-transition: all 0.2s ease-in 0s; transition: all 0.2s ease-in 0s;}

/*--------- Popular Posts style ----------*/
.popular_posts img{ float:left;  margin-right:10px;padding-top:5px;}
.post_right{ padding-left:75px;}
.post_right p{ padding-top:5px;}
.post_right span{ font-style:italic;}

/*--------- Services Center style ----------*/
.icon_hover.services_center{position:relative;border:none;text-align:center;padding:0; margin-top:0;}
.icon_hover.services_center .glyphicon-effect{position:absolute; left:0; top:10px;}
.icon_hover.services_center .glyphicon{display:inline-block;cursor: pointer;margin: 0 auto;width:70px;height:70px;border-radius: 50%;position: relative;z-index: 1; }
.icon_hover.services_center .glyphicon:after{pointer-events: none;position: absolute;width: 100%;height: 100%;border-radius: 50%;content: '';-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
.icon_hover.services_center.glyphicon:before{speak: none;font-style: normal;font-weight: normal;font-variant: normal; font-size:32px;vertical-align:middle; line-height:71px;text-transform: none;display: block;-webkit-font-smoothing: antialiased;}
.iconbox_text{ padding-left:80px; text-align:left;}
.icon_hover.services_center:hover .iconbox_text h3{ color:#333;-webkit-transition: all 0.4s ease-in 0s; -moz-transition: all 0.4s ease-in 0s; transition: all 0.4s ease-in 0s;}

/*--------- Sidebar List Style ----------*/
.sidebar_list ul{ margin:0px;}
.sidebar_list li{ border-bottom:1px solid #ececec; padding:10px 0; list-style:none;}
.sidebar_list li img{ margin-top:-3px;}
.sidebar_list li a{ color:#555;}
.sidebar_list li a:hover{ color:#1ABC9C;}
.sidebar_list ul .li_the_child{ list-style:none; border-right:none;}
.sidebar_list ul .li_the_child li{border-bottom:none;}
.sidebar_list .li_the_child li{ list-style:none; padding:7px 0; padding-left:10px;}

/*--------- Sidebar Content Style ----------*/
.sidebar_left_border{ padding-left:35px; border-left:1px solid #ececec; margin-top:-15px;}
.sidebar_right_border{ padding-right:35px; border-right:1px solid #ececec; margin-top:-15px;}
.sidebar_content h3{ border-bottom:1px solid #ececec;}
.sidebar_content p a{ color:#1ABC9C;}
.sidebar_content ul.sidebar_list02 li{ list-style:disc; padding:8px 0;}
.sidebar_content ul.sidebar_list02 li span{ color:#696681; font-weight:bold; font-size:15px;}
.sidebar_content .sidebar_blockquote{ border-left:5px solid #1ABC9C;}
.sidebar_content .sidebar_blockquote p{ padding:5px 0 5px 25px;}
.sidebar_content .sidebar_blockquote p span{color:#696681; font-weight:bold; font-size:15px;}

/*--------- Testimonials Page Style ----------*/
.testimonials_page{ border:2px solid #eeeeee;border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; position:relative;}
.testimonials_triangle{position:absolute; bottom:-28px; left:50px;}
.testimonials_page .testimonials_text{ padding:10px;}
.testimonials_page .testimonials_bottom{ padding:10px; border-top:2px solid #eeeeee; background:url(../images/testimonials_icon.png) no-repeat 40% center #f3f3f3;}
.testimonials_page .testimonials_bottom p{ font-weight:bold; font-size:15px;}
.testimonials_page img{ float:left; margin:0 10px;}
.testimonials_page .testimonials_right_text{ padding-left:60px;}

/*--------- Page Number Style ----------*/
.page_number_style{ text-align:center;}
.page_number_style .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{ background:#1ABC9C;border-color:#1ABC9C;}

/*--------- Prices Table Page Style ----------*/
.prices_table_page{ text-align:center; width:100%;border-radius:5px; webkit-border-radius:5px; -moz-border-radius:5px; border:1px solid #cecece; color:#465155; }
.prices_table_page p{ border-top:1px solid #cecece;  margin:0; padding:14px 0; }
.prices_table_page .top_price_title{ background:#465155; margin:0;font-size:20px; color:#fff; padding:13px 0;border-radius:5px 5px 0 0; webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0;}
.prices_table_page p.top_price_style{ font-size:35px;padding:20px 0; padding-top:25px; border:none;}
.prices_table_page p.top_price_style span{ font-size:15px}
.prices_table_page .bottom_button a{ padding:8px 16px;}
.prices_table_page:hover .top_price_title{ background:url(../images/hover_price_title.png) repeat-x top left #1ABC9C;}
.prices_table_page .bottom_button a:hover{  background: #1ABC9C;border-radius:5px; webkit-border-radius:5px; -moz-border-radius:5px; color:#FFF;-webkit-transition: all 0.4s ease-in 0s; -moz-transition: all 0.4s ease-in 0s; transition: all 0.4s eafse-in 0s;}

/*--------- Our skills style ----------*/
.our_skills .progress .progress-bar{background-image:none;border-radius:5px;padding-left:40px;line-height:35px;box-shadow:none;font-size:14px;position:relative;z-index:10;}
.our_skills .progress-success{background:#89cd2a;}
.our_skills .progress-warning{background:#f8a53b;}
.our_skills .progress-danger{background:#fa6e6d;}
.our_skills .progress{background:#eeeeee;height:35px;box-shadow:none;border-radius:0;border-radius:5px;}
.our_skills .skills_bg{position:absolute;left:0;top:0;width:150px;height:35px;background:url(../images/Skills_bg.png) no-repeat;z-index:50;}
.our_skills .skills_left{float:left;color:#fff;}
.our_skills .skills_color{color:#fff;z-index:100;dispaly:block;float:right;padding-right:5px;}
.our_skills .skills_right{float:right;font-size:14px;color:#6a6a6a;line-height:33px;padding-right:10px;}

/*---------- Portfolio Style -------------- */
.pg-img-wrapper{position:relative;overflow:hidden;}
.pg-img-wrapper figure{width:100%;margin:0;}
.pg-info{width:100%; height: 100%;text-align: left; padding:0; min-height: 35px; position: absolute; bottom: 0; left: 0; z-index: 10; background:#1ABC9C;filter:alpha(opacity=0); opacity:0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.pg-info:hover{filter:alpha(opacity=85); opacity:0.85;}
.pg-info:hover .pg-details{bottom: 25%; bottom:calc(33% - 10px);}
.pg-details{text-align: center; padding: 0; width: 100%; position: absolute; bottom: 10%; color: #ffffff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.pg-details h2{color:#fff!important;font-size:16px;font-weight: bold;text-align:center;}
.pg-categories{width: 100%; display: block; font-size: 10px; text-transform: uppercase; margin:0; color: rgba(255, 255, 255, 0.77); letter-spacing: 1px;margin-top:-10px;}
.icon-circle{width:50px;height:50px;background:#000;position: absolute; top: 10%; left: 40%;  -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; filter:alpha(opacity=70); opacity:0.7;z-index: 100; background: rgba(0, 0, 0, 0.7);padding: 0; -webkit-transition: all 00.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.pg-info:hover .icon-circle{filter:alpha(opacity=80); opacity:0.8; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); top: 37%; top: calc(30% - 10px);}
.icon-one{width: 22px; height: 20px; background:url(../images/px_sprites_w.png) no-repeat -40px 0;display:inline-block; position:relative;top:15px;left:14px; }
.icon-two{width: 22px; height: 20px; background:url(../images/px_sprites_w.png) no-repeat -285px 0;display:inline-block; position:relative;top:15px;left:14px; }
.icon-three{width: 22px; height: 20px; background:url(../images/px_sprites_w.png) no-repeat -80px 0;display:inline-block; position:relative;top:15px;left:14px; }
.icon-four{width: 22px; height: 20px; background:url(../images/px_sprites_w.png) no-repeat -368px 0;display:inline-block; position:relative;top:15px;left:14px; }
.icon-five{width: 22px; height: 20px; background:url(../images/px_sprites_w.png) no-repeat -408px 0;display:inline-block; position:relative;top:15px;left:14px; }

.icon-circle2{width:50px;height:50px;background:#000;position: absolute; top: 30%; left: 45%;  -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; filter:alpha(opacity=70); opacity:0.7;z-index: 100; background: rgba(0, 0, 0, 0.7);padding: 0; -webkit-transition: all 00.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.pg-details2{text-align: center; padding: 0; width: 100%; position: absolute; bottom: 40%; color: #ffffff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.pg-details2 h2{color:#fff!important;font-size:25px;font-weight: bold;text-align:center;}
.pg-categories2{width: 100%; display: block; font-size: 18px; text-transform: uppercase; margin:0; color: rgba(255, 255, 255, 0.77); letter-spacing: 1px;margin-top:-10px;}
.project_skills{width:100%;}

.icon-circle3{width:50px;height:50px;background:#000;position: absolute; top:30%; left: 42%;  -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; filter:alpha(opacity=70); opacity:0.7;z-index: 100; background: rgba(0, 0, 0, 0.7);padding: 0; -webkit-transition: all 00.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.pg-details3{text-align: center; padding: 0; width: 100%; position: absolute; bottom: 30%; color: #ffffff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.pg-details3 h2{color:#fff!important;font-size:20px;font-weight: bold;text-align:center;}
.pg-categories2{width: 100%; display: block; font-size: 15px; text-transform: uppercase; margin:0; color: rgba(255, 255, 255, 0.77); letter-spacing: 1px;margin-top:-10px;}

.pg-info4{width:100%; height: 100%;text-align: left; padding:0; min-height: 35px; position: absolute; bottom: 0; left: 0; z-index: 10; background:#1ABC9C;filter:alpha(opacity=0); opacity:0; }
.pg-info4:hover{filter:alpha(opacity=85); opacity:0.85;}
.pg-info4:hover .pg-details4{bottom: 25%; bottom: calc(33% - 10px);}
.pg-info4:hover .icon-circle4{filter:alpha(opacity=80); opacity:0.8; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); top: 37%; top: calc(30% - 10px);}
.icon-circle4{width:50px;height:50px;background:#000;position: absolute; top:25%; left: 40%;  -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; filter:alpha(opacity=70); opacity:0.7;z-index: 100; background: rgba(0, 0, 0, 0.7);padding: 0; -webkit-transition: all 00.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.pg-details4{text-align: center; padding: 0; width: 100%; position: absolute; bottom: 28%; color: #ffffff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.pg-details4 h2{color:#fff!important;font-size:16px;font-weight: bold;text-align:center;}
.pg-categories4{width: 100%; display: block; font-size: 14px; text-transform: uppercase; margin:0; color: rgba(255, 255, 255, 0.77); letter-spacing: 1px;margin-top:-10px;}

.icon-circle5{width:50px;height:50px;background:#000;position: absolute; top:30%; left: 42%;  -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; filter:alpha(opacity=70); opacity:0.7;z-index: 100; background: rgba(0, 0, 0, 0.7);padding: 0; -webkit-transition: all 00.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.pg-details5{text-align: center; padding: 0; width: 100%; position: absolute; bottom: 30%; color: #ffffff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.pg-details5 h2{color:#fff!important;font-size:17px;font-weight: bold;text-align:center;}
.pg-categories5{width: 100%; display: block; font-size: 13px; text-transform: uppercase; margin:0; color: rgba(255, 255, 255, 0.77); letter-spacing: 1px;margin-top:-10px;}

/*---------- Project List -------------- */
.project_pic:hover { filter:Alpha(Opacity=60);opacity:0.6; transition: all 0.8s ease 0s;  -webkit-transition:all 0.8s ease 0s;-moz-transition:all 0.8s ease 0s;}
.project_page{height:auto;overflow:hidden;padding:0;width:100%;}
.project_contain{margin:20px 0;float:left;}
.project_list h3 { font-size:20px; border-bottom:1px solid #e9e9e9; padding-bottom:10px;}
.project_list:hover h3 { color:#555;transition: all 0.5s ease-in 0s; -webkit-transition: all 0.5s ease-in 0s; -moz-transition: all 0.5s ease-in 0s; }
.project_list .categories {margin-bottom:20px;}
.project_list .categories a{ color:#999; }
.project_list .intro { font-size:12px; margin-bottom:20px; margin-top:20px; }
.project_list a.read-more { font-size:13px; height:30px;line-height:30px;display:block;text-align:center; background:#bbb; color:#fff;  transition: all 0.5s ease-in 0s; -webkit-transition: all 0.5s ease-in 0s; -moz-transition: all 0.5s ease-in 0s;}
.project_list a.read-more:hover { background:#1ABC9C; }

/*---------- Gallery Page -------------- */
.gallery_page{height:auto;overflow:hidden;padding:20px;}
.gallery_box_outer{  min-height:160px; margin-bottom:5px;width:25%;float:left;padding:1% 1%;}

/*--------- Animation----------*/
.visible {opacity: 1;}
.animation.periodic {
  opacity: 1; 
}
.animated.periodic1 {
  -webkit-animation: fadeInUp 300ms linear 100ms both;
  -moz-animation: fadeInUp 300ms linear 100ms both;
  -ms-animation: fadeInUp 300ms linear 100ms both;
  -o-animation: fadeInUp 300ms linear 100ms both;
  animation: fadeInUp 300ms linear 100ms both;
}
.animated.periodic2 {
  -webkit-animation: fadeInUp 300ms linear 400ms both;
  -moz-animation: fadeInUp 300ms linear 400ms both;
  -ms-animation: fadeInUp 300ms linear 400ms both;
  -o-animation: fadeInUp 300ms linear 400ms both;
  animation: fadeInUp 300ms linear 400ms both;
}
.animated.periodic3  {
  -webkit-animation: fadeInUp 300ms linear 800ms both;
  -moz-animation: fadeInUp 300ms linear 800ms both;
  -ms-animation: fadeInUp 300ms linear 800ms both;
  -o-animation: fadeInUp 300ms linear 800ms both;
  animation: fadeInUp 300ms linear 800ms both;
}
.animated.periodic4  {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
.animated.periodic5  {
  -webkit-animation: fadeInUp 300ms linear 1600ms both;
  -moz-animation: fadeInUp 300ms linear 1600ms both;
  -ms-animation: fadeInUp 300ms linear 1600ms both;
  -o-animation: fadeInUp 300ms linear 1600ms both;
  animation: fadeInUp 300ms linear 1600ms both;
}
.animated.periodic6  {
  -webkit-animation: fadeInUp 800ms linear 2000ms both;
  -moz-animation: fadeInUp 800ms linear 2000ms both;
  -ms-animation: fadeInUp 800ms linear 2000ms both;
  -o-animation: fadeInUp 800ms linear 2000ms both;
  animation: fadeInUp 800ms linear 2000ms both;
}
.animated.periodic7  {
  -webkit-animation: fadeInUp 300ms linear 2400ms both;
  -moz-animation: fadeInUp 300ms linear 2400ms both;
  -ms-animation: fadeInUp 300ms linear 2400ms both;
  -o-animation: fadeInUp 300ms linear 2400ms both;
  animation: fadeInUp 300ms linear 2400ms both;
}


@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
.animated.scaleUp {
  -webkit-animation-name: scaleUp;
  -moz-animation-name: scaleUp;
  -o-animation-name: scaleUp;
  animation-name: scaleUp;
}

.animated.fadeInLeft1 {
	-webkit-animation:fadeInLeftBig 300ms .1s ease both;
	-moz-animation:fadeInLeftBig 300ms .1s ease both;
	animation:fadeInLeftBig 900ms .1s ease both;
}
.animated.fadeInLeft2 {
	-webkit-animation:fadeInLeftBig 600ms .1s ease both;
	-moz-animation:fadeInLeftBig 600ms .1s ease both;
	animation:fadeInLeftBig 1.2s .1s ease both;
}
.animated.fadeInLeft3 {
	-webkit-animation:fadeInLeftBig 900ms .1s ease both;
	-moz-animation:fadeInLeftBig 900ms .1s ease both;
	animation:fadeInLeftBig 1.5s .1s ease both;
}
.animated.fadeInLeft4 {
	-webkit-animation:fadeInLeftBig 1.2s .1s ease both;
	-moz-animation:fadeInLeftBig 1.2s .1s ease both;
	animation:fadeInLeftBig 1.8s .1s ease both;
}

@-webkit-keyframes toRightFromLeft {
	49% {
	-webkit-transform:translate(100%);
}
50% {
	opacity:0;
	-webkit-transform:translate(-100%);
}
51% {
	opacity:1;
}
}@-moz-keyframes toRightFromLeft {
	49% {
	-moz-transform:translate(100%);
}
50% {
	opacity:0;
	-moz-transform:translate(-100%);
}
51% {
	opacity:1;
}
}@keyframes toRightFromLeft {
	49% {
	transform:translate(100%);
}
50% {
	opacity:0;
	transform:translate(-100%);
}
51% {
	opacity:1;
}
}
@-webkit-keyframes toLeftFromRight {
	49% {
	-webkit-transform:translate(-100%);
}
50% {
	opacity:0;
	-webkit-transform:translate(100%);
}
51% {
	opacity:1;
}
}@-moz-keyframes toLeftFromRight {
	49% {
	-moz-transform:translate(-100%);
}
50% {
	opacity:0;
	-moz-transform:translate(100%);
}
51% {
	opacity:1;
}
}@keyframes toLeftFromRight {
	49% {
	transform:translate(-100%);
}
50% {
	opacity:0;
	transform:translate(100%);
}
51% {
	opacity:1;
}
}
@-webkit-keyframes toTopFromBottom {
	49% {
	-webkit-transform:translateY(-100%);
}
50% {
	opacity:0;
	-webkit-transform:translateY(100%);
}
51% {
	opacity:1;
}
}@-moz-keyframes toTopFromBottom {
	49% {
	-moz-transform:translateY(-100%);
}
50% {
	opacity:0;
	-moz-transform:translateY(100%);
}
51% {
	opacity:1;
}
}@keyframes toTopFromBottom {
	49% {
	transform:translateY(-100%);
}
50% {
	opacity:0;
	transform:translateY(100%);
}
51% {
	opacity:1;
}
}
@-webkit-keyframes toBottomFromTop {
	49% {
	-webkit-transform:translateY(100%);
}
50% {
	opacity:0;
	-webkit-transform:translateY(-100%);
}
51% {
	opacity:1;
}
}@-moz-keyframes toBottomFromTop {
	49% {
	-moz-transform:translateY(100%);
}
50% {
	opacity:0;
	-moz-transform:translateY(-100%);
}
51% {
	opacity:1;
}
}@keyframes toBottomFromTop {
	49% {
	transform:translateY(100%);
}
50% {
	opacity:0;
	transform:translateY(-100%);
}
51% {
	opacity:1;
}
}

